*{margin:0;padding:0;box-sizing:border-box}html,body,#app{width:100%;height:100%;overflow:clip;background:#2c5e24;font-family:Verdana,Geneva,Tahoma,sans-serif;user-select:none;-webkit-user-select:none}#game{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;touch-action:none}#members-box{position:absolute;top:12px;right:12px;background:linear-gradient(#f4f0e2,#ddd6c2);border:2px solid #6d6a5c;border-radius:3px;box-shadow:inset 0 1px #fff,0 2px 6px #0006;padding:6px 14px;font-size:13px;font-weight:700;color:#40311c;letter-spacing:1px}#members-box span{color:#a02020;margin-left:6px}#sat-line,#rep-line{font-size:9px;color:#6d6552;letter-spacing:1px;margin-top:3px}#sat-line span{font-size:10px}#rep-line span{font-size:10px;color:#b08a20;letter-spacing:0}#hint-box{position:absolute;top:12px;left:12px;background:#0a1e28bf;border:1px solid #58aac8;border-radius:3px;color:#cfeeff;font-size:11px;padding:6px 10px;max-width:320px;line-height:1.5;pointer-events:none}#hint-box:empty{display:none}.hint-title{font-weight:700;color:#eaf8ff;font-size:12px}.hint-cost{color:#9fe870;font-family:Courier New,monospace;margin-left:6px}.hint-desc{color:#a8d4e8;margin-top:2px}.hint-keys{color:#7fb8d0;font-size:9px;letter-spacing:.5px;margin-top:3px;border-top:1px solid rgba(159,216,240,.25);padding-top:3px}#goal-box{position:absolute;top:12px;left:50%;transform:translate(-50%);display:flex;align-items:center;flex-wrap:wrap;gap:10px;background:linear-gradient(#2e6e92,#1a4a68);border:2px solid #7fc4e0;border-radius:4px;padding:6px 14px;box-shadow:0 2px 8px #0006;max-width:46%;pointer-events:none}#side-goals{flex-basis:100%;display:flex;gap:12px;row-gap:2px;flex-wrap:wrap}#side-goals:empty{display:none}.side-goal{font-size:9px;color:#a8cbde}.side-goal.done{color:#ffd870}#goal-label{font-size:9px;font-weight:700;letter-spacing:2px;color:#ffd870}#goal-text{font-size:11px;font-weight:700;color:#eaf8ff;line-height:1.4}#quest-box{position:absolute;top:68px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:linear-gradient(#6e4a1ef2,#4a3010f2);border:2px solid #e0b87f;border-radius:4px;padding:4px 12px;box-shadow:0 2px 8px #0006;max-width:46%;z-index:12;pointer-events:none}#quest-box.hidden{display:none}#quest-label{font-size:9px;font-weight:700;letter-spacing:2px;color:#ffd870}#quest-text{font-size:10px;color:#f8ecd8;line-height:1.4}#quest-box:not(.hidden)~#tip-box{top:104px}#log-panel{position:absolute;left:12px;bottom:92px;width:420px;max-width:calc(100vw - 24px);height:46vh;display:flex;flex-direction:column;background:linear-gradient(#142034f7,#0c1424f7);border:2px solid #58aac8;border-radius:6px 6px 4px 4px;box-shadow:0 4px 16px #00000080;z-index:14;transform-origin:bottom left;animation:log-pop .16s ease-out}@keyframes log-pop{0%{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}#log-panel.hidden{display:none}#log-tabs{display:flex;align-items:stretch;border-bottom:1px solid #35688a;background:#0a1628e6;border-radius:4px 4px 0 0}.log-tab{background:none;border:none;border-bottom:2px solid transparent;color:#7fa8c8;font-family:inherit;font-size:10px;font-weight:700;letter-spacing:1.5px;padding:8px 14px;cursor:pointer}.log-tab.active{color:#eaf8ff;border-bottom-color:#7fc4e0}.log-tab:hover{color:#cfeeff}#log-close{margin-left:auto;background:none;border:none;color:#7fa8c8;font-size:16px;padding:0 12px;cursor:pointer}#log-close:hover{color:#fff}#log-filters{display:flex;gap:6px;padding:6px 10px 0}#log-filters.hidden{display:none}.log-chip{background:#58aac81a;border:1px solid #35688a;border-radius:10px;color:#7fa8c8;font-family:inherit;font-size:9px;letter-spacing:1px;padding:2px 9px;cursor:pointer}.log-chip.active{background:#7fc4e040;border-color:#7fc4e0;color:#eaf8ff}#log-content{flex:1;overflow-y:auto;padding:8px 12px;font-size:11px;line-height:1.55}.log-row{display:flex;gap:10px;padding:3px 0;border-bottom:1px solid rgba(88,170,200,.12)}.log-day{flex:0 0 48px;color:#6f98b8;font-family:Courier New,monospace;font-size:10px;padding-top:1px;white-space:nowrap}.log-text{color:#d8ecf8}.log-row.log-achievement .log-text{color:#ffd870;font-weight:700}.log-empty{color:#6f98b8;padding:12px 4px}.ach-row{display:flex;gap:10px;align-items:center;padding:6px 2px;border-bottom:1px solid rgba(88,170,200,.12)}.ach-row .ach-icon{flex:0 0 26px;font-size:18px;text-align:center}.ach-row .ach-name{font-weight:700;color:#eaf8ff;font-size:11px}.ach-row .ach-desc{color:#9fc0d8;font-size:10px}.ach-row.unlocked .ach-name{color:#ffd870}.ach-row.locked{opacity:.45;filter:grayscale(.8)}#ach-toast{position:absolute;top:96px;left:50%;transform:translate(-50%);background:linear-gradient(#6e5a1e,#4a3c10);border:2px solid #ffd870;border-radius:5px;padding:8px 18px;text-align:center;box-shadow:0 3px 14px #00000080;z-index:30;animation:log-pop .2s ease-out;pointer-events:none}#ach-toast.hidden{display:none}#ach-toast-label{font-size:9px;font-weight:700;letter-spacing:3px;color:#ffd870}#ach-toast-body{font-size:12px;font-weight:700;color:#fff6dc;margin-top:3px}#tutorial-box{position:absolute;left:12px;bottom:96px;width:250px;background:linear-gradient(#18284af5,#0e1830f5);border:2px solid #7f9fe0;border-radius:4px;padding:8px 10px;box-shadow:0 2px 10px #00000073;z-index:12}#tutorial-box.hidden{display:none}#tutorial-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:5px}#tutorial-label{font-size:9px;font-weight:700;letter-spacing:2px;color:#a8c4ff}#tutorial-progress{font-size:9px;color:#7f9fe0;font-family:Courier New,monospace}#tutorial-step{font-size:12px;font-weight:700;color:#eaf1ff;line-height:1.35;margin-bottom:4px}#tutorial-step.tutorial-complete{color:#9fe870}#tutorial-hint{font-size:10px;color:#c2d2f2;line-height:1.45}#tutorial-skip{margin-top:7px;background:none;border:1px solid #5a76b8;border-radius:3px;color:#a8c4ff;font-family:inherit;font-size:9px;letter-spacing:1px;padding:3px 8px;cursor:pointer}#tutorial-skip:hover{background:#7f9fe033;color:#eaf1ff}#tip-box{position:absolute;top:68px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;background:linear-gradient(#1e4a32f2,#103222f2);border:2px solid #7fe0a8;border-radius:4px;padding:4px 10px;box-shadow:0 2px 8px #0006;max-width:46%;z-index:12}#tip-box.hidden{display:none}#tip-label{font-size:9px;font-weight:700;letter-spacing:2px;color:#9fe870}#tip-text{font-size:10px;color:#dff5e6;line-height:1.4}#tip-close{background:none;border:none;color:#9fe870;font-size:14px;cursor:pointer;padding:0 2px;line-height:1}#inspect-box{position:absolute;left:12px;top:64px;width:230px;background:linear-gradient(#143c58f5,#0a283ef5);border:2px solid #7fc4e0;border-radius:6px;box-shadow:0 4px 16px #00000080;padding:10px 12px;z-index:20}#inspect-box.hidden{display:none}#inspect-close{position:absolute;top:4px;right:6px;background:none;border:none;color:#9fd8f0;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit}#inspect-close:hover{color:#fff}#inspect-content .i-name{color:#ffd870;font-size:13px;font-weight:700;letter-spacing:1px;margin-bottom:2px}#inspect-content .i-sub{color:#8fbdd6;font-size:10px;margin-bottom:8px}#inspect-content .i-row{display:flex;justify-content:space-between;align-items:center;color:#d8eefa;font-size:10px;margin:5px 0 2px}#inspect-content .i-bar{height:7px;background:#0006;border:1px solid #2f6785;border-radius:3px;overflow:hidden}#inspect-content .i-bar>div{height:100%;transition:width .3s}#inspect-content .i-activity{color:#9fe870;font-size:11px;margin-top:8px;font-weight:700}#inspect-content .i-complaint{color:#ff8a7a;font-size:10px;margin-top:6px;line-height:1.4}#inspect-content .i-hist{font-size:9px;color:#9cc4d8;line-height:1.5;border-left:2px solid #2f6785;padding-left:6px;margin-left:2px}#inspect-content .i-hist-day{color:#ffd870;margin-right:3px}#inspect-content .i-desc{color:#a8cde0;font-size:10px;margin-top:6px;line-height:1.5}#modal{position:absolute;top:0;right:0;bottom:0;left:0;background:#041018b8;display:flex;align-items:center;justify-content:center;z-index:50}#modal.hidden{display:none}#modal-card{width:min(520px,calc(100% - 48px));max-height:calc(100% - 48px);display:flex;flex-direction:column;background:linear-gradient(#3d84a8,#1a4a68);border:3px solid #9fd8f0;border-radius:8px;box-shadow:0 12px 48px #000000b3,inset 0 1px #ffffff4d;padding:22px 26px}#modal-title{color:#ffd870;font-size:18px;letter-spacing:2px;margin-bottom:12px;text-shadow:0 2px 3px rgba(0,0,0,.5)}#modal-body{color:#d8eefa;font-size:12px;line-height:1.7;overflow-y:auto;min-height:0;margin-right:-10px;padding-right:10px}#modal-body p{margin-bottom:10px}#modal-body ul{margin:0 0 10px 18px}#modal-body li{margin-bottom:4px}#modal-body .gold{color:#ffd870;font-weight:700}#modal-buttons{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}#modal-buttons button{font-family:inherit;font-size:12px;font-weight:700;letter-spacing:1px;padding:10px 18px;background:linear-gradient(#f0c95a,#c08a20);border:2px solid #ffe9a8;border-bottom-color:#6a4a08;border-right-color:#6a4a08;border-radius:4px;color:#3a2800;cursor:pointer}#modal-buttons button:hover{filter:brightness(1.1)}#modal-buttons button.secondary{background:linear-gradient(#5ea9cc,#2e6e92);border-color:#9fd8f0;border-bottom-color:#123a50;border-right-color:#123a50;color:#eaf8ff}#modal.guide-mode #modal-card{width:min(780px,calc(100% - 32px));max-height:calc(100% - 32px)}.guide-layout{display:flex;gap:16px;min-height:0;flex:1;overflow:hidden}.guide-nav{flex:0 0 160px;overflow-y:auto;border-right:1px solid rgba(159,216,240,.15);padding-right:10px}.guide-nav button{display:block;width:100%;text-align:left;background:none;border:none;color:#8fbdd6;font-family:inherit;font-size:11px;padding:5px 8px;margin-bottom:2px;cursor:pointer;border-radius:4px;line-height:1.4}.guide-nav button:hover{background:#9fd8f014;color:#d8eefa}.guide-nav button.active{background:#ffd87026;color:#ffd870;font-weight:700}.guide-content{flex:1;overflow-y:auto;padding-right:6px}.guide-content h3{color:#ffd870;font-size:13px;letter-spacing:1px;margin:16px 0 8px}.guide-content h3:first-child{margin-top:0}.guide-content h4{color:#6fe0d8;font-size:12px;margin:12px 0 6px}.guide-content p,.guide-content li{font-size:12px;line-height:1.7;margin-bottom:6px}.guide-content ul{margin:0 0 10px 16px}.guide-content table{width:100%;border-collapse:collapse;margin:8px 0 12px;font-size:11px}.guide-content th{text-align:left;padding:4px 8px;color:#8fbdd6;font-size:10px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(159,216,240,.2)}.guide-content td{padding:4px 8px;border-bottom:1px solid rgba(159,216,240,.08)}.guide-content .tip{border-left:3px solid #9fe870;background:#78c8500f;padding:6px 10px;margin:8px 0;border-radius:4px;color:#c8f0a8}.guide-content .warn{border-left:3px solid #ff8a7a;background:#ff6e500f;padding:6px 10px;margin:8px 0;border-radius:4px;color:#ffc8b8}.guide-content .val{color:#6fe0d8;font-weight:700}.guide-content .gold{color:#ffd870;font-weight:700}.guide-content strong{color:#eaf8ff}.photo-mode #bottom-bar,.photo-mode #members-box,.photo-mode #goal-box,.photo-mode #quest-box,.photo-mode #tip-box,.photo-mode #tutorial-box,.photo-mode #inspect-box,.photo-mode #hint-box,.photo-mode #build-panel,.photo-mode #log-panel,.photo-mode #ticker-board,.photo-mode #ach-toast,.photo-mode #moki-popup{display:none!important}#photo-bar{position:absolute;left:50%;bottom:18px;transform:translate(-50%);display:flex;align-items:center;gap:10px;padding:8px 14px;background:#081e2ed9;border:2px solid #9fd8f0;border-radius:6px;z-index:60}#photo-bar.hidden{display:none}#photo-hint{font-size:10px;color:#9cc4d8}#photo-bar button{font-family:inherit;font-size:11px;font-weight:700;padding:7px 12px;background:linear-gradient(#5ea9cc,#2e6e92);border:1px solid #9fd8f0;border-radius:4px;color:#fff;cursor:pointer}#photo-bar button.secondary{background:linear-gradient(#4a6b80,#2c4756)}#photo-bar button:hover{filter:brightness(1.15)}#photo-flash{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;pointer-events:none;z-index:70;animation:photo-flash .35s ease-out forwards}#photo-flash.hidden{display:none;animation:none}@keyframes photo-flash{0%{opacity:.85}to{opacity:0}}#bottom-bar{position:absolute;left:0;right:0;bottom:0;height:86px;display:flex;align-items:center;gap:10px;padding:8px 12px;background:linear-gradient(#3d84a8,#205a7a 40%,#14405a);border-top:3px solid #7fc4e0;box-shadow:inset 0 -3px #0a2838,0 -4px 12px #00000080;z-index:10}#money-box{background:#0a1c26;border:2px solid #7fc4e0;border-radius:4px;box-shadow:inset 0 2px 6px #000;padding:6px 14px;min-width:150px;text-align:right}#money-value{font-family:Courier New,monospace;font-size:22px;font-weight:700;color:#9fe870;text-shadow:0 0 6px rgba(120,255,90,.5);white-space:nowrap}#money-label{font-size:8px;color:#6fa8c0;letter-spacing:2px;text-align:right;margin-top:2px}#date-box{background:linear-gradient(#fffdf2,#e8e2cc);border:2px solid #8a8574;border-radius:4px;padding:5px 8px;box-shadow:inset 0 1px #fff;text-align:center;display:grid;grid-template-columns:repeat(4,1fr);gap:3px 4px;align-items:center}#date-value{grid-column:span 2;font-size:14px;font-weight:700;color:#b02020;white-space:nowrap}#btn-speed,#btn-mute,#btn-music,#btn-log,#btn-help{width:100%;white-space:nowrap;font-family:inherit;font-size:10px;font-weight:700;background:#d8d2bc;border:1px solid #8a8574;border-radius:3px;cursor:pointer;color:#40311c;padding:2px 0}#btn-speed{grid-column:span 2}#btn-speed:hover,#btn-mute:hover,#btn-music:hover,#btn-log:hover,#btn-help:hover{background:#eee8d2}.save-slot{cursor:default}.slot-actions{display:flex;gap:6px}.slot-btn{font-family:inherit;font-size:10px;font-weight:700;letter-spacing:1px;padding:5px 10px;background:linear-gradient(#5ea9cc,#2e6e92);border:2px solid #9fd8f0;border-bottom-color:#123a50;border-right-color:#123a50;border-radius:4px;color:#fff;cursor:pointer}.slot-btn:hover{filter:brightness(1.15)}.save-when{color:#6fa0b8;font-size:9px}#title-screen.hidden{display:none}#title-screen{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,#181e3a8c,#0a0c1ae0)}#title-card{text-align:center;padding:40px 60px}#title-logo{font-size:52px;line-height:1.05;letter-spacing:6px;color:#ffd24a;text-shadow:3px 3px 0 #7a4a10,6px 6px 0 rgba(0,0,0,.45),0 0 30px rgba(255,200,60,.35)}#title-sub{margin-top:14px;font-size:12px;letter-spacing:3px;color:#b8c4e8}#title-buttons{display:flex;flex-direction:column;gap:10px;margin:34px auto 0;width:240px}#title-buttons button{font-family:inherit;font-size:14px;letter-spacing:2px;padding:11px 0;background:#2a3560;color:#ffe9b0;border:2px solid #6a7ac0;border-bottom-color:#1a2240;border-right-color:#1a2240;border-radius:4px;cursor:pointer}#title-buttons button:hover{background:#38468a;transform:translateY(-1px)}#title-buttons button.secondary{background:#232a48;color:#9aa8d8;font-size:11px;padding:8px 0}#title-footer{margin-top:30px;font-size:10px;color:#6a76a8;letter-spacing:1px}.toggled-off{opacity:.45}.theme-row{display:flex;gap:6px;margin:4px 0 6px}.theme-swatch{width:26px;height:26px;border:2px solid #6a6454;border-radius:4px;cursor:pointer;padding:0}.theme-swatch:hover{transform:scale(1.15)}.theme-swatch.active{border-color:#ffd24a;box-shadow:0 0 6px #ffd24ab3}.theme-swatch.theme-default{background:#d8d2bc;color:#6a6454;font-size:14px;line-height:1}.edit-actions{display:flex;flex-wrap:wrap;gap:4px;margin:6px 0 2px}.edit-actions button,.edit-actions select{font-family:inherit;font-size:10px;padding:4px 7px;background:#2a3560;color:#dce4ff;border:1px solid #5a6aa0;border-radius:3px;cursor:pointer}.edit-actions select{max-width:150px}.edit-actions button:hover{background:#38468a}.edit-actions button.danger{background:#5a2430;border-color:#a05060}.edit-actions button.danger:hover{background:#74303e}.stars-earned{color:#ffd24a;text-shadow:0 0 6px rgba(255,200,60,.5)}.stars-empty{color:#55506a}.win-stars{text-align:center;font-size:30px;margin:4px 0 8px}.award-row{margin:4px 0;font-size:12px}.award-icon{display:inline-block;width:22px;text-align:center}.shift-tag{font-size:9px;background:#2a3560;color:#a8c0ff;border:1px solid #5a6aa0;border-radius:3px;padding:1px 4px;vertical-align:middle;letter-spacing:1px}.job-board{margin:2px 0 8px 14px;border-left:2px solid #3a6a8a;padding-left:8px}.job-board-head{font-size:9px;letter-spacing:1px;color:#7fc4e0;text-transform:uppercase;padding:4px 0 2px}.candidate-row{background:#58aac80f}.trait-tag{font-size:9px;background:#4a3560;color:#d8b8ff;border:1px solid #8a6ab0;border-radius:3px;padding:1px 4px;vertical-align:middle;letter-spacing:.5px;cursor:help}.vip-star{color:#ffd24a}.vip-tag{font-size:9px;background:#ffd24a;color:#4a3400;border-radius:3px;padding:1px 4px;vertical-align:middle;letter-spacing:1px}.i-trait b{color:#9ad8f0}.scenario-opt.locked{opacity:.45;cursor:not-allowed}.scenario-done{color:#9fe870;font-weight:700}.scenario-lock{color:#e8b84a}@keyframes money-up{0%{color:#d6ff9a;text-shadow:0 0 10px rgba(160,255,90,.9)}to{color:#9fe870;text-shadow:0 0 6px rgba(120,220,80,.35)}}@keyframes money-down{0%{color:#ffb0a0;text-shadow:0 0 10px rgba(255,110,80,.9)}to{color:#9fe870;text-shadow:0 0 6px rgba(120,220,80,.35)}}#money-value.flash-up{animation:money-up .8s ease-out}#money-value.flash-down{animation:money-down .8s ease-out}#money-value.negative{color:#ff7a6a;text-shadow:0 0 6px rgba(255,90,70,.5)}#tool-buttons{display:flex;gap:10px}.tool-group{position:relative;display:flex}.group-btn.expanded{background:linear-gradient(#7fc4e0,#3a7ea2)}.group-pop{position:absolute;bottom:calc(100% + 8px);left:0;display:flex;flex-direction:column;gap:4px;background:linear-gradient(#1a4a68f7,#0e3046f7);border:2px solid #7fc4e0;border-radius:6px;padding:6px;box-shadow:0 4px 16px #00000080;z-index:30}.group-pop.hidden{display:none}.group-pop .tool-btn{height:40px;min-width:120px;text-align:left;white-space:nowrap}.tool-btn{height:56px;min-width:82px;padding:0 12px;background:linear-gradient(#5ea9cc,#2e6e92);border:2px solid #9fd8f0;border-bottom-color:#123a50;border-right-color:#123a50;border-radius:4px;color:#eaf8ff;font-family:inherit;font-size:12px;font-weight:700;letter-spacing:1px;cursor:pointer;text-shadow:0 1px 2px rgba(0,0,0,.5)}.tool-btn:hover{filter:brightness(1.12)}.tool-btn.active{background:linear-gradient(#f0c95a,#c08a20);border-color:#ffe9a8;border-bottom-color:#6a4a08;border-right-color:#6a4a08;color:#3a2800;text-shadow:none}.tool-btn.report-notify{position:relative;background:linear-gradient(#f0c95a,#c08a20);border-color:#ffe9a8;border-bottom-color:#6a4a08;border-right-color:#6a4a08;color:#3a2800;text-shadow:none;animation:report-pulse 1.5s ease-in-out 3}.tool-btn.report-notify:after{content:"🔔";position:absolute;top:-6px;right:-6px;font-size:16px;line-height:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.6));text-shadow:none}@keyframes report-pulse{0%,to{filter:brightness(1)}50%{filter:brightness(1.3)}}.tool-btn.small{min-width:54px;font-size:10px}#ticker{flex:1;height:56px;background:#041018;border:2px solid #7fc4e0;border-radius:4px;box-shadow:inset 0 2px 8px #000;display:flex;align-items:center;padding:0 14px;overflow:hidden;cursor:pointer}#ticker:hover{border-color:#b8e6f8}#ticker-text{color:#6fe0d8;font-size:12px;font-weight:700;letter-spacing:.4px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#ticker-board{position:absolute;right:12px;bottom:96px;width:min(560px,calc(100% - 24px));max-height:min(360px,50vh);display:flex;flex-direction:column;background:#041018;border:2px solid #7fc4e0;border-radius:4px;box-shadow:inset 0 2px 8px #000,0 6px 18px #00000080;z-index:45;animation:board-rise .18s ease-out}#ticker-board.hidden{display:none}@keyframes board-rise{0%{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}#ticker-board-head{display:flex;align-items:center;justify-content:space-between;padding:7px 12px;color:#9fd8f0;font-size:10px;font-weight:700;letter-spacing:1px;border-bottom:1px solid #1d4a63}#ticker-board-close{background:none;border:none;color:#9fd8f0;font-size:15px;cursor:pointer;padding:0 2px}#ticker-board-content{overflow-y:auto;padding:8px 12px}#ticker-board-content .tb-row{display:flex;gap:8px;font-size:11px;font-weight:700;color:#6fe0d8;line-height:1.4;padding:3px 0;border-bottom:1px dotted rgba(111,224,216,.15)}#ticker-board-content .tb-day{color:#ffd870;flex-shrink:0;min-width:44px}#build-panel{position:absolute;left:50%;transform:translate(-50%);bottom:96px;width:340px;max-height:min(480px,calc(100% - 140px));overflow-y:auto;background:linear-gradient(#2e6e92,#1a4a68);border:2px solid #7fc4e0;border-radius:6px;box-shadow:0 6px 20px #0000008c;padding:10px;z-index:9}#build-panel.hidden{display:none}#build-panel.wide{width:480px}#build-panel.expanded{left:50%;transform:translate(-50%);width:min(880px,calc(100% - 48px));max-height:calc(100% - 130px);top:16px;bottom:96px;z-index:25}#build-panel.expanded .sat-factors{column-count:3}#build-panel h3{display:flex;align-items:center;color:#eaf8ff;font-size:12px;letter-spacing:2px;margin:2px 4px 8px;text-shadow:0 1px 2px rgba(0,0,0,.5)}#panel-expand,#panel-close{background:none;border:1px solid rgba(159,216,240,.4);border-radius:3px;color:#cfeeff;font-size:13px;line-height:1;padding:2px 6px;cursor:pointer}#panel-expand{margin-left:auto}#panel-close{margin-left:6px}#panel-expand:hover,#panel-close:hover{background:#9fd8f033}.card{display:flex;align-items:center;gap:10px;background:#061a288c;border:1px solid #3f83a8;border-radius:4px;padding:6px 8px;margin-bottom:6px;cursor:pointer;color:#d8eefa}.card:hover{background:#1e506ecc;border-color:#9fd8f0}.card.active{background:#9669148c;border-color:#ffd870}.card .swatch{width:26px;height:26px;border-radius:3px;border:1px solid rgba(255,255,255,.4);flex-shrink:0}.card canvas{flex-shrink:0;image-rendering:pixelated}.card .info{flex:1;min-width:0}.card .name{font-size:12px;font-weight:700}.card .desc{font-size:10px;color:#8fbdd6;margin-top:2px}.card .cost{font-family:Courier New,monospace;font-size:13px;font-weight:700;color:#9fe870;white-space:nowrap}.card.static{cursor:default}.card.static:hover{background:#061a288c;border-color:#3f83a8}.counter{display:flex;align-items:center;gap:6px}.counter button{width:24px;height:24px;font-family:inherit;font-size:14px;font-weight:700;background:linear-gradient(#5ea9cc,#2e6e92);border:1px solid #9fd8f0;border-radius:3px;color:#eaf8ff;cursor:pointer}.counter button:hover{filter:brightness(1.15)}.counter .count{min-width:18px;text-align:center;font-size:14px;font-weight:700;color:#ffd870}.staff-row{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#061a2866;border:1px solid #2f6785;border-radius:3px;padding:5px 8px;margin:4px 0 4px 12px;color:#d8eefa}.staff-row .s-name{font-size:11px;font-weight:700}.staff-row .s-stars{color:#ffd870;letter-spacing:1px}.staff-row .s-sub{font-size:10px;color:#9cc4d8;margin-top:2px}.staff-row .s-actions{display:flex;gap:4px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;max-width:55%}.staff-row .s-actions button,.hire-btn{font-family:inherit;font-size:9px;font-weight:700;padding:4px 6px;background:linear-gradient(#5ea9cc,#2e6e92);border:1px solid #9fd8f0;border-radius:3px;color:#eaf8ff;cursor:pointer;white-space:nowrap}.staff-row .s-actions button:hover,.hire-btn:hover{filter:brightness(1.15)}.staff-row .s-actions button:disabled{opacity:.45;cursor:default;filter:none}.staff-row .s-actions button.danger{background:linear-gradient(#c8604a,#8a3626);border-color:#e8a08a}.vopt{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#061a2866;border:1px solid #2f6785;border-radius:3px;padding:5px 8px;margin:4px 0 4px 12px;cursor:pointer;color:#c8e4f4;font-size:11px}.vopt:hover{border-color:#9fd8f0}.vopt.selected{background:#96691480;border-color:#ffd870;color:#fff}.vopt .vname{font-weight:700}.vopt .vdesc{color:#8fbdd6;font-size:10px;margin-top:1px}.vopt.selected .vdesc{color:#e8d8b0}.vlink{color:#58aac8;text-decoration:underline;cursor:pointer}.vlink:hover{color:#9fd8f0}.vopt.selected .vlink{color:#ffd870}.vopt .vprice{font-family:Courier New,monospace;font-weight:700;color:#9fe870;white-space:nowrap}.cat-head{color:#eaf8ff;font-size:11px;font-weight:700;letter-spacing:1px;margin:10px 4px 2px}.cat-desc{color:#8fbdd6;font-size:10px;margin:0 4px 4px;line-height:1.4}.rpt-table{width:100%;border-collapse:collapse;margin:4px 0 10px}.rpt-table td{font-size:11px;color:#d8eefa;padding:3px 6px;border-bottom:1px solid rgba(127,196,224,.15)}.rpt-table td.num{text-align:right;font-family:Courier New,monospace;font-weight:700;white-space:nowrap}.rpt-table td.pos{color:#9fe870}.rpt-table td.neg{color:#ff8a7a}.rpt-table tr.total td{border-top:2px solid #7fc4e0;border-bottom:none;font-weight:700;font-size:12px;color:#fff}.rpt-table tr.head td{color:#8fbdd6;font-size:9px;letter-spacing:1px;border-bottom:1px solid #3f83a8}.rpt-chart{display:block;margin:2px 4px 8px;border:1px solid #2f6785;border-radius:3px}.fee-row{display:flex;align-items:center;justify-content:space-between;background:#061a288c;border:1px solid #3f83a8;border-radius:4px;padding:6px 10px;margin-bottom:8px;color:#d8eefa;font-size:12px;font-weight:700}.fee-row .fee-value{font-family:Courier New,monospace;font-size:16px;color:#ffd870}.sat-factors{margin:0 4px 8px;font-size:10px;color:#a8cde0;line-height:1.6;column-count:2}.sat-factors .pos{color:#9fe870}.sat-factors .neg{color:#ff8a7a}.review{background:#00000038;border-left:3px solid #3a5a70;border-radius:3px;margin:4px 4px 6px;padding:6px 8px}.review-head{font-size:10px;color:#cfe6f2;margin-bottom:3px}.review-stars{color:#b08a20;letter-spacing:1px}.review-stars.pos{color:#d8b030}.review-stars.neg{color:#ff8a7a}.review-when{color:#6d8ea2;font-size:9px}.review-text{font-size:10px;color:#a8c8da;line-height:1.45;font-style:italic}@media(max-width:900px){#money-box{min-width:110px}#money-value{font-size:16px}.tool-btn{min-width:56px;font-size:10px;padding:0 6px}#tool-buttons{gap:6px}}@media(pointer:coarse){.group-pop .tool-btn{height:52px;min-width:160px;font-size:13px}#btn-speed,#btn-mute,#btn-music,#btn-log,#btn-help{font-size:13px;padding:5px 0}.vopt,.staff-row,.card{min-height:46px}.s-actions button,.hire-btn,.slot-btn,.log-chip{padding:8px 10px;font-size:11px}#panel{max-height:62vh}}.auth-form{display:flex;flex-direction:column;gap:10px;margin-top:8px}.auth-form label{display:flex;flex-direction:column;gap:3px;font-size:10px;letter-spacing:1px;color:#9fd8f0}.auth-form input,.auth-form textarea{font-family:inherit;font-size:13px;padding:8px 10px;border:2px solid #5ea9cc;border-radius:4px;background:#0000004d;color:#eaf8ff;outline:none;resize:vertical}.auth-form input:focus,.auth-form textarea:focus{border-color:#ffd870}.auth-error{color:#ff6b6b;font-size:11px;min-height:16px}#cloud-sync{margin-left:4px;font-size:9px;vertical-align:middle;display:inline}.cloud-ok{color:#7dffb3}.cloud-syncing{color:#ffd870;animation:spin 1s linear infinite}.cloud-err{color:#ff6b6b}.cloud-idle{color:#9fd8f0}.cloud-off{color:transparent}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#moki-popup{position:absolute;left:14px;bottom:92px;display:flex;align-items:flex-end;gap:4px;z-index:35;pointer-events:auto;cursor:pointer;animation:moki-up .35s ease-out}#moki-popup.hidden{display:none}#moki-popup.moki-leaving{animation:moki-down .3s ease-in forwards}#moki-img{width:72px;height:auto;image-rendering:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4))}#moki-bubble{background:#0e2430;border:2px solid #7fc4e0;border-radius:10px;padding:8px 14px;max-width:260px;box-shadow:0 3px 10px #00000080;position:relative;margin-bottom:24px}#moki-bubble:before{content:"";position:absolute;left:-8px;bottom:10px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:8px solid #7fc4e0}#moki-bubble:after{content:"";position:absolute;left:-5px;bottom:11px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:6px solid #0e2430}#moki-text{color:#b8e6f8;font-size:12px;font-weight:700;line-height:1.4;letter-spacing:.3px}@keyframes moki-up{0%{transform:translateY(120%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes moki-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(120%);opacity:0}}
