:root{color-scheme:light;--bg: #f7f9fc;--bg-soft: #eef4f7;--surface: #ffffff;--surface-2: #f3f7fb;--surface-3: #e9f0f5;--text: #17212b;--muted: #627182;--muted-2: #7c8a99;--line: #dbe5ed;--brand: #0f9f8f;--brand-strong: #08796e;--brand-soft: #dff7f2;--accent: #f0b429;--accent-soft: #fff3cf;--danger: #dc5148;--danger-soft: #ffe4e1;--info: #3178c6;--info-soft: #e4f0ff;--success: #228b5b;--success-soft: #dff6e9;--shadow: 0 18px 45px rgba(29, 42, 58, .12);--shadow-soft: 0 10px 28px rgba(29, 42, 58, .08);--radius-xs: 6px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--focus: 0 0 0 3px rgba(15, 159, 143, .22);--max-content: 1160px;--topbar-height: 72px;--ad-width: 210px;--font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html[data-theme=dark]{color-scheme:dark;--bg: #10161c;--bg-soft: #141d24;--surface: #18222b;--surface-2: #1f2b35;--surface-3: #263541;--text: #eef5f8;--muted: #aebdc8;--muted-2: #8fa1ad;--line: #30414e;--brand: #36d0bd;--brand-strong: #4fe3d1;--brand-soft: rgba(54, 208, 189, .16);--accent: #ffcf58;--accent-soft: rgba(255, 207, 88, .16);--danger: #ff786f;--danger-soft: rgba(255, 120, 111, .16);--info: #7db8ff;--info-soft: rgba(125, 184, 255, .16);--success: #62d88f;--success-soft: rgba(98, 216, 143, .16);--shadow: 0 18px 55px rgba(0, 0, 0, .32);--shadow-soft: 0 12px 35px rgba(0, 0, 0, .22)}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-height:100%;margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.5}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img,svg{max-width:100%}:focus-visible{outline:none;box-shadow:var(--focus)}::selection{background:var(--brand);color:#fff}.app-background{position:fixed;inset:0;z-index:-1;overflow:hidden;background:radial-gradient(circle at 12% 16%,rgba(15,159,143,.12),transparent 28%),radial-gradient(circle at 82% 8%,rgba(240,180,41,.14),transparent 24%),linear-gradient(135deg,var(--bg) 0%,var(--bg-soft) 100%)}html,body{max-width:100%;overflow-x:hidden}.topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;min-height:var(--topbar-height);padding:12px clamp(16px,3vw,32px);border-bottom:1px solid color-mix(in srgb,var(--line) 86%,transparent);background:color-mix(in srgb,var(--surface) 88%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content;text-decoration:none}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--brand),#35b6cb);color:#fff;font-weight:800;font-size:.8rem;letter-spacing:0;box-shadow:0 10px 24px #0f9f8f3d}.brand strong,.brand small{display:block}.brand strong{font-size:1rem;line-height:1.1}.brand small{color:var(--muted);font-size:.76rem}.primary-nav{display:flex;gap:6px;align-items:center;min-width:0;overflow-x:auto;padding:4px;scrollbar-width:none}.primary-nav::-webkit-scrollbar{display:none}.nav-link{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 12px;border-radius:var(--radius-sm);color:var(--muted);font-size:.9rem;font-weight:700;text-decoration:none;transition:background .16s ease,color .16s ease,transform .16s ease}.nav-link:hover{background:var(--surface-2);color:var(--text)}.nav-link[aria-current=page]{background:var(--brand-soft);color:var(--brand-strong)}.nav-icon{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:color-mix(in srgb,currentColor 12%,transparent);font-size:.72rem}.topbar-actions{display:inline-flex;align-items:center;gap:8px}.app-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(14px,2vw,24px);width:min(100%,1200px);margin:0 auto;padding:22px clamp(14px,2.2vw,28px) 40px}.content-frame{width:100%;min-width:0}.page{display:grid;gap:20px;min-width:0}.page-header{display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto;align-items:start;min-width:0}.page-kicker{margin:0 0 4px;color:var(--brand-strong);font-size:.8rem;font-weight:800;text-transform:uppercase}.page-title{margin:0;font-size:clamp(2rem,5vw,4.6rem);line-height:.96;letter-spacing:0}.section-title{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;min-width:0}.section-title h2,.section-title h3{margin:0;font-size:1.1rem}.ad-rail{position:relative;width:220px;min-width:0;max-width:220px;align-self:start;overflow:hidden}.fixed-ad{position:sticky;top:calc(var(--topbar-height) + 20px);width:100%}.site-footer{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:center;justify-content:center;padding:0 14px 28px;color:var(--muted);font-size:.9rem;overflow-wrap:anywhere}.site-footer span,.site-footer a{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.site-footer strong{color:var(--text)}.site-footer a{color:var(--brand-strong);font-weight:800;text-decoration:none}.site-footer a:hover{text-decoration:underline}.button,.icon-button,.pill,.nav-link,.field input,.field select,.field textarea{border:1px solid transparent}.button,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border-radius:var(--radius-sm);border-color:color-mix(in srgb,var(--brand) 18%,var(--line));background:var(--brand);color:#fff;cursor:pointer;font-weight:800;text-decoration:none;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.button{padding:0 15px}.button:hover,.icon-button:hover{transform:translateY(-1px);background:var(--brand-strong)}.button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button-quiet{background:var(--surface);color:var(--text);border-color:var(--line)}.button-quiet:hover{background:var(--surface-2);color:var(--text)}.button-warn{background:var(--accent);border-color:var(--accent);color:#17212b}.button-warn:hover{background:#e2a71d;color:#17212b}.button-danger{background:var(--danger);border-color:var(--danger)}.button-danger:hover{background:#c9433b}.icon-button{width:42px;padding:0;background:var(--surface);color:var(--text);border-color:var(--line)}.icon-button:hover{background:var(--surface-2);color:var(--text)}.card,.metric-card,.task-card,.reward-card,.quiz-card,.panel,.ad-card{border:1px solid var(--line);border-radius:var(--radius-sm);background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:var(--shadow-soft)}.panel{min-width:0;padding:clamp(16px,2vw,22px)}.card{padding:18px}.hero-panel{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-sm);background:linear-gradient(135deg,color-mix(in srgb,var(--brand-soft) 84%,transparent),transparent 55%),var(--surface);box-shadow:var(--shadow)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(270px,.92fr);gap:24px;align-items:stretch;min-height:430px;padding:clamp(22px,4vw,44px)}.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:18px}.hero-copy p{max-width:62ch;margin:0;color:var(--muted);font-size:1.05rem}.hero-actions,.inline-actions,.form-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;min-width:0}.hero-visual{position:relative;display:grid;place-items:center;min-height:310px}.learning-map{position:relative;width:min(100%,390px);aspect-ratio:1;border-radius:28px;background:linear-gradient(160deg,#0f9f8f3d,#3178c614),var(--surface-2);border:1px solid var(--line);overflow:hidden}.learning-map:before{content:"";position:absolute;inset:12%;border-radius:50%;border:1px dashed color-mix(in srgb,var(--brand) 46%,transparent)}.learning-node{position:absolute;display:grid;place-items:center;width:76px;height:76px;border-radius:50%;background:var(--surface);border:1px solid var(--line);color:var(--text);box-shadow:var(--shadow-soft);font-weight:900}.learning-node small{display:block;color:var(--muted);font-size:.65rem;font-weight:700}.node-a{top:12%;left:12%}.node-b{top:18%;right:11%}.node-c{right:17%;bottom:16%}.node-d{left:15%;bottom:14%}.node-core{top:50%;left:50%;width:104px;height:104px;transform:translate(-50%,-50%);background:linear-gradient(135deg,var(--brand),#35b6cb);color:#fff}.metric-grid,.feature-grid,.task-grid,.reward-grid,.quiz-grid,.admin-grid,.leaderboard-grid{display:grid;gap:14px}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-grid,.task-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reward-grid,.quiz-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.leaderboard-grid{grid-template-columns:1.1fr .9fr}.metric-card,.task-card,.reward-card,.quiz-card{min-width:0;padding:16px}.metric-card{min-height:132px}.metric-label,.caption,.muted{color:var(--muted)}.metric-label{margin:0 0 8px;font-size:.82rem;font-weight:800;text-transform:uppercase}.metric-value{margin:0;font-size:1.9rem;line-height:1.05;font-weight:900;overflow-wrap:anywhere}.metric-foot{margin:10px 0 0;color:var(--muted);font-size:.86rem}.wallet-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:clamp(18px,3vw,28px);border:1px solid color-mix(in srgb,var(--brand) 30%,var(--line));border-radius:var(--radius-sm);background:linear-gradient(120deg,color-mix(in srgb,var(--brand-soft) 84%,transparent),transparent 58%),var(--surface);box-shadow:var(--shadow)}.wallet-card h2{margin:0;font-size:clamp(2rem,7vw,4.3rem);line-height:.98}.wallet-card p{margin:8px 0 0;color:var(--muted)}.wallet-chip{display:grid;gap:4px;min-width:150px;padding:14px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--line)}.wallet-chip strong{font-size:1.3rem}.level-panel{display:grid;gap:14px}.level-badge{display:inline-grid;place-items:center;min-width:86px;min-height:86px;padding:10px;border-radius:50%;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--brand) 72%,#ffffff)),var(--accent);color:#17212b;box-shadow:var(--shadow-soft);text-align:center}.level-badge span,.level-badge strong{display:block;line-height:1}.level-badge span{font-size:.68rem;font-weight:900;text-transform:uppercase}.level-badge strong{margin-top:5px;font-size:2rem;font-weight:900}.level-summary{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center}.level-copy{display:grid;gap:8px}.level-copy h2,.level-copy p{margin:0}.pill-row,.badge-row,.tab-list{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.pill,.badge{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 10px;border-radius:999px;font-size:.82rem;font-weight:800}.pill{color:var(--brand-strong);background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 20%,transparent)}.pill-info{color:var(--info);background:var(--info-soft)}.pill-warn{color:#9f6f00;background:var(--accent-soft)}.pill-danger{color:var(--danger);background:var(--danger-soft)}.badge{background:var(--surface-2);color:var(--text);border:1px solid var(--line)}.progress{position:relative;width:100%;height:10px;overflow:hidden;border-radius:999px;background:var(--surface-3)}.progress span{position:absolute;inset:0 auto 0 0;width:var(--value, 0%);border-radius:inherit;background:linear-gradient(90deg,var(--brand),var(--accent))}.task-card,.reward-card,.quiz-card{display:grid;gap:12px;align-content:start}.task-card h3,.reward-card h3,.quiz-card h3{margin:0;font-size:1rem}.task-card p,.reward-card p,.quiz-card p{margin:0;color:var(--muted)}.task-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:var(--radius-sm);background:var(--brand-soft);color:var(--brand-strong);font-weight:900}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.profile-details-grid .field,.profile-details-grid input{width:100%;min-width:0}.profile-details-grid .form-actions{grid-column:1 / -1;align-self:end}.profile-referral-field{grid-column:1 / -1}.profile-save-actions{justify-content:flex-start}.support-metrics .metric-card{min-width:0}.support-metrics .metric-foot{overflow-wrap:anywhere;word-break:break-word}.support-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px 20px;align-items:start}.support-form-warning{margin:0;padding:11px 12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--muted);font-size:.9rem;font-weight:700;line-height:1.4}.field-full{grid-column:1 / -1}.field{display:grid;gap:7px;min-width:0}.field label{color:var(--muted);font-size:.84rem;font-weight:800}.field input,.field select,.field textarea{width:100%;min-height:42px;border-radius:var(--radius-sm);border-color:var(--line);background:var(--surface);color:var(--text);padding:10px 12px}.field textarea{min-height:92px;resize:vertical}.field-help{display:block;line-height:1.3}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand);box-shadow:var(--focus);outline:none}.checkbox-field{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:.9rem;font-weight:700}.checkbox-field input{width:18px;height:18px;margin-top:2px;accent-color:var(--brand)}.checkbox-field a,.policy-page a{color:var(--brand-strong);font-weight:800}.policy-list{display:grid;gap:10px;margin:12px 0 0;padding-left:20px;color:var(--muted)}.policy-list li{padding-left:4px}.ticket-item{align-items:start}.table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}table{width:100%;border-collapse:collapse;min-width:680px}.table-textarea{min-width:220px;min-height:72px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);padding:8px 10px;resize:vertical}th,td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}th{color:var(--muted);font-size:.78rem;font-weight:900;text-transform:uppercase;background:var(--surface-2)}tr:last-child td{border-bottom:0}.list{display:grid;gap:10px}.list-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}.list-item h3,.list-item p{margin:0}.list-item p{color:var(--muted);font-size:.9rem}.quiz-stage{display:grid;gap:16px}.question-card{display:grid;gap:16px;padding:clamp(18px,3vw,28px);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow)}.answer-list{display:grid;gap:10px}.answer-button{justify-content:flex-start;min-height:52px;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface-2);color:var(--text);cursor:pointer;font-weight:800;text-align:left}.answer-button:hover,.answer-button.is-selected{border-color:var(--brand);background:var(--brand-soft)}.answer-button.is-correct{border-color:var(--success);background:var(--success-soft)}.answer-button.is-wrong{border-color:var(--danger);background:var(--danger-soft)}.ad-card{display:grid;gap:10px;width:100%;padding:14px;overflow:hidden}.ad-label{color:var(--muted-2);font-size:.68rem;font-weight:900;text-transform:uppercase}.ad-card h2{margin:0;font-size:1rem}.ad-card p{margin:0;color:var(--muted);font-size:.85rem}.ad-link{color:var(--brand-strong);font-weight:900;text-decoration:none}.ad-art{min-height:118px;border-radius:var(--radius-sm);border:1px solid var(--line)}.ad-art-a{background:linear-gradient(135deg,#0f9f8f38,#3178c614),repeating-linear-gradient(45deg,transparent 0 10px,rgba(15,159,143,.14) 10px 11px),var(--surface-2)}.ad-art-b{background:radial-gradient(circle at 72% 28%,rgba(240,180,41,.34),transparent 30%),linear-gradient(135deg,#3178c633,#0f9f8f14),var(--surface-2)}.toast-region{position:fixed;right:18px;bottom:18px;z-index:50;display:grid;gap:8px;max-width:min(360px,calc(100vw - 36px))}.toast{padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow);color:var(--text);font-weight:700}.empty-state{display:grid;place-items:center;gap:10px;min-height:220px;padding:24px;border:1px dashed var(--line);border-radius:var(--radius-sm);background:var(--surface);text-align:center}.empty-state h2,.empty-state p{margin:0}.copy-code{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2)}.copy-code code{overflow:hidden;color:var(--text);font-size:1.15rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.auth-tabs{display:inline-flex;padding:4px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2)}.tab-button{min-height:36px;padding:0 12px;border:0;border-radius:var(--radius-xs);background:transparent;color:var(--muted);cursor:pointer;font-weight:900}.tab-button[aria-selected=true]{background:var(--surface);color:var(--brand-strong);box-shadow:var(--shadow-soft)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1260px){.topbar{grid-template-columns:1fr auto}.primary-nav{grid-column:1 / -1;order:3}.app-shell{grid-template-columns:minmax(0,1fr);padding-top:14px}.ad-rail{display:none}}@media(max-width:1040px){:root{--topbar-height: 98px}.hero-grid,.leaderboard-grid{grid-template-columns:1fr}.metric-grid,.feature-grid,.task-grid,.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){:root{--topbar-height: 76px}html,body,#app{max-width:100%;overflow-x:hidden}.topbar{grid-template-columns:minmax(0,1fr) auto;box-sizing:border-box;width:100%;max-width:100vw;gap:3px 8px;min-height:auto;overflow:hidden;padding:5px 10px}.brand{gap:7px;min-width:0}.brand>span{min-width:0}.brand strong{overflow:hidden;font-size:.96rem;text-overflow:ellipsis;white-space:nowrap}.topbar-actions{flex:0 0 auto}.primary-nav{grid-column:1 / -1;order:3;flex-wrap:nowrap;gap:3px;min-width:0;width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;padding:1px 0 2px;white-space:nowrap}.nav-link{gap:5px;min-height:30px;padding-inline:8px;font-size:.82rem}.nav-icon{width:16px;height:16px;font-size:.6rem}.app-shell{box-sizing:border-box;padding:10px 10px 24px}.app-shell,.content-frame,.page,.page-header,.hero-panel,.wallet-card,.level-panel,.panel,.card,.empty-state{box-sizing:border-box;width:100%;max-width:100%;min-width:0}.content-frame{overflow-x:hidden}.ad-rail{display:none!important}.page{gap:14px}.page-title{font-size:clamp(1.7rem,7vw,2.65rem)}.page-header{grid-template-columns:1fr}.page-header .inline-actions{justify-content:flex-start}.panel,.card,.empty-state,.question-card{padding:12px}.metric-grid,.feature-grid,.task-grid,.reward-grid,.quiz-grid,.admin-grid,.leaderboard-grid,.field-grid,.support-form,.list,.list-item,.metric-card,.task-card,.reward-card,.quiz-card,.field,.copy-code{box-sizing:border-box;min-width:0;max-width:100%}.hero-grid{gap:14px;padding:16px}.hero-copy{gap:12px}.hero-copy p{font-size:.96rem}.metric-grid,.feature-grid,.task-grid,.reward-grid,.quiz-grid,.admin-grid,.leaderboard-grid{gap:10px}.button,.icon-button{min-height:36px}.button{padding-inline:12px;font-size:.88rem}.inline-actions,.form-actions,.hero-actions{gap:8px;min-width:0;max-width:100%}.field input,.field select,.field textarea,.button,.icon-button{box-sizing:border-box;max-width:100%}.pill-row,.badge-row{min-width:0;max-width:100%}.pill,.badge,.caption,.muted,.reward-card h3,.reward-card p,.task-card h3,.task-card p,.quiz-card h3,.quiz-card p,.list-item h3,.list-item p{overflow-wrap:anywhere;word-break:break-word}.copy-code code{min-width:0;max-width:100%}.table-wrap{box-sizing:border-box;width:100%;max-width:100%;min-width:0;overflow-x:auto}}@media(max-width:760px){:root{--topbar-height: 72px}.topbar{gap:3px 7px;padding:5px 8px}.brand-mark{width:32px;height:32px}.brand strong{font-size:.92rem}.brand small{display:none}.topbar-actions .button{min-width:auto;min-height:32px;padding-inline:8px;font-size:.82rem}.primary-nav{gap:3px;padding-block:1px}.nav-link{min-height:29px;padding-inline:7px;font-size:.8rem}.nav-icon{display:none}.app-shell{padding-inline:8px}.page-header,.wallet-card,.hero-grid{grid-template-columns:1fr}.page-title{font-size:clamp(1.55rem,9vw,2.25rem)}.hero-grid{min-height:unset;padding:12px}.hero-visual{min-height:180px}.learning-map{width:min(100%,270px)}.metric-grid,.admin-grid{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px}.feature-grid,.task-grid,.reward-grid,.quiz-grid,.field-grid,.support-form{grid-template-columns:1fr}.list-item{grid-template-columns:1fr;gap:8px;padding:10px}.copy-code{grid-template-columns:1fr}.level-summary{grid-template-columns:1fr;gap:10px}.wallet-card{gap:10px;padding:12px}.wallet-card h2{font-size:clamp(1.7rem,11vw,2.4rem)}.wallet-chip{min-width:0;padding:10px}.field{gap:5px}.field input,.field select,.field textarea{min-height:38px;padding:8px 10px}.field textarea{min-height:84px}.support-form-warning{padding:9px 10px;font-size:.84rem}.toast-region{right:12px;bottom:12px}}@media(max-width:640px){:root{--topbar-height: 68px}.topbar{gap:2px 6px;padding:4px 7px}.brand{gap:6px}.brand-mark{flex:0 0 auto;width:30px;height:30px;font-size:.72rem}.brand strong{font-size:.88rem}.brand small{display:none}.topbar-actions{gap:5px}.icon-button{width:30px;min-height:30px}.topbar-actions .button{min-width:auto;min-height:30px;padding-inline:7px;font-size:.78rem}.primary-nav{margin-inline:-2px;padding:1px 2px}.nav-link{min-height:27px;padding-inline:6px;font-size:.76rem}.nav-icon{display:none}.app-shell{padding:8px 7px 20px}.page{gap:10px}.page-title{font-size:clamp(1.4rem,9vw,1.95rem);line-height:1}.metric-grid,.admin-grid{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:7px}.feature-grid,.task-grid,.reward-grid,.quiz-grid{grid-template-columns:1fr;gap:8px}.metric-card,.task-card,.reward-card,.quiz-card{box-sizing:border-box;width:100%;max-width:100%;min-height:auto;padding:9px}.metric-card{min-height:94px}.card,.empty-state,.question-card{padding:10px}.task-card,.reward-card,.quiz-card{gap:9px}.task-card h3,.reward-card h3,.quiz-card h3{font-size:.94rem}.task-card p,.reward-card p,.quiz-card p{font-size:.84rem}.task-icon{width:34px;height:34px}.wallet-card,.level-panel{width:100%;max-width:100%}.level-badge{min-width:68px;min-height:68px;padding:8px}.level-badge strong{font-size:1.55rem}.level-copy{min-width:0}.metric-label{margin-bottom:4px;font-size:.66rem}.metric-value{font-size:1.08rem}.metric-foot{margin-top:5px;font-size:.7rem}.panel{overflow:hidden;padding:9px}.section-title{align-items:flex-start;gap:6px;margin-bottom:8px}.section-title h2,.section-title h3{font-size:.98rem}.pill,.badge{min-height:26px;padding-inline:8px;font-size:.74rem}.button{min-height:32px;padding-inline:10px;font-size:.8rem}.reward-card .button,.field-grid .form-actions,.field-grid .button{width:100%}.form-actions{justify-content:stretch}.form-actions .button{flex:1 1 auto}.field-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.field input,.field select,.field textarea{width:100%;max-width:100%}.hero-grid{gap:10px;padding:10px}.hero-copy p{font-size:.9rem}.hero-visual{min-height:150px}.learning-map{width:min(100%,230px)}table{min-width:520px;font-size:.8rem}th,td{padding:7px}.table-textarea{min-width:140px;min-height:62px}.table-wrap{width:100%;max-width:100%;min-width:0;overflow-x:auto}.site-footer{display:flex;flex-wrap:wrap;gap:4px 8px;align-items:center;justify-content:center;max-width:calc(100vw - 14px);margin-inline:auto;padding-inline:7px;padding-bottom:16px;font-size:.74rem;line-height:1.25;text-align:center}.site-footer span,.site-footer a{max-width:100%;overflow-wrap:anywhere;word-break:break-word}}@media(max-width:460px){body{font-size:13px}.brand-mark{width:28px;height:28px}.brand strong{font-size:.84rem}.icon-button{width:28px;min-height:28px}.topbar-actions{gap:4px}.topbar-actions .button{min-height:28px;padding-inline:6px;font-size:.74rem}.primary-nav{gap:2px}.nav-link{min-height:26px;padding-inline:6px;font-size:.74rem}.page-title{font-size:clamp(1.32rem,9vw,1.75rem)}.metric-grid,.admin-grid{grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:6px}.wallet-card,.panel,.empty-state,.question-card{padding:8px}.reward-grid,.task-grid,.feature-grid,.quiz-grid,.field-grid{grid-template-columns:minmax(0,1fr)}.metric-card,.task-card,.reward-card,.quiz-card{padding:8px}.metric-value{font-size:.98rem}table{min-width:500px}.site-footer{gap:3px 7px;max-width:calc(100vw - 12px);padding-inline:6px;font-size:.72rem}.learning-node{width:58px;height:58px;font-size:.8rem}.node-core{width:78px;height:78px}}@media(max-width:640px){html,body,#app{width:100%;max-width:100%;overflow-x:hidden!important}.topbar{width:100%;max-width:100vw;overflow:hidden}.primary-nav{width:100%;max-width:100%;overflow-x:auto;flex-wrap:nowrap}.app-shell{display:block!important;width:100%;max-width:100%;padding:8px!important;overflow-x:hidden!important}.ad-rail,.fixed-ad{display:none!important}.content-frame,.page,.panel,.card,.wallet-card,.level-panel,.hero-panel,.empty-state,.metric-card,.task-card,.reward-card,.quiz-card{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.hero-grid,.metric-grid,.feature-grid,.task-grid,.reward-grid,.quiz-grid,.leaderboard-grid,.field-grid,.support-form,.wallet-card,.level-summary{display:grid;grid-template-columns:minmax(0,1fr)!important;width:100%;max-width:100%;min-width:0}.page-title{font-size:1.65rem!important;line-height:1.05}.panel,.card,.wallet-card,.metric-card,.task-card,.reward-card,.quiz-card,.empty-state{padding:10px!important}.metric-grid,.feature-grid,.task-grid,.reward-grid,.quiz-grid,.leaderboard-grid,.field-grid,.support-form,.list,.list-item,.field,.form-actions,.inline-actions,.pill-row,.badge-row{max-width:100%;min-width:0;box-sizing:border-box}.button,.reward-card .button,.field-grid .button{max-width:100%}.reward-card .button,#withdrawForm .button,#referralForm .button,#withdrawForm .form-actions,#referralForm .form-actions{width:100%}.field input,.field select,.field textarea{width:100%;max-width:100%;box-sizing:border-box}.table-wrap{width:100%;max-width:100%;overflow-x:auto;box-sizing:border-box}table{width:max-content;min-width:480px;max-width:none}.site-footer{max-width:100%;padding:10px 8px 16px;font-size:.72rem;gap:4px 8px;overflow-wrap:anywhere;overflow-x:hidden}.site-footer a,.site-footer span{overflow-wrap:anywhere;word-break:break-word}}@media(max-width:460px){.topbar{padding:4px 6px}.brand{gap:5px}.brand-mark{width:28px;height:28px}.brand strong{font-size:.82rem}.topbar-actions{gap:4px}.icon-button{width:28px;min-height:28px}.topbar-actions .button{min-height:28px;padding-inline:6px;font-size:.72rem}.primary-nav{gap:2px}.nav-link{min-height:25px;padding-inline:6px;font-size:.72rem}.app-shell{padding:7px!important}.page{gap:8px}.page-title{font-size:1.45rem!important}.panel,.card,.wallet-card,.metric-card,.task-card,.reward-card,.quiz-card,.empty-state{padding:8px!important}.metric-grid,.admin-grid{grid-template-columns:minmax(0,1fr)!important}.button{min-height:30px;padding-inline:9px;font-size:.78rem}table{min-width:440px;font-size:.78rem}th,td{padding:6px}.site-footer{padding:8px 6px 14px;font-size:.7rem;gap:3px 6px}}@media(max-width:760px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}*,*:before,*:after{box-sizing:border-box}.topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;width:100%!important;max-width:100vw!important;min-height:0!important;gap:6px 8px!important;padding:8px 10px!important;overflow:hidden!important}.brand{min-width:0!important;max-width:100%!important;gap:8px!important}.brand-mark{width:34px!important;height:34px!important;flex:0 0 34px!important}.brand strong{max-width:150px!important;overflow:hidden!important;font-size:.94rem!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.brand small{display:none!important}.topbar-actions{gap:6px!important}.topbar-actions .icon-button{width:34px!important;min-height:34px!important}.topbar-actions .button{min-height:34px!important;padding:0 12px!important;font-size:.82rem!important}.primary-nav{grid-column:1 / -1!important;display:flex!important;flex-wrap:nowrap!important;gap:4px!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 0 4px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.primary-nav::-webkit-scrollbar{display:none!important}.nav-link{flex:0 0 auto!important;min-height:30px!important;padding:0 8px!important;gap:5px!important;border-radius:10px!important;font-size:.8rem!important;white-space:nowrap!important}.nav-icon{width:17px!important;height:17px!important;font-size:.62rem!important}.app-shell{display:block!important;width:100%!important;max-width:100vw!important;margin:0!important;padding:10px 8px 24px!important;overflow-x:hidden!important}.ad-rail,.ad-card.fixed-ad{display:none!important}.content-frame,#app,.page,.page-header,.hero-panel,.panel,.card,.wallet-card,.level-panel,.metric-card,.task-card,.reward-card,.quiz-card,.empty-state,.list,.list-item,.field,.copy-code{width:100%!important;max-width:100%!important;min-width:0!important;overflow-wrap:anywhere!important}.content-frame,#app,.page{overflow-x:hidden!important}.page{gap:12px!important}.page-header{display:block!important}.page-title{font-size:clamp(1.55rem,10vw,2.25rem)!important;line-height:1.04!important}.page-kicker{font-size:.68rem!important}.hero-grid,.metric-grid,.feature-grid,.task-grid,.reward-grid,.quiz-grid,.admin-grid,.leaderboard-grid,.field-grid,.support-form,.level-summary,.wallet-card{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;width:100%!important;max-width:100%!important;min-width:0!important}.hero-grid{min-height:0!important;padding:14px!important}.hero-copy{gap:10px!important}.hero-copy p{font-size:.94rem!important}.hero-visual{min-height:190px!important}.learning-map{width:min(100%,260px)!important}.panel,.card,.wallet-card,.level-panel,.metric-card,.task-card,.reward-card,.quiz-card,.empty-state,.question-card{padding:12px!important;border-radius:12px!important}.wallet-card h2{font-size:clamp(1.8rem,13vw,2.8rem)!important}.wallet-chip{width:100%!important;min-width:0!important;padding:10px!important}.metric-value{font-size:1.35rem!important}.section-title{display:flex!important;flex-wrap:wrap!important;gap:6px 8px!important;align-items:center!important;width:100%!important;max-width:100%!important;min-width:0!important}.section-title h2{min-width:0!important;font-size:1rem!important}.pill-row,.badge-row,.inline-actions,.form-actions,.hero-actions{display:flex!important;flex-wrap:wrap!important;max-width:100%!important;min-width:0!important}.button{max-width:100%!important;min-height:34px!important;padding:0 12px!important;font-size:.84rem!important}.reward-card .button,#withdrawForm .button,#referralForm .button{width:100%!important}#withdrawForm,#referralForm{grid-template-columns:minmax(0,1fr)!important}#withdrawForm .form-actions,#referralForm .form-actions{width:100%!important}.field input,.field select,.field textarea{width:100%!important;max-width:100%!important;min-width:0!important}.copy-code{grid-template-columns:minmax(0,1fr)!important}.copy-code code{white-space:normal!important;overflow-wrap:anywhere!important;font-size:.95rem!important}.table-wrap{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.table-wrap table,table{width:max-content!important;min-width:440px!important;max-width:none!important;font-size:.78rem!important}th,td{padding:6px!important}.site-footer{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:100vw!important;padding:8px 8px 16px!important;gap:4px 8px!important;overflow-x:hidden!important;text-align:center!important;font-size:.72rem!important;line-height:1.25!important}.site-footer strong,.site-footer span,.site-footer a{max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important}}@media(max-width:460px){.topbar{padding:6px 8px!important}.brand-mark{width:30px!important;height:30px!important;flex-basis:30px!important}.brand strong{max-width:130px!important;font-size:.88rem!important}.topbar-actions .icon-button{width:30px!important;min-height:30px!important}.topbar-actions .button{min-height:30px!important;padding:0 9px!important;font-size:.76rem!important}.nav-link{min-height:28px!important;padding:0 7px!important;font-size:.76rem!important}.nav-icon{width:16px!important;height:16px!important}.app-shell{padding:8px 6px 22px!important}.page-title{font-size:clamp(1.42rem,11vw,1.9rem)!important}.panel,.card,.wallet-card,.level-panel,.metric-card,.task-card,.reward-card,.quiz-card,.empty-state,.question-card{padding:9px!important}.learning-map{width:min(100%,225px)!important}.learning-node{width:56px!important;height:56px!important;font-size:.76rem!important}.node-core{width:74px!important;height:74px!important}.table-wrap table,table{min-width:420px!important}}@media(max-width:640px){*,*:before,*:after{box-sizing:border-box}html,body,#app{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body{margin:0!important}.topbar{width:100%!important;max-width:100vw!important;overflow:hidden!important;padding:6px 8px!important}.brand{min-width:0!important}.brand small{display:none!important}.primary-nav{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;flex-wrap:nowrap!important;white-space:nowrap!important}.primary-nav a[href="#/surveys"],.primary-nav a[href="#/offers"]{display:none!important}.feature-grid>*:has(a[href="#/surveys"]),.feature-grid>*:has(a[href="#/offers"]),.task-grid>*:has(a[href="#/surveys"]),.task-grid>*:has(a[href="#/offers"]),.reward-grid>*:has(a[href="#/surveys"]),.reward-grid>*:has(a[href="#/offers"]),.card:has(a[href="#/surveys"]),.card:has(a[href="#/offers"]),.task-card:has(a[href="#/surveys"]),.task-card:has(a[href="#/offers"]),.reward-card:has(a[href="#/surveys"]),.reward-card:has(a[href="#/offers"]),.quiz-card:has(a[href="#/surveys"]),.quiz-card:has(a[href="#/offers"]){display:none!important}.nav-link{flex:0 0 auto!important;font-size:.78rem!important;padding:0 8px!important}.nav-icon{display:none!important}.app-shell{display:block!important;width:100%!important;max-width:100vw!important;margin:0!important;padding:8px!important;overflow-x:hidden!important}.ad-rail,.fixed-ad{display:none!important}.content-frame{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.page,.page-header,.hero-panel,.panel,.card,.metric-card,.task-card,.reward-card,.quiz-card,.wallet-card,.level-panel,.empty-state{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}.page{gap:10px!important}.page-header{display:block!important}.page-title{font-size:1.65rem!important;line-height:1.05!important;overflow-wrap:anywhere!important}.hero-grid,.metric-grid,.feature-grid,.task-grid,.reward-grid,.quiz-grid,.admin-grid,.leaderboard-grid,.field-grid,.support-form,.level-summary{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;min-width:0!important}.hero-grid{min-height:auto!important;padding:14px!important}.hero-visual,.learning-map{width:100%!important;max-width:100%!important;min-width:0!important}.wallet-card{grid-template-columns:minmax(0,1fr)!important}.wallet-chip{width:100%!important;min-width:0!important}.level-summary{grid-template-columns:minmax(0,1fr)!important}.panel,.card,.metric-card,.task-card,.reward-card,.quiz-card,.empty-state{padding:10px!important}.reward-grid{display:flex!important;flex-direction:column!important;gap:10px!important}.reward-card{display:block!important}.pill-row,.badge-row,.inline-actions,.form-actions{max-width:100%!important;min-width:0!important;flex-wrap:wrap!important}.button,button,input,select,textarea{max-width:100%!important}.reward-card .button,#withdrawForm .button,#referralForm .button,.form-actions .button{width:100%!important}.field,.field input,.field select,.field textarea{width:100%!important;max-width:100%!important;min-width:0!important}.table-wrap{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important}.table-wrap table{width:max-content!important;min-width:440px!important;max-width:none!important}.site-footer{width:100%!important;max-width:100%!important;padding:10px 8px 16px!important;font-size:.72rem!important;gap:4px 8px!important;overflow:hidden!important;overflow-wrap:anywhere!important}.site-footer a,.site-footer span{overflow-wrap:anywhere!important;word-break:break-word!important}}@media(max-width:460px){.topbar{padding:5px 6px!important}.brand-mark{width:30px!important;height:30px!important}.brand strong{font-size:.85rem!important}.topbar-actions .button{padding-inline:8px!important;font-size:.75rem!important}.icon-button{width:30px!important;min-height:30px!important}.nav-link{font-size:.74rem!important;padding:0 7px!important}.app-shell{padding:6px!important}.page-title{font-size:1.45rem!important}.panel,.card,.metric-card,.task-card,.reward-card,.quiz-card,.empty-state{padding:8px!important}.metric-value{font-size:1.45rem!important}.table-wrap table{min-width:420px!important}}@media(max-width:640px){*,*:before,*:after{box-sizing:border-box!important}html,body,#app{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body{margin:0!important}.topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:6px!important;width:100%!important;max-width:100vw!important;padding:6px 8px!important;overflow:hidden!important}.brand{min-width:0!important;max-width:100%!important;gap:6px!important}.brand-mark{width:32px!important;height:32px!important;flex:0 0 32px!important;border-radius:10px!important}.brand strong{max-width:150px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:.9rem!important;line-height:1!important}.brand small{display:none!important}.topbar-actions{display:inline-flex!important;align-items:center!important;gap:4px!important;min-width:0!important;max-width:48vw!important}.topbar-actions .icon-button,.icon-button{width:32px!important;min-width:32px!important;min-height:32px!important;padding:0!important}.topbar-actions .button{min-height:32px!important;padding:0 9px!important;font-size:.78rem!important;white-space:nowrap!important}.primary-nav{grid-column:1 / -1!important;display:flex!important;flex-wrap:nowrap!important;gap:4px!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:2px 0 4px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.primary-nav::-webkit-scrollbar{display:none!important}.primary-nav a[href="#/surveys"],.primary-nav a[href="#/offers"]{display:none!important}.nav-link{flex:0 0 auto!important;min-height:28px!important;padding:0 8px!important;gap:4px!important;font-size:.78rem!important;white-space:nowrap!important}.nav-icon{display:none!important}.app-shell{display:block!important;width:100%!important;max-width:100vw!important;margin:0!important;padding:8px!important;overflow-x:hidden!important}.ad-rail,.fixed-ad,.ad-card.fixed-ad{display:none!important}.content-frame,.page,.page-header,.hero-panel,.panel,.card,.wallet-card,.wallet-chip,.level-panel,.metric-card,.task-card,.reward-card,.quiz-card,.question-card,.empty-state,.list,.list-item,.field,.copy-code{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow-wrap:anywhere!important}.content-frame,.page{overflow-x:hidden!important}.page{display:grid!important;gap:10px!important}.page-header{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;align-items:start!important}.page-title{font-size:clamp(1.45rem,8vw,2rem)!important;line-height:1.05!important;overflow-wrap:anywhere!important}.section-title{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important}.section-title h2,.section-title h3{min-width:0!important;max-width:100%!important}.section-title .pill,.section-title .caption{flex:0 1 auto!important;max-width:100%!important;white-space:normal!important}.hero-grid,.metric-grid,.feature-grid,.task-grid,.reward-grid,.quiz-grid,.leaderboard-grid,.field-grid,.profile-details-grid,.support-form,.level-summary,.wallet-card{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;width:100%!important;max-width:100%!important;min-width:0!important}.admin-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important}.hero-grid{min-height:auto!important;padding:14px!important}.hero-visual{min-height:180px!important}.hero-visual,.learning-map{width:100%!important;max-width:100%!important;min-width:0!important}.learning-map{width:min(100%,240px)!important;height:240px!important;margin-inline:auto!important}.learning-node{width:58px!important;height:58px!important;font-size:.75rem!important}.node-core{width:76px!important;height:76px!important}.panel,.card,.wallet-card,.level-panel,.metric-card,.task-card,.reward-card,.quiz-card,.question-card,.empty-state{padding:10px!important}.wallet-card h2{font-size:clamp(1.8rem,12vw,2.55rem)!important}.wallet-chip{min-width:0!important}.level-summary{justify-items:stretch!important;align-items:start!important}.level-badge{width:84px!important;height:84px!important;min-width:84px!important;min-height:84px!important;max-width:84px!important;max-height:84px!important;padding:8px!important;border-radius:999px!important;justify-self:center!important;align-self:center!important}.level-badge strong{font-size:1.6rem!important}.level-copy{width:100%!important;min-width:0!important}.progress{max-width:100%!important}.metric-card{min-height:92px!important}.metric-label{margin-bottom:4px!important;font-size:.68rem!important}.metric-value{font-size:1.25rem!important}.metric-foot,.caption,.muted{font-size:.78rem!important}.task-card h3,.reward-card h3,.quiz-card h3{font-size:.95rem!important}.task-card p,.reward-card p,.quiz-card p{font-size:.84rem!important}.pill-row,.badge-row,.inline-actions,.form-actions,.hero-actions{max-width:100%!important;min-width:0!important;flex-wrap:wrap!important}.button,button,input,select,textarea{max-width:100%!important}.reward-card .button,#withdrawForm .button,#referralForm .button,#supportForm .button,.form-actions .button{width:100%!important}.field,.field input,.field select,.field textarea{width:100%!important;max-width:100%!important;min-width:0!important}.copy-code{grid-template-columns:minmax(0,1fr)!important}.copy-code code{white-space:normal!important;overflow-wrap:anywhere!important}.table-wrap{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important}.table-wrap table,.page table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important;font-size:.76rem!important}th,td{padding:6px!important}.site-footer{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:100%!important;padding:10px 8px 16px!important;gap:4px 8px!important;overflow:hidden!important;overflow-wrap:anywhere!important;text-align:center!important;font-size:.72rem!important;line-height:1.25!important}.site-footer strong,.site-footer span,.site-footer a{max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important}}@media(max-width:460px){.topbar{padding:5px 6px!important}.brand-mark{width:30px!important;height:30px!important;flex-basis:30px!important}.brand strong{max-width:126px!important;font-size:.85rem!important}.topbar-actions .icon-button,.icon-button{width:30px!important;min-width:30px!important;min-height:30px!important}.topbar-actions .button{min-height:30px!important;padding-inline:8px!important;font-size:.75rem!important}.nav-link{min-height:26px!important;padding:0 7px!important;font-size:.74rem!important}.app-shell{padding:6px!important}.page-title{font-size:clamp(1.35rem,8vw,1.72rem)!important}.panel,.card,.wallet-card,.level-panel,.metric-card,.task-card,.reward-card,.quiz-card,.question-card,.empty-state{padding:8px!important}.level-badge{width:78px!important;height:78px!important;min-width:78px!important;min-height:78px!important;max-width:78px!important;max-height:78px!important}.metric-value{font-size:1.25rem!important}.learning-map{width:min(100%,220px)!important;height:220px!important}.table-wrap table,.page table{min-width:0!important}}@media(max-width:640px){body{font-size:14px!important}.app-shell{padding:6px!important}.page{gap:8px!important}.page-title{font-size:1.35rem!important;line-height:1.05!important}.page-kicker{font-size:.68rem!important}.panel,.card,.metric-card,.task-card,.reward-card,.quiz-card,.wallet-card,.level-panel,.empty-state,.question-card{padding:8px!important;border-radius:7px!important;box-shadow:0 4px 14px #1d2a3a0f!important}.metric-grid,.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.feature-grid,.task-grid,.reward-grid,.quiz-grid,.leaderboard-grid,.field-grid,.support-form{grid-template-columns:minmax(0,1fr)!important;gap:8px!important}.metric-value,.wallet-card h2{font-size:1.45rem!important}.wallet-chip{min-width:0!important;padding:8px!important}.level-summary{grid-template-columns:minmax(0,1fr)!important;gap:8px!important}.level-badge{width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;justify-self:center!important;padding:6px!important;border-radius:50%!important}.level-badge strong{font-size:1.45rem!important}.hero-grid{padding:10px!important;gap:10px!important}.learning-map{width:min(100%,230px)!important;justify-self:center!important}.learning-node{width:52px!important;height:52px!important;font-size:.72rem!important}.button,.icon-button{min-height:32px!important;font-size:.78rem!important}.button{padding:0 10px!important}.field input,.field select,.field textarea{min-height:36px!important;font-size:.85rem!important}.site-footer{font-size:.68rem!important;padding:8px 6px 14px!important;gap:3px 8px!important}}@media(max-width:460px){.page-title{font-size:1.25rem!important}.metric-grid,.admin-grid{grid-template-columns:minmax(0,1fr)!important}.panel,.card,.metric-card,.task-card,.reward-card,.quiz-card,.wallet-card,.level-panel,.empty-state,.question-card{padding:7px!important}}@media(max-width:640px){*,*:before,*:after{box-sizing:border-box!important}html,body,#app{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body{margin:0!important;font-size:13px!important}.topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;width:100%!important;max-width:100vw!important;padding:6px!important;gap:6px!important;overflow:hidden!important}.brand{min-width:0!important;max-width:100%!important;flex:0 0 auto!important;gap:6px!important}.brand-mark{width:30px!important;height:30px!important;min-width:30px!important;flex:0 0 30px!important;font-size:.75rem!important;border-radius:9px!important}.brand-text,.brand strong{min-width:0!important;max-width:128px!important}.brand-text strong,.brand strong{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:.85rem!important;line-height:1!important}.brand-text small,.brand small{display:none!important}.topbar-actions{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;margin-left:auto!important;flex:0 0 auto!important;gap:4px!important;min-width:0!important;max-width:48vw!important}.topbar-actions .button,.topbar-actions button{min-height:30px!important;padding:0 8px!important;font-size:.72rem!important;white-space:nowrap!important}.topbar-actions .icon-button,.icon-button{width:30px!important;min-width:30px!important;min-height:30px!important;padding:0!important}.primary-nav{grid-column:1 / -1!important;width:100%!important;max-width:100%!important;min-width:0!important;display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;gap:6px!important;padding:4px 6px 8px!important;white-space:nowrap!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.primary-nav::-webkit-scrollbar{display:none!important}.primary-nav a[href="#/surveys"],.primary-nav a[href="#/offers"]{display:none!important}.nav-link{flex:0 0 auto!important;min-width:auto!important;width:auto!important;height:30px!important;min-height:30px!important;padding:0 8px!important;gap:4px!important;font-size:.72rem!important;border-radius:9px!important;white-space:nowrap!important}.nav-icon{width:18px!important;height:18px!important;min-width:18px!important;font-size:.65rem!important}.app-shell{display:block!important;width:100%!important;max-width:100vw!important;min-width:0!important;padding:6px!important;margin:0!important;overflow-x:hidden!important}.ad-rail,.fixed-ad,.ad-card.fixed-ad{display:none!important}.content-frame,.page{display:grid!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.page{gap:8px!important}.page-header{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:6px!important;width:100%!important;max-width:100%!important;min-width:0!important}.page-title{font-size:1.35rem!important;line-height:1.05!important;overflow-wrap:anywhere!important}.page-kicker{font-size:.68rem!important}.panel,.card,.metric-card,.task-card,.reward-card,.quiz-card,.wallet-card,.wallet-chip,.level-panel,.empty-state,.question-card,.list,.list-item,.copy-code{width:100%!important;max-width:100%!important;min-width:0!important;padding:8px!important;border-radius:9px!important;overflow:hidden!important}.hero-grid,.feature-grid,.task-grid,.reward-grid,.quiz-grid,.leaderboard-grid,.field-grid,.profile-details-grid,.support-form,.level-summary,.wallet-card,.metric-grid,.admin-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important}.hero-panel{width:100%!important;max-width:100%!important;min-width:0!important;padding:10px!important;overflow:hidden!important}.hero-grid{min-height:auto!important;padding:10px!important}.hero-copy,.hero-visual{width:100%!important;max-width:100%!important;min-width:0!important}.hero-visual{min-height:0!important}.learning-map{width:min(100%,230px)!important;height:230px!important;max-width:230px!important;min-width:0!important;margin:0 auto!important;justify-self:center!important}.learning-node{width:52px!important;height:52px!important;font-size:.68rem!important}.node-core{width:68px!important;height:68px!important}.metric-value,.wallet-card h2{font-size:1.45rem!important}.metric-card{min-height:auto!important}.metric-label{margin-bottom:4px!important;font-size:.68rem!important}.metric-foot,.caption,.muted{font-size:.78rem!important}.level-summary{justify-items:stretch!important;align-items:start!important}.level-badge{display:grid!important;place-items:center!important;width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;max-width:72px!important;max-height:72px!important;aspect-ratio:1 / 1!important;border-radius:50%!important;padding:6px!important;margin:0 auto!important;justify-self:center!important;align-self:center!important}.level-badge strong{font-size:1.4rem!important}.level-copy,.progress{width:100%!important;max-width:100%!important;min-width:0!important}.task-card h3,.reward-card h3,.quiz-card h3{font-size:.95rem!important}.task-card p,.reward-card p,.quiz-card p{font-size:.84rem!important}.pill-row,.badge-row,.inline-actions,.form-actions,.hero-actions{max-width:100%!important;min-width:0!important;flex-wrap:wrap!important}.button,button,input,select,textarea{max-width:100%!important}.button{min-height:32px!important;padding:0 10px!important;font-size:.78rem!important}.reward-card .button,#withdrawForm .button,#referralForm .button,#supportForm .button,.form-actions .button{width:100%!important}.field,.field input,.field select,.field textarea{width:100%!important;max-width:100%!important;min-width:0!important}.field input,.field select,.field textarea{min-height:36px!important;font-size:.85rem!important}.copy-code{grid-template-columns:minmax(0,1fr)!important}.copy-code code{white-space:normal!important;overflow-wrap:anywhere!important}.table-wrap{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important}.table-wrap table,.page table{min-width:0!important;width:100%!important;max-width:100%!important;table-layout:fixed!important;font-size:.76rem!important}th,td{padding:6px!important}.site-footer{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:100%!important;padding:8px 6px 14px!important;gap:4px 8px!important;overflow:hidden!important;overflow-wrap:anywhere!important;text-align:center!important;font-size:.68rem!important;line-height:1.25!important}.site-footer strong,.site-footer span,.site-footer a{max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important}}@media(max-width:640px){html,body,#app{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.app-shell,.content-frame,.page,main,section,.panel,.card,.wallet-card,.level-panel,.metric-card,.reward-card,.quiz-card,.task-card{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important;box-sizing:border-box!important}.topbar{width:100%!important;max-width:100vw!important;min-width:0!important;overflow:hidden!important}.brand{min-width:0!important}.topbar-actions{min-width:0!important;max-width:48vw!important}.primary-nav{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;flex-wrap:nowrap!important;box-sizing:border-box!important}.nav-link{flex:0 0 auto!important;min-width:0!important;font-size:.68rem!important;padding:0 6px!important}.table-wrap{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;box-sizing:border-box!important}.table-wrap table,.page table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important}.table-wrap th,.table-wrap td,.page th,.page td{font-size:.68rem!important;padding:6px 5px!important;white-space:normal!important;word-break:break-word!important}.table-wrap .button,.table-wrap button{min-height:28px!important;padding:0 6px!important;font-size:.68rem!important}.site-footer{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important;box-sizing:border-box!important}}
