:root{color-scheme:dark;--bg:#0d0f13;--bg-soft:#141922;--card:#171c25;--card-2:#1d2430;--reply:#141922;--line:rgba(255,255,255,0.09);--line-strong:rgba(255,255,255,0.16);--text:#eef2f7;--muted:#a9b3c2;--accent:#b22222;--accent-2:#d13a3a;--success:#8bcf9b;--danger:#ff7b7b;--shadow:0 18px 42px rgba(0,0,0,0.32);--container:980px;--radius-lg:20px;--radius-md:14px;--radius-pill:999px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top,rgba(178,34,34,.1),transparent 28%),linear-gradient(180deg,#0c0f14,#0d1015);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.site-nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:18px;max-width:1100px;margin:auto;padding:14px 20px;background:rgba(12,15,20,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;border-top:1px solid var(--line);background:linear-gradient(180deg,rgba(12,15,20,.72),transparent 220px)}.brand{color:var(--text);font-size:1.1rem;font-weight:800;white-space:nowrap}.nav-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:20px}.nav-links a{color:#d7dee8;font-size:.95rem;font-weight:700;transition:opacity .18s ease,color .18s ease}.nav-links a:hover{opacity:.8}.hero{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid var(--line);background:#0b0d11}.hero img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(100%) brightness(.32)}.hero img,.hero:after{position:absolute;inset:0}.hero:after{content:"";z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.55) 55%,rgba(0,0,0,.75)),linear-gradient(90deg,rgba(178,34,34,.14),rgba(0,0,0,.02))}.hero-content{position:relative;z-index:2;width:min(900px,calc(100% - 40px));margin:0 auto;padding:56px 20px;text-align:center}.eyebrow{margin:0 0 10px;color:#d7dee8;font-size:.88rem;letter-spacing:.16em;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1{margin:0;color:#f4f7fb;font-size:clamp(2.4rem,5vw,4.4rem);line-height:1.02}h2{margin:0 0 10px}.lead{max-width:760px;margin:16px auto 0;color:#d7dee8;font-size:clamp(1rem,2vw,1.25rem);line-height:1.5}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}.container{width:min(var(--container),calc(100% - 32px));margin:0 auto;padding:28px 0 56px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.card,.panel{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01)),var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:22px}.card{border-radius:var(--radius-md)}.muted{color:var(--muted)}.button-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.home-main{display:grid;grid-gap:24px;gap:24px}.home-intro,.info-band{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-gap:28px;gap:28px;align-items:center;padding:26px 0 10px}.home-intro h2,.info-band h2{max-width:560px;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.12}.home-intro .muted,.info-band .muted{max-width:640px;margin:0;font-size:1.05rem}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.feature-card{display:grid;grid-gap:10px;gap:10px;min-height:220px;padding:22px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.005)),var(--card);box-shadow:var(--shadow);transition:transform .18s ease,border-color .18s ease,background .18s ease}.feature-card:hover{transform:translateY(-2px);border-color:rgba(209,58,58,.48);background:linear-gradient(180deg,rgba(209,58,58,.08),rgba(255,255,255,.01)),var(--card)}.feature-card span{width:-moz-fit-content;width:fit-content;border-radius:var(--radius-pill);padding:4px 10px;background:rgba(209,58,58,.14);color:#ffb6b6;font-size:.78rem;font-weight:800;text-transform:uppercase}.feature-card strong{color:#f4f7fb;font-size:1.28rem;line-height:1.15}.feature-card p{margin:0;color:var(--muted)}.info-band{margin-top:4px;padding:28px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(90deg,rgba(178,34,34,.14),rgba(255,255,255,.02)),var(--card)}.info-band .button-row{justify-content:flex-end}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:var(--radius-pill);padding:11px 18px;background:transparent;color:var(--text);cursor:pointer;font-weight:700;text-decoration:none;transition:transform .18s ease,opacity .18s ease,background .18s ease,border-color .18s ease}.btn:hover{transform:translateY(-1px)}.btn.primary{background:linear-gradient(180deg,var(--accent-2),var(--accent))}.btn.danger,.btn.primary{border-color:transparent;color:#fff}.btn.danger{background:linear-gradient(180deg,#c43d4e,#8f1f31)}.btn:disabled{cursor:not-allowed;opacity:.65;transform:none}.field{display:grid;grid-gap:8px;gap:8px;margin-bottom:14px}.field label{color:#d7dee8;font-size:.92rem;font-weight:700}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line-strong);border-radius:12px;background:#0f131a;color:var(--text);padding:12px 13px;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(209,58,58,.72);box-shadow:0 0 0 3px rgba(209,58,58,.16)}.field textarea{min-height:140px;resize:vertical}.hp-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.feed{display:grid;grid-gap:14px;gap:14px;margin-top:20px}.post-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.9rem}.badge{display:inline-flex;align-items:center;border-radius:var(--radius-pill);padding:4px 9px;background:rgba(209,58,58,.14);color:#ffb6b6;font-size:.8rem;font-weight:800;text-transform:uppercase}.status-pending{color:#f0c36a}.status-approved{color:var(--success)}.status-rejected{color:var(--danger)}.split{grid-template-columns:340px minmax(0,1fr);grid-gap:18px}.admin-shell,.split{display:grid;gap:18px;align-items:start}.admin-shell{grid-template-columns:280px minmax(0,1fr);grid-gap:18px}.admin-sidebar{position:-webkit-sticky;position:sticky;top:82px}.admin-nav,.tab-row{display:flex;flex-wrap:wrap;gap:10px}.admin-nav{flex-direction:column;align-items:stretch}.admin-nav .btn{justify-content:flex-start}.admin-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.compact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:18px}.compact-form .field{margin:0}.compact-form .btn{align-self:end}.admin-edit-form{margin:16px 0;box-shadow:none;background:rgba(255,255,255,.02)}.candidate-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:22px}.candidate-card{display:flex;flex-direction:column;gap:12px;text-align:center}.candidate-link-card{min-height:170px;justify-content:center;transition:transform .18s ease,border-color .18s ease,background .18s ease}.candidate-link-card:hover{transform:translateY(-2px);border-color:rgba(209,58,58,.45);background:linear-gradient(180deg,rgba(209,58,58,.08),rgba(255,255,255,.01)),var(--card)}.document-card{overflow:hidden}.flyers-feed .document-card{width:min(520px,100%);max-width:100%;margin:0 auto;padding:12px}.flyers-feed .document-card p,.flyers-feed .post-meta{margin-bottom:8px}.document-preview{display:flex;align-items:center;justify-content:center;margin-top:14px;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;background:#0b0d11}.document-preview img{width:auto;max-width:100%;max-height:none;object-fit:contain;background:#0b0d11}.flyers-feed .document-preview{width:-moz-fit-content;width:fit-content;max-width:100%;margin-top:8px;margin-left:auto;margin-right:auto;padding:0}.flyers-feed .document-preview img{display:block;max-height:520px;aspect-ratio:.72;object-fit:cover;object-position:center}.document-link{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding:14px 16px;border:1px solid var(--line-strong);border-radius:var(--radius-md);background:rgba(255,255,255,.03)}.pdf-frame{width:100%;min-height:720px;margin-top:14px;border:1px solid var(--line);border-radius:var(--radius-md);background:#0b0d11}.submission-panel{margin-top:22px}table{color:#d7dee8}th{color:#eef2f7;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase}.schedule-page .lead{margin-left:0}.schedule-controls{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(190px,.9fr) minmax(190px,.8fr);grid-gap:16px;gap:16px;align-items:end;margin-top:26px}.schedule-controls .field{margin:0}.schedule-controls .field span{display:block;margin-bottom:8px;color:var(--muted);font-weight:700}.schedule-controls select{width:100%;min-height:44px;border:1px solid var(--line-strong);border-radius:8px;background:#10151d;color:var(--text);padding:10px 12px}.year-stepper{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;grid-gap:8px;gap:8px}.compact-btn{min-height:44px;padding:0;justify-content:center;border-radius:8px}.schedule-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:22px 0 16px}.schedule-summary span,.schedule-summary strong{display:block}.schedule-summary strong{font-size:1.2rem}.schedule-summary span{color:var(--muted)}.schedule-legend{gap:10px 14px}.schedule-actions,.schedule-legend{display:flex;flex-wrap:wrap;justify-content:flex-end}.schedule-actions{align-items:center;gap:12px}.schedule-save-btn{min-height:38px;padding:8px 13px;border-radius:8px;white-space:nowrap}.schedule-legend span{display:inline-flex;align-items:center;gap:7px;color:#d7dee8;font-size:.9rem}.schedule-legend i{width:14px;height:14px;border:1px solid var(--line-strong);border-radius:4px}.legend-holiday{background:rgba(255,123,123,.48)}.legend-payday{background:rgba(139,207,155,.48)}.schedule-sheet{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01)),var(--card)}.schedule-table-wrap{overflow-x:auto}.schedule-table{width:100%;min-width:560px;border-collapse:collapse;table-layout:fixed}.schedule-table td,.schedule-table th{padding:6px 4px;border-right:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.085);text-align:center;font-size:.84rem}.schedule-table td:first-child,.schedule-table th:first-child{border-left:1px solid rgba(255,255,255,.13)}.schedule-table th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#111721}.schedule-date-col{width:48px}.schedule-day-col{width:34px}.schedule-shift-col{width:20px}.compact-schedule-table{min-width:520px}.compact-schedule-table .schedule-date-col{width:42px}.compact-schedule-table .schedule-day-col{width:30px}.compact-schedule-table .schedule-shift-col{width:16px}.schedule-table .sheet-block-start{border-left:2px solid rgba(255,255,255,.28)}.schedule-table .is-weekend{background:rgba(245,196,77,.12)}.schedule-table .month-start{border-top:2px solid var(--line-strong)}.schedule-table .is-holiday{background:rgba(255,123,123,.22)}.schedule-table .is-payday{outline:1px solid rgba(139,207,155,.55);outline-offset:-1px;background:rgba(139,207,155,.18)}.schedule-table .is-saturday{border-bottom:2px solid rgba(255,255,255,.34)}.schedule-table .is-sunday{border-top:2px solid rgba(255,255,255,.34)}.schedule-table .is-payday.is-holiday{background:rgba(255,123,123,.24);outline-color:rgba(139,207,155,.85)}.schedule-table .schedule-shift-col{color:#f4f7fb;font-weight:800}.empty-schedule{margin-top:24px}@media (max-width:840px){.site-nav{align-items:flex-start;flex-direction:column}.nav-links{justify-content:flex-start;gap:12px}.admin-shell,.candidate-grid,.compact-form,.feature-grid,.grid,.home-intro,.info-band,.schedule-controls,.split{grid-template-columns:1fr}.schedule-summary{align-items:flex-start;flex-direction:column}.schedule-actions,.schedule-legend{justify-content:flex-start}.schedule-table{min-width:0}.schedule-table td,.schedule-table th{padding:5px 3px}.info-band .button-row{justify-content:flex-start}.admin-sidebar{position:static}.hero{min-height:330px}}@media (max-width:520px){.schedule-table td,.schedule-table th{padding:4px 2px;font-size:.72rem}.schedule-table{min-width:500px}.schedule-date-col{width:43px}.schedule-day-col{width:30px}.schedule-shift-col{width:17px}.compact-schedule-table{min-width:480px}.compact-schedule-table .schedule-date-col{width:38px}.compact-schedule-table .schedule-day-col{width:28px}.compact-schedule-table .schedule-shift-col{width:15px}}@media (max-width:360px){.schedule-page.container{width:calc(100% - 20px)}.schedule-table td,.schedule-table th{font-size:.7rem}.schedule-table{min-width:480px}.schedule-date-col{width:40px}.schedule-day-col{width:28px}.schedule-shift-col{width:16px}.compact-schedule-table{min-width:456px}.compact-schedule-table .schedule-date-col{width:36px}.compact-schedule-table .schedule-day-col{width:26px}.compact-schedule-table .schedule-shift-col{width:14px}}