:root{--bg:#f5f5f5;--fg:#111;--accent:#2563eb}*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--fg);line-height:1.6}main{max-width:720px;margin:0 auto;padding:4rem 1.5rem;display:flex;flex-direction:column;gap:2rem}a{color:var(--accent)}section{gap:1rem}.panel,section{display:flex;flex-direction:column}.panel{background:#fff;border:1px solid #d4d4d8;border-radius:.75rem;padding:1.25rem;gap:.75rem}label{display:flex;flex-direction:column;gap:.35rem;font-weight:600}input,select,textarea{width:100%;padding:.65rem .75rem;border-radius:.5rem;border:1px solid #cbd5f5;font:inherit}textarea{resize:vertical}button{border:none;border-radius:.5rem;padding:.6rem 1rem;font-weight:600;background:var(--accent);color:#fff;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:#0f172a}button.danger{background:#dc2626}.stack{gap:.75rem}.list,.stack{display:flex;flex-direction:column}.list{list-style:none;padding:0;margin:0;gap:.5rem}.list li{border-radius:.5rem;padding:.75rem;background:#fff;border:1px solid #e2e8f0}.form-error{color:#b91c1c;font-weight:600}.form-success{color:#15803d;font-weight:600}.resource-row{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.35rem}.resource-chip{background:#eef2ff;border-radius:999px;padding:.2rem .6rem;font-size:.85rem}.hint{font-size:.9rem;color:#475569}.action-phase-panel .location-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.zone-stack{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.zone-panel{border:1px solid #d4d4d8;border-radius:.85rem;padding:1rem;background:#fff}.zone-panel>header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.zone-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.75rem;gap:.75rem}.zone-action{gap:.4rem}.toggle-button,.zone-action{display:flex;flex-direction:column}.toggle-button{gap:.3rem;border:1px solid #cbd5f5;border-radius:.65rem;padding:.75rem;background:#f8fafc;text-align:left;color:var(--fg)}.toggle-button--active{border-color:var(--accent);background:#e0edff;box-shadow:inset 0 0 0 1px var(--accent)}.toggle-button__costs{display:flex;flex-wrap:wrap;gap:.25rem;font-size:.85rem;color:#b45309}.toggle-details{display:flex;flex-direction:column;gap:.5rem;padding-left:.5rem;border-left:2px solid #e2e8f0}.toggle-details label{font-size:.9rem}.optional-toggle{flex-direction:row!important;align-items:center}.turn-submit{margin-top:1.25rem}.turn-submit__buttons{display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap}.location-board__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.location-card{text-align:left;gap:.4rem;color:var(--fg)}.turn-action-effects,.turn-action-list{padding-left:1.25rem}.turn-action-effects{margin-top:.5rem;font-size:.95rem}.turn-round-heading{font-weight:600;margin:.5rem 0 .25rem}