:root{ --bg:#071525; --bg2:#0b1e33; --panel:#102b45; --panel2:#123957; --line:rgba(255,255,255,.14); --line2:rgba(125,211,252,.42); --text:#f7fbff; --muted:#b7c7d9; --accent:#38bdf8; --accent2:#86efac; --warm:#facc15; --danger:#fb7185; --shadow:0 24px 80px rgba(0,0,0,.28); } *{box-sizing:border-box} html,body{margin:0;padding:0;background:linear-gradient(180deg,#071525,#0b1e33 60%,#071525);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif} a{color:inherit} .wrap{width:min(1120px,92vw);margin:0 auto} .nav{position:sticky;top:0;z-index:20;background:rgba(7,21,37,.86);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)} .nav-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px} .logo{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:26px;font-weight:950;letter-spacing:-.03em} .logo-dot{width:30px;height:30px;border-radius:10px;background:linear-gradient(135deg,var(--warm),var(--accent));box-shadow:0 0 30px rgba(56,189,248,.28)} .nav-links{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end} .nav-links a{font-weight:850;text-decoration:none;color:#dbeafe;padding:9px 12px;border:1px solid transparent;border-radius:999px} .nav-links a:hover{border-color:var(--line2);background:rgba(56,189,248,.10)} .hero{padding:48px 0 28px} .hero-card{border:1px solid var(--line);background:radial-gradient(circle at top left,rgba(56,189,248,.22),transparent 35%),linear-gradient(135deg,rgba(16,43,69,.98),rgba(8,23,41,.98));border-radius:32px;padding:34px;box-shadow:var(--shadow)} .kicker{color:var(--accent2);font-weight:950;letter-spacing:.12em;text-transform:uppercase;font-size:13px} h1{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 16px;letter-spacing:-.05em} .sub{font-size:19px;line-height:1.75;color:var(--muted);max-width:850px} .actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px} .btn{border:0;background:linear-gradient(135deg,var(--accent),#22d3ee);color:#062033;text-decoration:none;font-weight:950;padding:13px 18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer} .btn.secondary{background:rgba(255,255,255,.07);color:var(--text);border:1px solid var(--line)} .section{padding:18px 0 42px} .section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px} .section-title{font-size:28px;margin:0;letter-spacing:-.03em} .section-desc{color:var(--muted);line-height:1.7} .grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px} .grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px} .card,.panel,.small-card{border:1px solid var(--line);background:rgba(15,27,45,.86);border-radius:22px;padding:20px;text-decoration:none;box-shadow:0 16px 48px rgba(0,0,0,.16)} .card h3,.panel h3,.small-card h3{margin:0 0 10px;font-size:20px} .card p,.panel p,.small-card p{margin:0;color:var(--muted);line-height:1.65} .tag{display:inline-flex;margin-top:12px;padding:6px 10px;border:1px solid var(--line);border-radius:999px;color:var(--accent2);font-size:12px;font-weight:900} .notice{margin-top:18px;border:1px solid rgba(134,239,172,.28);background:rgba(134,239,172,.08);border-radius:18px;padding:15px;color:#d8ffe4;line-height:1.7} .footer{padding:34px 0 80px;color:var(--muted);border-top:1px solid var(--line)} .inputbox,textarea{width:100%;padding:14px 15px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:var(--text);font-size:16px;outline:none} textarea{min-height:130px} .mobile-tabs{display:none} @media(max-width:880px){ .nav-inner{height:auto;min-height:70px;align-items:flex-start;padding:14px 0;flex-direction:column} .logo{font-size:28px}.nav-links{gap:6px;justify-content:flex-start} .nav-links a{font-size:13px;padding:7px 9px} .hero{padding:28px 0 14px}.hero-card{border-radius:26px;padding:26px} .grid,.grid2{grid-template-columns:1fr} .mobile-tabs{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:14px;right:14px;bottom:14px;background:rgba(255,255,255,.95);border-radius:22px;padding:8px;z-index:50;box-shadow:0 12px 40px rgba(0,0,0,.25)} .mobile-tabs a{color:#071525;text-decoration:none;text-align:center;font-weight:950;padding:10px 4px;border-radius:16px;font-size:14px} .mobile-tabs a.active{background:#071525;color:#fff} .footer{padding-bottom:110px} } /* V99B2-G10A home + single polish */ .value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:22px} .value-card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border-radius:22px;padding:18px;min-height:138px} .value-card b{display:block;font-size:18px;margin-bottom:10px} .value-card span{color:var(--muted);line-height:1.65;font-size:14px} .hero-split{display:grid;grid-template-columns:1.16fr .84fr;gap:20px;align-items:stretch} .hero-side{border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:26px;padding:22px} .stat-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:12px 0;color:var(--muted)} .stat-row:last-child{border-bottom:0} .match-card{position:relative;overflow:hidden;border:1px solid var(--line);background:linear-gradient(145deg,rgba(16,43,69,.95),rgba(8,23,41,.95));border-radius:24px;padding:20px;text-decoration:none;box-shadow:0 14px 42px rgba(0,0,0,.16)} .match-card:before{content:"";position:absolute;inset:auto -40px -60px auto;width:130px;height:130px;background:radial-gradient(circle,rgba(56,189,248,.18),transparent 65%)} .match-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px} .pill{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:999px;padding:7px 10px;color:#dbeafe;font-size:12px;font-weight:900} .match-title{font-size:21px;font-weight:950;line-height:1.35;margin:6px 0 12px} .match-desc{color:var(--muted);line-height:1.65;font-size:14px} .single-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:18px} .single-hero-title{font-size:clamp(30px,5vw,54px)} .insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px} .insight-card{border:1px solid var(--line);background:rgba(15,27,45,.86);border-radius:24px;padding:20px;min-height:176px} .insight-card h3{margin:0 0 10px;font-size:20px} .insight-card p{margin:0;color:var(--muted);line-height:1.72} .timeline{border:1px solid var(--line);background:rgba(15,27,45,.7);border-radius:24px;padding:18px} .timeline-item{padding:12px 0;border-bottom:1px solid var(--line)} .timeline-item:last-child{border-bottom:0} .timeline-item b{display:block;margin-bottom:6px} .timeline-item span{color:var(--muted);line-height:1.6;font-size:14px} .cta-band{border:1px solid rgba(56,189,248,.35);background:linear-gradient(135deg,rgba(56,189,248,.16),rgba(134,239,172,.08));border-radius:28px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap} .cta-band p{color:var(--muted);margin:6px 0 0;line-height:1.6} @media(max-width:900px){ .value-grid{grid-template-columns:1fr} .hero-split,.single-layout{grid-template-columns:1fr} .insight-grid{grid-template-columns:1fr} } /* V99B2-G10B match flow realtime */ .nav-links a[href="/live.html"]{opacity:.72} .nav-links a[href="/live.html"]:hover{opacity:1} .match-flow-hero{padding-bottom:18px} .fixture-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:20px 0 16px} .fixture-tabs{display:flex;gap:8px;flex-wrap:wrap} .fixture-tab{border:1px solid var(--line);background:rgba(255,255,255,.06);color:var(--text);border-radius:999px;padding:9px 13px;font-weight:950;cursor:pointer} .fixture-tab.active{background:linear-gradient(135deg,var(--accent),#22d3ee);color:#062033;border-color:transparent} .fixture-live-hint{color:var(--muted);font-size:14px} .fixture-list{display:grid;gap:12px} .fixture-row{display:grid;grid-template-columns:1.1fr .72fr .62fr;gap:14px;align-items:center;border:1px solid var(--line);background:rgba(15,27,45,.88);border-radius:22px;padding:18px;text-decoration:none;box-shadow:0 12px 36px rgba(0,0,0,.16)} .fixture-row:hover{border-color:var(--line2);background:rgba(18,57,87,.9)} .fixture-main{min-width:0} .fixture-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px} .fixture-team{font-size:22px;font-weight:950;line-height:1.35;letter-spacing:-.02em} .fixture-sub{color:var(--muted);font-size:14px;line-height:1.55;margin-top:6px} .status-pill{display:inline-flex;border-radius:999px;padding:7px 10px;border:1px solid var(--line);background:rgba(255,255,255,.06);font-size:12px;font-weight:950} .status-pill.pre{color:#dbeafe} .status-pill.live{color:#062033;background:linear-gradient(135deg,#86efac,#22d3ee);border-color:transparent} .status-pill.done{color:#e5e7eb;background:rgba(255,255,255,.10)} .score-box{border:1px solid var(--line);background:rgba(255,255,255,.05);border-radius:18px;padding:13px;text-align:center} .score-line{font-size:28px;font-weight:950;letter-spacing:.02em} .score-sub{color:var(--muted);font-size:13px;margin-top:6px} .event-box{display:grid;gap:8px} .event-chip{display:flex;justify-content:space-between;gap:8px;border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:14px;padding:9px 10px;color:var(--muted);font-size:13px} .event-chip b{color:var(--text)} .live-strip{border:1px solid rgba(56,189,248,.34);background:linear-gradient(135deg,rgba(56,189,248,.16),rgba(134,239,172,.07));border-radius:24px;padding:18px;margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px} .live-cell{border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:18px;padding:13px} .live-cell span{display:block;color:var(--muted);font-size:12px;font-weight:900;margin-bottom:7px} .live-cell b{display:block;font-size:18px} .live-cell .score{font-size:24px} .live-mini-label{display:inline-flex;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid var(--line);font-size:12px;font-weight:950;color:var(--muted)} .live-compact-note{font-size:13px;color:var(--muted);line-height:1.6;margin-top:12px} @media(max-width:900px){ .fixture-row{grid-template-columns:1fr;gap:12px;padding:16px} .score-box{text-align:left} .score-line{font-size:24px} .live-strip{grid-template-columns:1fr 1fr} } @media(max-width:520px){ .live-strip{grid-template-columns:1fr} } /* V99B2-G11A homepage conversion */ .home-conversion-hero{position:relative;overflow:hidden} .home-conversion-hero:after{content:"";position:absolute;right:-100px;top:-120px;width:320px;height:320px;border-radius:999px;background:radial-gradient(circle,rgba(56,189,248,.28),transparent 68%);pointer-events:none} .home-main-copy{position:relative;z-index:2} .home-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--accent2);font-weight:950;letter-spacing:.16em;text-transform:uppercase;font-size:12px;margin-bottom:12px} .home-bullets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:26px} .home-bullet{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border-radius:22px;padding:18px} .home-bullet strong{display:block;font-size:18px;margin-bottom:8px} .home-bullet span{display:block;color:var(--muted);font-size:14px;line-height:1.65} .home-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px} .home-primary-cta{font-size:18px;padding:16px 24px;border-radius:999px;box-shadow:0 16px 38px rgba(34,211,238,.28)} .home-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px} .home-flow-step{border:1px solid var(--line);background:rgba(15,27,45,.82);border-radius:22px;padding:18px} .home-flow-step em{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:999px;background:rgba(56,189,248,.18);color:var(--accent2);font-style:normal;font-weight:950;margin-bottom:10px} .home-feature-rail{display:grid;grid-template-columns:1.08fr .92fr;gap:18px;align-items:stretch} .home-feature-panel{border:1px solid var(--line);background:rgba(15,27,45,.86);border-radius:26px;padding:22px} .home-feature-list{display:grid;gap:12px;margin-top:14px} .home-feature-link{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);background:rgba(255,255,255,.05);border-radius:18px;padding:14px 16px;text-decoration:none} .home-feature-link b{font-size:16px} .home-feature-link span{color:var(--muted);font-size:13px} .home-feature-link:hover{border-color:var(--line2);background:rgba(56,189,248,.10)} .home-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px} .home-featured-card{border:1px solid var(--line);background:linear-gradient(145deg,rgba(16,43,69,.95),rgba(8,23,41,.95));border-radius:24px;padding:18px;text-decoration:none;min-height:190px;display:flex;flex-direction:column;justify-content:space-between} .home-featured-card:hover{border-color:var(--line2)} .home-featured-title{font-size:19px;font-weight:950;line-height:1.35;margin:10px 0} .home-featured-meta{display:flex;gap:7px;flex-wrap:wrap} .home-final-band{border:1px solid rgba(134,239,172,.34);background:linear-gradient(135deg,rgba(134,239,172,.13),rgba(56,189,248,.12));border-radius:28px;padding:26px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap} .home-final-band p{color:var(--muted);line-height:1.65;margin:6px 0 0} @media(max-width:960px){ .home-bullets,.home-featured-grid{grid-template-columns:1fr 1fr} .home-feature-rail{grid-template-columns:1fr} } @media(max-width:620px){ .home-bullets,.home-featured-grid,.home-flow{grid-template-columns:1fr} .home-primary-cta{width:100%} .home-cta-row .btn{width:100%} } /* V99B2-G11C member notes frontend */ .notes-shell{display:grid;grid-template-columns:1.04fr .96fr;gap:18px;align-items:start} .notes-panel{border:1px solid var(--line);background:rgba(15,27,45,.86);border-radius:26px;padding:22px} .notes-status{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:18px;padding:14px;margin-bottom:16px} .notes-status b{font-size:16px} .notes-status span{color:var(--muted);font-size:13px} .note-form{display:grid;gap:12px} .note-input,.note-textarea{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:16px;color:var(--text);padding:13px 14px;font-size:15px;outline:none} .note-textarea{min-height:168px;resize:vertical;line-height:1.65} .note-input:focus,.note-textarea:focus{border-color:var(--line2);box-shadow:0 0 0 3px rgba(56,189,248,.12)} .note-row{display:flex;gap:10px;flex-wrap:wrap} .note-row .btn{cursor:pointer} .note-list{display:grid;gap:12px;margin-top:14px} .note-card{border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:20px;padding:16px} .note-card h3{margin:0 0 8px;font-size:18px} .note-card p{margin:0;color:var(--muted);line-height:1.65;white-space:pre-wrap} .note-card-meta{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0} .note-card-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px} .note-toast{position:fixed;left:50%;bottom:88px;transform:translateX(-50%);background:rgba(6,32,51,.96);border:1px solid var(--line2);color:var(--text);border-radius:999px;padding:12px 16px;box-shadow:0 16px 48px rgba(0,0,0,.32);z-index:9999;display:none;font-weight:900} .note-toast.show{display:block} .member-note-box{border:1px solid rgba(56,189,248,.32);background:linear-gradient(135deg,rgba(56,189,248,.13),rgba(134,239,172,.07));border-radius:24px;padding:20px;margin-top:16px} .member-note-recent{display:grid;gap:10px;margin-top:12px} .member-note-item{border:1px solid var(--line);background:rgba(255,255,255,.05);border-radius:16px;padding:12px} .single-note-toast{position:fixed;left:50%;bottom:88px;transform:translateX(-50%);background:rgba(6,32,51,.96);border:1px solid var(--line2);color:var(--text);border-radius:999px;padding:12px 16px;box-shadow:0 16px 48px rgba(0,0,0,.32);z-index:9999;display:none;font-weight:900} .single-note-toast.show{display:block} @media(max-width:900px){.notes-shell{grid-template-columns:1fr}} /* V99B2-G12A homepage quick launch */ .g12-hero{position:relative;overflow:hidden;padding:34px} .g12-hero:before{content:"";position:absolute;right:-80px;top:-100px;width:330px;height:330px;border-radius:999px;background:radial-gradient(circle,rgba(56,189,248,.26),transparent 68%);pointer-events:none} .g12-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.12fr .88fr;gap:24px;align-items:center} .g12-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--accent2);font-weight:950;letter-spacing:.14em;text-transform:uppercase;font-size:12px;margin-bottom:12px} .g12-title{font-size:clamp(34px,5.2vw,62px);line-height:1.03;letter-spacing:-.05em;margin:0} .g12-sub{color:var(--muted);font-size:18px;line-height:1.72;margin:18px 0 0;max-width:780px} .g12-bullets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px} .g12-bullet{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:18px;padding:14px} .g12-bullet i{width:22px;height:22px;border-radius:999px;background:linear-gradient(135deg,var(--accent),#86efac);flex:0 0 auto;margin-top:2px} .g12-bullet b{display:block;font-size:16px;margin-bottom:4px} .g12-bullet span{display:block;color:var(--muted);font-size:13px;line-height:1.55} .g12-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px} .g12-primary{font-size:18px;padding:17px 26px;border-radius:999px;box-shadow:0 18px 48px rgba(34,211,238,.30)} .g12-side{border:1px solid var(--line);background:rgba(15,27,45,.82);border-radius:26px;padding:20px} .g12-side h2{font-size:24px;margin:0 0 14px} .g12-step{display:flex;gap:12px;border-top:1px solid var(--line);padding:13px 0} .g12-step:first-of-type{border-top:0} .g12-num{width:30px;height:30px;border-radius:999px;background:rgba(56,189,248,.18);color:var(--accent2);display:flex;align-items:center;justify-content:center;font-weight:950} .g12-step b{display:block;margin-bottom:4px} .g12-step span{color:var(--muted);font-size:13px;line-height:1.5} .g12-highlight{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px} .g12-match{border:1px solid var(--line);background:linear-gradient(145deg,rgba(16,43,69,.95),rgba(8,23,41,.95));border-radius:24px;padding:18px;text-decoration:none;min-height:176px;display:flex;flex-direction:column;justify-content:space-between} .g12-match:hover{border-color:var(--line2);transform:translateY(-1px)} .g12-match-title{font-size:20px;font-weight:950;line-height:1.35;margin:10px 0} .g12-entry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px} .g12-entry{border:1px solid var(--line);background:rgba(15,27,45,.78);border-radius:22px;padding:18px;text-decoration:none} .g12-entry:hover{border-color:var(--line2);background:rgba(56,189,248,.09)} .g12-entry b{display:block;font-size:18px;margin-bottom:8px} .g12-entry span{color:var(--muted);font-size:13px;line-height:1.55} .g12-bottom-cta{border:1px solid rgba(134,239,172,.34);background:linear-gradient(135deg,rgba(134,239,172,.13),rgba(56,189,248,.12));border-radius:28px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap} .g12-bottom-cta p{color:var(--muted);margin:6px 0 0;line-height:1.6} @media(max-width:960px){ .g12-hero-grid{grid-template-columns:1fr} .g12-highlight{grid-template-columns:1fr} .g12-entry-grid{grid-template-columns:1fr 1fr} } @media(max-width:620px){ .g12-hero{padding:24px} .g12-bullets,.g12-entry-grid{grid-template-columns:1fr} .g12-primary,.g12-cta-row .btn{width:100%} } /* V99B2-G13C AI fusion frontend */ .g13c-ai-fusion{border:1px solid rgba(56,189,248,.28);background:linear-gradient(145deg,rgba(15,36,60,.96),rgba(9,22,39,.96));} .g13c-ai-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:14px} .g13c-ai-title{font-size:24px;font-weight:950;letter-spacing:-.02em;margin:0} .g13c-ai-sub{color:var(--muted);line-height:1.65;margin:8px 0 0} .g13c-ai-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px} .g13c-ai-pill{border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:18px;padding:14px} .g13c-ai-pill b{display:block;font-size:15px;margin-bottom:6px} .g13c-ai-pill span{display:block;color:var(--muted);font-size:13px;line-height:1.55} .g13c-ai-member{margin-top:14px;border:1px solid rgba(134,239,172,.25);background:rgba(134,239,172,.07);border-radius:20px;padding:16px} .g13c-ai-lock{margin-top:14px;border:1px dashed rgba(148,163,184,.42);background:rgba(148,163,184,.06);border-radius:20px;padding:16px;color:var(--muted)} .g13c-ai-loading{color:var(--muted);padding:12px 0} @media(max-width:760px){.g13c-ai-grid{grid-template-columns:1fr}} /* V99B2-G13D news standings bind */ .g13d-news-standings{border:1px solid rgba(134,239,172,.24);background:linear-gradient(145deg,rgba(12,32,52,.96),rgba(7,21,38,.96))} .g13d-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;flex-wrap:wrap;margin-bottom:16px} .g13d-head h2{font-size:24px;margin:0 0 8px;font-weight:950} .g13d-head p,.g13d-muted{color:var(--muted);line-height:1.62;margin:0} .g13d-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:16px} .g13d-subtitle{font-weight:950;margin:0 0 10px;color:var(--accent2)} .g13d-news-grid{display:grid;gap:10px} .g13d-news-card{border:1px solid var(--line);background:rgba(255,255,255,.052);border-radius:18px;padding:14px} .g13d-news-card h3{font-size:16px;margin:8px 0;line-height:1.42} .g13d-news-card h3 a{color:inherit;text-decoration:none} .g13d-news-card p{color:var(--muted);font-size:13px;line-height:1.58;margin:0} .g13d-news-meta{display:flex;gap:8px;flex-wrap:wrap} .g13d-news-meta span{border:1px solid var(--line);background:rgba(56,189,248,.09);border-radius:999px;padding:4px 8px;font-size:12px;color:var(--accent2)} .g13d-news-empty{border:1px dashed rgba(148,163,184,.42);border-radius:18px;padding:14px;color:var(--muted);background:rgba(148,163,184,.06)} .g13d-standings-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.045)} .g13d-standings-table th,.g13d-standings-table td{padding:10px 8px;border-bottom:1px solid var(--line);font-size:13px;text-align:center} .g13d-standings-table th{color:var(--muted);font-weight:800;background:rgba(255,255,255,.05)} .g13d-standings-table td:nth-child(2),.g13d-standings-table th:nth-child(2){text-align:left} .g13d-standings-table tr:last-child td{border-bottom:0} @media(max-width:860px){.g13d-layout{grid-template-columns:1fr}.g13d-standings-table th,.g13d-standings-table td{font-size:12px;padding:8px 5px}} /* V99B2-G13F AI recommend landing */ .g13f-hero{margin-top:22px} .g13f-recommend-section{border:1px solid rgba(250,204,21,.26);background:linear-gradient(145deg,rgba(36,31,10,.82),rgba(11,24,42,.96))} .g13f-section-head,.g13f-full-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px} .g13f-section-head h2,.g13f-full-head h2{font-size:26px;margin:0 0 8px;font-weight:950} .g13f-section-head p,.g13f-full-head p{color:var(--muted);line-height:1.65;margin:0} .g13f-rec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px} .g13f-rec-card{display:block;text-decoration:none;color:inherit;border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:22px;padding:16px;transition:transform .18s ease,border-color .18s ease,background .18s ease} .g13f-rec-card:hover{transform:translateY(-2px);border-color:rgba(56,189,248,.48);background:rgba(255,255,255,.075)} .g13f-card-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px} .g13f-rank{font-weight:950;color:#facc15} .g13f-league{font-size:12px;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:4px 8px} .g13f-rec-card h3{font-size:18px;line-height:1.35;margin:0 0 10px} .g13f-direction{font-weight:950;color:var(--accent2);font-size:16px;margin-bottom:10px} .g13f-mini-grid{display:grid;gap:6px;color:var(--muted);font-size:13px;line-height:1.5;margin-bottom:12px} .g13f-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px} .g13f-tags span{font-size:12px;border:1px solid rgba(56,189,248,.26);background:rgba(56,189,248,.08);color:var(--accent2);border-radius:999px;padding:4px 8px} .g13f-card-summary{color:var(--muted);font-size:13px;line-height:1.55;margin:10px 0 0} .g13f-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0} .g13f-stats div{border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:20px;padding:16px} .g13f-stats b{display:block;font-size:28px;color:#facc15} .g13f-stats span{color:var(--muted)} .g13f-full-list{margin:20px 0 38px} @media(max-width:900px){.g13f-rec-grid{grid-template-columns:1fr}.g13f-stats{grid-template-columns:1fr}} /* V99B2-G13F2 recommend diversity polish */ .g13f2-hero{margin-top:22px} .g13f2-polish{border-color:rgba(250,204,21,.32)!important} .g13f2-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px} .g13f2-grid.home{grid-template-columns:repeat(4,minmax(0,1fr))} .g13f2-grid.top{grid-template-columns:1.2fr 1fr 1fr} .g13f2-card{display:block;text-decoration:none;color:inherit;border:1px solid var(--line);background:rgba(255,255,255,.058);border-radius:22px;padding:16px;transition:transform .18s ease,border-color .18s ease,background .18s ease} .g13f2-card:hover{transform:translateY(-2px);border-color:rgba(250,204,21,.45);background:rgba(255,255,255,.078)} .g13f2-card.lead{background:linear-gradient(145deg,rgba(250,204,21,.13),rgba(56,189,248,.08));border-color:rgba(250,204,21,.36)} .g13f2-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px} .g13f2-top span{font-weight:950;color:#facc15} .g13f2-top b{font-size:12px;border:1px solid rgba(250,204,21,.35);color:#fde68a;border-radius:999px;padding:4px 9px} .g13f2-card h3{font-size:18px;line-height:1.35;margin:0 0 10px} .g13f2-direction{font-size:17px;font-weight:950;color:var(--accent2);margin-bottom:10px} .g13f2-meta{display:grid;gap:6px;color:var(--muted);font-size:13px;line-height:1.5;margin-bottom:10px} .g13f2-reason{font-size:13px;line-height:1.58;color:#dbeafe;background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.18);border-radius:16px;padding:10px;margin:10px 0} .g13f2-tags{display:flex;gap:6px;flex-wrap:wrap} .g13f2-tags span{font-size:12px;border:1px solid rgba(56,189,248,.26);background:rgba(56,189,248,.08);color:var(--accent2);border-radius:999px;padding:4px 8px} .g13f2-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0} .g13f2-stats div,.g13f2-buckets{border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:20px;padding:16px} .g13f2-stats b{display:block;font-size:28px;color:#facc15} .g13f2-stats span{color:var(--muted)} .g13f2-buckets{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px} .g13f2-buckets span{border:1px solid rgba(250,204,21,.28);background:rgba(250,204,21,.08);color:#fde68a;border-radius:999px;padding:7px 10px;font-size:13px} .g13f2-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin:20px 0 12px} .g13f2-title-row h2{margin:0;font-size:26px} .g13f2-title-row p{margin:0;color:var(--muted)} @media(max-width:980px){.g13f2-grid,.g13f2-grid.home,.g13f2-grid.top{grid-template-columns:1fr}.g13f2-stats{grid-template-columns:1fr}} /* V99B2-G13G member conversion */ .g13g-conversion{border:1px solid rgba(56,189,248,.34);background:linear-gradient(145deg,rgba(14,37,63,.92),rgba(19,25,44,.96));margin-top:18px} .g13g-conversion-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start} .g13g-conversion h2,.g13g-member-page h2{font-size:28px;margin:6px 0 10px;font-weight:950} .g13g-sub,.g13g-note{color:var(--muted);line-height:1.72;margin:0 0 12px} .g13g-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px} .g13g-panel{border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:22px;padding:16px} .g13g-panel h3{margin:0 0 12px} .g13g-benefits{display:grid;gap:10px} .g13g-benefit{display:grid;gap:4px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:10px} .g13g-benefit:last-child{border-bottom:0;padding-bottom:0} .g13g-benefit b,.g13g-member-card b{color:#e0f2fe} .g13g-benefit span,.g13g-member-card p{color:var(--muted);line-height:1.55;margin:0} .g13g-recs{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px;align-items:center} .g13g-recs>span{color:#facc15;font-weight:900} .g13g-recs a{display:grid;gap:2px;text-decoration:none;color:inherit;border:1px solid rgba(250,204,21,.25);border-radius:16px;padding:9px 11px;background:rgba(250,204,21,.07)} .g13g-recs a span{font-size:12px;color:var(--muted)} .g13g-member-page{margin-top:20px;border:1px solid rgba(250,204,21,.32);background:linear-gradient(145deg,rgba(41,34,12,.92),rgba(19,25,44,.96))} .g13g-member-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0} .g13g-member-card{border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:18px;padding:14px} @media(max-width:900px){.g13g-conversion-grid,.g13g-member-grid{grid-template-columns:1fr}.g13g-recs a{width:100%}}

/* V99B2-G12I quick entry mobile flow */
.g12i-quick-entry{margin:22px 0;padding:22px;border-radius:22px;background:linear-gradient(135deg,rgba(24,31,48,.96),rgba(15,23,42,.94));border:1px solid rgba(148,163,184,.18);box-shadow:0 18px 40px rgba(0,0,0,.18)}
.g12i-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}
.g12i-head h2{margin:4px 0 6px;font-size:24px;line-height:1.2}
.g12i-head p{margin:0;color:#94a3b8}
.g12i-entry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.g12i-entry-card{display:block;padding:14px;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid rgba(148,163,184,.18);text-decoration:none;color:inherit}
.g12i-entry-card b{display:block;font-size:15px;margin-bottom:6px}
.g12i-entry-card span{display:block;font-size:13px;color:#94a3b8;line-height:1.45}
.g12i-match-strip{display:flex;gap:10px;align-items:stretch;overflow:auto;margin-top:14px;padding-bottom:2px}
.g12i-match-strip>span{flex:0 0 auto;align-self:center;color:#94a3b8;font-size:13px;padding-right:2px}
.g12i-match-card,.g12i-match-strip a{flex:0 0 220px;display:flex;gap:10px;align-items:center;padding:12px;border-radius:16px;background:rgba(59,130,246,.09);border:1px solid rgba(96,165,250,.22);text-decoration:none;color:inherit}
.g12i-rank{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border-radius:999px;background:rgba(96,165,250,.18);color:#bfdbfe;font-weight:800}
.g12i-match-card b,.g12i-match-strip a b{display:block;font-size:14px;margin-bottom:4px}
.g12i-match-card small,.g12i-match-strip a span{display:block;font-size:12px;color:#94a3b8;line-height:1.35}
.g12i-single{background:linear-gradient(135deg,rgba(15,23,42,.96),rgba(30,41,59,.94))}
@media(max-width:860px){
  .g12i-head{display:block}
  .g12i-head .btn{margin-top:12px;width:100%;justify-content:center}
  .g12i-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .g12i-match-card,.g12i-match-strip a{flex-basis:260px}
}
@media(max-width:520px){
  .g12i-quick-entry{padding:16px;border-radius:18px;margin:16px 0}
  .g12i-entry-grid{grid-template-columns:1fr}
  .g12i-match-strip{margin-left:-4px;margin-right:-4px;padding-left:4px}
}

/* V99B2-G13J member plan landing */
.g13j-hero{background:linear-gradient(135deg,rgba(44,93,255,.12),rgba(15,23,42,.04));}
.g13j-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.g13j-plan-card{border:1px solid rgba(148,163,184,.28);border-radius:18px;padding:20px;background:rgba(255,255,255,.82);box-shadow:0 10px 28px rgba(15,23,42,.06);}
.g13j-plan-card h3{margin:8px 0 8px;font-size:22px;}
.g13j-plan-card p{color:#64748b;line-height:1.7;}
.g13j-plan-card ul{margin:14px 0 18px;padding-left:18px;color:#334155;line-height:1.9;}
.g13j-plan-top span{display:inline-flex;border-radius:999px;padding:6px 10px;background:#eef2ff;color:#2c5dff;font-weight:800;font-size:12px;}
.g13j-flow,.g13j-note,.g13j-member-entry,.g13j-home-entry{border:1px solid rgba(148,163,184,.25);border-radius:20px;padding:22px;background:#fff;}
.g13j-flow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;}
.g13j-flow-grid div{border-radius:16px;padding:16px;background:#f8fafc;}
.g13j-flow-grid b{display:block;font-size:22px;color:#2c5dff;margin-bottom:6px;}
.g13j-member-entry,.g13j-home-entry{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px;}
.g13j-actions{display:flex;gap:10px;flex-wrap:wrap;}
@media(max-width:800px){.g13j-plan-grid,.g13j-flow-grid{grid-template-columns:1fr}.g13j-member-entry,.g13j-home-entry{display:block}.g13j-home-entry .btn,.g13j-member-entry .btn{margin-top:12px}}

/* V99B2-G13L member plan intent frontend */
.g13l-intent-box,.g13l-member-entry{border:1px solid rgba(148,163,184,.25);border-radius:20px;padding:22px;background:#fff;margin-top:20px;}
.g13l-intent-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px;}
.g13l-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0;}
.g13l-form-grid label,.g13l-note-label{display:flex;flex-direction:column;gap:8px;font-weight:700;color:#334155;}
.g13l-form-grid input,.g13l-form-grid select,.g13l-note-label textarea{border:1px solid rgba(148,163,184,.42);border-radius:14px;padding:12px;background:#fff;font:inherit;}
.g13l-note-label textarea{resize:vertical;}
.g13l-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;}
.g13l-member-entry{display:flex;align-items:center;justify-content:space-between;gap:18px;}
@media(max-width:800px){.g13l-form-grid{grid-template-columns:1fr}.g13l-member-entry{display:block}.g13l-member-entry .btn{margin-top:12px}}

/* V99B2-G14A mobile switch + logo polish */
.logo{display:inline-flex;align-items:center;gap:10px;min-height:44px;text-decoration:none}
.logo-dot{display:none!important}
.mn-logo-img{width:34px;height:34px;border-radius:11px;object-fit:cover;display:block;box-shadow:0 0 24px rgba(56,189,248,.22)}
.btn,button.btn,.fixture-tab,.mobile-tabs a{min-height:44px;display:inline-flex;align-items:center;justify-content:center}
.single-layout{grid-template-columns:minmax(0,1.12fr) minmax(260px,.72fr);align-items:start}
.single-layout>div:first-child{min-width:0}
.mn-single-titlebar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;margin:0 0 12px}
.mn-single-titlebar .single-hero-title{margin:0;min-width:0;line-height:1.08}
.mn-switch-match-btn{min-height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;border:1px solid rgba(56,189,248,.44);background:linear-gradient(135deg,rgba(56,189,248,.24),rgba(250,204,21,.12));color:#e0f2fe;text-decoration:none;font-weight:950;white-space:nowrap;box-shadow:0 12px 26px rgba(2,6,23,.20)}
.mn-switch-match-btn:hover{border-color:rgba(250,204,21,.58);background:linear-gradient(135deg,rgba(56,189,248,.30),rgba(250,204,21,.18));transform:translateY(-1px)}
.mn-switch-match-btn span{font-size:18px;line-height:1}
@media(max-width:900px){
  .single-layout{grid-template-columns:1fr}
  .mn-single-titlebar{grid-template-columns:1fr;gap:12px}
  .mn-switch-match-btn{width:100%;border-radius:16px}
  .single-hero-title{font-size:clamp(28px,8.5vw,40px)}
  .actions{gap:10px}
  .actions .btn{width:100%}
}

/* V99B2-G14B current match strip polish */
.mn-current-match-strip{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  padding:16px 16px!important;
  border-radius:20px!important;
  border:1px solid rgba(56,189,248,.50)!important;
  background:linear-gradient(135deg,rgba(15,45,74,.96),rgba(7,22,40,.96))!important;
  box-shadow:0 14px 34px rgba(2,6,23,.22)!important;
}
.mn-current-match-strip .mn-current-switch-cta{
  min-width:88px!important;
  min-height:44px!important;
  padding:0 14px!important;
  border-radius:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  color:#86efac!important;
  background:rgba(34,197,94,.12)!important;
  border:1px solid rgba(134,239,172,.32)!important;
  font-weight:950!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.mn-current-match-strip .mn-current-switch-cta:active{
  transform:scale(.98);
}
@media(max-width:560px){
  .mn-current-match-strip{
    grid-template-columns:minmax(0,1fr) 92px!important;
    padding:14px 14px!important;
    margin-top:4px!important;
  }
  .mn-current-match-strip .mn-current-switch-cta{
    min-height:46px!important;
    min-width:86px!important;
    font-size:15px!important;
  }
}
