:root{--ink:#3d3428;--ink-soft:#7a6a52;--cream-light:#fdf6e6;--paper-cream:#fbf1de;--case-beige:#e8d9bc;--case-beige-dark:#cdb890;--desk-brown:#b98a5c;--screen-dark:#16221f;--screen-glow:#8be6a0;--cat-gray:#babcc6;--cat-cream:#f3e6cf;--cat-outline:#4a4034;--cat-pink:#f3b6c4;--cat-eye:#2b241c;--shadow-strong:#3d342859;--stage-bg:linear-gradient(180deg, #fdeecb 0%, #f6cf9c 60%, #efb989 100%);--font-pixel:"Courier New", ui-monospace, "Malgun Gothic", "Apple SD Gothic Neo", monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100svh;color:var(--ink);font-family:var(--font-pixel);background:radial-gradient(circle at 50% 0,#ffe3ae 0%,#f3b877 70%,#e6a262 100%)}#root{min-height:100svh}button{font-family:inherit}.app{box-sizing:border-box;justify-content:center;align-items:center;min-height:100svh;padding:24px;display:flex}.stage{background:var(--stage-bg);border:4px solid var(--cat-outline);width:640px;max-width:100%;height:480px;box-shadow:8px 8px 0 var(--shadow-strong);--computer-x:42%;--computer-top:4%;--printer-x:82%;--printer-top:45%;--printer-slot-x:var(--printer-x);--printer-slot-y:calc(var(--printer-top) - 2%);--printer-slot-bottom-y:calc(var(--printer-top) + 6%);--cat-x:32%;--cat-bottom:38%;border-radius:18px;position:relative;overflow:hidden}.scene{position:absolute;inset:0}.computer{left:var(--computer-x);top:var(--computer-top);z-index:3;width:240px;position:absolute;transform:translate(-50%)}.computer__monitor{width:220px;margin:0 auto;position:relative}.computer__bezel{background:var(--case-beige);border:3px solid var(--cat-outline);box-shadow:4px 4px 0 var(--shadow-strong);border-radius:16px;padding:14px 14px 20px}.computer__screen{background:var(--screen-dark);border:3px solid #0d1513;border-radius:8px;height:128px;position:relative;overflow:hidden;box-shadow:inset 0 0 18px #78dcb440}.computer__screen--flicker{animation:.24s step-end infinite screen-flicker}.computer__scanlines{pointer-events:none;background:repeating-linear-gradient(#00000040 0 1px,#0000 1px 3px);position:absolute;inset:0}.computer__cursor{background:var(--screen-glow);width:10px;height:14px;animation:1s step-end infinite cursor-blink;position:absolute;bottom:12px;left:12px}.computer__brand{background:var(--shadow-strong);opacity:.5;border-radius:3px;width:40px;height:5px;margin:8px auto 0}.computer__neck{background:var(--case-beige-dark);border:2px solid var(--cat-outline);border-top:none;width:34px;height:12px;margin:0 auto}.computer__stand{background:var(--case-beige-dark);border:3px solid var(--cat-outline);border-radius:0 0 8px 8px;width:96px;height:12px;margin:0 auto}.computer__desk{background:var(--desk-brown);border:3px solid var(--cat-outline);width:340px;height:18px;box-shadow:3px 3px 0 var(--shadow-strong);border-radius:6px;justify-content:center;align-items:center;margin:10px auto 0;display:flex;transform:translate(-16px)}.computer__keyboard{gap:3px;padding:0 8px;display:flex}.computer__key{background:var(--case-beige);border:1px solid var(--cat-outline);border-radius:2px;width:12px;height:8px}@keyframes screen-flicker{0%{filter:brightness()}20%{filter:brightness(1.15)}35%{filter:brightness(.9)}55%{filter:brightness(1.05)}70%{filter:brightness(.85)}to{filter:brightness()}}@keyframes cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}.cat{left:var(--cat-x);bottom:var(--cat-bottom);transform-origin:bottom;z-index:5;width:120px;height:104px;position:absolute}.cat--clickable{cursor:pointer}.cat--typing{animation:.3s ease-in-out infinite cat-shake}.cat__ear{background:var(--cat-gray);border:2px solid var(--cat-outline);border-radius:50%;width:24px;height:24px;position:absolute;top:-9px}.cat__ear--left{left:20px}.cat__ear--right{left:76px}.cat__ear-inner{background:var(--cat-pink);border-radius:50%;position:absolute;inset:5px}.cat__head{background:var(--cat-gray);border:2px solid var(--cat-outline);border-radius:12px;width:60px;height:42px;position:absolute;top:0;left:30px}.cat__eye{background:var(--cat-eye);border-radius:1px;width:6px;height:8px;position:absolute;top:19px}.cat__eye--left{left:15px}.cat__eye--right{left:39px}.cat__body{background:var(--cat-gray);border:2px solid var(--cat-outline);border-radius:10px;width:76px;height:40px;position:absolute;top:38px;left:22px;overflow:hidden}.cat__belly{background:var(--cat-cream);border-radius:50% 50% 0 0;height:26px;position:absolute;bottom:-6px;left:18px;right:18px}.cat__arm{background:var(--cat-gray);border:2px solid var(--cat-outline);transform-origin:top;border-radius:6px;width:12px;height:24px;position:absolute;top:42px}.cat__arm--left{left:12px}.cat__arm--right{left:96px}.cat--typing .cat__arm--left{animation:.26s ease-in-out infinite arm-type-left}.cat--typing .cat__arm--right{animation:.26s ease-in-out .13s infinite arm-type-right}.cat__leg{background:var(--cat-gray);border:2px solid var(--cat-outline);border-radius:5px;width:16px;height:16px;position:absolute;top:78px}.cat__leg--left{left:32px}.cat__leg--right{left:72px}@keyframes cat-shake{0%,to{transform:translate(0)rotate(0)}50%{transform:translateY(-1px)rotate(-.6deg)}}@keyframes arm-type-left{0%,to{transform:rotate(-10deg)translateY(0)}50%{transform:rotate(8deg)translateY(3px)}}@keyframes arm-type-right{0%,to{transform:rotate(10deg)translateY(3px)}50%{transform:rotate(-8deg)translateY(0)}}.printer{left:var(--printer-x);top:var(--printer-top);z-index:4;width:96px;position:absolute;transform:translate(-50%)}.printer__body{background:var(--case-beige);border:3px solid var(--cat-outline);width:96px;height:46px;box-shadow:3px 3px 0 var(--shadow-strong);border-radius:8px;position:relative}.printer__body:before{content:"";background:var(--case-beige-dark);border-radius:3px;height:12px;position:absolute;bottom:8px;left:6px;right:6px}.printer__body:after{content:"";background:var(--case-beige-dark);border:3px solid var(--cat-outline);border-radius:3px;height:8px;position:absolute;bottom:-6px;left:-4px;right:-4px}.printer__light{background:#6bd08a;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:8px;box-shadow:0 0 4px #6bd08a}.printer__slot{background:#2a2622;border-radius:2px;height:6px;position:absolute;top:-3px;left:12px;right:12px}.printer--active .printer__light{animation:.4s step-end infinite printer-blink}@keyframes printer-blink{0%,49%{background:#6bd08a}50%,to{background:#33633f}}.quote-paper{background:var(--paper-cream);border:3px solid var(--cat-outline);width:260px;height:320px;box-shadow:5px 5px 0 var(--shadow-strong);transform-origin:50%;box-sizing:border-box;z-index:20;border-radius:4px;justify-content:center;align-items:center;padding:20px;transition-property:left,top,transform,opacity;display:flex;position:absolute;top:50%;left:50%}.quote-paper--hidden{left:var(--printer-slot-x);top:var(--printer-slot-bottom-y);opacity:0;pointer-events:none;transform:translate(-50%,-20%)scale(.16)rotate(-4deg)}.quote-paper--slot{left:var(--printer-slot-x);top:var(--printer-slot-y);opacity:1;pointer-events:none;transform:translate(-50%,-65%)scale(.32)rotate(-2deg)}.quote-paper--center{opacity:1;top:46%;left:50%;transform:translate(-50%,-50%)scale(1)rotate(0)}.quote-paper__content{text-align:center;flex-direction:column;align-items:center;gap:18px;display:flex}.quote-paper__label{font-family:var(--font-pixel);color:var(--ink-soft);letter-spacing:1px;margin:0;font-size:.62rem}.quote-paper__text{font-family:var(--font-pixel);color:var(--ink);word-break:keep-all;margin:0;font-size:.95rem;line-height:1.7}.quote-paper__redraw{font-family:var(--font-pixel);color:var(--ink-soft);border:2px solid var(--ink-soft);cursor:pointer;background:0 0;border-radius:4px;margin:0;padding:6px 14px;font-size:.6rem;transition:transform .15s,background .15s}.quote-paper__redraw:hover{background:var(--cat-pink);color:var(--ink);transform:translateY(-1px)}.quote-paper__redraw:active{transform:translateY(1px)}.hint{font-family:var(--font-pixel);color:var(--ink);background:var(--cream-light);border:2px solid var(--ink);box-shadow:3px 3px 0 var(--shadow-strong);white-space:nowrap;pointer-events:none;border-radius:6px;margin:0;padding:8px 16px;font-size:.7rem;animation:1.6s ease-in-out infinite hint-bob;position:absolute;bottom:5%;left:50%;transform:translate(-50%)}@keyframes hint-bob{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-6px)}}
