@import "https://fonts.googleapis.com/css2?family=DotGothic16&family=Zen+Kurenaido&display=swap";
.office-root{--ink:#1a2433;--paper:#f3efe4;--hud:#fff8e8;--accent:#e07a3d;--accent-deep:#b84f1c;--mint:#6fbf9a;--sky:#7eb6d9;--wood:#c49a6c;--shadow:#1a243347;min-height:100vh;color:var(--ink);background:radial-gradient(at 20% 0,#ffe8c8 0%,#0000 50%),radial-gradient(at 90% 10%,#c8e8ff 0%,#0000 45%),linear-gradient(#d9eef8 0%,#b8d4a8 55%,#8fbc7a 100%);margin:0;font-family:Zen Kurenaido,DotGothic16,sans-serif;overflow-x:hidden}.office-root *{box-sizing:border-box}.office-hud{z-index:40;background:color-mix(in srgb, var(--hud) 92%, transparent);border-bottom:3px solid var(--ink);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);flex-wrap:wrap;align-items:center;gap:12px 20px;padding:10px 16px;display:flex;position:sticky;top:0}.office-brand{letter-spacing:.04em;margin:0;font-family:DotGothic16,monospace;font-size:clamp(1.1rem,2.5vw,1.55rem)}.office-brand span{opacity:.75;letter-spacing:.08em;font-family:Zen Kurenaido,sans-serif;font-size:.72rem;display:block}.office-stat{background:var(--paper);border:2px solid var(--ink);box-shadow:3px 3px 0 var(--shadow);align-items:baseline;gap:6px;padding:4px 10px;font-family:DotGothic16,monospace;font-size:.85rem;display:inline-flex}.office-stat em{color:var(--accent-deep);font-style:normal}.office-stat-link{color:inherit;cursor:pointer;text-decoration:none}.office-stat-link:hover,.office-stat-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.country-shell{gap:14px;display:grid}.country-place{gap:10px;margin:0;display:grid}.country-place>div{border:2px solid var(--ink);box-shadow:3px 3px 0 var(--shadow);background:#fff;grid-template-columns:7rem 1fr;align-items:baseline;gap:8px;padding:10px 12px;display:grid}.country-place dt{opacity:.75;margin:0;font-family:DotGothic16,monospace;font-size:.78rem}.country-place dd{margin:0;font-size:1.05rem;font-weight:600}.country-nav{flex-wrap:wrap;gap:8px;display:flex}.office-hud-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.office-stage-wrap{width:min(1200px,100%);margin:0 auto;padding:12px 12px 110px;position:relative}.office-stage{aspect-ratio:16/9;border:4px solid var(--ink);width:100%;box-shadow:8px 8px 0 var(--shadow);background:#8ec8e8 50%/cover no-repeat;animation:8s ease-in-out infinite office-breathe;position:relative;overflow:hidden}.shop-interior{border:4px solid var(--ink);background:linear-gradient(90deg, color-mix(in srgb, var(--wood) 40%, white) 1px, transparent 1px) 0 0 / 18px 18px, var(--paper);width:min(720px,100%);box-shadow:8px 8px 0 var(--shadow);margin:0 auto;padding:18px}.shop-interior-head{border-bottom:3px solid var(--ink);justify-content:space-between;align-items:start;gap:16px;margin-bottom:16px;padding-bottom:12px;display:flex}.shop-interior-head p,.shop-interior-head h2{margin:0}.shop-interior-head p{font-family:DotGothic16,monospace;font-size:.75rem}.shop-interior-head h2{font-family:DotGothic16,monospace}@keyframes office-breathe{0%,to{filter:saturate()brightness()}50%{filter:saturate(1.08)brightness(1.03)}}.office-stage img.stage-bg{object-fit:cover;width:100%;height:100%;image-rendering:pixelated;pointer-events:none;position:absolute;inset:0}.office-actor{text-align:center;cursor:pointer;width:clamp(56px,9vw,96px);color:inherit;background:0 0;border:none;padding:0;animation:2.4s ease-in-out infinite actor-bob;position:absolute;transform:translate(-50%,-80%)}.office-actor:nth-child(odd){animation-delay:.4s}.office-actor:nth-child(3n){animation-delay:.9s}@keyframes actor-bob{0%,to{translate:0}50%{translate:0 -4px}}.office-actor img{width:100%;height:auto;image-rendering:pixelated;filter:drop-shadow(2px 3px 0 var(--shadow))}.office-actor-label{background:var(--hud);border:2px solid var(--ink);white-space:nowrap;margin-top:2px;padding:2px 6px;font-family:DotGothic16,monospace;font-size:.65rem;display:inline-block}.office-dock{z-index:50;background:color-mix(in srgb, var(--hud) 95%, transparent);border:3px solid var(--ink);box-shadow:0 8px 0 var(--shadow);gap:8px;padding:10px;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%)}.office-dock a,.office-dock button,.office-btn{appearance:none;border:2px solid var(--ink);background:var(--paper);color:var(--ink);cursor:pointer;box-shadow:2px 2px 0 var(--shadow);padding:10px 12px;font-family:DotGothic16,monospace;font-size:.78rem;text-decoration:none;transition:translate .12s,box-shadow .12s,background .12s}.office-dock a:hover,.office-dock button:hover,.office-btn:hover{box-shadow:3px 4px 0 var(--shadow);background:#fff;translate:0 -2px}.office-dock a[data-active=true],.office-btn-primary{background:var(--accent);color:#fff}.office-panel-backdrop{z-index:60;background:#1a243359;justify-content:center;align-items:flex-end;padding:16px;animation:.18s fade-in;display:flex;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.office-panel{background:var(--paper);border:4px solid var(--ink);width:min(560px,100%);max-height:min(78vh,720px);box-shadow:10px 10px 0 var(--shadow);padding:16px 18px 20px;animation:.22s cubic-bezier(.2,.8,.2,1) panel-up;overflow:auto}@keyframes panel-up{0%{opacity:.4;translate:0 24px}to{opacity:1;translate:0}}.office-panel h2{margin:0 0 8px;font-family:DotGothic16,monospace;font-size:1.15rem}.office-panel p.lead{opacity:.85;margin:0 0 14px}.office-panel form{gap:10px;display:grid}.office-panel label{gap:4px;font-size:.92rem;display:grid}.office-panel input,.office-panel select,.office-panel textarea{font:inherit;border:2px solid var(--ink);background:#fff;padding:8px 10px}.office-panel-head{justify-content:space-between;align-items:start;gap:12px;margin-bottom:8px;display:flex}.office-alert{border:2px solid var(--accent-deep);color:#7a2a0c;background:#ffe0d6;margin:0 0 12px;padding:10px 12px}.office-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.office-list li{border:2px solid var(--ink);background:#fff;padding:10px}.office-empty{text-align:center;border:3px dashed var(--ink);background:color-mix(in srgb, var(--mint) 25%, white);padding:24px}@media (max-width:720px){.office-dock{width:calc(100% - 16px);bottom:8px;overflow-x:auto}.office-stage-wrap{padding-bottom:96px}}.character-preview-img{width:96px;height:96px;image-rendering:pixelated;border:3px solid var(--ink);background:color-mix(in srgb, var(--sky) 30%, white);box-shadow:4px 4px 0 var(--shadow);margin:12px auto;display:block}.office-actor-sprite{width:72px;height:72px;image-rendering:pixelated}.office-shop-actor{z-index:6;text-decoration:none;position:absolute;transform:translate(-50%,-50%)}.office-shop-sign{color:var(--ink);background:var(--hud);border:2px solid var(--ink);box-shadow:3px 3px 0 var(--shadow);padding:6px 10px;font-family:DotGothic16,monospace;font-size:.75rem;display:inline-block}.office-shop-sign-mart{color:#f4f7f2;background:#2f5d50}.office-shop-tabs{flex-wrap:wrap;gap:6px;margin:12px 0;display:flex}.office-shop-tabs a{color:var(--ink);border:2px solid var(--ink);background:var(--paper);padding:4px 8px;font-size:.8rem;text-decoration:none}.office-shop-tabs a[data-active=true]{background:var(--accent);color:#fff}.town-map{background:linear-gradient(90deg,#ffffff1a 1px,#0000 1px) 0 0/12px 12px,linear-gradient(#8ed2ed 0 30%,#b9d98d 30% 100%);min-height:100vh;padding:clamp(20px,4vw,48px) clamp(16px,4vw,64px) 110px}.town-map-intro{width:min(1180px,100%);color:var(--ink);margin:0 auto 14px}.town-map-intro p,.town-map-intro span{letter-spacing:.08em;margin:0;font-family:DotGothic16,monospace;font-size:.75rem}.town-map-intro h1{margin:5px 0;font-size:clamp(1.8rem,5vw,3.5rem);line-height:1}.town-map-stage{isolation:isolate;border:5px solid var(--ink);width:min(1180px,100%);min-height:clamp(520px,56vw,700px);box-shadow:10px 10px 0 var(--shadow);background:linear-gradient(30deg,#0000 48%,#ffffff2e 49% 51%,#0000 52%) 0 0/42px 42px,#8fc775;margin:0 auto;position:relative;overflow:hidden}.town-map-sun{z-index:-1;aspect-ratio:1;background:#ffd45d;border:4px solid #f09a40;border-radius:50%;width:74px;position:absolute;top:9%;right:8%;box-shadow:0 0 0 7px #ffffff2e}.town-map-road{z-index:0;background:#d6c5a5;border-block:4px solid #776753;position:absolute}.town-map-road-horizontal{height:14%;top:54%;left:-2%;right:-2%}.town-map-road-vertical{border:0;border-inline:4px solid #776753;width:13%;top:-2%;bottom:-2%;left:46%}.town-map-park{z-index:1;aspect-ratio:1;color:#fff;background:radial-gradient(circle at 25% 30%,#9dd76a 0 13%,#0000 14%),radial-gradient(circle at 70% 64%,#9dd76a 0 14%,#0000 15%),#5e9b50;border:4px solid #417144;border-radius:50%;place-items:center;width:19%;min-width:108px;display:grid;position:absolute;top:17%;left:39%;box-shadow:inset 0 0 0 6px #71b95c}.town-map-park span{color:var(--ink);background:#fff8e8;border:2px solid #35563a;padding:3px 5px;font-family:DotGothic16,monospace;font-size:.65rem}.town-map-building{z-index:2;border:4px solid var(--ink);width:clamp(135px,20%,235px);min-height:clamp(100px,15vw,150px);color:var(--ink);align-content:center;padding:13px 12px 12px;text-decoration:none;transition:translate .12s,filter .12s;display:grid;position:absolute;box-shadow:6px 7px #1a243352}.town-map-building:hover,.town-map-building:focus-visible{z-index:4;filter:saturate(1.2);translate:0 -6px}.town-map-building-roof{clip-path:polygon(50% 0,100% 100%,0 100%);width:calc(100% + 18px);height:25px;filter:drop-shadow(0 -3px 0 var(--ink));background:#bf5741;position:absolute;top:-18px;left:-9px}.town-map-building strong,.town-map-building small,.town-map-enter{z-index:1;position:relative}.town-map-building strong{font-family:DotGothic16,monospace;font-size:clamp(.75rem,1.5vw,1rem)}.town-map-building small{margin-top:4px;font-size:.72rem}.town-map-enter{border:2px solid var(--ink);background:#fff8e8;justify-self:start;margin-top:10px;padding:3px 6px;font-family:DotGothic16,monospace;font-size:.65rem}.town-map-building-office{background:#ffd37a;top:64%;left:12%}.town-map-building-shop-a{background:#f49790;top:22%;left:11%}.town-map-building-shop-b{background:#98c1e5;top:67%;right:10%}.town-map-building-shop-c{background:#c2a4de;top:27%;right:12%}.town-map-building-shop-mart{color:#f4f7f2;background:#2f5d50;top:62%;left:12%}.town-map-building-shop-mart .town-map-building-roof{background:#1e3d35}.town-map-building-police{background:#7eb8d4;top:48%;left:38%}.town-map-building-police .town-map-building-roof{background:#3d5a80}.town-map-building-prosecution{background:#a8c5a0;top:48%;left:58%}.town-map-building-prosecution .town-map-building-roof{background:#3d5c45}.town-map-building-tax{background:#c9b896;top:68%;left:38%}.town-map-building-tax .town-map-building-roof{background:#6b5a3e}.town-map-building-housing{background:#b8c4b0;top:68%;left:48%}.town-map-building-housing .town-map-building-roof{background:#4a5c48}.town-map-building-civil{background:#d4c4a8;top:68%;left:58%}.town-map-building-civil .town-map-building-roof{background:#6b5a3e}.town-map-actions{flex-wrap:wrap;justify-content:center;gap:10px;width:min(1180px,100%);margin:18px auto 0;display:flex}.town-map-entry{border:3px solid var(--ink);width:fit-content;box-shadow:4px 4px 0 var(--shadow);color:var(--ink);font-family:DotGothic16,monospace;font-size:inherit;cursor:pointer;background:#fff8e8;margin:0;padding:10px 14px;text-decoration:none;display:inline-block}.police-shell{gap:1.25rem;display:grid}.constitution-shell{gap:1rem;display:grid}.constitution-shell h3{margin:0 0 .4rem;font-family:DotGothic16,monospace;font-size:1rem}.constitution-source{opacity:.8;margin:0;font-size:.85rem}.constitution-source code{word-break:break-all;font-size:.8em}.constitution-article{gap:.5rem;display:grid}.constitution-article ol{gap:.35rem;margin:0;padding-left:1.25rem;display:grid}.constitution-article p,.constitution-article li{margin:0;line-height:1.45}.constitution-back{margin:.5rem 0 0}.politics-shell{gap:1rem;display:grid}.politics-shell h3{margin:0 0 .4rem;font-family:DotGothic16,monospace;font-size:1rem}.politics-source{opacity:.8;margin:0;font-size:.85rem}.politics-source code{word-break:break-all;font-size:.8em}.politics-section{gap:.5rem;display:grid}.politics-section ul{gap:.35rem;margin:0;padding-left:1.25rem;display:grid}.politics-section li{margin:0;line-height:1.45}.politics-back{margin:.5rem 0 0}.police-shell h3{margin:0 0 .4rem;font-family:DotGothic16,monospace;font-size:1rem}.police-service-meta{gap:.55rem;margin:.75rem 0 0;display:grid}.police-service-meta div{grid-template-columns:8rem 1fr;gap:.5rem;display:grid}.police-service-meta dt{opacity:.75;margin:0;font-size:.85rem}.police-service-meta dd{margin:0;font-weight:600}.police-timeline{margin:.75rem 0 0;padding-left:1.25rem}.police-timeline li{gap:.15rem;margin-bottom:.45rem;display:grid}.police-timeline strong{font-family:DotGothic16,monospace}.prosecution-shell{gap:1.25rem;display:grid}.prosecution-shell h3{margin:0 0 .4rem;font-family:DotGothic16,monospace;font-size:1rem}.prosecution-shell h4{margin:.75rem 0 .35rem;font-family:DotGothic16,monospace;font-size:.95rem}.prosecution-defense{border:2px solid var(--ink);background:color-mix(in srgb, var(--paper) 88%, #c8e0d0);margin-top:.75rem;padding:.75rem 1rem}.tax-shell{gap:1.25rem;display:grid}.tax-shell h3{margin:0 0 .4rem;font-family:DotGothic16,monospace;font-size:1rem}.tax-shell .office-list li{align-items:start;gap:.5rem;display:grid}.housing-shell{gap:1.25rem;display:grid}.housing-shell h3{margin:0 0 .4rem;font-family:DotGothic16,monospace;font-size:1rem}.housing-shell .office-list li{align-items:start;gap:.5rem;display:grid}.civil-service-shell{gap:1.25rem;display:grid}.civil-service-shell h3{margin:0 0 .4rem;font-family:DotGothic16,monospace;font-size:1rem}.civil-service-ops{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.civil-service-ops li{border:2px solid var(--ink);background:color-mix(in srgb, var(--paper) 90%, #d4c4a8);gap:.15rem;padding:.55rem .75rem;display:grid}.civil-appointment-meta{gap:.55rem;margin:0;display:grid}.civil-appointment-meta div{gap:.15rem;display:grid}.civil-appointment-meta dt{opacity:.8;font-family:DotGothic16,monospace;font-size:.85rem}.civil-appointment-meta dd{margin:0}@media (max-width:640px){.town-map-stage{min-height:530px}.town-map-building{width:41%;min-height:112px}.town-map-building-office{top:68%;left:5%}.town-map-building-shop-a{top:25%;left:5%}.town-map-building-shop-b{top:69%;right:5%}.town-map-building-shop-c{top:27%;right:5%}.town-map-building-shop-mart{top:58%;left:5%}.town-map-building-police{width:44%;top:48%;left:28%}.town-map-building-prosecution{width:44%;top:58%;left:28%}.town-map-building-tax{width:44%;top:72%;left:28%}.town-map-building-housing{width:44%;top:77%;left:28%}.town-map-building-civil{width:44%;top:87%;left:28%}}.travel-estimates ul{gap:12px;margin:12px 0 0;padding:0;list-style:none;display:grid}.travel-estimates li{border:2px solid var(--ink);background:color-mix(in srgb, var(--hud) 88%, white);gap:6px;padding:10px 12px;display:grid}.travel-status{border:2px dashed var(--accent-deep);background:#ffefd9;gap:8px;margin-bottom:16px;padding:12px;display:grid}
