:root{--red:#c62828;--blue:#0b3d91;--gold:#f2b705;--ink:#172033;--muted:#667085;--line:#dbe3ef;--bg:#f4f7fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif}a{color:inherit}.container{max-width:1220px;margin:auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:30;background:#fffdf5eF;backdrop-filter:blur(14px);border-bottom:1px solid #dde4ef}.header-row{min-height:74px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:900;color:#0b2858}.brand-mark{width:43px;height:43px;border-radius:12px;background:linear-gradient(#fff 0 50%,#d52b1e 50%);position:relative;box-shadow:0 6px 16px #0b28582c}.brand-mark:before{content:'★';position:absolute;inset:0 50% 50% 0;background:#0039a6;color:white;display:grid;place-items:center;border-radius:12px 0 0 0}.nav{display:flex;gap:18px;margin-left:auto}.nav a{text-decoration:none;font-weight:750;color:#344054}.nav a:hover{color:var(--red)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 15px;border-radius:10px;text-decoration:none;font-weight:850;border:0;cursor:pointer}.btn-primary{background:var(--blue);color:white}.btn-red{background:var(--red);color:white}.btn-gold{background:var(--gold);color:#2b2300}.btn-light{background:#eef3fa;color:#21314d}.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#061b42 0%,#0b3d91 55%,#9d2029 100%);color:white;padding:72px 0 64px}.hero:after{content:'';position:absolute;right:-120px;top:-120px;width:500px;height:500px;border-radius:50%;border:90px solid #ffffff0b}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.35fr .65fr;gap:34px;align-items:center}.eyebrow{display:inline-block;background:#ffffff16;border:1px solid #ffffff33;padding:8px 12px;border-radius:999px;font-size:.82rem;font-weight:800}.hero h1{font-size:clamp(2.4rem,5vw,4.7rem);line-height:.98;margin:18px 0 16px;letter-spacing:-.04em}.hero p{font-size:1.12rem;line-height:1.65;color:#e7eefc;max-width:760px}.hero-card{background:#ffffff11;border:1px solid #ffffff2d;padding:24px;border-radius:22px;backdrop-filter:blur(12px);box-shadow:0 25px 55px #00112d66}.count{font-size:2rem;font-weight:900;color:#ffe178}.notice-strip{background:#fff3cd;border-bottom:1px solid #ebd68a;color:#6a5100;padding:10px 0;font-size:.9rem}.section{padding:58px 0}.section-title{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:24px}.section-title h2{font-size:2rem;margin:0;color:#102a55}.section-title p{margin:6px 0 0;color:var(--muted)}.grid{display:grid;gap:20px}.candidate-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.candidate-card{position:relative;background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 12px 30px #2b3c5712;transition:.2s}.candidate-card:hover{transform:translateY(-5px);box-shadow:0 20px 38px #2234511e}.candidate-card.sponsored{border-color:#e6bd37;box-shadow:0 16px 35px #c8921324}.candidate-photo{height:250px;background:linear-gradient(140deg,#dce6f4,#f9fafc);display:flex;align-items:center;justify-content:center;overflow:hidden}.candidate-photo img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{font-size:5rem;color:#7b8aa1}.card-body{padding:18px}.pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:#edf2fa;color:#29436d;font-size:.74rem;font-weight:800}.pill-sponsored{background:#fff0b8;color:#725200}.candidate-card h3{font-size:1.35rem;margin:12px 0 5px}.meta{color:var(--muted);font-size:.9rem}.proposal-list{padding-left:18px;color:#344054;line-height:1.5}.filters{background:white;border:1px solid var(--line);border-radius:15px;padding:14px;display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;margin-bottom:22px}.filters input,.filters select{padding:11px;border:1px solid #cad5e5;border-radius:9px;background:#fff}.poll-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.poll-card{background:white;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 10px 26px #23364c10}.poll-option{display:block;padding:12px;border:1px solid #d7dfeb;border-radius:10px;margin:9px 0;cursor:pointer}.result-row{margin:12px 0}.result-head{display:flex;justify-content:space-between;gap:12px;font-size:.9rem}.bar{height:10px;background:#e8edf5;border-radius:999px;overflow:hidden;margin-top:6px}.bar span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),#3d74ca)}.news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.news-card{background:white;border:1px solid var(--line);border-radius:17px;overflow:hidden}.news-img{height:190px;background:#dfe7f3}.news-img img{width:100%;height:100%;object-fit:cover}.news-body{padding:18px}.news-body h3{margin:10px 0;line-height:1.25}.sponsor-section{background:linear-gradient(110deg,#fff7d6,#fff 48%,#eaf1ff);border-top:1px solid #ead996;border-bottom:1px solid #d8e1f0}.plans{grid-template-columns:repeat(3,minmax(0,1fr))}.plan{background:white;border:1px solid var(--line);border-radius:17px;padding:22px}.plan.featured{border:2px solid var(--gold);transform:scale(1.02)}.price{font-size:2rem;font-weight:900;color:#0b3d91}.footer{background:#071936;color:#d6e0f1;padding:38px 0;margin-top:30px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px}.footer a{color:#fff}.detail-hero{background:linear-gradient(110deg,#071936,#0b3d91);color:white;padding:42px 0}.detail-grid{display:grid;grid-template-columns:330px 1fr;gap:28px}.profile-photo{background:white;border-radius:18px;overflow:hidden;min-height:360px}.profile-photo img{width:100%;height:100%;object-fit:cover}.content-card{background:white;border:1px solid var(--line);border-radius:17px;padding:22px;margin-top:20px}.comment{border-bottom:1px solid #e4e8ef;padding:15px 0}.official-reply{margin-top:10px;background:#edf4ff;border-left:4px solid var(--blue);padding:12px;border-radius:8px}.comment-form{grid-template-columns:1fr 1fr}.form-control{width:100%;padding:11px 12px;border:1px solid #cad5e5;border-radius:9px;font:inherit}.alert{padding:13px;border-radius:10px;margin-bottom:14px}.alert-ok{background:#dcf7e9;color:#0a6742}.alert-error{background:#fee4e6;color:#9c1e29}.table-wrap{overflow:auto}.responsive-menu{display:none}@media(max-width:930px){.candidate-grid,.news-grid,.plans{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-grid,.detail-grid{grid-template-columns:1fr}.hero-card{max-width:540px}.filters{grid-template-columns:1fr 1fr}.poll-grid{grid-template-columns:1fr}.header-row{flex-wrap:wrap}.nav{display:flex;order:3;width:100%;overflow-x:auto;gap:14px;padding-bottom:10px}.nav a{white-space:nowrap}.responsive-menu{display:block;margin-left:auto}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.comment-form{grid-template-columns:1fr}.candidate-grid,.news-grid,.plans,.footer-grid{grid-template-columns:1fr}.filters{grid-template-columns:1fr}.hero{padding:48px 0}.hero h1{font-size:2.65rem}.section{padding:42px 0}.plan.featured{transform:none}.candidate-photo{height:230px}}
