.mp{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;font-size:10px;overflow:hidden}.mp *{box-sizing:border-box}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes demo-tw-blink{50%{opacity:0}}@keyframes pulse{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1.2);opacity:1}to{transform:scale(.8);opacity:.5}}.mp-shimmer{background:linear-gradient(90deg,var(--color-border) 0%,var(--color-surface-elevated) 50%,var(--color-border) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.mp-toast{background:var(--color-surface-elevated);padding:8px}.mp-toast-bubble{position:absolute;bottom:10px;right:10px;background:#10b981;color:#fff;padding:4px 10px;border-radius:4px;font-size:8px;box-shadow:0 2px 8px #00000026}.mp-modal{background:#0000004d}.mp-modal-box{width:60%;background:var(--color-surface);border-radius:6px;padding:8px;box-shadow:0 4px 16px #0003}.mp-modal-title{height:3px;width:60%;background:var(--color-text-primary);border-radius:2px;margin-bottom:6px}.mp-modal-line1{height:2px;width:90%;background:var(--color-border);border-radius:2px;margin-bottom:3px}.mp-modal-line2{height:2px;width:70%;background:var(--color-border);border-radius:2px;margin-bottom:6px}.mp-modal-actions{display:flex;gap:4px;justify-content:flex-end}.mp-modal-btn-cancel{width:24px;height:10px;border-radius:3px;border:1px solid var(--color-border)}.mp-modal-btn-ok{width:24px;height:10px;border-radius:3px;background:var(--color-accent)}.mp-bottom-sheet{flex-direction:column;justify-content:flex-end}.mp-bottom-sheet-panel{width:100%;height:55%;background:var(--color-surface);border-radius:8px 8px 0 0;padding:6px;box-shadow:0 -2px 12px #0000001a}.mp-bottom-sheet-handle{width:24px;height:3px;background:var(--color-border);border-radius:2px;margin:0 auto 6px}.mp-bottom-sheet-title{height:2px;width:70%;background:var(--color-text-primary);border-radius:2px;margin-bottom:4px}.mp-bottom-sheet-line1{height:2px;width:90%;background:var(--color-border);border-radius:2px;margin-bottom:3px}.mp-bottom-sheet-line2{height:2px;width:50%;background:var(--color-border);border-radius:2px}.mp-accordion{flex-direction:column;gap:3px;padding:8px}.mp-accordion-row{width:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:3px;padding:4px 6px;display:flex;justify-content:space-between}.mp-accordion-row-open{width:100%;background:var(--color-accent-subtle);border:1px solid var(--color-accent);border-radius:3px;padding:4px 6px}.mp-accordion-row-title{height:3px;width:50%;background:var(--color-text-primary);border-radius:2px}.mp-accordion-row-open-title{height:3px;width:50%;background:var(--color-accent);border-radius:2px;margin-bottom:4px}.mp-accordion-row-open-line1{height:2px;width:90%;background:var(--color-border);border-radius:2px;margin-bottom:2px}.mp-accordion-row-open-line2{height:2px;width:70%;background:var(--color-border);border-radius:2px}.mp-accordion-row-title2{height:3px;width:40%;background:var(--color-text-primary);border-radius:2px}.mp-accordion-chevron{font-size:6px;color:var(--color-text-tertiary)}.mp-hamburger{flex-direction:column;gap:4px}.mp-hamburger-line{width:20px;height:2px;background:var(--color-text-primary);border-radius:1px}.mp-tooltip{flex-direction:column;gap:4px}.mp-tooltip-bubble{background:var(--color-text-primary);color:var(--color-base);padding:3px 8px;border-radius:4px;font-size:7px;position:relative}.mp-tooltip-arrow{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid var(--color-text-primary)}.mp-tooltip-target{width:24px;height:24px;border-radius:50%;background:var(--color-accent-subtle);border:1px solid var(--color-accent);display:flex;align-items:center;justify-content:center;font-size:10px}.mp-carousel{padding:6px;gap:4px}.mp-carousel-arrow{font-size:8px;color:var(--color-text-tertiary);cursor:pointer}.mp-carousel-slide{flex:1;height:70%;background:var(--color-accent-subtle);border:1px solid var(--color-accent);border-radius:4px}.mp-breadcrumbs{gap:4px;font-size:7px;color:var(--color-text-secondary)}.mp-breadcrumbs-link{color:var(--color-accent)}.mp-breadcrumbs-current{color:var(--color-text-primary);font-weight:600}.mp-tabs{flex-direction:column;padding:8px}.mp-tabs-header{display:flex;gap:0;border-bottom:1px solid var(--color-border);width:100%}.mp-tabs-tab-active{padding:3px 8px;font-size:7px;border-bottom:2px solid var(--color-accent);color:var(--color-accent);font-weight:600}.mp-tabs-tab{padding:3px 8px;font-size:7px;color:var(--color-text-tertiary)}.mp-tabs-body{flex:1;padding-top:6px;width:100%}.mp-tabs-line1{height:2px;width:80%;background:var(--color-border);border-radius:2px;margin-bottom:3px}.mp-tabs-line2{height:2px;width:60%;background:var(--color-border);border-radius:2px}.mp-toggle-switch{gap:12px}.mp-toggle-track-on{width:28px;height:16px;background:var(--color-accent);border-radius:8px;position:relative}.mp-toggle-track-off{width:28px;height:16px;background:var(--color-border);border-radius:8px;position:relative}.mp-toggle-thumb-on{width:12px;height:12px;background:#fff;border-radius:50%;position:absolute;top:2px;right:2px;box-shadow:0 1px 3px #0003}.mp-toggle-thumb-off{width:12px;height:12px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.mp-skeleton{flex-direction:column;gap:4px;padding:8px;width:100%}.mp-skeleton-header{display:flex;gap:6px;align-items:center;width:100%}.mp-skeleton-avatar{width:20px;height:20px;border-radius:2px}.mp-skeleton-info{flex:1}.mp-skeleton-name{height:3px;width:60%;border-radius:2px;margin-bottom:3px}.mp-skeleton-sub{height:2px;width:40%;border-radius:2px}.mp-skeleton-body{height:30px;width:100%;border-radius:3px}.mp-dropdown{flex-direction:column;align-items:flex-start;padding:8px;gap:2px}.mp-dropdown-trigger{width:70%;padding:3px 6px;border:1px solid var(--color-accent);border-radius:3px;display:flex;justify-content:space-between;font-size:7px;background:var(--color-surface)}.mp-dropdown-trigger-arrow{color:var(--color-text-tertiary)}.mp-dropdown-menu{width:70%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:3px;box-shadow:0 2px 8px #0000001a}.mp-dropdown-item-active{padding:2px 6px;font-size:6px;background:var(--color-accent-subtle);color:var(--color-accent)}.mp-dropdown-item{padding:2px 6px;font-size:6px}.mp-progress-bar{padding:8px 16px}.mp-progress-bar-track{width:100%;height:6px;background:var(--color-border);border-radius:3px;overflow:hidden}.mp-progress-bar-fill{width:65%;height:100%;background:linear-gradient(90deg,var(--color-accent),#a855f7);border-radius:3px}.mp-badge-wrap{position:relative}.mp-badge-icon{width:24px;height:24px;border-radius:4px;background:var(--color-surface-elevated);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:12px}.mp-badge-dot{position:absolute;top:-4px;right:-4px;width:14px;height:14px;border-radius:50%;background:#ef4444;color:#fff;font-size:7px;display:flex;align-items:center;justify-content:center;font-weight:700}.mp-spinner{width:24px;height:24px;border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite}.mp-alert{padding:8px}.mp-alert-box{width:100%;padding:6px 8px;background:#ef444414;border:1px solid rgba(239,68,68,.3);border-radius:4px;border-left:3px solid #ef4444}.mp-alert-title{font-size:7px;font-weight:600;color:#ef4444;margin-bottom:2px}.mp-alert-line{height:2px;width:80%;background:var(--color-border);border-radius:2px}.mp-fab{justify-content:flex-end;align-items:flex-end;padding:8px}.mp-fab-btn{width:28px;height:28px;border-radius:50%;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:300;box-shadow:0 3px 8px #6366f166}.mp-drawer-panel{position:absolute;left:0;top:0;bottom:0;width:45%;background:var(--color-surface);border-right:1px solid var(--color-border);box-shadow:2px 0 8px #0000001a;padding:6px;display:flex;flex-direction:column;gap:3px}.mp-drawer-title{height:3px;width:70%;background:var(--color-text-primary);border-radius:2px;margin-bottom:4px}.mp-drawer-line1{height:2px;width:90%;background:var(--color-border);border-radius:2px}.mp-drawer-line-active{height:2px;width:80%;background:var(--color-accent-subtle);border-left:2px solid var(--color-accent);padding-left:4px;border-radius:2px}.mp-drawer-line2{height:2px;width:85%;background:var(--color-border);border-radius:2px}.mp-navbar{flex-direction:column}.mp-navbar-bar{width:100%;height:18px;background:var(--color-surface);border-bottom:1px solid var(--color-border);display:flex;align-items:center;padding:0 6px;gap:4px}.mp-navbar-logo{width:10px;height:10px;border-radius:2px;background:var(--color-accent)}.mp-navbar-spacer{flex:1}.mp-navbar-link{height:2px;width:16px;background:var(--color-text-secondary);border-radius:2px}.mp-navbar-body{flex:1}.mp-sidebar{gap:0}.mp-sidebar-panel{width:35%;height:100%;background:var(--color-surface);border-right:1px solid var(--color-border);padding:4px;display:flex;flex-direction:column;gap:2px}.mp-sidebar-title{height:3px;width:60%;background:var(--color-text-primary);border-radius:2px;margin-bottom:2px}.mp-sidebar-item-active{height:2px;width:90%;border-radius:2px;background:var(--color-accent-subtle);border-left:2px solid var(--color-accent)}.mp-sidebar-item{height:2px;width:80%;background:var(--color-border);border-radius:2px}.mp-sidebar-item2{height:2px;width:85%;background:var(--color-border);border-radius:2px}.mp-sidebar-content{flex:1}.mp-tab-bar{flex-direction:column}.mp-tab-bar-spacer{flex:1}.mp-tab-bar-nav{width:100%;height:24px;background:var(--color-surface);border-top:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-around;padding:2px 2px 0}.mp-tab-bar-item{display:flex;flex-direction:column;align-items:center;gap:1px}.mp-tab-bar-icon{font-size:7px}.mp-tab-bar-dot{width:3px;height:3px;border-radius:50%}.mp-bottom-nav{flex-direction:column}.mp-bottom-nav-spacer{flex:1}.mp-bottom-nav-bar{width:100%;height:24px;background:var(--color-surface);border-top:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-around;padding:0 4px}.mp-bottom-nav-active-wrap{display:flex;flex-direction:column;align-items:center;gap:1px}.mp-bottom-nav-pill{padding:2px 6px;background:var(--color-accent-subtle);border-radius:8px}.mp-bottom-nav-pill-icon{width:8px;height:8px;border-radius:2px;background:var(--color-accent)}.mp-bottom-nav-inactive{width:8px;height:8px;border-radius:2px;background:var(--color-border);opacity:.5}.mp-pagination{gap:3px}.mp-pagination-btn{width:12px;height:12px;border-radius:2px;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:6px}.mp-pagination-btn-active{width:12px;height:12px;border-radius:2px;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:6px}.mp-segmented-wrap{display:flex;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:6px;padding:2px}.mp-segmented-active{padding:3px 8px;background:var(--color-accent);color:#fff;border-radius:4px;font-size:7px}.mp-segmented-item{padding:3px 8px;font-size:7px;color:var(--color-text-tertiary)}.mp-search-bar{padding:8px 12px}.mp-search-bar-field{width:100%;padding:4px 8px;border:1px solid var(--color-border);border-radius:6px;display:flex;align-items:center;gap:4px;background:var(--color-surface)}.mp-search-bar-icon{font-size:8px}.mp-search-bar-line{height:2px;flex:1;background:var(--color-border);border-radius:2px}.mp-command-palette{background:#0000004d}.mp-command-palette-box{width:70%;background:var(--color-surface);border-radius:6px;padding:6px;box-shadow:0 4px 16px #0003}.mp-command-palette-input{height:3px;width:100%;background:var(--color-border);border-radius:2px;margin-bottom:4px}.mp-command-palette-result1{height:2px;width:80%;background:var(--color-border);border-radius:2px;margin-bottom:2px}.mp-command-palette-result2{height:2px;width:60%;background:var(--color-accent-subtle);border-radius:2px}.mp-text-field{flex-direction:column;gap:4px;padding:8px}.mp-text-field-label{font-size:6px;color:var(--color-text-primary);font-weight:600}.mp-text-field-input{width:100%;height:14px;border:1px solid var(--color-accent);border-radius:3px;background:var(--color-surface)}.mp-text-field-helper{font-size:5px;color:var(--color-text-tertiary)}.mp-textarea{flex-direction:column;gap:3px;padding:8px}.mp-textarea-label{font-size:6px;color:var(--color-text-primary);font-weight:600}.mp-textarea-input{width:100%;height:30px;border:1px solid var(--color-border);border-radius:3px;background:var(--color-surface)}.mp-checkbox{flex-direction:column;gap:4px}.mp-checkbox-row{display:flex;align-items:center;gap:4px}.mp-checkbox-checked{width:10px;height:10px;border-radius:2px;background:var(--color-accent);display:flex;align-items:center;justify-content:center;color:#fff;font-size:7px}.mp-checkbox-unchecked{width:10px;height:10px;border-radius:2px;border:1.5px solid var(--color-border)}.mp-checkbox-label1{height:2px;width:30px;background:var(--color-text-secondary);border-radius:2px}.mp-checkbox-label2{height:2px;width:24px;background:var(--color-text-secondary);border-radius:2px}.mp-radio{flex-direction:column;gap:4px}.mp-radio-row{display:flex;align-items:center;gap:4px}.mp-radio-checked{width:10px;height:10px;border-radius:50%;border:2px solid var(--color-accent);display:flex;align-items:center;justify-content:center}.mp-radio-checked-dot{width:5px;height:5px;border-radius:50%;background:var(--color-accent)}.mp-radio-unchecked{width:10px;height:10px;border-radius:50%;border:1.5px solid var(--color-border)}.mp-radio-label1{height:2px;width:28px;background:var(--color-text-secondary);border-radius:2px}.mp-radio-label2{height:2px;width:22px;background:var(--color-text-secondary);border-radius:2px}.mp-slider{padding:8px 16px}.mp-slider-track{width:100%;height:4px;background:var(--color-border);border-radius:2px;position:relative}.mp-slider-fill{width:55%;height:100%;background:var(--color-accent);border-radius:2px}.mp-slider-thumb{width:10px;height:10px;border-radius:50%;background:var(--color-accent);position:absolute;top:-3px;left:55%;transform:translate(-50%);box-shadow:0 1px 3px #0003}.mp-date-picker{padding:6px}.mp-date-picker-panel{width:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;padding:4px}.mp-date-picker-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;font-size:5px;text-align:center}.mp-date-picker-header{color:var(--color-text-tertiary)}.mp-file-upload{padding:8px}.mp-file-upload-zone{width:100%;height:80%;border:2px dashed var(--color-border);border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.mp-file-upload-icon{font-size:14px;opacity:.4}.mp-file-upload-label{font-size:6px;color:var(--color-text-tertiary)}.mp-card{padding:6px}.mp-card-box{width:70%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;overflow:hidden;box-shadow:0 1px 4px #00000014}.mp-card-image{height:20px;background:linear-gradient(135deg,var(--color-accent),#a855f7)}.mp-card-body{padding:4px}.mp-card-title{height:2px;width:80%;background:var(--color-text-primary);border-radius:2px;margin-bottom:3px}.mp-card-sub{height:2px;width:50%;background:var(--color-border);border-radius:2px}.mp-table{padding:6px}.mp-table-box{width:100%;border:1px solid var(--color-border);border-radius:3px;overflow:hidden}.mp-table-head{display:flex;background:var(--color-surface-elevated);border-bottom:1px solid var(--color-border);padding:2px 4px;gap:4px}.mp-table-head-cell{height:2px;width:30%;background:var(--color-text-primary);border-radius:1px}.mp-table-row{display:flex;padding:2px 4px;gap:4px;border-bottom:1px solid var(--color-border-light)}.mp-table-cell{height:2px;width:30%;background:var(--color-border);border-radius:1px}.mp-avatar{gap:6px}.mp-avatar-item{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:8px;font-weight:600}.mp-avatar-t{background:var(--color-accent)}.mp-avatar-s{background:#10b981}.mp-avatar-k{background:#f97316}.mp-tag{gap:3px;flex-wrap:wrap;padding:8px;justify-content:center}.mp-tag-react{padding:1px 6px;border-radius:9999px;font-size:6px;background:#6366f11a;color:#6366f1;border:1px solid rgba(99,102,241,.2)}.mp-tag-design{padding:1px 6px;border-radius:9999px;font-size:6px;background:#ec48991a;color:#ec4899;border:1px solid rgba(236,72,153,.2)}.mp-tag-css{padding:1px 6px;border-radius:9999px;font-size:6px;background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.mp-gallery{padding:4px}.mp-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;width:100%;height:100%}.mp-gallery-cell{border-radius:2px}.mp-lightbox{background:#000000b3}.mp-lightbox-img{width:60%;height:60%;background:linear-gradient(135deg,var(--color-accent),#a855f7);border-radius:4px;box-shadow:0 4px 20px #0000004d}.mp-banner{flex-direction:column;padding:6px;gap:3px}.mp-banner-warn{width:100%;padding:3px 6px;background:#fef3c7;border:1px solid #f59e0b40;border-radius:3px;display:flex;align-items:center;gap:3px}.mp-banner-info{width:100%;padding:3px 6px;background:#dbeafe;border:1px solid #3b82f640;border-radius:3px;display:flex;align-items:center;gap:3px}.mp-banner-icon{font-size:7px}.mp-banner-line-warn{height:2px;flex:1;background:#d97706;border-radius:2px;opacity:.3}.mp-banner-line-info{height:2px;flex:1;background:#2563eb;border-radius:2px;opacity:.3}.mp-notif-badge-wrap{position:relative}.mp-notif-badge-icon{width:24px;height:24px;border-radius:4px;background:var(--color-surface-elevated);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:12px}.mp-notif-badge-dot{position:absolute;top:-4px;right:-4px;width:10px;height:10px;border-radius:50%;background:#ef4444}.mp-snackbar{justify-content:center;align-items:flex-end;padding:8px}.mp-snackbar-box{padding:4px 8px;background:#323232;border-radius:4px;display:flex;align-items:center;gap:8px}.mp-snackbar-text{font-size:6px;color:#fff}.mp-snackbar-action{font-size:6px;color:var(--color-accent)}.mp-dialog{background:#0000004d}.mp-dialog-box{width:60%;background:var(--color-surface);border-radius:6px;padding:8px;box-shadow:0 4px 16px #0003}.mp-dialog-title{height:3px;width:60%;background:var(--color-text-primary);border-radius:2px;margin-bottom:6px}.mp-dialog-body{height:2px;width:90%;background:var(--color-border);border-radius:2px;margin-bottom:6px}.mp-dialog-actions{display:flex;gap:4px;justify-content:flex-end}.mp-dialog-btn-cancel{width:24px;height:10px;border-radius:3px;border:1px solid var(--color-border)}.mp-dialog-btn-danger{width:24px;height:10px;border-radius:3px;background:#ef4444}.mp-popover{flex-direction:column;gap:4px}.mp-popover-trigger{width:30px;height:12px;background:var(--color-accent);border-radius:3px;display:flex;align-items:center;justify-content:center}.mp-popover-trigger-line{height:2px;width:16px;background:#fff;border-radius:2px}.mp-popover-box{width:50px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;padding:4px;box-shadow:0 2px 8px #0000001a}.mp-popover-line1{height:2px;width:80%;background:var(--color-border);border-radius:2px;margin-bottom:2px}.mp-popover-line2{height:2px;width:60%;background:var(--color-border);border-radius:2px}.mp-context-menu-box{background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;padding:3px;box-shadow:0 2px 8px #0000001a;width:50px}.mp-context-menu-item-active{height:2px;width:80%;background:var(--color-accent-subtle);border-radius:2px;margin-bottom:3px;padding-left:2px}.mp-context-menu-item{height:2px;width:70%;background:var(--color-border);border-radius:2px;margin-bottom:3px}.mp-context-menu-divider{height:1px;background:var(--color-border-light);margin-bottom:3px}.mp-context-menu-danger{height:2px;width:60%;background:#ef44444d;border-radius:2px}.mp-action-sheet{flex-direction:column;justify-content:flex-end}.mp-action-sheet-panel{width:100%;background:var(--color-surface);border-radius:6px 6px 0 0;padding:4px;box-shadow:0 -2px 8px #0000001a}.mp-action-sheet-item1{height:2px;width:50%;background:var(--color-accent);border-radius:2px;margin:0 auto 3px}.mp-action-sheet-item2{height:2px;width:60%;background:var(--color-accent);border-radius:2px;margin:0 auto 2px}.mp-action-sheet-cancel{height:2px;width:40%;background:#ef444480;border-radius:2px;margin:0 auto}.mp-overlay-scrim{background:#00000080}.mp-overlay-scrim-panel{width:50%;height:40%;background:var(--color-surface);border-radius:4px;box-shadow:0 4px 16px #0003}.mp-primary-button{gap:6px}.mp-btn-primary{padding:4px 12px;background:var(--color-accent);color:#fff;border-radius:4px;font-size:7px;font-weight:600}.mp-btn-secondary{padding:4px 12px;border:1px solid var(--color-border);border-radius:4px;font-size:7px;color:var(--color-text-secondary)}.mp-icon-button{gap:6px}.mp-icon-btn{width:20px;height:20px;border-radius:50%;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:9px}.mp-text-link{flex-direction:column;gap:3px;padding:8px}.mp-text-link-row{display:flex;gap:3px;align-items:center;flex-wrap:wrap}.mp-text-link-word{height:2px;width:20px;background:var(--color-border);border-radius:2px}.mp-text-link-anchor{height:2px;width:16px;background:var(--color-accent);border-radius:2px;border-bottom:1px solid var(--color-accent)}.mp-text-link-word2{height:2px;width:24px;background:var(--color-border);border-radius:2px}.mp-mega-menu{flex-direction:column}.mp-mega-menu-bar{width:100%;height:12px;background:var(--color-surface-elevated);border-bottom:1px solid var(--color-border);display:flex;gap:4px;padding:0 6px;align-items:center}.mp-mega-menu-bar-active{width:8px;height:2px;background:var(--color-accent);border-radius:1px}.mp-mega-menu-bar-item{width:8px;height:2px;background:var(--color-border);border-radius:1px}.mp-mega-menu-panel{width:90%;height:60%;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 4px 12px #0000001a;padding:4px;display:grid;grid-template-columns:1fr 1fr;gap:4px}.mp-mega-menu-col{display:flex;flex-direction:column;gap:2px}.mp-mega-menu-col-line1{height:2px;width:100%;background:var(--color-border)}.mp-mega-menu-col-line2{height:2px;width:80%;background:var(--color-border)}.mp-stepper-nav{gap:4px}.mp-stepper-done{width:10px;height:10px;border-radius:50%;background:var(--color-accent)}.mp-stepper-line-done{width:16px;height:2px;background:var(--color-accent)}.mp-stepper-current{width:10px;height:10px;border-radius:50%;border:1.5px solid var(--color-accent);background:#fff}.mp-stepper-line-todo{width:16px;height:2px;background:var(--color-border)}.mp-stepper-todo{width:10px;height:10px;border-radius:50%;border:1.5px solid var(--color-border)}.mp-anchor-link{flex-direction:column;gap:3px;padding:4px 8px}.mp-anchor-link-row{display:flex;align-items:center;gap:3px}.mp-anchor-link-scroll-btn{position:absolute;bottom:4px;right:4px;width:10px;height:10px;border-radius:50%;background:var(--color-accent);display:flex;align-items:center;justify-content:center;color:#fff;font-size:5px}.mp-autocomplete{flex-direction:column;gap:2px;align-items:flex-start;padding:0 12px}.mp-autocomplete-input{width:100%;height:12px;border:1px solid var(--color-accent);border-radius:3px;padding:0 4px;display:flex;align-items:center}.mp-autocomplete-cursor{width:4px;height:4px;background:var(--color-text-primary)}.mp-autocomplete-menu{width:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:3px;box-shadow:0 2px 6px #0000001a}.mp-autocomplete-result1{height:2px;width:80%;background:var(--color-accent);margin:4px}.mp-autocomplete-result2{height:2px;width:60%;background:var(--color-border);margin:4px}.mp-suggestion{flex-direction:column;gap:4px;padding:0 8px}.mp-suggestion-input{width:100%;height:12px;border:1px solid var(--color-border);border-radius:3px}.mp-suggestion-chips{display:flex;gap:3px}.mp-suggestion-chip{padding:2px 6px;border:1px solid var(--color-border);border-radius:10px;height:8px}.mp-password-field{padding:0 12px}.mp-password-field-box{width:100%;height:16px;border:1px solid var(--color-border);border-radius:4px;display:flex;align-items:center;padding:0 8px;justify-content:space-between}.mp-password-field-dots{display:flex;gap:2px}.mp-password-dot{width:3px;height:3px;border-radius:50%;background:var(--color-text-primary)}.mp-password-eye{font-size:8px}.mp-inline-edit-field{display:flex;align-items:center;gap:4px;border-bottom:1px dashed var(--color-accent);padding:2px 4px}.mp-inline-edit-text{width:40px;height:4px;background:var(--color-text-primary);border-radius:1px}.mp-inline-edit-icon{font-size:8px;opacity:.5}.mp-combobox{padding:0 12px}.mp-combobox-box{width:100%;height:16px;border:1px solid var(--color-border);border-radius:4px;display:flex;align-items:center;padding:0 6px;justify-content:space-between}.mp-combobox-text{height:2px;width:60%;background:var(--color-text-primary)}.mp-combobox-arrow{font-size:6px;color:var(--color-text-tertiary)}.mp-multi-select{padding:0 8px}.mp-multi-select-box{width:100%;min-height:18px;border:1px solid var(--color-border);border-radius:4px;display:flex;flex-wrap:wrap;gap:2px;padding:3px}.mp-multi-select-tag1{width:14px;height:6px;background:var(--color-accent);border-radius:2px}.mp-multi-select-tag2{width:18px;height:6px;background:var(--color-accent);border-radius:2px}.mp-multi-select-cursor{width:10px;height:2px;background:var(--color-border);margin-top:2px}.mp-color-picker{flex-direction:column;gap:4px}.mp-color-picker-grad{width:40px;height:40px;border-radius:4px;background:linear-gradient(to right,red,#ff0,green,#0ff,#00f,#f0f);position:relative}.mp-color-picker-cursor{position:absolute;top:50%;left:50%;width:6px;height:6px;border:1px solid #fff;border-radius:50%;transform:translate(-50%,-50%)}.mp-color-picker-hue{width:40px;height:6px;background:var(--color-accent);border-radius:2px}.mp-faceted-search{gap:0}.mp-faceted-search-filters{width:30%;height:100%;border-right:1px solid var(--color-border);padding:3px;display:flex;flex-direction:column;gap:2px}.mp-faceted-search-filter-line{height:2px;background:var(--color-border)}.mp-faceted-search-results{flex:1;padding:4px;display:grid;grid-template-columns:1fr 1fr;gap:2px}.mp-faceted-search-result{background:var(--color-surface-elevated);border-radius:1px}.mp-filter{flex-direction:column;gap:4px;padding:6px}.mp-filter-chips{display:flex;gap:2px}.mp-filter-chip-active{width:12px;height:6px;border-radius:10px;background:var(--color-accent)}.mp-filter-chip{width:12px;height:6px;border-radius:10px;background:var(--color-border)}.mp-filter-results{flex:1;width:100%;background:var(--color-surface-elevated);border-radius:2px}.mp-search-field{padding:0 12px}.mp-search-field-box{width:100%;height:16px;border:1px solid var(--color-border);border-radius:10px;display:flex;align-items:center;padding:0 8px;gap:4px}.mp-search-field-icon{font-size:8px}.mp-search-field-line{flex:1;height:2px;background:var(--color-border)}.mp-range-slider{padding:0 12px}.mp-range-slider-track{width:100%;height:3px;background:var(--color-border);border-radius:2px;position:relative}.mp-range-slider-fill{position:absolute;left:20%;right:20%;height:100%;background:var(--color-accent)}.mp-range-slider-thumb-left{width:8px;height:8px;border-radius:50%;background:#fff;border:1.5px solid var(--color-accent);position:absolute;top:-3px;left:20%;transform:translate(-50%)}.mp-range-slider-thumb-right{width:8px;height:8px;border-radius:50%;background:#fff;border:1.5px solid var(--color-accent);position:absolute;top:-3px;right:20%;transform:translate(50%)}.mp-number-input-wrap{display:flex;border:1px solid var(--color-border);border-radius:4px;overflow:hidden}.mp-number-input-btn{width:12px;height:16px;background:var(--color-surface-elevated);display:flex;align-items:center;justify-content:center;font-size:8px}.mp-number-input-val{width:20px;height:16px;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:600}.mp-time-picker-clock{width:40px;height:40px;border-radius:50%;border:2px solid var(--color-border);position:relative}.mp-time-picker-hour{position:absolute;top:50%;left:50%;width:2px;height:14px;background:var(--color-text-primary);border-radius:1px;transform:translate(-50%,-100%)}.mp-time-picker-minute{position:absolute;top:50%;left:50%;width:10px;height:2px;background:var(--color-accent);border-radius:1px;transform:translateY(-50%) rotate(-30deg);transform-origin:left}.mp-calendar{padding:4px}.mp-calendar-grid{width:100%;height:100%;border:1px solid var(--color-border);border-radius:2px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:2px}.mp-calendar-day{background:var(--color-surface-elevated);border-radius:1px}.mp-calendar-day-active{background:var(--color-accent);border-radius:1px}.mp-dnd{padding:8px}.mp-dnd-zone{width:100%;height:100%;border:2px dashed var(--color-accent);border-radius:6px;background:var(--color-accent-subtle);display:flex;align-items:center;justify-content:center;font-size:16px}.mp-form{flex-direction:column;gap:3px;padding:6px}.mp-form-label{height:2px;width:40%;background:var(--color-text-primary)}.mp-form-input{height:8px;width:100%;border:1px solid var(--color-border);border-radius:2px}.mp-form-submit{height:10px;width:100%;background:var(--color-accent);border-radius:2px}.mp-label{flex-direction:column;gap:2px;padding:0 8px;align-items:flex-start}.mp-label-text{font-size:6px;color:var(--color-text-primary);font-weight:700}.mp-label-required{color:#ef4444}.mp-label-field{width:100%;height:12px;border:1px solid var(--color-border);border-radius:3px;background:var(--color-surface)}.mp-list{flex-direction:column;gap:1px;padding:4px}.mp-list-item{height:10px;width:100%;border-bottom:1px solid var(--color-border-light);display:flex;align-items:center;padding:0 2px}.mp-list-item-line{height:2px;width:70%;background:var(--color-border)}.mp-feed{flex-direction:column;gap:4px;padding:4px}.mp-feed-header{display:flex;gap:3px;align-items:center}.mp-feed-avatar{width:10px;height:10px;border-radius:50%;background:var(--color-accent)}.mp-feed-name{height:2px;width:40%;background:var(--color-text-secondary)}.mp-feed-image{height:20px;width:100%;background:var(--color-surface-elevated);border-radius:2px}.mp-feed-actions{display:flex;gap:4px}.mp-feed-like{width:8px;height:8px;background:#ef444433;border-radius:1px}.mp-feed-comment{width:8px;height:8px;background:#6366f133;border-radius:1px}.mp-data-grid{padding:4px}.mp-data-grid-box{width:100%;height:100%;border:1px solid var(--color-border);border-radius:2px;overflow:hidden}.mp-data-grid-head{height:6px;background:var(--color-surface-elevated);display:flex;gap:1px;padding:0 2px;align-items:center}.mp-data-grid-head-cell{flex:1;height:2px;background:var(--color-text-tertiary)}.mp-data-grid-row{height:6px;display:flex;gap:1px;padding:0 2px;align-items:center;border-bottom:1px solid var(--color-border-light)}.mp-data-grid-cell{flex:1;height:1px;background:var(--color-border)}.mp-media-card{padding:4px}.mp-media-card-box{width:100%;height:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;overflow:hidden}.mp-media-card-image{height:60%;background:linear-gradient(135deg,#6366f1,#ec4899)}.mp-media-card-body{padding:2px}.mp-media-card-title{height:2px;width:80%;background:var(--color-text-primary);margin-bottom:2px}.mp-media-card-sub{height:1px;width:50%;background:var(--color-text-tertiary)}.mp-chart{padding:6px;align-items:flex-end;gap:2px}.mp-chart-bar{flex:1;background:var(--color-accent);border-radius:1px 1px 0 0}.mp-status-indicator{gap:4px}.mp-status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 4px #10b981}.mp-status-label{height:2px;width:30px;background:var(--color-text-secondary)}.mp-thumbnail{display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:6px}.mp-thumbnail-item{background:var(--color-surface-elevated);border-radius:1px}.mp-inline-message{padding:8px}.mp-inline-message-box{width:100%;padding:4px 6px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:4px;display:flex;align-items:center;gap:4px}.mp-inline-message-dot{width:4px;height:4px;border-radius:50%;background:#10b981}.mp-inline-message-line{height:2px;flex:1;background:#10b981;opacity:.5}.mp-pull-to-refresh{flex-direction:column}.mp-pull-to-refresh-indicator{height:12px;width:100%;background:var(--color-surface-elevated);display:flex;align-items:center;justify-content:center;font-size:8px}.mp-pull-to-refresh-content{flex:1;width:100%;background:var(--color-surface);border-top:1px solid var(--color-border);padding:4px;display:flex;flex-direction:column;gap:2px}.mp-pull-to-refresh-line1{height:2px;width:80%;background:var(--color-border)}.mp-pull-to-refresh-line2{height:2px;width:60%;background:var(--color-border)}.mp-side-sheet{gap:0}.mp-side-sheet-spacer{flex:1}.mp-side-sheet-panel{width:35%;height:100%;background:var(--color-surface);border-left:1px solid var(--color-border);padding:4px;box-shadow:-2px 0 8px #0000001a}.mp-side-sheet-title{height:2px;width:80%;background:var(--color-text-primary);margin-bottom:4px}.mp-side-sheet-line1{height:2px;width:100%;background:var(--color-border);margin-bottom:2px}.mp-side-sheet-line2{height:2px;width:100%;background:var(--color-border)}.mp-glassmorphism{background:linear-gradient(45deg,#6366f1,#ec4899)}.mp-glassmorphism-card{width:60%;height:40%;background:#fff3;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3);border-radius:8px}.mp-toggle-button{gap:4px}.mp-toggle-btn-on{width:24px;height:24px;border-radius:4px;background:var(--color-accent);display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px}.mp-toggle-btn-off{width:24px;height:24px;border-radius:4px;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:10px}.mp-split-button-wrap{display:flex;background:var(--color-accent);border-radius:4px;overflow:hidden}.mp-split-button-main{padding:4px 10px;font-size:7px;color:#fff;border-right:1px solid rgba(255,255,255,.2)}.mp-split-button-arrow{padding:4px;font-size:5px;color:#fff}.mp-cta{background:var(--color-surface-elevated);padding:8px}.mp-cta-btn{width:100%;height:100%;background:linear-gradient(to right,#f97316,#fb923c);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:6px;font-weight:800}.mp-overflow-menu{justify-content:flex-end;padding:8px}.mp-overflow-dots{display:flex;flex-direction:column;gap:2px}.mp-overflow-dot{width:3px;height:3px;border-radius:50%;background:var(--color-text-tertiary)}.mp-swipe-item{width:50px;height:20px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;position:relative;overflow:hidden}.mp-swipe-action-bg{position:absolute;right:0;top:0;bottom:0;width:15px;background:#ef4444}.mp-swipe-content{position:absolute;inset:0 10px 0 -10px;background:var(--color-surface);border-right:1px solid var(--color-border)}.mp-hero-section{flex-direction:column;background:#1a1a2e;gap:4px;padding:8px}.mp-hero-title{height:4px;width:80%;background:#fff;border-radius:2px}.mp-hero-sub{height:2px;width:60%;background:#fff6;border-radius:1px}.mp-hero-cta{width:20px;height:8px;background:var(--color-accent);border-radius:2px}.mp-footer{flex-direction:column;justify-content:flex-end}.mp-footer-bar{width:100%;height:40%;background:var(--color-surface-elevated);border-top:1px solid var(--color-border);padding:4px;display:flex;justify-content:space-between}.mp-footer-icons{display:flex;gap:2px}.mp-footer-icon{width:4px;height:4px;border-radius:1px;background:var(--color-border)}.mp-footer-copy{width:10px;height:2px;background:var(--color-text-tertiary);opacity:.3}.mp-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;padding:6px}.mp-grid-cell{background:var(--color-accent);opacity:.4;border-radius:1px;height:12px}.mp-collapsible{flex-direction:column;gap:2px;padding:6px}.mp-collapsible-header{width:100%;height:10px;border:1px solid var(--color-border);border-radius:2px;display:flex;align-items:center;padding:0 4px;justify-content:space-between}.mp-collapsible-title{height:2px;width:60%;background:var(--color-text-primary)}.mp-collapsible-chevron{font-size:4px}.mp-collapsible-body{width:100%;height:15px;background:var(--color-surface-elevated);border-radius:2px}.mp-tree-view{flex-direction:column;gap:3px;align-items:flex-start;padding:4px 12px}.mp-tree-node{display:flex;gap:3px;align-items:center}.mp-tree-node-child{display:flex;gap:3px;align-items:center;margin-left:8px}.mp-tree-chevron{font-size:4px}.mp-tree-folder{width:6px;height:6px;background:#fbbf24;border-radius:1px}.mp-tree-label{height:2px;width:20px;background:var(--color-text-primary)}.mp-tree-label-sub{height:2px;width:16px;background:var(--color-text-secondary)}.mp-show-more{flex-direction:column;gap:2px;padding:8px}.mp-show-more-line{height:1.5px;width:100%;background:var(--color-border);border-radius:1px}.mp-show-more-line-80{height:1.5px;width:80%;background:var(--color-border);border-radius:1px}.mp-show-more-line-90-faded{height:1.5px;width:90%;background:var(--color-border);border-radius:1px;opacity:.5}.mp-show-more-line-60-faded{height:1.5px;width:60%;background:var(--color-border);border-radius:1px;opacity:.15}.mp-show-more-btn{margin-top:2px;padding:2px 8px;border:1px solid var(--color-accent);border-radius:10px;font-size:5px;color:var(--color-accent);align-self:center;white-space:nowrap}.mp-splash{background:var(--color-accent);flex-direction:column;gap:4px}.mp-splash-icon{width:24px;height:24px;border-radius:7px;background:#ffffffe6;display:flex;align-items:center;justify-content:center}.mp-splash-icon-inner{width:14px;height:14px;border-radius:4px;background:var(--color-accent)}.mp-splash-name{height:2px;width:28px;background:#ffffffb3;border-radius:1px}.mp-splash-progress-track{width:24px;height:2px;background:#fff3;border-radius:4px;overflow:hidden}.mp-splash-progress-fill{width:60%;height:100%;background:#ffffffb3;border-radius:4px}.mp-coach-mark{background:#0006}.mp-coach-mark-highlight{position:absolute;top:10px;left:10px;width:20px;height:20px;border:2px solid #fff;border-radius:4px;box-shadow:0 0 0 100px #0006}.mp-coach-mark-tooltip{position:absolute;top:35px;left:10px;width:40px;height:15px;background:#fff;border-radius:2px}.mp-empty-state{flex-direction:column;gap:4px}.mp-empty-state-icon{font-size:20px;opacity:.2}.mp-empty-state-line{height:2px;width:60%;background:var(--color-border)}.mp-empty-state-btn{width:30px;height:8px;background:var(--color-accent);border-radius:2px;opacity:.5}.mp-placeholder-content{flex-direction:column;gap:4px;padding:8px}.mp-placeholder-block1{height:10px;width:100%;background:var(--color-surface-elevated);border-radius:2px}.mp-placeholder-block2{height:10px;width:80%;background:var(--color-surface-elevated);border-radius:2px}.mp-fade-in-box{width:30px;height:30px;background:var(--color-accent);border-radius:4px;opacity:.6}.mp-hover-effect-box{width:30px;height:30px;background:var(--color-accent-subtle);border:1.5px solid var(--color-accent);border-radius:4px;transform:scale(1.1);box-shadow:0 4px 8px #0000001a}.mp-primary-color-swatch{width:40px;height:40px;background:var(--color-accent);border-radius:8px;box-shadow:var(--shadow-md)}.mp-color-palette{display:flex;gap:2px}.mp-color-swatch{width:12px;height:12px;border-radius:2px}.mp-contrast-ratio{flex-direction:column;gap:4px}.mp-contrast-pass{background:#000;color:#fff;padding:2px 6px;border-radius:2px;font-size:6px}.mp-contrast-fail{background:#eee;color:#ccc;padding:2px 6px;border-radius:2px;font-size:6px}.mp-outline-icon{gap:6px}.mp-app-icon-box{width:32px;height:32px;background:linear-gradient(135deg,var(--color-accent),#a855f7);border-radius:7px}.mp-shadow-box{width:30px;height:30px;background:var(--color-surface);border-radius:4px;box-shadow:0 10px 20px #0003}.mp-border-radius-box{width:30px;height:30px;background:var(--color-accent);border-radius:10px}.mp-gradient-box{width:40px;height:40px;background:linear-gradient(135deg,#6366f1,#ec4899);border-radius:4px}.mp-skeleton-card{width:56px;display:flex;flex-direction:column;gap:4px}.mp-skeleton-img{width:100%;height:28px;border-radius:4px}.mp-skeleton-lines{display:flex;flex-direction:column;gap:3px}.mp-skeleton-line{height:6px;border-radius:3px}.mp-skeleton-block{background:#e0e0e0;overflow:hidden;position:relative}.mp-skeleton-block:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);animation:shimmer 1.5s infinite}.mp-easing{padding:4px}.mp-login-form{flex-direction:column;gap:3px;padding:6px}.mp-login-form-title{font-size:6px;font-weight:700;color:var(--color-text-primary);text-align:center}.mp-login-form-field{height:8px;width:100%;border:1px solid var(--color-border);border-radius:2px;display:flex;align-items:center;padding:0 4px}.mp-login-form-field-placeholder{font-size:4px;color:var(--color-text-tertiary)}.mp-login-form-password{height:8px;width:100%;border:1px solid var(--color-border);border-radius:2px;display:flex;align-items:center;padding:0 4px;justify-content:space-between}.mp-login-form-dots{display:flex;gap:1.5px}.mp-login-form-dot{width:2.5px;height:2.5px;border-radius:50%;background:var(--color-text-primary)}.mp-login-form-eye{font-size:6px;opacity:.5}.mp-login-form-submit{height:8px;width:100%;background:var(--color-accent);border-radius:2px;display:flex;align-items:center;justify-content:center}.mp-login-form-submit-text{font-size:4px;color:#fff;font-weight:600}.mp-product-card{padding:4px}.mp-product-card-box{width:100%;height:100%;border:1px solid var(--color-border);border-radius:2px;overflow:hidden}.mp-product-card-image{height:60%;background:#eee}.mp-product-card-body{padding:2px}.mp-product-card-name{height:1px;width:80%;background:var(--color-text-primary)}.mp-product-card-price{height:1px;width:40%;background:var(--color-accent);margin-top:2px}.mp-rating{gap:1px}.mp-kpi-card{flex-direction:column;gap:2px;padding:6px;align-items:flex-start}.mp-kpi-label{height:1px;width:40%;background:var(--color-text-tertiary)}.mp-kpi-value{height:4px;width:80%;background:var(--color-text-primary)}.mp-kpi-delta{height:2px;width:30%;background:#10b981;border-radius:1px}.mp-settings{flex-direction:column;gap:1px;padding:4px}.mp-settings-row{height:8px;width:100%;border-bottom:1px solid var(--color-border-light);display:flex;align-items:center;justify-content:space-between;padding:0 2px}.mp-settings-row-label{height:1px;width:50%;background:var(--color-text-secondary)}.mp-settings-toggle-on{width:8px;height:4px;border-radius:4px;background:var(--color-accent)}.mp-settings-toggle-off{width:8px;height:4px;border-radius:4px;background:var(--color-border)}.mp-aria-label{flex-direction:column;gap:3px;padding:4px}.mp-aria-label-btn{width:36px;height:12px;background:var(--color-accent);border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:6px;color:#fff;font-weight:600}.mp-aria-label-code{padding:2px 5px;background:#1a1a2e;border-radius:2px;font-size:4.5px;color:#9ca3af;font-family:monospace;white-space:nowrap}.mp-focus-ring-box{width:24px;height:24px;border-radius:4px;border:2px solid var(--color-accent);box-shadow:0 0 0 3px #6366f14d}.mp-alt-text{flex-direction:column;gap:2px}.mp-alt-text-image{width:30px;height:20px;background:#eee;border-radius:2px}.mp-alt-text-caption{height:1px;width:100%;background:var(--color-text-tertiary)}.mp-swipe-action-item{width:50px;height:16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:2px;position:relative;overflow:hidden}.mp-swipe-action-delete{position:absolute;right:0;top:0;bottom:0;width:12px;background:#ef4444}.mp-swipe-action-content{position:absolute;inset:0 8px 0 -8px;background:var(--color-surface);border-right:1px solid var(--color-border)}.mp-safe-area{flex-direction:column}.mp-safe-area-notch{height:4px;width:40%;background:#000;border-radius:0 0 4px 4px;margin:0 auto}.mp-safe-area-content{flex:1;border:1px solid var(--color-border);margin:2px 4px;border-radius:2px}.mp-haptic{gap:4px}.mp-haptic-device{width:12px;height:22px;border:2px solid #374151;border-radius:5px;background:#1f2937;display:flex;align-items:center;justify-content:center}.mp-haptic-device-btn{width:4px;height:4px;border-radius:50%;background:#6b7280}.mp-haptic-waves{display:flex;flex-direction:column;gap:2px;align-items:center}.mp-haptic-wave{width:2px;border-radius:1px;background:var(--color-accent)}.mp-notch-device{width:40px;height:60px;border:2px solid #000;border-radius:6px;position:relative}.mp-notch-cutout{position:absolute;top:0;left:50%;transform:translate(-50%);width:16px;height:4px;background:#000;border-radius:0 0 4px 4px}.mp-status-bar{flex-direction:column;padding:2px}.mp-status-bar-row{height:4px;width:100%;display:flex;justify-content:space-between;align-items:center}.mp-status-bar-time{width:6px;height:2px;background:var(--color-text-primary)}.mp-status-bar-icons{width:10px;height:2px;background:var(--color-text-primary)}.mp-status-bar-content{flex:1;background:var(--color-surface-elevated);margin-top:2px}.mp-cart-wrap{position:relative;font-size:20px}.mp-cart-badge{position:absolute;top:-2px;right:-2px;width:8px;height:8px;border-radius:50%;background:#ef4444;color:#fff;font-size:5px;display:flex;align-items:center;justify-content:center}.mp-checkout{flex-direction:column;gap:2px;padding:6px}.mp-checkout-step1{height:6px;width:100%;background:var(--color-accent-subtle);border-radius:1px}.mp-checkout-step2{height:6px;width:100%;background:var(--color-accent);border-radius:1px}.mp-checkout-step3{height:6px;width:100%;background:var(--color-surface-elevated);border-radius:1px}.mp-sign-up{flex-direction:column;gap:2px;padding:6px}.mp-sign-up-input{height:6px;width:100%;border:1px solid var(--color-border);border-radius:1px}.mp-sign-up-submit{height:8px;width:100%;background:var(--color-accent);border-radius:1px}.mp-social-login{flex-direction:column;gap:3px;padding:8px}.mp-social-login-btn1{height:10px;width:100%;border:1px solid #ddd;border-radius:2px;background:#fff}.mp-social-login-btn2{height:10px;width:100%;background:#000;border-radius:2px}.mp-neumorphism{background:#e0e5ec}.mp-neumorphism-box{width:24px;height:24px;border-radius:6px;background:#e0e5ec;box-shadow:3px 3px 6px #bec8e4,-3px -3px 6px #fff}.mp-material-design{background:#f5f5f5}.mp-material-card{width:30px;height:40px;background:#fff;border-radius:2px;box-shadow:0 2px 4px #0003}.mp-material-app-bar{height:15px;background:#6200ee}.mp-flat-design{display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:6px}.mp-flat-cell-1{background:#2ecc71}.mp-flat-cell-2{background:#e74c3c}.mp-flat-cell-3{background:#3498db}.mp-flat-cell-4{background:#f1c40f}.mp-error-message{flex-direction:column;gap:2px;align-items:flex-start}.mp-error-input{width:40px;height:10px;border:1px solid #ef4444;border-radius:2px}.mp-error-text{height:1px;width:80%;background:#ef4444}.mp-success-message{padding:4px}.mp-success-box{width:100%;height:12px;background:#ecfdf5;border:1px solid #10b981;border-radius:2px;display:flex;align-items:center;padding:0 4px}.mp-success-dot{width:2px;height:2px;background:#10b981;border-radius:50%}.mp-helper-text{flex-direction:column;gap:2px;padding:0 8px;align-items:flex-start}.mp-helper-text-input{width:100%;height:12px;border:1px solid var(--color-border);border-radius:3px;background:var(--color-surface)}.mp-helper-text-hint{font-size:5px;color:var(--color-text-tertiary)}.mp-placeholder{padding:0 8px}.mp-placeholder-input{width:100%;height:14px;border:1px solid var(--color-border);border-radius:3px;display:flex;align-items:center;padding:0 5px}.mp-placeholder-text{font-size:5px;color:var(--color-text-tertiary)}.mp-dark-mode{background:#0f172a;border-radius:4px;flex-direction:column;gap:3px;padding:6px}.mp-dark-mode-header{display:flex;align-items:center;gap:4px}.mp-dark-mode-icon{font-size:8px}.mp-dark-mode-title{height:2px;width:20px;background:#e2e8f0;border-radius:2px}.mp-dark-mode-card{width:100%;height:10px;background:#1e293b;border-radius:2px;display:flex;flex-direction:column;gap:2px;padding:3px}.mp-dark-mode-line1{height:1.5px;width:80%;background:#475569;border-radius:1px}.mp-dark-mode-line2{height:1.5px;width:60%;background:#334155;border-radius:1px}.mp-light-mode{background:#f8fafc;border-radius:4px;flex-direction:column;gap:3px;padding:6px;border:1px solid #e2e8f0}.mp-light-mode-header{display:flex;align-items:center;gap:4px}.mp-light-mode-icon{font-size:8px}.mp-light-mode-title{height:2px;width:20px;background:#1e293b;border-radius:2px}.mp-light-mode-card{width:100%;height:10px;background:#fff;border-radius:2px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:2px;padding:3px}.mp-light-mode-line1{height:1.5px;width:80%;background:#94a3b8;border-radius:1px}.mp-light-mode-line2{height:1.5px;width:60%;background:#cbd5e1;border-radius:1px}.mp-contrast{display:flex}.mp-contrast-black{width:20px;height:20px;background:#000}.mp-contrast-white{width:20px;height:20px;background:#fff}.mp-keyboard-nav{gap:5px}.mp-keyboard-keys{display:flex;flex-direction:column;gap:2px}.mp-keyboard-key{width:14px;height:8px;border:1px solid var(--color-border);border-radius:2px;background:var(--color-surface-elevated);display:flex;align-items:center;justify-content:center}.mp-keyboard-key-tab{font-size:4px;font-weight:600}.mp-keyboard-key-enter{font-size:7px}.mp-keyboard-focus-list{display:flex;flex-direction:column;gap:2px}.mp-keyboard-focus-item{width:22px;height:7px;border-radius:2px}.mp-keyboard-focus-item-active{border:1.5px solid var(--color-accent);background:var(--color-accent-subtle);box-shadow:0 0 0 2px #6366f140}.mp-keyboard-focus-item-inactive{border:1.5px solid var(--color-border);background:transparent}.mp-loading-animation-spinner{width:20px;height:20px;border:2px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin 1s linear infinite}.mp-infinite-scroll{flex-direction:column;gap:2px;padding:4px}.mp-infinite-scroll-item{height:10px;width:100%;background:var(--color-surface-elevated)}.mp-infinite-scroll-item-faded{height:10px;width:100%;background:var(--color-surface-elevated);opacity:.5}.mp-long-press{gap:2px}.mp-long-press-ring{width:14px;height:14px;border-radius:50%;background:#6366f133;display:flex;align-items:center;justify-content:center;animation:pulse 1.5s infinite}.mp-long-press-dot{width:6px;height:6px;border-radius:50%;background:var(--color-accent)}.mp-double-tap{gap:5px}.mp-double-tap-device{display:flex;flex-direction:column;align-items:center;gap:2px}.mp-double-tap-phone{width:14px;height:20px;border:1.5px solid var(--color-border);border-radius:4px;background:var(--color-surface-elevated);display:flex;align-items:flex-end;justify-content:center;padding-bottom:2px}.mp-double-tap-finger{width:6px;height:6px;border-radius:50%;background:#6366f14d;border:1px solid var(--color-accent)}.mp-double-tap-label{font-size:5px;color:var(--color-text-tertiary);font-weight:600}.mp-double-tap-heart{font-size:16px}.mp-pinch{position:relative}.mp-pinch-expanded{width:30px;height:30px;border:1.5px solid var(--color-accent);border-radius:4px;position:absolute}.mp-pinch-contracted{width:18px;height:18px;border:1.5px solid var(--color-border);border-radius:3px;position:absolute;opacity:.5}.mp-pinch-arrow-tl{position:absolute;top:-5px;left:-5px;font-size:7px}.mp-pinch-arrow-br{position:absolute;bottom:-5px;right:-5px;font-size:7px}.mp-edge-swipe-zone{position:absolute;left:0;top:20%;bottom:20%;width:10px;background:#6366f133;border-right:2px solid var(--color-accent)}.mp-edge-swipe-arrow{font-size:8px}.mp-alphabet-scroll{justify-content:flex-end;padding-right:4px}.mp-alphabet-scroll-list{display:flex;flex-direction:column;gap:1px;font-size:4px;color:var(--color-accent);font-weight:700}.mp-speed-dial{position:relative}.mp-speed-dial-main{position:absolute;bottom:4px;right:4px;width:12px;height:12px;border-radius:50%;background:var(--color-accent);display:flex;align-items:center;justify-content:center;color:#fff;font-size:8px}.mp-speed-dial-item1{position:absolute;bottom:20px;right:6px;width:8px;height:8px;border-radius:50%;background:var(--color-surface-elevated);border:1px solid var(--color-border)}.mp-speed-dial-item2{position:absolute;bottom:32px;right:6px;width:8px;height:8px;border-radius:50%;background:var(--color-surface-elevated);border:1px solid var(--color-border)}.mp-page-control{gap:2px}.mp-page-dot{width:4px;height:4px;border-radius:50%;background:var(--color-border)}.mp-page-dot-active{width:4px;height:4px;border-radius:50%;background:var(--color-accent)}.mp-bottom-app-bar{align-items:flex-end}.mp-bottom-app-bar-bar{width:100%;height:10px;background:var(--color-surface);border-top:1px solid var(--color-border);position:relative;display:flex;justify-content:space-between;padding:0 4px;align-items:center}.mp-bottom-app-bar-icon{width:4px;height:2px;background:var(--color-text-tertiary)}.mp-bottom-app-bar-fab{position:absolute;top:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;border-radius:50%;background:var(--color-accent);border:2px solid var(--color-base)}.mp-scroll-snap{gap:2px}.mp-scroll-snap-prev{width:16px;height:20px;background:var(--color-surface-elevated);border-radius:2px;transform:translate(-8px)}.mp-scroll-snap-current{width:16px;height:20px;background:var(--color-accent);border-radius:2px}.mp-scroll-snap-next{width:16px;height:20px;background:var(--color-surface-elevated);border-radius:2px;transform:translate(8px)}.mp-rubber-band{flex-direction:column;overflow:hidden}.mp-rubber-band-pull{height:10px;width:100%;background:var(--color-surface-elevated);display:flex;align-items:center;justify-content:center;font-size:6px;color:var(--color-text-tertiary);transform:scaleY(1.4);transform-origin:top}.mp-rubber-band-content{flex:1;width:100%;background:var(--color-surface);border-top:2px solid var(--color-accent);padding:4px 6px;display:flex;flex-direction:column;gap:2px}.mp-rubber-band-line1{height:2px;width:70%;background:var(--color-border);border-radius:1px}.mp-rubber-band-line2{height:2px;width:90%;background:var(--color-border);border-radius:1px}.mp-live-activity{background:#111;flex-direction:column;gap:3px}.mp-live-activity-card{background:#1e1e1e;border-radius:8px;padding:3px 6px;display:flex;align-items:center;gap:4px}.mp-live-activity-icon{font-size:8px}.mp-live-activity-title{width:20px;height:4px;background:#fff;border-radius:2px;opacity:.8}.mp-live-activity-status{width:5px;height:5px;border-radius:50%;background:#22c55e;margin-left:auto}.mp-biometric{flex-direction:column;gap:4px}.mp-biometric-icon{width:24px;height:24px;border-radius:50%;border:2px solid var(--color-accent);display:flex;align-items:center;justify-content:center;font-size:12px}.mp-biometric-label{font-size:5px;color:var(--color-text-secondary);font-weight:600}.mp-permission-dialog{flex-direction:column;gap:3px}.mp-permission-box{width:36px;height:24px;background:#fff;border-radius:6px;border:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;box-shadow:0 2px 8px #00000026}.mp-permission-icon{font-size:8px}.mp-permission-btn{width:20px;height:2px;background:#007aff;border-radius:1px}.mp-app-shortcut{position:relative}.mp-app-shortcut-icon{width:20px;height:20px;border-radius:5px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:10px}.mp-app-shortcut-menu{position:absolute;top:8px;left:14px;background:#fff;border-radius:4px;padding:2px 4px;box-shadow:0 2px 6px #0003;display:flex;flex-direction:column;gap:2px}.mp-app-shortcut-menu-item{width:20px;height:3px;background:#e5e7eb;border-radius:1px}.mp-drum-picker{gap:2px}.mp-drum-col{width:18px;height:28px;border:1px solid var(--color-border);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;align-items:center;position:relative}.mp-drum-item-prev{font-size:5px;color:var(--color-text-tertiary);line-height:7px}.mp-drum-item-active{font-size:6px;font-weight:700;color:var(--color-text-primary);line-height:8px;background:var(--color-accent-subtle);width:100%;text-align:center}.mp-drum-item-next{font-size:5px;color:var(--color-text-tertiary);line-height:7px}.mp-drum-sep{font-size:8px;font-weight:700}.mp-keyboard-avoiding{flex-direction:column;justify-content:flex-end;gap:2px}.mp-keyboard-avoiding-input{width:36px;height:6px;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:3px}.mp-keyboard-avoiding-keys{width:100%;height:12px;background:#d1d5db;border-radius:2px 2px 0 0;display:grid;grid-template-columns:repeat(5,1fr);gap:1px;padding:1px}.mp-keyboard-avoiding-key{background:#fff;border-radius:1px}.mp-card-stack{position:relative}.mp-card-stack-back{position:absolute;width:30px;height:38px;border-radius:6px;background:linear-gradient(135deg,#a18cd1,#fbc2eb);transform:rotate(-6deg) translate(-2px,4px);box-shadow:0 2px 6px #00000026}.mp-card-stack-mid{position:absolute;width:30px;height:38px;border-radius:6px;background:linear-gradient(135deg,#4facfe,#00f2fe);transform:rotate(-2deg);box-shadow:0 2px 6px #00000026}.mp-card-stack-front{position:relative;width:30px;height:38px;border-radius:6px;background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 4px 10px #0003;display:flex;align-items:center;justify-content:center;font-size:14px}.mp-cab{flex-direction:column;width:100%}.mp-cab-bar{width:100%;height:10px;background:#374151;display:flex;align-items:center;padding:0 4px;gap:4px}.mp-cab-count{font-size:5px;color:#fff;font-weight:700}.mp-cab-actions{margin-left:auto;display:flex;gap:3px}.mp-cab-action-icon{width:5px;height:5px;background:#9ca3af;border-radius:1px}.mp-cab-row{width:100%;height:9px;border-top:1px solid var(--color-border-light);display:flex;align-items:center;gap:3px;padding:0 4px}.mp-cab-row-selected{background:#2563eb14}.mp-cab-row-check-selected{width:6px;height:6px;border-radius:50%;background:var(--color-accent)}.mp-cab-row-check{width:6px;height:6px;border-radius:50%;background:var(--color-border);border:1px solid #d1d5db}.mp-cab-row-label{width:20px;height:3px;background:var(--color-border);border-radius:1px}.mp-home-widget{background:#1a1a2e;gap:3px}.mp-home-widget-small{width:22px;height:22px;border-radius:5px;background:linear-gradient(135deg,#1e3a5f,#2563eb);padding:3px;display:flex;flex-direction:column;justify-content:space-between}.mp-home-widget-small-icon{font-size:8px}.mp-home-widget-small-temp{font-size:7px;font-weight:700;color:#fff;line-height:1}.mp-home-widget-wide{width:44px;height:22px;border-radius:5px;background:linear-gradient(135deg,#1e3a5f,#2563eb);padding:3px;display:flex;align-items:center;gap:3px}.mp-home-widget-wide-temp{font-size:10px;font-weight:700;color:#fff}.mp-home-widget-forecast{display:flex;gap:2px}.mp-home-widget-forecast-icon{font-size:5px}.mp-swipe-back{position:relative;overflow:hidden}.mp-swipe-back-prev{position:absolute;inset:0;background:var(--color-surface-elevated);transform:translate(-8px) scale(.92)}.mp-swipe-back-current{position:absolute;inset:0;background:var(--color-surface);border-left:1px solid var(--color-border);transform:translate(12px);display:flex;align-items:center;padding-left:6px}.mp-swipe-back-chevron{font-size:6px;color:var(--color-accent)}.mp-swipe-back-arrow{position:absolute;left:4px;top:40%;font-size:8px}.mp-pin-input{flex-direction:column;gap:4px}.mp-pin-dots{display:flex;gap:3px}.mp-pin-dot-filled{width:6px;height:6px;border-radius:50%;background:var(--color-accent);border:1.5px solid var(--color-accent)}.mp-pin-dot-empty{width:6px;height:6px;border-radius:50%;background:transparent;border:1.5px solid var(--color-border)}.mp-pin-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.mp-pin-key{height:7px;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:5px;font-weight:600}.mp-float-kbd{flex-direction:column;justify-content:flex-end;gap:0}.mp-float-kbd-toolbar{width:100%;height:8px;background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);display:flex;align-items:center;gap:3px;padding:0 3px}.mp-float-kbd-bold{font-size:5px;font-weight:700}.mp-float-kbd-italic{font-size:5px;font-style:italic}.mp-float-kbd-link{font-size:5px}.mp-float-kbd-done-wrap{margin-left:auto;width:14px;height:5px;background:var(--color-accent);border-radius:2px;display:flex;align-items:center;justify-content:center}.mp-float-kbd-done{font-size:4px;color:#fff;font-weight:700}.mp-float-kbd-keys{width:100%;height:14px;background:#d1d5db;display:grid;grid-template-columns:repeat(6,1fr);gap:1px;padding:1px}.mp-float-kbd-key{background:#fff;border-radius:1px}.mp-app-rating-box{background:#fff;border-radius:6px;padding:4px 6px;box-shadow:0 2px 8px #00000026;display:flex;flex-direction:column;align-items:center;gap:2px}.mp-app-rating-title{font-size:7px;font-weight:700;color:#1a1a2e}.mp-app-rating-stars{display:flex;gap:1px}.mp-breadcrumb{gap:2px;font-size:6px}.mp-breadcrumb-link{color:var(--color-accent)}.mp-breadcrumb-current{font-weight:700}.mp-scroll-animation{flex-direction:column;gap:4px;padding:8px}.mp-scroll-anim-block{width:40px;height:8px;background:var(--color-accent);border-radius:3px}.mp-parallax{overflow:hidden;position:relative}.mp-parallax-bg{position:absolute;inset:-6px 0;background:linear-gradient(160deg,#1e1b4b,#6366f1);transform:translateY(-5px)}.mp-parallax-text{position:relative;color:#fff;font-size:7px;font-weight:800;letter-spacing:.05em;text-shadow:0 1px 4px rgba(0,0,0,.5)}.mp-smooth-scroll{flex-direction:column;align-items:center;gap:2px;padding:4px}.mp-smooth-scroll-section{width:32px;height:6px;background:var(--color-surface-elevated);border-radius:2px;display:flex;align-items:center;padding:0 4px}.mp-smooth-scroll-section-line{height:1.5px;width:14px;background:var(--color-border);border-radius:1px}.mp-smooth-scroll-arrow{display:flex;flex-direction:column;align-items:center;gap:0}.mp-smooth-scroll-line{width:1px;height:8px;background:var(--color-accent);border-radius:1px}.mp-smooth-scroll-arrowhead{width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid var(--color-accent)}.mp-smooth-scroll-target{width:32px;height:6px;background:var(--color-accent-subtle);border:1px solid var(--color-accent);border-radius:2px;display:flex;align-items:center;padding:0 4px}.mp-smooth-scroll-target-line{height:1.5px;width:18px;background:var(--color-accent);border-radius:1px}.mp-stagger{flex-direction:column;gap:3px;padding:8px;align-items:flex-start}.mp-stagger-item{height:6px;background:var(--color-accent);border-radius:2px}.mp-typewriter{gap:1px}.mp-typewriter-text{font-size:8px;font-family:monospace;font-weight:700;color:var(--color-text-primary)}.mp-typewriter-cursor{display:inline-block;width:1.5px;height:10px;background:var(--color-accent);animation:demo-tw-blink .8s step-end infinite}.mp-marquee{overflow:hidden;position:relative}.mp-marquee-fade-left{position:absolute;left:0;top:0;bottom:0;width:10px;background:linear-gradient(to right,var(--color-surface),transparent);z-index:1}.mp-marquee-content{display:flex;gap:8px;font-size:7px;font-weight:600;color:var(--color-text-primary);white-space:nowrap;transform:translate(-10px)}.mp-marquee-fade-right{position:absolute;right:0;top:0;bottom:0;width:10px;background:linear-gradient(to left,var(--color-surface),transparent);z-index:1}.mp-count-up{flex-direction:column;align-items:center;gap:2px}.mp-count-up-label{font-size:7px;color:var(--color-text-tertiary)}.mp-count-up-value{font-size:14px;font-weight:800;color:var(--color-accent);line-height:1}.mp-count-up-trend{font-size:7px;color:#10b981}
