[data-skin=light]{--bg:#f3f4f6;--bg-pattern:none;--surface:#fff;--surface-2:#eef0f2;--text:#1a1a1a;--muted:#6b7079;--accent:#ffdd2d;--accent-text:#1a1a1a;--accent-2:#ffdd2d;--on-accent-2:#1a1a1a;--highlight:#fff8d6;--border:#e6e8eb;--line:0px;--radius:20px;--radius-sm:16px;--shadow:none;--font-display:"Onest", system-ui, sans-serif;--font-body:"Onest", system-ui, sans-serif;--font-hand:"Onest", system-ui, sans-serif;--display-weight:800;--frame:none;--tile-gap:6px;--ok:#1d8a4a;--link:#2b5fd9;--focus:#1a1a1a}[data-skin=light][data-mode=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#121214;--surface:#1e1e22;--surface-2:#2a2a30;--text:#f4f4f6;--muted:#a3a6ae;--accent:#ffdd2d;--accent-text:#1a1a1a;--accent-2:#ffdd2d;--on-accent-2:#1a1a1a;--highlight:#ffdd2d24;--border:#2f2f35;--ok:#5fd08a;--link:#8fb0ff;--focus:#ffdd2d}*,:before,:after{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-text-size-adjust:100%;background-attachment:fixed;margin:0}html{background:var(--bg-pattern), var(--bg)}body{background:0 0;min-height:100dvh}button,input{font:inherit;color:inherit}button{cursor:pointer}:focus-visible{outline:3px solid var(--focus);outline-offset:2px}img{max-width:100%;display:block}[hidden]{display:none!important}a{color:var(--link)}.screen{flex-direction:column;gap:20px;width:100%;max-width:480px;min-height:100dvh;margin:0 auto;padding:20px 16px 32px;display:flex}.topbar{justify-content:space-between;align-items:center;gap:12px;min-height:44px;display:flex}.topbar__title{font-family:var(--font-display);font-weight:var(--display-weight);text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:15px;overflow:hidden}.brand{font-family:var(--font-display);font-weight:var(--display-weight);font-size:17px}.h1{font-family:var(--font-display);font-weight:var(--display-weight);margin:0;font-size:clamp(28px,8vw,38px);line-height:1.08}.h2{font-family:var(--font-display);font-weight:var(--display-weight);margin:0;font-size:20px;line-height:1.2}.muted{color:var(--muted)}.small{font-size:13px}.hand{font-family:var(--font-hand)}.stack{flex-direction:column;gap:12px;display:flex}.row{align-items:center;gap:10px;display:flex}.spacer{flex:1}.btn{border-radius:var(--radius);border:var(--line) solid var(--border);background:var(--surface);min-height:52px;color:var(--text);justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-size:16px;font-weight:700;text-decoration:none;transition:transform 80ms;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.btn--ghost{background:0 0}.btn[disabled]{opacity:.45;cursor:not-allowed}.icon-btn{border:var(--line) solid var(--border);background:var(--surface);border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.chip{border:var(--line) solid var(--border);background:var(--surface);border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:4px 12px;font-size:13px;font-weight:700;display:inline-flex}.chip--accent{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.card{background:var(--surface);border:var(--line) solid var(--border);border-radius:var(--radius);padding:16px}.framed{box-shadow:var(--frame);border-radius:2px;margin:11px}.painting-img{object-fit:cover;background:var(--surface-2);width:100%;height:auto}.daily{flex-direction:column;gap:14px;display:flex}.daily__img{aspect-ratio:16/10;object-fit:cover;width:100%}.sticker{font-family:var(--font-display);font-weight:var(--display-weight);background:var(--accent-2);color:var(--on-accent-2);border-radius:8px;align-self:flex-start;padding:6px 12px;font-size:13px}.stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.stat{background:var(--surface);border:var(--line) solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:2px;padding:10px 12px;display:flex}.stat__value{font-family:var(--font-display);font-weight:var(--display-weight);font-size:22px}.artists{scroll-snap-type:x mandatory;gap:12px;padding:4px 2px 8px;display:flex;overflow-x:auto}.artist-btn{scroll-snap-align:start;text-align:center;background:0 0;border:0;flex-direction:column;flex:none;align-items:center;gap:6px;width:76px;padding:0;font-size:12px;line-height:1.2;display:flex}.avatar{border:var(--line) solid var(--border);background:var(--surface);width:60px;height:60px;font-family:var(--font-display);font-weight:var(--display-weight);border-radius:50%;justify-content:center;align-items:center;font-size:17px;display:flex}.painting-list{flex-direction:column;gap:10px;display:flex}.painting-row{text-align:left;background:var(--surface);border:var(--line) solid var(--border);border-radius:var(--radius);align-items:center;gap:12px;width:100%;min-height:76px;padding:10px;display:flex}.painting-row img{object-fit:cover;border-radius:6px;flex:none;width:72px;height:56px}.painting-row__title{font-weight:700;line-height:1.25}.status{border:1px solid var(--border);border-radius:999px;flex:none;padding:3px 8px;font-size:12px;font-weight:700}.status--done{color:var(--ok);border-color:var(--ok)}.status--lock{color:var(--muted)}.status--free{color:var(--accent);border-color:var(--accent)}.options{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.options--2{grid-template-columns:repeat(2,minmax(0,1fr))}.option{border-radius:var(--radius-sm);border:var(--line) solid var(--border);background:var(--surface);flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:64px;padding:10px;font-weight:700;display:flex}.option small{color:var(--muted);font-size:12px;font-weight:500}.option[aria-pressed=true]{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent) inset;background:var(--highlight)}.option--mode{gap:10px;padding:14px 10px 12px}.mode-preview{border:1px solid #0000001f;border-radius:12px;flex-direction:column;gap:6px;width:64px;height:84px;padding:10px 8px;display:flex}.mode-preview span{border-radius:4px;height:8px;display:block}.mode-preview span:first-child{background:#ffdd2d;width:60%}.mode-preview--light{background:#f3f4f6}.mode-preview--light span+span{background:#fff;height:18px}.mode-preview--dark{background:#1c1c1e;border-color:#ffffff1f}.mode-preview--dark span+span{background:#2c2c2e;height:18px}.timer{font-family:var(--font-display);font-weight:var(--display-weight);text-align:center;color:var(--accent);font-variant-numeric:tabular-nums;font-size:56px;line-height:1}.timer--over{color:var(--muted)}.board{gap:var(--tile-gap);padding:var(--tile-gap);background:var(--surface-2);border-radius:var(--radius-sm);border:var(--line) solid var(--border);touch-action:manipulation;-webkit-user-select:none;user-select:none;display:grid}.tile{background-repeat:no-repeat;border:0;border-radius:3px;min-height:0;padding:0;transition:transform .12s}.tile[aria-pressed=true]{outline:3px solid var(--accent);outline-offset:-3px;transform:scale(.94)}.peek{z-index:10;background:#000000d1;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.facts{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.facts li{background:var(--surface);border:var(--line) solid var(--border);border-radius:var(--radius-sm);padding:12px 14px;line-height:1.45}.story p{margin:0 0 10px;font-size:16px;line-height:1.55}.banner{border-radius:var(--radius-sm);background:var(--highlight);border:var(--line) solid var(--accent);padding:12px 14px;font-weight:700}.grid{grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:10px;display:grid}.grid__item{border:var(--line) solid var(--border);border-radius:var(--radius-sm);background:var(--surface);aspect-ratio:1;padding:0;position:relative;overflow:hidden}.grid__item img{object-fit:cover;width:100%;height:100%}.grid__item--todo img{filter:grayscale()brightness(.55)}.grid__badge{background:var(--accent-2);color:var(--on-accent-2);border-radius:999px;padding:2px 6px;font-size:11px;font-weight:800;position:absolute;top:4px;right:4px}.pack{flex-direction:column;gap:10px;display:flex}.price{font-family:var(--font-display);font-weight:var(--display-weight);font-size:30px}.theme-option{text-align:left;background:var(--bg-pattern), var(--bg);width:100%;color:var(--text);border:2px solid var(--border);font-family:var(--font-body);border-radius:16px;flex-direction:column;gap:10px;padding:16px;display:flex}.theme-option[aria-pressed=true]{outline:3px solid var(--accent);outline-offset:3px}.theme-option__name{font-family:var(--font-display);font-weight:var(--display-weight);font-size:22px}.swatches{gap:6px;display:flex}.swatches span{border:2px solid var(--border);border-radius:50%;width:28px;height:28px}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.chat__head{align-items:center;gap:12px;padding:12px;display:flex}.chat__lines{flex-direction:column;flex:1;gap:10px;display:flex}.bubble{border:var(--line) solid var(--border);white-space:pre-wrap;border-radius:18px;max-width:85%;margin:0;padding:12px 14px;line-height:1.45}.bubble--assistant{background:var(--surface);border-top-left-radius:4px;align-self:flex-start}.bubble--user{background:var(--accent);color:var(--accent-text);border-color:var(--accent);border-top-right-radius:4px;align-self:flex-end;font-weight:500}.chat__composer{background:var(--bg);padding:10px 0 4px;position:sticky;bottom:0}.chat__suggest{text-align:left;min-height:44px;padding:8px 12px;font-size:14px;font-weight:500}.input{border-radius:var(--radius);border:var(--line) solid var(--border);background:var(--surface);flex:1;min-width:0;height:50px;padding:0 14px;font-size:16px}.icon-btn--accent{border-radius:var(--radius);background:var(--accent);width:50px;height:50px;color:var(--accent-text);border-color:var(--accent)}.heat{border:1px solid var(--border);border-radius:999px;padding:2px 10px;font-weight:800}.heat--1{color:var(--accent)}.heat--2,.heat--3{background:var(--accent-2);color:var(--on-accent-2);border-color:var(--accent-2)}.secret-card{border-radius:var(--radius);border:2px solid var(--accent-2);background:var(--surface);flex-direction:column;gap:6px;padding:14px 16px;display:flex}.secret-card__label{color:var(--muted);font-size:12px;font-weight:800}.secret-card__text{font-family:var(--font-hand);margin:0;font-size:18px;line-height:1.35}.secret-card.secret-card--locked{border-style:dashed;border-color:var(--border);box-shadow:none;background:0 0;transform:none}.secret-card--locked .secret-card__text{color:var(--muted);font-family:var(--font-body);font-size:14px;font-style:normal}.screen--tabs{padding-bottom:96px}.tabbar{z-index:5;padding:6px 8px calc(10px + env(safe-area-inset-bottom,0px));background:var(--surface);border-top:1px solid var(--border);justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}.tabbar__item{min-width:64px;min-height:48px;color:var(--muted);background:0 0;border:0;flex-direction:column;align-items:center;gap:3px;font-size:11px;display:flex}.tabbar__item[aria-current=page]{color:var(--text);font-weight:700}.stories{scrollbar-width:none;gap:12px;padding:2px 2px 6px;display:flex;overflow-x:auto}.stories__item{background:0 0;border:0;flex-direction:column;flex:none;align-items:center;gap:6px;width:66px;padding:0;font-size:11px;display:flex}.stories__ring{border:3px solid var(--accent);background:var(--surface);border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;font-size:16px;font-weight:800;display:flex}.balance__value{font-size:34px;font-weight:800;line-height:1}.balance__value .muted{font-size:18px}.bar{background:var(--surface-2);border-radius:4px;height:8px;overflow:hidden}.bar__fill{background:var(--accent);height:100%}.daily-card{padding:0;overflow:hidden}.daily-card__img{aspect-ratio:16/9;object-fit:cover;width:100%}[data-skin=light] .framed{border-radius:var(--radius);overflow:hidden}[data-skin=light] .avatar{border:3px solid var(--accent)}.legal{align-items:center;gap:10px;margin:0;display:flex}.age{border:1.5px solid;border-radius:6px;padding:1px 6px;font-weight:800}.welcome{flex-direction:column;gap:24px;max-width:480px;min-height:100dvh;margin:0 auto;padding:20px 16px 32px;display:flex}.welcome__collage{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:8px 6px 0;display:grid;transform:rotate(-3deg)}.welcome__collage img{aspect-ratio:1;object-fit:cover;border-radius:14px;width:100%;box-shadow:0 6px 18px #0000002e}.welcome__collage img:nth-child(2),.welcome__collage img:nth-child(5){transform:translateY(14px)}.welcome__body{flex-direction:column;gap:18px;display:flex}.welcome__title{font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-size:clamp(38px,10vw,64px);font-weight:800;line-height:1}.welcome__lede{max-width:34em;margin:0;font-size:18px;line-height:1.45}.welcome__steps{counter-reset:step;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.welcome__steps li{counter-increment:step;grid-template-columns:36px 1fr;gap:2px 12px;line-height:1.35;display:grid}.welcome__steps li:before{content:counter(step);background:var(--accent);width:36px;height:36px;color:var(--accent-text);border-radius:50%;grid-row:span 2;justify-content:center;align-items:center;font-weight:800;display:flex}.welcome__cta{min-height:58px;font-size:18px}@media (width>=900px){.welcome{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:64px;max-width:1120px;padding:48px 40px;display:grid}.welcome__collage{order:2}.welcome__cta{align-self:flex-start;padding-inline:40px}.screen{max-width:1040px;padding:28px 40px 48px}.screen--tabs{padding-bottom:110px}.split{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:start;gap:40px;display:grid}.split__media{position:sticky;top:24px}.split__body{flex-direction:column;gap:20px;display:flex}.painting-list,.options{max-width:640px}.board{max-width:560px}.grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.chat .chat__lines,.chat .chat__composer{max-width:720px}}.home-grid,.split,.split__body{flex-direction:column;gap:20px;display:flex}@media (width>=900px){.split{display:grid}}.avatar--painting{padding:0;overflow:hidden}.avatar--painting img{object-fit:cover;border-radius:50%;width:100%;height:100%}.btn--soft{background:var(--surface-2);border-color:var(--surface-2)}.daily-card__tease{margin:0;line-height:1.45}.stories__progress{display:none}.chat-layout,.chat-panel{flex-direction:column;flex:1;gap:14px;display:flex}@media (width>=900px){.shell{min-height:100dvh;display:flex}.sidebar{box-sizing:border-box;background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex:none;gap:24px;width:260px;height:100dvh;padding:28px 20px;display:flex;position:sticky;top:0}.sidebar__brand{text-align:left;font-family:var(--font-display);background:0 0;border:0;padding:0;font-size:20px;font-weight:800}.sidebar__nav{flex-direction:column;gap:4px;display:flex}.sidebar__item{text-align:left;background:0 0;border:0;border-radius:14px;align-items:center;gap:12px;min-height:46px;padding:0 14px;font-size:15px;display:flex}.sidebar__item:hover{background:var(--surface-2)}.sidebar__item[aria-current=page]{background:var(--accent);color:var(--accent-text);font-weight:700}.sidebar__progress{background:var(--bg);border-radius:20px;flex-direction:column;gap:8px;padding:16px;display:flex}.sidebar__count{font-size:26px;font-weight:800;line-height:1}.sidebar__count .muted{font-size:15px}.shell__main{flex:1;min-width:0}.shell .screen{gap:28px;max-width:1180px;margin:0;padding:36px 48px 48px}.shell .balance{display:none}.daily-card{grid-template-columns:58% 1fr;height:340px;display:grid}.daily-card__img{aspect-ratio:auto;height:340px}.daily-card>.stack{justify-content:center;gap:14px;padding:32px!important}.daily-card .h2{font-size:34px;line-height:1.05}.stories{order:3;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid;overflow:visible}.stories__item{text-align:left;background:var(--surface);border-radius:20px;align-items:stretch;gap:0;width:auto;font-size:15px;overflow:hidden}.stories__ring{border:0;border-radius:0;width:100%;height:96px}.stories__ring img{border-radius:0}.stories__name{padding:10px 12px 0;font-weight:700}.stories__progress{color:var(--muted);padding:2px 12px 12px;font-size:12px;display:block}.shell .screen--tabs{flex-direction:column;display:flex}.artist-head{background:var(--surface);border-radius:28px;padding:28px 32px}.shell .painting-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:none;display:grid}.shell .painting-row{border-radius:24px;flex-direction:column;align-items:stretch;gap:0;min-height:0;padding:0;overflow:hidden}.shell .painting-row img{border-radius:0;width:100%;height:180px}.shell .painting-row>.stack{padding:14px 16px 4px}.shell .painting-row .status{align-self:flex-start;margin:0 16px 16px}.shell main:not(.chat)>.painting-list .avatar{width:72px;height:72px;margin:16px 16px 0}.shell .puzzle{grid-template:"top top""board timer""board stats""board peek""board hint""board."1fr/minmax(0,720px) minmax(260px,340px);align-content:start;gap:16px 28px;display:grid}.shell .puzzle>.topbar{grid-area:top}.puzzle__board{grid-area:board}.puzzle__timer,.puzzle__stats{align-self:start}.puzzle__timer{background:var(--surface);border-radius:24px;grid-area:timer;padding:20px;align-items:flex-start!important}.puzzle__stats{grid-area:stats}.puzzle__peek{background:var(--surface);grid-area:peek;align-self:start}.shell .home-free{display:none}.puzzle__hint{grid-area:hint;font-size:15px;text-align:left!important}.shell .puzzle .board{max-width:none;width:100%!important}.shell .chat-layout{grid-template-columns:380px minmax(0,1fr);align-items:start;gap:24px;display:grid}.chat-aside{flex-direction:column;gap:14px;display:flex;position:sticky;top:24px}.chat-aside__img{object-fit:cover;border-radius:24px;width:100%;height:250px}.shell .chat-panel{background:var(--surface);border-radius:28px;min-height:calc(100dvh - 160px);padding:20px 24px}.shell .chat-panel .bubble{max-width:72%;font-size:16px}.shell .chat__composer{background:var(--surface)}.shell .chat .chat__lines,.shell .chat .chat__composer{max-width:none}.shell .grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}}.packs{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.pack{cursor:pointer;border:2px solid #0000}.pack[data-selected=true]{border-color:var(--accent);background:var(--highlight)}.pack input{opacity:0;pointer-events:none;position:absolute}.field{flex-direction:column;gap:6px;font-size:14px;display:flex}.btn:disabled{opacity:.45;cursor:not-allowed}.access-code{letter-spacing:.06em;font-variant-numeric:tabular-nums;-webkit-user-select:all;user-select:all;font-size:26px}
