:root{color-scheme:dark;background:#07111d}html,body,#root{width:100%;min-width:0!important;height:100%;margin:0;overflow:hidden;background:#07111d}#root>div{width:100%;height:100%}#root canvas{display:block;width:100%;height:100%;cursor:pointer;touch-action:none}.happet-world{position:relative;width:100%;height:100%}.happet-canvas{width:100%;height:100%}.game-hud{position:absolute;top:14px;left:16px;display:flex;align-items:center;gap:10px;padding:8px 11px;color:#304758;background:#fffaecdb;border:1px solid rgba(44,64,85,.22);box-shadow:0 7px 20px #2c40551f;font:700 12px/1.2 Segoe UI,sans-serif;pointer-events:none}.game-hud span+span{padding-left:10px;border-left:1px solid rgba(44,64,85,.18)}.game-hud .hud-user{color:#496d72}.scene-logout{position:absolute;top:14px;right:16px;min-height:34px;padding:0 11px;border:1px solid rgba(44,64,85,.22);border-radius:3px;color:#496d72;background:#fffaecdb;font:700 11px Segoe UI,sans-serif;cursor:pointer}.scene-logout:hover{background:#fffaf0}.scene-logout{position:absolute;z-index:10;top:18px;right:18px;border:1px solid rgba(36,53,72,.38);border-radius:3px;background:#fffcf2c7;padding:8px 11px;color:#243548;font:11px DM Sans,Noto Sans SC,sans-serif;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.scene-logout:hover{background:#fffcf2f5}.npc-dialogue{position:absolute;left:50%;bottom:24px;width:min(560px,calc(100% - 32px));transform:translate(-50%);color:#243548;background:#fffaebf5;border:2px solid #2c4055;box-shadow:0 14px 40px #26374838;font-family:Segoe UI,sans-serif}.npc-dialogue header{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:8px 12px 8px 16px;border-bottom:1px solid rgba(44,64,85,.2)}.npc-dialogue header div{display:flex;align-items:baseline;gap:10px}.npc-dialogue header strong{font-size:16px}.npc-dialogue header span{color:#698092;font-size:12px}.npc-dialogue header button{width:36px;height:36px;border:0;background:transparent;color:#52697a;font-size:25px;cursor:pointer}.npc-messages{display:flex;flex-direction:column;gap:8px;max-height:180px;padding:14px 16px;overflow-y:auto}.npc-messages p{width:fit-content;max-width:84%;margin:0;padding:9px 12px;border-radius:4px;font-size:14px;line-height:1.55}.npc-messages .assistant{align-self:flex-start;background:#e9ede3}.npc-messages .user{align-self:flex-end;color:#fff;background:#496d72}.npc-messages .thinking{color:#7b8a91}.npc-error{padding:0 16px 8px;color:#a54e49;font-size:12px}.npc-dialogue form{display:grid;grid-template-columns:1fr 42px;gap:8px;padding:10px 12px 12px;border-top:1px solid rgba(44,64,85,.16)}.npc-dialogue input{min-width:0;height:40px;padding:0 12px;color:#243548;background:#fff;border:1px solid #b8c3c1;border-radius:3px;outline:none;font:inherit}.npc-dialogue input:focus{border-color:#496d72;box-shadow:0 0 0 2px #496d7224}.npc-dialogue form button{width:42px;height:40px;border:0;border-radius:3px;color:#fff;background:#496d72;font-size:20px;cursor:pointer}.npc-dialogue form button:disabled{cursor:default;opacity:.4}.npc-action{display:flex;align-items:center;gap:8px;padding:0 16px 10px}.npc-action button{min-height:36px;padding:0 12px;border:0;border-radius:3px;color:#fff;background:#d27f4e;cursor:pointer;font:inherit;font-size:13px}.npc-action button:disabled{cursor:default;opacity:.55}.npc-action progress{width:110px;height:8px;accent-color:#d27f4e}.shop-list{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:0 16px 10px}.shop-list button{min-height:42px;border:1px solid #c8d0c8;border-radius:3px;color:#33485a;background:#f6f3e8;cursor:pointer;font:inherit;font-size:12px}.shop-list button:hover{background:#e7eee1}.shop-list button span{display:block;color:#9a6c49;font-size:11px}.shop-list small{grid-column:1 / -1;color:#68806f;font-size:11px}@media(max-width:520px){.npc-dialogue{bottom:12px;width:calc(100% - 20px)}.npc-messages{max-height:145px}.game-hud{top:10px;left:10px;gap:6px;padding:7px;font-size:10px}.game-hud span+span{padding-left:6px}.scene-logout{top:10px;right:10px;font-size:10px}}.world-bubbles{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none;overflow:hidden}.world-speech-bubble{position:absolute;width:max-content;max-width:min(260px,42vw);transform:translate(-50%,-100%);padding:10px 13px;color:#263748;background:#fffdf2f5;border:2px solid rgba(44,64,85,.72);border-radius:18px;box-shadow:0 7px 18px #24394829;font:600 13px/1.45 Segoe UI,sans-serif;text-align:center;animation:speech-arrive .22s ease-out}.world-speech-bubble:before,.world-speech-bubble:after{content:"";position:absolute;left:50%;border-radius:50%;background:inherit;border:2px solid rgba(44,64,85,.72)}.world-speech-bubble:before{width:10px;height:10px;bottom:-10px;transform:translate(-30%)}.world-speech-bubble:after{width:5px;height:5px;bottom:-17px;transform:translate(70%)}.world-speech-bubble.player{color:#f8fff9;background:#385e5df0;border-color:#f4ffede6}.world-speech-bubble.player:before,.world-speech-bubble.player:after{border-color:#f4ffede6}.world-speech-bubble.aside{color:#526675;background:#f6faeff0;font-size:12px}@keyframes speech-arrive{0%{opacity:0;transform:translate(-50%,calc(-100% + 8px)) scale(.92)}to{opacity:1;transform:translate(-50%,-100%) scale(1)}}.ambient-speech{position:absolute;z-index:6;left:50%;bottom:18px;width:min(680px,calc(100% - 32px));transform:translate(-50%);color:#2d4050;font-family:Segoe UI,sans-serif}.speech-status{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:25px;padding:0 6px;color:#1f3442d1;font-size:11px;text-shadow:0 1px 2px rgba(255,255,255,.75)}.speech-status b{color:#315f5c;font-weight:800}.speech-entry{display:grid;grid-template-columns:1fr 66px;gap:7px;padding:7px;background:#f8f9efeb;border:2px solid rgba(42,65,80,.72);border-radius:7px;box-shadow:0 9px 28px #1b334133;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.speech-entry input{min-width:0;height:42px;padding:0 12px;color:#263748;background:#fffffff0;border:1px solid #aab9b4;border-radius:4px;outline:none;font:inherit}.speech-entry input:focus{border-color:#4c7d78;box-shadow:0 0 0 2px #4c7d7826}.speech-entry button{height:42px;color:#fff;background:#456f6b;border:0;border-radius:4px;cursor:pointer;font:700 13px Segoe UI,sans-serif}.speech-entry button:disabled{cursor:default;opacity:.42}.job-stage{display:grid;grid-template-columns:104px 1fr;align-items:center;gap:9px;margin:0 7px 6px;padding:7px 10px;color:#fff8e3;background:#3e554be6;border-radius:4px;font:700 11px Segoe UI,sans-serif}.job-stage progress{width:100%;height:7px;accent-color:#f2bd63}.shop-popover{position:absolute;z-index:7;right:18px;top:70px;width:230px;padding:10px;color:#2c4050;background:#fffceff2;border:2px solid rgba(43,63,78,.72);border-radius:6px;box-shadow:0 12px 28px #20354233;font-family:Segoe UI,sans-serif}.shop-popover header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.shop-popover header button{width:26px;height:26px;color:#506674;background:transparent;border:0;font-size:21px;cursor:pointer}.shop-popover>div{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.shop-popover>div button{min-width:0;padding:8px 3px;color:#334b56;background:#eef2e5;border:1px solid #b9c5bb;border-radius:3px;cursor:pointer;font:700 11px Segoe UI,sans-serif}.shop-popover>div span{display:block;margin-top:3px;color:#9b6e45;font-size:10px}.shop-popover small{display:block;margin-top:8px;color:#667b72;font-size:10px}@media(max-width:600px){.ambient-speech{bottom:10px;width:calc(100% - 18px)}.speech-status{align-items:flex-start;flex-direction:column;gap:1px;margin-bottom:3px}.speech-entry{grid-template-columns:1fr 56px}.shop-popover{top:54px;right:9px;width:min(230px,calc(100% - 18px))}.world-speech-bubble{max-width:58vw;font-size:12px}}.auth-page{position:relative;min-height:100%;display:grid;place-items:center;overflow:hidden;padding:28px 16px;color:#243548;background:#dce9e8;font-family:DM Sans,Noto Sans SC,Arial,sans-serif}.auth-atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(145deg,#eef5ed,#d2e4e2 47%,#abc9d0)}.auth-atmosphere span{display:none}.auth-card{position:relative;z-index:1;width:min(410px,100%);padding:34px 36px 25px;border:1px solid rgba(36,53,72,.26);background:#fffcf2f0;box-shadow:14px 17px #2435481a,0 25px 65px #304e5730}.auth-brand{display:flex;align-items:center;gap:9px;margin-bottom:38px;color:#243548;font:700 14px Space Grotesk,sans-serif;letter-spacing:.14em}.auth-brand-mark{display:grid;place-items:center;width:28px;height:28px;border:1px solid #243548;border-radius:50%;color:#4f817b;font-size:13px}.auth-eyebrow{color:#d56e57;font-size:9px;font-weight:700;letter-spacing:.14em}.auth-card h1{margin:10px 0 15px;color:#243548;font:600 31px/1.08 Space Grotesk,Noto Sans SC,sans-serif;letter-spacing:0}.auth-lead{margin:0 0 23px;color:#243548ab;font-size:12px;line-height:1.7}.auth-lead strong{color:#243548}.auth-card form{display:grid;gap:14px}.auth-card label{display:grid;gap:7px;color:#526a78;font-size:11px}.auth-card input{width:100%;min-height:43px;border:1px solid rgba(36,53,72,.3);border-radius:3px;outline:none;background:#ffffff52;padding:10px 12px;color:#243548;font-size:12px}.auth-card input:focus{border-color:#4f817b;box-shadow:0 0 0 3px #4f817b26}.auth-code{font:700 24px Space Grotesk,sans-serif!important;letter-spacing:.28em}.auth-help{margin-top:-3px;color:#24354880;font-size:10px}.auth-message{margin:0;color:#c25f50;font-size:11px;line-height:1.5}.auth-primary{display:flex;align-items:center;justify-content:space-between;min-height:45px;margin-top:4px;border:0;border-radius:2px;background:#416f6e;padding:0 14px 0 16px;color:#fff9ea;font-size:11px;font-weight:700;cursor:pointer}.auth-primary:hover{background:#315c5e}.auth-primary:disabled{cursor:wait;opacity:.55}.auth-primary svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7}.auth-link{display:block;border:0;background:transparent;padding:15px 0 0;color:#416f6e;font-size:11px;text-align:left;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.auth-link.muted{color:#24354894;padding-top:10px}.auth-link:disabled{cursor:wait;opacity:.55}.auth-footer{display:flex;align-items:center;gap:7px;margin-top:27px;border-top:1px solid rgba(36,53,72,.14);padding-top:13px;color:#24354885;font-size:9px}.auth-footer svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7}.auth-loading{min-height:100%;background:#dce9e8}@media(max-width:520px){.auth-page{padding:16px 12px}.auth-card{padding:27px 24px 22px}.auth-brand{margin-bottom:30px}.auth-card h1{font-size:28px}}
