:root {
    --ink: #0a0b09;
    --ink-soft: #11130f;
    --panel: #171914;
    --panel-2: #1e211a;
    --acid: #4a8cff;
    --acid-dark: #285db8;
    --paper: #f0ede3;
    --muted: #94988c;
    --muted-2: #676b61;
    --line: rgba(240, 237, 227, .13);
    --line-strong: rgba(240, 237, 227, .24);
    --red: #ff725e;
    --amber: #ffc857;
    --mono: 'DM Mono', monospace;
    --sans: 'Manrope', sans-serif;
    --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--paper); background: var(--ink); line-height: 1.5; }
button, input, select { font: inherit; }
button { color: inherit; }
a { color: inherit; }
::selection { background: var(--acid); color: var(--ink); }
.hidden { display: none !important; }
.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .028; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; width: fit-content; }
.brand-mark { position: relative; width: 34px; height: 32px; flex: 0 0 auto; overflow: hidden; }
.brand-mark img { position: absolute; top: -8px; left: -10px; width: 54px; height: 54px; max-width: none; }
.brand-type { font-size: 13px; font-weight: 500; letter-spacing: .13em; }.brand-type b { font-weight: 800; }
.micro-label, .side-label { font: 500 9px var(--mono); letter-spacing: .14em; color: var(--muted-2); }
.status-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(74, 140, 255,.07); }
.btn { min-height: 42px; padding: 0 17px; display: inline-flex; justify-content: center; align-items: center; gap: 16px; border: 1px solid transparent; background: transparent; font-size: 12px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .22s var(--ease), background .22s, border-color .22s, color .22s; }
.btn:hover { transform: translateY(-2px); }.btn:disabled { opacity: .5; pointer-events: none; }.btn-primary { color: var(--ink); background: var(--acid); }.btn-primary:hover { background: var(--paper); }.btn-ghost { border-color: var(--line); color: #b9bcb1; }.btn-ghost:hover { border-color: var(--line-strong); color: var(--paper); }.btn-danger { color: #ff9c8f; border-color: rgba(255,114,94,.32); }.btn-danger:hover { background: rgba(255,114,94,.1); }.btn-sm { min-height: 34px; padding: 0 11px; font-size: 10px; }.btn-block { width: 100%; min-height: 54px; justify-content: space-between; padding: 0 20px; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--acid); outline-offset: 3px; }

/* Authentication */
.auth-body { min-height: 100svh; overflow-x: hidden; }
.auth-shell { min-height: 100svh; display: grid; grid-template-columns: minmax(420px, 1.08fr) minmax(520px, .92fr); }
.auth-visual { min-height: 100svh; position: sticky; top: 0; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 62px); background: radial-gradient(circle at 50% 45%, #25291f 0%, #11130f 50%, #0a0b09 78%); border-right: 1px solid var(--line); }
.auth-visual::after { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(240,237,227,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(240,237,227,.06) 1px, transparent 1px); background-size: 64px 64px; opacity: .3; mask-image: radial-gradient(circle at center, black, transparent 75%); }
.auth-visual .brand { position: relative; z-index: 3; }
#auth-stage { position: absolute; inset: 0; z-index: 1; }#auth-stage canvas { width: 100%; height: 100%; display: block; }
.auth-visual-copy { position: relative; z-index: 3; max-width: 670px; }.auth-visual-copy h1 { margin: 17px 0 24px; font-size: clamp(54px, 6.3vw, 96px); font-weight: 500; line-height: .9; letter-spacing: -.065em; }.auth-visual-copy h1 em { color: var(--acid); font-style: normal; }.auth-visual-copy p { color: #8b8f83; font-size: 14px; max-width: 470px; line-height: 1.75; }
.auth-market-status { position: absolute; z-index: 4; right: clamp(28px, 4vw, 62px); top: clamp(28px, 4vw, 62px); display: grid; grid-template-columns: 10px 1fr; gap: 2px 10px; align-items: center; }.auth-market-status b, .auth-market-status small { font: 500 8px var(--mono); letter-spacing: .13em; }.auth-market-status b { color: var(--acid); }.auth-market-status small { grid-column: 2; color: var(--muted-2); }
.auth-panel { min-height: 100svh; display: flex; align-items: center; justify-content: center; position: relative; padding: clamp(70px, 8vw, 120px) clamp(28px, 6vw, 92px); background: #0d0f0c; }
.demo-banner { display: flex; align-items: center; gap: 12px; }.auth-panel > .demo-banner { position: absolute; top: 28px; left: clamp(28px, 6vw, 92px); right: clamp(28px, 6vw, 92px); padding-bottom: 18px; border-bottom: 1px solid var(--line); }.demo-banner span { font: 500 8px var(--mono); color: var(--acid); letter-spacing: .14em; white-space: nowrap; }.demo-banner p { font: 400 9px var(--mono); color: var(--muted-2); margin: 0; }
.auth-card { width: 100%; max-width: 510px; }.auth-heading { margin-bottom: 34px; }.auth-heading h2 { margin: 12px 0 8px; font-size: clamp(38px, 4vw, 53px); line-height: 1; letter-spacing: -.05em; font-weight: 500; }.auth-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.field { margin-bottom: 18px; }.field label { display: block; margin: 0 0 8px; font: 500 9px var(--mono); letter-spacing: .12em; color: #7d8175; }.field input, .field select { width: 100%; height: 54px; padding: 0 16px; color: var(--paper); background: #141611; border: 1px solid var(--line); border-radius: 0; transition: border-color .2s, background .2s; }.field input[type="file"] { padding: 14px; }.field input::placeholder { color: #55594f; }.field input:focus, .field select:focus { outline: none; border-color: var(--acid); background: #181b15; }.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 17px) 24px, calc(100% - 12px) 24px; background-size: 5px 5px; background-repeat: no-repeat; }
.form-utility { display: flex; justify-content: space-between; align-items: center; margin: 4px 0 24px; }.check-field { display: flex; align-items: center; gap: 8px; font-size: 11px; color: #85897e; }.check-field input { accent-color: var(--acid); }.inline-action { border: 0; padding: 0; background: transparent; color: #b8bcaf; font-size: 11px; cursor: pointer; }.inline-action:hover { color: var(--acid); }.back-action { margin-top: 20px; }
.auth-error, .auth-success { display: none; padding: 12px 14px; margin-bottom: 20px; font: 400 10px/1.6 var(--mono); border: 1px solid; }.auth-error.show, .auth-success.show { display: block; }.auth-error { color: #ffb6ad; background: rgba(255,114,94,.08); border-color: rgba(255,114,94,.35); }.auth-success { color: var(--acid); background: rgba(74, 140, 255,.06); border-color: rgba(74, 140, 255,.3); }
.demo-creds { margin-top: 36px; border-top: 1px solid var(--line); }.demo-head { height: 48px; display: flex; justify-content: space-between; align-items: center; }.demo-head span, .demo-head small { font: 500 8px var(--mono); letter-spacing: .11em; }.demo-head span { color: #9a9e91; }.demo-head small { color: var(--muted-2); }.demo-profile { width: 100%; min-height: 66px; padding: 10px 0; border: 0; border-top: 1px solid var(--line); background: transparent; display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; color: inherit; text-align: left; cursor: pointer; }.demo-profile:last-child { border-bottom: 1px solid var(--line); }.demo-profile:hover .profile-icon { background: var(--acid); color: var(--ink); }.profile-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-strong); font: 500 9px var(--mono); transition: .2s; }.profile-icon.expired { border-color: rgba(255,114,94,.45); color: var(--red); }.demo-profile > span:nth-child(2) { display: flex; flex-direction: column; }.demo-profile b { font-size: 11px; font-weight: 600; }.demo-profile small { font-size: 9px; color: var(--muted-2); margin-top: 2px; }.demo-profile i { font: normal 500 8px var(--mono); color: var(--acid); letter-spacing: .1em; }.back-site { display: inline-block; margin-top: 30px; text-decoration: none; color: var(--muted-2); font: 500 9px var(--mono); letter-spacing: .08em; }.back-site:hover { color: var(--acid); }

/* Dashboard shell */
.dash-body { min-height: 100vh; background: #0d0f0c; }
#dash-stage { position: fixed; inset: 0; z-index: 0; opacity: .74; pointer-events: none; }#dash-stage canvas { display: block; width: 100%; height: 100%; }
.dash-sidebar { position: fixed; z-index: 30; top: 0; left: 0; bottom: 0; width: 252px; padding: 30px 22px 22px; background: rgba(10,11,9,.92); backdrop-filter: blur(18px); border-right: 1px solid var(--line); display: flex; flex-direction: column; }.dash-sidebar .brand { margin: 0 8px 50px; }.side-label { margin: 0 10px 13px; }.side-nav { display: flex; flex-direction: column; gap: 5px; }.side-nav a { min-height: 44px; padding: 0 12px; display: flex; align-items: center; gap: 13px; text-decoration: none; color: #7f8377; font-size: 11px; border: 1px solid transparent; }.side-nav a:hover { color: var(--paper); }.side-nav a.active { color: var(--paper); background: rgba(240,237,227,.045); border-color: var(--line); }.nav-glyph { width: 21px; color: var(--acid); font: 500 17px var(--mono); text-align: center; }.side-system { margin-top: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 7px; display: grid; grid-template-columns: 8px 1fr; gap: 11px; align-items: start; }.side-system .status-dot { margin-top: 4px; }.side-system div { display: flex; flex-direction: column; }.side-system b { font-size: 9px; font-weight: 500; color: #b7baae; }.side-system small { margin-top: 3px; font: 400 8px var(--mono); color: var(--muted-2); }.side-logout { margin-top: 16px; width: 100%; justify-content: space-between; }.side-logout b { color: var(--acid); font-weight: 400; }
.dash-workspace { min-height: 100vh; padding-top: 0; margin-left: 252px; position: relative; z-index: 2; }.dash-nav { position: sticky; z-index: 20; top: 0; height: 72px; padding: 0 clamp(22px, 3vw, 46px); display: flex; justify-content: space-between; align-items: center; background: rgba(13,15,12,.76); backdrop-filter: blur(20px); border-bottom: 1px solid var(--line); }.terminal-label { display: flex; align-items: center; gap: 10px; font: 500 8px var(--mono); letter-spacing: .13em; color: #8c9084; }.terminal-label b { color: var(--acid); }.dash-user-chip { display: flex; align-items: center; gap: 11px; }.dash-avatar { width: 36px; height: 36px; display: grid; place-items: center; color: var(--ink); background: var(--acid); font: 500 10px var(--mono); }.uname { display: flex; flex-direction: column; gap: 2px; }.uname b { font-size: 10px; font-weight: 600; }.role-pill { width: fit-content; font: 500 7px var(--mono); text-transform: uppercase; letter-spacing: .12em; color: var(--acid); }.role-pill.admin { color: var(--amber); }.side-menu-btn { display: none; width: 38px; height: 38px; background: transparent; border: 1px solid var(--line); padding: 0 10px; }.side-menu-btn span { display: block; height: 1px; background: var(--paper); margin: 6px 0; }
.dash-main { width: min(1440px, 100%); margin: 0 auto; padding: clamp(44px, 5vw, 74px) clamp(22px, 4.5vw, 72px) 100px; }.workspace-hero { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; margin-bottom: 46px; }.workspace-hero .micro-label { color: var(--acid); }.dash-h1 { margin: 13px 0 11px; font-size: clamp(40px, 5vw, 70px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }.dash-muted { margin: 0; color: var(--muted); font-size: 13px; }.workspace-date { font: 400 9px var(--mono); letter-spacing: .11em; color: var(--muted-2); text-transform: uppercase; padding-bottom: 5px; }
.overview-grid { display: grid; grid-template-columns: 1.45fr .7fr .7fr; gap: 12px; margin-bottom: 65px; }.sub-card, .metric-card, .card, .content-item, .stat { background: rgba(23,25,20,.88); border: 1px solid var(--line); backdrop-filter: blur(8px); }.sub-card { min-height: 188px; padding: 26px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }.sub-card::after { content: ''; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(74, 140, 255,.13); border-radius: 50%; right: -45px; top: -55px; box-shadow: 0 0 0 25px rgba(74, 140, 255,.025), 0 0 0 55px rgba(74, 140, 255,.018); }.sub-card-head { display: flex; justify-content: space-between; align-items: start; position: relative; z-index: 1; }.sub-label, .metric-card small { font: 500 8px var(--mono); color: var(--muted-2); letter-spacing: .12em; }.sub-type { margin-top: 8px; font-size: 29px; line-height: 1; font-weight: 500; text-transform: capitalize; letter-spacing: -.04em; }.sub-meta { position: relative; z-index: 1; color: #94988d; font: 400 9px var(--mono); }.badge-status { display: inline-flex; align-items: center; gap: 7px; width: fit-content; padding: 6px 9px; color: var(--acid); border: 1px solid rgba(74, 140, 255,.25); background: rgba(74, 140, 255,.06); font: 500 8px var(--mono); text-transform: uppercase; letter-spacing: .11em; }.badge-status::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }.badge-status.expired, .badge-status.inactive { color: #ff998a; border-color: rgba(255,114,94,.3); background: rgba(255,114,94,.06); }.metric-card { min-height: 188px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }.metric-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--acid); font-size: 16px; }.metric-card strong { font-size: 32px; line-height: 1; font-weight: 500; letter-spacing: -.04em; }.metric-card p { margin: 5px 0 0; color: var(--muted-2); font-size: 10px; }
.section-title { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin: 0 0 20px; }.section-title .title-stack span { font: 500 8px var(--mono); letter-spacing: .13em; color: var(--acid); }.section-title h2 { margin: 7px 0 0; font-size: 27px; letter-spacing: -.035em; font-weight: 500; }.section-title > span { font: 400 9px var(--mono); color: var(--muted-2); }.tabs { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 24px; }.tab { min-height: 37px; padding: 0 14px; border: 1px solid var(--line); background: rgba(17,19,15,.8); color: #85897e; font: 500 8px var(--mono); text-transform: uppercase; letter-spacing: .09em; cursor: pointer; }.tab:hover { color: var(--paper); border-color: var(--line-strong); }.tab.active { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.content-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }.content-item { min-height: 340px; padding: 0; display: flex; flex-direction: column; overflow: hidden; transition: transform .3s var(--ease), border-color .3s; }.content-item:hover { transform: translateY(-5px); border-color: rgba(74, 140, 255,.3); }.content-visual { height: 118px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #1b1e18; border-bottom: 1px solid var(--line); }.content-visual::before { content: ''; position: absolute; width: 120px; height: 120px; border: 1px solid rgba(74, 140, 255,.15); transform: rotate(45deg); }.content-visual::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(240,237,227,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(240,237,227,.05) 1px, transparent 1px); background-size: 28px 28px; }.content-glyph { position: relative; z-index: 1; font: 500 24px var(--mono); color: var(--acid); }.content-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }.content-cat { align-self: flex-start; padding: 4px 7px; margin-bottom: 13px; background: rgba(74, 140, 255,.06); color: var(--acid); border: 1px solid rgba(74, 140, 255,.16); font: 500 7px var(--mono); text-transform: uppercase; letter-spacing: .11em; }.content-cat.video { color: var(--amber); border-color: rgba(255,200,87,.2); background: rgba(255,200,87,.05); }.content-cat.image { color: #8ed9ff; border-color: rgba(142,217,255,.2); background: rgba(142,217,255,.05); }.content-cat.course { color: #c4b1ff; border-color: rgba(196,177,255,.2); background: rgba(196,177,255,.05); }.content-item h4 { margin: 0 0 8px; font-size: 14px; font-weight: 600; }.content-item p { flex: 1; margin: 0 0 18px; color: #777b70; font-size: 10px; line-height: 1.65; }.content-meta { margin-bottom: 14px; font: 400 7px var(--mono); color: #55594f; text-transform: uppercase; letter-spacing: .08em; }.content-item .btn { width: 100%; justify-content: space-between; }.account-section { margin-top: 72px; }.account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.account-note { padding: 28px; min-height: 270px; background: var(--acid); color: var(--ink); display: flex; flex-direction: column; justify-content: space-between; }.account-note span { font: 500 9px var(--mono); letter-spacing: .13em; }.account-note h3 { margin: auto 0 18px; font-size: 34px; max-width: 350px; line-height: 1.05; letter-spacing: -.045em; font-weight: 500; }.account-note p { margin: 0; max-width: 400px; font-size: 11px; opacity: .65; line-height: 1.6; }.security-card { padding: 28px; }.security-card h3 { font-size: 17px; margin: 0 0 7px; }.security-card > p { margin: 0 0 24px; color: var(--muted-2); font-size: 10px; }

/* Admin */
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 62px; }.stat { min-height: 152px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }.stat::after { content: ''; position: absolute; right: 16px; top: 16px; width: 7px; height: 7px; border-radius: 50%; background: var(--acid); }.stat.gold::after { background: var(--amber); }.stat.red::after { background: var(--red); }.stat .num { font-size: 43px; font-weight: 500; letter-spacing: -.06em; line-height: 1; }.stat .lbl { font: 500 8px var(--mono); color: var(--muted-2); text-transform: uppercase; letter-spacing: .11em; }.card { padding: 24px; }.table-wrap { padding: 0; overflow-x: auto; margin-bottom: 62px; }.dash-table { width: 100%; border-collapse: collapse; min-width: 780px; }.dash-table th, .dash-table td { text-align: left; padding: 16px 18px; border-bottom: 1px solid var(--line); }.dash-table th { height: 48px; font: 500 8px var(--mono); color: var(--muted-2); letter-spacing: .1em; text-transform: uppercase; }.dash-table td { font-size: 10px; color: #b6b9af; }.dash-table tbody tr { transition: background .2s; }.dash-table tbody tr:hover { background: rgba(240,237,227,.025); }.dash-table .email { color: var(--muted-2); font-size: 8px; margin-top: 3px; }.dash-table td:last-child { white-space: nowrap; }.admin-content-grid .content-item { min-height: 280px; }.admin-content-grid .content-visual { height: 90px; }

/* Modal, toast, loading */
.modal-overlay { position: fixed; inset: 0; z-index: 200; padding: 22px; display: none; align-items: center; justify-content: center; background: rgba(3,4,3,.84); backdrop-filter: blur(12px); }.modal-overlay.show { display: flex; }.modal { width: min(500px, 100%); max-height: calc(100vh - 44px); overflow-y: auto; padding: 32px; background: #151712; border: 1px solid var(--line-strong); box-shadow: 0 30px 90px rgba(0,0,0,.55); }.modal h3 { margin: 0 0 26px; font-size: 24px; font-weight: 500; letter-spacing: -.035em; }.modal-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 26px; }.toast { position: fixed; z-index: 300; right: 24px; bottom: 24px; max-width: 380px; padding: 14px 18px; color: var(--paper); background: #1b1e17; border: 1px solid rgba(74, 140, 255,.35); box-shadow: 0 18px 50px rgba(0,0,0,.4); font: 400 9px/1.5 var(--mono); opacity: 0; transform: translateY(12px); pointer-events: none; transition: .28s var(--ease); }.toast.show { opacity: 1; transform: none; }.toast.error { border-color: rgba(255,114,94,.5); color: #ffb2a7; }.empty { padding: 60px 20px; color: var(--muted-2); font: 400 9px var(--mono); text-align: center; }.loading-state { min-height: 60vh; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 18px; }.loading-state span { width: 28px; height: 28px; border: 1px solid var(--line); border-top-color: var(--acid); border-radius: 50%; animation: spin .8s linear infinite; }@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1150px) {
    .auth-shell { grid-template-columns: .9fr 1.1fr; }.content-grid { grid-template-columns: repeat(2, 1fr); }.overview-grid { grid-template-columns: 1.3fr 1fr; }.overview-grid .metric-card:last-child { grid-column: span 2; min-height: 130px; }.stat-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
    .auth-shell { display: block; }.auth-visual { min-height: 510px; position: relative; padding: 28px; }.auth-visual-copy h1 { font-size: 58px; }.auth-panel { min-height: auto; padding: 110px 28px 70px; }.auth-market-status { right: 28px; top: 29px; }
    .dash-sidebar { transform: translateX(-105%); transition: transform .32s var(--ease); box-shadow: 20px 0 60px rgba(0,0,0,.45); }.dash-sidebar.open { transform: none; }.dash-workspace { margin-left: 0; }.side-menu-btn { display: block; }.terminal-label { margin-right: auto; margin-left: 14px; }
}
@media (max-width: 620px) {
    .auth-visual { min-height: 440px; }.auth-market-status { display: none; }.auth-visual-copy h1 { font-size: 50px; }.auth-visual-copy p { max-width: 340px; }.auth-panel { padding-inline: 20px; }.auth-panel > .demo-banner { left: 20px; right: 20px; }.demo-banner p { display: none; }
    .dash-nav { padding: 0 16px; }.terminal-label { display: none; }.dash-user-chip { margin-left: auto; }.dash-main { padding: 38px 16px 80px; }.workspace-hero { grid-template-columns: 1fr; gap: 12px; }.workspace-date { display: none; }.dash-h1 { font-size: 45px; }.overview-grid, .account-grid { grid-template-columns: 1fr; }.overview-grid .metric-card:last-child { grid-column: auto; }.metric-card { min-height: 145px; }.content-grid { grid-template-columns: 1fr; }.content-item { min-height: 310px; }.stat-grid { gap: 8px; }.stat { min-height: 130px; padding: 17px; }.stat .num { font-size: 36px; }.section-title { align-items: start; }.section-title > span { display: none; }.section-title .btn { flex: 0 0 auto; }.modal { padding: 24px; }.toast { left: 16px; right: 16px; bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
