*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0b0e12;--surface: #13181e;--surface-2: #1a2129;--border: #262f38;--text: #e8edf2;--text-muted: #6b7a8a;--accent: #d1aa58;--green: #6fe48a;--red: #e07e7e;--header-h: 52px;--sidebar-w: 280px}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.app{display:flex;flex-direction:column;height:100%}.main-content{display:flex;flex:1;overflow:hidden}.header{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0}.header-left{display:flex;align-items:center;gap:.5rem}.header-title{font-size:1rem;font-weight:800;color:var(--accent);letter-spacing:-.02em}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.online{background:var(--green);box-shadow:0 0 6px #6fe48a66}.status-dot.offline{background:var(--red)}.status-text{font-size:.75rem;color:var(--text-muted)}.header-resources{display:flex;gap:1rem}.resource{display:flex;align-items:center;gap:.3rem;font-size:.85rem}.resource-icon{font-size:1rem}.resource-value{font-weight:700;color:var(--text)}.game-canvas{flex:1;position:relative;overflow:hidden}.game-canvas canvas{display:block}.sidebar{width:var(--sidebar-w);background:var(--surface);border-left:1px solid var(--border);padding:1rem;overflow-y:auto;flex-shrink:0}.sidebar-section{margin-bottom:1.5rem}.sidebar-section h3{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem}.sidebar-placeholder{color:var(--text-muted);font-size:.85rem;text-align:center;padding:1rem;border:1px dashed var(--border);border-radius:.5rem}.resources-list{display:flex;flex-direction:column;gap:.35rem}.resource-row{display:flex;justify-content:space-between;font-size:.85rem;padding:.25rem .5rem;background:var(--surface-2);border-radius:.4rem}.res-val{font-weight:700;color:var(--text)}.build-list{display:flex;flex-direction:column;gap:.35rem}.build-btn{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:.5rem;color:var(--text);cursor:pointer;font-family:inherit;font-size:.85rem;text-align:left;transition:border-color .15s,background .15s}.build-btn:hover:not(:disabled){border-color:var(--accent);background:#d1aa581a}.build-btn:disabled{opacity:.4;cursor:not-allowed}.build-icon{font-size:1.2rem}.build-info{display:flex;flex-direction:column;gap:.1rem}.build-name{font-weight:600}.build-cost{font-size:.7rem;color:var(--text-muted)}.building-item{display:flex;align-items:center;justify-content:space-between;padding:.35rem .5rem;background:var(--surface-2);border-radius:.4rem;font-size:.8rem}.building-item-info{display:flex;flex-direction:column;gap:.1rem}.building-item-name{font-weight:600}.building-item-pos{font-size:.65rem;color:var(--text-muted)}.upgrade-btn{background:var(--accent);color:#0b0e12;border:none;border-radius:.3rem;padding:.2rem .5rem;font-weight:700;cursor:pointer;font-size:.8rem}@media(max-width:768px){.sidebar{width:100%;max-height:35vh;overflow-y:auto;border-left:none;border-top:1px solid var(--border);flex-shrink:0}.main-content{flex-direction:column-reverse}.game-canvas{min-height:50vh}.game-canvas canvas{width:100%!important;height:auto!important}}
