:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#10241a;--card-bg:#17311f;--accent:#6fcf97;--accent-dark:#2f9e59;--text:#eafaf0;--text-dim:#a8c9b5;--danger:#e05656;--warning:#e0b556;font-family:Segoe UI,system-ui,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{background:radial-gradient(circle at top, #1f4a30, var(--bg));min-height:100vh;color:var(--text);margin:0}#root{min-height:100vh;display:flex}.app-shell{flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.game-card{background:var(--card-bg);border-radius:24px;flex-direction:column;gap:20px;width:100%;max-width:520px;padding:28px;display:flex;box-shadow:0 20px 50px #00000059}.species-picker{background:var(--card-bg);border-radius:24px;flex-direction:column;gap:16px;width:100%;max-width:520px;padding:32px;display:flex;box-shadow:0 20px 50px #00000059}.species-picker h1{text-align:center;margin:0;font-size:1.6rem}.subtitle{text-align:center;color:var(--text-dim);margin:0}.species-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.species-card{color:var(--text);cursor:pointer;background:#ffffff0a;border:2px solid #0000;border-radius:16px;flex-direction:column;align-items:center;gap:4px;padding:14px 8px;transition:all .15s;display:flex}.species-card:hover{background:#ffffff14}.species-card.selected{border-color:var(--accent);background:#6fcf9726}.species-emoji{font-size:2rem}.species-name{text-align:center;font-size:.85rem;font-weight:600}.species-habitat{color:var(--text-dim);text-align:center;font-size:.7rem}.species-picker input[type=text]{color:var(--text);background:#ffffff14;border:none;border-radius:12px;padding:12px 14px;font-size:1rem}.species-picker input::placeholder{color:var(--text-dim)}.primary-button{background:var(--accent-dark);color:#fff;cursor:pointer;border:none;border-radius:14px;padding:14px;font-size:1rem;font-weight:600;transition:all .15s}.primary-button:hover{background:var(--accent)}.pet-view{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.pet-emoji{font-size:5rem;line-height:1;animation:2.4s ease-in-out infinite bob;position:relative}.pet-emoji.sleeping{opacity:.7;animation:none}.pet-emoji.doente,.pet-emoji.fugiu{filter:grayscale(.6);animation:none}.zzz{font-size:1.4rem;position:absolute;top:-10px;right:-20px}.pet-3d{width:100%;height:280px;position:relative}.pet-3d.sleeping{opacity:.7}.model3d-view{cursor:grab;background:radial-gradient(circle,#ffffff0f,#0000 70%);border-radius:16px;width:100%;height:100%;overflow:hidden}.zzz-3d{top:0;right:0}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.pet-view h2{margin:4px 0 0}.pet-meta{color:var(--text-dim);margin:0;font-size:.85rem}.pet-mood{margin:4px 0 0;font-weight:600}.mood-doente,.mood-fugiu,.mood-faminto{color:var(--danger)}.mood-triste,.mood-cansado,.mood-sujo{color:var(--warning)}.mood-feliz{color:var(--accent)}.pet-fact{color:var(--text-dim);margin:8px 0 0;font-size:.75rem;font-style:italic}.pet-sheds-hint{cursor:help;border-bottom:1px dotted}.stats{flex-direction:column;gap:8px;display:flex}.stat-bar{grid-template-columns:24px 1fr 70px auto;align-items:center;gap:8px;display:grid}.stat-help{width:24px;min-width:24px;height:24px;color:var(--text-dim);cursor:pointer;opacity:.55;background:0 0;border:1px solid #ffffff2e;border-radius:999px;padding:0;font-size:.7rem;line-height:1;transition:opacity .2s,border-color .2s}.stat-help:hover,.stat-help:focus-visible{opacity:1;border-color:var(--accent);color:var(--accent)}.stat-icon{text-align:center}.stat-track{background:#ffffff14;border-radius:6px;height:10px;position:relative;overflow:hidden}.stat-mark{background:#ffffff73;width:2px;margin-left:-1px;position:absolute;top:-1px;bottom:-1px}.stat-fill{border-radius:6px;height:100%;transition:width .4s}.stat-fill.good{background:var(--accent)}.stat-fill.warning{background:var(--warning)}.stat-fill.critical{background:var(--danger)}.stat-fill.calm{background:#ffffff4d}.stat-label{color:var(--text-dim);font-size:.75rem}.actions-panel{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.actions-panel button{color:var(--text);cursor:pointer;background:#ffffff14;border:none;border-radius:12px;padding:12px 6px;font-size:.85rem;transition:all .15s}.actions-panel button:hover:not(:disabled){background:#ffffff29}.actions-panel button:disabled{opacity:.4;cursor:not-allowed}.actions-panel .disturb-button{color:#ffc48a;background:#ffc48a1a;border:1px solid #ffc48a73}.actions-panel .disturb-button:hover:not(:disabled){background:#ffc48a33}.handling-warning{color:#ffc48a;grid-column:1/-1;margin:2px 0 0;font-size:.82rem;line-height:1.35}.event-log{background:#0003;border-radius:14px;max-height:140px;padding:12px 14px;overflow-y:auto}.event-log h3{color:var(--text-dim);margin:0 0 6px;font-size:.85rem}.event-log ul{flex-direction:column;gap:4px;margin:0;padding-left:18px;font-size:.8rem;display:flex}.terrarium-view{cursor:grab;background:#0d1a12;border-radius:16px;width:100%;height:100%;position:relative;overflow:hidden}.terrarium-view:active{cursor:grabbing}.terrarium-hud{color:var(--text-dim);pointer-events:none;background:#00000073;border-radius:10px;gap:10px;padding:5px 10px;font-size:.72rem;display:flex;position:absolute;bottom:8px;left:8px}.terrarium-panel{background:#0003;border-radius:16px;flex-direction:column;gap:12px;padding:14px;display:flex}.terrarium-panel-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.terrarium-panel-head h3{margin:0;font-size:.9rem}.comfort-badge{border-radius:999px;padding:3px 9px;font-size:.72rem;font-weight:600}.comfort-bom{color:var(--accent);background:#6fcf9733}.comfort-medio{color:var(--warning);background:#e0b55633}.comfort-ruim{color:var(--danger);background:#e0565633}.range-gauge{flex-direction:column;gap:4px;display:flex}.range-gauge-head{justify-content:space-between;font-size:.78rem;display:flex}.range-gauge-head .ok,.substrate-head .ok{color:var(--accent)}.range-gauge-head .off,.substrate-head .off{color:var(--danger)}.range-track{background:#ffffff14;border-radius:6px;height:10px;position:relative}.range-ideal{background:#6fcf9759;border-radius:6px;height:100%;position:absolute;top:0}.range-marker{border-radius:3px;width:4px;height:16px;transition:left .4s;position:absolute;top:-3px;transform:translate(-2px)}.range-marker.ok{background:var(--accent)}.range-marker.off{background:var(--danger)}.range-hint{color:var(--text-dim);font-size:.68rem}.dial{flex-direction:column;gap:4px;font-size:.78rem;display:flex}.dial input[type=range]{width:100%;accent-color:var(--accent)}.dial.inert{opacity:.5}.dial.inert input[type=range]{cursor:not-allowed}.ghost-button{color:var(--text);cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:12px;padding:10px;font-size:.82rem;transition:all .15s}.ghost-button:hover:not(:disabled){background:#ffffff1a}.ghost-button:disabled{opacity:.4;cursor:not-allowed}.substrate-block{border-top:1px solid #ffffff14;flex-direction:column;gap:6px;padding-top:12px;display:flex}.substrate-head{justify-content:space-between;gap:8px;font-size:.78rem;display:flex}.substrate-hint{color:var(--text-dim);margin:0;font-size:.68rem}.substrate-options{flex-wrap:wrap;gap:6px;display:flex}.substrate-chip{color:var(--text);cursor:pointer;background:#ffffff12;border:1px solid #0000;border-radius:999px;padding:7px 10px;font-size:.7rem;transition:all .15s}.substrate-chip:hover:not(:disabled){background:#ffffff24}.substrate-chip.recommended{border-color:#6fcf9780}.substrate-chip.active{border-color:var(--accent);background:#6fcf9733}.substrate-chip:disabled{opacity:.4;cursor:not-allowed}.terrarium-issues{color:var(--warning);flex-direction:column;gap:3px;margin:0;padding-left:16px;font-size:.74rem;display:flex}.mood-desconfortavel{color:var(--warning)}.terrarium-loading{color:var(--text-dim);justify-content:center;align-items:center;margin:0;font-size:.8rem;display:flex;position:absolute;inset:0}.housing-block{border:1px solid #8cc8a02e;border-radius:10px;gap:6px;padding:10px 12px;display:grid}.housing-block.outgrown{background:#ff963c14;border-color:#ffaa5a8c}.housing-head{justify-content:space-between;gap:8px;font-size:.9rem;display:flex}.housing-warning{color:#ffc48a;margin:0;font-size:.85rem}.dev-panel{background:#1e3c5a26;border:1px dashed #a0c8ff59;border-radius:10px;gap:8px;padding:10px 12px;display:grid}.dev-panel header{color:#a9c8e6;justify-content:space-between;gap:8px;font-size:.82rem;display:flex}.dev-row{flex-wrap:wrap;gap:6px;display:flex}.dev-row button{color:#cfe0f2;cursor:pointer;background:#14283c80;border:1px solid #a0c8ff40;border-radius:999px;padding:4px 10px;font-size:.78rem}.dev-row button.active{color:#d8ffe9;background:#3c8c6459;border-color:#7fd3a3}.dev-row .dev-label{color:#cfe0f2a6;align-self:center;font-size:.78rem}.build-mode{background:#0003;border-radius:16px;flex-direction:column;gap:14px;padding:14px;display:flex}.build-head{justify-content:space-between;align-items:center;display:flex}.build-head h3{margin:0;font-size:.92rem}.coin-badge{color:var(--warning);background:#e0b5562e;border-radius:999px;padding:4px 10px;font-size:.78rem}.build-meters{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:12px;font-size:.72rem;display:grid}.build-meter{flex-direction:column;gap:4px;display:flex}.meter-track{background:#ffffff14;border-radius:999px;height:6px;overflow:hidden}.meter-fill{background:var(--accent);border-radius:999px;height:100%;transition:width .2s}.meter-fill.warn{background:var(--warning)}.meter-fill.off{background:var(--danger)}.build-hint{border:1px solid #6fcf9766;border-radius:12px;flex-direction:column;gap:8px;padding:10px 12px;font-size:.74rem;display:flex}.build-hint p{margin:0}.build-hint-actions{gap:8px;display:flex}.build-hint-actions button{color:var(--text);cursor:pointer;background:0 0;border:1px solid #ffffff2e;border-radius:999px;padding:5px 12px;font-size:.7rem}.build-block h4{color:var(--text-dim);margin:0 0 8px;font-size:.76rem;font-weight:600}.installed-list{flex-direction:column;gap:4px;margin:0;padding:0;font-size:.74rem;list-style:none;display:flex}.installed-list li{background:#ffffff0a;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:5px 8px;display:flex}.installed-list li.active{background:#6fcf972e}.installed-actions{gap:6px;display:flex}.installed-actions button{color:var(--text-dim);cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:999px;padding:3px 9px;font-size:.66rem}.installed-actions button:hover:not(:disabled){color:var(--text);background:#ffffff14}.piece-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;display:grid}.piece-card{color:var(--text);text-align:left;cursor:pointer;background:#ffffff0f;border:1px solid #0000;border-radius:12px;grid-template-columns:auto 1fr;grid-template-areas:"icon name""icon price""note note";align-items:center;gap:2px 8px;padding:9px 10px;transition:all .15s;display:grid}.piece-card:hover:not(:disabled){background:#ffffff1f}.piece-card.active{border-color:var(--accent);background:#6fcf972e}.piece-card.owned{border-color:#e0b55673}.piece-card:disabled{opacity:.35;cursor:not-allowed}.piece-icon{grid-area:icon;font-size:1.3rem}.piece-name{grid-area:name;font-size:.74rem;font-weight:600}.piece-price{color:var(--warning);grid-area:price;font-size:.68rem}.piece-note{color:var(--text-dim);grid-area:note;margin-top:4px;font-size:.64rem;line-height:1.3}.pet-3d.placing canvas{cursor:crosshair}.installed-where{color:var(--text-dim);font-size:.68rem;font-style:normal}.build-issue{margin:0;font-size:.72rem}.build-issue.off{color:var(--danger)}.build-issue.warn{color:var(--warning)}.ailment-alert{border:1px solid var(--danger);color:#ffb3b3;background:#e056561f;border-radius:10px;margin:0;padding:10px 12px;font-size:.9rem}.post-mortem{text-align:center;background:#ffffff08;border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.post-mortem h3{margin:0;font-size:1.05rem}.post-mortem p{color:var(--warning);margin:0;font-size:.9rem}.boot-screen{z-index:50;background:radial-gradient(circle at center, #1f4a30, var(--bg) 70%);justify-content:center;align-items:center;animation:.42s ease-in 2.18s both boot-out;display:flex;position:fixed;inset:0}.logo{width:min(58vw,280px);height:auto;overflow:visible}.logo-ring{fill:none;stroke:var(--accent-dark);stroke-width:3px;stroke-dasharray:465;stroke-dashoffset:465px;transform-origin:110px 100px;animation:.9s ease-out .12s forwards logo-draw;transform:rotate(-90deg)}.logo-mark{fill:none;stroke:var(--accent);stroke-width:9px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:260;stroke-dashoffset:260px;animation:1.1s ease-out .62s forwards logo-draw}.logo-head{fill:var(--accent);opacity:0;animation:.4s ease-out 1.6s forwards logo-fade}.logo-word{fill:var(--text);letter-spacing:6px;opacity:0;font-family:Segoe UI,system-ui,sans-serif;font-size:34px;font-weight:600;animation:.6s ease-out 1.5s forwards logo-fade}@keyframes logo-draw{to{stroke-dashoffset:0}}@keyframes logo-fade{to{opacity:1}}@keyframes boot-out{to{opacity:0;visibility:hidden}}@media (prefers-reduced-motion:reduce){.boot-screen,.logo-ring,.logo-mark,.logo-head,.logo-word{animation:none}.logo-ring,.logo-mark{stroke-dashoffset:0}.logo-head,.logo-word{opacity:1}}.auth-card{background:var(--card-bg);border-radius:24px;flex-direction:column;gap:14px;width:100%;max-width:420px;padding:32px;display:flex;box-shadow:0 20px 50px #00000059}.auth-logo{align-self:center;width:120px}.auth-logo .logo-ring,.auth-logo .logo-mark,.auth-logo .logo-head,.auth-logo .logo-word{stroke-dashoffset:0;opacity:1;animation:none}.auth-tabs{background:#0003;border-radius:12px;gap:6px;padding:4px;display:flex}.auth-tab{color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:9px;flex:1;padding:9px 6px;font-size:.8rem;font-weight:600;transition:all .15s}.auth-tab.selected{color:var(--text);background:#ffffff14}.auth-field{color:var(--text-dim);flex-direction:column;gap:5px;font-size:.8rem;display:flex}.auth-field input{color:var(--text);background:#ffffff14;border:none;border-radius:12px;padding:12px 14px;font-size:1rem}.auth-field input:focus-visible{outline:2px solid var(--accent-dark)}.auth-hint{color:var(--text-dim);margin:0;font-size:.72rem;line-height:1.4}.auth-error{color:var(--danger);background:#e0565626;border-radius:10px;margin:0;padding:10px 12px;font-size:.82rem}.primary-button:disabled{opacity:.6;cursor:progress}.auth-note{color:var(--text-dim);text-align:center;margin:0;font-size:.7rem;line-height:1.5}.account-bar{color:var(--text-dim);justify-content:space-between;align-items:center;gap:10px;font-size:.8rem;display:flex}.account-login{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-button{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:4px 2px;font-size:.8rem;font-weight:600}.text-button:hover{color:var(--text)}.picker-stack{flex-direction:column;gap:10px;width:100%;max-width:520px;display:flex}.picker-stack .account-bar{padding:0 8px}.app-shell.building{align-items:stretch;padding:0}.app-shell.building .game-card{max-width:none;height:100vh;box-shadow:none;border-radius:0;grid-template:"bar bar""stage panel"minmax(0,1fr)/minmax(0,1fr) minmax(320px,420px);gap:0;padding:0;display:grid}.app-shell.building .account-bar{background:#00000040;grid-area:bar;padding:10px 20px}.app-shell.building .pet-3d{grid-area:stage;height:100%}.app-shell.building .build-mode{background:#00000047;border-radius:0;grid-area:panel;padding:18px;overflow-y:auto}.app-shell.building .build-head{z-index:2;background:#16281d;gap:10px;margin:-18px -18px 0;padding:14px 18px;position:sticky;top:-18px}.app-shell.building .build-head .primary-button{width:auto;padding:6px 16px;font-size:.8rem}@media (width<=860px){.app-shell.building .game-card{grid-template:"bar""stage"42vh"panel"minmax(0,1fr)/minmax(0,1fr)}}.piece-card.hint,.build-block.hint,.build-meters.hint,.substrate-block.hint,.stat-bar.hint{outline:2px solid var(--accent);outline-offset:3px;border-radius:12px;animation:1.8s ease-in-out infinite hint-pulse}@keyframes hint-pulse{0%,to{outline-color:var(--accent)}50%{outline-color:#ffffff26}}.step-hint{z-index:2;background:linear-gradient(#7ed9571a,#7ed9571a),#182719;border:1px solid #7ed95759;border-radius:14px;flex-direction:column;gap:8px;padding:14px;display:flex;position:sticky;top:-14px}.step-hint h4{margin:0;font-size:.95rem;line-height:1.35}.step-hint p{color:var(--text-dim);margin:0;font-size:.8rem;line-height:1.5}.step-progress{gap:4px;display:flex}.step-progress span{background:#ffffff1f;border-radius:999px;flex:1;height:3px}.step-progress span.done{background:var(--accent)}.step-progress span.now{background:#7ed95780}.step-hint-actions{justify-content:space-between;align-items:center;gap:10px;margin-top:2px;display:flex}.step-hint-actions .primary-button{width:auto;padding:8px 18px;font-size:.82rem}.step-waiting{color:var(--text-dim);font-size:.74rem;font-style:italic}.adoption-intro{flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.intro-card{background:var(--card-bg);text-align:center;border-radius:24px;flex-direction:column;gap:16px;width:100%;max-width:460px;padding:36px 32px;animation:.42s ease-out both intro-in;display:flex;box-shadow:0 20px 50px #00000059}.intro-emoji{font-size:3rem;line-height:1}.intro-card h1{margin:0;font-size:1.35rem;line-height:1.3}.intro-card p{color:var(--text-dim);margin:0;line-height:1.55}@keyframes intro-in{0%{opacity:0;transform:translateY(12px)}}.first-time-backdrop{z-index:60;background:#0000008c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.first-time-card{background:var(--card-bg);border-radius:18px;flex-direction:column;gap:12px;width:100%;max-width:380px;padding:24px;animation:.26s ease-out both intro-in;display:flex;box-shadow:0 20px 50px #00000073}.first-time-card h4{margin:0;font-size:1.02rem}.first-time-card p{color:var(--text-dim);margin:0;font-size:.84rem;line-height:1.55}.help-backdrop{z-index:60;background:#0000008c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.help-panel{background:var(--card-bg);border-radius:18px;flex-direction:column;gap:12px;width:100%;max-width:420px;max-height:calc(100vh - 48px);padding:24px;animation:.26s ease-out both intro-in;display:flex;overflow-y:auto;box-shadow:0 20px 50px #00000073}.help-panel h4{margin:0;font-size:1.02rem}.help-section{letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim);margin:6px 0 0;font-size:.72rem;font-weight:600}.help-index{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.help-item{color:inherit;text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;font-size:.82rem;display:flex}.help-item:hover,.help-item:focus-visible{border-color:var(--accent)}.help-item.wide{grid-column:1/-1}.help-item-icon{font-size:1rem}.help-back{align-self:flex-start;padding:0}.help-field{flex-direction:column;gap:3px;display:flex}.help-field-label{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);font-size:.68rem;font-weight:600}.help-field p,.help-card-body{color:var(--text-dim);margin:0;font-size:.82rem;line-height:1.55}.build-shortcut{text-align:left;width:100%;color:var(--text);cursor:pointer;background:#e0b55614;border:1px solid #e0b55659;border-radius:14px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.build-shortcut:hover{background:#e0b55624}.build-shortcut-head{font-size:.85rem;font-weight:600}.build-shortcut-line{color:var(--text-dim);font-size:.76rem;line-height:1.45}.build-shortcut-cta{color:var(--accent);font-size:.76rem}.feed-panel{background:#00000038;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.feed-panel header{justify-content:space-between;align-items:center;gap:12px;display:flex}.feed-panel h3{margin:0;font-size:1rem}.feed-vitals{color:var(--text);margin:0;font-size:.88rem;font-weight:600}.feed-note{opacity:.75;margin:0;font-size:.8rem;line-height:1.4}.feed-waiting{margin:0;font-size:.88rem;line-height:1.45}.feed-refusal{color:#ffc48a;margin:0;font-size:.88rem}.prey-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.prey-pick{width:100%;color:var(--text);text-align:left;cursor:pointer;background:#ffffff0d;border:1px solid #0000;border-radius:10px;grid-template-columns:24px 1fr auto;align-items:center;gap:4px 8px;padding:8px 10px;font-size:.84rem;transition:all .15s;display:grid}.prey-pick:hover{background:#ffffff1f}.prey-icon{font-size:1.1rem}.prey-name{font-weight:600}.prey-grams{opacity:.7;font-variant-numeric:tabular-nums}.prey-percent{font-variant-numeric:tabular-nums;opacity:.85;grid-column:2/-1;font-size:.78rem}.prey.grande .prey-pick{border-color:#ffc48a66}.prey.grande .prey-percent{color:#ffc48a}.prey.perigosa .prey-pick{border-color:#ff8a8a73}.prey.perigosa .prey-percent{color:#ff8a8a}.prey.ideal .prey-percent{color:#9fe0a8}.prey.chosen .prey-pick{background:#ffffff24}.prey-why{flex-direction:column;gap:8px;padding:10px 10px 4px;font-size:.82rem;line-height:1.4;display:flex}.prey-why p{margin:0}.prey-cost{opacity:.8;font-style:italic}
