/* Reference system mapped to the existing product components. */
:root{
 --bg:#070707;--surface:#111214;--surface-2:#141518;--surface-3:#191a1d;
 --border:rgba(255,255,255,.07);--border-strong:rgba(255,255,255,.11);
 --text:#f5f5f5;--text-muted:#9a9a9a;--accent:#ff0a64;--accent-hover:#e90058;--accent-dark:#c80046;
 --sidebar-width:16vw;--header-height:80px;
 --mx-bg:var(--bg);--mx-surface:var(--surface);--mx-hover:var(--surface-2);--mx-border:var(--border);
 --mx-text:var(--text);--mx-muted:var(--text-muted);--mx-primary:var(--accent);--mx-primary-hover:var(--accent-hover);
 --mx-action:var(--accent);--mx-action-hover:var(--accent-dark);--mx-sidebar:var(--sidebar-width);--mx-header:var(--header-height);--mx-radius:8px;--mx-font:Arial,'Segoe UI',sans-serif;
}
:root[data-mx-theme=light]{--bg:#fafafa;--surface:#fff;--surface-2:#f0edf0;--surface-3:#e9e6e8;--border:rgba(0,0,0,.09);--border-strong:rgba(0,0,0,.16);--text:#202020;--text-muted:#686868;--accent:#c80046;--accent-hover:#ae003d;--mx-bg:var(--bg);--mx-surface:var(--surface);--mx-hover:var(--surface-2);--mx-border:var(--border);--mx-text:var(--text);--mx-muted:var(--text-muted);--mx-primary:var(--accent);--mx-primary-hover:var(--accent-hover)}
body.mx-product{-webkit-font-smoothing:antialiased;background:var(--bg)}
.mx-header{height:var(--mx-header);min-height:var(--mx-header);max-height:none;padding:0 2.3vw;gap:18px;background:var(--bg);box-shadow:none}
.mx-brand{font-size:25px;font-weight:800;letter-spacing:-.6px;gap:4px}.mx-brand img{height:52px;width:40px;margin-right:10px}
.mx-header .mx-top-nav{display:none}.mx-header .mx-logo{min-width:calc(16vw - 35px)}.mx-search{flex:0 1 45vw;width:45vw;max-width:45vw;height:44px;margin:0 auto;border-radius:24px;border:1px solid var(--border-strong);background:var(--surface-2)}.mx-search input{font-size:13px}.mx-search>span{color:var(--accent)}
.mx-login{padding:11px 24px;border:1px solid var(--border-strong);border-radius:7px;font-size:13px;font-weight:600}.mx-signup{white-space:nowrap}
.mx-button{border-radius:7px;box-shadow:none;transform:none!important}.mx-button:not(.mx-button-secondary){background:var(--accent-dark);color:white!important}.mx-button:not(.mx-button-secondary):hover{background:var(--accent-hover)}
.mx-sidebar{display:flex;flex-direction:column;padding:24px 20px;background:var(--bg);border-right:1px solid var(--border)}
.mx-sidebar nav{gap:5px;margin-bottom:20px}.mx-sidebar nav a{height:44px;padding:0 12px;gap:14px;font-size:14px;border-radius:7px}.mx-sidebar nav a span{font-size:21px}.mx-sidebar nav a[aria-current]{color:var(--accent);background:rgba(255,10,100,.08)}
.mx-sidebar .mx-nav-label:first-of-type{display:none}.mx-nav-label{font-size:10px;letter-spacing:.14em;margin-top:10px}.mx-sidebar-bottom{padding:10px 0 0;margin-top:18px}.mx-sidebar-bottom nav{margin:0 0 6px}.mx-sidebar-bottom nav a{height:auto;min-height:30px;font-size:11px}
.mx-main{max-width:none;padding:30px 34px 50px}.mx-section{margin-top:34px}.mx-section-heading{margin-bottom:18px;align-items:center}.mx-section-heading h1,.mx-section-heading h2{font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:1.15;margin:0}.mx-section-heading>a{font-size:12px;color:var(--text)}
.mx-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 14px}.mx-thumb{aspect-ratio:16/9;border-radius:8px;background:var(--surface-2)}.mx-card-details{margin-top:10px;gap:8px}.mx-card h3{font-size:13px;font-weight:600;line-height:1.4}.mx-card p{font-size:11px;margin-top:8px}.mx-author{font-size:11px}.mx-card .mx-avatar{display:none}.mx-duration{font-size:10px;right:7px;bottom:7px;padding:3px 6px;border-radius:4px}
.mx-category-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(105px,1fr);gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}
.mx-category-tile{height:90px;min-width:105px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:11px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px}
.mx-category-tile>span{font-size:25px;color:var(--accent)}.mx-category-tile strong{font-size:12px;font-weight:600}.mx-category-tile:hover{background:var(--surface-2);border-color:rgba(255,10,100,.28)}
.mx-categories-note{font-size:12px;color:var(--text-muted);border:1px solid var(--border);border-radius:7px;padding:18px;margin:0;background:var(--surface)}.mx-categories-note a{color:var(--text);margin-left:12px}
.mx-category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.mx-category{min-height:130px;padding:16px;border-radius:8px;background:var(--surface)}.mx-category-number,.mx-category p{display:none}.mx-category-symbol{font-size:27px;margin:0 0 12px}.mx-category h3{font-size:13px}.mx-category-count{margin-top:12px;font-size:10px}
.mx-creator-row{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:28px}.mx-creator{text-align:center;min-width:0}.mx-creator-avatar{width:94px;height:94px;display:grid;place-items:center;margin:0 auto;border:1px solid var(--accent);border-radius:50%;padding:4px;background:var(--bg)}.mx-creator-avatar img,.mx-creator-avatar>span{width:100%;height:100%;border-radius:50%;object-fit:cover;background:var(--surface-2)}.mx-creator-avatar>span{display:grid;place-items:center;color:var(--text-muted);font-size:27px}.mx-creator-name{display:block;font-size:12px;margin-top:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mx-premium{margin-top:auto;padding:17px;border:1px solid rgba(255,10,100,.22);border-radius:9px;background:var(--bg)}.mx-premium h2{margin:10px 0 8px;font-size:15px}.mx-premium p{font-size:12px;color:var(--text-muted);line-height:1.55;margin:0 0 16px}.mx-premium button{width:100%;height:42px;border:1px solid var(--border-strong);border-radius:7px;background:var(--surface-2);color:var(--text-muted);font-size:12px;cursor:not-allowed}
.mx-footer{padding:28px 34px;border-color:var(--border)}.mx-footer-note{display:none}.mx-empty{box-shadow:none;border-radius:8px}.mx-age-dialog{box-shadow:none;border-radius:12px}.mx-age-dialog .mx-brand img{height:46px;width:35px}
@media(max-width:1350px){:root{--sidebar-width:215px}.mx-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mx-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mx-creator-row{grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}.mx-header .mx-logo{min-width:185px}.mx-brand{font-size:22px}.mx-brand img{width:32px;height:42px}.mx-main{padding:26px}}
@media(max-width:1050px){.mx-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mx-header .mx-signup{display:none}.mx-header .mx-search{flex:1;max-width:45vw}.mx-header{gap:14px}}
@media(max-width:1023px){:root{--sidebar-width:0px;--header-height:70px}.mx-sidebar{width:240px}.mx-header .mx-logo{min-width:0}.mx-header .mx-search{max-width:none;width:auto}.mx-main{padding:22px}.mx-creator-row{grid-template-columns:repeat(5,minmax(0,1fr))}.mx-premium{margin-top:12px}}
@media(max-width:600px){:root{--header-height:66px}.mx-header{padding:0 12px;gap:10px}.mx-header .mx-brand{font-size:14px;gap:3px}.mx-brand img{height:31px;width:23px;margin-right:4px}.mx-header .mx-search{height:36px;padding-left:10px}.mx-search input{font-size:10px}.mx-main{padding:20px 14px 32px}.mx-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.mx-section{margin-top:28px}.mx-section-heading h1,.mx-section-heading h2{font-size:20px}.mx-section-heading>a{font-size:10px}.mx-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mx-category{padding:12px}.mx-category-tile{height:84px}.mx-card h3{font-size:12px}.mx-card p{font-size:9px}.mx-creator-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 12px}.mx-creator-avatar{width:78px;height:78px}.mx-categories-note{font-size:11px;padding:14px;line-height:1.6}.mx-categories-note a{display:block;margin:8px 0 0}.mx-age-dialog .mx-brand{font-size:22px}}
