.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:var(--color-accent);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:#c7beb5}.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:#c7beb5;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-cm-box{background:var(--color-surface);border:1px solid var(--color-border);border-radius:5px;padding:3px;box-shadow:0 4px 14px #00000026;width:64px}.mp-cm-item{height:11px;padding:0 5px;border-radius:3px;margin-bottom:1px;display:flex;align-items:center;gap:4px}.mp-cm-item:before{content:"";display:block;width:5px;height:5px;border-radius:1px;background:var(--color-text-tertiary);flex-shrink:0}.mp-cm-item:after{content:"";display:block;width:60%;height:2px;background:var(--color-text-secondary);border-radius:1px}.mp-cm-item--active{background:var(--color-accent-subtle)}.mp-cm-item--active:before{background:var(--color-accent)}.mp-cm-item--active:after{background:var(--color-accent)}.mp-cm-divider{height:1px;background:var(--color-border);margin:2px}.mp-cm-item--danger:before{background:#ef444499}.mp-cm-item--danger:after{background:#ef4444b3;width:50%}.mp-action-sheet{align-items:flex-end;padding:0}.mp-as-panel{width:100%;background:var(--color-surface);border-top:1px solid var(--color-border);border-radius:8px 8px 0 0;padding:4px;box-shadow:0 -4px 16px #0000001f}.mp-as-handle{width:22px;height:3px;background:var(--color-border);border-radius:2px;margin:0 auto 5px}.mp-as-item{height:11px;background:var(--color-surface-elevated);border-radius:4px;margin-bottom:2px;border:1px solid var(--color-border-light)}.mp-as-sep{height:1px;background:var(--color-border);margin:3px 0}.mp-as-cancel{height:11px;background:var(--color-surface-elevated);border-radius:4px;border:1px solid var(--color-border);opacity:.6}.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:2px;padding:6px}.mp-sg-input{width:100%;height:11px;border:1.5px solid var(--color-accent);border-radius:3px;display:flex;align-items:center;padding:0 4px}.mp-sg-query{width:45%;height:3px;background:var(--color-text-primary);border-radius:1px}.mp-sg-list{width:100%;border:1px solid var(--color-border);border-radius:3px;overflow:hidden;box-shadow:0 2px 6px #0000001a}.mp-sg-item{height:9px;padding:0 4px;border-bottom:1px solid var(--color-border-light);display:flex;align-items:center}.mp-sg-item:last-child{border-bottom:none}.mp-sg-item:before{content:"";display:block;width:55%;height:2.5px;background:var(--color-text-secondary);border-radius:1px}.mp-sg-item--on{background:var(--color-accent-subtle)}.mp-sg-item--on:before{width:65%;background:var(--color-accent)}.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{flex-direction:column;gap:2px;padding:5px}.mp-ms-field{width:100%;height:12px;border:1.5px solid var(--color-accent);border-radius:3px;display:flex;align-items:center;gap:2px;padding:0 3px}.mp-ms-tag{background:var(--color-accent-subtle);color:var(--color-accent);font-size:5px;padding:1px 3px;border-radius:2px;line-height:1}.mp-ms-caret{color:var(--color-text-tertiary);font-size:5px;margin-left:auto;line-height:1}.mp-ms-dropdown{width:100%;border:1px solid var(--color-border);border-radius:2px;box-shadow:0 2px 4px #00000014;overflow:hidden}.mp-ms-opt{height:8px;padding:0 3px 0 9px;border-bottom:1px solid var(--color-border-light);display:flex;align-items:center;position:relative}.mp-ms-opt:last-child{border-bottom:none}.mp-ms-opt:before{content:"";position:absolute;left:2px;width:5px;height:5px;border:1px solid var(--color-border);border-radius:1px}.mp-ms-opt:after{content:"";display:block;width:55%;height:2px;background:var(--color-text-secondary);border-radius:1px}.mp-ms-opt--on{background:var(--color-accent-subtle)}.mp-ms-opt--on:before{background:var(--color-accent);border-color:var(--color-accent)}.mp-ms-opt--on:after{background:var(--color-accent)}.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{padding:4px;gap:4px;align-items:flex-start}.mp-fs-sidebar{width:38%;display:flex;flex-direction:column;gap:3px}.mp-fs-section{display:flex;flex-direction:column;gap:2px;border-bottom:1px solid var(--color-border-light);padding-bottom:3px}.mp-fs-title{height:2px;width:80%;background:var(--color-text-tertiary);border-radius:1px;margin-bottom:1px}.mp-fs-row{height:6px;display:flex;align-items:center;gap:2px}.mp-fs-row:before{content:"";display:block;width:6px;height:6px;flex-shrink:0;border:1px solid var(--color-border);border-radius:1px}.mp-fs-row:after{content:"";display:block;width:55%;height:2px;background:var(--color-text-secondary);border-radius:1px}.mp-fs-row--on:before{background:var(--color-accent);border-color:var(--color-accent)}.mp-fs-row--on:after{background:var(--color-accent);width:65%}.mp-fs-results{flex:1;display:flex;flex-direction:column;gap:2px}.mp-fs-result{height:16px;background:var(--color-surface-elevated);border-radius:2px;border:1px solid var(--color-border)}.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{flex-direction:column;gap:3px;padding:8px}.mp-sf-label{height:2px;width:25%;background:var(--color-text-secondary);border-radius:1px}.mp-sf-input{width:100%;height:14px;border:1.5px solid var(--color-border);border-radius:10px;display:flex;align-items:center;gap:3px;padding:0 5px;background:var(--color-surface)}.mp-sf-icon{width:6px;height:6px;border:1.5px solid var(--color-text-tertiary);border-radius:50%;flex-shrink:0}.mp-sf-text{flex:1;height:2.5px;background:var(--color-text-primary);border-radius:1px}.mp-sf-clear{color:var(--color-text-tertiary);font-size:8px;line-height:1;flex-shrink:0}.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:0;padding:4px 8px;width:100%}.mp-list-item{display:flex;align-items:center;gap:6px;height:13px;border-bottom:1px solid var(--color-border-light);padding:0 2px}.mp-list-item:last-child{border-bottom:none}.mp-list-dot{width:4px;height:4px;border-radius:50%;background:var(--color-accent);flex-shrink:0}.mp-list-text{height:2.5px;background:var(--color-text-secondary);border-radius:1px}.mp-feed{flex-direction:column;gap:0;padding:0;align-items:stretch;justify-content:flex-start}.mp-feed-item{padding:5px 6px 4px;display:flex;flex-direction:column;gap:3px}.mp-feed-item-header{display:flex;align-items:center;gap:4px}.mp-feed-avatar{width:10px;height:10px;border-radius:50%;background:var(--color-accent);flex-shrink:0}.mp-feed-meta{display:flex;flex-direction:column;gap:1px}.mp-feed-name{height:2px;width:32px;background:var(--color-text-primary, #1c1917);border-radius:1px;opacity:.7}.mp-feed-time{height:1.5px;width:20px;background:var(--color-text-tertiary, #aaa);border-radius:1px}.mp-feed-text{display:flex;flex-direction:column;gap:2px;padding-left:14px}.mp-feed-line{height:2px;background:var(--color-text-secondary, #666);border-radius:1px;opacity:.35}.mp-feed-line.w95{width:95%}.mp-feed-line.w80{width:80%}.mp-feed-line.w60{width:60%}.mp-feed-actions{display:flex;gap:5px;padding-left:14px}.mp-feed-action{height:5px;width:12px;border-radius:1px;opacity:.25}.mp-feed-action.heart{background:#ef4444}.mp-feed-action.comment,.mp-feed-action.share{background:var(--color-text-secondary, #666)}.mp-feed-divider{height:1px;background:var(--color-border, #e5e5e5);width:100%}.mp-data-grid{padding:4px}.mp-dg-wrap{width:100%;height:100%;border:1px solid var(--color-border);border-radius:2px;overflow:hidden}.mp-dg-head{display:grid;grid-template-columns:2fr 1.5fr 1fr;background:var(--color-surface-elevated);border-bottom:1.5px solid var(--color-border)}.mp-dg-hcell{height:11px;padding:0 3px;border-right:1px solid var(--color-border-light);display:flex;align-items:center;gap:2px}.mp-dg-hcell:last-child{border-right:none}.mp-dg-hcell:after{content:"";display:block;width:60%;height:2px;background:var(--color-text-secondary);border-radius:1px}.mp-dg-hcell--sort:before{content:"↑";font-size:6px;color:var(--color-accent);flex-shrink:0}.mp-dg-row{display:grid;grid-template-columns:2fr 1.5fr 1fr;border-bottom:1px solid var(--color-border-light)}.mp-dg-row:last-child{border-bottom:none}.mp-dg-row--sel{background:var(--color-accent-subtle)}.mp-dg-cell{height:9px;padding:0 3px;border-right:1px solid var(--color-border-light);display:flex;align-items:center}.mp-dg-cell:last-child{border-right:none}.mp-dg-cell:after{content:"";display:block;height:2px;background:var(--color-text-secondary);border-radius:1px;width:70%}.mp-dg-row--sel .mp-dg-cell:after{background:var(--color-accent)}.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:#c7beb5}.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;grid-template-rows:1fr 1fr;gap:2px;padding:4px}.mp-tn-item{border-radius:2px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.mp-tn-1{background:linear-gradient(135deg,#93c5fd,#3b82f6)}.mp-tn-2{background:linear-gradient(135deg,#4b5563,#1f2937)}.mp-tn-3{background:linear-gradient(135deg,#6ee7b7,#10b981)}.mp-tn-4{background:linear-gradient(135deg,#fcd34d,#f59e0b)}.mp-tn-play{width:10px;height:10px;border-radius:50%;background:#fffc;display:flex;align-items:center;justify-content:center}.mp-tn-play:after{content:"";border-left:4px solid #1f2937;border-top:3px solid transparent;border-bottom:3px solid transparent;margin-left: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-ptr-phone{width:52px;height:62px;border:2px solid var(--color-border);border-radius:7px;overflow:hidden;display:flex;flex-direction:column;background:var(--color-surface)}.mp-ptr-refresh{height:18px;background:var(--color-accent-subtle);border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mp-ptr-spin{width:9px;height:9px;border-radius:50%;border:1.5px solid var(--color-border);border-top-color:var(--color-accent);animation:spin 1s linear infinite}.mp-ptr-rows{flex:1;padding:4px;display:flex;flex-direction:column;gap:3px}.mp-ptr-row{height:8px;background:var(--color-surface-elevated);border-radius:2px}.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{flex-direction:column;align-items:center;gap:4px;padding:8px;background:linear-gradient(135deg,#f0f0ff,#e8e8ff)}.mp-cta-headline{height:5px;width:72%;background:var(--color-text-primary);border-radius:2px}.mp-cta-sub{height:3px;width:52%;background:var(--color-text-tertiary);border-radius:1px}.mp-cta-btn{background:linear-gradient(to right,#f97316,#fb923c);color:#fff;font-size:5px;padding:3px 10px;border-radius:10px;margin-top:2px;font-weight:800}.mp-overflow-menu{flex-direction:column;align-items:flex-end;padding:6px 8px;gap:2px}.mp-overflow-trigger{display:flex;flex-direction:column;align-items:center;gap:2px;width:16px;height:16px;border:1px solid var(--color-border);border-radius:3px;justify-content:center;background:var(--color-surface)}.mp-overflow-dot{display:block;width:2.5px;height:2.5px;border-radius:50%;background:var(--color-text-primary)}.mp-overflow-dropdown{display:flex;flex-direction:column;gap:3px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:3px;padding:4px 5px;width:44px;box-shadow:0 2px 6px #0000001a}.mp-overflow-item{height:3px;background:var(--color-text-secondary);border-radius:2px;width:75%}.mp-overflow-item--danger{background:#ef4444;width:55%}.mp-sw-wrap{position:relative;width:72px;height:24px}.mp-sw-bg{position:absolute;inset:0;border-radius:4px;background:#ef4444;display:flex;align-items:center;justify-content:flex-end;padding-right:5px}.mp-sw-del{width:8px;height:10px;border:1.5px solid rgba(255,255,255,.8);border-radius:1px;position:relative}.mp-sw-del:before{content:"";position:absolute;top:-3px;left:50%;transform:translate(-50%);width:10px;height:1.5px;background:#fffc}.mp-sw-card{position:absolute;top:0;left:0;bottom:0;width:78%;border-radius:4px;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:3px 0 8px #0000001f;padding:4px 6px;display:flex;flex-direction:column;justify-content:center;gap:3px}.mp-sw-line{height:2.5px;width:70%;background:var(--color-text-secondary);border-radius:1px}.mp-sw-line--short{width:45%}.mp-sw-arrow{position:absolute;top:50%;right:30%;transform:translateY(-50%);font-size:7px;color:#ffffffe6;font-weight:700}.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;padding:0;gap:0;background:var(--color-surface, #fff)}.mp-ft-page-body{flex:1}.mp-ft-section{background:#1c1917;flex-shrink:0;width:100%}.mp-ft-cols{display:flex;padding:5px 6px 3px}.mp-ft-col{flex:1;display:flex;flex-direction:column;gap:2px}.mp-ft-title{height:2px;width:70%;background:#ffffffb3;border-radius:1px;margin-bottom:2px}.mp-ft-link{height:1.5px;background:#ffffff47;border-radius:1px}.mp-ft-link.w65{width:65%}.mp-ft-link.w60{width:60%}.mp-ft-link.w55{width:55%}.mp-ft-link.w50{width:50%}.mp-ft-link.w45{width:45%}.mp-ft-link.w40{width:40%}.mp-ft-bottom{border-top:1px solid rgba(255,255,255,.12);padding:2px 6px 3px;display:flex;align-items:center;justify-content:space-between}.mp-ft-copy{height:1.5px;width:40%;background:#ffffff38;border-radius:1px}.mp-ft-social{display:flex;gap:3px}.mp-ft-social-icon{width:4px;height:4px;border-radius:50%;background:#ffffff52}.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:0;padding:6px;width:100%;align-items:stretch;justify-content:flex-start}.mp-coll-row{border:1px solid var(--color-border);border-radius:3px;margin-bottom:3px;overflow:hidden}.mp-coll-row--open{border-color:var(--color-accent, #3b82f6)}.mp-coll-header{display:flex;align-items:center;justify-content:space-between;padding:4px 6px;background:var(--color-surface)}.mp-coll-row--open .mp-coll-header{background:#eff6ff}.mp-coll-title{height:2.5px;width:60%;background:var(--color-text-primary, #1c1917);border-radius:2px;opacity:.75}.mp-coll-title.w50{width:50%}.mp-coll-title.w40{width:40%}.mp-coll-chevron{font-size:7px;color:var(--color-text-secondary, #666);line-height:1}.mp-coll-row--open .mp-coll-chevron{color:var(--color-accent, #3b82f6)}.mp-coll-body{padding:4px 6px 5px;border-top:1px solid #bfdbfe;background:#fff;display:flex;flex-direction:column;gap:3px}.mp-coll-line{height:2px;background:var(--color-text-secondary, #666);border-radius:1px;opacity:.25}.mp-coll-line.w90{width:90%}.mp-coll-line.w80{width:80%}.mp-coll-line.w70{width:70%}.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:#00000073}.mp-cm2-overlay{position:absolute;inset:0}.mp-cm2-target{position:absolute;top:22%;left:28%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:#ffffff1f;box-shadow:0 0 0 1000px #00000073;border-radius:3px}.mp-cm2-ring{width:18px;height:18px;border-radius:3px;border:2px solid var(--color-accent);animation:pulse 1.5s ease-in-out infinite}.mp-cm2-tip{position:absolute;top:55%;left:18%;width:52px;background:#fff;border-radius:4px;padding:4px 5px;box-shadow:0 2px 8px #00000040;display:flex;flex-direction:column;gap:2px}.mp-cm2-tip:before{content:"";position:absolute;top:-4px;left:10px;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #fff}.mp-cm2-tip-title{height:2.5px;width:80%;background:#1a1a2e;border-radius:1px}.mp-cm2-tip-text{height:2px;width:60%;background:#9ca3af;border-radius:1px}.mp-empty-state{flex-direction:column;align-items:center;gap:4px;padding:6px}.mp-es-box{width:26px;height:22px;border:2px dashed var(--color-border);border-radius:4px;position:relative;display:flex;align-items:center;justify-content:center}.mp-es-box:before{content:"";width:8px;height:8px;border:1.5px solid var(--color-text-tertiary);border-radius:50%;display:block}.mp-es-box:after{content:"";position:absolute;bottom:2px;left:50%;transform:translate(-50%);width:6px;height:1.5px;background:var(--color-text-tertiary);border-radius:1px}.mp-es-line{height:2px;width:36px;background:var(--color-text-tertiary);border-radius:1px;opacity:.5}.mp-es-line--short{width:24px}.mp-es-btn{height:8px;width:30px;background:var(--color-accent);border-radius:4px;margin-top:1px}.mp-placeholder-content{flex-direction:column;gap:5px;padding:6px}.mp-pc-item{display:flex;gap:5px;align-items:flex-start}.mp-pc-img{width:22px;height:22px;border-radius:2px;flex-shrink:0}.mp-pc-lines{flex:1;display:flex;flex-direction:column;gap:3px;padding-top:3px}.mp-pc-line{height:4px;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:var(--color-accent);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-pc2-card{width:100%;height:100%;border:1px solid var(--color-border);border-radius:3px;overflow:hidden;display:flex;flex-direction:column}.mp-pc2-image{height:44%;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);position:relative;display:flex;align-items:flex-start;padding:3px;flex-shrink:0}.mp-pc2-badge{background:#ef4444;color:#fff;font-size:4px;padding:1px 3px;border-radius:1px;font-weight:700;line-height:1.3}.mp-pc2-body{padding:3px;display:flex;flex-direction:column;gap:2px;flex:1}.mp-pc2-name{height:3px;width:75%;background:var(--color-text-primary);border-radius:1px}.mp-pc2-stars{display:flex;gap:1px}.mp-pc2-star{width:5px;height:5px;background:var(--color-border);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.mp-pc2-star--on{background:#f59e0b}.mp-pc2-price{font-size:6px;color:var(--color-accent);font-weight:700;line-height:1}.mp-pc2-cart{height:7px;width:100%;background:var(--color-accent);border-radius:2px;margin-top:auto}.mp-rating{gap:1px}.mp-kpi-wrap{width:68px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:5px;padding:6px;display:flex;flex-direction:column;gap:2px;box-shadow:0 1px 4px #0000000f}.mp-kpi-lbl{height:2px;width:55%;background:var(--color-text-tertiary);border-radius:1px}.mp-kpi-num{font-size:12px;font-weight:700;color:var(--color-text-primary);line-height:1.1}.mp-kpi-row{display:flex;align-items:center;gap:2px}.mp-kpi-arrow{font-size:6px;color:#10b981;line-height:1}.mp-kpi-pct{font-size:5px;color:#10b981;font-weight:600;line-height:1}.mp-kpi-bar{height:3px;width:100%;background:var(--color-surface-elevated);border-radius:2px;margin-top:2px;overflow:hidden}.mp-kpi-bar:after{content:"";display:block;height:100%;width:68%;background:var(--color-accent);border-radius:2px}.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;align-items:flex-start;gap:4px;padding:8px}.mp-at-img{width:46px;height:28px;background:linear-gradient(180deg,#bfdbfe,#dbeafe 60%,#6ee7b7 60% 100%);border:1.5px solid var(--color-border);border-radius:3px;position:relative;overflow:hidden}.mp-at-mountain{position:absolute;bottom:0;left:0;right:0;height:14px;background:#34d399;clip-path:polygon(0 100%,30% 20%,60% 70%,80% 10%,100% 50%,100% 100%)}.mp-at-sun{position:absolute;top:4px;right:6px;width:7px;height:7px;border-radius:50%;background:#fbbf24}.mp-at-bubble{background:var(--color-surface);border:1.5px solid var(--color-accent);border-radius:3px;padding:3px 6px;position:relative}.mp-at-bubble:before{content:"";position:absolute;top:-5px;left:10px;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:5px solid var(--color-accent)}.mp-at-code{font-size:6px;color:var(--color-accent);font-family:monospace;white-space:nowrap;font-weight:600}.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:4px;padding:5px}.mp-co-steps{display:flex;align-items:center}.mp-co-step{width:9px;height:9px;border-radius:50%;flex-shrink:0}.mp-co-step--done{background:var(--color-accent)}.mp-co-step--active{background:var(--color-accent);box-shadow:0 0 0 2.5px var(--color-accent-subtle)}.mp-co-step--off{background:var(--color-border)}.mp-co-connector{flex:1;height:1.5px;background:var(--color-accent)}.mp-co-connector--off{background:var(--color-border)}.mp-co-fields{display:flex;flex-direction:column;gap:2px}.mp-co-field{height:7px;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:2px}.mp-co-footer{display:flex;align-items:center;gap:4px;margin-top:1px}.mp-co-total{flex:1;height:2.5px;background:var(--color-text-secondary);border-radius:1px}.mp-co-btn{background:var(--color-accent);color:#fff;font-size:5px;padding:2px 6px;border-radius:2px;white-space:nowrap}.mp-sign-up{flex-direction:column;gap:2.5px;padding:5px 7px}.mp-su-title{height:3px;width:45%;background:var(--color-text-primary);border-radius:1px;margin-bottom:1px}.mp-su-input{height:7px;width:100%;border:1px solid var(--color-border);border-radius:2px}.mp-su-input--pw{border-style:dashed}.mp-su-check{display:flex;align-items:center;gap:3px}.mp-su-box{width:6px;height:6px;border:1px solid var(--color-border);border-radius:1px;flex-shrink:0}.mp-su-agree{height:2px;flex:1;background:var(--color-text-tertiary);border-radius:1px}.mp-su-btn{height:9px;width:100%;background:var(--color-accent);color:#fff;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:5px;margin-top:1px}.mp-social-login{flex-direction:column;gap:3px;padding:6px 7px;justify-content:center}.mp-sl-field{height:9px;width:100%;border-radius:2px;border:1px solid var(--color-border);background:#fff}.mp-sl-submit{height:9px;width:100%;border-radius:2px;background:var(--color-accent, #3b82f6);margin-bottom:1px}.mp-sl-sep{display:flex;align-items:center;gap:3px;margin:1px 0}.mp-sl-line{flex:1;height:1px;background:var(--color-border)}.mp-sl-or{font-size:5px;color:var(--color-text-tertiary);line-height:1;white-space:nowrap}.mp-sl-btn{height:10px;width:100%;border-radius:2px;display:flex;align-items:center;gap:4px;padding:0 5px}.mp-sl-google{border:1px solid var(--color-border);background:#fff}.mp-sl-apple{background:#111}.mp-sl-g-icon{width:7px;height:7px;border-radius:50%;flex-shrink:0;background:conic-gradient(#4285f4 0deg 90deg,#ea4335 90deg 180deg,#fbbc05 180deg 270deg,#34a853 270deg 360deg)}.mp-sl-a-icon{font-size:8px;color:#fff;line-height:1;flex-shrink:0}.mp-sl-text{height:2px;width:55%;background:#9ca3af;border-radius:1px}.mp-sl-text--w{background:#ffffff73}.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-fd-card{width:68px;background:#fff;border:1.5px solid #2ecc71;border-radius:0;overflow:hidden}.mp-fd-header{height:12px;background:#2ecc71}.mp-fd-body{padding:5px;display:flex;flex-direction:column;gap:3px}.mp-fd-line{height:2px;background:#333;border-radius:0;width:100%}.mp-fd-line--short{width:65%}.mp-fd-row{display:flex;gap:3px;margin-top:2px}.mp-fd-btn{font-size:4px;padding:2px 5px;border-radius:0;border:1px solid #3498db;color:#3498db;line-height:1.2}.mp-fd-btn--primary{background:#3498db;color:#fff;border-color:#3498db}.mp-error-message{flex-direction:column;gap:4px;align-items:stretch;padding:8px 10px}.mp-em-label{height:2px;width:30%;background:var(--color-text-secondary, #666);border-radius:1px;opacity:.5}.mp-em-input{height:18px;border:1.5px solid #ef4444;border-radius:3px;background:#fff5f5;padding:0 5px;display:flex;align-items:center}.mp-em-input-text{height:2px;width:55%;background:var(--color-text-secondary, #999);border-radius:1px;opacity:.4}.mp-em-error{display:flex;align-items:center;gap:3px}.mp-em-icon{font-size:7px;color:#ef4444;line-height:1;font-weight:700;flex-shrink:0}.mp-em-error-text{height:2px;width:70%;background:#ef4444;border-radius:1px;opacity:.7}.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-ph-wrap{display:flex;flex-direction:column;gap:4px;padding:4px 8px;width:80%}.mp-ph-label{height:2px;width:30%;background:var(--color-text-secondary);border-radius:1px}.mp-ph-field{width:100%;height:14px;border:1px solid var(--color-border);border-radius:3px;display:flex;align-items:center;padding:0 5px}.mp-ph-text{font-size:5px;color:var(--color-text-tertiary);font-style:italic;letter-spacing:.1px}.mp-ph-text--filled{color:var(--color-text-primary);font-style:normal}.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:3px;padding:5px 8px}.mp-is-item{height:14px;background:var(--color-surface-elevated);border-radius:2px;border:1px solid var(--color-border)}.mp-is-item--fade{opacity:.35}.mp-is-loader{display:flex;align-items:center;justify-content:center;padding:2px}.mp-is-spin{width:9px;height:9px;border-radius:50%;border:1.5px solid var(--color-border);border-top-color:var(--color-accent);animation:spin 1s linear infinite}.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-sd-item{position:absolute;right:4px;display:flex;align-items:center;gap:4px}.mp-sd-item-1{bottom:22px}.mp-sd-item-2{bottom:36px}.mp-sd-item-3{bottom:50px}.mp-sd-lbl{height:2px;width:20px;background:var(--color-text-tertiary);border-radius:1px}.mp-sd-btn{width:11px;height:11px;border-radius:50%;background:var(--color-surface-elevated);border:1px solid var(--color-border);box-shadow:0 1px 4px #0000001a}.mp-sd-fab{position:absolute;bottom:4px;right:4px;width:16px;height:16px;border-radius:50%;background:var(--color-accent);display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;line-height:1;box-shadow:0 2px 8px #6366f173}.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{padding:0;overflow:hidden}.mp-px-sky{position:absolute;inset:0;background:linear-gradient(180deg,#bfdbfe,#dbeafe 60%,#eff6ff)}.mp-px-far{position:absolute;bottom:35%;left:0;right:0;height:28%;background:#93c5fd;clip-path:polygon(0 100%,15% 20%,30% 70%,50% 5%,70% 60%,85% 25%,100% 50%,100% 100%)}.mp-px-mid{position:absolute;bottom:20%;left:0;right:0;height:28%;background:#6366f1;clip-path:polygon(0 100%,10% 40%,25% 75%,45% 10%,65% 65%,80% 30%,95% 55%,100% 35%,100% 100%)}.mp-px-near{position:absolute;bottom:6%;left:0;right:0;height:22%;background:#312e81;clip-path:polygon(0 100%,8% 55%,20% 80%,38% 15%,55% 70%,70% 35%,88% 60%,100% 40%,100% 100%)}.mp-px-ground{position:absolute;bottom:0;left:0;right:0;height:8%;background:#1e1b4b}.mp-smooth-scroll{gap:4px;padding:5px;align-items:stretch}.mp-ss-content{flex:1;display:flex;flex-direction:column;gap:3px}.mp-ss-section{flex:1;background:var(--color-surface-elevated);border-radius:2px;border:1px solid var(--color-border);min-height:14px}.mp-ss-section--active{background:var(--color-accent-subtle);border-color:var(--color-accent)}.mp-ss-track{width:4px;background:var(--color-border-light);border-radius:2px;position:relative;flex-shrink:0}.mp-ss-thumb{width:4px;height:14px;background:var(--color-accent);border-radius:2px;position:absolute;top:5%;animation:mp-ss-slide 2.5s ease-in-out infinite}@keyframes mp-ss-slide{0%,to{top:5%}50%{top:55%}}.mp-stagger{flex-direction:column;gap:4px;padding:8px;align-items:flex-start}.mp-stagger-item{height:7px;background:var(--color-accent);border-radius:3px;opacity:0;animation:mp-stagger-pop 1.6s ease-out infinite}@keyframes mp-stagger-pop{0%{opacity:0;transform:translate(-8px)}25%{opacity:1;transform:translate(0)}75%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-8px)}}.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;padding:0}.mp-mq-track{overflow:hidden;width:100%}.mp-mq-inner{display:flex;align-items:center;gap:5px;white-space:nowrap;animation:mp-mq-scroll 4s linear infinite}.mp-mq-item{font-size:7px;color:var(--color-text-primary);font-weight:600}.mp-mq-sep{font-size:6px;color:var(--color-text-tertiary)}@keyframes mp-mq-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.mp-mq-fade-l{position:absolute;left:0;top:0;bottom:0;width:14px;background:linear-gradient(to right,var(--color-surface),transparent);z-index:1;pointer-events:none}.mp-mq-fade-r{position:absolute;right:0;top:0;bottom:0;width:14px;background:linear-gradient(to left,var(--color-surface),transparent);z-index:1;pointer-events:none}.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}
