:root{color-scheme:dark;font-family:Segoe UI,system-ui,sans-serif}html,body{margin:0;padding:0;height:100%;overflow:hidden;color:#e8e8ea;background:#0a0b0e}h1,h2,h3,h4{margin:0;font-weight:600;line-height:1.25}button{background:#1e2028;border:1px solid #3a3c4a;border-radius:4px;color:#e8e8ea;font-family:inherit;font-size:.8rem;padding:.3rem .7rem;cursor:pointer;transition:background .1s,border-color .1s;letter-spacing:.02em}button:hover:not(:disabled){background:#272a36;border-color:#2dd4bf;color:#fff}button:active:not(:disabled){background:#14151a}button:disabled{opacity:.35;cursor:not-allowed}.app{position:relative;width:100vw;height:100vh;overflow:hidden}section h2,.modal-body h2{font-size:.75rem;font-weight:600;color:#ffffff73;margin-bottom:.4rem}.modal-body section{background:#14151a;border:1px solid #2a2c35;border-radius:6px;padding:.75rem 1rem}.quota-bar-track{height:8px;background:#2a2c35;border-radius:4px;overflow:hidden;margin:.35rem 0}.quota-bar-fill{height:100%;background:#4ade80;border-radius:4px;transition:width .4s ease}.debt-counter-game-over,.stamina-counter-empty{color:#f87171;font-weight:600}.stamina-counter--flash{animation:stamina-flash .3s ease-out}.stamina-counter--out{color:#f87171}.shop-list,.machine-yard-list{list-style:none;margin:0;padding:0;display:grid;gap:.4rem}.shop-item,.machine-yard-item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;padding:.5rem .75rem;background:#14151a;border:1px solid #2a2c35;border-radius:6px;transition:border-color .1s}.shop-item:hover,.machine-yard-item:hover{border-color:#3a3c4a}.machine-yard-level{font-size:.7rem;color:#60a5fa;opacity:.9}.machine-yard-connect-btn{margin-bottom:.5rem}.status-online{color:#4ade80;font-size:.8rem}.status-offline{color:#f87171;font-size:.8rem}.machine-yard-stability{font-size:.7rem;color:#facc15;opacity:.8}.machine-yard-repair-badge{font-size:.65rem;font-weight:700;color:#f87171;background:#f871711a;border:1px solid rgba(248,113,113,.4);border-radius:3px;padding:.1rem .4rem;letter-spacing:.06em}.circuit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.circuit-grid-cell{aspect-ratio:1;background:#14151a;border:1px solid #2a2c35;border-radius:4px}.circuit-grid-col{display:flex;flex-direction:column;gap:.5rem}.circuit-grid-gate-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.circuit-grid-wires{display:flex;gap:.25rem;flex-wrap:wrap}.circuit-grid-wire-tag{font-size:.7rem;background:#14151a;border:1px solid #2a2c35;border-radius:4px;padding:.1rem .35rem}.circuit-editor{background:#16181f;border:1px solid #2a2c35;border-radius:8px;padding:1.25rem;max-width:640px;width:100%;max-height:85vh;overflow:auto}.circuit-editor h2{font-size:.9rem;font-weight:700;letter-spacing:.05em;color:#e8e8ea;margin-bottom:.25rem}.circuit-editor p{font-size:.8rem;color:#ffffff8c;margin:0 0 .75rem}.circuit-editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:30;padding:1rem}.circuit-editor-palette{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.circuit-editor-actions{display:flex;gap:.5rem;margin-top:.75rem}.gate-node{font-size:.65rem;padding:.25rem .4rem;display:flex;flex-direction:column;align-items:center;gap:.15rem}.gate-node--selected{outline:2px solid #4ade80;outline-offset:2px}.gate-node-sprite{width:80px;height:80px;object-fit:contain;image-rendering:pixelated;transform:rotate(-90deg)}.gate-node-label{font-size:.6rem;opacity:.6}.palette-btn{display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:.7rem;padding:.35rem .5rem}.palette-sprite{width:64px;height:64px;object-fit:contain;image-rendering:pixelated;transform:rotate(-90deg)}.circuit-result{margin-top:.75rem;padding:.5rem .75rem;border-radius:5px;font-size:.85rem}.circuit-result p{margin:.15rem 0;color:inherit}.circuit-result--pass{background:#4ade801a;border:1px solid rgba(74,222,128,.3);color:#4ade80}.circuit-result--fail{background:#f871711a;border:1px solid rgba(248,113,113,.3);color:#f87171}.player-sprite{position:fixed;bottom:0;left:0;width:160px;image-rendering:pixelated;pointer-events:none;z-index:5}.task-list-items{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.task-item{display:flex;justify-content:space-between;align-items:center;gap:.6rem;padding:.4rem .6rem;background:#14151a;border:1px solid #2a2c35;border-radius:5px}.task-item--done{opacity:.4}.task-name{flex:1;font-size:.8rem}.task-output{color:#4ade80;font-size:.78rem;font-weight:600}.task-badge{font-size:.65rem;font-weight:700;padding:.1rem .35rem;border-radius:3px;letter-spacing:.04em}.task-badge--auto{background:#60a5fa1f;border:1px solid rgba(96,165,250,.3);color:#60a5fa}.task-badge--done{background:#4ade801a;border:1px solid rgba(74,222,128,.25);color:#4ade80}.shop-item{position:relative;flex-direction:column;align-items:flex-start}.shop-item-row{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.shop-item-tooltip{display:none;font-size:.72rem;color:#ffffff80;padding-top:.2rem;line-height:1.6}.shop-item:hover .shop-item-tooltip{display:block}.day-summary{position:absolute;bottom:16px;right:16px;max-width:260px;background:#0e1014eb;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:.7rem 1rem}.day-summary h2{font-size:.75rem;font-weight:600;letter-spacing:.04em;color:#ffffff80;margin-bottom:.4rem}.day-summary-contributions{list-style:none;margin:.4rem 0;padding:0;display:grid;gap:.15rem}.day-summary-row{display:flex;justify-content:space-between;font-size:.82rem}.day-summary-chips{color:#60a5fa}.day-summary-mult{color:#f59e0b}.day-summary-xmult{color:#a78bfa}.day-summary-total{margin-top:.4rem;padding-top:.4rem;border-top:1px solid rgba(255,255,255,.07);font-size:.9rem;font-weight:700;color:#e8e8ea}.day-summary-pass{color:#4ade80;font-size:.82rem}.day-summary-fail{color:#f87171;font-size:.82rem}.game-canvas{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hud-topleft{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;gap:.45rem;max-width:260px;max-height:70vh;overflow:auto;background:#0a0c10f0;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:.75rem 1rem}.hud-day-info{margin:0;font-weight:700;font-size:.9rem;letter-spacing:.02em}.hud-stamina-info{margin:0;font-size:.8rem;color:#ffffffa6;align-self:flex-start;transform-origin:left center}.hud-stamina-info--flash{animation:stamina-flash .3s ease-out}.hud-stamina-info--empty{color:#f87171;font-weight:600}@keyframes stamina-flash{0%{transform:scale(1.15);color:#60a5fa}to{transform:scale(1);color:#ffffffa6}}.revenue-bar{position:absolute;top:16px;right:16px;width:220px;height:55px}.revenue-bar-base,.revenue-bar-glow{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill}.revenue-bar-value{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;text-shadow:0 1px 2px rgba(0,0,0,.9)}.taskbar{position:absolute;bottom:12px;left:50%;transform:translate(-50%);width:850px;height:283px;background-size:100% 100%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:space-evenly}.taskbar-slot{position:relative;background:none;border:none;cursor:pointer;width:15%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:0}.taskbar-slot-label{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#0a0a0ff2;border:1px solid rgba(255,255,255,.12);color:#e8e8ea;padding:3px 9px;border-radius:4px;white-space:nowrap;font-size:.72rem;pointer-events:none;opacity:0;transition:opacity .12s;z-index:10}.taskbar-slot:hover .taskbar-slot-label{opacity:1}.taskbar-slot img{width:70%;height:70%;object-fit:contain}.taskbar-slot:hover:not(:disabled){background:none;filter:brightness(1.3)}.taskbar-slot--active{filter:brightness(1.4)}.taskbar-slot:disabled{opacity:.35;cursor:not-allowed}.shelf-machine{position:absolute;transform:translate(-50%,-100%);width:4vw;height:4vw;padding:0;background:none;border:none;cursor:pointer}.shelf-machine img{width:100%;height:100%;object-fit:contain;image-rendering:pixelated;filter:grayscale(1) brightness(.5)}.shelf-machine--online img,.shelf-machine--custom-sprite img{filter:none}.shelf-machine--selected{outline:2px solid #2dd4bf;outline-offset:3px;border-radius:4px}.shelf-machine-tint{position:absolute;top:0;right:0;bottom:0;left:0;background:#dc26264d;border-radius:4px;pointer-events:none}.shelf-machine-warning{position:absolute;top:-12px;left:50%;transform:translate(-50%);width:14px;height:14px;line-height:13px;background:#f87171;border:1px solid #7f1d1d;border-radius:2px;color:#1a0000;font-size:10px;font-weight:700;text-align:center;pointer-events:none}.shelf-machine--just-online img{animation:shelf-online-flash .5s ease-out}@keyframes shelf-online-flash{0%{filter:brightness(2.2) saturate(1.3)}to{filter:brightness(1) saturate(1)}}.shelf-machine-tooltip{display:none;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#0e1014f5;border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:.45rem .65rem;min-width:140px;text-align:left;pointer-events:none;z-index:200;white-space:nowrap;font-size:.72rem;line-height:1.75;color:#ffffffbf}.shelf-machine:hover .shelf-machine-tooltip{display:block}.shelf-machine-tooltip strong{display:block;color:#fff;font-size:.78rem;margin-bottom:.1rem}.shelf-machine-tooltip span{display:block}.shelf-tooltip-level{color:#fff6;font-size:.68rem;margin-bottom:.15rem}.shelf-tooltip-chips{color:#60a5fa}.shelf-tooltip-mult{color:#f59e0b}.shelf-tooltip-status{margin-top:.2rem;font-size:.68rem}.shelf-tooltip-status--online{color:#4ade80}.shelf-tooltip-status--failed{color:#f87171}.shelf-tooltip-status--offline{color:#ffffff59}.connection-lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.connection-line{stroke:#2dd4bf;stroke-width:2px}.connect-banner{position:absolute;top:80px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;background:#0e1014eb;border:1px solid rgba(45,212,191,.35);border-radius:8px;padding:.5rem 1rem;font-size:.85rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:20;padding:1rem}.modal{background:#16181f;border:1px solid #2a2c35;border-radius:10px;padding:1.25rem;max-width:480px;width:100%;max-height:80vh;overflow:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #2a2c35}.modal-header h2{font-size:1rem;font-weight:700;letter-spacing:.04em;color:#e8e8ea}.modal-body{display:flex;flex-direction:column;gap:.75rem}.game-over-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.game-over-panel{background:#16181f;border:1px solid #2a2c35;border-radius:10px;padding:2rem;max-width:360px;width:100%;text-align:center}.game-over-header{margin:0 0 1.25rem;color:#f87171;font-size:1.8rem;font-weight:800;letter-spacing:.15em}.game-over-stats{list-style:none;margin:0 0 1.5rem;padding:0;display:grid;gap:.35rem;text-align:left}.game-over-stats li{display:flex;justify-content:space-between;font-size:.88rem;padding:.35rem 0;border-bottom:1px solid #2a2c35;color:#fffc}.game-over-stats li span:last-child{font-weight:600;color:#e8e8ea}.game-over-restart{width:100%;padding:.65rem;font-size:.9rem;font-weight:600;letter-spacing:.05em}.floating-text-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:15}.floating-text{position:absolute;transform:translate(-50%,-50%);font-weight:700;font-size:.9rem;white-space:nowrap;pointer-events:none;text-shadow:0 1px 3px rgba(0,0,0,.95);animation:floating-text-rise 1s ease-out forwards}.floating-text--green{color:#4ade80}.floating-text--red{color:#f87171}.floating-text--blue{color:#2dd4bf}@keyframes floating-text-rise{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,calc(-50% - 40px))}}.start-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:#07080b;display:flex;align-items:center;justify-content:center;z-index:100}.start-screen-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;animation:start-screen-fade-in .5s ease-out}.start-title{margin:0;font-size:3.2rem;font-weight:800;letter-spacing:.2em;color:#e8e8ea}.start-subtitle{margin:0;color:#ffffff73;font-size:.88rem;letter-spacing:.05em}.start-button{background:#1e2028;border:1px solid #3a3c4a;border-radius:6px;padding:.85rem 3.5rem;font-size:1rem;font-weight:700;letter-spacing:.1em;color:#e8e8ea;cursor:pointer;transition:background .1s,border-color .1s}.start-button:hover{background:#272a36;border-color:#2dd4bf;color:#fff}@keyframes start-screen-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.journal-tabs{display:flex;gap:.4rem;margin-bottom:.75rem}.journal-tab{flex:1;padding:.45rem;background:#14151a;border:1px solid #2a2c35;border-radius:5px;color:#ffffff8c;cursor:pointer;font-size:.8rem;font-weight:600;letter-spacing:.02em;transition:border-color .1s,color .1s}.journal-tab--active{background:#1a1c24;border-color:#2dd4bf;color:#e8e8ea}.journal-content{display:flex;flex-direction:column;gap:.75rem}.journal-content h3{margin:0 0 .3rem;font-size:.9rem;font-weight:600}.journal-content p{margin:0;font-size:.82rem;line-height:1.55;color:#ffffffbf}.journal-gate h4{margin:0 0 .15rem;font-size:.88rem;color:#2dd4bf}.journal-gate-rule{margin:0 0 .4rem}.journal-truth-table{border-collapse:collapse;font-family:Courier New,monospace;font-size:.78rem}.journal-truth-table th,.journal-truth-table td{padding:.2rem .65rem;text-align:center;border-bottom:1px solid #2a2c35}.journal-truth-table th{color:#ffffff73;font-weight:400;font-size:.68rem;letter-spacing:.06em}.journal-truth-table tr:last-child td{border-bottom:none}.journal-truth-table td:last-child{color:#4ade80;font-weight:700}.journal-example{background:#14151a;border:1px solid #2a2c35;border-radius:6px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}.pboard{background:#16181f;border:1px solid #2a2c35;border-radius:10px;padding:1.5rem;max-width:600px;width:100%;max-height:90vh;overflow:auto;display:flex;flex-direction:column;gap:1rem}.pboard-header h2{font-size:1rem;font-weight:700;letter-spacing:.04em;color:#e8e8ea;margin-bottom:.3rem}.pboard-desc{margin:0;font-size:.8rem;color:#ffffff80;line-height:1.5}.pboard-target{display:flex;align-items:center;gap:.75rem;background:#0e1016;border:1px solid #2a2c35;border-radius:6px;padding:.6rem 1rem}.pboard-target-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#fff6;white-space:nowrap}.pboard-target-vals{display:flex;gap:.5rem;flex-wrap:wrap}.pboard-target-val{font-size:.85rem;font-weight:700;font-family:Courier New,monospace;padding:.15rem .5rem;border-radius:4px}.pboard-target-val--on{color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.25)}.pboard-target-val--off{color:#f87171;background:#f871711a;border:1px solid rgba(248,113,113,.25)}.pboard-diagram{position:relative;width:100%;background:#0a0c10;border:1px solid #2a2c35;border-radius:8px;overflow:hidden}.pboard-diagram-inner{position:absolute;top:0;right:0;bottom:0;left:0}.pboard-wires{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.pboard-wire{fill:none;stroke:#3a4a5a;stroke-width:2;stroke-linecap:round}.pboard-node{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.15rem}.pboard-switch{background:#14161e;border:1px solid #3a3c4a;border-radius:6px;padding:.3rem .4rem;cursor:pointer;transition:border-color .1s,background .1s;z-index:2}.pboard-switch:hover{border-color:#2dd4bf;background:#1a1e28}.pboard-switch--on{border-color:#4ade80;background:#4ade800f}.pboard-switch--on:hover{border-color:#4ade80}.pboard-gate{z-index:2;background:#14161e;border:1px solid #2a2c35;border-radius:6px;padding:.25rem .4rem}.pboard-output{z-index:2;background:#14161e;border:1px solid #2a2c35;border-radius:6px;padding:.25rem .4rem;transition:border-color .15s}.pboard-output--match{border-color:#4ade80}.pboard-sprite{width:44px;height:44px;object-fit:contain;image-rendering:pixelated;display:block}.pboard-gate-sprite{transform:rotate(-90deg)}.pboard-output-sprite{transform:rotate(-90deg);transition:opacity .2s}.pboard-node-id{font-size:.6rem;font-weight:600;font-family:Courier New,monospace;letter-spacing:.05em;color:#ffffff73}.pboard-node-val{font-size:.65rem;font-weight:700;font-family:Courier New,monospace}.pboard-node-val.on{color:#4ade80}.pboard-node-val.off{color:#ffffff40}.pboard-status{font-size:.82rem;padding:.5rem .75rem;border-radius:5px;font-weight:500}.pboard-status--ok{background:#4ade8014;border:1px solid rgba(74,222,128,.25);color:#4ade80}.pboard-status--bad{background:#ffffff08;border:1px solid #2a2c35;color:#ffffff73}.pboard-actions{display:flex;justify-content:space-between;gap:.75rem}.pboard-confirm-btn{flex:1;font-weight:600}.shelf-machine-health{position:absolute;bottom:-5px;left:10%;width:80%;height:3px;background:#0006;border-radius:2px}.shelf-machine-health-fill{height:100%;border-radius:2px;transition:width .3s,background .3s}.shop-owned-count{color:#60a5fa}.shop-event-banner{font-size:.78rem;color:#fbbf24;background:#fbbf2414;border:1px solid rgba(251,191,36,.3);border-radius:5px;padding:.35rem .65rem;margin-bottom:.5rem}.quota-fail-flash{position:absolute;top:0;right:0;bottom:0;left:0;background:#ef44444d;pointer-events:none;z-index:150;animation:fail-flash-fade .7s ease-out forwards}@keyframes fail-flash-fade{0%{opacity:1}to{opacity:0}}.hud-score-preview{font-size:.72rem;color:#ffffff80;margin:.15rem 0 0}.hud-score-preview strong{color:#4ade80}.day-summary-event{margin-top:.4rem;font-size:.78rem;color:#fbbf24}.settings-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.88rem}.settings-toggle{min-width:48px}.circuit-complete-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:35;padding:1rem}.circuit-complete-panel{background:#16181f;border:1px solid #2a2c35;border-radius:10px;padding:1.75rem 2rem;max-width:320px;width:100%;text-align:center}.circuit-complete-panel h2{margin:0 0 .75rem;font-size:1.1rem;font-weight:700;letter-spacing:.04em;color:#4ade80}.circuit-complete-label{margin:0 0 .4rem;font-size:.9rem;color:#e8e8ea}.circuit-complete-result{margin:0 0 1.25rem;font-size:.85rem;color:#fff9}.circuit-complete-panel button{width:100%;padding:.6rem;font-size:.9rem;font-weight:600;letter-spacing:.05em}
