:root{--feature-button-color: #8b1d2c;--feature-button-accent: #d89c18;--feature-page-background: #0e090b;--feature-surface: rgba(12, 10, 12, .92);--feature-surface-strong: rgba(5, 4, 6, .98);--feature-border: rgba(255, 255, 255, .1);--feature-text: #f8fafc;--feature-muted: #d7cfd1;--feature-shadow: 0 28px 90px rgba(0, 0, 0, .42);--admin-bg-top: #f8fafc;--admin-bg-bottom: #eef2f7;--admin-panel: #ffffff;--admin-panel-soft: #ffffff;--admin-border: #e5e7eb;--admin-text: #0f172a;--admin-muted: #64748b;--admin-accent: #2563eb;--admin-accent-2: #0ea5e9}*{box-sizing:border-box}html,body{margin:0;min-height:100vh;background-color:var(--feature-page-background)}body.feature-page-shell{color:var(--feature-text);font-family:Segoe UI,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--feature-page-background);background-image:radial-gradient(circle at top,rgba(139,29,44,.28),transparent 38%),radial-gradient(circle at 85% 18%,rgba(216,156,24,.12),transparent 22%),linear-gradient(180deg,#0a0a0c14,#0a0a0cd1),var(--feature-page-background);background-attachment:fixed;position:relative;min-height:100vh;isolation:isolate}body.feature-page-shell.feature-home-shell{background-color:#000;background-image:none;background-attachment:fixed}body.feature-page-shell.feature-home-shell:after{content:none}body.feature-page-shell:after{content:"";position:fixed;inset:0;background:linear-gradient(180deg,#0a0a0c1f,#0a0a0c38),linear-gradient(135deg,rgba(255,255,255,.025),transparent 35%);pointer-events:none;z-index:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.feature-page{position:relative;z-index:1;width:min(1200px,calc(100% - 24px));margin:0 auto;padding:18px 0 32px}body.feature-home-shell .feature-page{width:min(1520px,calc(100% - 24px));padding-top:12px}.feature-header{width:100%;position:sticky;top:0;z-index:100;background:linear-gradient(180deg,#7b141ffa,#33070cfa);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:var(--feature-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-header-inner{position:relative;z-index:101;display:flex;align-items:center;justify-content:space-between;gap:16px;width:min(1200px,calc(100% - 24px));margin:0 auto;padding:14px 0}body.feature-home-shell .feature-header{width:100%;border-radius:0;box-shadow:none}.feature-logo{display:inline-flex;align-items:center;gap:0;width:auto;min-width:0;flex-shrink:0;line-height:0}.feature-logo img{width:auto;height:auto;max-width:min(260px,46vw);max-height:82px;object-fit:contain;flex:0 0 auto}.feature-navbar{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;justify-content:flex-end;white-space:nowrap}body.feature-home-shell .feature-navbar{gap:10px}.feature-nav-shell{position:relative;z-index:102;display:flex;align-items:center;gap:10px}.feature-nav-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:4px;width:48px;height:48px;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#ffffff14;color:#fff;cursor:pointer;position:relative;z-index:103;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.feature-nav-toggle:hover,.feature-nav-toggle:focus-visible{background:#ffffff29;border-color:#ffffff3d;transform:translateY(-1px)}.feature-nav-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:#fff;transition:transform .18s ease,opacity .18s ease}.feature-navbar form{margin:0}.feature-navbar-item{display:inline-flex;align-items:center;justify-content:center;gap:0;min-height:0;padding:0;border:0;border-radius:0;background:transparent;color:#ffffffeb;font-weight:700;text-transform:uppercase;letter-spacing:.01em;font-size:.94rem;line-height:1;white-space:nowrap;transition:color .18s ease,opacity .18s ease,transform .18s ease,text-shadow .18s ease}body.feature-home-shell .feature-navbar-item{color:#ffffffeb}body.feature-home-shell .feature-navbar-item:hover,body.feature-home-shell .feature-navbar-item:focus-visible{background:transparent;color:#fff;opacity:1;transform:translateY(-1px);text-shadow:0 0 12px rgba(255,255,255,.32)}body.feature-home-shell .feature-navbar-item.is-active{background:transparent;color:#ffd54a;box-shadow:none}.feature-navbar-item:hover,.feature-navbar-item:focus-visible{color:#fff;transform:translateY(-1px);text-shadow:0 0 12px rgba(255,255,255,.22)}.feature-navbar-item.is-active{color:#ffd54a;background:transparent;border-color:transparent;box-shadow:none}.feature-button.is-active{color:#fff;background:linear-gradient(135deg,var(--feature-button-color),color-mix(in srgb,var(--feature-button-color) 52%,var(--feature-button-accent)));border-color:color-mix(in srgb,var(--feature-button-color) 70%,white);box-shadow:0 16px 36px color-mix(in srgb,var(--feature-button-color) 42%,transparent)}.feature-section,.feature-hero,.feature-card{animation:feature-rise .5s ease both}body.feature-home-shell .feature-section,body.feature-home-shell .feature-hero,body.feature-home-shell .feature-card{background:transparent;border:0;box-shadow:none;padding-left:0;padding-right:0}body.feature-home-shell .feature-content{color:#fff}.feature-section:nth-of-type(2){animation-delay:.05s}.feature-section:nth-of-type(3){animation-delay:.1s}@keyframes feature-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.feature-content{margin-top:18px}body.feature-home-shell .feature-content{margin-top:12px}.feature-card,.feature-section,.feature-hero{border:1px solid var(--feature-border);border-radius:30px;background:linear-gradient(180deg,#121012f5,#070608fa);box-shadow:var(--feature-shadow);padding:26px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-section+.feature-section,.feature-hero+.feature-section{margin-top:18px}.feature-section-plain{padding:0;background:transparent;border:0;box-shadow:none}.feature-section-no-pad{padding:0}.feature-section-plain.feature-section-no-pad>iframe{display:block;width:100%;border:0}.prediksi-plain-page,.livescore-embed-page{margin:0;min-height:100vh;background:#0f172a}.prediksi-plain-shell,.prediksi-plain-card{width:100%;min-height:100vh}.feature-hero{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:18px;align-items:end}.feature-hero-compact{grid-template-columns:minmax(0,1fr) 210px}.feature-hero-copy{display:grid;gap:10px}.feature-kicker{display:inline-flex;width:fit-content;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid color-mix(in srgb,var(--feature-button-color) 38%,transparent);background:#8b1d2c29;color:#fde8ec;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.feature-hero-title{margin:0;font-size:clamp(1.8rem,4vw,3.2rem);line-height:1.02;letter-spacing:-.03em}.feature-hero-text{margin:0;max-width:68ch;color:var(--feature-muted);line-height:1.75}.feature-hero-note{display:grid;gap:8px;padding:18px;border-radius:22px;border:1px solid color-mix(in srgb,var(--feature-button-color) 20%,var(--feature-border));background:linear-gradient(180deg,#ffffff0d,#ffffff08)}.feature-hero-note strong{font-size:.86rem;text-transform:uppercase;letter-spacing:.08em;color:#fed7aa}.feature-hero-note span,.feature-hero-note code{color:var(--feature-text);line-height:1.5}.feature-section-head{margin-bottom:16px}.feature-section-head h2{margin:0 0 6px;font-size:1.25rem}.feature-section-head p{margin:0;color:var(--feature-muted);line-height:1.65}.feature-card-head{margin-bottom:18px}body.feature-home-shell .feature-card-head{margin-bottom:0}.feature-title{margin:0 0 8px;font-size:clamp(1.45rem,3vw,2.1rem);line-height:1.1;color:#fff}.feature-description{margin:0;color:var(--feature-muted);line-height:1.65}.feature-quick-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.feature-button{display:inline-flex;align-items:stretch;justify-content:center;min-height:72px;padding:14px 18px;border-radius:20px;border:1px solid var(--feature-border);background:#ffffff0a;color:#f8fafc;font-weight:800;text-align:center;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.feature-button:hover,.feature-button:focus-visible{transform:translateY(-2px);border-color:color-mix(in srgb,var(--feature-button-color) 80%,white);background:#8b1d2c29;box-shadow:0 18px 38px color-mix(in srgb,var(--feature-button-color) 28%,transparent)}.feature-button-card{flex-direction:column;gap:6px;text-align:left;align-items:flex-start;justify-content:center}.feature-button-card span{display:block;font-size:.98rem;letter-spacing:.04em}.feature-button-card small{display:block;color:var(--feature-muted);font-weight:600;letter-spacing:0;text-transform:none;line-height:1.45}.feature-button.is-disabled{opacity:.48;cursor:not-allowed}.feature-navbar-item.is-disabled{opacity:.48;cursor:not-allowed;pointer-events:none}.feature-prose{color:var(--feature-text);line-height:1.8;font-size:1rem}.feature-prose-panel{padding:18px;border-radius:22px;border:1px solid var(--feature-border);background:#ffffff08}.feature-prose p,.feature-prose ul,.feature-prose ol{margin-top:0}.prediksi-page{display:grid;gap:18px}.prediksi-page-combined{gap:0}.prediksi-page-combined-inner{display:grid;gap:18px}.prediksi-page-promo-box{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.prediksi-page-promo-box .home-promo-board{margin:0}.livescore-page-combined{gap:0}.livescore-page-combined-inner{display:grid;gap:18px}.livescore-page-promo-box{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.livescore-page-promo-box .home-promo-board{margin:0}.livescore-page-body{display:grid;gap:10px}.livescore-page-head{align-items:flex-end;justify-content:space-between;gap:16px}.livescore-page-spacer{min-width:0;width:auto;flex:0 0 auto}.livescore-embed-frame{display:block;width:100%;height:clamp(620px,74vh,980px);min-height:clamp(620px,74vh,980px);border:0;overflow:hidden;background:#fff;border-radius:16px}.prediksi-page .home-promo-board{gap:14px;align-items:start}.prediksi-page .home-promo-main{display:grid;gap:10px;height:auto}.prediksi-page .home-promo-carousel{display:block;min-height:0;border:0;border-radius:0;box-shadow:none;overflow:hidden;background:transparent}.prediksi-page .home-promo-slide{width:100%;height:auto;display:none;background:transparent}.prediksi-page .home-promo-slide.is-active{display:block}.prediksi-page .home-promo-slide img{width:100%;height:auto;object-fit:contain}.prediksi-page .home-promo-side{align-self:start;gap:10px}.prediksi-page .home-promo-side-item{border:0;border-radius:0;box-shadow:none;background:transparent;overflow:hidden;aspect-ratio:auto}.prediksi-page .home-promo-side-item img{width:100%;height:auto;object-fit:contain}.livescore-promo-same .home-promo-board{gap:14px;align-items:start}.livescore-promo-same .home-promo-main{display:grid;gap:10px;height:auto}.livescore-promo-same .home-promo-carousel{display:block;min-height:0;border:0;border-radius:0;box-shadow:none;overflow:hidden;background:transparent}.livescore-promo-same .home-promo-slide{width:100%;height:auto;display:none;background:transparent}.livescore-promo-same .home-promo-slide.is-active{display:block}.livescore-promo-same .home-promo-slide img{width:100%;height:auto;object-fit:contain}.livescore-promo-same .home-promo-side{align-self:start;gap:10px}.livescore-promo-same .home-promo-side-item{border:0;border-radius:0;box-shadow:none;background:transparent;overflow:hidden;aspect-ratio:auto}.livescore-promo-same .home-promo-side-item img{width:100%;height:auto;object-fit:contain}.prediksi-page-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);box-shadow:0 0 0 1px #00000038}.prediksi-page-body{display:grid;gap:16px}.prediksi-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.prediksi-page-headcopy{display:grid;gap:8px;min-width:0}.prediksi-page-head .feature-title{margin-bottom:0}.prediksi-page-switcher{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;flex:0 0 auto}.prediksi-type-chip{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff0f,#ffffff08);color:#f8fafc;font-weight:800;letter-spacing:.01em;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.prediksi-type-chip strong{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:#ffffff14;color:#ffd54a;font-size:.85rem;font-weight:900}.prediksi-type-chip:hover,.prediksi-type-chip:focus-visible{transform:translateY(-1px);border-color:#ffd54a52;background:linear-gradient(180deg,#8b1d2c57,#ffffff0a);box-shadow:0 12px 28px #0000002e}.prediksi-type-chip.is-active{border-color:#ffd54a73;background:linear-gradient(180deg,#8b1d2cd1,#560b12f5);box-shadow:0 18px 34px #8b1d2c3d}.prediksi-type-chip.is-active strong{background:#ffd54a1f;color:#ffe98c}.prediksi-type-chip.is-placeholder{visibility:hidden;pointer-events:none}.prediksi-empty-state{border-radius:18px;border:1px dashed rgba(255,255,255,.16);background:#ffffff08;color:var(--feature-muted);text-align:center}.home-promo-board{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,360px);gap:16px;align-items:start;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.home-promo-main,.home-promo-side{min-height:0}.home-promo-main{display:grid;gap:12px}.home-promo-carousel{width:100%;display:block;min-height:0;border:0;border-radius:0;overflow:visible;background:transparent;box-shadow:none}.home-promo-slide{display:none;opacity:1;width:100%;height:auto;line-height:0}.home-promo-slide.is-active{display:block}.home-promo-slide img,.home-promo-side img{display:block;width:100%;height:auto;object-fit:initial;object-position:center;background:transparent}.home-promo-side img{width:100%}.home-promo-side{display:grid;grid-auto-rows:auto;gap:12px;align-content:start}.home-promo-side-item{display:block;min-height:0;aspect-ratio:auto;border-radius:0;overflow:visible;border:0;background:transparent;box-shadow:none}.home-promo-dots{display:flex;justify-content:center;gap:8px}.home-promo-dots button{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:#ffffff40;cursor:pointer}.home-promo-dots button.is-active{background:#ffd54a}body.feature-home-shell .home-promo-board{margin-bottom:0;padding:0;border:0;background:transparent;box-shadow:none}body.feature-home-shell .home-promo-side{display:grid}.home-links-section{padding-top:0}.prediksi-article-list{display:grid;gap:16px}.prediksi-pagination{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}.prediksi-pagination-link,.prediksi-pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#f8fafc;font-weight:700;line-height:1}.prediksi-pagination-link:hover,.prediksi-pagination-link:focus-visible{border-color:#ffffff38;background:#ffffff14}.prediksi-pagination-link.is-active{color:#ffd54a;border-color:#ffd54a40;background:#ffd54a14}.prediksi-pagination-link.is-disabled{opacity:.45;cursor:not-allowed}.prediksi-pagination-ellipsis{border-color:transparent;background:transparent;padding-inline:6px;opacity:.75}.prediksi-article-card{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:14px;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#111115;box-shadow:0 6px 14px #0000001f;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.prediksi-article-card:hover{transform:translateY(-2px);border-color:#ffffff29;background:#131318}.prediksi-article-media{position:relative;display:block;width:100%;aspect-ratio:16 / 11;min-height:0;overflow:hidden;border-radius:12px;background:linear-gradient(135deg,#5c1c26f5,#493818e0),#1a1a1d}.prediksi-article-media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#1a1a1d}.prediksi-article-media.is-empty{padding:18px;color:#ffffffb8;font-weight:700;text-align:center}.prediksi-article-content,.prediksi-article-detail-summary{display:grid;gap:14px;align-content:start}.prediksi-article-badges{display:flex;flex-wrap:wrap;gap:8px}.prediksi-article-badge{display:inline-flex;align-items:center;min-height:22px;padding:0 9px;border-radius:6px;background:#d0001a;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.03em}.prediksi-article-badge.is-secondary{background:#c2410c}.prediksi-article-title{margin:0;font-size:clamp(1.2rem,2.2vw,1.9rem);line-height:1.15;color:#fff}.prediksi-article-title a{color:inherit}.prediksi-article-meta{display:flex;flex-wrap:wrap;gap:10px 14px;color:var(--feature-muted);font-size:.9rem;letter-spacing:.02em}.prediksi-article-excerpt{color:#f3f4f6;line-height:1.85;font-size:1rem;max-width:62ch}.prediksi-article-excerpt p{margin:0}.prediksi-article-actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:2px}.prediksi-article-readmore,.prediksi-article-back{min-height:46px;min-width:0;width:auto;padding-inline:18px}.prediksi-article-detail{display:grid;gap:18px}.prediksi-article-detail-top{display:flex;justify-content:flex-start}.prediksi-article-detail-card{display:grid;gap:14px;padding:14px;border-radius:14px;border:1px solid var(--feature-border);background:#ffffff0a;box-shadow:0 8px 18px #00000024}.prediksi-article-detail-hero{display:grid;grid-template-columns:minmax(280px,380px) minmax(0,1fr);gap:14px;align-items:stretch}.prediksi-article-detail-body{padding:16px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.prediksi-article-detail-content{color:var(--feature-text);line-height:1.9;font-size:1.02rem}.prediksi-article-detail-content.is-plain{white-space:pre-line}.prediksi-article-detail-content p{margin:0 0 1rem}.prediksi-article-detail-content img{max-width:100%;height:auto}.livescore-frame{border-radius:22px;overflow:hidden;border:1px solid var(--feature-border);background:#050507}.livescore-embed-panel{padding:12px;overflow:hidden;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#111115;box-shadow:0 6px 14px #0000001f}.livescore-page-combined .livescore-embed-panel{padding:12px;margin-top:0}.livescore-embed-panel iframe{display:block;width:100%;border:0;background:#050507}.livescore-embed-panel .livescore-embed-frame{background:transparent}.livescore-shell{border-radius:26px;padding:14px;background:linear-gradient(180deg,#ffffff0a,#ffffff05);border:1px solid color-mix(in srgb,var(--feature-button-color) 16%,var(--feature-border))}.livescore-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:var(--feature-muted);font-size:.92rem}.livescore-toolbar a{flex-shrink:0;padding:8px 12px;border-radius:999px;border:1px solid color-mix(in srgb,var(--feature-button-color) 22%,var(--feature-border));background:#ffffff0d;color:#fff;font-weight:700;white-space:nowrap}.livescore-toolbar a:hover,.livescore-toolbar a:focus-visible{border-color:var(--feature-button-color);background:#8b1d2c38}.livescore-frame iframe{display:block;width:100%;border:0;background:#fff}.livescore-viewport{width:100%;overflow:hidden;border-radius:22px}.livescore-viewport iframe{height:var(--livescore-frame-height, 5000px)}@media(min-width:641px){.feature-section-plain.feature-section-no-pad>iframe{height:calc(100vh - 150px);min-height:1px;max-height:1600px;background:#fff}.livescore-embed-panel iframe{min-height:1px}}.livescore-mobile-page{margin:0;min-height:100vh;height:100vh;overflow:hidden;background:#fff;color:#111827;font-family:Segoe UI,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.livescore-mobile-shell{width:min(100%,980px);margin:0 auto;padding:0;min-height:100%;height:100%;background:#fff}.livescore-mobile-card{border-radius:0;background:#fff;border:0;box-shadow:none;overflow:visible;display:flex;flex-direction:column;min-height:100%;height:100%}.livescore-mobile-content{padding:0;flex:1;display:flex;flex-direction:column;background:#fff;min-height:0;height:100%}.livescore-mobile-fragment{display:grid;gap:12px;flex:1}.livescore-table-header{overflow:hidden;border-radius:0;border:0;border-bottom:0;background:#fff}.livescore-table-header table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.livescore-table-header tr.tHead td{padding:6px 8px;background:#f8fafc!important;color:#0f172a!important;font-weight:700!important;text-align:center;white-space:nowrap;box-shadow:none;border-right:1px solid #e5e7eb}.livescore-table-header tr.tHead td:first-child{border-top-left-radius:10px}.livescore-table-header tr.tHead td:last-child{border-top-right-radius:10px;border-right:0}.livescore-table-header tr.tHead td:nth-child(2),.livescore-table-header tr.tHead td:nth-child(3),.livescore-table-header tr.tHead td:nth-child(4),.livescore-table-header tr.tHead td:nth-child(5),.livescore-table-header tr.tHead td:nth-child(6),.livescore-table-header tr.tHead td:nth-child(7),.livescore-table-header tr.tHead td:nth-child(8),.livescore-table-header tr.tHead td a,.livescore-table-header tr.tHead td span{color:#0f172a!important}.livescore-mobile-scroll{width:100%;overflow-x:hidden;overflow-y:auto;max-height:100%;border-radius:0;border:0;background:#fff;-webkit-overflow-scrolling:touch;flex:1;min-height:0}.livescore-mobile-scroll>table{width:100%!important;max-width:100%!important;min-width:100%!important;table-layout:fixed!important;border-collapse:separate;border-spacing:0;font-size:11px;line-height:1.22;color:#111827}.livescore-mobile-scroll>table,.livescore-mobile-scroll>table th,.livescore-mobile-scroll>table td{border-color:#e5e7eb}.livescore-mobile-scroll>table th,.livescore-mobile-scroll>table td{padding:4px 3px;vertical-align:middle;white-space:normal!important;word-break:normal;overflow-wrap:normal}.livescore-mobile-scroll>table th:first-child,.livescore-mobile-scroll>table td:first-child{width:24px;min-width:24px;max-width:24px;padding-left:0;padding-right:2px;text-align:left}.livescore-mobile-scroll>table th:nth-child(2),.livescore-mobile-scroll>table td:nth-child(2){width:42px;min-width:42px;max-width:42px;padding-left:2px;padding-right:2px;font-size:.58rem;line-height:1.01;white-space:nowrap;word-break:normal;overflow-wrap:normal}.livescore-mobile-scroll>table th:nth-child(3),.livescore-mobile-scroll>table td:nth-child(3){width:38px;min-width:38px;max-width:38px;padding-left:2px;padding-right:2px;text-align:center;font-size:.58rem;line-height:1.01;white-space:nowrap;word-break:normal;overflow-wrap:normal}.livescore-mobile-scroll>table th:nth-child(4),.livescore-mobile-scroll>table td:nth-child(4),.livescore-mobile-scroll>table th:nth-child(6),.livescore-mobile-scroll>table td:nth-child(6){min-width:84px;width:auto;font-size:.58rem;line-height:1.02;word-break:normal;overflow-wrap:anywhere}.livescore-mobile-scroll>table th:nth-child(5),.livescore-mobile-scroll>table td:nth-child(5),.livescore-mobile-scroll>table th:nth-child(7),.livescore-mobile-scroll>table td:nth-child(7){width:26px;min-width:26px;max-width:26px;padding-left:2px;padding-right:2px;text-align:center;font-size:.58rem;line-height:1.01;white-space:nowrap}.livescore-mobile-scroll>table input[type=checkbox]{display:block;margin:0 auto 0 0;transform:scale(.9);transform-origin:left center}.livescore-mobile-scroll>table tr.tHead td{display:table-cell!important;background:#f8fafc;color:#0f172a;font-weight:700;font-size:clamp(8px,1.8vw,10px);line-height:1.05;padding:5px 1px;box-shadow:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.livescore-mobile-scroll>table tr.tHead{display:table-row!important;visibility:visible!important}.livescore-mobile-scroll>table tr.tHead td:first-child{border-top-left-radius:10px}.livescore-mobile-scroll>table tr.tHead td:last-child{border-top-right-radius:10px}.livescore-mobile-scroll>table tr.tHead td:nth-child(2),.livescore-mobile-scroll>table tr.tHead td:nth-child(3),.livescore-mobile-scroll>table tr.tHead td:nth-child(4),.livescore-mobile-scroll>table tr.tHead td:nth-child(5),.livescore-mobile-scroll>table tr.tHead td:nth-child(6),.livescore-mobile-scroll>table tr.tHead td:nth-child(7),.livescore-mobile-scroll>table tr.tHead td:nth-child(8){color:#0f172a!important}.livescore-mobile-scroll>table tr.tHead td a,.livescore-mobile-scroll>table tr.tHead td span{color:#0f172a!important;display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.livescore-mobile-scroll>table td.match,.livescore-mobile-scroll>table td.match a,.livescore-mobile-scroll>table td.match span{color:#fff!important}.livescore-mobile-scroll>table td.score,.livescore-mobile-scroll>table td:nth-child(5),.livescore-mobile-scroll>table td:nth-child(7){text-align:center;font-size:.58rem;line-height:1.01;white-space:nowrap;word-break:normal}.livescore-mobile-scroll>table img{max-width:100%;height:auto}.livescore-mobile-scroll>table iframe,.livescore-mobile-scroll>table script,.livescore-mobile-scroll>table style,.livescore-mobile-scroll>table object,.livescore-mobile-scroll>table embed,.livescore-mobile-scroll>table noscript,.livescore-mobile-scroll>table [class*=ad],.livescore-mobile-scroll>table [id*=ad],.livescore-mobile-scroll>table [class*=popup],.livescore-mobile-scroll>table [id*=popup],.livescore-mobile-scroll>table [class*=banner],.livescore-mobile-scroll>table [id*=banner]{display:none!important}.livescore-mobile-scroll #menu,.livescore-mobile-scroll #menu table,.livescore-mobile-scroll #menu td,.livescore-mobile-scroll #menu tr,.livescore-mobile-scroll #menu th,.livescore-desktop-fragment #menu,.livescore-desktop-fragment #menu table,.livescore-desktop-fragment #menu td,.livescore-desktop-fragment #menu tr,.livescore-desktop-fragment #menu th{background:#fff!important;color:#111827!important}.livescore-mobile-page .livescore-mobile-scroll table *:not(td):not(th):not(tr),.livescore-desktop-page .livescore-desktop-scroll table *:not(td):not(th):not(tr){background-color:transparent!important}.livescore-mobile-page .livescore-mobile-scroll table td:not(.match),.livescore-mobile-page .livescore-mobile-scroll table th,.livescore-desktop-page .livescore-desktop-scroll table td:not(.match),.livescore-desktop-page .livescore-desktop-scroll table th{background-color:#fff!important}.livescore-mobile-table-wrap{width:100%;min-width:0;position:relative;background:#fff}.livescore-mobile-empty{display:grid;place-items:center;min-height:220px;padding:24px;border-radius:0;border:1px dashed #d1d5db;background:#f8fafc;color:#64748b;text-align:center;font-size:.95rem}.livescore-desktop-page{margin:0;min-height:100vh;height:100vh;overflow:hidden;background:#fff;color:#111827;font-family:Segoe UI,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;flex-direction:column}.livescore-desktop-shell{width:100%;margin:0 auto;padding:0;flex:1;display:flex;min-height:100%;height:100%}.livescore-desktop-card{width:100%;flex:1;border-radius:0;background:#fff;border:0;box-shadow:none;overflow:visible;display:flex;flex-direction:column;min-height:100%;height:100%}.livescore-desktop-content{padding:10px;display:flex;flex-direction:column;min-height:0;flex:1;height:100%}.livescore-desktop-fragment{display:grid;gap:12px}.livescore-desktop-fragment #menu,.livescore-mobile-scroll #menu{width:100%;margin-bottom:10px}.livescore-desktop-fragment #menu table,.livescore-mobile-scroll #menu table{width:100%;border-collapse:collapse}.livescore-desktop-fragment #menu a,.livescore-mobile-scroll #menu a{color:inherit}.livescore-toolbar-source{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;padding:8px 10px;border-radius:0;border:1px solid #e5e7eb;background:#fff;font-size:12px;line-height:1.2}.livescore-toolbar-shell{position:relative;display:grid;gap:8px}.livescore-toolbar-source a{color:#0f172a;font-weight:600;white-space:nowrap}.livescore-toolbar-source a[data-livescore-action=live],.livescore-toolbar-source a[data-livescore-action=results],.livescore-toolbar-source a[data-livescore-action=fixtures]{color:#f87171}.livescore-toolbar-source a[data-livescore-action=refresh]{color:#60a5fa}.livescore-more-panel{display:grid;position:absolute;top:calc(100% + 6px);right:0;z-index:25;min-width:230px;max-width:min(320px,calc(100vw - 24px));gap:10px;padding:10px 12px;border-radius:0;border:1px solid #e5e7eb;background:#fff;color:#111827;box-shadow:0 12px 24px #0f172a14}.livescore-more-panel[hidden]{display:none!important}.livescore-toolbar-shell>.livescore-toolbar-source{position:relative;z-index:2}.livescore-more-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.livescore-more-panel-head button{border:0;border-radius:999px;background:#2f6ea5;color:#fff;font:inherit;font-weight:700;padding:6px 10px}.livescore-more-panel-body{display:grid;gap:8px}.livescore-more-panel-body label{display:inline-flex;align-items:center;gap:8px}.livescore-select-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:14px}.livescore-select-modal[hidden]{display:none!important}.livescore-select-backdrop{position:absolute;inset:0;background:#0f172a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.livescore-select-dialog{position:relative;z-index:1;width:min(720px,calc(100vw - 28px));max-height:min(86vh,720px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:10px;padding:12px 14px 14px;border-radius:12px;border:1px solid #cfd6de;background:#fff;color:#111827;box-shadow:0 24px 64px #0000003d;overflow:hidden}.livescore-select-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.livescore-select-head strong{font-size:.98rem;color:#111827}.livescore-select-head button{width:26px;height:26px;border:0;border-radius:999px;background:#f97316;color:#fff;font-size:1.1rem;line-height:1;cursor:pointer}.livescore-select-body{min-height:0;overflow:auto;padding-right:2px}.livescore-select-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px}.livescore-select-item{display:flex;align-items:center;gap:8px;min-height:38px;padding:7px 8px;border:1px solid #d1d5db;background:#f7f7f7;border-radius:2px;font-size:.92rem;color:#111827}.livescore-select-item input{margin:0}.livescore-select-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-top:6px}.livescore-select-actions select,.livescore-select-actions button{min-height:28px;padding:0 10px;border:1px solid #9fb4c8;border-radius:2px;background:#eef2f7;color:#111827;font:inherit;font-size:.88rem}.livescore-select-actions button{cursor:pointer;background:#dbe7f4}.livescore-select-dialog #showSelect{display:block;width:100%;color:#111827;font-family:Arial,Helvetica,sans-serif}.livescore-select-dialog #showSelect .title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.livescore-select-dialog #showSelect .title h1{margin:0;font-size:1.05rem;font-weight:700;color:#111827}.livescore-select-dialog #showSelect .close{margin-left:auto}.livescore-select-dialog #showSelect .close a{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#f97316;color:#fff}.livescore-select-dialog #showSelect #ss_item{overflow:auto;max-height:min(62vh,560px);padding-right:4px}.livescore-select-dialog #showSelect #ss_item ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px;margin:0;padding:0;list-style:none}.livescore-select-dialog #showSelect #ss_item li{display:flex;align-items:center;gap:8px;min-height:34px;padding:6px 8px;border:1px solid #d1d5db;border-radius:2px;background:#f7f7f7;font-size:.92rem;line-height:1.2;color:#111827;word-break:break-word}.livescore-select-dialog #showSelect #ss_item li.s1{background:#fff7cf;border-color:#f5d04b}.livescore-select-dialog #showSelect #ss_item input[type=checkbox]{flex:0 0 auto;margin:0}.livescore-select-dialog #showSelect #function{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding-top:8px}.livescore-select-dialog #showSelect #function select,.livescore-select-dialog #showSelect #function button{min-height:28px;padding:0 10px;border:1px solid #9fb4c8;border-radius:2px;background:#eef2f7;color:#111827;font:inherit;font-size:.88rem}.livescore-select-dialog #showSelect #function button{cursor:pointer;background:#dbe7f4}.livescore-desktop-scroll{width:100%;min-height:0;overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:0;border:1px solid #e5e7eb;background:#fff;flex:1;max-height:100%}.livescore-desktop-scroll>table{min-width:1024px;width:max-content;min-width:100%}.livescore-desktop-scroll>table{border-collapse:separate;border-spacing:0;font-size:14px;line-height:1.4;color:#111827}.livescore-desktop-scroll>table,.livescore-desktop-scroll>table th,.livescore-desktop-scroll>table td{border-color:#e5e7eb}.livescore-desktop-scroll>table th,.livescore-desktop-scroll>table td{padding:8px 10px;vertical-align:middle}.livescore-desktop-scroll>table tr.tHead td{display:table-cell!important;position:static!important;top:auto!important;z-index:auto!important;background:#f8fafc!important;background-color:#f8fafc!important;color:#0f172a!important;font-weight:700!important;font-size:clamp(10px,.98vw,14px);line-height:1.05;padding:7px 8px;box-shadow:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.livescore-desktop-scroll>table tr.tHead{display:table-row!important;visibility:visible!important}.livescore-desktop-scroll>table tr.tHead td:first-child{border-top-left-radius:10px}.livescore-desktop-scroll>table tr.tHead td:last-child{border-top-right-radius:10px}.livescore-desktop-scroll>table tr.tHead td:nth-child(2),.livescore-desktop-scroll>table tr.tHead td:nth-child(3),.livescore-desktop-scroll>table tr.tHead td:nth-child(4),.livescore-desktop-scroll>table tr.tHead td:nth-child(5),.livescore-desktop-scroll>table tr.tHead td:nth-child(6),.livescore-desktop-scroll>table tr.tHead td:nth-child(7),.livescore-desktop-scroll>table tr.tHead td:nth-child(8){color:#0f172a!important}.livescore-desktop-scroll>table tr.tHead td a,.livescore-desktop-scroll>table tr.tHead td span{color:#0f172a!important;display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.livescore-desktop-scroll>table td.match,.livescore-desktop-scroll>table td.match a,.livescore-desktop-scroll>table td.match span{color:#fff!important}.livescore-desktop-scroll>table img{max-width:100%;height:auto}.livescore-desktop-scroll>table iframe,.livescore-desktop-scroll>table script,.livescore-desktop-scroll>table style,.livescore-desktop-scroll>table object,.livescore-desktop-scroll>table embed,.livescore-desktop-scroll>table noscript{display:none!important}.livescore-desktop-scroll>table [class*=ad],.livescore-desktop-scroll>table [id*=ad],.livescore-desktop-scroll>table [class*=popup],.livescore-desktop-scroll>table [id*=popup],.livescore-desktop-scroll>table [class*=banner],.livescore-desktop-scroll>table [id*=banner]{display:none!important}.livescore-desktop-empty{display:grid;place-items:center;min-height:220px;padding:24px;border-radius:0;border:1px dashed #d1d5db;background:#f8fafc;color:#64748b;text-align:center;font-size:.95rem}.livescore-desktop-status,.livescore-mobile-status{margin:10px 0 0;color:#6b7280;font-size:.82rem;line-height:1.4}.livescore-fragment-empty{display:block;min-height:1px}.empty-state{padding:20px;border:1px dashed var(--admin-border);border-radius:18px;background:#fff;color:var(--admin-muted);text-align:center}.feature-alert{margin-bottom:16px;padding:14px 16px;border-radius:16px;background:#7f1d1d33;color:#fee2e2;border:1px solid rgba(127,29,29,.28)}.admin-card{margin-top:0}body.admin-page-shell .feature-card{border:1px solid var(--admin-border);border-radius:22px;background:#fff;box-shadow:0 14px 32px #0f172a12;color:var(--admin-text)}body.admin-page-shell .feature-title{color:var(--admin-text)}body.admin-page-shell .feature-description{color:var(--admin-muted)}body.admin-page-shell{color:var(--admin-text);background:linear-gradient(180deg,var(--admin-bg-top),var(--admin-bg-bottom))}.admin-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px;align-items:start}.admin-sidebar{position:sticky;top:18px;display:grid;gap:16px;padding:20px;border:1px solid var(--admin-border);border-radius:18px;background:#fff;box-shadow:0 18px 40px #0f172a14}.admin-sidebar-brand{display:flex;align-items:center;gap:12px}.admin-sidebar-brand img{width:auto;height:auto;max-width:132px;max-height:52px;border-radius:0;object-fit:contain}.admin-sidebar-brand strong,.admin-sidebar-brand span{display:block}.admin-sidebar-brand span{color:var(--admin-muted);font-size:.92rem;margin-top:2px}body.admin-page-shell .feature-button{background:#fff;color:var(--admin-text);border-color:var(--admin-border);box-shadow:none;min-height:44px;padding:0 14px;border-radius:14px;font-size:.95rem;font-weight:700;align-items:center}body.admin-page-shell .feature-button:hover,body.admin-page-shell .feature-button:focus-visible{border-color:color-mix(in srgb,var(--admin-accent) 35%,var(--admin-border));color:var(--admin-accent);background:#f8fafc;box-shadow:0 8px 18px #2563eb14}body.admin-page-shell .feature-button.is-active{color:var(--admin-accent);background:#eff6ff;border-color:color-mix(in srgb,var(--admin-accent) 40%,var(--admin-border));box-shadow:none}.admin-nav{display:grid;gap:10px}.admin-nav-item{display:flex;align-items:center;min-height:46px;padding:0 16px;border-radius:12px;border:1px solid var(--admin-border);background:#fff;color:var(--admin-text);font-weight:700}.admin-nav-item:hover,.admin-nav-item:focus-visible,.admin-nav-item.is-active{border-color:color-mix(in srgb,var(--admin-accent) 30%,var(--admin-border));color:var(--admin-accent);background:#f8fafc;box-shadow:0 8px 20px #2563eb14}.admin-nav-button{width:100%;cursor:pointer}.admin-main{min-width:0}.admin-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.admin-stat-card{display:grid;gap:8px;padding:18px;border:1px solid var(--admin-border);border-radius:20px;background:#fff;color:var(--admin-text);box-shadow:0 12px 28px #0f172a12}.admin-stat-label{color:var(--admin-muted);font-size:.92rem;font-weight:700}.admin-stat-value{font-size:1.55rem;line-height:1.15}.admin-stat-note{color:var(--admin-muted)}.admin-progress{height:10px;border-radius:999px;overflow:hidden;background:#e5e7eb}.admin-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--admin-accent),var(--admin-accent-2))}.admin-dashboard-actions{display:flex;justify-content:flex-start;gap:12px;flex-wrap:wrap}.feature-button-secondary{color:#334155;background:#f8fafc;border-color:var(--admin-border)}.admin-quick-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.admin-quick-link{display:grid;gap:4px;padding:16px;border-radius:18px;border:1px solid var(--admin-border);background:#fff;color:var(--admin-text);box-shadow:0 10px 24px #0f172a0f}.admin-quick-link:hover,.admin-quick-link:focus-visible{border-color:color-mix(in srgb,var(--admin-accent) 30%,var(--admin-border));box-shadow:0 12px 28px #2563eb14}.admin-quick-link span{font-weight:800}.admin-quick-link small{color:var(--admin-muted)}.admin-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.admin-tab{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border-radius:999px;border:1px solid var(--admin-border);background:#fff;color:var(--admin-text);font-weight:700}.admin-tab:hover,.admin-tab:focus-visible{border-color:color-mix(in srgb,var(--admin-accent) 30%,var(--admin-border));color:var(--admin-accent);background:#f8fafc}.admin-tab.is-active{border-color:color-mix(in srgb,var(--admin-accent) 40%,var(--admin-border));color:var(--admin-accent);background:#eff6ff;box-shadow:none}.form-section{padding:18px;border:1px solid var(--admin-border);border-radius:22px;background:#fff;color:var(--admin-text)}.form-section+.form-section{margin-top:18px}.form-section-head{margin-bottom:14px}.form-section-head h2{margin:0 0 6px;font-size:1.15rem}.form-section-head p{margin:0;color:var(--admin-muted);line-height:1.6}.promo-admin-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.promo-admin-column{display:grid;gap:14px;padding:18px;border:1px solid var(--admin-border);border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 12px 28px #0f172a0d}.promo-admin-column-side{align-content:start}.promo-admin-column-side .prediksi-repeater-list{gap:12px}.promo-admin-column-side .prediksi-repeater-preview{min-height:120px}.promo-admin-column-side .prediksi-repeater-item{border-radius:18px}.promo-admin-section-title{display:grid;gap:4px;justify-items:center;text-align:center}.promo-admin-section-title span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;background:#eff6ff;color:var(--admin-accent);font-size:.9rem;font-weight:800;letter-spacing:.03em}.promo-admin-section-title p{margin:0;color:var(--admin-muted);line-height:1.55;max-width:42ch}.promo-admin-column .prediksi-repeater-toolbar{margin-bottom:0}.promo-admin-column .prediksi-repeater-list{gap:14px}.promo-admin-column .prediksi-repeater-item{border:1px solid var(--admin-border);border-radius:20px;background:#fff;box-shadow:0 10px 24px #0f172a0a}.promo-admin-column .prediksi-repeater-head{align-items:center}.promo-admin-column .prediksi-repeater-title{font-size:1.02rem}.promo-admin-column .prediksi-repeater-grid{grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:start}.promo-admin-column .prediksi-repeater-field{gap:8px}.promo-admin-column .prediksi-repeater-preview{min-height:150px;border-radius:18px;background:#f8fafc}.form-section-actions{display:flex;justify-content:flex-end;margin-top:16px}.form-section-actions .feature-button{min-width:0}.media-preview{display:grid;width:100%;min-height:120px;margin-top:10px;padding:10px;border:1px dashed var(--admin-border);border-radius:16px;background:#f8fafc;place-items:center}.media-preview img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.media-preview-favicon img,.media-preview-background img{max-width:100%}.form-help{color:var(--admin-muted)}.admin-dashboard-actions .feature-button{min-width:0}.admin-auth-shell{display:grid;place-items:center;min-height:100vh;padding:24px 0}.admin-auth-wrap{width:min(560px,calc(100% - 24px))}.admin-setting-form{display:grid;gap:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.prediksi-repeater-toolbar{display:flex;justify-content:flex-end;margin-bottom:16px}.prediksi-repeater-list{display:grid;gap:16px}.prediksi-repeater-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:2px;flex-wrap:wrap}.prediksi-repeater-page-info{min-width:120px;text-align:center;font-weight:700;color:var(--admin-muted)}.prediksi-repeater-item{padding:16px;border-radius:20px;border:1px solid var(--admin-border);background:#fff;box-shadow:0 10px 24px #0f172a0a}.prediksi-repeater-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.prediksi-repeater-title{font-size:1rem;font-weight:800;color:var(--admin-text)}.prediksi-repeater-remove{min-height:40px;padding-inline:14px}.prediksi-repeater-grid{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:16px}.prediksi-repeater-field{display:grid;gap:10px}.prediksi-repeater-field label{font-weight:700;color:var(--admin-text)}.prediksi-repeater-preview{display:grid;width:100%;min-height:180px;padding:10px;border-radius:16px;border:1px dashed var(--admin-border);background:#f8fafc;color:var(--admin-muted);text-align:center;overflow:hidden;place-items:center}.prediksi-repeater-preview img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;border-radius:12px}.prediksi-repeater-preview.is-empty{display:grid;place-items:center;width:100%;min-height:180px;padding:18px}.form-group{display:grid;gap:8px}.form-group-wide{grid-column:1 / -1}.form-group-check{align-self:end}.form-group label,.check-control{font-weight:700}.form-control{width:100%;min-height:46px;padding:12px 14px;border-radius:14px;border:1px solid var(--admin-border);background:#fff;color:var(--admin-text);font:inherit;outline:none}.form-control:focus{border-color:color-mix(in srgb,var(--admin-accent) 45%,var(--admin-border));box-shadow:0 0 0 4px #2563eb1f}.form-control-textarea{min-height:220px;resize:vertical}.form-error{color:#b91c1c;font-weight:600}.check-control{display:inline-flex;align-items:center;gap:10px;padding:14px 16px;border-radius:14px;border:1px solid var(--admin-border);background:#fff}.check-control input{width:18px;height:18px;margin:0}.admin-actions{display:flex;justify-content:flex-end}@media(max-width:900px){.feature-header{padding:0}.feature-header-inner{width:min(100%,calc(100% - 16px));padding:10px 0;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:12px}.feature-navbar{justify-content:flex-start}.feature-hero,.feature-quick-buttons,.form-grid,.prediksi-article-card,.prediksi-article-detail-hero,.prediksi-repeater-grid,.admin-shell,.admin-dashboard-grid,.admin-quick-links{grid-template-columns:1fr}.admin-sidebar{position:static}.home-promo-board,.promo-admin-layout{grid-template-columns:1fr}.prediksi-page-head{align-items:stretch;flex-direction:column}.prediksi-page-switcher{width:100%;justify-content:stretch}.prediksi-type-chip{flex:1 1 220px}}@media(max-width:640px){.feature-page{width:100%;max-width:100%;margin:0;padding:10px 8px 22px}.feature-card{border-radius:18px;padding:16px}body.feature-home-shell .feature-header{border-radius:0;padding:0}.feature-header{border-radius:0}.feature-header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:10px 14px}.feature-nav-shell{grid-column:3;margin-left:0;flex:0 0 auto;display:flex;align-items:center;justify-self:end}.feature-nav-toggle{display:inline-flex;flex:0 0 auto;justify-self:end;width:42px;height:42px;border-radius:12px}.feature-logo{grid-column:2;justify-self:center}.feature-navbar{display:none;position:absolute;top:calc(100% + 10px);left:auto;right:0;transform:none;z-index:104;flex-direction:column;align-items:center;justify-content:flex-start;width:max-content;min-width:0;padding:6px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#050507;box-shadow:0 20px 42px #0000007a}.feature-nav-shell.is-open .feature-navbar{display:grid;gap:5px;justify-items:center}.feature-navbar-item{width:auto;min-width:0;min-height:30px;padding:0 14px;border-radius:10px;font-size:.7rem;font-weight:600;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#fffffff0;box-shadow:inset 0 1px #ffffff05;white-space:nowrap;justify-content:center;text-align:center;min-width:128px}.feature-navbar-item:hover,.feature-navbar-item:focus-visible{background:#ffffff14;color:#fff;transform:translateY(-1px);text-shadow:0 0 10px rgba(255,255,255,.22)}.feature-navbar-item.is-active{background:#ffd54a1f;color:#ffd54a;border-color:#ffd54a33}.feature-section,.feature-hero{border-radius:18px;padding:16px}.promo-admin-column{padding:14px;border-radius:16px}.promo-admin-section-title span{min-height:32px}.feature-content{display:flex;flex-direction:column;flex:1;position:relative;z-index:1}.feature-navbar-item,.feature-button{width:100%}.home-promo-board{grid-template-columns:1fr;padding:0;border-radius:0}.home-promo-carousel{width:100%;aspect-ratio:16 / 7;border-radius:14px}.home-promo-side-item{aspect-ratio:16 / 5;border-radius:14px}.home-promo-side{display:none}.prediksi-page .home-promo-board,.livescore-promo-same .home-promo-board{gap:10px}.prediksi-page .home-promo-main,.livescore-promo-same .home-promo-main{gap:8px;height:auto}.prediksi-page .home-promo-carousel,.livescore-promo-same .home-promo-carousel{min-height:0;flex:0 0 auto}.prediksi-page .home-promo-slide,.livescore-promo-same .home-promo-slide{height:auto}.prediksi-page .home-promo-slide img,.livescore-promo-same .home-promo-slide img{width:100%;height:auto;object-fit:contain}.prediksi-page-combined{padding:16px}.prediksi-page-combined-inner{gap:14px}.prediksi-page-promo-box{padding:0}.livescore-page-combined{padding:16px}.livescore-page-combined-inner{gap:14px}.livescore-page-promo-box{padding:0}.promo-admin-column .prediksi-repeater-grid{grid-template-columns:1fr}.promo-admin-column-side .prediksi-repeater-preview{min-height:110px}.livescore-embed-panel{padding:12px}.livescore-embed-frame{height:clamp(560px,76vh,860px);min-height:clamp(560px,76vh,860px)}.livescore-page-spacer{min-width:0}.home-promo-main,.home-promo-carousel{min-height:0}.feature-button-card{min-height:68px}.prediksi-article-media{min-height:210px}.prediksi-article-card,.prediksi-article-detail-card{padding:14px;border-radius:18px}.prediksi-article-detail-body{padding:14px}.feature-quick-buttons{gap:10px}.admin-actions{justify-content:stretch}.admin-actions .feature-button{width:100%}.admin-dashboard-actions{flex-direction:column}.admin-dashboard-actions .feature-button{width:100%}.prediksi-repeater-toolbar{justify-content:stretch}.prediksi-repeater-toolbar .feature-button{width:100%}.prediksi-repeater-pagination{justify-content:space-between}.prediksi-repeater-pagination .feature-button{flex:1 1 0}.prediksi-repeater-item{padding:14px}.prediksi-repeater-head{flex-direction:column;align-items:stretch}.prediksi-repeater-remove{width:100%}.livescore-mobile-shell,.livescore-mobile-content{padding:8px}.livescore-desktop-content{padding:10px}.prediksi-page-head{gap:12px}.prediksi-page-switcher{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.prediksi-type-chip{width:100%;justify-content:center;padding-inline:12px}.prediksi-type-chip strong{min-width:24px;height:24px;font-size:.78rem}.feature-section-plain.feature-section-no-pad{display:block}.feature-section-plain.feature-section-no-pad>iframe{height:1px;min-height:1px;max-height:none}.livescore-embed-panel iframe{min-height:1px;max-height:none}.form-section-actions{justify-content:stretch}.form-section-actions .feature-button{width:100%}.livescore-select-modal{padding:8px}.livescore-select-dialog{width:calc(100vw - 16px);max-height:calc(100vh - 16px);padding:10px 10px 12px}.livescore-select-actions{gap:6px}.livescore-select-dialog #showSelect #ss_item ul{grid-template-columns:repeat(2,minmax(0,1fr))}.livescore-select-dialog #showSelect #ss_item{max-height:calc(100vh - 170px)}.livescore-select-dialog #showSelect #function select,.livescore-select-dialog #showSelect #function button{width:auto}}
