:root{color:#3d3427;background:#c5a873;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #3d3427;--muted: #76664e;--line: rgba(73, 55, 31, .28);--glass: rgba(236, 221, 190, .82)}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}body{-webkit-font-smoothing:antialiased;overscroll-behavior:none}button,input{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible{outline:2px solid #3f382d;outline-offset:3px}#world{position:fixed;inset:0;display:block;width:100%;height:100%;cursor:grab;touch-action:none}#world.is-panning{cursor:grabbing}#world.is-over-paper{cursor:pointer}body[data-mode=place] #world{cursor:crosshair}.board-vignette{position:fixed;inset:0;pointer-events:none;box-shadow:inset 0 0 160px #4d331638,inset 0 -54px 90px #462e1321}.meta-capture-overlay{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;background:#00000080;pointer-events:none}.meta-capture-overlay img{display:block;width:min(43vw,520px);height:auto}.topbar{position:fixed;z-index:12;top:max(18px,env(safe-area-inset-top));left:22px;right:22px;display:flex;align-items:center;justify-content:space-between;pointer-events:none;transition:opacity .18s ease}.brand,.board-status{display:flex;align-items:center;border:1px solid rgba(75,57,31,.23);background:#e2cda4b8;box-shadow:0 5px 18px #452f161c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{height:42px;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.brand-logo{display:block;width:auto;height:28px}.board-status{height:34px;gap:8px;padding:0 12px;color:#655842;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.status-dot{width:6px;height:6px;border-radius:50%;background:#667a45;box-shadow:0 0 0 3px #667a451f}.palette{position:fixed;z-index:14;top:50%;left:22px;display:flex;width:54px;padding:12px 9px 10px;flex-direction:column;align-items:center;gap:9px;border:1px solid rgba(74,56,31,.24);background:#e2cda4bd;box-shadow:0 8px 22px #422b1226;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translateY(-50%);transition:opacity .18s ease,transform .18s ease}.palette-label,.timeline-kicker{color:#76664d;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;font-weight:700;letter-spacing:.14em}.color-swatch{position:relative;width:32px;height:32px;padding:0;border:0;background:transparent;cursor:pointer;transition:transform .16s ease}.color-swatch span{position:absolute;inset:2px;border:1px solid rgba(79,58,29,.2);background:var(--swatch);box-shadow:2px 3px #4c371d30,0 4px 7px #412d151f;transform:rotate(var(--tilt, -1deg));transition:inset .16s ease,box-shadow .16s ease,transform .16s ease}.color-swatch:nth-of-type(2n) span{--tilt: 1.4deg}.color-swatch:hover{transform:translateY(-2px)}.color-swatch.is-selected span{inset:-1px;box-shadow:2px 4px #4c371d3d,0 0 0 2px #3a3124c7}.palette-rule{width:26px;height:1px;background:#53402533}.create-shortcut,.icon-button{display:grid;place-items:center;padding:0;border:0;background:transparent;cursor:pointer}.create-shortcut{width:32px;height:32px;border:1px solid rgba(65,52,35,.55)}.create-shortcut svg,.icon-button svg,.primary-action svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.empty-state{position:fixed;z-index:5;top:48%;left:50%;width:min(410px,calc(100vw - 64px));color:#59482f;text-align:center;pointer-events:none;transform:translate(-50%,-50%);transition:opacity .25s ease,transform .25s ease}.empty-state.is-hidden,body[data-mode=draw] .empty-state,body[data-mode=place] .empty-state{opacity:0;transform:translate(-50%,calc(-50% + 8px))}.empty-glyph{position:relative;width:56px;height:56px;margin:0 auto 20px;border:1px solid rgba(75,57,32,.3);background:#ebd7ad6b;box-shadow:4px 5px #4933181f;transform:rotate(-2deg)}.empty-glyph:after{content:"";position:absolute;right:-1px;bottom:-1px;width:13px;height:13px;border-top:1px solid rgba(75,57,32,.28);border-left:1px solid rgba(75,57,32,.28);background:#c6a975}.empty-glyph span,.empty-glyph i{position:absolute;left:13px;width:26px;height:1px;background:#3f35288a;transform:rotate(-8deg)}.empty-glyph span{top:20px}.empty-glyph i{top:30px;left:18px;width:20px;transform:rotate(5deg)}.eyebrow{margin:0 0 10px;color:#716047;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;font-weight:750;letter-spacing:.17em}.empty-state h1,.studio-heading h2{margin:0;font-weight:620;letter-spacing:-.045em}.empty-state h1{font-size:clamp(31px,4vw,44px)}.empty-state>p:not(.eyebrow){max-width:350px;margin:12px auto 22px;color:#715f45;font-size:14px;line-height:1.55}.empty-state button{padding:11px 15px;border:1px solid rgba(62,50,34,.52);background:#e6d2a87a;color:#473d30;font-size:12px;font-weight:700;cursor:pointer;pointer-events:auto}.studio{position:fixed;z-index:30;inset:0;display:grid;place-items:center;padding:24px;background:#4c391f33;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);opacity:0;pointer-events:none;transition:opacity .19s ease}.studio.is-open{opacity:1;pointer-events:auto}.studio-panel{width:min(488px,calc(100vw - 32px));padding:22px;border:1px solid rgba(67,52,31,.25);background:#e8d6b3;box-shadow:0 30px 90px #2f211047,0 2px #ffffff40 inset;transform:translateY(14px) scale(.985);transition:transform .22s cubic-bezier(.2,.8,.2,1)}.studio.is-open .studio-panel{transform:translateY(0) scale(1)}.studio-heading{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.studio-heading .eyebrow{margin-bottom:5px}.studio-heading h2{font-size:24px}.icon-button{width:36px;height:36px;border:1px solid rgba(67,52,31,.25)}.paper-stage{display:grid;place-items:center;padding:10px 0 20px}.drawing-paper{position:relative;width:min(350px,70vh,calc(100vw - 86px));aspect-ratio:1;background:var(--paper, #f2da72);box-shadow:5px 10px #46341b24,0 18px 32px #3b2a1430,inset 0 14px 24px #ffffff13;transform:rotate(-.45deg);transition:background-color .18s ease}.drawing-paper:before{content:"";position:absolute;z-index:2;top:0;left:0;right:0;height:8%;border-bottom:1px solid rgba(92,68,29,.045);pointer-events:none}.drawing-paper:after{content:"";position:absolute;z-index:2;right:0;bottom:0;width:22%;height:22%;border-top:1px solid rgba(90,65,28,.08);box-shadow:-8px -5px 16px #ffffff14 inset;clip-path:polygon(100% 0,100% 100%,0 100%);pointer-events:none}#drawingCanvas{position:absolute;z-index:1;inset:0;width:100%;height:100%;cursor:crosshair;touch-action:none}.paper-edge{position:absolute;z-index:-1;right:-4px;bottom:-5px;width:98%;height:98%;border:1px solid rgba(83,59,26,.12)}.drawing-toolbar{display:flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border-top:1px solid rgba(72,55,32,.17);border-bottom:1px solid rgba(72,55,32,.17)}.stroke-sizes{display:flex;align-items:center;gap:2px}.stroke-sizes button,.text-tool{height:30px;border:0;background:transparent;cursor:pointer}.stroke-sizes button{display:grid;width:32px;place-items:center;opacity:.5}.stroke-sizes button.is-active{background:#45362117;opacity:1}.stroke-dot{display:block;border-radius:50%;background:#443b2e}.stroke-dot.is-thin{width:3px;height:3px}.stroke-dot.is-medium{width:6px;height:6px}.stroke-dot.is-thick{width:9px;height:9px}.toolbar-divider{width:1px;height:20px;margin:0 4px;background:#4a39222e}.text-tool{padding:0 8px;color:#5e503c;font-size:11px;font-weight:650}.text-tool:disabled{cursor:default;opacity:.35}.studio-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:18px}.studio-footer p{margin:0;color:#76664f;font-size:10px;line-height:1.4}.hand-icon{margin-right:4px;color:#837043}.primary-action{display:flex;min-width:156px;height:42px;padding:0 14px 0 16px;align-items:center;justify-content:space-between;gap:14px;border:1px solid #3f372d;background:#443b2f;color:#f4e8ce;font-size:11px;font-weight:720;cursor:pointer}.primary-action:disabled{border-color:#443b2f2e;background:#443b2f1f;color:#443b2f6b;cursor:default}.placement-hud{position:fixed;z-index:25;top:max(22px,env(safe-area-inset-top));left:50%;display:flex;min-width:330px;height:58px;padding:0 9px 0 16px;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(62,49,31,.3);background:#ebdab8e6;box-shadow:0 12px 34px #39281233;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;pointer-events:none;transform:translate(-50%,-12px);transition:opacity .18s ease,transform .18s ease}.placement-hud.is-open{opacity:1;pointer-events:auto;transform:translate(-50%)}.placement-hud>div{display:flex;align-items:center;gap:10px}.placement-pulse{width:9px;height:9px;border:2px solid #66563d;border-radius:50%;box-shadow:0 0 0 5px #66563d1f}.placement-hud p{display:flex;margin:0;flex-direction:column;color:#514433;font-size:11px;line-height:1.35}.placement-hud p span{color:#806f57;font-size:9px}.placement-hud button{height:36px;padding:0 12px;border:1px solid rgba(67,52,31,.25);background:transparent;font-size:10px;font-weight:700;cursor:pointer}.placement-hud.is-waiting{cursor:wait;opacity:.75}.postit-viewer{position:fixed;z-index:22;inset:0;opacity:0;pointer-events:none;transition:opacity .22s ease}.postit-viewer.is-open{opacity:1}.viewer-topline{position:absolute;top:max(22px,env(safe-area-inset-top));right:24px;left:24px;display:flex;align-items:flex-start;justify-content:space-between}.viewer-topline p{display:flex;margin:0;flex-direction:column;gap:5px;color:#eadbbd;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.viewer-topline span{color:#eadbbd94;font-size:8px;font-weight:700;letter-spacing:.16em}.viewer-topline strong{font-size:11px;letter-spacing:.08em}.viewer-topline button{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(238,224,197,.45);background:#30271d2e;color:#f0e3c8;cursor:pointer;pointer-events:auto}.viewer-topline svg{width:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.6}.viewer-caption{position:absolute;bottom:max(30px,env(safe-area-inset-bottom));left:50%;display:flex;align-items:center;gap:10px;color:#eee1c7b8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;font-weight:700;letter-spacing:.12em;transform:translate(-50%);white-space:nowrap}.viewer-caption i{width:3px;height:3px;border-radius:50%;background:#eee1c773}body[data-mode=focus] .topbar,body[data-mode=focus] .palette,body[data-mode=focus] .timeline,body[data-mode=focus-closing] .topbar,body[data-mode=focus-closing] .palette,body[data-mode=focus-closing] .timeline{opacity:0;pointer-events:none}body[data-mode=focus] #world,body[data-mode=focus-closing] #world{cursor:default}.timeline{position:fixed;z-index:15;right:18px;bottom:max(16px,env(safe-area-inset-bottom));left:18px;display:grid;min-height:64px;padding:10px 13px;grid-template-columns:82px minmax(180px,1fr) 62px 142px;align-items:center;gap:14px;border:1px solid rgba(73,55,30,.24);background:#e0cba1d1;box-shadow:0 8px 24px #3e2b1426;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);transition:opacity .18s ease}.timeline-meta{display:flex;flex-direction:column;gap:4px}.timeline-meta strong{overflow:hidden;color:#4d4132;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap}.timeline-track-wrap{position:relative;height:40px}.timeline-track{position:absolute;top:13px;left:0;right:0;height:1px;background:#4b3a2240}.timeline-progress{position:absolute;top:0;bottom:0;left:0;background:#4d4233}.timeline-track i{position:absolute;top:-3px;width:1px;height:7px;background:#79684f}#timelineRange{position:absolute;z-index:2;top:3px;left:-7px;width:calc(100% + 14px);height:21px;margin:0;opacity:0;cursor:ew-resize}.timeline-track-wrap:after{content:"";position:absolute;z-index:1;top:8px;left:calc(var(--timeline-position, 100%) - 5px);width:9px;height:9px;border:2px solid #4e4232;background:#e2cda5;box-shadow:0 2px 4px #3a2a1638;pointer-events:none;transform:rotate(45deg)}.timeline-ticks{position:absolute;right:0;bottom:0;left:0;display:flex;justify-content:space-between;color:#7b6a51;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:7px;letter-spacing:.05em}.now-button{height:32px;border:1px solid rgba(66,52,33,.35);background:transparent;font-size:9px;font-weight:720;cursor:pointer}.now-button:disabled{opacity:.35;cursor:default}.rate-status{display:flex;align-items:center;gap:8px;color:#5f513d;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;font-weight:700;letter-spacing:.03em;white-space:nowrap}.rate-ring{position:relative;display:block;width:20px;height:20px;border:1px solid rgba(76,59,36,.22);border-radius:50%}.rate-ring:after{content:"";position:absolute;inset:6px;border-radius:50%;background:#887455}.rate-ring.is-ready:after{background:#647847}.toast{position:fixed;z-index:60;right:24px;bottom:98px;max-width:min(340px,calc(100vw - 48px));padding:12px 14px;border:1px solid rgba(65,51,32,.3);background:#eee0c3;box-shadow:0 12px 32px #3a281438;color:#4a4033;font-size:11px;font-weight:620;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease}.toast.is-visible{opacity:1;transform:translateY(0)}.toast[data-type=error]{border-color:#79362d73}.toast[data-type=success]{border-color:#49663980}.no-webgl .palette,.no-webgl .timeline,.no-webgl .empty-state button{display:none}@media(max-width:720px){.topbar{top:max(12px,env(safe-area-inset-top));left:12px;right:12px}.brand{height:38px}.brand-logo{height:25px}.board-status{height:30px;padding:0 9px;font-size:8px}.palette{top:auto;right:auto;bottom:calc(max(12px,env(safe-area-inset-bottom)) + 72px);left:50%;width:auto;padding:8px 10px;flex-direction:row;gap:8px;transform:translate(-50%)}.palette-label,.palette-rule{display:none}.color-swatch{width:30px;height:30px}.empty-state{top:43%}.empty-state>p:not(.eyebrow){font-size:13px}.timeline{right:10px;bottom:max(8px,env(safe-area-inset-bottom));left:10px;min-height:58px;padding:8px 10px;grid-template-columns:56px 1fr 40px;gap:8px}.timeline-ticks span:nth-child(2),.timeline-ticks span:nth-child(4),.rate-status{display:none}.timeline-meta strong{font-size:8px}.now-button{width:40px;padding:0;font-size:8px}.studio{padding:10px}.studio-panel{width:min(480px,calc(100vw - 18px));padding:16px}.studio-heading{margin-bottom:8px}.studio-heading h2{font-size:21px}.drawing-paper{width:min(68vh,calc(100vw - 66px))}.paper-stage{padding-bottom:13px}.studio-footer p{display:none}.primary-action{width:100%}.placement-hud{top:max(58px,calc(env(safe-area-inset-top) + 54px));width:calc(100vw - 24px);min-width:0}.viewer-topline{top:max(14px,env(safe-area-inset-top));right:14px;left:14px}.viewer-caption{bottom:max(20px,env(safe-area-inset-bottom))}.toast{right:12px;bottom:142px}}@media(max-height:700px)and (min-width:721px){.studio-panel{padding:16px 20px}.studio-heading{margin-bottom:6px}.drawing-paper{width:min(310px,55vh)}.paper-stage{padding:4px 0 10px}.studio-footer{padding-top:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
