:root{--bg:#f7f1e3;--surface:#ffffff;--ink:#1f2933;--muted:#4a5561;--accent:#0e6ba8;--accent-dark:#0b4f7c;--border:#d6dee5;--footer:#12263a;--footer-ink:#eaf1f7}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Trebuchet MS,Segoe UI,sans-serif;color:var(--ink);background:radial-gradient(circle at 100% 0,#e6f3fb 0,transparent 40%),radial-gradient(circle at 0 100%,#fbe9d7 0,transparent 35%),var(--bg)}a{color:inherit;text-decoration:none}.campaign-site{min-height:100vh}.top-rail{background:#1c3d57;color:#deecf7;font-size:.86rem}.top-rail__inner{max-width:1120px;margin:0 auto;padding:.6rem 1rem;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between}.top-rail__inner p{margin:0}.main-header{border-bottom:1px solid var(--border);background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.main-header__inner{max-width:1120px;margin:0 auto;padding:.85rem 1rem;gap:1.25rem;justify-content:space-between}.brand,.main-header__inner{display:flex;align-items:center}.brand{gap:.8rem}.brand__logo{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #ffffff;box-shadow:0 2px 10px rgba(18,38,58,.2)}.brand__name{margin:0;font-weight:700;letter-spacing:.02em}.brand__tag{margin:0;font-size:.82rem;color:var(--muted)}.main-nav{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.main-nav__link{font-size:.95rem;padding:.48rem .78rem;border-radius:999px;color:#33424f;transition:background-color .16s ease}.main-nav__link:hover{background:#e9f2f9}.main-nav__link--active{background:var(--accent);color:#ffffff}.hero{position:relative;min-height:470px;background-size:cover;background-position:50%;display:flex;align-items:center}.hero__overlay{position:absolute;inset:0;background:linear-gradient(110deg,rgba(16,35,53,.86),rgba(16,35,53,.6) 45%,rgba(16,35,53,.15))}.hero__inner{position:relative;z-index:1;max-width:1120px;margin:0 auto;padding:3.5rem 1rem;color:#f8fbff}.hero__kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;color:#a9d1ef;margin:0 0 .9rem}.hero h1{margin:0;max-width:18ch;font-size:clamp(1.8rem,4.2vw,3.2rem);line-height:1.12}.hero blockquote{margin:1.4rem 0 0;max-width:60ch;padding-left:1rem;border-left:3px solid #b8d8ee;font-size:1.02rem;line-height:1.6}.hero__author{margin:.65rem 0 0;color:#b5d3e8}.hero__actions{margin-top:1.6rem;display:flex;flex-wrap:wrap;gap:.75rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.5rem 1.1rem;border-radius:999px;font-weight:700;font-size:.93rem}.button--primary{background:var(--accent);color:#fff}.button--primary:hover{background:var(--accent-dark)}.button--ghost{border:1px solid rgba(230,242,251,.6);color:#f2f8fc}.button--ghost:hover{background:rgba(255,255,255,.12)}.message{padding:2.1rem 1rem 2.6rem}.message__inner{max-width:1120px;margin:0 auto;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1.2fr 1fr}.message article{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.35rem 1.45rem}.message h2{margin:0 0 .8rem;font-size:1.4rem}.message p{margin:0;color:var(--muted);line-height:1.65}.message__body{white-space:pre-line}.feature-card{margin:0;border-radius:16px;overflow:hidden;border:1px solid var(--border)}.feature-card img{width:100%;height:100%;min-height:260px;object-fit:cover;display:block}.site-footer{background:var(--footer);color:var(--footer-ink);border-top:4px solid #2e516e}.site-footer__inner{max-width:1120px;margin:0 auto;padding:1.5rem 1rem;display:flex;flex-wrap:wrap;gap:.9rem;justify-content:space-between;align-items:center}.footer-nav{display:flex;flex-wrap:wrap;gap:.35rem}.footer-nav__link{padding:.42rem .68rem;border-radius:999px;color:#d8eaf8;font-size:.9rem}.footer-nav__link:hover{background:rgba(255,255,255,.12)}.copyright{margin:0;font-size:.85rem;color:#a8c0d3}@media (max-width:900px){.main-header__inner{flex-direction:column;align-items:flex-start}.main-nav{width:100%;justify-content:flex-start}.message__inner{grid-template-columns:1fr}}@media (max-width:640px){.hero{min-height:430px}.hero__inner{padding-top:2.9rem;padding-bottom:2.9rem}.hero h1{max-width:22ch}}.dashboard-shell{min-height:100vh;padding:2rem 1rem}.dashboard-panel{max-width:980px;margin:0 auto;background:#ffffff;border:1px solid var(--border);border-radius:16px;padding:1.25rem}.dashboard-panel--narrow{max-width:520px}.dashboard-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.dashboard-header h1{margin:0}.dashboard-header p{margin:.35rem 0 0;color:var(--muted)}.dashboard-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:.8rem;gap:.8rem}.dashboard-list__item{border:1px solid var(--border);border-radius:12px;padding:.9rem;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.8rem}.dashboard-list__item h2{margin:0}.dashboard-list__item p{margin:.4rem 0 0}.dashboard-form{display:grid;grid-gap:.5rem;gap:.5rem}.dashboard-form label{font-size:.85rem;font-weight:700;margin-top:.35rem}.dashboard-form input,.dashboard-form textarea{width:100%;border:1px solid #c7d2de;border-radius:10px;padding:.62rem .72rem;font:inherit}.dashboard-form textarea{resize:vertical}.dashboard-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--accent);background:var(--accent);color:#ffffff;border-radius:999px;min-height:2.4rem;padding:.48rem .95rem;font:inherit;font-weight:700;cursor:pointer}.dashboard-button:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.dashboard-button--ghost{background:transparent;color:var(--accent-dark)}.dashboard-button--ghost:hover{background:#e6f1fa}.dashboard-actions{display:flex;gap:.55rem;flex-wrap:wrap}.dashboard-muted{color:var(--muted);font-size:.88rem}.dashboard-success{background:#ecf8ef;color:#19693a;border:1px solid #8bc39a;border-radius:10px}.dashboard-error,.dashboard-success{margin:0 0 .85rem;padding:.55rem .65rem}.dashboard-error{background:#fcebec;color:#8e1c20;border:1px solid #e0a2a6;border-radius:10px}