:root {
    --ink: #17151d;
    --muted: #797582;
    --line: #ebe8ef;
    --paper: #f7f5f8;
    --white: #fff;
    --violet: #7453f1;
    --violet-dark: #5d39e3;
    --lime: #d8ff68;
    --coral: #ff7d68;
    --blue: #6fc9ff;
    --radius: 24px;
    --shadow: 0 16px 45px rgba(39, 28, 65, .08);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }

.app-shell { min-height: 100vh; display: flex; }
.side-nav { position: fixed; inset: 0 auto 0 0; z-index: 20; width: 224px; padding: 28px 18px 20px; background: #211c2b; color: #fff; display: flex; flex-direction: column; }
.brand { display: flex; align-items: center; gap: 11px; padding: 0 12px 30px; }
.brand > span { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: #201a28; font-weight: 950; font-size: 22px; transform: rotate(-4deg); background: var(--lime); }
.brand b { font-size: 18px; letter-spacing: .12em; line-height: .9; }
.brand small { display: block; margin-top: 6px; color: #b8aecc; letter-spacing: .33em; font-size: 8px; }
.side-nav nav { display: grid; gap: 7px; }
.side-nav nav a, .side-bottom > a { min-height: 47px; padding: 0 12px; border-radius: 14px; display: flex; align-items: center; gap: 13px; color: #aaa1b8; font-size: 14px; font-weight: 650; transition: .2s ease; }
.side-nav nav a:hover, .side-nav nav a.active, .side-bottom > a:hover { color: #fff; background: rgba(255,255,255,.1); }
.side-nav nav a.active { box-shadow: inset 3px 0 var(--lime); }
.side-nav nav i, .side-bottom > a i { width: 22px; text-align: center; font-size: 19px; font-style: normal; }
.side-nav nav em { margin-left: auto; min-width: 21px; height: 21px; padding: 0 6px; border-radius: 8px; display: grid; place-items: center; color: #241e2d; background: var(--lime); font-size: 10px; font-style: normal; }
.side-bottom { margin-top: auto; display: grid; gap: 18px; }
.mini-profile { display: flex; align-items: center; gap: 11px; padding: 15px 10px 4px; border-top: 1px solid rgba(255,255,255,.1); }
.mini-profile span { min-width: 0; }
.mini-profile b, .mini-profile small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mini-profile b { font-size: 12px; }
.mini-profile small { margin-top: 4px; color: #9e95ad; font-size: 10px; }

.workspace { width: calc(100% - 224px); margin-left: 224px; }
.topbar { position: sticky; top: 0; z-index: 15; height: 78px; padding: 0 38px; background: rgba(247,245,248,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(225,221,229,.8); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.search { width: min(430px, 44vw); height: 43px; padding: 0 13px; border: 1px solid var(--line); border-radius: 13px; background: #fff; display: flex; align-items: center; gap: 9px; color: #928d99; }
.search span { font-size: 22px; transform: rotate(-10deg); }
.search input { flex: 1; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }
.search kbd { padding: 4px 7px; border: 1px solid #e3dfe7; border-radius: 7px; color: #99939f; background: #faf9fb; font-size: 10px; font-family: inherit; }
.top-actions { display: flex; align-items: center; gap: 14px; }
.icon-button { position: relative; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 13px; background: #fff; cursor: pointer; font-size: 19px; }
.icon-button i { position: absolute; top: 8px; right: 8px; width: 7px; height: 7px; border: 2px solid white; border-radius: 50%; background: var(--coral); }
.primary { min-height: 45px; padding: 0 22px; border: 0; border-radius: 14px; color: #fff; background: var(--violet); box-shadow: 0 10px 24px rgba(116,83,241,.25); font-weight: 750; cursor: pointer; transition: .2s ease; }
.primary:hover { background: var(--violet-dark); transform: translateY(-1px); }
.secondary { min-height: 45px; padding: 0 22px; border: 1px solid var(--line); border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); background: #fff; font-weight: 750; cursor: pointer; transition: .2s ease; }
.secondary:hover { border-color: var(--violet); color: var(--violet-dark); transform: translateY(-1px); }
.primary.compact { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 12px; line-height: 1; }
.thanks-cta i { width: 24px; height: 24px; border-radius: 8px; display: grid; place-items: center; background: rgba(255,255,255,.16); font-size: 15px; font-style: normal; line-height: 1; }
.thanks-cta span { display: block; line-height: 1; white-space: nowrap; }
.top-profile { min-width: 153px; padding-left: 14px; border-left: 1px solid var(--line); display: flex; align-items: center; gap: 10px; }
.avatar { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #7d5bf4, #ac8bff); font-size: 12px; font-weight: 850; }
.avatar-small { width: 35px; height: 35px; border-radius: 12px; }
.top-profile b, .top-profile span { display: block; }
.top-profile b { max-width: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.top-profile span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.top-profile span strong { color: var(--violet); font-size: 11px; }
.mobile-menu { display: none; border: 0; background: transparent; font-size: 23px; }

main { max-width: 1500px; margin: 0 auto; padding: 37px 42px 56px; }
.welcome-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.eyebrow { color: #8e8798; letter-spacing: .16em; font-size: 9px; font-weight: 850; }
.welcome-row h1 { margin: 7px 0 5px; font-size: clamp(27px, 3vw, 41px); line-height: 1.1; letter-spacing: -.045em; }
.welcome-row h1 em { color: var(--violet); font-style: normal; }
.welcome-row p { margin: 0; color: var(--muted); font-size: 13px; }
.date-chip { padding: 11px 15px; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-align: right; }
.date-chip small, .date-chip b { display: block; }
.date-chip small { color: var(--muted); font-size: 9px; }
.date-chip b { margin-top: 3px; font-size: 12px; text-transform: capitalize; }

.admin-console { margin-bottom:28px; padding:26px; border-radius:24px; color:#fff; background:#211c2b; box-shadow:var(--shadow); }.admin-heading { display:flex; justify-content:space-between; gap:20px; margin-bottom:20px; }.admin-heading h2 { margin:6px 0; font-size:28px; letter-spacing:-.04em; }.admin-heading p { margin:0; color:#aaa1b4; font-size:10px; }.admin-badge { align-self:flex-start; padding:7px 10px; border-radius:9px; color:#211c2b; background:var(--lime); letter-spacing:.12em; font-size:8px; font-weight:900; }.admin-grid { display:grid; grid-template-columns:1fr 1fr 1.05fr; gap:13px; }.admin-form,.admin-orders { min-width:0; padding:18px; border:1px solid rgba(255,255,255,.1); border-radius:17px; background:rgba(255,255,255,.06); }.admin-grid h3 { margin:0 0 14px; font-size:13px; }.admin-form label { margin-top:9px; display:grid; gap:5px; color:#bcb4c5; font-size:8px; font-weight:750; }.admin-form input,.admin-form textarea,.admin-form select { width:100%; border:1px solid rgba(255,255,255,.1); border-radius:10px; outline:0; color:#fff; background:#332c3e; }.admin-form input,.admin-form select { height:36px; padding:0 9px; }.admin-form textarea { padding:9px; resize:vertical; }.admin-form .primary { min-height:35px; margin-top:12px; padding:0 13px; font-size:9px; }.form-pair { display:grid; grid-template-columns:1fr 1fr; gap:8px; }.admin-order-row { padding:9px 0; border-bottom:1px solid rgba(255,255,255,.09); display:grid; grid-template-columns:minmax(0,1fr) auto; gap:8px; }.admin-order-row:last-child { border:0; }.admin-order-row b,.admin-order-row small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.admin-order-row b { font-size:9px; }.admin-order-row small { margin-top:4px; color:#aaa1b4; font-size:7px; }.admin-order-row strong { color:var(--lime); font-size:9px; }.admin-orders .empty-admin { color:#aaa1b4; font-size:9px; }.vendor-leads { margin-top:18px; padding-top:18px; border-top:1px solid rgba(255,255,255,.1); }.vendor-leads > div:first-child { margin-bottom:12px; }.vendor-leads h3 { margin:5px 0; font-size:16px; }.vendor-leads > div:first-child p { margin:0; color:#aaa1b4; font-size:9px; }.vendor-lead-list { overflow:hidden; border:1px solid rgba(255,255,255,.1); border-radius:15px; }.vendor-lead-row { padding:12px 14px; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:18px; border-bottom:1px solid rgba(255,255,255,.08); }.vendor-lead-row:last-child { border:0; }.vendor-lead-row b,.vendor-lead-row small { display:block; }.vendor-lead-row b { font-size:10px; }.vendor-lead-row small { margin-top:4px; color:#aaa1b4; font-size:8px; }.vendor-lead-row p { margin:7px 0 0; color:#d2cadb; font-size:8px; }.vendor-lead-row a { color:var(--lime); font-size:9px; font-weight:750; }.vendor-leads .empty-admin { margin:0; padding:14px; color:#aaa1b4; font-size:9px; }
.admin-console { scroll-margin-top:96px; outline:0; }
.admin-tabs { margin-bottom:14px; padding:4px; border:1px solid rgba(255,255,255,.1); border-radius:14px; display:flex; gap:4px; background:rgba(0,0,0,.14); }
.admin-tabs button { min-height:38px; padding:0 15px; border:0; border-radius:10px; color:#aaa1b4; background:transparent; cursor:pointer; font-size:10px; font-weight:800; }
.admin-tabs button.active { color:#211c2b; background:var(--lime); }
.admin-pane > .admin-form,.admin-pane > .admin-orders { padding:22px; }
.admin-form-heading { margin-bottom:14px; display:flex; justify-content:space-between; align-items:flex-start; gap:20px; }
.admin-form-heading h3,.admin-orders h3 { margin:0 0 5px; font-size:16px; }
.admin-form-heading p { margin:0; color:#aaa1b4; font-size:9px; }
.admin-form-heading > span { max-width:250px; color:#8f8798; font-size:8px; text-align:right; }
.home-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 12px; }
.home-fields .wide { grid-column:1/-1; }
.home-visibility { margin:16px 0 0; padding:14px; border:1px solid rgba(255,255,255,.1); border-radius:13px; display:flex; flex-wrap:wrap; gap:10px 18px; }
.home-visibility legend { padding:0 6px; color:#bcb4c5; font-size:8px; font-weight:800; }
.admin-form .home-visibility label { margin:0; display:flex; grid-template-columns:none; align-items:center; gap:7px; color:#e6e0ea; font-size:9px; }
.admin-form .home-visibility input { width:15px; height:15px; margin:0; accent-color:var(--lime); }
.form-actions { min-height:42px; margin-top:16px; display:flex; align-items:center; gap:14px; }
.admin-form .form-actions .primary { margin:0; }
.form-result { margin:0; color:#aaa1b4; font-size:9px; }
.form-result.success { color:var(--lime); }
.form-result.error { color:#ff9a8c; }
.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus { border-color:rgba(216,255,104,.7); box-shadow:0 0 0 3px rgba(216,255,104,.08); }
.admin-form input:invalid:not(:placeholder-shown),.admin-form textarea:invalid:not(:placeholder-shown) { border-color:#ff8e80; }

.hero-grid { display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(260px, .82fr); gap: 18px; }
.hero-slider { position: relative; min-height: 320px; overflow: hidden; border-radius: var(--radius); color: #fff; background: #30234b; box-shadow: var(--shadow); }
.hero-stage { min-height: 262px; }
.hero-slide { min-height: 262px; padding: 37px 42px; position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; }
.hero-slide::before, .hero-slide::after { content: ""; position: absolute; border-radius: 50%; z-index: -1; filter: blur(2px); }
.hero-slide::before { width: 360px; height: 360px; right: -90px; top: -160px; background: rgba(216,255,104,.16); }
.hero-slide::after { width: 220px; height: 220px; right: 110px; bottom: -150px; background: rgba(151,103,255,.48); }
.hero-slide:nth-child(even) { background: linear-gradient(125deg, #40224f, #1f183a); }
.hero-copy { max-width: 70%; }
.hero-copy .tag { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 15px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; background: rgba(255,255,255,.1); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.hero-copy .tag::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(216,255,104,.15); }
.hero-copy h2 { margin: 0; max-width: 620px; font-size: clamp(25px, 3vw, 42px); line-height: 1.02; letter-spacing: -.04em; }
.hero-copy p { margin: 14px 0 20px; max-width: 510px; color: #d6cede; font-size: 13px; line-height: 1.55; }
.hero-copy a, .hero-copy button { display: inline-flex; align-items: center; gap: 12px; min-height: 42px; padding: 0 16px; border: 0; border-radius: 12px; color: #251f2e; background: var(--lime); font-size: 11px; font-weight: 800; cursor: pointer; }
.hero-number { position: absolute; right: 38px; top: 42px; color: rgba(255,255,255,.09); font-size: 100px; font-weight: 950; letter-spacing: -.08em; }
.hero-controls { height: 58px; padding: 0 22px 0 40px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; }
.hero-controls > div { display: flex; gap: 6px; }
.hero-controls > div button { width: 18px; height: 4px; padding: 0; border: 0; border-radius: 8px; background: rgba(255,255,255,.25); cursor: pointer; }
.hero-controls > div button.active { width: 34px; background: var(--lime); }
.hero-controls > span { display: flex; gap: 7px; }
.hero-controls > span button { width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: #fff; background: rgba(255,255,255,.07); cursor: pointer; }

.wallet-card { min-height: 320px; padding: 27px 27px 23px; border-radius: var(--radius); background: var(--lime); box-shadow: var(--shadow); display: flex; flex-direction: column; }
.wallet-head { display: flex; align-items: center; justify-content: space-between; color: #403b43; letter-spacing: .13em; font-size: 9px; font-weight: 850; }
.wallet-head i { width: 37px; height: 37px; border-radius: 13px; display: grid; place-items: center; color: var(--lime); background: #211c2b; font-size: 16px; font-style: normal; font-weight: 900; }
.wallet-value { margin: 23px 0 auto; }
.wallet-value strong { display: block; font-size: clamp(50px, 5vw, 70px); line-height: .9; letter-spacing: -.07em; }
.wallet-value span { color: #625e50; font-size: 11px; font-weight: 700; }
.level-copy { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; }
.level-copy span { color: #625e50; }
.progress { height: 6px; margin: 8px 0 16px; overflow: hidden; border-radius: 10px; background: rgba(35,29,43,.16); }
.progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: #211c2b; transition: width .5s ease; }
.wallet-bottom { display: flex; align-items: center; justify-content: space-between; font-size: 10px; }
.wallet-bottom button { border: 0; background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }

.quick-links { margin: 18px 0 38px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.quick-links > * { min-width: 0; min-height: 80px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; display: flex; align-items: center; gap: 11px; text-align: left; cursor: pointer; transition: .2s ease; }
.quick-links > *:hover { border-color: #d8d2df; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(43,33,56,.06); }
.quick-links i { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; color: #28212f; font-size: 18px; font-style: normal; }
.quick-violet { background: #e5ddff; }.quick-lime { background: var(--lime); }.quick-coral { background: #ffe0da; }.quick-blue { background: #d9f1ff; }
.quick-links span { min-width: 0; }
.quick-links b, .quick-links small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.quick-links b { font-size: 11px; }.quick-links small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.quick-links em { margin-left: auto; color: #9d96a5; font-style: normal; }

.section-block { margin-top: 35px; }
.section-title { margin-bottom: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.section-title h2 { margin: 5px 0 0; font-size: clamp(21px, 2.3vw, 29px); letter-spacing: -.04em; }
.text-button { padding: 0; border: 0; color: var(--violet); background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.mission-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mission-card { min-height: 168px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: #fff; display: flex; flex-direction: column; transition: .2s ease; }
.mission-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.mission-card.done { opacity: .62; }
.mission-card .mission-top { display: flex; align-items: flex-start; justify-content: space-between; }
.mission-card .mission-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: #eee9ff; color: var(--violet); font-weight: 900; }
.mission-card .coins { padding: 6px 8px; border-radius: 9px; background: #f2ffcd; font-size: 9px; font-weight: 850; }
.mission-card h3 { margin: 16px 0 5px; font-size: 13px; }.mission-card p { margin: 0 0 14px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.mission-card button { margin-top: auto; align-self: flex-start; padding: 0; border: 0; color: var(--violet); background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; }
.mission-card.done button { color: #6b6770; }

.two-column { display: grid; grid-template-columns: 1.22fr .78fr; gap: 18px; }
.two-column .section-block { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.circle-add { width: 38px; height: 38px; border: 0; border-radius: 13px; color: #fff; background: var(--violet); cursor: pointer; font-size: 20px; }
.thanks-feed { display: grid; gap: 8px; }
.thanks-item { padding: 12px; border-radius: 15px; background: #f8f6fa; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 11px; align-items: center; }
.thanks-item .avatar { width: 36px; height: 36px; border-radius: 12px; }
.thanks-item b, .thanks-item p, .thanks-item small { display: block; }
.thanks-item b { font-size: 10px; }.thanks-item p { margin: 3px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #5f5967; font-size: 9px; }.thanks-item small { color: #a19aa9; font-size: 8px; }
.thanks-item > strong { color: var(--violet); font-size: 10px; }
.trophy { width: 38px; height: 38px; border-radius: 13px; display: grid; place-items: center; background: var(--lime); }
.leaderboard { display: grid; gap: 6px; }
.leader-row { min-height: 52px; padding: 7px 8px; border-radius: 13px; display: grid; grid-template-columns: 23px auto minmax(0, 1fr) auto; gap: 9px; align-items: center; }
.leader-row:first-child { background: #f4f0ff; }.leader-row .rank { color: #a09aa8; font-size: 9px; font-weight: 800; }.leader-row:first-child .rank { color: var(--violet); }
.leader-row .avatar { width: 33px; height: 33px; border-radius: 11px; font-size: 9px; }.leader-row b, .leader-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.leader-row b { font-size: 10px; }.leader-row small { margin-top: 3px; color: var(--muted); font-size: 8px; }.leader-row > strong { font-size: 9px; }

.shop-title-actions { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 9px; }.shop-title-actions span b { color: var(--violet); }
.reward-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.reward-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: .2s ease; }
.reward-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.reward-visual { height: 125px; position: relative; display: grid; place-items: center; background: linear-gradient(135deg, #f0eaff, #f9f6ff); font-size: 48px; }
.reward-card:nth-child(2n) .reward-visual { background: linear-gradient(135deg, #f1ffd0, #fbffe8); }.reward-card:nth-child(3n) .reward-visual { background: linear-gradient(135deg, #ffe5df, #fff4f0); }.reward-card:nth-child(4n) .reward-visual { background: linear-gradient(135deg, #dff4ff, #f1faff); }
.reward-visual span { position: absolute; top: 11px; left: 11px; padding: 5px 7px; border-radius: 8px; background: rgba(255,255,255,.76); color: #706a75; font-size: 8px; font-weight: 700; }
.reward-body { padding: 15px; }.reward-body h3 { min-height: 30px; margin: 0; font-size: 12px; line-height: 1.3; }.reward-body p { height: 26px; margin: 6px 0 12px; overflow: hidden; color: var(--muted); font-size: 9px; line-height: 1.4; }
.reward-buy { display: flex; align-items: center; justify-content: space-between; }.reward-buy strong { font-size: 12px; }.reward-buy button { min-height: 30px; padding: 0 10px; border: 0; border-radius: 9px; color: #fff; background: var(--ink); cursor: pointer; font-size: 8px; font-weight: 800; }.reward-buy button:disabled { color: #9d97a2; background: #ece9ef; cursor: not-allowed; }

.transaction-section { scroll-margin-top: 96px; }.transaction-list { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }.transaction-row { min-height: 56px; padding: 10px 16px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }.transaction-row:last-child { border-bottom: 0; }.transaction-row i { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: #f2edff; color: var(--violet); font-style: normal; }.transaction-row b, .transaction-row small { display: block; }.transaction-row b { font-size: 10px; }.transaction-row small { margin-top: 4px; color: var(--muted); font-size: 8px; }.transaction-row > strong { color: #2e9d65; font-size: 11px; }.transaction-row > strong.negative { color: #e05c4b; }
footer { margin-top: 50px; padding: 22px 0 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #96909c; font-size: 9px; } footer span { font-weight: 850; letter-spacing: .12em; } footer p { margin: 0; }

.loading-state, .error-state, .license-state { min-height: calc(100vh - 160px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.loader-mark, .error-state > span, .license-state > span:first-child { width: 64px; height: 64px; margin-bottom: 13px; border-radius: 21px; display: grid; place-items: center; color: #231d2d; background: var(--lime); font-size: 28px; font-weight: 950; animation: pulse 1.5s ease infinite; }.loading-state p, .error-state p, .license-state p { max-width: 620px; color: var(--muted); font-size: 13px; line-height: 1.55; }.error-state h2, .license-state h2 { margin: 7px 0; }.error-state > span { color: #fff; background: var(--coral); animation: none; }.license-state > span:first-child { color: #fff; background: var(--ink); animation: none; }.license-actions { display: flex; gap: 10px; margin-top: 14px; }.license-state a { text-decoration: none; }.license-note { margin-top: 13px; color: #98929f; font-size: 9px; }
@keyframes pulse { 50% { transform: scale(.94) rotate(-4deg); box-shadow: 0 0 0 14px rgba(216,255,104,.15); } }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 20px; background: rgba(26,20,34,.62); backdrop-filter: blur(8px); display: grid; place-items: center; }.modal { position: relative; width: min(480px, 100%); padding: 32px; border-radius: 26px; background: #fff; box-shadow: 0 24px 70px rgba(20,14,29,.3); }.modal-close { position: absolute; top: 16px; right: 17px; width: 34px; height: 34px; border: 0; border-radius: 11px; background: #f2eff4; cursor: pointer; font-size: 21px; }.modal-icon { width: 46px; height: 46px; margin-bottom: 15px; border-radius: 15px; display: grid; place-items: center; background: #e8e0ff; color: var(--violet); font-size: 22px; }.modal h2 { margin: 6px 0; font-size: 28px; letter-spacing: -.04em; }.modal > p { margin: 0 0 22px; color: var(--muted); font-size: 11px; }.modal label { margin-top: 14px; display: grid; gap: 7px; font-size: 10px; font-weight: 800; }.modal input:not([type="checkbox"]), .modal select, .modal textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; outline: 0; background: #faf9fb; }.modal input:not([type="checkbox"]), .modal select { height: 44px; padding: 0 12px; }.modal textarea { resize: vertical; padding: 12px; line-height: 1.5; }.modal input:focus, .modal select:focus, .modal textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(116,83,241,.1); }.badge-row { margin: 13px 0 18px; display: flex; gap: 7px; flex-wrap: wrap; }.badge-row button { min-height: 32px; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; font-size: 8px; }.badge-row button.selected { border-color: var(--violet); color: var(--violet); background: #f4f0ff; }.modal-submit { width: 100%; }.demo-form { max-height: calc(100vh - 32px); overflow-y: auto; }.demo-pair { display: grid; grid-template-columns: 1.4fr .6fr; gap: 10px; }.demo-form label small { color: var(--muted); font-weight: 500; }.demo-form .demo-consent { margin: 16px 0; grid-template-columns: auto 1fr; align-items: start; text-align: left; font-weight: 500; line-height: 1.45; }.demo-consent input { margin: 2px 0 0; accent-color: var(--violet); }.demo-consent a { color: var(--violet); text-decoration: underline; }.demo-result { margin: 0 0 14px !important; padding: 11px 12px; border-radius: 11px; color: #266544 !important; background: #eafff1; text-align: left; }.demo-result.error { color: #953c34 !important; background: #fff0ee; }
.toast-stack { position: fixed; z-index: 150; right: 22px; bottom: 22px; display: grid; gap: 8px; }.toast { max-width: 360px; padding: 13px 16px; border-radius: 14px; color: #fff; background: #211c2b; box-shadow: var(--shadow); font-size: 10px; animation: toast-in .25s ease; }.toast.error { background: #b53f35; } @keyframes toast-in { from { opacity: 0; transform: translateY(8px); } }

.install-page { min-height: 100vh; padding: 24px; background: radial-gradient(circle at 80% 10%, rgba(216,255,104,.2), transparent 32%), #211c2b; display: grid; place-items: center; }.install-card { width: min(580px, 100%); padding: 48px; border-radius: 30px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.3); }.install-logo { width: 64px; height: 64px; margin-bottom: 22px; border-radius: 21px; display: grid; place-items: center; background: var(--lime); font-size: 27px; font-weight: 950; transform: rotate(-3deg); }.install-card h1 { margin: 8px 0 11px; font-size: 37px; line-height: 1.05; letter-spacing: -.05em; }.install-card > p { color: var(--muted); line-height: 1.55; font-size: 12px; }.install-progress { height: 7px; margin: 26px 0; overflow: hidden; border-radius: 10px; background: #eeebf0; }.install-progress i { display: block; width: 8%; height: 100%; border-radius: inherit; background: var(--violet); transition: width .4s ease; }.install-card ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; counter-reset: install; }.install-card li { color: #a19ba8; display: flex; align-items: center; gap: 10px; font-size: 11px; }.install-card li::before { counter-increment: install; content: counter(install); width: 25px; height: 25px; border-radius: 9px; display: grid; place-items: center; background: #f0edf2; font-size: 9px; font-weight: 800; }.install-card li.active { color: var(--ink); font-weight: 750; }.install-card li.active::before { color: #fff; background: var(--violet); }.install-card li.done::before { content: "✓"; color: #1e592d; background: var(--lime); }.install-status { margin-top: 25px; padding: 13px; border-radius: 13px; color: #625a6d; background: #f7f5f8; font-size: 10px; }

@media (max-width: 1120px) { .side-nav { width: 82px; padding-inline: 12px; }.brand { padding-inline: 8px; }.brand b, .side-nav nav span, .side-nav nav em, .side-bottom span { display: none; }.side-nav nav a, .side-bottom > a { justify-content: center; }.workspace { width: calc(100% - 82px); margin-left: 82px; }.reward-grid { grid-template-columns: repeat(2, 1fr); }.quick-links { grid-template-columns: repeat(2, 1fr); }.admin-grid { grid-template-columns:1fr 1fr; }.admin-orders { grid-column:1/-1; } }
@media (max-width: 780px) { .side-nav { transform: translateX(-100%); width: 224px; transition: transform .25s ease; }.side-nav.open { transform: translateX(0); }.side-nav.open .brand b, .side-nav.open nav span, .side-nav.open nav em, .side-nav.open .side-bottom span { display: block; }.workspace { width: 100%; margin-left: 0; }.topbar { height: 68px; padding: 0 16px; }.mobile-menu { display: block; }.search { display: none; }.top-profile { min-width: 0; padding: 0; border: 0; }.top-profile > div:last-child, .icon-button { display: none; }.primary.compact { width: 42px; padding: 0; }.thanks-cta span { display: none; }.thanks-cta i { background: transparent; font-size: 18px; }.top-actions { margin-left: auto; }.topbar .avatar { width: 39px; height: 39px; }.hero-grid, .two-column { grid-template-columns: 1fr; }.mission-grid,.admin-grid { grid-template-columns: 1fr; }.admin-orders { grid-column:auto; } main { padding: 25px 16px 42px; }.date-chip { display: none; }.hero-copy { max-width: 90%; }.hero-slide { padding: 30px 25px; }.hero-number { right: 20px; font-size: 72px; }.hero-controls { padding-left: 24px; }.wallet-card { min-height: 270px; }.welcome-row { margin-bottom: 18px; }.section-block { margin-top: 28px; } }
@media (max-width: 780px) { .admin-console { padding:20px 14px; }.admin-tabs { overflow-x:auto; }.admin-tabs button { flex:0 0 auto; }.home-fields { grid-template-columns:1fr; }.home-fields .wide { grid-column:auto; }.admin-form-heading { display:block; }.admin-form-heading > span { display:block; margin-top:8px; max-width:none; text-align:left; }.form-actions { align-items:flex-start; flex-direction:column; }.vendor-lead-row { grid-template-columns:1fr; } }
@media (max-width: 520px) { .quick-links { grid-template-columns: 1fr; }.reward-grid { grid-template-columns: 1fr 1fr; }.reward-visual { height: 100px; font-size: 38px; }.reward-buy { gap: 6px; }.reward-buy button { padding: 0 7px; }.shop-title-actions > span { display: none; }.section-title { align-items: center; }.hero-slider { min-height: 352px; }.hero-stage, .hero-slide { min-height: 294px; }.hero-copy h2 { font-size: 27px; }.modal { padding: 26px 20px; }.install-card { padding: 32px 24px; }.install-card h1 { font-size: 30px; } footer { flex-direction: column; }.top-actions { gap: 7px; } }
