:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f6f8;font-synthesis:none;--navy: #15395b;--blue: #1769aa;--border: #d8dee7;--muted: #617083;--danger: #b42318}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.topbar{background:#fff;border-bottom:1px solid var(--border)}.topbar-inner{max-width:1440px;margin:auto;min-height:72px;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--navy)}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--navy);font-size:13px;font-weight:800;letter-spacing:.06em}.brand strong,.brand small{display:block}.brand strong{font-size:15px}.brand small{color:var(--muted);margin-top:2px;font-size:11px;letter-spacing:.04em;text-transform:uppercase}.environment{border:1px solid #b9c9da;color:var(--navy);padding:4px 9px;border-radius:999px;font-size:12px;font-weight:700}.container{max-width:1440px;min-height:calc(100vh - 132px);margin:auto;padding:42px 32px 64px}.footer{color:var(--muted);font-size:12px;text-align:center;padding:18px;border-top:1px solid var(--border)}.page{display:grid;gap:28px}.narrow{max-width:900px;margin:auto}h1,h2,p{margin-top:0}h1{color:#112b45;font-size:clamp(28px,4vw,38px);letter-spacing:-.025em;margin-bottom:8px}h2{color:#17324d;margin-bottom:5px}.eyebrow{margin-bottom:6px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.page-heading,.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.page-heading p:not(.eyebrow){color:var(--muted);margin-bottom:0}.button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 15px;border:1px solid transparent;border-radius:6px;cursor:pointer;text-decoration:none;font-weight:700;font-size:14px;transition:background .12s,border-color .12s}.button:disabled,.icon-button:disabled{opacity:.58;cursor:wait}.primary{background:var(--navy);color:#fff}.primary:hover:not(:disabled){background:#0d2b47}.secondary{border-color:#b9c3cf;background:#fff;color:#26384a}.secondary:hover{border-color:#8796a6}.danger-outline{border-color:#e4aaa5;color:var(--danger);background:#fff}.card{background:#fff;border:1px solid var(--border);border-radius:9px;box-shadow:0 2px 5px #142a410a}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}th{background:#f8fafc;color:#536273;font-size:11px;text-transform:uppercase;letter-spacing:.045em;text-align:left}th,td{padding:15px 16px;border-bottom:1px solid #e7ebf0;vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfcfd}.actions{text-align:right;white-space:nowrap}.actions>*+*{margin-left:10px}.table-link{color:#125f9e;font-weight:700;text-decoration:none}.table-link:hover{text-decoration:underline}.button-link{padding:0;border:0;background:none;cursor:pointer;text-align:left}.cell-subtitle{display:block;color:var(--muted);max-width:430px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:4px}.text-button{border:0;background:none;padding:3px;color:#185f96;font-size:13px;cursor:pointer;text-decoration:none}.text-button:hover{text-decoration:underline}.text-button.danger{color:var(--danger)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.state,.empty{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);text-align:center;gap:10px;background:#fff;border:1px dashed #cdd5df;border-radius:9px;padding:35px}.state p,.empty p,.empty h2,.empty h1{margin:0}.empty-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#edf3f8;color:var(--navy);font-weight:800;font-size:22px}.spinner{width:25px;height:25px;border:3px solid #d8e3ed;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spinner{animation:none}}.alert{padding:12px 14px;border:1px solid #f1b4ad;border-radius:6px;color:#8f1d14;background:#fff0ee;font-size:14px}.form{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:28px}.field{min-width:0}.field.full,.form-actions.full,.alert.full{grid-column:1 / -1}.field label{display:block;color:#293a4c;font-size:13px;font-weight:700;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;color:#172033;background:#fff;border:1px solid #bfc8d3;border-radius:6px;padding:10px 11px;outline:none}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769aa21}.field input[aria-invalid=true]{border-color:var(--danger)}.field-error{color:var(--danger);font-size:12px;margin:6px 0 0}.field small{display:block;color:var(--muted);margin-top:5px}.form-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e4e8ed;padding-top:20px}.back-link{color:#476176;font-size:14px;text-decoration:none;width:fit-content}.back-link:hover{text-decoration:underline}.project-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding:28px;background:linear-gradient(120deg,#fff 65%,#eef4f8);border:1px solid var(--border);border-radius:9px}.project-hero h1{margin-bottom:18px}.metadata{display:flex;flex-wrap:wrap;gap:28px;color:#435569;font-size:14px}.metadata span{display:grid;gap:3px}.metadata strong{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px}.project-description{max-width:850px;color:#4e5e6d;margin:20px 0 0;white-space:pre-wrap}.hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.requirements-section{display:grid;gap:18px}.filters{display:grid;grid-template-columns:minmax(220px,2fr) repeat(3,minmax(150px,1fr));align-items:end;gap:14px;padding:18px}.filters .field label{font-size:11px;text-transform:uppercase;letter-spacing:.04em}.filters .reset{grid-column:1 / -1;justify-self:end}.badge{display:inline-block;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:750;white-space:nowrap;background:#edf1f5;color:#415166}.status-in_review{background:#e4f1fb;color:#155b8d}.status-assessed,.feasibility-feasible{background:#e4f5ea;color:#17653a}.status-clarification_required,.feasibility-conditionally_feasible{background:#fff2d8;color:#825c0a}.status-completed{background:#e9ebf7;color:#4a4e87}.feasibility-not_feasible{background:#fde9e7;color:#9b241c}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:24px;background:#0d1c2b9e}.modal{width:min(820px,100%);max-height:calc(100vh - 48px);overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 24px 70px #0000004d}.modal-header{position:sticky;top:0;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;padding:22px 26px 18px;background:#fff;border-bottom:1px solid var(--border)}.modal-header h2{margin:0}.icon-button{border:0;background:#edf1f5;color:#314355;width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:24px;line-height:1}.modal-form{border:0;box-shadow:none;padding:25px 26px}@media(max-width:980px){.filters{grid-template-columns:1fr 1fr}.project-hero{flex-direction:column}.hero-actions{justify-content:flex-start}}@media(max-width:700px){.topbar-inner,.container{padding-left:18px;padding-right:18px}.container{padding-top:28px}.page-heading,.section-heading{align-items:flex-start;flex-direction:column}.form,.filters{grid-template-columns:1fr}.field.full,.form-actions.full,.alert.full,.filters .reset{grid-column:auto}.metadata{gap:15px;flex-direction:column}.project-hero{padding:20px}.brand small{display:none}.modal-backdrop{padding:0}.modal{max-height:100vh;height:100%;border-radius:0}.modal-form{padding:20px}}
