:root{color:#17332f;background:#f3f5ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #17332f;--muted: #66736e;--deep: #103f3a;--deep-2: #185950;--teal: #167565;--mint: #dceee5;--lime: #dbe95f;--cream: #f3f5ef;--paper: #fffef9;--line: #d7ddd5;--amber: #c87d25;--red: #a83d36;--shadow: 0 18px 50px rgba(16, 63, 58, .09)}*{box-sizing:border-box}html{min-width:320px;background:var(--cream)}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 8% 4%,rgba(219,233,95,.18),transparent 24rem),var(--cream)}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-color:var(--teal);outline-offset:3px}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.52}input,select,textarea{width:100%;min-height:48px;border:1px solid #b8c2bc;border-radius:10px;padding:.8rem .9rem;color:var(--ink);background:#fff}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #1675651f}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em}h1{font-size:clamp(2.25rem,6vw,5.25rem);line-height:.97}h2{font-size:clamp(1.45rem,3vw,2.1rem);line-height:1.08}p{line-height:1.6}.app-shell{min-height:100vh}.app-header{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:.75rem clamp(1rem,4vw,3rem);border-bottom:1px solid rgba(215,221,213,.9);background:#fffef9ed;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:.75rem;min-height:48px;border:0;padding:0;background:transparent;cursor:pointer;text-align:left}.brand__mark{display:grid;width:44px;height:44px;place-items:center;border-radius:13px;color:#fff;background:var(--deep);font-size:.72rem;font-weight:900;letter-spacing:.09em}.brand strong,.brand small{display:block}.brand strong{font-size:.96rem}.brand small{margin-top:.1rem;color:var(--muted);font-size:.74rem}.app-header__actions{display:flex;align-items:center;gap:.5rem}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:.72rem 1.1rem;color:var(--ink);background:#fff;cursor:pointer;font-weight:750;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 8px 24px #103f3a1c}.button--primary{border-color:var(--deep);color:#fff;background:var(--deep)}.button--primary:hover{background:var(--deep-2)}.button--quiet{background:transparent}.button--small{min-height:44px;padding:.55rem 1rem}.eyebrow{margin-bottom:.7rem;color:var(--teal);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.landing,.form-page,.receipt-page,.not-found{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.hero{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.7fr);gap:clamp(2rem,6vw,6rem);align-items:end;padding:clamp(4rem,8vw,7rem) 0 clamp(3rem,6vw,5rem)}.hero h1{max-width:850px;margin-bottom:1.4rem}.hero__lede{max-width:720px;margin-bottom:0;color:#48615b;font-size:clamp(1.05rem,1.5vw,1.28rem)}.assignment-grid{display:grid;grid-template-columns:1.25fr .875fr .875fr;gap:1rem;padding-bottom:6rem}.assignment-card{display:flex;min-height:370px;flex-direction:column;border:1px solid var(--line);border-radius:24px;padding:clamp(1.4rem,3vw,2rem);background:var(--paper);box-shadow:0 10px 28px #103f3a0b}.assignment-card--active{color:#f7fbf7;background:linear-gradient(160deg,rgba(219,233,95,.1),transparent 36%),var(--deep);box-shadow:var(--shadow)}.assignment-card__topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.assignment-card__topline>span:first-child{display:grid;width:44px;height:44px;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:.78rem;font-weight:900}.assignment-card h2{max-width:420px;margin-bottom:1rem}.assignment-card p{color:var(--muted)}.assignment-card--active p{color:#d4e3de}.assignment-card>.button{align-self:flex-start;margin-top:auto}.assignment-card__meta{display:flex;flex-wrap:wrap;gap:.45rem;margin:1rem 0 1.5rem}.assignment-card__meta span,.pill{border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:.4rem .62rem;font-size:.74rem;font-weight:750}.pill{border-color:var(--line);color:var(--muted);background:#ffffffa6}.pill--ready{border-color:#dbe95f75;color:var(--lime);background:#dbe95f1a}.assignment-card__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:auto}.assignment-card--active .button--primary{border-color:var(--lime);color:var(--deep);background:var(--lime)}.assignment-card--active .button--quiet{border-color:#ffffff57;color:#fff}.context-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem clamp(1rem,4vw,3rem);color:#fff;background:var(--deep);font-size:.8rem}.context-bar>div:first-child span,.context-bar>div:first-child strong{display:block}.context-bar>div:first-child span{margin-bottom:.14rem;color:#a8c9c0;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.context-bar__states{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end}.connection,.save-state{border-radius:999px;padding:.42rem .64rem;background:#ffffff1a}.connection:before{content:"";display:inline-block;width:7px;height:7px;margin-right:.4rem;border-radius:50%;background:var(--amber)}.connection.is-online:before{background:var(--lime)}.save-state--error{color:#ffe2df;background:#a83d3673}.scope-banner{padding:.45rem 1rem;color:#4d665f;background:#e7eee8;font-size:.74rem;font-weight:700;text-align:center}.form-page{max-width:960px;padding:2rem 0 7rem}.step-rail{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem;margin-bottom:2rem}.step-rail button{display:flex;min-height:48px;align-items:center;gap:.55rem;border:0;border-radius:12px;padding:.65rem .75rem;color:#71807b;background:#e8ece6;cursor:pointer;font-weight:750}.step-rail button span{display:grid;width:26px;height:26px;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:.72rem}.step-rail button.is-active{color:#fff;background:var(--deep)}.opening-block{border-left:5px solid var(--lime);border-radius:0 16px 16px 0;padding:1.25rem 1.35rem;background:var(--mint)}.opening-block ol{display:grid;gap:.7rem;margin:0;padding-left:1.4rem}.opening-block li{padding-left:.3rem;line-height:1.45}.page-heading{max-width:760px;padding:clamp(3rem,7vw,5.5rem) 0 2rem}.page-heading h1{margin-bottom:1.2rem;font-size:clamp(2.3rem,6vw,4.6rem)}.page-heading>p:last-child{color:var(--muted);font-size:1.05rem}.insight-button,.indicator-guide-button{display:inline-flex;min-height:44px;align-items:center;gap:.6rem;border:1px solid rgba(22,117,101,.32);border-radius:999px;padding:.6rem .9rem;color:var(--deep);background:var(--mint);cursor:pointer;font-weight:800}.insight-button span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;color:#fff;background:var(--teal);font-family:Georgia,serif;font-weight:800}.form-stack{display:grid;gap:1.2rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.field{min-width:0}.field__label{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.48rem;font-weight:800}.field__label span{color:var(--muted);font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.field__hint{margin:-.2rem 0 .55rem;color:var(--muted);font-size:.84rem}.field__error{margin:.42rem 0 0;color:var(--red);font-size:.82rem;font-weight:750}.field--error input,.field--error select,.field--error textarea{border-color:var(--red)}.check-card{display:flex;min-height:64px;align-items:flex-start;gap:.8rem;border:1px solid var(--line);border-radius:14px;padding:1rem;background:var(--paper)}.check-card input,.dimension-options input,.segmented input{width:20px;min-width:20px;height:20px;min-height:20px;margin:.12rem 0 0;accent-color:var(--teal)}.check-card span{line-height:1.45}.segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.segmented label{cursor:pointer}.segmented span{display:flex;min-height:56px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:.8rem;background:#fff;font-weight:750}.segmented input{position:absolute;opacity:0}.segmented input:checked+span{border-color:var(--teal);color:var(--deep);background:var(--mint);box-shadow:inset 0 0 0 1px var(--teal)}.segmented input:focus-visible+span{outline:3px solid rgba(22,117,101,.28);outline-offset:2px}.dimension-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.dimension-options label{display:flex;min-height:58px;align-items:flex-start;gap:.6rem;border:1px solid var(--line);border-radius:12px;padding:.75rem;background:#fff;cursor:pointer}.dimension-options span,.dimension-options strong{display:block}.dimension-options span{color:#4f625d;font-size:.84rem;line-height:1.32}.dimension-options strong{margin-bottom:.18rem;color:var(--deep)}.optional-panel{border:1px solid var(--line);border-radius:16px;background:var(--paper)}.optional-panel summary{min-height:52px;padding:1rem;cursor:pointer;font-weight:800}.optional-panel[open]{padding:0 1rem 1rem}.optional-panel[open] summary{margin-inline:-1rem}.optional-panel .field{margin-top:1rem}.error-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid rgba(168,61,54,.32);border-radius:12px;padding:.9rem 1rem;color:#7d2e28;background:#fbe8e5}.sticky-actions{position:static;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.4rem;border:1px solid var(--line);border-radius:16px;padding:.8rem .85rem .8rem 1rem;background:#fffef9f2;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sticky-actions span{color:var(--muted);font-size:.82rem}.form-page--item{max-width:1020px}.item-progress{margin-bottom:1.25rem}.item-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;color:var(--muted);font-size:.78rem}.item-progress strong{color:var(--ink)}.progress-track{height:8px;overflow:hidden;border-radius:999px;background:#dfe5de}.progress-track span{display:block;height:100%;border-radius:inherit;background:var(--teal);transition:width .18s ease}.indicator-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--paper);box-shadow:var(--shadow)}.indicator-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.4rem,4vw,2.4rem);color:#f7fbf7;background:linear-gradient(145deg,rgba(219,233,95,.08),transparent 45%),var(--deep)}.indicator-card__header h1{max-width:680px;margin:0;font-size:clamp(2rem,5vw,4.1rem)}.indicator-card__header .eyebrow{margin:1.1rem 0 .7rem;color:#a8c9c0}.indicator-tags{display:flex;flex-wrap:wrap;gap:.45rem}.indicator-guide-button{min-height:32px;border-color:#ffffff47;padding:.3rem .65rem;color:#fff;background:#ffffff17;font-size:.7rem}.priority{border-radius:999px;padding:.38rem .65rem;font-size:.7rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.priority--high{color:#431d1a;background:#f2aa78}.priority--medium{color:#473d08;background:#e6d96d}.priority--low{color:#16493d;background:#aee0c6}.proposed-weight{display:grid;width:112px;min-width:112px;aspect-ratio:1;place-content:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;text-align:center}.proposed-weight span,.proposed-weight small{color:#b9d4cd;font-size:.65rem}.proposed-weight strong{font-size:2.45rem;line-height:1}.indicator-facts{display:grid;grid-template-columns:.8fr 1.5fr .8fr;border-bottom:1px solid var(--line)}.indicator-facts>div{padding:1rem 1.2rem;border-right:1px solid var(--line)}.indicator-facts>div:last-child{border-right:0}.indicator-facts span,.indicator-facts strong{display:block}.plain-explanation{margin-top:.55rem;color:var(--teal);font-size:.8rem}.plain-explanation summary{min-height:32px;cursor:pointer;font-weight:850}.plain-explanation p{margin:.35rem 0 0;color:var(--muted);font-size:.82rem}.indicator-facts span{margin-bottom:.35rem;color:var(--muted);font-size:.69rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.indicator-facts strong{font-size:.9rem;line-height:1.38}.guidance-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:1.2rem;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--line)}.guidance-strip span{padding:.72rem;background:#f5f7f3;color:var(--muted);font-size:.74rem;text-align:center}.guidance-strip strong{color:var(--ink)}.weight-scale{margin:0;border:0;padding:1rem clamp(1.2rem,4vw,2.4rem) 1.5rem}.weight-scale legend{margin-bottom:1rem;font-size:1.1rem;font-weight:900}.weight-scale__labels{display:flex;justify-content:space-between;margin-bottom:.5rem;color:var(--muted);font-size:.72rem}.weight-scale__buttons{display:grid;grid-template-columns:repeat(10,1fr);gap:.45rem}.weight-scale__buttons button{aspect-ratio:1;min-height:50px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer;font-weight:900}.weight-scale__buttons button:hover{border-color:var(--teal);background:var(--mint)}.weight-scale__buttons button.is-selected{border-color:var(--deep);color:#fff;background:var(--deep);box-shadow:0 6px 18px #103f3a33}.blank-button{min-height:44px;margin-top:.7rem;border:0;padding:.4rem 0;color:var(--teal);background:transparent;cursor:pointer;font-weight:800;text-decoration:underline;text-underline-offset:4px}.response-fields{display:grid;grid-template-columns:.8fr 1.4fr;gap:1rem;border-top:1px solid var(--line);padding:clamp(1.2rem,4vw,2.4rem);background:#f7f8f4}.indicator-card__actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem;border-top:1px solid var(--line);padding:1rem clamp(1.2rem,4vw,2.4rem);background:var(--paper)}.indicator-card__actions span{color:var(--muted);font-size:.82rem}.item-nav{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:end;margin-top:1rem}.guide-backdrop{position:fixed;z-index:60;inset:0;display:grid;place-items:center;padding:1rem;background:#0d272394;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.basis-guide{position:relative;width:min(780px,100%);max-height:calc(100vh - 2rem);overflow-y:auto;border-radius:24px;padding:clamp(1.5rem,4vw,2.5rem);background:var(--paper);box-shadow:0 28px 80px #0825214d}.basis-guide h2{max-width:620px;margin-bottom:.75rem;font-size:clamp(2rem,5vw,3.5rem)}.basis-guide__intro{max-width:650px;color:var(--muted)}.basis-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:1.5rem 0}.basis-list article{display:flex;gap:.75rem;border:1px solid var(--line);border-radius:14px;padding:.9rem;background:#f7f8f4}.basis-list article>span{display:grid;width:28px;min-width:28px;height:28px;place-items:center;border-radius:50%;color:#fff;background:var(--deep);font-size:.72rem;font-weight:900}.basis-list h3{margin-bottom:.3rem;font-size:.95rem;letter-spacing:-.01em}.basis-list p{margin:0;color:var(--muted);font-size:.8rem;line-height:1.45}.basis-scale{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.2rem;border-left:4px solid var(--lime);border-radius:0 12px 12px 0;padding:.8rem;background:var(--mint);font-size:.78rem}.basis-scale strong{width:100%}.basis-scale span{border-radius:999px;padding:.35rem .55rem;background:#ffffffa6}.jump-control{min-width:0}.jump-control span{display:block;margin-bottom:.3rem;color:var(--muted);font-size:.68rem;font-weight:800;text-transform:uppercase}.review-shortcut{display:block;min-height:44px;margin:1rem auto 0;border:0;color:var(--teal);background:transparent;cursor:pointer;font-weight:800}.review-page{max-width:1020px}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--paper)}.summary-grid>div{padding:1.3rem;border-right:1px solid var(--line)}.summary-grid>div:last-child{border-right:0}.summary-grid span,.summary-grid strong,.summary-grid small{display:block}.summary-grid span{color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase}.summary-grid strong{margin:.55rem 0 .2rem;font-size:clamp(1.8rem,4vw,3rem);letter-spacing:-.04em}.summary-grid small{color:var(--muted)}.scope-summary{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem;border-radius:14px;padding:1rem 1.2rem;background:var(--mint)}.scope-summary span,.scope-summary strong,.scope-summary small{display:block}.scope-summary span{color:var(--muted);font-size:.7rem;font-weight:800;text-transform:uppercase}.scope-summary strong{margin-top:.25rem}.scope-summary>div:last-child{text-align:right}.quality-flag{margin-top:1rem;border-left:5px solid var(--amber);border-radius:0 14px 14px 0;padding:1rem 1.2rem;background:#f8ebd9}.quality-flag p{margin:.35rem 0 0;color:#75542d}.review-list{margin-top:3rem}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-heading h2{margin:0}.review-row{display:grid;width:100%;min-height:68px;grid-template-columns:minmax(220px,1fr) 100px 80px 100px;gap:1rem;align-items:center;border:1px solid var(--line);border-bottom:0;padding:.85rem 1rem;background:var(--paper);cursor:pointer;text-align:left}.review-row:first-of-type{border-radius:14px 14px 0 0}.review-row:last-child{border-bottom:1px solid var(--line);border-radius:0 0 14px 14px}.review-row:hover{background:var(--mint)}.review-row span{color:var(--muted);font-size:.78rem}.review-row span:first-child{color:var(--ink);font-size:.92rem}.review-row strong{display:block;color:var(--ink)}.empty-state{border:1px dashed #aeb9b3;border-radius:16px;padding:2rem;text-align:center}.empty-state p{margin:.5rem 0 0;color:var(--muted)}.completion-panel{margin-top:2.5rem;border-radius:20px;padding:clamp(1.4rem,4vw,2rem);color:#f7fbf7;background:var(--deep)}.completion-panel p{max-width:760px;color:#d4e3de}.completion-panel .button--primary{border-color:var(--lime);color:var(--deep);background:var(--lime)}.receipt-page{display:grid;min-height:calc(100vh - 72px);place-items:center;padding-block:3rem}.receipt-card{width:min(680px,100%);border:1px solid var(--line);border-radius:28px;padding:clamp(1.5rem,6vw,3.5rem);background:var(--paper);box-shadow:var(--shadow)}.receipt-card h1{margin-bottom:1rem;font-size:clamp(2.2rem,6vw,4rem)}.receipt-card>p:not(.eyebrow){color:var(--muted)}.receipt-icon{display:grid;width:58px;height:58px;margin-bottom:1.4rem;place-items:center;border-radius:50%;color:#fff;background:var(--teal);font-size:1.8rem}.receipt-card dl{margin:2rem 0;border-top:1px solid var(--line)}.receipt-card dl>div{display:grid;grid-template-columns:145px 1fr;gap:1rem;border-bottom:1px solid var(--line);padding:.8rem 0}.receipt-card dt{color:var(--muted)}.receipt-card dd{min-width:0;margin:0;overflow-wrap:anywhere;font-weight:750}.receipt-actions{display:flex;flex-wrap:wrap;gap:.7rem}.not-found{min-height:calc(100vh - 160px);padding-block:6rem}.not-found h1{max-width:760px;font-size:clamp(2.2rem,6vw,4.5rem)}.help-backdrop{position:fixed;z-index:50;inset:0;display:flex;justify-content:flex-end;background:#0d27237a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.help-panel{position:relative;width:min(430px,100%);height:100%;overflow-y:auto;padding:4rem 1.5rem 2rem;background:var(--paper);box-shadow:-18px 0 50px #103f3a33}.help-panel h2{font-size:2rem}.help-panel h3{margin-top:1.8rem;margin-bottom:.45rem;font-size:1rem;letter-spacing:0}.help-panel p{color:var(--muted)}.help-panel__close{position:absolute;top:1rem;right:1rem;display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer;font-size:1.5rem}footer{display:flex;justify-content:space-between;gap:1rem;padding:1.4rem clamp(1rem,4vw,3rem);border-top:1px solid var(--line);color:#53615c;background:#e9eee8;font-size:.72rem}.loading-screen{display:grid;min-height:100vh;place-content:center;justify-items:center;gap:1rem;background:var(--cream)}.loading-screen p{color:var(--muted)}@media(max-width:900px){.hero{grid-template-columns:1fr;gap:2rem}.assignment-grid{grid-template-columns:1fr 1fr}.assignment-card--active{grid-column:1 / -1}.indicator-facts{grid-template-columns:1fr}.indicator-facts>div{border-right:0;border-bottom:1px solid var(--line)}.indicator-facts>div:last-child{border-bottom:0}.weight-scale__buttons{grid-template-columns:repeat(5,1fr)}.summary-grid{grid-template-columns:repeat(2,1fr)}.summary-grid>div:nth-child(2){border-right:0}.summary-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:680px){.app-header{min-height:64px}.brand__mark{width:40px;height:40px}.brand small{display:none}.landing,.form-page,.receipt-page,.not-found{width:min(100% - 1rem,1180px)}.hero{padding-top:3rem}.assignment-grid,.form-grid,.dimension-options,.response-fields{grid-template-columns:1fr}.assignment-card--active{grid-column:auto}.assignment-card{min-height:340px;border-radius:20px}.context-bar{align-items:flex-start;padding-inline:.75rem}.context-bar__states{max-width:180px}.step-rail{gap:.3rem}.step-rail button{display:grid;min-height:56px;place-items:center;gap:.18rem;padding:.4rem;font-size:.7rem}.step-rail button span{width:23px;height:23px}.opening-block{padding:1rem}.segmented{grid-template-columns:1fr}.sticky-actions{align-items:stretch;flex-direction:column;padding:.65rem}.sticky-actions span{display:none}.indicator-card{border-radius:18px}.indicator-card__header{gap:1rem;padding:1.25rem}.proposed-weight{width:82px;min-width:82px}.proposed-weight span{max-width:60px;margin-inline:auto;line-height:1.1}.proposed-weight strong{font-size:1.8rem}.guidance-strip{grid-template-columns:repeat(2,1fr)}.weight-scale{padding-inline:1rem}.weight-scale__buttons{gap:.35rem}.weight-scale__buttons button{min-height:48px;border-radius:10px}.item-nav{grid-template-columns:1fr 1fr}.jump-control{grid-column:1 / -1;grid-row:1}.indicator-card__actions{align-items:stretch;flex-direction:column}.basis-list{grid-template-columns:1fr}.summary-grid{grid-template-columns:1fr 1fr}.summary-grid>div{padding:1rem}.section-heading{align-items:stretch;flex-direction:column}.review-row{grid-template-columns:1fr 70px;gap:.4rem .8rem}.review-row span:nth-child(3),.review-row span:nth-child(4){display:none}.receipt-card dl>div{grid-template-columns:1fr;gap:.2rem}footer{flex-direction:column}}@media(max-width:380px){.context-bar{flex-direction:column}.context-bar__states{max-width:none;justify-content:flex-start}.summary-grid{grid-template-columns:1fr}.summary-grid>div{border-right:0;border-bottom:1px solid var(--line)}.summary-grid>div:last-child{border-bottom:0}.scope-summary{flex-direction:column}.scope-summary>div:last-child{text-align:left}}@media print{.app-header,.context-bar,.scope-banner,footer,.receipt-actions{display:none!important}body{background:#fff}.receipt-page{display:block;width:100%;min-height:0;padding:0}.receipt-card{width:100%;border:0;box-shadow:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}.complete-review-note{align-items:center;background:#fff5d8;border-bottom:1px solid #d5b454;color:#493800;display:flex;flex-wrap:wrap;gap:.35rem 1rem;justify-content:center;padding:.55rem 1rem;text-align:center}.complete-review-note strong{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.complete-review-note span{font-size:.88rem}.development-stage-hub{background:#f7f1df;border:1px solid #dfd2ac;border-radius:1.5rem;margin:0 auto 2.2rem;max-width:1180px;padding:clamp(1.1rem,3vw,2rem)}.development-stage-hub>header{align-items:end;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:1.2rem}.development-stage-hub>header h2,.development-stage-card h3{margin:.2rem 0 0}.development-stage-hub>header>p{color:#4c615d;margin:0;max-width:32rem}.development-stage-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.development-stage-card{background:#fff;border:1px solid #d9e2dc;border-top:.4rem solid #187e78;border-radius:1rem;display:flex;flex-direction:column;min-height:17.5rem;padding:1.2rem}.development-stage-card--two{border-top-color:#d79b13}.development-stage-card--three{border-top-color:#d65f49}.development-stage-card>span{color:#3c625d;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.development-stage-card p{color:#536965;flex:1;line-height:1.55}.development-stage-card .button{align-self:flex-start}@media(max-width:800px){.development-stage-hub>header{align-items:start;flex-direction:column}.development-stage-grid{grid-template-columns:1fr}.development-stage-card{min-height:auto}}.assignment-card--stage2{border-color:#16756547;background:linear-gradient(150deg,rgba(220,238,229,.65),transparent 48%),var(--paper)}.assignment-card--stage2 .pill--stage2{border-color:#16756540;color:var(--deep);background:var(--mint)}.assignment-card__meta--light span{border-color:var(--line);color:var(--muted)}.stage2-context{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.58rem clamp(1rem,4vw,3rem);color:#fff;background:var(--deep);font-size:.76rem}.stage2-context span{border-radius:999px;padding:.35rem .55rem;color:var(--deep);background:var(--lime);font-weight:900;text-transform:uppercase}.stage2-context strong{color:#c8ded8}.stage2-nav{position:sticky;z-index:19;top:72px;display:flex;gap:.35rem;overflow-x:auto;border-bottom:1px solid var(--line);padding:.55rem clamp(.75rem,4vw,3rem);background:#fffef9f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);scrollbar-width:thin}.stage2-nav button{min-width:max-content;min-height:40px;border:1px solid transparent;border-radius:999px;padding:.45rem .8rem;color:var(--muted);background:transparent;cursor:pointer;font-weight:800}.stage2-nav button.is-active{border-color:var(--deep);color:#fff;background:var(--deep)}.stage2-page{width:min(1120px,calc(100% - 2rem));margin-inline:auto;padding:2rem 0 7rem}.stage2-opening{border-left:5px solid var(--lime);border-radius:0 18px 18px 0;padding:1.2rem 1.35rem;background:var(--mint)}.stage2-opening--community{border-color:#55b9a1;background:#e7f6f0}.stage2-opening ol{display:grid;gap:.65rem;margin:0;padding-left:1.4rem}.stage2-opening li{padding-left:.25rem;line-height:1.45}.stage2-heading{max-width:860px;padding:clamp(3rem,7vw,5.5rem) 0 2rem}.stage2-heading h1{margin-bottom:1.1rem;font-size:clamp(2.5rem,7vw,5.2rem)}.stage2-heading>p:last-child{max-width:760px;color:var(--muted);font-size:1.05rem}.stage2-form{display:grid;gap:1.2rem}.stage2-section{border:1px solid var(--line);border-radius:20px;padding:clamp(1.1rem,3vw,1.8rem);background:var(--paper);box-shadow:0 10px 28px #103f3a0b}.stage2-section__heading{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:1.4rem}.stage2-section__heading>span{display:grid;width:38px;min-width:38px;height:38px;place-items:center;border-radius:50%;color:#fff;background:var(--deep);font-size:.7rem;font-weight:900}.stage2-section__heading h2{margin-bottom:.3rem}.stage2-section__heading p{margin:0;color:var(--muted);font-size:.86rem}.stage2-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.stage2-field{display:block;min-width:0}.stage2-field>span{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.42rem;font-weight:850}.stage2-field>span small{color:var(--muted);font-size:.64rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.stage2-field>em{display:block;margin:-.15rem 0 .5rem;color:var(--muted);font-size:.8rem;font-style:normal;line-height:1.4}.stage2-field.has-error input,.stage2-field.has-error select,.stage2-field.has-error textarea{border-color:var(--red)}.stage2-error{display:block;margin-top:.4rem;color:var(--red);font-size:.78rem}.field-confirmation{display:inline-block;margin-top:.35rem;border-radius:999px;padding:.3rem .5rem;color:var(--deep);background:var(--mint);font-weight:750}.stage2-checks{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin:1rem 0 0;border:0;padding:0}.stage2-checks legend{grid-column:1 / -1;margin-bottom:.45rem;font-weight:850}.stage2-checks label{display:flex;min-height:48px;align-items:center;gap:.55rem;border:1px solid var(--line);border-radius:10px;padding:.6rem;background:#fff;cursor:pointer}.stage2-checks input,.confirm-geometry input{width:20px;min-width:20px;height:20px;min-height:20px;accent-color:var(--teal)}.stage2-actions{display:flex;align-items:center;justify-content:flex-end;gap:.8rem;margin-top:1.2rem;border:1px solid var(--line);border-radius:16px;padding:.8rem;background:var(--paper);box-shadow:var(--shadow)}.stage2-actions>span{margin-right:auto;padding-left:.2rem;color:var(--muted);font-size:.8rem}.map-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.65fr);gap:1rem}.map-shell,.map-controls{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--paper)}.map-toolbar{display:flex;justify-content:space-between;gap:1rem;padding:.85rem 1rem;color:#fff;background:var(--deep)}.map-toolbar span,.map-toolbar strong{display:block}.map-toolbar span{color:#b9d4cd;font-size:.65rem;text-transform:uppercase}.capture-map{height:560px}.map-attribution{margin:0;padding:.55rem .8rem;color:var(--muted);background:#f5f7f3;font-size:.68rem;text-align:center}.map-controls{display:flex;flex-direction:column;gap:.9rem;padding:1rem}.coordinate-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.coordinate-grid label>span{display:block;margin-bottom:.3rem;color:var(--muted);font-size:.72rem;font-weight:800}.map-message,.stage2-message{border-left:4px solid var(--teal);border-radius:0 10px 10px 0;padding:.7rem .8rem;color:var(--deep);background:var(--mint);font-size:.82rem}.inline-warning{display:block;margin-top:.4rem;color:#885515;font-weight:750}.confirm-geometry{display:flex;align-items:flex-start;gap:.6rem;border:1px solid var(--line);border-radius:12px;padding:.8rem;background:#f5f7f3}.confirm-geometry.is-confirmed{border-color:var(--teal);background:var(--mint)}.evidence-uploader,.import-start{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:2px dashed #a9b8b0;border-radius:18px;padding:1.3rem;background:var(--paper)}.evidence-uploader strong,.evidence-uploader span{display:block}.evidence-uploader span{margin-top:.25rem;color:var(--muted);font-size:.8rem}.evidence-list{display:grid;gap:.8rem;margin-top:1rem}.evidence-list article{border:1px solid var(--line);border-radius:16px;padding:1rem;background:var(--paper)}.evidence-file{display:flex;align-items:center;gap:.75rem;margin-bottom:.8rem}.evidence-file>span{border-radius:8px;padding:.45rem;color:#fff;background:var(--deep);font-size:.65rem;font-weight:900}.evidence-file div{min-width:0;flex:1}.evidence-file strong,.evidence-file small{display:block;overflow-wrap:anywhere}.evidence-file small{margin-top:.2rem;color:var(--muted)}.evidence-file button{min-height:40px;border:0;color:var(--red);background:transparent;cursor:pointer;font-weight:800}.asset-review-card{display:grid;grid-template-columns:1fr 1.4fr;gap:1rem;margin-top:1.2rem;border-radius:20px;padding:1.3rem;color:#fff;background:var(--deep)}.asset-review-card h2{margin-bottom:.35rem}.asset-review-card>div>span{color:#b9d4cd}.asset-review-card dl{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin:0}.asset-review-card dl>div{border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:.65rem}.asset-review-card dt{color:#b9d4cd;font-size:.66rem;text-transform:uppercase}.asset-review-card dd{margin:.25rem 0 0;font-weight:750}.team-map-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.6fr);gap:1rem}.team-map{min-height:620px;overflow:hidden;border:1px solid var(--line);border-radius:20px}.summary-grid--compact{grid-template-columns:1fr 1fr}.asset-mini-list{display:grid;gap:.45rem;margin-top:.8rem}.asset-mini-list article{display:flex;align-items:center;gap:.65rem;border:1px solid var(--line);border-radius:12px;padding:.75rem;background:var(--paper)}.asset-mini-list strong,.asset-mini-list small{display:block}.asset-mini-list small{margin-top:.2rem;color:var(--muted)}.status-dot{width:11px;height:11px;border-radius:50%;background:var(--teal)}.status-dot.is-flagged{background:var(--amber)}.mapping-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.mapping-grid label>span{display:block;margin-bottom:.3rem;color:var(--muted);font-size:.72rem;font-weight:800}.import-table-wrap{max-width:100%;overflow-x:auto;margin-bottom:1rem}.import-table{width:100%;min-width:760px;border-collapse:collapse}.import-table th,.import-table td{border-bottom:1px solid var(--line);padding:.65rem;font-size:.76rem;text-align:left;vertical-align:top}.import-table th{color:var(--muted);background:#f4f6f2;text-transform:uppercase}.row-outcome{border-radius:999px;padding:.3rem .45rem;background:var(--mint);font-weight:850}.row-outcome--flagged{color:#74480e;background:#f8e5c6}.row-outcome--rejected{color:#7d2e28;background:#fbe8e5}.batch-history{margin-top:2rem}.batch-history article{display:grid;grid-template-columns:1.5fr .6fr .6fr;gap:1rem;border:1px solid var(--line);border-bottom:0;padding:.85rem;background:var(--paper)}.batch-history article:last-child{border-bottom:1px solid var(--line)}.batch-history strong,.batch-history span{display:block}.batch-history span{margin-top:.2rem;color:var(--muted);font-size:.76rem}.a3-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.a3-choice-grid>article{display:flex;min-height:470px;flex-direction:column;border:1px solid var(--line);border-radius:22px;padding:clamp(1.3rem,3vw,2rem);background:var(--paper)}.a3-choice-grid>article>span{display:grid;width:48px;height:48px;margin-bottom:1.5rem;place-items:center;border-radius:50%;color:#fff;background:var(--deep);font-weight:900}.a3-choice-grid p,.a3-choice-grid li{color:var(--muted)}.a3-choice-grid .button{align-self:flex-start;margin-top:auto}.community-choice{background:linear-gradient(150deg,rgba(220,238,229,.75),transparent 50%),var(--paper)!important}.community-form{display:grid;gap:.8rem}.community-question{display:grid;grid-template-columns:44px minmax(0,1fr);gap:.8rem;border:1px solid var(--line);border-radius:18px;padding:1rem;background:var(--paper)}.community-question>span{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;color:#fff;background:var(--teal);font-weight:900}.conditional-question{border-color:#1675654d;background:#f2faf6}.compact-check{align-self:end;min-height:48px;margin:0}@media(max-width:900px){.stage2-checks{grid-template-columns:repeat(2,minmax(0,1fr))}.map-layout,.team-map-layout{grid-template-columns:1fr}.capture-map,.team-map{min-height:480px;height:480px}}@media(max-width:680px){.stage2-context{align-items:flex-start;flex-direction:column}.stage2-nav{top:64px}.stage2-page{width:min(100% - 1rem,1120px)}.stage2-grid,.mapping-grid,.a3-choice-grid,.asset-review-card,.stage2-checks{grid-template-columns:1fr}.stage2-actions,.evidence-uploader,.import-start{align-items:stretch;flex-direction:column}.stage2-actions>span{margin:0}.capture-map,.team-map{min-height:420px;height:420px}.asset-review-card dl{grid-template-columns:1fr}.batch-history article{grid-template-columns:1fr}.community-question{grid-template-columns:36px minmax(0,1fr);padding:.8rem}}.a3-card-progress{display:flex;gap:8px;margin:18px 0;padding:8px;overflow-x:auto;border:1px solid #dce5e8;border-radius:16px;background:#fff}.a3-card-progress button{display:flex;min-width:max-content;min-height:44px;align-items:center;gap:7px;padding:7px 11px;border:0;border-radius:11px;background:#f1f5f6;color:#536870;font-weight:800}.a3-card-progress button span{display:grid;width:26px;height:26px;place-items:center;border-radius:9px;background:#dfe9ec;color:#173b57}.a3-card-progress button.is-active{background:#173b57;color:#fff}.a3-card-progress button.is-active span{background:#2a9d8f;color:#fff}.a3-card-page[hidden],.community-question[hidden]{display:none}.a3-page-actions{position:sticky;z-index:4;bottom:0;display:flex;align-items:center;gap:8px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.batch-history article>button{grid-column:1 / -1;margin-top:6px}.other-review-queue{display:grid;gap:4px;margin:12px 0;padding:12px;border:1px solid #e0b95d;border-radius:13px;background:#fff9e9;color:#5f511e;font-size:.78rem}.other-review-queue p{margin:0 0 4px}@media(max-width:640px){.a3-card-progress{position:sticky;z-index:3;top:0;margin-inline:-8px}.a3-page-actions{align-items:stretch;flex-direction:column}}.submit-center{max-width:880px;margin:0 auto;padding:26px 18px 60px}.submit-center>header h1{margin:6px 0 8px;color:#173b57}.submit-center>header p{color:#586b74;max-width:60ch}.submit-phone{margin:18px 0;padding:16px;border:1px solid #d7e4e7;border-radius:16px;background:#fff}.submit-phone label>span{display:block;margin-bottom:6px;color:#173b57;font-size:.82rem;font-weight:850}.submit-phone input{width:100%;max-width:340px;padding:11px;border:1px solid #cbd8dd;border-radius:10px;font-size:1rem}.submit-phone small{display:block;margin-top:7px;color:#62737b;max-width:64ch}.submit-error{margin:8px 0 0;color:#a3272d;font-weight:700}.submit-offline{margin:0 0 12px;padding:10px 14px;border-radius:12px;background:#fdf3e0;color:#7a5a17;font-weight:600}.submit-list{display:grid;gap:8px}.submit-empty{padding:22px;border:1px dashed #cbd8dd;border-radius:14px;color:#62737b;text-align:center}.submit-item{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:12px 15px;border:1px solid #dbe5e9;border-radius:13px;background:#fff}.submit-item>div{display:flex;flex-direction:column;min-width:0}.submit-item strong{color:#173b57}.submit-item span{color:#667780;font-size:.8rem}.submit-item__state{flex-shrink:0;font-size:.8rem;font-weight:800;color:#586b74;max-width:44%;text-align:right}.submit-item--sent{border-color:#9ed3b8;background:#f2faf5}.submit-item--sent .submit-item__state{color:#1e7d46}.submit-item--failed{border-color:#e4b6b8;background:#fdf6f6}.submit-item--failed .submit-item__state{color:#a3272d;font-weight:600}.submit-actions{display:flex;align-items:center;gap:14px;margin:18px 0 8px}.submit-progress{color:#1e7d46;font-weight:700;font-size:.85rem}.submit-footnote{color:#62737b;font-size:.8rem;max-width:70ch}@media(max-width:640px){.submit-item{flex-direction:column;align-items:flex-start}.submit-item__state{max-width:100%;text-align:left}}.a3-switch{display:flex;gap:8px;max-width:880px;margin:18px auto 0;padding:0 18px}.a3-switch button{flex:1;padding:11px 14px;border:1.5px solid #cbd8dd;border-radius:12px;background:#fff;color:#173b57;font-weight:800;font-size:.88rem;cursor:pointer}.a3-switch button.is-active{border-color:#103f3a;background:#103f3a;color:#fff}.submit-gps{display:flex;align-items:center;gap:.55rem;align-self:end;color:#3c4c56;font-size:.88rem;font-weight:700}.submit-gps input{width:20px;min-width:20px;height:20px;min-height:20px;accent-color:var(--teal, #167565)}.map-mission-page{width:min(1500px,calc(100% - 32px));margin:0 auto;padding:28px 0 48px}.mission-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:24px 28px;color:#fff;border-radius:28px;background:radial-gradient(circle at 92% 0%,rgb(126 195 238 / 28%),transparent 32%),linear-gradient(135deg,#173b57,#115f6d);box-shadow:0 22px 50px #0e344329}.mission-header h1{max-width:780px;margin:2px 0 7px;color:#fff;font-size:clamp(2rem,4vw,3.8rem);line-height:.98;letter-spacing:-.045em}.mission-header p{max-width:710px;margin:0;color:#ffffffc2}.mission-header .eyebrow{color:#bceee4}.personal-progress{display:grid;grid-template-columns:repeat(2,minmax(105px,1fr));gap:8px;min-width:min(380px,100%)}.personal-progress>span,.personal-progress>label{display:flex;min-height:68px;flex-direction:column;justify-content:center;padding:10px 14px;border:1px solid rgb(255 255 255 / 14%);border-radius:16px;background:#ffffff14;color:#ffffffbf;font-size:.76rem}.personal-progress strong{color:#fff;font-size:1.45rem}.personal-progress>label{grid-column:1/-1;min-height:38px;flex-direction:row;align-items:center;gap:8px;cursor:pointer}.mission-progress{display:grid;grid-template-columns:repeat(4,1fr);width:min(760px,calc(100% - 28px));margin:18px auto;border-radius:18px;background:#fff;box-shadow:0 10px 30px #173b5717}.mission-progress span{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 9px;color:#75828b;font-size:.84rem;font-weight:750}.mission-progress span:not(:last-child):after{position:absolute;right:-4px;color:#c8d2d7;content:"›"}.mission-progress b{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#e8eef1;font-size:.75rem}.mission-progress .is-active{color:#173b57}.mission-progress .is-active b{background:#7ec3ee;color:#173b57}.mission-progress .is-complete{color:#167565}.mission-progress .is-complete b{background:#d9f4ed;color:#167565}.mission-workspace{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(410px,.8fr);min-height:760px;overflow:hidden;border:1px solid #dbe5e9;border-radius:28px;background:#fff;box-shadow:0 20px 55px #173b571a}.mission-map-shell{position:sticky;top:0;min-width:0;min-height:760px;background:#eaf1ed}.mission-map-shell__status{position:absolute;z-index:5;top:15px;left:15px;display:flex;max-width:calc(100% - 90px);flex-direction:column;padding:10px 13px;border:1px solid rgb(255 255 255 / 70%);border-radius:13px;background:#ffffffe8;box-shadow:0 9px 28px #173b5729;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mission-map-shell__status span{color:#167565;font-size:.72rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.mission-map-shell__status strong{color:#173b57;font-size:.84rem}.mission-map{width:100%;height:760px}.mission-map-attribution{position:absolute;z-index:4;right:12px;bottom:9px;max-width:calc(100% - 24px);margin:0;padding:5px 8px;border-radius:7px;background:#ffffffe0;color:#53656f;font-size:.67rem}.retired-key-notice{position:absolute;z-index:5;bottom:42px;left:16px;width:min(360px,calc(100% - 32px));padding:12px 14px;border:1px solid #cddce2;border-radius:16px;background:#ffffffeb;box-shadow:0 12px 35px #173b571f}.retired-key-notice span{color:#173b57;font-size:.75rem;font-weight:900;text-transform:uppercase}.retired-key-notice p{margin:4px 0 6px;color:#586b74;font-size:.8rem}.retired-key-notice a{color:#086f75;font-size:.8rem;font-weight:800}.place-search{position:absolute;z-index:7;top:82px;left:16px;width:min(520px,calc(100% - 92px));padding:12px;border:1px solid #d7e4e7;border-radius:15px;background:#fffffff0;box-shadow:0 12px 35px #173b5724}.place-search label>span{display:block;margin-bottom:5px;color:#173b57;font-size:.75rem;font-weight:850}.place-search label>div{display:flex;gap:6px}.place-search input{min-width:0;flex:1;padding:10px;border:1px solid #cbd8dd;border-radius:10px}.place-search button{border:0;border-radius:10px;background:#173b57;color:#fff;font-weight:800}.place-search>small{display:block;margin-top:6px;color:#62737b}.place-search-results{display:grid;gap:4px;max-height:240px;margin-top:7px;overflow:auto}.place-search-results button{display:flex;flex-direction:column;align-items:flex-start;padding:9px 10px;background:#f1f7f8;color:#173b57;text-align:left}.place-search-results span{color:#667780;font-size:.72rem}.mission-panel{min-width:0;max-height:760px;overflow:auto;overscroll-behavior:contain;background:#fbfcfc}.mission-panel-section{padding:25px}.mission-panel-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.mission-panel-heading>.infrastructure-symbol{margin-left:auto}.mission-panel-heading p,.mission-panel-heading h2{margin:0}.mission-panel-heading p{color:#167565;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mission-panel-heading h2{color:#173b57;font-size:1.45rem;line-height:1.08}.mission-step-number{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:14px;background:#173b57;color:#fff;font-weight:900}.locate-panel>label,.mission-form-grid>label,.geometry-refine label,.type-search{display:grid;gap:6px;color:#173b57;font-size:.8rem;font-weight:800}.locate-panel input,.locate-panel select,.mission-form-grid input,.mission-form-grid select,.geometry-refine select,.type-search input,.quick-fact input,.quick-fact select{width:100%;min-height:44px;padding:10px 11px;border:1px solid #cbd8dd;border-radius:11px;background:#fff;color:#23343d;font:inherit}.locate-panel>label+label{margin-top:12px}.locate-instruction{padding:12px 14px;border-radius:14px;background:#eaf7f4;color:#315e5d;font-size:.86rem}.coordinate-entry{display:grid;grid-template-columns:1fr 1fr;gap:9px}.coordinate-entry label{display:grid;gap:5px;color:#173b57;font-size:.78rem;font-weight:800}.locate-actions{display:flex;gap:7px;margin:10px 0 14px}.mission-message{margin:12px 0 0;padding:9px 11px;border-radius:11px;background:#fff6dd;color:#6e560d;font-size:.8rem}.geometry-confirm{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:15px;border-top:1px solid #dce6e9}.geometry-confirm span{color:#61727a;font-size:.8rem}.category-chips{display:flex;gap:7px;margin-bottom:15px;padding-bottom:5px;overflow-x:auto}.category-chips button{display:flex;min-width:max-content;align-items:center;gap:6px;padding:7px 10px;border:1px solid #d7e2e6;border-radius:999px;background:#fff;color:#425660;font-size:.76rem;font-weight:800}.category-chips button.is-active{border-color:var(--category-colour,#173b57);box-shadow:inset 0 0 0 1px var(--category-colour,#173b57);color:#173b57}.category-chips img{width:23px;height:23px}.type-search{margin-bottom:14px}.symbol-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.symbol-card{display:flex;min-width:0;align-items:center;gap:10px;padding:11px;border:1px solid #d7e2e6;border-radius:15px;background:#fff;color:#23343d;text-align:left;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.symbol-card:hover{z-index:1;border-color:#7ec3ee;box-shadow:0 9px 24px #173b571a;transform:translateY(-2px)}.symbol-card.is-selected{border-color:#167565;background:#eef9f6;box-shadow:inset 0 0 0 1px #167565}.symbol-card>span:last-child{display:flex;min-width:0;flex-direction:column}.symbol-card strong{color:#173b57;font-size:.8rem;line-height:1.15}.symbol-card small{display:-webkit-box;margin-top:3px;overflow:hidden;color:#6a7980;font-size:.68rem;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.infrastructure-symbol{--symbol-size:48px;position:relative;display:inline-flex;width:max-content;max-width:100%;flex:0 0 auto;align-items:center;gap:6px}.infrastructure-symbol img{display:block;width:var(--symbol-size);height:var(--symbol-size);object-fit:contain}.infrastructure-symbol__label{overflow:hidden;color:#173b57;font-size:.68rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.infrastructure-symbol__badge{position:absolute;top:-4px;right:-4px;display:grid;width:19px;height:19px;place-items:center;border:2px solid #fff;border-radius:50%;background:#d97706;color:#fff;font-size:.68rem;font-weight:900}.infrastructure-symbol__badge--approved{background:#16835b}.marker-status--draft>img,.marker-status--draft img{border-radius:50%;outline:2px dashed #6b7280;outline-offset:2px}.marker-status--submitted>img,.marker-status--submitted img{border-radius:50%;outline:2px solid #6b7280;outline-offset:2px}.marker-status--flagged>img,.marker-status--flagged img,.marker-status--needs-clarification>img,.marker-status--needs-clarification img{border-radius:50%;outline:3px solid #d97706;outline-offset:2px}.mission-map-marker,.team-symbol-marker{display:block;width:48px;height:48px;padding:0;border:0;background:transparent;cursor:pointer}.mission-map-marker img,.team-symbol-marker img{width:100%;height:100%}.mission-map-marker--drop{animation:symbol-drop .55s cubic-bezier(.2,.85,.35,1.2)}@keyframes symbol-drop{0%{opacity:0;transform:translateY(-42px) scale(.72)}65%{opacity:1;transform:translateY(4px) scale(1.08)}to{transform:translateY(0) scale(1)}}.symbol-drop-message{margin:-5px 0 13px;padding:9px 12px;border-radius:12px;background:#eaf7f4;color:#16655f;font-size:.85rem;font-weight:800}.standard-illustration{margin:0 0 15px;overflow:hidden;border:1px solid #dce7eb;border-radius:17px;background:#f2f8fc}.standard-illustration img{display:block;width:100%;max-height:210px;object-fit:contain}.standard-illustration figcaption{display:flex;flex-direction:column;padding:9px 12px;border-top:1px solid #dce7eb;background:#fff;color:#173b57;font-size:.76rem;font-weight:850}.standard-illustration figcaption span{color:#667780;font-size:.68rem;font-weight:650}.mission-accordion{margin:12px 0;overflow:hidden;border:1px solid #dce6e9;border-radius:16px;background:#fff}.mission-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 15px;color:#173b57;cursor:pointer;list-style:none}.mission-accordion summary span{font-weight:900}.mission-accordion summary small{color:#697980}.mission-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 15px 15px}.mission-field-wide{grid-column:1/-1}.mission-form-grid label>small{color:#6c7b82;font-weight:600}.mission-form-grid label.has-error>span,.mission-form-grid label.has-error>small{color:#a43b32}.mission-form-grid label.has-error input,.mission-form-grid label.has-error select{border-color:#c9685f}.type-quick-facts{display:grid;gap:10px;margin-top:16px}.type-quick-facts>div:first-child h3,.type-quick-facts>div:first-child p{margin:0}.type-quick-facts>div:first-child h3{color:#173b57}.type-quick-facts>div:first-child p{color:#697980;font-size:.82rem}.quick-fact{padding:13px;border:1px solid #dbe5e8;border-radius:14px;background:#fff}.quick-fact--unknown{background:#f3f5f6}.quick-fact__label{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.quick-fact__label label{color:#173b57;font-size:.83rem;font-weight:850}.quick-fact>small{display:block;margin-top:6px;color:#718087;font-size:.69rem}.help-tip{position:relative}.help-tip button{display:grid;width:23px;height:23px;place-items:center;border:1px solid #b9cbd1;border-radius:50%;background:#eef6f8;color:#17586a;font-weight:900}.help-tip>span{position:absolute;z-index:8;top:29px;right:0;display:none;width:220px;padding:9px 10px;border-radius:9px;background:#173b57;color:#fff;font-size:.72rem;font-weight:600;box-shadow:0 10px 24px #173b572e}.help-tip:hover>span,.help-tip:focus-within>span{display:block}.dont-know{display:flex;align-items:center;gap:7px;margin-top:7px;color:#546870;font-size:.74rem;font-weight:750}.dont-know input{width:16px;min-height:16px}.number-unit{display:flex;align-items:stretch}.number-unit input{min-width:0;border-radius:11px 0 0 11px}.number-unit>span{display:grid;max-width:145px;place-items:center;padding:0 10px;border:1px solid #cbd8dd;border-left:0;border-radius:0 11px 11px 0;background:#eef4f6;color:#536770;font-size:.73rem;font-weight:800}.quick-fact-options{display:flex;flex-wrap:wrap;gap:6px}.quick-fact-options label{display:flex;align-items:center;gap:5px;padding:7px 9px;border:1px solid #d1dee2;border-radius:10px;color:#425861;font-size:.73rem;font-weight:750}.quick-fact-options input{width:15px;min-height:15px}.enrichment-tags{display:flex;flex-wrap:wrap;gap:7px;padding:0 15px 15px}.enrichment-tags span{padding:6px 8px;border-radius:999px;background:#edf2f4;color:#5a6b73;font-size:.7rem;font-weight:750;text-transform:capitalize}.mission-error-summary,.nearby-warning{display:flex;flex-direction:column;gap:3px;margin-top:12px;padding:12px 14px;border-radius:13px;background:#fff0ee;color:#84382f;font-size:.78rem}.nearby-warning{background:#fff6dd;color:#72590f}.nearby-warning p{margin:0 0 4px}.mission-panel-actions{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:10px;margin:18px -25px -25px;padding:13px 25px;border-top:1px solid #dce6e9;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mission-panel-actions>span{color:#50666f;font-size:.76rem;font-weight:800}.geometry-refine{padding:16px 25px 0}.geometry-refine small{display:block;margin-top:5px;color:#6b7b82;font-size:.7rem}.quality-medal{display:flex;align-items:center;gap:17px;padding:17px;border:1px solid #d6e2e5;border-radius:19px;background:#f5f8f9}.quality-medal--gold{border-color:#ddbd55;background:#fff9e7}.quality-medal--silver{border-color:#a8bbc4;background:#f3f7f8}.quality-medal--bronze{border-color:#c28b64;background:#fff5ee}.quality-medal>div{display:flex;min-width:0;flex-direction:column}.quality-medal span{color:#167565;font-size:.72rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.quality-medal strong{overflow:hidden;color:#173b57;font-size:1.2rem;text-overflow:ellipsis}.quality-medal small{color:#61727a}.mission-review-list{display:grid;gap:0;margin:15px 0;border:1px solid #dce5e8;border-radius:15px;background:#fff}.mission-review-list div{display:grid;grid-template-columns:110px 1fr;gap:12px;padding:10px 12px}.mission-review-list div+div{border-top:1px solid #e5ecee}.mission-review-list dt{color:#667880;font-size:.75rem;font-weight:800}.mission-review-list dd{margin:0;color:#273941;font-size:.78rem}.quality-explanation{color:#667880;font-size:.76rem}.mission-review-actions,.mission-complete>div:last-child{display:grid;gap:8px}.mission-complete{display:flex;min-height:710px;flex-direction:column;align-items:center;justify-content:center;padding:34px;text-align:center}.mission-complete h2{margin:4px 0;color:#173b57;font-size:1.65rem}.mission-complete p{max-width:380px;color:#64747c}.mission-complete .eyebrow{margin:18px 0 0;color:#167565}.to-do-chip{margin:4px 0 18px;padding:7px 10px;border-radius:999px;background:#fff0d4;color:#76560e;font-size:.76rem;font-weight:850}.mission-standing-rules{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:15px 8px 0}.mission-standing-rules span{padding:6px 9px;border-radius:999px;background:#eef4f6;color:#52666f;font-size:.72rem;font-weight:800}.team-symbol-marker{cursor:default}.asset-mini-list article>.infrastructure-symbol{flex:0 0 auto}.symbol-gallery-page{width:min(1380px,calc(100% - 32px));margin:0 auto;padding:35px 0 60px}.symbol-gallery-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:27px;border-radius:24px;background:#173b57;color:#fff}.symbol-gallery-heading h1{margin:2px 0 5px;color:#fff}.symbol-gallery-heading p{margin:0;color:#ffffffbd}.gallery-legend,.gallery-statuses,.symbol-size-test,.illustration-gallery{margin-top:24px;padding:24px;border:1px solid #dbe5e8;border-radius:22px;background:#fff}.gallery-legend h2,.gallery-statuses h2,.symbol-size-test h2,.illustration-gallery h2,.gallery-legend p,.gallery-statuses p,.symbol-size-test p,.illustration-gallery p{margin:0}.gallery-category-grid{display:grid;grid-template-columns:repeat(9,minmax(95px,1fr));gap:8px;margin-top:15px}.gallery-category-grid article{display:flex;min-width:0;flex-direction:column;align-items:center;padding:12px 7px;border-radius:13px;background:#f2f6f7;text-align:center}.gallery-category-grid img{width:43px;height:43px}.gallery-category-grid strong{color:#173b57;font-size:.76rem}.gallery-category-grid span{color:#6a7a81;font-size:.64rem}.gallery-statuses>div:last-child{display:flex;flex-wrap:wrap;gap:20px;margin-top:16px}.gallery-statuses article{display:flex;align-items:center;gap:9px;color:#52666f;font-size:.78rem;font-weight:800}.symbol-size-test>div,.illustration-gallery>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:15px}.symbol-size-test article{display:grid;grid-template-columns:44px 44px 1fr;grid-template-rows:auto auto;align-items:center;gap:4px 8px;padding:10px;border:1px solid #dde6e9;border-radius:13px}.symbol-test-light,.symbol-test-dark{display:grid;width:44px;height:44px;place-items:center;border-radius:9px;background:#e5ecef}.symbol-test-dark{background:#213b4a}.symbol-size-test strong{color:#173b57;font-size:.75rem}.symbol-size-test small{display:-webkit-box;grid-column:3;overflow:hidden;color:#6b7b82;font-size:.65rem;-webkit-box-orient:vertical;-webkit-line-clamp:2}.illustration-gallery .standard-illustration{margin:0}@media(max-width:1100px){.mission-workspace{grid-template-columns:minmax(0,1fr) minmax(390px,.92fr)}.gallery-category-grid{grid-template-columns:repeat(5,1fr)}.symbol-size-test>div,.illustration-gallery>div{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.map-mission-page,.symbol-gallery-page{width:min(100% - 20px,100%);padding-top:14px}.mission-header,.symbol-gallery-heading{align-items:stretch;flex-direction:column;border-radius:20px}.personal-progress{min-width:0}.mission-progress{width:100%}.mission-progress span{flex-direction:column;gap:3px;font-size:.68rem}.mission-workspace{display:flex;min-height:0;flex-direction:column;overflow:visible;border-radius:21px}.mission-map-shell{position:relative;min-height:43vh}.mission-map{height:43vh;min-height:330px}.mission-panel{position:relative;z-index:6;max-height:none;margin-top:-18px;overflow:visible;border-radius:22px 22px 0 0;box-shadow:0 -13px 35px #173b571f}.mission-panel:before{display:block;width:48px;height:5px;margin:8px auto -6px;border-radius:999px;background:#c2d0d5;content:""}.mission-panel-actions{position:static}.mission-complete{min-height:520px}.gallery-category-grid{grid-template-columns:repeat(3,1fr)}.symbol-size-test>div,.illustration-gallery>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.mission-header{padding:20px}.mission-header h1{font-size:2.2rem}.mission-progress{border-radius:14px}.mission-progress span{padding:9px 3px}.mission-progress span:not(:last-child):after{display:none}.mission-panel-section{padding:20px 16px}.symbol-card-grid,.mission-form-grid{grid-template-columns:1fr}.mission-field-wide{grid-column:auto}.locate-actions,.geometry-confirm,.mission-panel-actions{align-items:stretch;flex-direction:column}.mission-panel-actions{margin:18px -16px -20px;padding:13px 16px}.gallery-category-grid,.symbol-size-test>div,.illustration-gallery>div{grid-template-columns:1fr}.symbol-gallery-heading,.gallery-legend,.gallery-statuses,.symbol-size-test,.illustration-gallery{padding:18px}}@media(prefers-reduced-motion:reduce){.mission-map-marker--drop,.symbol-card{animation:none;transition:none}}.location-method-output{display:flex;min-height:44px;align-items:center;padding:10px 11px;border:1px solid #cbd8dd;border-radius:11px;background:#f4f8f9;color:#173b57;font-weight:750}.sheet-controls{display:none}.local-place-search{width:min(500px,calc(100% - 92px))}.symbol-card{position:relative;padding:0;overflow:hidden}.symbol-card__select{display:flex;width:100%;min-width:0;align-items:center;gap:10px;padding:11px 38px 11px 11px;border:0;background:transparent;color:#23343d;text-align:left}.symbol-card__select>span:last-child{display:flex;min-width:0;flex-direction:column}.symbol-card__favourite{position:absolute;top:6px;right:6px;display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:50%;background:#f2f6f7;color:#a46c05;font-size:1.15rem}.other-workflow{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:13px 0;padding:15px;border:1px solid #e0b95d;border-radius:16px;background:#fff9e9}.other-workflow>div,.other-workflow>label:last-child{grid-column:1/-1}.other-workflow>div{display:flex;flex-direction:column;color:#173b57}.other-workflow>div span{color:#6b6655;font-size:.76rem}.other-workflow label,.enrichment-topic label,.evidence-queue-item label{display:grid;gap:5px;color:#173b57;font-size:.77rem;font-weight:800}.other-workflow input,.other-workflow select,.other-workflow textarea,.enrichment-topic input,.enrichment-topic select,.enrichment-topic textarea,.evidence-queue-item input,.evidence-queue-item select{width:100%;min-height:44px;padding:9px 10px;border:1px solid #cbd8dd;border-radius:10px;background:#fff;color:#23343d;font:inherit}.other-workflow .has-error>span,.other-workflow .has-error>small{color:#a43b32}.enrichment-panels>div:first-child h3,.enrichment-panels>div:first-child p{margin:0}.enrichment-panels>div:first-child p{color:#687981;font-size:.8rem}.enrichment-topic-list{display:grid;gap:9px;padding:0 13px 13px}.enrichment-topic{display:grid;grid-template-columns:minmax(150px,.65fr) 1fr;gap:9px;padding:11px;border-radius:12px;background:#f4f8f9}.enrichment-topic label:first-child{grid-column:1/-1}.evidence-queue-item{position:relative;display:grid;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:10px;padding:13px;border:1px solid #d9e4e7;border-radius:14px;background:#f8fbfb}.evidence-queue-item>div{display:flex;grid-column:1/-1;flex-wrap:wrap;align-items:center;gap:6px}.evidence-queue-item>div strong{color:#173b57}.evidence-queue-item>div small{color:#687981}.evidence-queue-item>div span{margin-left:auto;padding:4px 7px;border-radius:999px;background:#e9f4f1;color:#16685d;font-size:.68rem;font-weight:850;text-transform:capitalize}.evidence-queue-item--failed_validation{border-color:#d58b82;background:#fff3f1}.evidence-queue-item>button:not(.evidence-remove){grid-column:1/-1}.evidence-remove{position:absolute;top:8px;right:8px;border:0;background:transparent;color:#9a3c32;font-weight:800}.nearby-warning label{display:flex;align-items:flex-start;gap:8px;margin-top:6px;font-weight:800}.nearby-warning label input{margin-top:2px}.geometry-history{margin-top:10px;padding:10px 12px;border:1px solid #d7e2e6;border-radius:12px;background:#f7fafb;color:#52666f;font-size:.75rem}.geometry-history span{display:block;margin-top:5px}.revise-location{margin:9px 25px 0;border:0;background:transparent;color:#086f75;font-weight:850;text-decoration:underline}.reuse-preview{display:grid;gap:8px;width:min(410px,100%);padding:15px;border:1px solid #d6e2e5;border-radius:16px;background:#f7fafb;text-align:left}.reuse-preview p{margin:0;font-size:.78rem}.reuse-preview label{display:flex;align-items:center;gap:8px;color:#384d56;font-size:.8rem;font-weight:750}.reuse-preview>div{display:grid;gap:7px}@media(max-width:820px){.mission-panel:before{display:none}.sheet-controls{position:sticky;z-index:10;top:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;min-height:56px;padding:6px 10px;border-bottom:1px solid #dce6e9;background:#fffffff5;touch-action:none}.sheet-controls__handle{position:absolute;top:5px;left:50%;width:48px;height:5px;border-radius:999px;background:#b9c9cf;transform:translate(-50%)}.sheet-controls button{min-width:88px;min-height:44px;border:0;border-radius:10px;background:#eef4f6;color:#173b57;font-weight:850}.sheet-controls button:last-child{justify-self:end}.sheet-controls strong{color:#60727a;font-size:.7rem;text-transform:capitalize}.mission-panel{margin-top:-52px;overflow:auto;transition:max-height .18s ease,transform .18s ease}.mission-panel--collapsed{max-height:60px}.mission-panel--collapsed>:not(.sheet-controls){display:none}.mission-panel--half{max-height:52vh}.mission-panel--expanded{max-height:78vh;transform:translateY(-22vh)}.mission-workspace{max-height:121vh}.place-search{top:70px;left:10px;width:calc(100% - 76px)}.retired-key-notice{display:none}.mission-map-shell__status{top:8px;left:8px}.mission-map-attribution{bottom:56px}}@media(max-width:520px){.other-workflow,.enrichment-topic,.evidence-queue-item{grid-template-columns:1fr}.other-workflow>div,.other-workflow>label:last-child,.enrichment-topic label:first-child{grid-column:auto}.evidence-queue-item>div,.evidence-queue-item>button:not(.evidence-remove){grid-column:auto}.symbol-card-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.mission-panel{transition:none}}.paste-location{display:block;margin-top:10px}.paste-location>span{display:block;margin-bottom:5px;color:#173b57;font-size:.78rem;font-weight:850}.paste-location>div{display:flex;gap:6px}.paste-location input{min-width:0;flex:1;padding:10px;border:1px solid #cbd8dd;border-radius:10px}.paste-location small{display:block;margin-top:4px;color:#62737b;font-size:.72rem}.mission-map-wrap{position:relative;height:100%;min-height:760px}.mission-map-wrap .mission-map{height:100%;min-height:760px}.map-tool-rail{position:absolute;z-index:6;top:118px;right:15px;display:flex;flex-direction:column;gap:4px;padding:7px;border:1px solid #d7e4e7;border-radius:14px;background:#fffffff2;box-shadow:0 10px 30px #173b5729}.map-tool-rail button{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid transparent;border-radius:10px;background:transparent;color:#173b57;cursor:pointer}.map-tool-rail button svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.map-tool-rail button:hover:not(:disabled){background:#eef6f4}.map-tool-rail button.is-active{border-color:#167565;background:#e2f2ee;box-shadow:inset 0 0 0 1px #167565}.map-tool-rail button:disabled{opacity:.35;cursor:not-allowed}.map-tool-rail small{max-width:56px;color:#758691;font-size:.58rem;line-height:1.15;text-align:center}.mission-map-wrap--tool-point .maplibregl-canvas,.mission-map-wrap--tool-line .maplibregl-canvas,.mission-map-wrap--tool-area .maplibregl-canvas{cursor:crosshair!important}.mission-map-wrap--tool-pan .maplibregl-canvas{cursor:grab!important}.mission-map-marker--pending{position:relative;width:30px;height:30px;border:0;background:none}.mission-map-marker--pending .pending-pin{position:absolute;left:50%;bottom:0;width:16px;height:16px;border:3px solid #fff;border-radius:50% 50% 50% 0;background:#c2401f;box-shadow:0 2px 8px #173b5773;transform:translate(-50%) rotate(-45deg)}.mission-map-marker--pending .pending-pulse{position:absolute;left:50%;bottom:-4px;width:26px;height:10px;border-radius:50%;background:#c2401f4d;transform:translate(-50%);animation:pendingPulse 1.6s ease-out infinite}@keyframes pendingPulse{0%{transform:translate(-50%) scale(.6);opacity:.8}70%{transform:translate(-50%) scale(1.4);opacity:0}to{opacity:0}}@media(max-width:700px){.map-tool-rail{top:104px;right:8px;padding:5px}.map-tool-rail button{width:38px;height:38px}}.map-mode-banner{position:absolute;z-index:6;top:15px;left:50%;transform:translate(-50%);margin:0;padding:6px 14px;border-radius:999px;background:#173b57e0;color:#fff;font-size:.74rem;font-weight:700;white-space:nowrap;max-width:calc(100% - 200px);overflow:hidden;text-overflow:ellipsis}.map-tool-rail button{width:auto;min-width:42px;height:auto;min-height:42px;display:flex;flex-direction:column;gap:2px;padding:5px 7px}.map-tool-rail .tool-text{font-size:.56rem;font-weight:800;color:#586b74;line-height:1}.map-tool-rail button.is-active .tool-text{color:#167565}.tool-advanced-toggle{border:0!important;background:none!important;color:#086f75!important;font-size:.62rem!important;font-weight:800;min-height:24px!important;padding:2px!important}.map-centre-crosshair{position:absolute;z-index:5;top:50%;left:50%;width:26px;height:26px;transform:translate(-50%,-50%);pointer-events:none;background:linear-gradient(#173b57,#173b57) center/2px 26px no-repeat,linear-gradient(#173b57,#173b57) center/26px 2px no-repeat;opacity:.55}.map-centre-crosshair:after{content:"";position:absolute;inset:8px;border:2px solid #173b57;border-radius:50%;opacity:.7}.map-centre-place{position:absolute;z-index:6;bottom:42px;left:50%;transform:translate(-50%);padding:9px 16px;border:0;border-radius:999px;background:#173b57;color:#fff;font-weight:800;font-size:.8rem;box-shadow:0 10px 26px #173b574d;cursor:pointer}.map-issue-chip{position:absolute;z-index:6;bottom:80px;left:15px;max-width:min(420px,calc(100% - 30px));margin:0;padding:8px 12px;border-radius:10px;background:#fdf3e0;color:#7a5a17;font-size:.75rem;font-weight:600;box-shadow:0 8px 22px #173b572e}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.selected-place{margin:10px 0;padding:13px 15px;border:1.5px solid #8fd0c2;border-radius:14px;background:#f1faf7}.selected-place__eyebrow{display:block;color:#167565;font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.selected-place__head strong{display:block;color:#173b57;font-size:1.02rem}.selected-place__head>span{color:#4a5a68;font-size:.8rem}.selected-place__head small{display:block;margin-top:3px;color:#62737b;font-size:.72rem}.selected-place__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.selected-place__usage{margin:8px 0 0;color:#167565;font-size:.8rem;font-weight:600}.selected-place__stale{margin-top:10px;padding:10px 12px;border-radius:10px;background:#fdf3e0;color:#7a5a17}.selected-place__stale p{margin:0 0 8px;font-size:.8rem;font-weight:600}.selected-place__stale div{display:flex;flex-wrap:wrap;gap:8px}.selected-place__return{margin-top:8px;border:0;background:none;color:#086f75;font-size:.78rem;font-weight:700;cursor:pointer;text-decoration:underline}.current-pin{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:10px 0;padding:11px 14px;border:1px solid #dbe5e9;border-radius:12px;background:#fff}.current-pin__eyebrow{display:block;color:#586b74;font-size:.66rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.current-pin code{display:block;color:#173b57;font-size:.92rem;font-weight:700}.current-pin small{display:block;color:#62737b;font-size:.72rem}.current-pin__actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.gmaps-handoff{display:inline-block;margin-top:8px;color:#086f75;font-size:.8rem;font-weight:800}.gmaps-handoff-hint{display:block;margin:2px 0 4px;color:#62737b;font-size:.72rem;max-width:56ch}.action-issue{margin:8px 0 0;padding:9px 12px;border-radius:10px;background:#fdeeee;color:#a3272d;font-size:.82rem;font-weight:700}.record-summary{display:flex;align-items:center;gap:10px;margin:0 0 10px;padding:9px 12px;border:1px solid #dbe5e9;border-radius:12px;background:#f7fafb}.record-summary__symbol{flex-shrink:0;display:grid;place-items:center;width:40px;height:40px}.record-summary__pending{width:14px;height:14px;border-radius:50% 50% 50% 0;background:#c2401f;transform:rotate(-45deg);border:2.5px solid #fff;box-shadow:0 1px 5px #173b5759}.record-summary__body{min-width:0;flex:1}.record-summary__body strong{display:block;color:#173b57;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-summary__body span{display:block;color:#4a5a68;font-size:.74rem}.record-summary__body small{display:block;color:#62737b;font-size:.68rem}.record-summary__actions{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.record-summary__actions button{border:1px solid #cbd8dd;border-radius:8px;background:#fff;color:#173b57;font-size:.7rem;font-weight:800;padding:4px 9px;cursor:pointer}.place-search .search-area{background:#086f75}.submit-blocked{margin:0 0 12px;padding:13px 15px;border:1.5px solid #e4b6b8;border-radius:13px;background:#fdf6f6}.submit-blocked strong{color:#a3272d}.submit-blocked p{margin:5px 0 8px;color:#7a4a4d;font-size:.82rem}.submit-blocked span{display:block;color:#7a4a4d;font-size:.78rem;font-weight:600}@media(max-width:700px){.map-mode-banner{top:66px;max-width:calc(100% - 110px);font-size:.68rem}.map-centre-place{bottom:56px}}.where-it-is{margin:10px 0;padding:12px 14px;border:1px solid #cfe0ea;border-radius:12px;background:#f4f9fc}.where-it-is__eyebrow{display:block;margin-bottom:6px;color:#1b4f72;font-size:.66rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.where-it-is dl{display:grid;gap:3px;margin:0}.where-it-is dl div{display:grid;grid-template-columns:130px 1fr;gap:8px}.where-it-is dt{color:#758691;font-size:.78rem}.where-it-is dd{margin:0;color:#173b57;font-size:.82rem;font-weight:700}.where-it-is p{margin:0;color:#62737b;font-size:.8rem}.where-it-is small{display:block;margin-top:6px;color:#62737b;font-size:.68rem}.place-search>.selected-place{margin:9px 0 4px;padding:10px 11px;max-height:250px;overflow:auto}.place-search>.selected-place .selected-place__actions{display:grid;grid-template-columns:1fr 1fr}.place-search>.selected-place .selected-place__actions button:last-child{grid-column:1/-1}.map-layer-control{position:absolute;z-index:7;bottom:42px;left:15px}.map-layer-control__toggle{min-height:40px;padding:8px 13px;border:1px solid #cbdadd;border-radius:11px;background:#fffffff5;box-shadow:0 8px 22px #173b5726;color:#173b57;font-weight:850;cursor:pointer}.map-layer-control__panel{position:absolute;bottom:46px;left:0;display:grid;width:min(300px,calc(100vw - 45px));gap:7px;padding:12px;border:1px solid #d5e1e5;border-radius:14px;background:#fffffffa;box-shadow:0 14px 34px #173b572e}.map-layer-control__panel>strong{color:#173b57;font-size:.78rem}.map-layer-control__panel>small{margin-top:-3px;color:#667981;font-size:.7rem}.map-layer-control__panel label{display:grid;grid-template-columns:auto 22px 1fr;align-items:center;gap:7px;padding:6px 7px;border-radius:9px;background:#f5f8f9;color:#173b57}.map-layer-control__panel label:has(input:disabled){opacity:.52}.map-layer-control__panel input{width:18px;height:18px}.map-layer-control__panel label>span:last-child{display:flex;min-width:0;flex-direction:column}.map-layer-control__panel b{font-size:.76rem}.map-layer-control__panel label small{overflow:hidden;color:#667981;font-size:.67rem;text-overflow:ellipsis;white-space:nowrap}.boundary-swatch{display:block;width:20px;height:4px;border-radius:999px;background:#275d8c}.boundary-swatch--district{background:#c26a1b}.boundary-swatch--municipality{background:#147d6f}.boundary-swatch--ward{background:#7b4aa0}.map-layer-control__clear{min-height:34px;border:0;border-radius:9px;background:#eef4f6;color:#173b57;font-size:.72rem;font-weight:850;cursor:pointer}.map-layer-control__clear:disabled{opacity:.45;cursor:not-allowed}.map-issue-chip{display:flex;align-items:center;gap:8px}.map-issue-chip span{flex:1}.map-issue-chip button{flex-shrink:0;padding:5px 8px;border:1px solid #c9a65f;border-radius:7px;background:#fff;color:#694d13;font-size:.68rem;font-weight:850;cursor:pointer}.where-it-is__heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.where-it-is__heading b{padding:3px 7px;border-radius:999px;background:#dff1ec;color:#146b60;font-size:.64rem}.where-it-is__error{padding:9px 10px;border-radius:9px;background:#fff2ee}.where-it-is__error strong{color:#9b382e;font-size:.75rem}.where-it-is__error p{margin-top:3px;color:#7c514d}.where-it-is__partial{margin-top:8px!important;padding:7px 9px;border-radius:8px;background:#fff7e7;color:#755719!important}.where-it-is__actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.where-it-is__manual{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px;padding:10px;border-radius:10px;background:#fff}.where-it-is__manual label{display:grid;gap:4px;color:#173b57;font-size:.72rem;font-weight:800}.where-it-is__manual input{min-width:0;width:100%;padding:8px;border:1px solid #cbd8dd;border-radius:8px}.asset-name-first{display:grid;gap:5px;margin-bottom:13px;padding:13px;border:1.5px solid #8fd0c2;border-radius:14px;background:#f1faf7;color:#173b57;font-size:.8rem;font-weight:850}.asset-name-first input{width:100%;min-height:46px;padding:10px 11px;border:1px solid #b9d5cf;border-radius:10px;background:#fff;color:#23343d;font:inherit}.asset-name-first small{color:#60767a;font-size:.7rem;font-weight:500}@media(max-width:820px){.map-layer-control{bottom:62px;left:8px}.place-search>.selected-place{max-height:190px}}@media(max-width:520px){.place-search label>div{display:grid;grid-template-columns:1fr 1fr}.place-search label>div input{grid-column:1/-1}.place-search>.selected-place .selected-place__actions{grid-template-columns:1fr}.place-search>.selected-place .selected-place__actions button:last-child{grid-column:auto}.where-it-is__manual{grid-template-columns:1fr}}.place-search-section{margin:6px 0 3px;padding:0 2px;color:#167565;font-size:.66rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.place-search-section--other{color:#8a6d3b}.online-status{display:flex;align-items:center;gap:7px;margin:7px 0 0;padding:7px 11px;border-radius:9px;font-size:.78rem;font-weight:600}.online-status--checking{background:#eef4fb;color:#1b4f72}.online-status--failed{background:#fdf3e0;color:#7a5a17}.online-spinner{width:12px;height:12px;border:2px solid #9dc0da;border-top-color:#1b4f72;border-radius:50%;animation:onlineSpin .8s linear infinite;flex-shrink:0}@keyframes onlineSpin{to{transform:rotate(360deg)}}.stage3-launch{display:flex;max-width:1180px;align-items:center;justify-content:space-between;gap:2rem;margin:0 auto 4rem;border:1px solid rgba(219,233,95,.55);border-radius:28px;padding:clamp(1.5rem,4vw,2.5rem);color:#fff;background:radial-gradient(circle at 80% 20%,rgba(219,233,95,.22),transparent 16rem),var(--deep);box-shadow:var(--shadow)}.stage3-launch h2{max-width:700px;margin-bottom:.65rem}.stage3-launch p:not(.eyebrow){max-width:720px;margin-bottom:0;color:#ffffffbf}.stage3-launch .eyebrow{color:var(--lime)}.stage3-launch .button{flex:0 0 auto;border-color:var(--lime);color:var(--deep);background:var(--lime)}.stage3-loading{display:grid;min-height:50vh;place-content:center;justify-items:center;gap:1rem}.stage3-context{display:flex;min-height:74px;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem clamp(1rem,4vw,3rem);color:#fff;background:linear-gradient(100deg,rgba(22,117,101,.22),transparent 40%),#0d302d}.stage3-context>div:first-child{display:flex;align-items:center;gap:.8rem}.stage3-context small,.stage3-context strong,.stage3-identity span{display:block}.stage3-context small{color:#ffffff9e;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.stage3-context strong{margin-top:.15rem;font-size:.9rem}.stage3-identity{text-align:right}.stage3-identity span{font-size:.84rem;font-weight:800}.stage3-identity small{margin-top:.2rem;text-transform:none;letter-spacing:0}.service-light{width:12px;height:12px;flex:0 0 auto;border:2px solid rgba(255,255,255,.6);border-radius:999px;background:#d2a045;box-shadow:0 0 0 5px #d2a0451f}.service-light--online{background:#8bd4a8;box-shadow:0 0 0 5px #8bd4a81f}.service-light--offline{background:#dd7f70;box-shadow:0 0 0 5px #dd7f701f}.stage3-nav{position:sticky;z-index:12;top:72px;display:flex;gap:.4rem;overflow-x:auto;padding:.65rem clamp(1rem,4vw,3rem);border-bottom:1px solid var(--line);background:#fffef9f5;scrollbar-width:thin}.stage3-nav button{min-height:44px;flex:0 0 auto;border:1px solid transparent;border-radius:999px;padding:.55rem .9rem;color:var(--muted);background:transparent;cursor:pointer;font-size:.82rem;font-weight:800}.stage3-nav button.is-active{border-color:#1675652e;color:var(--deep);background:var(--mint)}.stage3-page{width:min(1240px,calc(100% - 2rem));margin:0 auto;padding:clamp(2rem,5vw,4rem) 0 5rem}.stage3-page--narrow{width:min(1040px,calc(100% - 2rem))}.stage3-hero{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(270px,.65fr);align-items:end;gap:clamp(2rem,7vw,7rem);padding:clamp(1rem,4vw,2rem) 0 clamp(2.5rem,5vw,4rem)}.stage3-hero h1,.stage3-section-heading h1{max-width:900px;font-size:clamp(2.4rem,6vw,5.5rem)}.stage3-hero>div>p:not(.eyebrow),.stage3-section-heading>div>p:not(.eyebrow){max-width:760px;color:var(--muted);font-size:1.04rem}.stage3-hero__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.6rem}.stage3-scope-card{border:1px solid rgba(22,117,101,.18);border-radius:24px;padding:1.4rem;background:linear-gradient(145deg,#fffef9,#edf5ef);box-shadow:var(--shadow)}.stage3-scope-card>span,.stage3-scope-card>strong,.stage3-scope-card>small{display:block}.stage3-scope-card>span{color:var(--teal);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.stage3-scope-card>strong{margin-top:.7rem;font-size:1.7rem;letter-spacing:-.04em}.stage3-scope-card p{margin:.6rem 0 1.2rem;color:var(--muted);font-size:.85rem}.stage3-scope-card small{border-top:1px solid var(--line);padding-top:.8rem;color:var(--muted)}.stage3-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--paper)}.stage3-stat-grid article{min-width:0;padding:1.4rem;border-right:1px solid var(--line)}.stage3-stat-grid article:last-child{border-right:0}.stage3-stat-grid span,.stage3-stat-grid strong,.stage3-stat-grid small{display:block}.stage3-stat-grid span{color:var(--muted);font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.stage3-stat-grid strong{margin:.45rem 0 .2rem;color:var(--deep);font-size:2.4rem;line-height:1}.stage3-stat-grid .stage3-stat-word{font-size:1.7rem}.stage3-stat-grid small{overflow-wrap:anywhere;color:var(--muted);font-size:.73rem;line-height:1.4}.stage3-flow{padding-top:clamp(3rem,8vw,6rem)}.stage3-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.stage3-section-heading h1,.stage3-section-heading h2{margin-bottom:.8rem}.stage3-section-heading>div>p:last-child{margin-bottom:0}.stage3-section-heading>span{flex:0 0 auto;border:1px solid rgba(22,117,101,.18);border-radius:999px;padding:.55rem .8rem;color:var(--teal);background:var(--mint);font-size:.73rem;font-weight:850}.stage3-flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stage3-flow-grid article{min-height:230px;border:1px solid var(--line);border-radius:20px;padding:1.25rem;background:var(--paper)}.stage3-flow-grid article>span{display:inline-grid;width:42px;height:42px;place-items:center;border-radius:13px;color:var(--deep);background:var(--lime);font-size:.76rem;font-weight:900}.stage3-flow-grid h3{margin:2rem 0 .55rem;font-size:1.25rem}.stage3-flow-grid p{margin-bottom:0;color:var(--muted);font-size:.84rem}.stage3-message{margin:0 0 1.2rem;border-left:4px solid var(--teal);border-radius:0 12px 12px 0;padding:.9rem 1rem;color:var(--deep);background:var(--mint);line-height:1.5}.sync-summary{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:1.25rem;border:1px solid var(--line);border-radius:18px;background:var(--paper)}.sync-summary>div{padding:1rem 1.2rem;border-right:1px solid var(--line)}.sync-summary>div:last-child{border-right:0}.sync-summary strong,.sync-summary span{display:block}.sync-summary strong{font-size:1.7rem}.sync-summary span{color:var(--muted);font-size:.75rem}.sync-list{display:grid;gap:.8rem}.sync-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:1rem;border:1px solid var(--line);border-radius:18px;padding:1rem;background:var(--paper)}.sync-item__symbol{display:grid;width:54px;height:54px;place-items:center;border-radius:17px;color:#fff;background:var(--deep);font-size:.65rem;font-weight:900;letter-spacing:.06em}.sync-item__body>div:first-child{display:flex;align-items:center;gap:.5rem}.sync-item__body>div:first-child>span:first-child{color:var(--teal);font-size:.7rem;font-weight:900}.sync-item h2{margin:.35rem 0 .25rem;font-size:1.25rem}.sync-item p,.sync-item small{margin:0;color:var(--muted);font-size:.76rem}.sync-item small{display:block;margin-top:.3rem}.state-chip,.classification-chip{display:inline-flex;width:fit-content;min-height:28px;align-items:center;border-radius:999px;padding:.3rem .55rem;color:var(--deep);background:var(--mint);font-size:.65rem;font-weight:850}.state-chip--conflict{color:#803831;background:#f8ded8}.state-chip--syncing{color:#75520d;background:#fbefc6}.state-chip--synced{color:#17613b;background:#d9f0e2}.conflict-card{display:flex;flex-wrap:wrap;gap:.35rem .7rem;margin-top:.65rem;border-radius:10px;padding:.65rem .75rem;color:#803831;background:#f8ded8;font-size:.75rem}.stage3-empty{display:grid;min-height:270px;place-content:center;justify-items:center;border:1px dashed #b8c9c0;border-radius:22px;padding:2rem;text-align:center;background:#fffef98c}.stage3-empty>span{display:grid;width:52px;height:52px;place-items:center;margin-bottom:1rem;border-radius:17px;color:var(--deep);background:var(--lime);font-size:1.3rem;font-weight:900}.stage3-empty h2{margin-bottom:.4rem}.stage3-empty p{max-width:490px;margin-bottom:0;color:var(--muted)}.stage3-footnote{margin:1.25rem 0 0;color:var(--muted);font-size:.76rem;text-align:center}.service-unavailable{display:flex;align-items:center;gap:1.2rem;border:1px solid #e2bfb9;border-radius:20px;padding:1.2rem;background:#fff6f3}.service-unavailable>span{display:grid;width:50px;height:50px;flex:0 0 auto;place-items:center;border-radius:16px;color:#7e3d36;background:#f6d9d4;font-size:1.3rem}.service-unavailable>div{flex:1}.service-unavailable h2{margin-bottom:.3rem}.service-unavailable p{margin-bottom:0;color:var(--muted)}.review-layout{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:650px;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--paper);box-shadow:var(--shadow)}.review-queue{border-right:1px solid var(--line);background:#f1f5ef}.review-queue__title{display:flex;align-items:center;justify-content:space-between;padding:1.1rem;border-bottom:1px solid var(--line)}.review-queue__title span{display:grid;min-width:28px;height:28px;place-items:center;border-radius:999px;color:var(--deep);background:var(--lime);font-size:.72rem;font-weight:900}.review-queue>button{display:block;width:100%;min-height:90px;border:0;border-bottom:1px solid var(--line);padding:.9rem 1rem;background:transparent;cursor:pointer;text-align:left}.review-queue>button.is-active{background:var(--paper);box-shadow:inset 4px 0 0 var(--teal)}.review-queue button span,.review-queue button strong,.review-queue button small{display:block}.review-queue button span{color:var(--teal);font-size:.67rem;font-weight:900}.review-queue button strong{margin:.28rem 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-queue button small,.review-queue__empty{color:var(--muted);font-size:.7rem}.review-queue__empty{padding:1rem}.review-detail{padding:clamp(1.2rem,4vw,2rem)}.review-detail>header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.review-detail h2{margin:.5rem 0 .3rem;font-size:2rem}.review-detail header p{color:var(--muted);font-size:.8rem}.classification-chip{color:#654615;background:#f7e9bd}.review-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:1.3rem 0;overflow:hidden;border:1px solid var(--line);border-radius:15px}.review-facts div{padding:.8rem;border-right:1px solid var(--line)}.review-facts div:last-child{border-right:0}.review-facts span,.review-facts strong{display:block;overflow-wrap:anywhere}.review-facts span{margin-bottom:.25rem;color:var(--muted);font-size:.65rem;text-transform:uppercase}.review-facts strong{font-size:.78rem}.review-checks,.duplicate-panel{margin-top:1.25rem}.review-checks h3,.duplicate-panel h3{margin-bottom:.7rem;font-size:.98rem}.quality-flag,.quality-pass{display:flex;align-items:center;gap:.7rem;margin-bottom:.5rem;border-radius:12px;padding:.75rem;background:#fff2dc;font-size:.78rem}.quality-flag>span,.quality-pass>span{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border-radius:10px;color:#fff;background:var(--amber);font-weight:900}.quality-flag strong,.quality-flag small{display:block}.quality-flag small{margin-top:.2rem;color:var(--muted)}.quality-pass{color:#1e5c3d;background:#e1f2e7}.quality-pass>span{background:#2e8d5c}.duplicate-panel article{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.5rem;border:1px solid var(--line);border-radius:12px;padding:.7rem .8rem;font-size:.76rem}.duplicate-panel article span,.duplicate-panel p{color:var(--muted)}.review-reason{display:block;margin-top:1.3rem}.review-reason>span{display:block;margin-bottom:.4rem;font-size:.78rem;font-weight:850}.review-reason small{color:var(--muted);font-weight:500}.review-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem;margin-top:1rem}.layer-switch{display:flex;flex:0 0 auto;overflow:hidden;border:1px solid var(--line);border-radius:999px;background:var(--paper)}.layer-switch button{min-height:44px;border:0;border-right:1px solid var(--line);padding:.55rem .8rem;background:transparent;cursor:pointer;font-size:.72rem;font-weight:800;text-transform:capitalize}.layer-switch button:last-child{border-right:0}.layer-switch button.is-active{color:#fff;background:var(--deep)}.server-map-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;min-height:570px;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--paper);box-shadow:var(--shadow)}.server-map{position:relative;min-height:570px;overflow:hidden;color:var(--deep);background:linear-gradient(35deg,transparent 47%,rgba(22,117,101,.07) 48%,transparent 50%),#e7efe6;background-size:48px 48px}.server-map__grid{position:absolute;inset:12% 8%;border:2px solid rgba(22,117,101,.12);border-radius:44% 56% 38% 62%;transform:rotate(-5deg);background:#fffef973}.server-map__label{position:absolute;top:1rem;left:1rem;border:1px solid rgba(22,117,101,.16);border-radius:13px;padding:.65rem .8rem;background:#fffef9e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.server-map__label span,.server-map__label strong{display:block}.server-map__label span{color:var(--teal);font-size:.65rem;font-weight:900;text-transform:uppercase}.server-map__label strong{margin-top:.2rem;font-size:.8rem}.server-map>p{position:absolute;right:1rem;bottom:.7rem;left:1rem;margin:0;border-radius:8px;padding:.5rem;color:var(--muted);background:#fffef9d9;font-size:.64rem;text-align:center}.server-marker{position:absolute;display:grid;width:42px;height:42px;place-items:center;border:4px solid #fff;border-radius:15px 15px 15px 3px;color:#fff;background:#5c867d;box-shadow:0 7px 18px #103f3a38;cursor:pointer;font-size:.65rem;font-weight:900;transform:rotate(-8deg)}.server-marker--auto-flagged,.server-marker--flagged{background:var(--amber)}.server-marker--approved-for-processing,.server-marker--standardised,.server-marker--ready-for-wsi{background:#2c8b59}.server-marker--needs-clarification{background:#a74b43}.server-map-panel{border-left:1px solid var(--line);padding:1.2rem}.server-map-panel h2{margin-bottom:1rem}.server-map-panel>div{display:grid;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:.55rem;padding:.55rem 0;border-bottom:1px solid var(--line);font-size:.74rem}.server-map-panel hr{margin:1.4rem 0;border:0;border-top:1px solid var(--line)}.server-map-panel p{color:var(--muted);font-size:.8rem}.status-swatch{width:10px;height:10px;border-radius:999px;background:#5c867d}.status-swatch--auto-flagged{background:var(--amber)}.status-swatch--ready-for-wsi,.status-swatch--standardised,.status-swatch--approved-for-processing{background:#2c8b59}.release-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.release-preview>div{min-height:200px;border:1px solid var(--line);border-radius:20px;padding:1.2rem;background:var(--paper)}.release-preview>div>span{display:inline-flex;border-radius:999px;padding:.35rem .55rem;color:var(--deep);background:var(--lime);font-size:.7rem;font-weight:900}.release-preview strong{display:block;margin:2.3rem 0 .5rem}.release-preview p{color:var(--muted);font-size:.8rem}.release-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--paper);box-shadow:var(--shadow)}.release-card>header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem;color:#fff;background:var(--deep)}.release-card h2{margin:.55rem 0 .25rem}.release-card header p{margin:0;color:#ffffffad;font-size:.75rem}.release-card header>strong{font-size:1.5rem}.release-files{padding:0 1.2rem}.release-files article{display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.release-file-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;color:var(--deep);background:var(--mint);font-size:.62rem;font-weight:900}.release-files strong,.release-files code{display:block}.release-files code{max-width:630px;margin-top:.25rem;overflow:hidden;color:var(--muted);font-size:.65rem;text-overflow:ellipsis}.release-note{margin:0;padding:1rem 1.2rem;color:var(--muted);background:#f3f6f1;font-size:.73rem}.operations-state{border-radius:999px;padding:.55rem .8rem;color:#17613b;background:#d9f0e2;font-size:.73rem;font-weight:900;text-transform:uppercase}.operations-state--offline{color:#803831;background:#f8ded8}.operations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.operations-grid article{min-height:280px;border:1px solid var(--line);border-radius:20px;padding:1.2rem;background:var(--paper)}.operations-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.3rem}.operations-card__top span{color:var(--teal);font-size:.68rem;font-weight:900;text-transform:uppercase}.operations-card__top strong{color:var(--deep);font-size:1.6rem}.operations-card__top .operations-lock{color:#8a453b;font-size:.74rem;text-transform:uppercase}.operations-grid h2{font-size:1.25rem}.operations-grid p,.operations-grid small{color:var(--muted);font-size:.78rem}.operations-grid dl{margin:1rem 0 0}.operations-grid dl>div{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;border-top:1px solid var(--line);font-size:.75rem}.operations-grid dd{margin:0;font-weight:900}.gate-board{margin-top:3rem}.gate-board>article{display:grid;grid-template-columns:145px minmax(0,1fr);align-items:start;gap:1rem;padding:1rem 0;border-top:1px solid var(--line)}.gate-board article p{margin:.25rem 0 0;color:var(--muted);font-size:.78rem}.gate-pass,.gate-blocked{display:inline-flex;width:fit-content;border-radius:999px;padding:.35rem .55rem;color:#17613b;background:#d9f0e2;font-size:.62rem;font-weight:900}.gate-blocked{color:#7a4f0d;background:#f6e8bd}@media(max-width:980px){.stage3-stat-grid,.stage3-flow-grid{grid-template-columns:repeat(2,1fr)}.stage3-stat-grid article:nth-child(2){border-right:0}.stage3-stat-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.review-layout{grid-template-columns:250px minmax(0,1fr)}.operations-grid{grid-template-columns:1fr}.operations-grid article{min-height:auto}}@media(max-width:760px){.stage3-launch,.stage3-section-heading,.service-unavailable{align-items:stretch;flex-direction:column}.stage3-launch .button,.stage3-section-heading>.button{width:100%}.stage3-context{align-items:flex-start}.stage3-identity{max-width:45%}.stage3-nav{top:72px}.stage3-hero{grid-template-columns:1fr;align-items:stretch}.sync-item{grid-template-columns:54px minmax(0,1fr)}.sync-item>.button{grid-column:1 / -1;width:100%}.review-layout{display:block}.review-queue{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line)}.review-queue__title{min-width:150px}.review-queue>button{width:220px;flex:0 0 auto;border-right:1px solid var(--line)}.review-queue>button.is-active{box-shadow:inset 0 -4px 0 var(--teal)}.server-map-layout{grid-template-columns:1fr}.server-map-panel{border-top:1px solid var(--line);border-left:0}.release-preview{grid-template-columns:1fr}}@media(max-width:560px){.stage3-page,.stage3-page--narrow{width:min(100% - 1rem,1240px)}.stage3-context{display:block}.stage3-identity{max-width:none;margin:.7rem 0 0 1.55rem;text-align:left}.stage3-nav{top:72px;padding-inline:.5rem}.stage3-stat-grid,.stage3-flow-grid,.sync-summary{grid-template-columns:1fr}.stage3-stat-grid article,.sync-summary>div{border-right:0;border-bottom:1px solid var(--line)}.stage3-stat-grid article:last-child,.sync-summary>div:last-child{border-bottom:0}.sync-item{grid-template-columns:1fr}.sync-item__symbol{width:46px;height:46px}.review-detail>header,.duplicate-panel article,.release-card>header{display:block}.classification-chip{margin-top:.8rem}.review-facts{grid-template-columns:1fr}.review-facts div{border-right:0;border-bottom:1px solid var(--line)}.review-facts div:last-child{border-bottom:0}.review-actions .button,.layer-switch{width:100%}.layer-switch button{flex:1;padding-inline:.3rem}.release-card header>strong{display:block;margin-top:1rem}.release-files article{grid-template-columns:42px minmax(0,1fr)}.release-files article .button{grid-column:1 / -1;width:100%}.gate-board>article{grid-template-columns:1fr;gap:.5rem}}@media(prefers-reduced-motion:reduce){.stage3-nav *,.server-marker,.stage3-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.portable-review-banner{align-items:center;background:#fff4cf;border-bottom:1px solid #d7af3b;color:#4b3700;display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:center;padding:.65rem 1rem;text-align:center}.portable-review-banner strong{text-transform:uppercase}.portable-review-banner span{font-size:.9rem}
