@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');
:root{--ink:#173e39;--mint:#c7ded0;--paper:#edf0e4;--apricot:#e5ad69;--line:#829e8f;--muted:#48645a;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #bf702b;outline-offset:4px}button{border:0}header{margin:20px 28px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #b8c5b5;padding:0 0 20px} .brand{display:flex;align-items:center;gap:10px;font-size:23px;letter-spacing:-1px;font-weight:700}.brand span{font-size:9px;font-weight:500;letter-spacing:1.2px;margin-left:20px;max-width:100px;line-height:1.6}nav{display:flex;align-items:center;gap:25px;font-size:13px}.header-action{background:var(--ink);color:var(--paper);padding:13px 20px;border-radius:5px}.header-action span{margin-left:20px}.quiet{background:none;padding:7px 0;font-size:12px;border-bottom:1px solid transparent}.quiet:hover{border-bottom-color:currentColor}.opening{margin:18px 28px 0;border:1px solid #a7bca9;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 24px;background:#dde7d6;border-radius:5px}.opening p{margin:5px 0;font-family:'Libre Caslon Display',Georgia,serif;font-size:24px}.opening svg{width:40%;max-width:460px;height:65px;fill:none;stroke:var(--ink);stroke-width:1.5}.opening text{font:13px 'DM Sans',Arial;fill:var(--ink);stroke:none}.intro-road{stroke-dasharray:440;stroke-dashoffset:440;animation:road 2s forwards}.intro-plot{opacity:0;animation:appear 1s forwards}.intro-plot.first{animation-delay:2s}.intro-plot.second{animation-delay:4s}@keyframes road{to{stroke-dashoffset:0}}@keyframes appear{to{opacity:1}}[hidden]{display:none!important}main{max-width:1600px;margin:auto;padding:0 28px}.table-heading{display:flex;align-items:end;justify-content:space-between;padding:29px 0 22px}.eyebrow{font-size:10px;letter-spacing:1.6px;font-weight:600}h1{font-weight:500;font-size:36px;letter-spacing:-1.6px;margin:8px 0 0}.table-heading p{font-size:15px;margin:0 0 3px;line-height:1.6}.table-heading em{font-family:Georgia,serif;font-weight:400}.desk{background:var(--ink);padding:22px;display:grid;grid-template-columns:minmax(0,1fr) 305px;gap:27px;border-radius:12px;box-shadow:0 5px 0 #10312c}.plan-side{min-width:0;color:var(--mint)}.plan-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 3px 12px}.plan-top b{font-size:13px;font-weight:500}.plan-top small{display:block;letter-spacing:1.3px;font-size:8px;margin-top:5px}.plan-top button{font-size:10px;color:var(--mint)}.board-wrap{position:relative;background:#aec7b5;padding:22px 27px 10px;border-radius:4px;color:var(--ink)}.north{position:absolute;right:9px;top:7px;font-size:9px}.axis{width:100%;text-align:center;font-size:9px;word-spacing:9px;margin-bottom:8px;color:#305144;letter-spacing:1px}.board{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));border:1px solid #648b76;aspect-ratio:1.3;gap:0;background:#b6cdbb}.cell{position:relative;background:#c7d9c5;border-right:1px solid #9ab69e;border-bottom:1px solid #9ab69e;padding:4px;min-width:0;min-height:0;color:var(--ink);border-radius:0;display:flex;align-items:center;justify-content:center}.cell:nth-child(2n){background:#c2d5bf}.cell:hover{background:#e5e8cf}.cell:focus-visible{outline-offset:-3px;z-index:2}.cell.empty:after{content:'+';font-size:10px;color:#759781}.cell svg{width:100%;height:100%;max-height:54px;fill:none;stroke:currentColor;stroke-width:1.5}.cell.road{background:#567767;color:#e6e8ca;padding:0}.cell.home{background:#e8ddba}.cell.workshop{background:#e6bd85}.cell.substation{background:#efd3a0}.cell.park{background:#9bbba0}.cell.draft{background:var(--apricot);outline:3px dashed var(--ink);outline-offset:-4px}.cell.buildable:after{color:#183e39;font-weight:bold;font-size:16px}.cell.buildable{box-shadow:inset 0 0 0 2px #6d8b64}.cell .cell-owner{position:absolute;right:3px;bottom:1px;font-size:7px;font-weight:bold}.board-caption{display:flex;justify-content:space-between;gap:8px;font-size:8px;letter-spacing:.4px;margin-top:10px}.plan-bottom{display:flex;justify-content:space-between;padding:13px 3px 0;font-size:9px}.legend{display:flex;align-items:center;gap:6px}.legend i{height:8px;width:8px;display:inline-block;margin-left:10px}.legend i:first-child{margin-left:0}.road-key{background:#759882}.building-key{background:#e8ddba}.draft-key{background:var(--apricot)}.turn-note{background:#f2e8cf;padding:21px;border-radius:3px;align-self:stretch;box-shadow:3px 4px 0 #0e2f28}.note-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.note-top .eyebrow{font-size:9px}.local-dot{font-size:9px}.local-dot:before{content:'●';color:#466e46;margin-right:5px}h2{font-family:'Libre Caslon Display',Georgia,serif;font-weight:400}.turn-note h2{font-size:37px;line-height:1;margin:22px 0 14px;letter-spacing:-1px;overflow-wrap:anywhere}.seats{display:flex;gap:5px}.seat{border:1px solid #abbaa0;border-radius:30px;padding:4px 7px;font-size:9px;max-width:65px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seat.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.note-instruction{font-size:11px;line-height:1.7;margin:18px 0}.modules{display:grid;grid-template-columns:1fr 1fr;gap:6px}.module{border:1px solid #afbaa1;padding:9px 10px;background:transparent;text-align:left;font-size:11px;min-height:50px}.module span{display:block;font-size:9px;color:#466451;margin-top:4px}.module:first-child{grid-column:1/-1;min-height:42px;display:flex;justify-content:space-between;align-items:center}.module[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:var(--paper)}.module[aria-pressed=true] span{color:var(--mint)}.power-line{border-block:1px solid #b9c1a6;margin-top:16px;padding:12px 0}.power-line>div{display:flex;justify-content:space-between;align-items:center}.power-line span{font-size:9px;letter-spacing:1px}.power-line b{font-size:13px}.power-line meter{width:100%;height:8px;display:block;margin:9px 0;accent-color:#487658}.power-line small{font-size:9px;color:#49624c}.status{font-size:11px;line-height:1.5;min-height:32px;margin:13px 0}.status.error{color:#9b3419;font-weight:600}.primary{width:100%;padding:14px 12px;background:var(--ink);color:var(--paper);border-radius:3px;font-size:11px;font-weight:600;display:flex;justify-content:space-between;gap:10px}.primary:hover:not(:disabled){background:#295c4f}.turn-actions{display:flex;justify-content:space-between;margin-top:5px}.turn-actions button{font-size:10px}.settlement{border-top:1px solid #b9c1a6;margin-top:8px;padding-top:8px;font-size:11px;line-height:1.6}.under-table{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:17px 0;border-bottom:1px solid #b8c5b5}.under-table>div{display:flex;gap:22px;align-items:center}.under-table p{font-size:11px;margin:0;color:#496457}.file-button{font-size:12px;cursor:pointer;border-bottom:1px solid transparent;padding:7px 0}.file-button:hover{border-bottom-color:currentColor}.file-button input{width:0;position:absolute;opacity:0}.file-button:focus-within{outline:3px solid #bf702b;outline-offset:4px}.replay-controls{display:flex;align-items:center;gap:14px;background:#dae4d1;padding:20px;margin-top:16px;border-radius:5px}.replay-controls b{display:block;font-size:12px;margin-top:3px}.replay-controls button{background:var(--ink);color:var(--paper);padding:10px 13px;border-radius:3px;font-size:12px}.scrub{flex:1;font-size:9px}.scrub input{width:100%;accent-color:var(--ink);display:block}.editorial{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding:100px 35px 80px}.editorial h2{font-size:70px;letter-spacing:-2.5px;line-height:.97;margin:27px 0}.editorial h2 em{font-weight:400}.editorial-title>p{font-size:14px;line-height:1.8;max-width:375px}.text-link{background:none;padding:15px 0;border-bottom:1px solid var(--ink);font-size:12px;margin-top:10px}.field-sheet{background:#dce6d2;transform:rotate(1.4deg);align-self:center;padding:27px 27px 16px;box-shadow:4px 5px 0 #c8d4c0}.sheet-top{display:flex;justify-content:space-between;font-size:9px;letter-spacing:1.5px;border-bottom:1px solid #9eb398;padding-bottom:25px}.sheet-top span{font-size:24px}.field-sheet article{display:flex;gap:20px;align-items:start;border-bottom:1px solid #9eb398;padding:24px 0}.field-sheet article>span{font-size:10px;padding-top:5px}.field-sheet h3{font-size:22px;font-family:Georgia,serif;font-weight:400;margin:0 0 8px}.field-sheet p{font-size:11px;line-height:1.8;margin:0}.field-sheet svg{width:68px;min-width:68px;height:68px;stroke:var(--ink);fill:none;stroke-width:1.5}.sheet-footer{font-size:7px;letter-spacing:1.1px;padding-top:18px}.archive-section{background:#c7ded0;padding:50px;display:grid;grid-template-columns:1fr 1fr;gap:12%;border-radius:8px;margin-bottom:55px}.archive-section h2{font-size:45px;line-height:1.05;margin:20px 0}.archive-section p{font-size:13px;line-height:1.8;max-width:400px}.archive-tools{align-self:center}.archive-tools button,.archive-tools a{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border-bottom:1px solid #8bad97;padding:20px 0;text-align:left;font-size:14px}.archive-tools button:hover,.archive-tools a:hover{padding-left:8px}footer{display:flex;align-items:center;justify-content:space-between;padding:35px 40px;color:var(--mint);background:var(--ink)}footer p{font-family:Georgia,serif;font-size:18px}footer>span{font-size:10px}dialog{max-width:480px;width:calc(100% - 32px);max-height:90vh;overflow:auto;background:var(--paper);border:1px solid var(--ink);color:var(--ink);padding:36px;border-radius:8px}dialog::backdrop{background:#082921b8}dialog h2{font-size:40px;margin:15px 0}dialog p{font-size:13px;line-height:1.8}dialog label{display:block;font-size:12px;margin:13px 0}dialog input,dialog select{width:100%;display:block;background:#f7f5e9;color:var(--ink);border:1px solid #849d86;padding:10px;margin-top:6px}dialog .close-dialog:not(.primary){position:absolute;right:13px;top:8px;font-size:26px;background:none}dialog .primary{margin-top:24px}.skip-link{position:absolute;top:-100px;left:25px;z-index:100;background:var(--apricot);padding:12px}.skip-link:focus{top:8px}.no-script{position:fixed;bottom:0;padding:15px;background:var(--apricot);width:100%;font-size:13px}
@media(min-width:1400px){.board{aspect-ratio:1.6}.desk{grid-template-columns:minmax(0,1fr) 340px}.turn-note{padding:26px}.module{padding:12px}.board-wrap{padding-inline:50px}.axis{word-spacing:14px}}
@media(max-width:1000px){.brand span{display:none}.desk{grid-template-columns:minmax(0,1fr) 265px;gap:16px;padding:16px}.turn-note{padding:16px}.board{aspect-ratio:.9}.board-wrap{padding:20px 10px 10px}.axis{word-spacing:0}.turn-note h2{font-size:31px}.editorial{padding:70px 0;gap:6%}.editorial h2{font-size:57px}.field-sheet{padding:20px}.field-sheet svg{width:44px;min-width:44px}.field-sheet article{gap:10px}.under-table>div{gap:12px}}
@media(max-width:720px){header{margin:16px 16px 0;padding-bottom:15px}.brand{font-size:21px}.brand img{width:30px;height:30px}nav{gap:12px}nav>a,nav>#open-archive{display:none}.header-action{font-size:11px;padding:10px}.header-action span{margin-left:8px}main{padding:0 14px}.opening{margin:14px 14px 0;padding:12px;flex-wrap:wrap;gap:6px}.opening>div{flex:1;min-width:180px}.opening .eyebrow{font-size:7px}.opening p{font-size:20px}.opening svg{order:3;width:100%;max-width:100%;height:45px}.opening button{font-size:9px}.table-heading{padding:24px 2px 18px}.table-heading .eyebrow{font-size:7px;letter-spacing:1px}h1{font-size:28px}.table-heading p{font-size:10px}.desk{display:flex;flex-direction:column;padding:12px;gap:16px;border-radius:8px}.plan-top{margin:3px 0 12px}.plan-top b{font-size:11px}.plan-top small{font-size:6px;letter-spacing:.8px}.plan-top button{font-size:8px}.board-wrap{padding:17px 8px 8px}.axis{font-size:7px;word-spacing:3px}.board{aspect-ratio:1.05}.cell{padding:2px}.cell .cell-owner{font-size:5px;right:2px}.board-caption{font-size:6px}.plan-bottom{font-size:7px;padding:10px 0 0}.turn-note{padding:19px}.turn-note h2{font-size:38px;margin:17px 0 12px}.seats{position:static}.note-instruction{font-size:12px}.modules{grid-template-columns:repeat(2,1fr)}.module{font-size:12px;padding:12px}.module span{font-size:10px}.module:first-child{grid-column:1/-1}.power-line{margin-top:15px}.status{font-size:12px;min-height:18px}.primary{font-size:12px;padding:16px}.turn-actions button{font-size:11px}.under-table{flex-direction:column;align-items:start;padding:18px 3px;gap:10px}.under-table>div{flex-wrap:wrap;gap:8px 20px}.under-table .quiet,.file-button{font-size:11px}.editorial{display:flex;flex-direction:column;padding:60px 8px;gap:35px}.editorial h2{font-size:61px}.field-sheet{transform:rotate(.7deg);padding:25px;width:100%}.field-sheet h3{font-size:24px}.field-sheet p{font-size:12px}.field-sheet svg{width:62px;min-width:62px}.field-sheet article{gap:15px}.archive-section{display:block;padding:28px;margin-bottom:35px}.archive-section h2{font-size:40px}.archive-tools{margin-top:22px}.archive-tools button,.archive-tools a{font-size:13px}footer{padding:25px;flex-wrap:wrap;gap:8px}footer .brand{font-size:23px}footer p{font-size:14px}footer>span{display:none}.replay-controls{flex-wrap:wrap;padding:15px;gap:10px}.scrub{flex-basis:100%;order:4}.replay-controls button{font-size:10px}.replay-controls>div{margin-right:auto}dialog{padding:28px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.intro-road{stroke-dashoffset:0}.intro-plot{opacity:1}}

.axis{display:grid;grid-template-columns:repeat(10,1fr);word-spacing:0;letter-spacing:0}
