[data-kid-theme]{--bg:#fafafa;--surface:#fff;--surface-2:#f2f2f4;--ink:#0a0a0a;--ink-muted:#6b7280;--line:#e5e7eb;--accent:#2547f0;--accent-ink:#fff;--positive:#0b7a3b;--danger:#c0392b;--font-display:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--font-body:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--font-num:ui-monospace,SFMono-Regular,Menlo,monospace;--radius-lg:14px;--radius-md:10px;--radius-sm:6px;--card-radius:8px;--shadow-card:0 1px 0 hsla(0,0%,4%,.04),0 0 0 1px hsla(0,0%,4%,.06);--shadow-pop:0 16px 40px hsla(0,0%,4%,.18);background:var(--bg);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}[data-kid-theme] *,[data-kid-theme] :after,[data-kid-theme] :before{box-sizing:border-box}[data-kid-theme] button{background:none;border:none;padding:0;cursor:pointer}[data-kid-theme] button,[data-kid-theme] input,[data-kid-theme] select{font:inherit;color:inherit}[data-kid-theme] img{display:block;max-width:100%}[data-kid-theme] .kid-app{max-width:1280px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;background:var(--bg);position:relative}[data-kid-theme] .kid-header{padding:16px 18px 12px;background:var(--bg);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}@media (min-width:768px){[data-kid-theme] .kid-header{padding:24px 32px 16px}}[data-kid-theme] .profile-tag{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:13px;font-weight:600;color:var(--ink-muted);letter-spacing:.01em;gap:10px;flex-wrap:wrap}@media (min-width:640px){[data-kid-theme] .profile-tag{margin-bottom:16px}}[data-kid-theme] .profile-tag-name{display:inline-flex;align-items:center;gap:10px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-kid-theme] .profile-avatar{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:700;font-family:var(--font-display);letter-spacing:-.02em}[data-kid-theme] .profile-tag-logout{font-size:12px;font-weight:600;color:var(--ink-muted);padding:4px 8px;border-radius:999px}[data-kid-theme] .profile-tag-logout:hover{background:var(--surface-2);color:var(--ink)}[data-kid-theme] .totals{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}[data-kid-theme] .totals-greet{font-family:var(--font-display);font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:1.1;word-break:break-word;min-width:0;flex:1 1 auto}@media (min-width:640px){[data-kid-theme] .totals-greet{font-size:26px}}[data-kid-theme] .totals-stats{display:flex;gap:14px;text-align:right;align-items:stretch;margin-left:auto}[data-kid-theme] .stat-block{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;padding:6px 0 6px 14px;position:relative}[data-kid-theme] .stat-block+.stat-block:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:1px;background:var(--line)}[data-kid-theme] .stat-block.value-block{min-width:84px}[data-kid-theme] .stat-value{font-family:var(--font-num);font-size:20px;font-weight:700;letter-spacing:-.02em;line-height:1}[data-kid-theme] .stat-value.value-amount{font-size:18px}[data-kid-theme] .stat-label{font-size:11px;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-weight:600}[data-kid-theme] .tab-bar{display:flex;gap:4px;padding:0 18px;margin-top:14px;border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}[data-kid-theme] .tab-bar::-webkit-scrollbar{display:none}@media (min-width:768px){[data-kid-theme] .tab-bar{padding:0 32px}}[data-kid-theme] .tab{position:relative;padding:12px 4px;margin-right:16px;font-weight:600;font-size:14px;color:var(--ink-muted);transition:color .12s ease;white-space:nowrap;flex-shrink:0}@media (min-width:640px){[data-kid-theme] .tab{margin-right:20px;font-size:15px}}[data-kid-theme] .tab[aria-selected=true]{color:var(--ink)}[data-kid-theme] .tab[aria-selected=true]:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--accent);border-radius:2px 2px 0 0}[data-kid-theme] .tab .count{font-family:var(--font-num);font-weight:500;font-size:12px;color:var(--ink-muted);margin-left:4px}[data-kid-theme] .filters{padding:14px 18px 4px;display:flex;flex-direction:column;gap:10px}@media (min-width:768px){[data-kid-theme] .filters{padding:18px 32px 6px}}[data-kid-theme] .chip-row{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;margin:0 -18px;padding:2px 18px 8px}[data-kid-theme] .chip-row::-webkit-scrollbar{display:none}[data-kid-theme] .chip{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:var(--surface);box-shadow:var(--shadow-card);font-size:13px;font-weight:600;white-space:nowrap;color:var(--ink);transition:transform .1s ease}[data-kid-theme] .chip[aria-pressed=true]{background:var(--ink);color:var(--bg)}[data-kid-theme] .chip-dot{width:8px;height:8px;border-radius:50%;background:var(--type-color,var(--ink-muted))}[data-kid-theme] .chip-count{font-family:var(--font-num);font-weight:500;font-size:11px;opacity:.75;margin-left:2px}[data-kid-theme] .sort-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:0 18px;margin-top:2px}@media (min-width:768px){[data-kid-theme] .sort-row{padding:0 32px}}[data-kid-theme] .sort-select{background:transparent;border:none;font-weight:600;font-size:13px;color:var(--ink);padding:6px 22px 6px 8px;border-radius:var(--radius-sm);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M3 5l3 3 3-3' stroke='%236B7280' fill='none' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 6px center}[data-kid-theme] .sort-select:hover{background-color:var(--surface)}[data-kid-theme] .scroll-area{flex:1;overflow-y:auto;padding-bottom:24px}[data-kid-theme] .grid{padding:14px 18px 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}@media (min-width:768px){[data-kid-theme] .grid{padding:18px 32px 0;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px}}@media (min-width:1200px){[data-kid-theme] .grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:20px}}[data-kid-theme] .card{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;box-shadow:var(--shadow-card);position:relative;transition:transform .15s ease;display:flex;flex-direction:column;text-align:left;width:100%}[data-kid-theme] .card:hover{transform:translateY(-2px)}[data-kid-theme] .card-img-wrap{aspect-ratio:245/342;background:var(--surface-2);position:relative;overflow:hidden}[data-kid-theme] .card-img-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:6px}[data-kid-theme] .card-img-wrap.loading:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);animation:kid-shimmer 1.4s linear infinite}@keyframes kid-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}[data-kid-theme] .card-meta{padding:8px 10px 10px;display:flex;flex-direction:column;gap:4px}[data-kid-theme] .card-name{font-weight:600;font-size:14px;letter-spacing:-.01em;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-kid-theme] .card-sub{display:flex;align-items:center;justify-content:space-between;gap:6px}[data-kid-theme] .card-type-row{display:flex;gap:4px;align-items:center}[data-kid-theme] .type-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 7px 2px 5px;border-radius:999px;background:var(--type-color,var(--ink-muted));color:#fff;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}[data-kid-theme] .type-badge .dot{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.85)}[data-kid-theme] .card-hp{font-family:var(--font-num);font-size:11px;font-weight:700;color:var(--ink-muted)}[data-kid-theme] .card-hp:before{content:"HP ";opacity:.6}[data-kid-theme] .card-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:2px}[data-kid-theme] .card-price{font-family:var(--font-num);font-size:13px;font-weight:700;color:var(--ink)}[data-kid-theme] .card-price.unknown{color:var(--ink-muted);font-weight:500}[data-kid-theme] .card-remove{position:absolute;top:6px;right:6px;width:26px;height:26px;border-radius:50%;background:hsla(0,0%,100%,.92);display:grid;place-items:center;opacity:0;transition:opacity .12s ease;color:#b83a2a;box-shadow:0 1px 4px rgba(0,0,0,.15)}[data-kid-theme] .card.touched .card-remove,[data-kid-theme] .card:hover .card-remove{opacity:1}[data-kid-theme] .rarity-mark{position:absolute;top:6px;left:6px;font-size:10px;font-weight:700;background:rgba(0,0,0,.6);color:#fff;padding:2px 6px;border-radius:4px;letter-spacing:.04em;text-transform:uppercase;font-family:var(--font-num)}[data-kid-theme] .empty{padding:60px 24px;text-align:center;color:var(--ink-muted)}[data-kid-theme] .empty-icon{width:64px;height:64px;margin:0 auto 16px;opacity:.55}[data-kid-theme] .empty-title{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--ink);margin-bottom:6px;letter-spacing:-.01em}[data-kid-theme] .empty-body{font-size:14px;line-height:1.45;max-width:260px;margin:0 auto}[data-kid-theme] .loader-row{padding:24px;text-align:center;color:var(--ink-muted);font-size:13px}[data-kid-theme] .spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:kid-spin .8s linear infinite;vertical-align:middle;margin-right:8px}@keyframes kid-spin{to{transform:rotate(1turn)}}[data-kid-theme] .sheet-backdrop{position:fixed;inset:0;background:rgba(15,10,5,.45);z-index:50;opacity:0;transition:opacity .2s ease}[data-kid-theme] .sheet-backdrop.open{opacity:1}[data-kid-theme] .sheet{position:fixed;left:50%;bottom:0;transform:translate(-50%,100%);width:100%;max-width:480px;background:var(--surface);border-radius:24px 24px 0 0;z-index:51;transition:transform .28s cubic-bezier(.3,1,.4,1);max-height:92vh;overflow-y:auto;padding-bottom:max(32px,env(safe-area-inset-bottom,0))}[data-kid-theme] .sheet.open{transform:translate(-50%)}[data-kid-theme] .sheet-handle{width:40px;height:4px;background:var(--line);border-radius:2px;margin:10px auto 0}[data-kid-theme] .sheet-hero{padding:14px 24px 0;display:flex;justify-content:center}[data-kid-theme] .sheet-hero img{max-height:360px;width:auto;border-radius:12px;filter:drop-shadow(0 8px 24px rgba(0,0,0,.18))}[data-kid-theme] .sheet-body{padding:16px 24px 0}[data-kid-theme] .sheet-name{font-family:var(--font-display);font-size:24px;font-weight:600;letter-spacing:-.02em}[data-kid-theme] .sheet-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}[data-kid-theme] .sheet-row:last-child{border-bottom:none}[data-kid-theme] .sheet-row .label{color:var(--ink-muted)}[data-kid-theme] .sheet-row .value{font-weight:600}[data-kid-theme] .sheet-row .value.num{font-family:var(--font-num)}[data-kid-theme] .sheet-actions{display:flex;gap:10px;padding:16px 24px 0}[data-kid-theme] .btn{flex:1;padding:14px;border-radius:var(--radius-md);font-weight:600;font-size:14px;text-align:center;transition:transform .1s ease}[data-kid-theme] .btn:active{transform:scale(.98)}[data-kid-theme] .btn-primary{background:var(--accent);color:var(--accent-ink)}[data-kid-theme] .btn-secondary{background:var(--surface-2);color:var(--ink)}[data-kid-theme] .btn-danger{background:transparent;color:var(--danger);box-shadow:inset 0 0 0 1.5px var(--danger)}[data-kid-theme] .toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,100px);background:var(--ink);color:var(--bg);padding:12px 18px;border-radius:999px;font-size:13px;font-weight:600;box-shadow:var(--shadow-pop);z-index:100;opacity:0;transition:transform .3s cubic-bezier(.3,1,.4,1),opacity .2s ease;pointer-events:none}[data-kid-theme] .toast.show{transform:translate(-50%);opacity:1}[data-kid-theme] .login-shell,[data-kid-theme].login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--bg)}[data-kid-theme] .login-card{width:100%;max-width:360px;background:var(--surface);border-radius:var(--radius-lg);padding:28px 24px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:18px}[data-kid-theme] .login-mark{width:64px;height:64px;margin:0 auto}[data-kid-theme] .login-title{font-family:var(--font-display);font-size:22px;font-weight:600;text-align:center;letter-spacing:-.02em}[data-kid-theme] .login-sub{text-align:center;font-size:13px;color:var(--ink-muted);margin-top:-10px}[data-kid-theme] .login-field{display:flex;flex-direction:column;gap:6px}[data-kid-theme] .login-label{font-size:12px;font-weight:600;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.06em}[data-kid-theme] .login-input{width:100%;padding:12px 14px;border-radius:var(--radius-md);background:var(--bg);border:1px solid var(--line);font-size:16px;font-weight:500;outline:none;transition:border-color .15s ease}[data-kid-theme] .login-input:focus{border-color:var(--accent)}[data-kid-theme] .login-input.pin{font-family:var(--font-num);font-size:22px;text-align:center;letter-spacing:.4em;padding-left:28px}[data-kid-theme] .login-error{font-size:13px;color:var(--danger);text-align:center}[data-kid-theme] .login-submit{background:var(--accent);color:var(--accent-ink);padding:14px;border-radius:var(--radius-md);font-weight:600;font-size:15px;text-align:center;transition:transform .1s ease}[data-kid-theme] .login-submit:active{transform:scale(.98)}[data-kid-theme] .login-submit:disabled{opacity:.5;cursor:not-allowed}[data-kid-theme] .profile-tag-actions{display:inline-flex;align-items:center;gap:4px}[data-kid-theme] .profile-tag-scan{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--accent);padding:4px 10px;border-radius:999px;border:1px solid var(--accent);text-decoration:none}[data-kid-theme] .profile-tag-scan:hover{background:var(--accent);color:var(--accent-ink)}[data-kid-theme] .search-bar{padding:14px 18px 6px}@media (min-width:768px){[data-kid-theme] .search-bar{padding:20px 32px 6px;max-width:720px}}[data-kid-theme] .search-input-wrap{position:relative;display:flex;align-items:center}[data-kid-theme] .search-input-wrap svg.lead{position:absolute;left:12px;color:var(--ink-muted);pointer-events:none}[data-kid-theme] .search-input{width:100%;padding:12px 38px;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);font-size:15px;font-weight:500;outline:none;transition:border-color .15s ease}[data-kid-theme] .search-input:focus{border-color:var(--accent)}[data-kid-theme] .search-input::-moz-placeholder{color:var(--ink-muted)}[data-kid-theme] .search-input::placeholder{color:var(--ink-muted)}[data-kid-theme] .search-clear{position:absolute;right:8px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:var(--ink-muted)}[data-kid-theme] .search-clear:hover{background:var(--surface-2)}[data-kid-theme] .search-hint{padding:8px 18px 0;font-size:12px;color:var(--ink-muted)}@media (min-width:768px){[data-kid-theme] .search-hint{padding:8px 32px 0}}[data-kid-theme] .results{padding:12px 18px 24px;display:grid;grid-template-columns:1fr;gap:8px}@media (min-width:768px){[data-kid-theme] .results{padding:16px 32px 32px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}}[data-kid-theme] .result-row{display:flex;align-items:center;gap:12px;padding:8px;border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-card);text-align:left;width:100%;transition:transform .1s ease}[data-kid-theme] .result-row:hover{transform:translateX(2px)}[data-kid-theme] .result-row[aria-disabled=true]{opacity:.55}[data-kid-theme] .result-thumb{width:52px;height:72px;border-radius:6px;background:var(--surface-2);overflow:hidden;flex-shrink:0}[data-kid-theme] .result-thumb img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:2px}[data-kid-theme] .result-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}[data-kid-theme] .result-name{font-weight:700;font-size:14px;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-kid-theme] .result-id{font-family:var(--font-num);font-size:11px;color:var(--ink-muted);opacity:.7}[data-kid-theme] .result-add{width:36px;height:36px;border-radius:50%;background:var(--accent);color:var(--accent-ink);display:grid;place-items:center;flex-shrink:0;transition:transform .12s ease}[data-kid-theme] .result-add:hover{transform:scale(1.07)}[data-kid-theme] .result-add.added{background:transparent;color:var(--positive);box-shadow:inset 0 0 0 1.5px var(--positive)}[data-kid-theme] .result-add:disabled{opacity:.5;cursor:wait}[data-kid-theme] .scan-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}[data-kid-theme] .scan-topbar{padding:14px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}[data-kid-theme] .scan-back{font-size:14px;font-weight:600;color:var(--ink-muted);display:inline-flex;align-items:center;gap:6px;text-decoration:none}[data-kid-theme] .scan-back:hover{color:var(--ink)}[data-kid-theme] .scan-title{font-family:var(--font-display);font-size:16px;font-weight:600;letter-spacing:-.01em}[data-kid-theme] .scan-stage{flex:1;display:flex;flex-direction:column;align-items:center;padding:16px;gap:12px;max-width:720px;margin:0 auto;width:100%}[data-kid-theme] .scan-video-wrap{position:relative;width:100%;aspect-ratio:3/4;background:#000;border-radius:var(--radius-lg);overflow:hidden}[data-kid-theme] .scan-video-wrap video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}[data-kid-theme] .scan-overlay{position:absolute;inset:0;pointer-events:none}[data-kid-theme] .scan-overlay:after{content:"";position:absolute;left:25%;top:5%;width:50%;height:90%;border:2px dashed rgba(255,255,200,.8);border-radius:12px}[data-kid-theme] .scan-status{font-family:var(--font-num);font-size:12px;color:var(--ink-muted);text-align:center}[data-kid-theme] .scan-match{width:100%;display:flex;gap:12px;padding:14px;border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-card);align-items:center}[data-kid-theme] .scan-match-thumb{width:60px;height:84px;border-radius:6px;background:var(--surface-2);overflow:hidden;flex-shrink:0}[data-kid-theme] .scan-match-thumb img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:2px}[data-kid-theme] .scan-match-info{flex:1;min-width:0}[data-kid-theme] .scan-match-name{font-weight:700;font-size:15px;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-kid-theme] .scan-match-meta{font-size:12px;color:var(--ink-muted);font-family:var(--font-num)}[data-kid-theme] .scan-match-conf{margin-top:6px;font-size:11px;font-weight:700;font-family:var(--font-num)}[data-kid-theme] .scan-match-conf.green{color:var(--positive)}[data-kid-theme] .scan-match-conf.yellow{color:#b6810a}[data-kid-theme] .scan-match-conf.red{color:var(--danger)}[data-kid-theme] .scan-actions{display:flex;gap:10px;width:100%}[data-kid-theme] .scan-debug{font-family:var(--font-num);font-size:11px;color:var(--ink-muted);text-align:center;background:var(--surface-2);padding:6px 10px;border-radius:6px;word-break:break-all}[data-kid-theme] .teams-page{padding:14px 18px 24px;display:flex;flex-direction:column;gap:24px}@media (min-width:768px){[data-kid-theme] .teams-page{padding:22px 32px 32px}}[data-kid-theme] .teams-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}[data-kid-theme] .teams-section-title{font-family:var(--font-display);font-size:17px;font-weight:700;letter-spacing:-.01em}[data-kid-theme] .teams-section-sub{font-size:12px;color:var(--ink-muted);margin-bottom:8px}[data-kid-theme] .teams-grid{display:grid;grid-template-columns:1fr;gap:10px}@media (min-width:640px){[data-kid-theme] .teams-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}}[data-kid-theme] .team-card{display:flex;align-items:center;gap:12px;padding:14px;background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card);text-align:left;width:100%;text-decoration:none;color:inherit;transition:transform .12s ease}[data-kid-theme] .team-card:hover{transform:translateY(-1px)}[data-kid-theme] .team-avatar{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:#fff;font-weight:700;font-family:var(--font-display);font-size:17px;letter-spacing:-.02em;flex-shrink:0}[data-kid-theme] .team-avatar.lg{width:56px;height:56px;border-radius:14px;font-size:22px}[data-kid-theme] .team-info{flex:1;min-width:0}[data-kid-theme] .team-name{font-weight:700;font-size:15px;letter-spacing:-.01em;display:flex;align-items:center;gap:6px}[data-kid-theme] .team-meta{font-size:12px;color:var(--ink-muted);margin-top:2px}[data-kid-theme] .visibility-pill{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:999px;background:var(--surface-2);color:var(--ink-muted)}[data-kid-theme] .visibility-pill.private{background:rgba(37,71,240,.1);color:var(--accent)}[data-kid-theme] .visibility-pill.public{background:rgba(11,122,59,.12);color:var(--positive)}[data-kid-theme] .role-pill{display:inline-flex;align-items:center;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:999px;background:var(--ink);color:var(--bg)}[data-kid-theme] .role-pill.admin{background:var(--accent)}[data-kid-theme] .role-pill.member{background:var(--surface-2);color:var(--ink-muted)}[data-kid-theme] .team-action{flex-shrink:0;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;background:var(--accent);color:var(--accent-ink);white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis}[data-kid-theme] .team-action.pending{background:var(--surface-2);color:var(--ink-muted)}[data-kid-theme] .team-pending-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--danger);color:#fff;font-size:11px;font-weight:700;font-family:var(--font-num)}[data-kid-theme] .teams-cta{display:flex;align-items:center;justify-content:center;gap:8px;padding:18px;border-radius:var(--radius-md);border:1.5px dashed var(--line);background:transparent;color:var(--ink-muted);font-weight:600;font-size:14px;width:100%}[data-kid-theme] .teams-cta:hover{border-color:var(--accent);color:var(--accent)}[data-kid-theme] .teams-empty{padding:28px 16px;text-align:center;color:var(--ink-muted);font-size:13px;background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}[data-kid-theme] .team-detail-head{display:flex;gap:14px;align-items:flex-start;padding:16px 18px 12px}@media (min-width:768px){[data-kid-theme] .team-detail-head{padding:28px 32px 16px;gap:16px}}[data-kid-theme] .team-detail-info{flex:1;min-width:0}[data-kid-theme] .team-detail-name{font-family:var(--font-display);font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1.1;display:flex;align-items:center;gap:8px;flex-wrap:wrap;word-break:break-word}@media (min-width:640px){[data-kid-theme] .team-detail-name{font-size:26px}}[data-kid-theme] .team-detail-desc{margin-top:6px;color:var(--ink-muted);font-size:14px;line-height:1.4}[data-kid-theme] .team-detail-actions{display:flex;gap:8px;align-items:center;margin-top:12px;flex-wrap:wrap}[data-kid-theme] .team-section{padding:12px 18px}@media (min-width:768px){[data-kid-theme] .team-section{padding:12px 32px}}[data-kid-theme] .team-section-title{font-family:var(--font-display);font-size:16px;font-weight:700;letter-spacing:-.01em;margin-bottom:10px;display:flex;align-items:center;gap:8px}[data-kid-theme] .member-list{display:grid;grid-template-columns:1fr;gap:6px}@media (min-width:640px){[data-kid-theme] .member-list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px}}[data-kid-theme] .member-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}[data-kid-theme] .member-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:700;font-size:13px;flex-shrink:0;font-family:var(--font-display)}[data-kid-theme] .member-name{flex:1;min-width:0;font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-kid-theme] .member-menu{position:relative}[data-kid-theme] .member-menu-btn{width:28px;height:28px;border-radius:6px;display:grid;place-items:center;color:var(--ink-muted)}[data-kid-theme] .member-menu-btn:hover{background:var(--surface-2);color:var(--ink)}[data-kid-theme] .member-menu-pop{position:absolute;top:100%;right:0;background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-pop);padding:4px;min-width:160px;z-index:20;margin-top:4px}[data-kid-theme] .member-menu-pop button{display:block;width:100%;text-align:left;padding:8px 10px;font-size:13px;font-weight:500;border-radius:6px}[data-kid-theme] .member-menu-pop button:hover{background:var(--surface-2)}[data-kid-theme] .member-menu-pop button.danger{color:var(--danger)}[data-kid-theme] .request-list{display:flex;flex-direction:column;gap:8px}[data-kid-theme] .request-row{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"avatar info" "actions actions";align-items:center;gap:8px 10px;padding:10px 12px;background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}@media (min-width:520px){[data-kid-theme] .request-row{grid-template-columns:auto 1fr auto;grid-template-areas:"avatar info actions"}}[data-kid-theme] .request-row>.member-avatar{grid-area:avatar}[data-kid-theme] .request-row>.request-info{grid-area:info;min-width:0}[data-kid-theme] .request-row>.request-actions{grid-area:actions}[data-kid-theme] .request-msg{font-size:12px;color:var(--ink-muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-kid-theme] .request-actions{display:flex;gap:6px;justify-content:flex-end}[data-kid-theme] .request-actions .btn{flex:1;padding:8px 14px;font-size:13px}@media (min-width:520px){[data-kid-theme] .request-actions .btn{flex:0}}[data-kid-theme] .invite-list{display:flex;flex-direction:column;gap:10px}[data-kid-theme] .invite-card{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"avatar info" "actions actions";gap:10px 12px;align-items:center;padding:14px;background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card);border-left:3px solid var(--accent)}@media (min-width:520px){[data-kid-theme] .invite-card{grid-template-columns:auto 1fr auto;grid-template-areas:"avatar info actions"}}[data-kid-theme] .invite-card>.team-avatar{grid-area:avatar}[data-kid-theme] .invite-info{grid-area:info;min-width:0}[data-kid-theme] .invite-actions{grid-area:actions;display:flex;gap:8px;justify-content:flex-end}[data-kid-theme] .invite-actions .btn{flex:1;padding:8px 14px;font-size:13px}@media (min-width:520px){[data-kid-theme] .invite-actions .btn{flex:0}}[data-kid-theme] .invite-team-name{font-weight:700;font-size:16px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}[data-kid-theme] .invite-meta{font-size:12px;color:var(--ink-muted);margin-top:2px}[data-kid-theme] .invite-desc{font-size:13px;color:var(--ink-muted);margin-top:4px}[data-kid-theme] .invite-picker-list{display:flex;flex-direction:column;gap:4px;max-height:50vh;overflow-y:auto;margin-top:4px}[data-kid-theme] .invite-picker-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius-sm);cursor:pointer;transition:background .12s ease}[data-kid-theme] .invite-picker-row:hover{background:var(--bg)}[data-kid-theme] .invite-picker-row.selected{background:rgba(37,71,240,.08)}[data-kid-theme] .invite-picker-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer}[data-kid-theme] .team-cards-totals{display:flex;gap:14px;padding:0 18px 12px}@media (min-width:768px){[data-kid-theme] .team-cards-totals{padding:0 32px 16px}}[data-kid-theme] .team-cards-totals .stat-block{align-items:flex-start}[data-kid-theme] .team-owner-mark{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;background:var(--ink);color:var(--bg);letter-spacing:.05em;text-transform:uppercase}[data-kid-theme] .card-owner-tag{position:absolute;bottom:6px;left:6px;font-size:10px;font-weight:700;background:rgba(0,0,0,.65);color:#fff;padding:2px 7px;border-radius:999px;letter-spacing:.02em;max-width:calc(100% - 12px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-kid-theme] .create-sheet-body{padding:18px 24px 0;display:flex;flex-direction:column;gap:14px}[data-kid-theme] .create-sheet-title{font-family:var(--font-display);font-size:22px;font-weight:600;letter-spacing:-.02em}[data-kid-theme] .form-field{display:flex;flex-direction:column;gap:6px}[data-kid-theme] .form-label{font-size:12px;font-weight:600;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.05em}[data-kid-theme] .form-input,[data-kid-theme] .form-textarea{padding:12px 14px;border-radius:var(--radius-md);background:var(--bg);border:1px solid var(--line);font-size:15px;outline:none;width:100%;font-family:inherit}[data-kid-theme] .form-textarea{resize:vertical;min-height:80px}[data-kid-theme] .form-input:focus,[data-kid-theme] .form-textarea:focus{border-color:var(--accent)}[data-kid-theme] .visibility-toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px}[data-kid-theme] .visibility-card{border:1.5px solid var(--line);border-radius:var(--radius-md);padding:14px 12px;text-align:left;background:var(--surface);cursor:pointer;transition:border-color .12s,background .12s}[data-kid-theme] .visibility-card[aria-pressed=true]{border-color:var(--accent);background:rgba(37,71,240,.05)}[data-kid-theme] .visibility-card-title{font-weight:700;font-size:13px;display:flex;align-items:center;gap:6px}[data-kid-theme] .visibility-card-body{margin-top:4px;font-size:11px;color:var(--ink-muted);line-height:1.4}[data-kid-theme] .gdpr-note{padding:10px 12px;background:rgba(37,71,240,.06);border-left:3px solid var(--accent);border-radius:0 6px 6px 0;font-size:12px;color:var(--ink-muted);line-height:1.45}