.progress{display:inline-flex;align-items:center;gap:12px}.progress .track{width:130px;height:6px;border-radius:3px;background:rgb(var(--edge-rgb) / .18);overflow:hidden}.progress .fill{height:100%;border-radius:3px;background:var(--blush)}.progress .label{font-size:14px;color:var(--ink-soft);font-variant-numeric:tabular-nums}.kith-room{position:fixed;inset:0;z-index:1;display:flex;flex-direction:column}.kith-topbar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;row-gap:8px;margin:16px;padding:10px 16px;border-radius:3px;position:relative;z-index:50}.kith-piece{--mono-pos: var(--blush-2, var(--blush));--mono-neg: var(--sky);--mono-neu: var(--ink)}.kith-piece .mono-line{fill:none;stroke:var(--pol, var(--mono-neu));stroke-linejoin:round;opacity:0;pointer-events:none;transition:opacity .25s ease}.kith-piece.dragging .mono-line{opacity:.95}.kith-piece.mono-pulse .mono-line{animation:mono-pulse .9s ease-in-out both}.kith-piece.mono-glow .mono-line{animation:mono-glow .8s ease-out both}.kith-piece.mono-rich.mono-pulse{animation:mono-rich-pulse .9s ease-in-out both}.kith-piece.mono-rich.mono-glow{animation:mono-rich-glow .8s ease-out both}@keyframes mono-pulse{0%,to{opacity:0}25%,75%{opacity:.9}50%{opacity:.3}}@keyframes mono-glow{0%{opacity:0}25%{opacity:1}to{opacity:0}}@keyframes mono-rich-pulse{0%,to{filter:drop-shadow(0 0 0 var(--pol, transparent))}25%,75%{filter:drop-shadow(0 0 7px var(--pol, transparent))}50%{filter:drop-shadow(0 0 2px var(--pol, transparent))}}@keyframes mono-rich-glow{0%{filter:drop-shadow(0 0 0 var(--pol, transparent))}25%{filter:drop-shadow(0 0 8px var(--pol, transparent))}to{filter:drop-shadow(0 0 0 var(--pol, transparent))}}@media(prefers-reduced-motion:reduce){.kith-piece{transition-duration:1ms!important}.kith-piece.mono-pulse .mono-line,.kith-piece.mono-glow .mono-line{animation:none;opacity:.9}.kith-piece.mono-rich.mono-pulse,.kith-piece.mono-rich.mono-glow{animation:none;filter:drop-shadow(0 0 5px var(--pol, transparent))}}.kith-topbar .cbp-logo{color:var(--ink)}.kith-hair{width:1px;align-self:stretch;background:var(--line);margin:2px}.kith-puzzlename{font-family:var(--font-serif);font-style:italic;font-size:18px;color:var(--ink);min-width:0;flex-shrink:1;max-width:34ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kith-meta{font-size:13px;color:var(--ink-faint)}.kith-spacer{flex:1}.kith-invite{padding:9px 18px;font-size:14px}.kith-stage{position:relative;flex:1;min-height:0;margin:0 16px 16px}.kith-field{position:absolute;inset:0;touch-action:none;overflow:hidden}.kith-world{position:absolute;inset:0;transform-origin:0 0;will-change:transform}.kith-bed{position:absolute;background:var(--kraft);border-radius:4px;box-shadow:0 2px 3px rgb(var(--shade-rgb) / .18),var(--rim-inset)}.kith-bed:after{content:"";position:absolute;inset:0;border-radius:inherit;background-image:var(--grain),repeating-linear-gradient(0deg,rgb(var(--shade-rgb) / .4),rgb(var(--shade-rgb) / 0) 8px,rgb(var(--rim-rgb) / .3) 10px,rgb(var(--rim-rgb) / 0) 13px,rgb(var(--shade-rgb) / 0) 20px);background-size:160px 160px,100% 20px;opacity:.06;mix-blend-mode:multiply;pointer-events:none}:root[data-theme=dark] .kith-bed:after{opacity:.12;mix-blend-mode:screen}.kith-ghost-piece{position:absolute;z-index:0;overflow:visible;pointer-events:none;opacity:.2;mix-blend-mode:multiply}:root[data-theme=dark] .kith-ghost-piece{opacity:.28;mix-blend-mode:screen}.kith-ghost-piece path{fill:rgb(var(--ghost-fill-rgb) / .18);stroke:rgb(var(--ghost-line-rgb) / .72);stroke-width:1.5;vector-effect:non-scaling-stroke}.kith-hint{position:absolute;left:0;right:0;bottom:6px;text-align:center;font-size:13px;color:var(--ink-faint);pointer-events:none;margin:0}.kith-impossible-credit{display:flex;min-width:0;flex-direction:column;gap:1px;font-size:10px;color:var(--ink-faint);line-height:1.15}.kith-impossible-credit a{max-width:190px;overflow:hidden;color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap}.kith-impossible-loading{position:absolute;inset:0;display:grid;place-items:center;color:var(--ink-soft);font-family:var(--font-serif);font-style:italic}.kith-impossible-loading span{padding:14px 18px;border:1px solid var(--line);border-radius:4px;background:var(--card);box-shadow:var(--cast-sm)}.kith-impossible-tools{position:fixed;right:22px;bottom:22px;z-index:30;display:flex;align-items:center;gap:10px;max-width:min(420px,calc(100vw - 32px));padding:8px;border:1px solid var(--line);border-radius:4px;color:var(--ink-faint);background:var(--card);box-shadow:var(--cast-md);font-size:11px}.kith-impossible-tools button[aria-pressed=true]{color:var(--card);background:var(--ink)}.kith-impossible-degraded{position:fixed;left:22px;bottom:22px;z-index:30;display:flex;align-items:center;gap:12px;width:min(440px,calc(100vw - 44px));padding:10px 12px;border:1px solid var(--line);color:var(--ink-soft);background:color-mix(in srgb,var(--card) 94%,transparent);box-shadow:var(--cast-md);font-size:12px;pointer-events:none}.kith-impossible-degraded>div{min-width:0}.kith-impossible-degraded strong{display:block;color:var(--ink);font-family:var(--font-serif)}.kith-impossible-degraded p{margin:2px 0;line-height:1.35}.kith-impossible-degraded span{color:var(--ink-faint)}.kith-impossible-degraded button{flex:0 0 auto;min-height:44px;pointer-events:auto}.kith-impossible-finish-credit{margin:12px 0 0;color:var(--ink-soft);font-size:12px}.kith-impossible-finish-credit a{color:inherit}.kith-battle-score{display:flex;align-items:center;gap:10px;color:var(--ink-faint);font-size:12px;white-space:nowrap}.kith-battle-score strong{color:var(--ink);font-family:var(--font-serif);font-size:14px;font-style:italic;font-weight:500}.kith-battle-score b{color:var(--ink-soft);font-variant-numeric:tabular-nums}@media(max-width:640px),(max-height:560px){.kith-topbar{margin:8px;padding:7px 10px;gap:8px}.kith-topbar .kith-meta,.kith-topbar .kith-impossible-credit,.kith-topbar .kith-hair{display:none}.kith-topbar .kith-puzzlename{min-width:0;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}.kith-topbar .progress{gap:7px}.kith-topbar .progress .track{width:48px}.kith-topbar .progress .label{font-size:12px}.kith-topbtn,.kith-invite{padding:7px 10px;font-size:13px;white-space:nowrap}.kith-stage{margin:0 8px 8px}.kith-impossible-tools{right:10px;bottom:10px}.kith-impossible-tools>span{display:none}.kith-impossible-degraded{left:10px;bottom:64px;width:calc(100vw - 20px)}.kith-battle-topbar .kith-spacer{display:none}.kith-battle-score{margin-left:auto;gap:5px;font-size:10px}.kith-battle-score strong{max-width:100px;overflow:hidden;text-overflow:ellipsis;font-size:11px}}.kith-menu{position:relative;z-index:1;min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:40px 20px}.kith-menu-inner{width:min(820px,100%);text-align:center}.kith-menu-title{font-size:44px;margin:14px 0 26px;line-height:1.08}.kith-menu-card{border-radius:3px;padding:22px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:24px;align-items:center;text-align:left}.kith-preview{width:100%;aspect-ratio:5 / 4;border-radius:2px;background-size:cover;background-position:center;background-color:var(--kraft);box-shadow:var(--cast-md),var(--rim-inset)}img.kith-preview,img.kith-mp-preview{object-fit:cover;display:block;height:auto}.kith-skel img.kith-preview,.kith-skel img.kith-mp-preview{width:calc(100% + 4px);margin-left:-2px}.kith-skel img.kith-mp-preview{max-width:324px}.kith-preview-wrap{display:flex;flex-direction:column;gap:10px}.kith-art-caption{display:flex;flex-direction:column;gap:1px;margin:0}.kith-art-caption .t{font-family:var(--font-serif);font-style:italic;font-size:16px;color:var(--ink)}.kith-art-caption .a{font-size:12px;color:var(--ink-soft)}.kith-art-caption .m{font-size:11px;color:var(--ink-faint);text-decoration:none;margin-top:2px}.kith-art-caption .m:hover{color:var(--ink-soft)}.kith-menu-controls{display:flex;flex-direction:column;gap:20px}.kith-ctl-label{margin:0 0 10px}.kith-variant-picker{display:inline-flex;flex-wrap:wrap;max-width:100%;gap:4px;margin:0 0 16px;padding:4px;border:1px solid var(--line);border-radius:4px;background:var(--card-2)}.kith-variant-picker button{flex:1 1 auto;min-height:44px;border:0;border-radius:3px;padding:8px 15px;color:var(--ink-soft);background:transparent;font:inherit;cursor:pointer}.kith-variant-picker button.on{color:var(--card);background:var(--ink)}.kith-impossible-preview{display:grid;place-items:center;padding:24px;color:var(--ink-soft);text-align:center;font-family:var(--font-serif);font-style:italic;background-color:var(--kraft);background-image:var(--grain)}.kith-impossible-preview span{max-width:220px;line-height:1.5}.kith-impossible-copy p{margin:0;color:var(--ink-soft);line-height:1.5}.kith-impossible-copy .kith-ctl-label{color:var(--ink-faint)}.kith-impossible-copy .kith-impossible-warning{margin-top:10px;font-size:13px}.kith-style-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}.kith-style-chips button{font-family:var(--font-sans);font-size:12px;color:var(--ink-soft);background:var(--card-2);border:1px solid var(--line);border-radius:3px;padding:5px 11px;transform:rotate(-.4deg);cursor:pointer;transition:filter .2s var(--ease),background .2s var(--ease)}.kith-style-chips button:nth-child(2n){transform:rotate(.35deg)}.kith-style-chips button:hover{filter:brightness(.98)}.kith-style-chips button.on{background:var(--ink);color:var(--card);border-color:var(--ink)}.kith-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:8px;max-height:220px;overflow-y:auto;padding:2px 4px 2px 2px}.kith-gallery .kith-tile{width:100%;height:60px}.kith-tile{width:84px;height:64px;border-radius:2px;background-size:cover;background-position:center;border:1px solid var(--line);position:relative;cursor:pointer;overflow:hidden;padding:0;box-shadow:var(--cast-sm);transition:filter .2s var(--ease)}.kith-tile-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.kith-tile:hover{filter:brightness(1.04)}.kith-tile.on{outline:2px solid var(--you);outline-offset:1px}.kith-tile-label{position:absolute;left:0;right:0;bottom:0;font-size:11px;color:var(--ink-on);background:rgb(var(--ink-rgb) / .55);padding:6px;text-align:center}.kith-tile-upload{background-color:var(--card-2);border-style:dashed}.kith-tile-upload .kith-tile-label{color:var(--ink-soft);background:none;bottom:auto;top:50%;transform:translateY(-50%)}.kith-upload-error{font-size:12px;color:var(--error);margin:8px 0 0}.kith-slider input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:rgb(var(--edge-rgb) / .18)}.kith-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--blush);border:2px solid var(--card);box-shadow:var(--cast-sm);cursor:pointer}.kith-slider input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--blush);border:2px solid var(--card);box-shadow:var(--cast-sm);cursor:pointer}.kith-slider-read{display:flex;align-items:baseline;gap:10px;margin-top:12px}.kith-count{font-size:15px;color:var(--ink);font-weight:500}.kith-mood{font-family:var(--font-serif);font-style:italic;font-size:15px;color:var(--ink-soft)}.ti-painting-count>.kith-ctl-label,.ti-similarity>.kith-ctl-label{display:block}.kith-slider-note{margin:12px 0 0;font-size:12px;color:var(--ink-faint)}.kith-slider-note a{color:var(--ink-soft);text-decoration:none;border-bottom:1px solid var(--line)}.kith-slider-note a:hover{color:var(--ink)}.kith-slider-warn{margin:8px 0 0;font-size:12px;line-height:1.45;color:var(--ink-soft);border-left:3px solid #c98a2e;padding:6px 0 6px 10px}.ti-load-count{margin:10px 0 6px;font-size:13px;color:var(--ink-soft)}.ti-load-bar{width:min(260px,60vw);height:6px;margin:0 auto 14px;border-radius:999px;background:var(--line);overflow:hidden}.ti-load-bar>span{display:block;height:100%;border-radius:inherit;background:var(--ink-soft);transition:width .22s ease}@media(prefers-reduced-motion:reduce){.ti-load-bar>span{transition:none}}.kith-toggle{display:flex;align-items:center;gap:12px;cursor:pointer}.kith-toggle input{display:none}.kith-toggle-track{width:46px;height:26px;border-radius:5px;background:var(--kraft);box-shadow:inset 0 1px 2px rgb(var(--shade-rgb) / .28),inset 0 0 0 1px rgb(var(--shade-rgb) / .1);position:relative;transition:background .25s var(--ease);flex:none}.kith-toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:3px;background:var(--card);border:1px solid var(--line);box-shadow:var(--cast-sm);transition:transform .25s var(--ease)}.kith-toggle input:checked+.kith-toggle-track{background:var(--blush)}.kith-toggle input:checked+.kith-toggle-track .kith-toggle-thumb{transform:translate(20px)}.kith-toggle-text{display:flex;flex-direction:column}.kith-toggle-text b{font-weight:500;font-size:14px;color:var(--ink)}.kith-toggle-text i{font-style:normal;font-size:12px;color:var(--ink-faint)}.kith-begin{margin-top:24px;padding:14px 34px}@media(max-width:720px){.kith-menu-card{grid-template-columns:1fr}.kith-menu-title{font-size:34px}}.kith-field{user-select:none;-webkit-user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:transparent}.kith-field img,.kith-field svg,.kith-field svg *{-webkit-user-drag:none;user-select:none}.kith-piece{position:absolute;left:0;top:0;overflow:visible;pointer-events:none;touch-action:none;cursor:grab}.kith-piece path[pointer-events=all]{cursor:grab}.kith-piece.dragging{will-change:transform;cursor:grabbing}.kith-piece.dragging.shadow-live{filter:drop-shadow(0 4px 7px rgb(var(--shade-rgb) / .26))}:root[data-theme=dark] .kith-piece.dragging.shadow-live{filter:drop-shadow(0 5px 10px rgb(var(--shade-rgb) / .55))}.kith-piece.dragging path[pointer-events=all]{cursor:grabbing}.kith-piece.settling{transition:transform .28s var(--ease);filter:none}.kith-piece.settling .pc-emboss,.kith-piece.settling .pc-cast{opacity:0;transition:opacity .6s var(--ease)}.kith-bed-ref{position:absolute;inset:0;border-radius:inherit;background-size:cover;background-position:center;opacity:.12;filter:saturate(.85)}:root[data-theme=dark] .kith-bed-ref{opacity:.07;filter:saturate(.8) brightness(.75)}.kith-finish{position:fixed;inset:0;z-index:50;display:grid;place-items:start center;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;background:rgb(var(--paper-rgb) / .86)}.kith-finish:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(58% 50% at 50% 38%,rgb(var(--blush-rgb) / .12),rgb(var(--blush-rgb) / 0) 72%);mix-blend-mode:multiply}:root[data-theme=dark] .kith-finish:before{mix-blend-mode:screen}.kith-finish-inner{position:relative;text-align:center;width:100%;max-width:560px;padding:24px;margin:auto 0}.kith-finish .eyebrow{margin-bottom:24px}.kith-frame{position:relative;display:inline-block;padding:14px;border-radius:2px;transform:rotate(-1.2deg);box-shadow:var(--cast-lg)}.kith-finish-art{width:min(380px,70vw);aspect-ratio:5 / 4;border-radius:1px;background-size:cover;background-position:center;box-shadow:var(--rim-inset-art)}.kith-confetti{position:fixed;inset:0;pointer-events:none;overflow:hidden}.kith-confetti span{position:absolute;width:13px;height:11px;clip-path:polygon(0 14%,48% 0,100% 22%,86% 100%,18% 92%);box-shadow:var(--cast-sm)}.kith-finish-title{font-size:44px;margin:34px 0 0;line-height:1.12}.kith-finish-sub{color:var(--ink-soft);font-size:16px;margin:14px 0 0}.kith-finish-cta{display:flex;gap:12px;justify-content:center;margin-top:30px;flex-wrap:wrap}@media(max-width:640px),(max-height:560px){.kith-finish-inner{padding:18px}.kith-finish-title{font-size:30px}.kith-finish-sub{font-size:14px}}.kith-resume{border-radius:3px;padding:16px 18px;margin:0 0 22px;text-align:left}.kith-resume-row{display:flex;align-items:baseline;gap:12px;padding:9px 2px;text-decoration:none;border-top:1px dashed var(--line)}.kith-resume-row:first-of-type{border-top:0}.kith-resume-role{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint);width:76px;flex:none}.kith-resume-name{font-family:var(--font-serif);font-style:italic;font-size:16px;color:var(--ink)}.kith-resume-age{font-size:12px;color:var(--ink-faint)}.kith-resume-go{margin-left:auto;font-size:13px;color:var(--ink-soft);white-space:nowrap}.kith-resume-row:hover .kith-resume-go{color:var(--ink)}.kith-begin-row{display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap}.kith-begin-friend{margin-top:24px;padding:13px 20px}.kith-solo-resume{display:flex;align-items:center;gap:16px;border-radius:3px;padding:14px 16px;margin:0 0 20px;text-align:left}.kith-solo-resume-thumb{width:72px;height:72px;flex:none;border-radius:2px;background-size:cover;background-position:center;box-shadow:var(--cast-sm)}.kith-solo-resume-thumb:not([style*=background-image]){background:color-mix(in oklab,var(--ink) 7%,transparent)}.kith-solo-resume-text{flex:1 1 auto;min-width:0}.kith-solo-resume-text .eyebrow{margin:0 0 4px}.kith-solo-resume-title{margin:0 0 4px;font-family:var(--font-serif);font-size:18px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kith-solo-resume-meta{margin:0;font-size:13px;color:var(--ink-soft)}.kith-solo-resume-note{margin-top:6px;line-height:1.4}.kith-solo-resume-cta{display:flex;gap:8px;flex:none}.kith-solo-resume-cta .btn{padding:8px 14px;font-size:13px}@media(max-width:640px){.kith-solo-resume{flex-wrap:wrap}.kith-solo-resume-cta{width:100%;justify-content:flex-end}}.kith-invite-backdrop{position:fixed;inset:0;z-index:60;background:rgb(var(--paper-rgb) / .78);display:grid;place-items:center;padding:20px;overflow-y:auto}.kith-invite-sheet{position:relative;width:min(560px,100%);border-radius:3px;padding:28px 26px 24px;text-align:left;--text: var(--ink);--muted: var(--ink-soft);--cyan: var(--accent-serif);--pink: var(--blush-2);--red: var(--blush-2);--border-bright: var(--line);--void: var(--card-2);--font-mono: var(--font-sans);--font-brand: var(--font-serif)}.kith-invite-close{position:absolute;top:8px;right:12px;width:32px;height:32px;background:none;border:0;font-size:26px;line-height:1;color:var(--ink-faint);cursor:pointer}.kith-invite-close:hover{color:var(--ink)}.kith-invite-title{font-size:28px;margin:8px 0 10px}.kith-invite-lead{color:var(--ink-soft);font-size:14.5px;line-height:1.55;margin:0 0 18px}.kith-invite-readout{display:grid;gap:8px 16px;grid-template-columns:1fr 1fr;background:var(--card-2);border:1px solid var(--line);border-radius:3px;padding:12px 14px;margin:0 0 18px}.kith-invite-readout>div{display:flex;flex-direction:column;gap:2px}.kith-invite-readout .lbl{font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint)}.kith-invite-readout .val{font-size:14px;color:var(--ink)}.kith-invite-readout .muted{color:var(--ink-faint)}.kith-invite-name{margin:0 0 16px}.kith-invite-voice{margin:0 0 18px}.kith-invite-sheet .room-create-title{display:none}.kith-invite-sheet .room-create{font-family:var(--font-sans)}@media(max-width:640px){.kith-presence .who{display:none}}.kith-battle-countdown{position:absolute;inset:0;z-index:10000;display:grid;place-items:center;background:rgb(var(--paper-rgb) / .55);pointer-events:none}.kith-battle-countdown span{font-size:clamp(96px,18vw,200px);font-weight:500;color:var(--ink);text-shadow:0 2px 18px rgb(var(--paper-sun-rgb) / .9)}.kith-battle-hold h2{margin-bottom:6px}.kith-guide-pause{position:fixed;left:50%;top:76px;transform:translate(-50%);z-index:45;max-width:min(92vw,480px);padding:12px 20px;text-align:center}.kith-guide-pause p{margin:0;color:var(--ink);line-height:1.45}.kith-mat-grid{position:absolute;inset:0;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);pointer-events:none}.kith-mat-grid span{display:grid;place-items:center;border:1px dashed rgb(var(--edge-nav-rgb) / .13)}.kith-mat-grid i{font-style:normal;font-size:11px;letter-spacing:.06em;color:rgb(var(--ink-rgb) / .34);user-select:none;white-space:nowrap}.kith-cue{position:absolute;pointer-events:none;display:grid;place-items:center}.kith-cue-ring{position:absolute;inset:0;border:3px dashed var(--ink, #423A30);border-radius:50%;opacity:.85}.kith-cue-piece .kith-cue-ring{animation:kith-cue-pulse 1.1s ease-in-out infinite}.kith-cue-target .kith-cue-ring{border-style:solid;border-radius:14%;transform:rotate(45deg);animation:kith-cue-pulse-diamond 1.1s ease-in-out infinite}.kith-cue-cross{position:relative;width:42%;height:42%}.kith-cue-cross:before,.kith-cue-cross:after{content:"";position:absolute}.kith-cue-cross:before{left:50%;top:0;bottom:0;width:0;margin-left:-1px;border-left:2px solid var(--ink, #423A30)}.kith-cue-cross:after{top:50%;left:0;right:0;height:0;margin-top:-1px;border-top:2px solid var(--ink, #423A30)}.kith-cue-tag{position:absolute;top:-26px;left:50%;transform:translate(-50%);background:var(--ink, #423A30);color:var(--ink-on);font-size:12px;line-height:1;padding:4px 9px;border-radius:4px;white-space:nowrap}@keyframes kith-cue-pulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.1);opacity:1}}@keyframes kith-cue-pulse-diamond{0%,to{transform:rotate(45deg) scale(1);opacity:.85}50%{transform:rotate(45deg) scale(1.1);opacity:1}}@media(prefers-reduced-motion:reduce){.kith-cue-ring{animation:none!important}}.kith-cue-edge{position:fixed;left:50%;bottom:88px;transform:translate(-50%);z-index:40;display:flex;align-items:center;gap:10px;padding:10px 14px;max-width:min(92vw,440px)}.kith-cue-edge-arrow{font-size:18px;color:var(--ink);flex:none}.kith-cue-edge button{min-height:44px;flex:none}.kith-cue-tools{position:fixed;right:16px;bottom:16px;z-index:35;width:min(280px,calc(100vw - 32px));padding:14px 16px;display:flex;flex-direction:column;gap:10px}.kith-cue-tools .eyebrow{margin:0}.kith-cue-hint{margin:0;font-size:12px;color:var(--ink-faint)}.kith-cue-target{display:flex;flex-direction:column;gap:6px}.kith-cue-target-label{margin:0;font-size:12px;color:var(--ink-faint)}.kith-cue-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.kith-cue-grid button{min-height:44px;padding:4px 2px;border:1px dashed rgb(var(--edge-nav-rgb) / .4);border-radius:6px;background:transparent;color:var(--ink);font-size:10.5px;line-height:1.2;cursor:pointer}.kith-cue-grid button:hover,.kith-cue-grid button:focus-visible{background:rgb(var(--edge-nav-rgb) / .1)}.kith-cue-feedback{margin:0;min-height:1.2em;font-size:12px;color:var(--ink-faint)}@media(max-width:560px){.kith-cue-tools{right:10px;bottom:76px;width:min(248px,calc(100vw - 20px))}.kith-cue-edge{bottom:140px}}.ti-board{position:absolute;inset:0;overflow:hidden;touch-action:none;background:radial-gradient(circle at 50% 44%,#fffcf3d1,#e0d7c69e 58%,#6e5b402e),var(--paper, #eee7d8)}.ti-board-svg{display:block;width:100%;height:100%;overflow:visible;user-select:none;-webkit-user-select:none}.ti-board-field{fill:transparent;pointer-events:all;cursor:grab}.ti-board-field:active{cursor:grabbing}.ti-board-neutral{fill:#fffcf44d;stroke:#4a382429;stroke-width:.004;stroke-dasharray:.012 .018;pointer-events:none}.ti-cluster{cursor:grab;outline:none}.ti-cluster.is-held{cursor:grabbing;will-change:transform}.ti-cluster.is-locked{cursor:not-allowed}.ti-cluster-paper{fill:#f1e7d6}.ti-cluster-missing{fill:#d7cdbb}.ti-cluster-lines{fill:transparent;stroke:#392b1d;stroke-width:1px;opacity:.34;pointer-events:none}.ti-cluster:focus-visible .ti-cluster-lines,.ti-cluster.is-held .ti-cluster-lines{stroke:var(--ink, #30271f);stroke-width:2px;opacity:1}.ti-cluster:focus-visible .ti-cluster-lines{stroke-width:2.5px;stroke-dasharray:6 4}.ti-board.is-redealing .ti-board-svg{animation:ti-redeal .22s ease-out both}.ti-board.is-redealing .ti-cluster{pointer-events:none}.ti-board.reduce-motion.is-redealing .ti-board-svg{animation:none}@keyframes ti-redeal{0%{opacity:1}42%{opacity:.18}to{opacity:1}}@media(prefers-reduced-motion:reduce){.ti-board.is-redealing .ti-board-svg{animation:none}}.ti-stage{overflow:hidden}.ti-pool{position:absolute;z-index:12;left:50%;bottom:14px;translate:-50% 0;width:min(760px,calc(100% - 28px));padding:9px 12px 10px;color:var(--ink, #30271f)}.ti-pool>strong{display:block;margin-bottom:7px;text-align:center;font-size:.78rem;letter-spacing:.02em}.ti-pool.is-imminent{border-color:#8f3526b8;box-shadow:0 0 0 2px #8f35262e,var(--cast-md)}.ti-pool.is-imminent>strong{color:#7f241b;font-weight:800}.ti-pool-list{display:flex;justify-content:center;gap:7px;overflow-x:auto;scrollbar-width:thin}.ti-pool-picture{flex:0 0 58px;margin:0;text-align:center;font-size:.65rem}.ti-pool-picture img{display:block;width:58px;height:42px;margin-bottom:2px;border:1px solid rgba(55,43,30,.26);border-radius:3px;object-fit:cover}.ti-ready-overlay{position:absolute;z-index:20;inset:0;pointer-events:none}.ti-ready-overlay .kith-mp-status{pointer-events:auto}.ti-asset-warning{position:fixed;z-index:40;right:16px;bottom:16px;display:grid;max-width:min(390px,calc(100vw - 32px));gap:6px;padding:12px}.ti-solo-stage{overflow:hidden}.ti-solo-pool{position:fixed;z-index:14;left:50%;bottom:14px;width:min(820px,calc(100% - 28px));padding:9px 12px 10px;translate:-50% 0}.ti-solo-pool>strong,.ti-solo-cull{display:block;margin:0 0 6px;text-align:center}.ti-solo-cull{font-size:.78rem}.ti-solo-cull.is-imminent{color:var(--danger, #8a2d26);font-weight:800;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.ti-solo-pool ol{display:flex;gap:8px;justify-content:safe center;overflow-x:auto;margin:0;padding:0;list-style:none;scrollbar-width:thin}.ti-solo-pool li{display:grid;flex:0 0 108px;grid-template-columns:42px 1fr;gap:6px;min-width:0;font-size:.66rem}.ti-solo-pool-text{display:grid;gap:1px;align-content:start;min-width:0}.ti-solo-pool li.is-goal{outline:2px solid var(--goal, #a8321f);outline-offset:3px;border-radius:3px}.ti-goal-tag i{font-style:normal;font-size:.58rem;letter-spacing:.04em;text-transform:uppercase;color:var(--goal, #a8321f)}.ti-round-score{display:inline-flex;align-items:baseline;gap:.45rem;white-space:nowrap}.ti-round-clock{font-variant-numeric:tabular-nums;font-weight:600;font-size:.95rem;color:var(--ink, #2c2a26)}.ti-round-score.is-spent .ti-round-clock{color:var(--goal, #a8321f)}.ti-round-total{font-size:.68rem;letter-spacing:.03em;opacity:.72}.ti-round-target{font-size:.68rem;letter-spacing:.03em;font-variant-numeric:tabular-nums;opacity:.78;padding-left:.45rem;border-left:1px solid rgba(55,43,30,.2)}.kith-share-sheet{width:min(460px,100%)}.kith-share-preview{margin:0 0 20px;padding:10px 12px;background:var(--card-2);border:1px solid var(--line);border-radius:3px;font-size:.92rem;line-height:1.45;color:var(--ink-soft)}.kith-share-group{margin:0 0 8px}.kith-share-group+.kith-share-targets{margin-bottom:18px}.kith-share-targets{display:flex;flex-wrap:wrap;gap:6px}.kith-share-target{padding:7px 12px;font-size:.86rem}.kith-share-copy{display:flex;flex-wrap:wrap;gap:6px;align-items:stretch;margin-top:4px}.kith-share-copy input{flex:1 1 12rem;min-width:0;padding:7px 10px;background:var(--card-2);border:1px solid var(--line);border-radius:3px;font-family:var(--font-sans);font-size:.82rem;color:var(--ink-soft);text-overflow:ellipsis}.kith-share-copy .btn{padding:7px 14px;font-size:.86rem}.kith-share-said{min-height:1.3em;margin:8px 0 0;font-size:.82rem;line-height:1.35;color:var(--ink-soft)}.ti-challenge-note{margin-top:8px;padding-left:10px;border-left:2px solid var(--goal, #a8321f);font-size:.88rem;line-height:1.4}.ti-goal-opt{margin-top:10px}.ti-solo-pool img{width:42px;height:42px;border:1px solid rgba(55,43,30,.26);border-radius:3px;object-fit:cover}.ti-solo-pool a,.ti-solo-pool small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ti-solo-holding{position:absolute;z-index:20;top:50%;left:50%;display:grid;width:min(390px,calc(100% - 32px));gap:9px;padding:20px;text-align:center;translate:-50% -50%}.ti-solo-later-failure{position:fixed;z-index:40;right:16px;bottom:136px;display:grid;max-width:min(390px,calc(100vw - 32px));gap:5px;padding:12px}.ti-solo-finish .kith-finish-art{width:min(380px,70vw)}@media(max-width:700px){.ti-pool{bottom:8px}.ti-pool-picture{flex-basis:48px}.ti-pool-picture img{width:48px;height:36px}.ti-solo-pool{bottom:8px}.ti-solo-topbar .kith-meta,.ti-solo-topbar>.progress{display:none}.ti-solo-topbar .ti-round-target{display:none}}@media(forced-colors:active){.ti-board,.ti-board-neutral,.ti-cluster-paper,.ti-cluster-missing{background:Canvas;fill:Canvas}.ti-solo-pool li.is-goal{outline:3px solid Highlight}.ti-goal-tag i{color:Highlight}.ti-board-neutral,.ti-cluster-lines,.ti-cluster:focus-visible .ti-cluster-lines,.ti-cluster.is-held .ti-cluster-lines{stroke:CanvasText;opacity:1}.ti-cluster:focus-visible .ti-cluster-lines{stroke:Highlight}}
