:root{
  --ffd-navy:#031c49;
  --ffd-navy-2:#072f68;
  --ffd-blue:#006cc8;
  --ffd-blue-2:#0b84df;
  --ffd-gold:#f2bf32;
  --ffd-gold-2:#ffd95a;
  --ffd-gold-deep:#d89b10;
  --ffd-ink:#071b38;
  --ffd-muted:#6f8099;
  --ffd-line:#cfe0f2;
  --ffd-page:#eaf5fc;
  --ffd-white:#fff;
}
html{scroll-behavior:smooth}
body.ffd-home{margin:0;background:radial-gradient(circle at 50% 0,#fff 0,#f4fbff 36%,#e6f2f9 100%);color:var(--ffd-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.ffd-home *{box-sizing:border-box}
.ffd-home .site-header,.ffd-home .site-footer,.ffd-home .site-content{display:none!important}
.ffd-hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 16%,rgba(0,153,255,.45),transparent 28%),linear-gradient(118deg,#021c4b 0%,#04366f 48%,#0068b8 100%);border-bottom:1px solid rgba(255,211,70,.9);box-shadow:0 16px 35px rgba(0,53,103,.23)}
.ffd-hero:before,.ffd-hero:after{content:"";position:absolute;pointer-events:none}
.ffd-hero:before{inset:0;background:linear-gradient(135deg,transparent 0 78%,rgba(255,207,54,.14) 78.2% 79%,transparent 79.2%),linear-gradient(45deg,transparent 0 89%,rgba(255,207,54,.13) 89.2% 90%,transparent 90.2%);opacity:.9}
.ffd-hero:after{width:420px;height:420px;right:-180px;bottom:-280px;transform:rotate(45deg);border:14px solid rgba(255,209,61,.20);box-shadow:0 0 0 16px rgba(0,174,255,.12)}
.ffd-hero-inner{width:min(1480px,calc(100% - 64px));margin:auto;padding:14px 0 28px;position:relative;z-index:2}
.ffd-topbar{min-height:170px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:26px;position:relative}
.ffd-brand{display:block;width:min(620px,100%);text-decoration:none;overflow:visible}
.ffd-brand img{display:block;width:100%;max-width:620px;height:165px;object-fit:contain;object-position:left center;background:transparent;filter:drop-shadow(0 5px 7px rgba(0,0,0,.18))}
.ffd-live-board{justify-self:center;display:inline-flex;align-items:center;gap:16px;padding:14px 25px;border:3px solid var(--ffd-gold-2);border-radius:999px;color:var(--ffd-gold-2);font-weight:950;font-size:clamp(1rem,1.55vw,1.45rem);letter-spacing:.015em;background:linear-gradient(180deg,rgba(5,34,75,.92),rgba(2,24,58,.96));box-shadow:0 4px 0 rgba(0,0,0,.25),0 0 22px rgba(250,197,42,.13);white-space:nowrap}
.ffd-live-dot{width:16px;height:16px;border-radius:50%;background:var(--ffd-gold-2);box-shadow:0 0 0 7px rgba(255,211,60,.10),0 0 16px rgba(255,211,60,.9)}
.ffd-menu-toggle{justify-self:end;width:55px;height:52px;display:flex;flex-direction:column;justify-content:center;gap:7px;align-items:center;border:0;background:transparent;cursor:pointer;padding:6px}
.ffd-menu-toggle span{width:38px;height:5px;border-radius:10px;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.16)}
.ffd-quick-nav{display:none;position:absolute;right:0;top:90px;background:#fff;border-radius:14px;padding:8px;min-width:150px;box-shadow:0 16px 40px rgba(0,26,60,.28);z-index:8}
.ffd-quick-nav.is-open{display:grid}
.ffd-quick-nav a{color:var(--ffd-navy);text-decoration:none;font-weight:850;padding:10px 12px;border-radius:9px}
.ffd-quick-nav a:hover{background:#eef6ff}
.ffd-gold-divider{height:28px;margin:0 -32px 4px;position:relative;border-top:4px solid var(--ffd-gold)}
.ffd-gold-divider:before{content:"";position:absolute;left:0;top:-4px;width:36%;height:28px;border-bottom:4px solid var(--ffd-gold);border-radius:0 0 38px 0}
.ffd-today-title{width:max-content;max-width:100%;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;gap:18px;padding:12px 28px;border:2px solid var(--ffd-gold-2);border-radius:14px;background:linear-gradient(180deg,rgba(3,32,72,.80),rgba(2,25,60,.92));box-shadow:0 4px 0 rgba(0,0,0,.15)}
.ffd-today-title h1{font-size:clamp(1.3rem,2vw,1.85rem);line-height:1;margin:0;color:#fff;font-weight:900}
.ffd-calendar-icon{font-size:1.55rem;color:var(--ffd-gold-2);transform:translateY(-1px)}
.ffd-date-badge{display:inline-block;padding:9px 18px;border-radius:999px;background:linear-gradient(180deg,#ffe16b,#efb924);color:#061e45;font-size:clamp(.95rem,1.45vw,1.2rem);font-weight:950;box-shadow:inset 0 1px rgba(255,255,255,.8),0 3px 9px rgba(0,0,0,.18);white-space:nowrap}
.ffd-result-cards{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:14px}
.ffd-result-card{min-width:0;border:2px solid var(--ffd-gold);border-radius:13px;overflow:hidden;background:#04265c;box-shadow:0 9px 22px rgba(0,22,58,.28),0 7px 17px -12px #ffd83d;position:relative}
.ffd-result-card:after{content:"";position:absolute;left:38%;right:38%;bottom:-4px;height:9px;border-radius:50%;background:var(--ffd-gold-2);filter:blur(4px);opacity:.85}
.ffd-result-time{padding:13px 5px;text-align:center;color:#071a37;font-weight:950;font-size:clamp(.8rem,1.15vw,1.05rem);white-space:nowrap;background:linear-gradient(180deg,#ffdd5b,#e6ac16);border-bottom:1px solid rgba(255,255,255,.45)}
.ffd-result-value{display:flex;align-items:center;justify-content:center;min-height:78px;padding:14px 7px;color:#fff;font-size:clamp(1.35rem,2vw,1.85rem);font-weight:950;letter-spacing:.05em;background:linear-gradient(180deg,#052b65,#021c49)}
.ffd-result-value.is-pending{font-size:1.5rem;color:#fff}
.ffd-page-shell{width:min(1480px,calc(100% - 64px));margin:22px auto 30px}
.ffd-panel{background:#fff;border:1px solid #97c7ee;border-radius:14px;overflow:hidden;box-shadow:0 12px 30px rgba(27,104,163,.14);margin-bottom:25px}
.ffd-panel-title{min-height:56px;display:flex;align-items:center;gap:15px;padding:12px 24px;background:linear-gradient(180deg,#0883d9,#0068b9);color:#fff}
.ffd-panel-title h2{margin:0;color:#fff;font-size:1.35rem;font-weight:900}
.ffd-count{margin-left:auto;font-size:.85rem;font-weight:800;color:#d9f0ff}
.ffd-search-icon{width:22px;height:22px;display:inline-block;border:3px solid currentColor;border-radius:50%;position:relative;color:#fff;flex:0 0 auto}
.ffd-search-icon:after{content:"";position:absolute;width:10px;height:3px;border-radius:4px;background:currentColor;right:-8px;bottom:-4px;transform:rotate(48deg);transform-origin:left center}
.ffd-search-icon.dark{color:#062250;width:19px;height:19px}
.ffd-clock-icon{width:23px;height:23px;border:3px solid #fff;border-radius:50%;position:relative;display:inline-block;flex:0 0 auto}.ffd-clock-icon:before{content:"";position:absolute;left:9px;top:4px;width:3px;height:8px;background:#fff;border-radius:3px}.ffd-clock-icon:after{content:"";position:absolute;left:9px;top:10px;width:7px;height:3px;background:#fff;border-radius:3px;transform:rotate(25deg);transform-origin:left center}
.ffd-search-form{display:grid;grid-template-columns:1.1fr 1.1fr minmax(220px,.9fr) auto;gap:28px;align-items:end;padding:20px 40px 24px}
.ffd-search-form label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;color:#0863a6;font-weight:900;white-space:nowrap}
.ffd-search-form input{width:100%;min-width:0;border:1px solid #c9d8e7;border-radius:12px;background:#fff;color:var(--ffd-ink);font:inherit;padding:13px 15px;box-shadow:inset 0 1px 2px rgba(0,30,60,.04)}
.ffd-search-button{display:flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:999px;padding:13px 28px;color:#062250;font-size:1rem;font-weight:950;background:linear-gradient(180deg,#ffd84d,#e6aa13);box-shadow:0 5px 12px rgba(219,155,0,.18);cursor:pointer}
.ffd-reset-button{border:1px solid #bed2e3;border-radius:999px;padding:12px 18px;background:#f4f8fb;color:#4c6077;font-weight:850;cursor:pointer}
.ffd-archive-desktop{overflow-x:auto}.ffd-archive-table{width:100%;border-collapse:collapse;table-layout:fixed}.ffd-archive-table th,.ffd-archive-table td{border-right:1px solid #cbdbe8;border-bottom:1px solid #dce7ef;text-align:center;padding:13px 8px}.ffd-archive-table th:last-child,.ffd-archive-table td:last-child{border-right:0}.ffd-archive-table th{background:linear-gradient(180deg,#f7fbff,#e9f3fb);font-size:.85rem;font-weight:950;color:#0b1d38;white-space:nowrap}.ffd-archive-table td{font-weight:800;color:#153a62;background:#fff}.ffd-archive-table td:first-child{font-weight:950;color:#075fa2}.ffd-archive-mobile{display:none}
.ffd-empty-state{min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#7c90aa;text-align:center;padding:25px}.ffd-empty-state[hidden]{display:none!important}.ffd-empty-state strong{font-size:1rem}.ffd-empty-state span{font-size:.9rem}.ffd-empty-calendar{font-size:3.7rem;line-height:1;color:#a9b9cd;margin-bottom:3px}
.ffd-footer{padding:28px 20px;text-align:center;color:#fff;font-size:.85rem;background:linear-gradient(100deg,#052d66,#0069bd 52%,#052d66);border-top:4px solid var(--ffd-gold);box-shadow:inset 0 1px rgba(255,255,255,.10)}
@media(max-width:1100px){.ffd-hero-inner,.ffd-page-shell{width:min(100% - 34px,1480px)}.ffd-topbar{grid-template-columns:1fr auto auto}.ffd-brand{width:430px}.ffd-brand img{height:135px}.ffd-result-cards{grid-template-columns:repeat(4,1fr)}.ffd-search-form{grid-template-columns:1fr 1fr;gap:16px 22px}.ffd-search-button,.ffd-reset-button{width:100%}}
@media(max-width:720px){.ffd-hero-inner,.ffd-page-shell{width:min(100% - 18px,1480px)}.ffd-hero-inner{padding-top:7px}.ffd-topbar{grid-template-columns:1fr auto;min-height:102px;gap:8px}.ffd-brand{width:300px}.ffd-brand img{height:112px}.ffd-live-board{grid-column:1/-1;grid-row:2;justify-self:center;padding:8px 16px;font-size:.85rem;border-width:2px}.ffd-live-dot{width:10px;height:10px}.ffd-menu-toggle{grid-column:2;grid-row:1;width:43px}.ffd-menu-toggle span{width:30px;height:4px}.ffd-quick-nav{top:68px}.ffd-gold-divider{margin:8px -9px 6px}.ffd-today-title{gap:8px;padding:9px 12px;margin-bottom:12px}.ffd-today-title h1{font-size:1.05rem}.ffd-calendar-icon{font-size:1.1rem}.ffd-date-badge{padding:7px 10px;font-size:.76rem}.ffd-result-cards{grid-template-columns:repeat(2,1fr);gap:9px}.ffd-result-time{font-size:.82rem;padding:10px 4px}.ffd-result-value{min-height:58px;font-size:1.35rem}.ffd-page-shell{margin-top:14px}.ffd-panel{border-radius:11px;margin-bottom:15px}.ffd-panel-title{min-height:49px;padding:10px 15px}.ffd-panel-title h2{font-size:1.05rem}.ffd-search-form{grid-template-columns:1fr 1fr;padding:15px;gap:13px}.ffd-search-form label{grid-template-columns:1fr;gap:6px;font-size:.82rem}.ffd-search-form input{padding:11px 9px}.ffd-search-button,.ffd-reset-button{padding:11px 12px}.ffd-archive-desktop{display:none}.ffd-archive-mobile{display:grid;gap:10px;padding:12px}.ffd-mobile-day{border:1px solid #bcd7eb;border-radius:11px;overflow:hidden;background:#fff}.ffd-mobile-date{padding:10px 12px;background:linear-gradient(180deg,#eaf6ff,#dcedfb);color:#075e9e;font-weight:950}.ffd-mobile-grid{display:grid;grid-template-columns:repeat(2,1fr)}.ffd-mobile-cell{padding:10px;border-right:1px solid #dfebf4;border-bottom:1px solid #dfebf4;text-align:center}.ffd-mobile-cell:nth-child(even){border-right:0}.ffd-mobile-cell:nth-last-child(-n+2){border-bottom:0}.ffd-mobile-time{display:block;font-size:.68rem;color:#71859b;font-weight:850;margin-bottom:3px}.ffd-mobile-value{font-size:1.05rem;color:#0a3764;font-weight:950}.ffd-empty-state{min-height:145px}.ffd-footer{padding:21px 10px}}
@media(max-width:390px){.ffd-brand{width:250px}.ffd-brand img{height:98px}.ffd-today-title h1{font-size:.95rem}.ffd-date-badge{font-size:.70rem}.ffd-search-form{grid-template-columns:1fr}.ffd-result-time{font-size:.76rem}}
