:root{color-scheme:light;line-height:1.5;font-weight:400;font-family:Aptos,Segoe UI Variable,Avenir Next,Helvetica Neue,sans-serif;--font-sans: "Aptos", "Segoe UI Variable", "Avenir Next", "Helvetica Neue", sans-serif;--font-display: "Aptos Display", "Aptos", "Segoe UI Variable", "Avenir Next", "Helvetica Neue", sans-serif;--font-mono: "SFMono-Regular", "Menlo", "Monaco", monospace;--bg: #f3f5f8;--bg-soft: #eaf0f6;--surface: rgba(255, 255, 255, .96);--surface-strong: #ffffff;--surface-contrast: #f8fafc;--ink: #162033;--ink-soft: #334155;--muted: #5f6b7d;--muted-strong: #4b5565;--line: rgba(22, 32, 51, .1);--line-strong: rgba(22, 32, 51, .16);--accent: #2458d3;--accent-soft: rgba(36, 88, 211, .08);--accent-soft-strong: rgba(36, 88, 211, .14);--accent-gold: #2458d3;--accent-green: #1f7a57;--shadow: 0 14px 32px rgba(15, 23, 42, .06);--shadow-soft: 0 8px 20px rgba(15, 23, 42, .05);--radius-xl: 20px;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 10px;--success-bg: rgba(31, 122, 87, .08);--success-line: rgba(31, 122, 87, .18);--warning-bg: rgba(180, 83, 9, .08);--warning-line: rgba(180, 83, 9, .18);--info-bg: rgba(36, 88, 211, .06);--info-line: rgba(36, 88, 211, .14)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(circle at top right,rgba(36,88,211,.05),transparent 30%),linear-gradient(180deg,#f7f9fc,#f3f5f8);color:var(--ink);font-family:var(--font-sans)}::selection{background:#2458d329}a{color:var(--accent);text-decoration:none}a:hover{color:#1e47ab}button,input,select,textarea{font:inherit}label{display:block}button,a.button-link,.hero-actions>a,.request-card-actions>a,.detail-pills>a,.header-actions>a,.summary-actions>a,.link-actions>a,.empty-state>a{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid transparent;border-radius:12px;padding:.82rem 1.08rem;background:var(--accent);color:#fff;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background .14s ease;box-shadow:0 8px 18px #2458d333;font-weight:650}button:hover,a.button-link:hover,.hero-actions>a:hover,.request-card-actions>a:hover,.detail-pills>a:hover,.header-actions>a:hover,.summary-actions>a:hover,.link-actions>a:hover,.empty-state>a:hover{color:#fff;transform:translateY(-1px);box-shadow:0 10px 22px #2458d338}button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}button.secondary,a.secondary,.request-card-actions>a.secondary,.hero-actions>a.secondary,.header-actions>a.secondary,.link-actions>a.secondary,.empty-state>a.secondary{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:none}button.secondary:hover,a.secondary:hover,.request-card-actions>a.secondary:hover,.hero-actions>a.secondary:hover,.header-actions>a.secondary:hover,.link-actions>a.secondary:hover,.empty-state>a.secondary:hover{color:var(--ink);background:var(--surface-strong);border-color:var(--line-strong);box-shadow:var(--shadow-soft)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(36,88,211,.18);outline-offset:2px}input,select,textarea{width:100%;border-radius:12px;border:1px solid var(--line);padding:.84rem .92rem;background:#fff;color:var(--ink);outline:none;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}input:focus,select:focus,textarea:focus{border-color:#2458d361;box-shadow:0 0 0 4px #2458d314;background:#fff}textarea{min-height:120px;resize:vertical}input[type=range]{--range-percent: 50%;width:100%;padding:0;border:0;background:transparent;box-shadow:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;height:2rem;margin:0}input[type=range]:focus{box-shadow:none}input[type=range]::-webkit-slider-runnable-track{height:.55rem;border-radius:999px;background:linear-gradient(90deg,var(--accent) 0 var(--range-percent),rgba(22,32,51,.12) var(--range-percent) 100%)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.2rem;height:1.2rem;border-radius:999px;margin-top:-.325rem;background:#fff;border:2px solid var(--accent);box-shadow:0 4px 12px #2458d32e}input[type=range]::-moz-range-track{height:.55rem;border-radius:999px;background:#1620331f}input[type=range]::-moz-range-progress{height:.55rem;border-radius:999px;background:var(--accent)}input[type=range]::-moz-range-thumb{width:1.2rem;height:1.2rem;border-radius:999px;background:#fff;border:2px solid var(--accent);box-shadow:0 4px 12px #2458d32e}pre{margin:0;white-space:pre-wrap;word-break:break-word;font-family:var(--font-mono)}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:-.03em;color:var(--ink)}h1{font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.02}h2{font-size:clamp(1.7rem,2.8vw,2.5rem);line-height:1.08}h3{font-size:1.3rem;line-height:1.15}h4{font-size:1rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.inset-panel{background:var(--surface-contrast);border:1px solid rgba(22,32,51,.06);box-shadow:none}.small{font-size:.92rem}.muted{color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:var(--accent);margin-bottom:.6rem;font-weight:700}.notice{border-radius:var(--radius-md);padding:.95rem 1rem;border:1px solid transparent}.notice.success{background:var(--success-bg);border-color:var(--success-line)}.notice.warning{background:var(--warning-bg);border-color:var(--warning-line)}.notice.info{background:var(--info-bg);border-color:var(--info-line)}.compact-notice{padding:.85rem .95rem}.role-pill,.chip{display:inline-flex;align-items:center;gap:.35rem;padding:.34rem .7rem;border-radius:999px;font-size:.76rem;font-weight:700;text-transform:capitalize;background:#2458d314;color:var(--ink-soft);border:1px solid rgba(36,88,211,.08)}.role-broker{background:#2458d31f;color:#12326f;border-color:#2458d314}.role-admin{background:#1f7a5724;color:#15523c}.role-coordinator{background:#0d94881f;color:#0f5e59}.status-chip{background:#1620330f}.urgency-low{background:#64748b1f}.urgency-normal{background:#2458d314}.urgency-high{background:#f59e0b29}.urgency-immediate{background:#ef444424}.fullscreen-center{min-height:100vh;padding:2rem;display:grid;place-items:center}.loading-card{padding:2rem;text-align:center;width:min(420px,100%)}.spinner{width:44px;height:44px;border-radius:999px;border:4px solid rgba(36,88,211,.12);border-top-color:var(--accent);margin:0 auto 1rem;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-shell{width:min(1320px,calc(100% - 2rem));margin:0 auto;min-height:100vh;padding:1.25rem 0;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:1rem}.hero-panel,.login-panel,.review-shell{padding:1.5rem}.editorial-panel{background:linear-gradient(180deg,#fffffff5,#f8fafcfa),linear-gradient(180deg,rgba(36,88,211,.03),transparent)}.hero-panel{display:grid;gap:1.4rem;align-content:space-between;min-height:calc(100vh - 2.5rem)}.hero-copy{display:grid;gap:.85rem;max-width:60ch}.lead{font-size:1.02rem;color:var(--ink-soft);max-width:58ch}.hero-grid,.review-summary-grid,.walkthrough-grid,.detail-block-grid,.summary-kpis,.form-overview-stats,.form-command-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem}.mini-card,.walkthrough-card,.detail-block,.command-stat,.overview-stat,.form-overview-panel{display:grid;gap:.35rem;padding:1rem;border-radius:var(--radius-lg);background:var(--surface-contrast);border:1px solid rgba(22,32,51,.06)}.mini-card strong,.command-stat strong,.overview-stat strong{font-size:1rem;line-height:1.35}.accent-card{background:linear-gradient(180deg,#fff,#f8fafc)}.login-panel{display:grid;gap:1.2rem;align-content:start}.login-list{display:grid;gap:.9rem}.login-user{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.05rem;border-radius:var(--radius-lg);background:#fff;border:1px solid rgba(22,32,51,.06)}.login-user-main{display:grid;gap:.3rem}.login-user-row,.user-card-row{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem}.app-shell{width:min(1600px,calc(100% - 2rem));margin:0 auto;min-height:100vh;padding:1rem 0 1.5rem;display:grid;grid-template-columns:252px minmax(0,1fr);gap:1rem}.app-shell-focus{grid-template-columns:232px minmax(0,1fr)}.sidebar{padding:1rem;display:grid;align-content:start;gap:1rem;position:sticky;top:1rem;max-height:calc(100vh - 2rem);background:linear-gradient(180deg,#fffffffa,#f8fafcfa);color:var(--ink)}.sidebar h1,.sidebar h2,.sidebar h3,.sidebar h4,.sidebar p,.sidebar strong,.sidebar .muted,.sidebar a{color:inherit}.sidebar .muted{color:var(--muted)}.sidebar .eyebrow{color:var(--accent)}.sidebar-top{display:grid;gap:.85rem}.sidebar-title{font-size:1.5rem;line-height:1.05}.brand-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#2458d314;border:1px solid rgba(36,88,211,.1);font-family:var(--font-display);font-size:1.2rem;color:var(--accent)}.sidebar-copy{color:var(--muted-strong);font-size:.93rem;max-width:22ch}.sidebar-nav{display:grid;gap:.55rem}.nav-link{border-radius:14px;padding:.8rem .85rem;background:transparent;border:1px solid transparent;color:var(--ink);display:grid;gap:.2rem}.nav-link:hover,.nav-link.active{border-color:#2458d324;background:#2458d312;color:var(--ink)}.nav-link-label{font-weight:700}.nav-link-description{font-size:.82rem;color:var(--muted)}.sidebar-note,.user-card{padding:.9rem;display:grid;gap:.45rem;border-radius:16px;background:var(--surface-contrast);border:1px solid rgba(22,32,51,.06)}.user-card-meta{display:grid;gap:.35rem;min-width:0}.app-shell-focus .sidebar-note,.app-shell-focus .nav-link-description{display:none}.user-card button.secondary{margin-top:.2rem;background:#fff;color:var(--ink);border-color:var(--line)}.user-card button.secondary:hover{color:var(--ink);background:var(--surface-strong)}.main-panel{display:grid;align-content:start;min-width:0}.page-stack{display:grid;gap:1rem}.hero-strip,.detail-hero,.form-header,.filter-card,.form-command-bar,.form-action-bar{padding:1.2rem 1.25rem}.hero-accent{background:linear-gradient(180deg,#fffffffa,#f8fafcfa),radial-gradient(circle at top right,rgba(36,88,211,.06),transparent 34%)}.hero-strip,.detail-hero,.section-header,.form-command-main,.form-overview-head,.form-action-bar{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.hero-actions,.header-actions,.form-command-actions{display:grid;gap:.6rem;justify-items:start;align-content:start}.metric-inline{display:grid;gap:.15rem}.metric-inline strong{font-size:1.65rem;font-family:var(--font-display)}.section-header-tight{align-items:center}.page-section{display:grid;gap:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.85rem}.stat-card,.callout-card,.team-card,.filter-card,.detail-main-card,.form-overview-card{padding:1.1rem 1.15rem}.stat-card{display:grid;gap:.35rem;background:#fff}.stat-card strong{font-size:1.9rem;line-height:1}.callout-card{display:flex;justify-content:space-between;gap:1rem;align-items:center;background:linear-gradient(180deg,#fffffffa,#f8fafcfa)}.request-list,.link-list,.team-table,.timeline,.form-layout,.summary-actions,.pin-panel,.review-actions,.form-sections,.form-overview-body{display:grid;gap:1rem}.request-card{padding:1.1rem;display:grid;gap:.9rem;background:#fff;transition:transform .14s ease,box-shadow .14s ease}.request-card-footer{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap;padding-top:.2rem;border-top:1px solid rgba(22,32,51,.06)}.request-card-footer p{margin:0}.request-card:hover{transform:translateY(-1px);box-shadow:0 18px 30px #0f172a14}.request-card-top,.request-card-actions,.request-card-pills,.detail-pills,.link-actions{display:flex;gap:.65rem;flex-wrap:wrap}.request-card-top,.section-header{align-items:flex-start}.request-card-top{justify-content:space-between}.request-card-heading{display:grid;gap:.3rem}.request-card-grid,.ops-grid,.detail-stat-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.8rem}.request-card-grid strong,.detail-stat-list strong,.ops-grid strong{display:block;margin-top:.2rem}.ops-actions-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.control-card{padding:1rem;border-radius:16px}.empty-state,.empty-panel{padding:1.25rem;display:grid;gap:.75rem;justify-items:start}.empty-panel{background:#ffffffb8}.filter-bar{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.filter-card-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.filter-collapsed-note{margin:0}.form-page{grid-template-columns:minmax(0,1fr);align-items:start}.form-command-bar{display:grid;gap:1rem}.form-command-actions{justify-items:stretch;min-width:170px}.form-overview-card{display:grid;gap:1rem}.form-overview-body{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr)}.form-summary-list{padding-left:1rem}.form-overview-panel h4{margin-bottom:.25rem}.form-section{padding:1.25rem;display:grid;gap:1rem}.form-section-head{display:flex;gap:.9rem;align-items:flex-start}.section-step{width:2rem;height:2rem;flex:0 0 auto;border-radius:10px;display:grid;place-items:center;background:#2458d314;color:var(--accent);font-family:var(--font-display);font-size:.95rem;font-weight:700}.form-grid{display:grid;gap:.9rem}.form-grid.two-col,.two-col-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three-col,.form-grid-contact{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid.form-grid-wide{grid-template-columns:repeat(4,minmax(0,1fr))}.compact-grid{margin-bottom:1rem}.field{display:grid;gap:.45rem;align-content:start}.field label{display:grid;gap:.1rem}.field strong{font-size:.93rem}.field-hint,.range-caption{display:block;margin-top:.18rem;color:var(--muted);font-size:.8rem;font-weight:400}.field-span-full{grid-column:1 / -1}.field-span-two{grid-column:span 2}.field-span-three{grid-column:span 3}.checkbox-row label,.toggle-row,.choice-card{display:inline-flex;align-items:center;gap:.65rem}.checkbox-row input,.toggle-row input,.choice-card input{width:auto}.checkbox-card{padding:.95rem 1rem;border-radius:12px;border:1px solid rgba(22,32,51,.08);background:var(--surface-contrast);min-height:50px}.location-assist-panel{padding:1rem;border-radius:var(--radius-lg);display:grid;gap:.85rem}.location-assist-head{display:flex;justify-content:space-between;gap:.85rem;align-items:flex-start}.location-assist-input-wrap{display:grid;gap:.45rem}.location-suggestion-list{display:grid;gap:.5rem}.location-suggestion{width:100%;display:grid;justify-items:start;gap:.18rem;text-align:left;padding:.85rem .95rem;background:#fff;color:var(--ink);border:1px solid rgba(22,32,51,.08);box-shadow:none}.location-suggestion:hover,.location-suggestion.active{color:var(--ink);border-color:#2458d32e;background:#2458d30a;box-shadow:var(--shadow-soft)}.location-suggestion-main{font-weight:700}.location-suggestion-meta,.location-assist-status{color:var(--muted);font-size:.83rem}.form-mobile-dock{display:none}.sticky-summary{padding:1.25rem;display:grid;gap:1rem;position:sticky;top:1rem}.summary-top{display:flex;justify-content:space-between;gap:1rem;align-items:center}.summary-list{margin:0;padding-left:1.15rem;display:grid;gap:.55rem;color:var(--ink-soft)}.checklist-list{list-style:none;padding-left:0}.checklist-list li{display:flex;gap:.6rem;align-items:flex-start;color:var(--muted-strong)}.checklist-list li.complete{color:var(--ink)}.check-indicator{width:1rem;display:inline-flex;justify-content:center;color:var(--accent);font-weight:700}.summary-actions{margin-top:.2rem}.form-action-bar{align-items:center}.form-action-buttons{min-width:min(100%,280px)}.summary-block{padding:1rem;border-radius:16px;background:var(--surface-contrast);border:1px solid rgba(22,32,51,.06);font-size:.94rem;line-height:1.6;white-space:pre-wrap;word-break:break-word}.structured-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.85rem}.structured-summary-grid-compact{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.structured-summary-card{padding:1rem;display:grid;gap:.85rem}.structured-summary-head{display:grid;gap:.15rem}.structured-summary-head .eyebrow{margin-bottom:.15rem}.structured-summary-list{display:grid;gap:.75rem;margin:0}.structured-summary-row{display:grid;gap:.22rem}.structured-summary-row dt{color:var(--muted);font-size:.82rem}.structured-summary-row dd{margin:0;color:var(--ink);font-weight:600;line-height:1.45}.summary-plain-text{padding:.95rem 1rem;border-radius:16px;background:var(--surface-contrast);border:1px solid rgba(22,32,51,.06)}.summary-plain-text summary{cursor:pointer;font-weight:700;color:var(--ink)}.summary-plain-text .summary-block{margin-top:.9rem;background:#fff}.summary-divider,.sidebar-divider{height:1px;background:var(--line)}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1rem}.detail-main-card{grid-column:1 / 2}.detail-sidebar-card{grid-column:2 / 3;grid-row:1 / span 3;padding:1.1rem;height:fit-content;position:sticky;top:1rem;display:grid;gap:1rem}.detail-grid-tight{margin-bottom:1rem}.detail-block-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.9rem}.detail-block h4{font-size:1rem}.detail-block p{color:var(--ink-soft)}.timeline-item{display:grid;grid-template-columns:16px minmax(0,1fr);gap:.8rem;align-items:start}.timeline-dot{width:10px;height:10px;border-radius:999px;margin-top:.34rem;background:var(--accent);box-shadow:0 0 0 5px #2458d314}.link-card,.team-row{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.95rem;border-radius:14px;background:#fff;border:1px solid rgba(22,32,51,.06)}.compact-field{gap:.35rem}.ops-card select{margin-top:.4rem}.review-screen{background:radial-gradient(circle at top right,rgba(36,88,211,.06),transparent 26%),linear-gradient(180deg,#f7f9fc,#f1f5f9)}.review-shell{width:min(980px,100%);display:grid;gap:1rem}.review-header{display:grid;gap:.65rem}.review-brief{display:grid;gap:1rem;padding:1.1rem}.review-brief-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.narrow-shell{width:min(520px,100%)}.review-summary-block{max-height:none;overflow:visible}.review-summary-block .summary-block{max-height:420px;overflow:auto}.decision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.choice-card{padding:1rem;border-radius:16px;border:1px solid var(--line);background:#ffffffe6;align-items:flex-start}.choice-card.selected{border-color:#2458d33d;background:#2458d314}.choice-card span{display:grid;gap:.2rem}@media(max-width:1180px){.auth-shell,.app-shell,.detail-layout,.form-page,.form-overview-body{grid-template-columns:1fr}.hero-panel{min-height:auto}.sidebar,.detail-sidebar-card,.sticky-summary{position:static;max-height:none}.detail-main-card,.detail-sidebar-card{grid-column:auto;grid-row:auto}.sidebar-nav{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media(max-width:860px){.form-grid.two-col,.form-grid.three-col,.form-grid.form-grid-wide,.filter-bar,.decision-grid,.two-col-grid,.form-grid-contact{grid-template-columns:1fr}.field-span-two,.field-span-three{grid-column:auto}.hero-strip,.detail-hero,.section-header,.login-user,.link-card,.team-row,.callout-card,.summary-top,.form-command-main,.form-action-bar,.location-assist-head,.request-card-footer,.filter-card-actions,.review-brief-head{flex-direction:column;align-items:stretch}.request-card-top,.request-card-actions,.detail-pills,.link-actions{align-items:stretch}.hero-actions,.header-actions,.form-command-actions{max-width:none}}@media(max-width:640px){.auth-shell,.app-shell,.fullscreen-center{width:calc(100% - 1rem);padding:.75rem 0 1rem}.app-shell{gap:.75rem}.hero-panel,.login-panel,.review-shell,.sidebar,.detail-sidebar-card,.form-section,.hero-strip,.detail-hero,.form-header,.filter-card,.sticky-summary,.stat-card,.callout-card,.team-card,.detail-main-card,.form-command-bar,.form-overview-card,.form-action-bar{padding:1rem}.sidebar{gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.sidebar-top,.sidebar-nav,.user-card{grid-column:1 / -1}.sidebar-top{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem}.sidebar-title{font-size:1.3rem}.brand-mark{width:40px;height:40px;border-radius:12px}.sidebar-copy,.sidebar-note,.nav-link-description{display:none}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.nav-link{min-height:72px;padding:.75rem}.user-card{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.user-card button.secondary{width:auto;margin-top:0;flex:0 0 auto;padding-inline:1rem}.form-page{padding-bottom:calc(5.75rem + env(safe-area-inset-bottom))}.form-command-grid,.form-overview-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.form-command-actions{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.command-stat,.overview-stat,.form-overview-panel,.location-assist-panel{padding:.9rem}.form-section-head{gap:.7rem}.section-step{width:1.8rem;height:1.8rem;border-radius:.8rem}.location-suggestion{width:100%}.form-mobile-dock{position:fixed;left:.5rem;right:.5rem;bottom:.5rem;z-index:30;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;padding:.6rem;border-radius:18px;border:1px solid rgba(22,32,51,.12);background:#fffffff5;box-shadow:0 18px 36px #0f172a29;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.form-mobile-dock-button{min-height:3.1rem;padding:.65rem .35rem;border-radius:14px;border:1px solid rgba(22,32,51,.08);background:#fff;color:var(--ink);box-shadow:none;font-size:.76rem;line-height:1.15;text-align:center}.form-mobile-dock-button:hover{color:var(--ink);background:#2458d30f;border-color:#2458d32e;box-shadow:none}.form-mobile-dock-button-accent{background:var(--accent);color:#fff;border-color:transparent;box-shadow:0 10px 18px #2458d333}.form-mobile-dock-button-accent:hover{color:#fff;background:#1f4fc0}h1{font-size:2.2rem}h2{font-size:1.75rem}button,a.button-link,.hero-actions>a,.request-card-actions>a,.detail-pills>a,.header-actions>a,.summary-actions>a,.link-actions>a,.empty-state>a{width:100%}}
