:root{--primary: #00b894;--primary-dark: #00a383;--primary-bg: rgba(0, 184, 148, .15);--accent: #ff6b6b;--accent-dark: #e85555;--purple: #6c5ce7;--placeholder: #0a6ed1;--warning: #f5a623;--background: #f5f6fa;--surface: #ffffff;--surface-sunken: #eef0f6;--text: #2d3436;--text-secondary: #5a656b;--text-muted: #5f6c73;--border: #dfe6e9;--font-heading: "Fredoka", system-ui, sans-serif;--font-body: "Nunito", system-ui, sans-serif;--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-20: 20px;--space-24: 24px;--space-32: 32px;--radius-sm: 8px;--radius-md: 14px;--radius-full: 999px;--shadow-small: 0 1px 3px rgba(0, 0, 0, .08);--shadow-large: 0 8px 24px rgba(0, 0, 0, .12);--sidebar-width: 232px}@media(prefers-color-scheme:dark){:root{--background: #1a1a2e;--surface: #16213e;--surface-sunken: #12192f;--text: #eaeaea;--text-secondary: #b3b8cc;--placeholder: #7cc4ff;--text-muted: #9095b0;--border: #2a2a4a;--shadow-small: 0 1px 3px rgba(0, 0, 0, .4);--shadow-large: 0 8px 24px rgba(0, 0, 0, .5)}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--background);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-heading);font-weight:600;margin:0}code,.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px}button{font-family:var(--font-body);font-size:14px;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}input,select{font-family:var(--font-body);font-size:14px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 10px}input:focus,select:focus,button:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.btn{border:1px solid transparent;border-radius:var(--radius-sm);padding:9px 16px;font-weight:700}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-secondary{background:transparent;color:var(--text-secondary);border-color:var(--border)}.btn-secondary:hover:not(:disabled){color:var(--text)}.btn-link{background:none;border:none;color:var(--primary);padding:0;font-weight:600;font-size:13px}.shell{display:flex;flex-direction:column;min-height:100%}.header{display:flex;align-items:center;gap:var(--space-12);padding:var(--space-12) var(--space-20);background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.header-logo{width:32px;height:32px}.header-title{font-family:var(--font-heading);font-size:18px}.header-spacer{flex:1}.env-badge{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:3px 9px;border-radius:var(--radius-full);background:var(--primary-bg);color:var(--primary-dark)}.env-badge[data-env=prod]{background:var(--accent);color:#fff}.header-email{font-size:13px;color:var(--text-secondary)}.body{display:flex;flex:1;align-items:flex-start}.sidebar{width:var(--sidebar-width);flex:0 0 var(--sidebar-width);padding:var(--space-16);position:sticky;top:57px;align-self:flex-start}.search-input{width:100%;margin-bottom:var(--space-16)}.group-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.group-item{display:flex;align-items:center;gap:var(--space-8);width:100%;border:none;background:none;color:var(--text-secondary);text-align:left;padding:7px 10px;border-radius:var(--radius-sm);font-size:14px}.group-item:hover{background:var(--surface-sunken);color:var(--text)}.group-item[aria-current=true]{background:var(--primary-bg);color:var(--primary-dark);font-weight:700}.group-count{margin-left:auto;font-size:12px;color:var(--text-muted)}.changed-dot{width:7px;height:7px;border-radius:var(--radius-full);background:var(--warning);flex:0 0 auto}.main{flex:1;min-width:0;padding:var(--space-16) var(--space-20) 96px}.group-heading{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:var(--space-24) 0 var(--space-12)}.group-heading:first-child{margin-top:0}.knob{max-width:780px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-16);margin-bottom:var(--space-12);box-shadow:var(--shadow-small)}.knob-top{display:flex;align-items:center;gap:var(--space-16)}.knob-label{font-weight:700;flex:1;min-width:0}.knob-key{color:var(--text-muted);margin-top:2px}.knob-description{color:var(--text-secondary);font-size:13.5px;margin-top:var(--space-8)}.knob-footer{display:flex;align-items:center;gap:var(--space-12);margin-top:var(--space-12);font-size:12.5px;color:var(--text-muted)}.knob-changed{color:var(--warning);font-weight:700}.knob-error{color:var(--accent-dark);font-weight:700;margin-top:var(--space-8);font-size:13px}.knob-tier{margin-top:var(--space-12);padding-top:var(--space-12);border-top:1px dashed var(--border)}.toggle{width:46px;height:26px;border-radius:var(--radius-full);border:none;background:var(--border);position:relative;transition:background .12s ease;flex:0 0 auto}.toggle[aria-pressed=true]{background:var(--primary)}.toggle:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:var(--radius-full);background:#fff;transition:transform .12s ease}.toggle[aria-pressed=true]:after{transform:translate(20px)}.knob-input{width:160px;flex:0 0 auto}.knob-input.wide{width:260px}.tabs{display:flex;gap:var(--space-4);margin-left:var(--space-8)}.tab{border:none;background:none;color:var(--text-secondary);font-weight:700;font-size:14px;padding:6px 12px;border-radius:var(--radius-sm);text-decoration:none;display:inline-flex;align-items:center;gap:6px}.tab:hover{background:var(--surface-sunken);color:var(--text)}.tab[aria-selected=true],.tab.active{background:var(--primary-bg);color:var(--primary-dark)}.toolbar{display:flex;align-items:center;gap:var(--space-12);margin-bottom:var(--space-12);flex-wrap:wrap}.toolbar-note{font-size:13px;margin:0 0 var(--space-16)}.segmented{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.segment{border:none;background:var(--surface);color:var(--text-secondary);padding:6px 12px;font-size:13px;font-weight:700}.segment+.segment{border-left:1px solid var(--border)}.segment[aria-pressed=true]{background:var(--primary);color:#fff}.knob-compact{padding:var(--space-8) var(--space-12);margin-bottom:var(--space-8);box-shadow:none}.knob-compact .knob-key{font-size:11.5px}.knob-dot{display:inline-block;width:6px;height:6px;border-radius:var(--radius-full);background:var(--warning);margin-left:6px;vertical-align:middle}.toggle-small{width:38px;height:22px}.toggle-small:after{width:16px;height:16px}.toggle-small[aria-pressed=true]:after{transform:translate(16px)}.knob-input.small{width:76px;padding:4px 7px;font-size:13px}.knob-input.wide.small{width:190px}.nerd-table{width:auto;max-width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;margin-bottom:var(--space-16)}.nerd-table th{text-align:left;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);padding:5px 10px;border-bottom:1px solid var(--border);background:var(--surface-sunken)}.nerd-table td{padding:4px 10px;border-bottom:1px solid var(--border);vertical-align:top}.nerd-table tbody tr:last-child td{border-bottom:none}.nerd-table tr.dirty td{background:#f5a62314}.nerd-table .num,.nerd-table .num .knob-input{text-align:right}.muted-cell{color:var(--text-muted)}.premium-inline{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:4px}.premium-tag{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--purple)}.save-bar{position:fixed;left:0;right:0;bottom:0;display:flex;align-items:center;gap:var(--space-12);padding:var(--space-12) var(--space-20);background:var(--surface);border-top:1px solid var(--border);box-shadow:var(--shadow-large);z-index:20}.save-bar-count{flex:1;font-weight:700}.centre{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%;padding:var(--space-24);text-align:center}.signin-card{width:100%;max-width:380px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-32);box-shadow:var(--shadow-large)}.signin-logo{width:84px;height:84px;margin-bottom:var(--space-16)}.signin-form{display:flex;flex-direction:column;gap:var(--space-12);margin-top:var(--space-20)}.muted{color:var(--text-secondary);font-size:14px}.error-text{color:var(--accent-dark);font-size:14px;font-weight:600}@media(max-width:900px){.body{flex-direction:column}.sidebar{width:100%;flex:none;position:static;padding-bottom:0}.group-list{flex-direction:row;overflow-x:auto;gap:var(--space-8);padding-bottom:var(--space-8)}.group-item{flex:0 0 auto}.knob-top{flex-direction:column;align-items:stretch;gap:var(--space-8)}.knob-input,.knob-input.wide{width:100%}}.skin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:var(--space-12);margin-bottom:var(--space-16)}.skin{display:block;margin:0;padding:0;width:100%;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;color:inherit;font:inherit}.skin:hover{border-color:var(--primary)}.skin-caption{display:flex;flex-direction:column;gap:2px;padding:var(--space-8);font-size:12.5px;border-top:1px solid var(--border)}.reward-image,.skin img{display:block;width:100%;aspect-ratio:1;object-fit:cover;background:var(--surface-sunken)}.skin img.skin-marker{object-fit:contain;padding:var(--space-12)}.skin-placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:1;background:var(--surface-sunken);color:var(--text-muted);font-size:12px}.skin figcaption{display:flex;flex-direction:column;gap:2px;padding:var(--space-8);font-size:12.5px;border-top:1px solid var(--border)}.reward-chip{display:inline-block;background:var(--surface-sunken);border-radius:var(--radius-sm);padding:1px 6px;margin:0 4px 4px 0;font-size:11.5px;color:var(--text-secondary)}.secret-tag{display:inline-block;margin-left:6px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--purple)}.skin-swatch{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;aspect-ratio:1}.skin-swatch-default{background:var(--surface)}.skin-swatch-avatar{width:28px;height:28px;border-radius:var(--radius-full);border:3px solid var(--border)}.skin-swatch-stat{width:42px;height:13px;border-radius:3px;background:var(--background)}.skin-swatch-bar{width:48px;height:9px;border-radius:5px;border:1px solid var(--border);overflow:hidden}.skin-swatch-bar-fill{width:60%;height:100%;background:var(--primary)}.lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:var(--space-24);background:#000000b8}.lightbox{display:flex;flex-direction:column;gap:var(--space-12);width:min(880px,100%);max-height:100%;padding:var(--space-16);background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-large);overflow:auto}.lightbox:focus{outline:none}.lightbox-header{display:flex;align-items:center;gap:var(--space-12)}.lightbox-title{font-family:var(--font-heading);font-size:18px}.lightbox-stage{display:flex;align-items:center;gap:var(--space-12)}.lightbox-art{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;background:var(--surface-sunken);border-radius:var(--radius-sm);overflow:hidden}.lightbox-art .reward-image{aspect-ratio:auto;max-height:62vh;object-fit:contain}.lightbox-art .skin-swatch{width:min(420px,100%)}.lightbox-arrow{flex:0 0 auto;width:44px;height:44px;border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);color:var(--text);font-size:22px;line-height:1}.lightbox-arrow:hover{border-color:var(--primary);color:var(--primary-dark)}.marker-pack{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:var(--space-12);padding:var(--space-16);width:100%}.marker-pin{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);margin:0}.marker-pin img{width:56px;height:56px;object-fit:contain}.notification-preview{width:min(520px,100%)}.phone{padding:var(--space-24) var(--space-16);border-radius:var(--radius-md);background:linear-gradient(160deg,#3a4a6b,#1d2740)}.phone-android{background:linear-gradient(160deg,#2b2b3c,#14141f)}.notif-ios{display:flex;gap:10px;padding:12px;border-radius:18px;background:#ffffffeb;color:#111;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 6px 20px #00000040}.notif-icon{width:38px;height:38px;border-radius:9px;flex:0 0 auto;background:#fff}.notif-icon-small{width:16px;height:16px;border-radius:4px}.notif-body{min-width:0;flex:1}.notif-meta{display:flex;align-items:center;gap:5px;font-size:11px;letter-spacing:.04em;color:#5b5b60}.notif-app{font-weight:700}.notif-time{margin-left:auto}.notif-title{font-weight:700;font-size:14px;margin-top:2px;color:inherit}.notif-text{font-size:14px;line-height:1.35;color:inherit}.notif-android{padding:12px 14px;border-radius:24px;background:#f1f1f6;color:#16161a;box-shadow:0 6px 20px #00000040}.notif-android .notif-meta{gap:6px;font-size:12px;color:#45454d}.notif-channel{color:#45454d}.notif-android .notif-time{margin-left:0}.preview-button{font-size:16px}.badge-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:var(--space-12);grid-auto-rows:1fr}.badge-cell{display:flex;flex-direction:column;gap:var(--space-8)}.badge-block{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4);padding:var(--space-20) var(--space-12);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center}.badge-emoji{font-size:44px;line-height:1.1}.badge-emoji-cell{font-size:26px}.badge-name{font-size:13px;font-weight:700}.badge-how{font-size:12px;color:var(--text-secondary);line-height:1.3;text-align:center;padding:0 var(--space-4)}.criteria-explanation{font-size:12.5px;color:var(--text-secondary);margin-top:2px;max-width:46ch}.preview-wall{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:var(--space-16)}.preview-cell{margin:0;display:flex;flex-direction:column;gap:var(--space-4)}.preview-cell-label{display:flex;align-items:center;gap:var(--space-4);font-size:11.5px;color:var(--text-muted)}.preview-wall .phone{padding:var(--space-16) var(--space-12)}.ph{color:var(--placeholder);font-weight:800}.promo{display:flex;align-items:center;gap:var(--space-16);flex-wrap:wrap;padding:var(--space-12) var(--space-16);background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--border);border-radius:var(--radius-sm);margin-bottom:var(--space-16)}.promo.promo-on{border-left-color:var(--purple)}.promo-field{display:flex;align-items:center;gap:8px}.promo-label{font-size:12px;font-weight:700;color:var(--text-muted)}.promo-state{flex:1;min-width:200px;font-size:13px;color:var(--text-muted)}.promo-on .promo-state{color:var(--purple);font-weight:700}
