:root{font-family:Avenir Next,Segoe UI,sans-serif;line-height:1.6;color:#0f172a;background-color:#f8fafc}body{margin:0;background:#f8fafc}a{color:inherit;text-decoration:none}.page{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:14px 32px;background:#fff;border-bottom:1px solid #e5e7eb}.brand{font-weight:700;letter-spacing:.05em}nav{display:flex;gap:20px;font-size:.95rem}nav a{padding:4px 0}nav a.active{font-weight:700;text-decoration:underline}main{flex:1;max-width:960px;width:100%;margin:0 auto;padding:56px 32px 72px;display:flex;flex-direction:column;gap:48px}.hero{display:grid;gap:12px}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:.9rem;color:#475569}h1{margin:0;font-size:clamp(32px,4vw,44px);letter-spacing:-.01em}.page-title{margin:0;font-size:clamp(28px,3.6vw,40px);letter-spacing:-.01em}p{margin:0;color:#334155}.lede{max-width:720px}.section{display:flex;flex-direction:column;gap:16px}.section h2{margin:0;font-size:1rem;text-transform:uppercase;letter-spacing:.16em;color:#475569}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:16px;display:flex;flex-direction:column;gap:8px}.card h3{margin:0;font-size:1.05rem}.card .meta{font-size:.9rem;color:#64748b}.list{margin:0;padding-left:18px;color:#334155}.list li+li{margin-top:6px}.two-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.subhead{margin:0 0 6px;font-size:1.05rem}.contact-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.contact-list a{font-weight:600;text-decoration:underline}.text-editor{display:flex;flex-direction:column;gap:24px}.editor-head{display:flex;flex-direction:column;gap:12px}.editor-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.editor-actions label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:#475569}.editor-actions input{min-width:220px;padding:8px 10px;border-radius:6px;border:1px solid #cbd5f5;font-size:.95rem}.editor-buttons{display:flex;gap:10px}.editor-buttons button{padding:8px 12px;border-radius:6px;border:1px solid #cbd5f5;background:#f8fafc;font-size:.9rem;cursor:pointer}.editor-buttons button.primary{background:#0f172a;border-color:#0f172a;color:#f8fafc}.editor-buttons button:hover{background:#e2e8f0}.editor-buttons button.primary:hover{background:#1e293b}.editor-toolbar{display:flex;flex-wrap:wrap;gap:8px}.editor-toolbar button{padding:6px 12px;border-radius:999px;border:1px solid #cbd5f5;background:#fff;font-size:.85rem;cursor:pointer}.editor-toolbar button:hover{background:#e2e8f0}.editor-body{display:flex;flex-direction:column;gap:10px}.editor-surface{min-height:320px;width:100%;resize:vertical;padding:14px 16px;border-radius:8px;border:1px solid #cbd5f5;background:#fff;color:#0f172a;font-size:.95rem;font-family:Fira Code,SFMono-Regular,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.editor-meta{display:flex;gap:16px;font-size:.85rem;color:#475569}.editor-help{display:flex;flex-direction:column;gap:12px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.editor-help h2{margin:0;font-size:.95rem;text-transform:uppercase;letter-spacing:.16em;color:#475569}@media(max-width:640px){.topbar{padding:12px 20px}main{padding:40px 20px 56px}nav{gap:12px;font-size:.9rem}.editor-actions{flex-direction:column;align-items:stretch}.editor-buttons{width:100%}.editor-buttons button{flex:1}}
