:root{--bg: #f4f7fb;--panel: #ffffff;--text: #071428;--muted: #64748b;--line: #e5edf6;--blue: #0f5bff;--blue-dark: #0837a2;--blue-soft: #edf4ff;--red: #ef4444;--orange: #ffb84d;--shadow: 0 18px 50px rgba(15, 35, 70, .1);--radius: 24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans KR,Arial,sans-serif;color:var(--text);background:var(--bg);letter-spacing:-.03em}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:30;background:#ffffffe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.9)}.nav{display:flex;align-items:center;gap:28px;height:72px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:22px;font-weight:900}.brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--blue),#00b7ff);font-size:14px}.nav-menu{display:flex;gap:22px;margin-left:16px;color:#26364b;font-weight:800}.nav-menu a{padding:10px 2px}.nav-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.user-chip{padding:9px 13px;border-radius:999px;background:var(--blue-soft);color:var(--blue-dark);font-weight:900;font-size:13px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:0;border-radius:999px;font-weight:900;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--blue),#00a6ff);box-shadow:0 10px 24px #0f5bff3d}.btn-soft{color:var(--blue-dark);background:var(--blue-soft)}.btn-lg{min-height:50px;padding:0 22px}.btn.full{width:100%}.hero{background:radial-gradient(circle at 85% 10%,rgba(0,183,255,.28),transparent 30%),linear-gradient(135deg,#061b48,#07357d,#0f5bff);color:#fff;padding:76px 0 64px}.hero-grid{display:grid;grid-template-columns:1.16fr .84fr;gap:40px;align-items:center}.eyebrow{display:inline-flex;color:#0f5bff;font-weight:1000;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.hero .eyebrow{color:#92d7ff}.hero h1{margin:14px 0 18px;font-size:clamp(34px,5vw,62px);line-height:1.06;letter-spacing:-.06em}.hero p{max-width:620px;margin:0;color:#ffffffc7;font-size:18px;line-height:1.7}.hero-actions{display:flex;gap:10px;margin-top:30px;flex-wrap:wrap}.hero-card{padding:28px;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);background:#ffffff1f;box-shadow:0 28px 80px #00000038;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.card-head{display:flex;justify-content:space-between;gap:16px;align-items:center}.card-head span{color:#ffffffb3;font-size:13px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0}.stat-grid div{border-radius:18px;padding:18px;background:#ffffff21}.stat-grid b{display:block;font-size:30px}.stat-grid span{color:#ffffffad;font-size:13px}.mini-list{display:grid;gap:10px}.mini-match{display:grid;grid-template-columns:12px 1fr auto;align-items:center;gap:10px;color:#ffffffd1;font-size:14px}.status-dot{width:9px;height:9px;border-radius:50%;background:#ffffff57}.status-dot.on{background:#38ef7d;box-shadow:0 0 0 5px #38ef7d26}.section{padding:72px 0}.section.muted{background:#f8fbff}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-title.compact{margin-bottom:12px}.section-title h2,.page-hero h1,.auth-card h1{margin:8px 0 0;font-size:clamp(26px,3.2vw,42px);line-height:1.2;letter-spacing:-.055em}.link-more{color:var(--blue);font-weight:900}.filter-tabs{display:flex;gap:8px;flex-wrap:wrap}.filter-tabs button{height:38px;padding:0 14px;border:1px solid #dbe7f5;border-radius:999px;background:#fff;color:var(--muted);font-weight:900;cursor:pointer}.filter-tabs button.active{border-color:var(--blue);color:var(--blue);background:var(--blue-soft)}.match-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.match-card,.empty-card,.feature-card,.toolbar-card,.detail-card,.auth-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow)}.match-card{padding:20px}.match-card.live{border-color:#0f5bff3d}.match-top{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:13px;font-weight:800}.teams{display:grid;gap:10px;margin-top:18px}.teams div{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.teams span{font-weight:900}.teams b{font-size:28px}.match-note{margin:14px 0 0;color:var(--muted);font-size:13px}.empty-card{padding:26px;color:var(--muted);font-weight:800}.empty-text{color:var(--muted)}.fixture-list{display:grid;gap:14px}.fixture-card{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 14px 38px #0f23460f}.fixture-main{display:grid;grid-template-columns:1fr;gap:8px;padding:18px 20px;border-bottom:1px solid #eef4fb}.fixture-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--muted);font-size:13px;font-weight:850}.fixture-meta.large{font-size:15px}.fixture-no{color:#0f172a;font-weight:1000}.sport-pill{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 11px;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-weight:1000;font-size:12px}.fixture-main h3{margin:0;display:flex;align-items:center;gap:10px;font-size:20px}.fixture-main h3 span,.vs{color:#9aa8bb;font-size:13px;font-weight:900}.fixture-markets{display:grid}.market-line{display:grid;grid-template-columns:210px 90px 74px 1fr;align-items:center;gap:12px;padding:12px 20px;border-top:1px solid #f0f5fb}.market-line:first-child{border-top:0}.market-title{display:flex;align-items:center;gap:8px;min-width:0}.market-no,.game-link{color:var(--blue);font-weight:1000}.market-no{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:26px;padding:0 10px;border-radius:999px;background:var(--blue-soft);font-size:12px}.market-type{color:#0f172a;font-weight:900}.market-score{font-weight:950}.market-result{text-align:center}.market-odds{display:flex;justify-content:flex-end;gap:6px}.market-odds span,.odds-chip{min-width:46px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #ffd28a;border-radius:9px;background:#fff8eb;color:#111827;font-weight:950;font-size:13px}.result-badge{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:30px;padding:0 10px;border-radius:999px;font-weight:1000;font-size:12px}.result-badge.blue{background:var(--blue-soft);color:var(--blue)}.result-badge.red{background:#fff1f2;color:var(--red)}.result-badge.gray{background:#eef2f7;color:#64748b}.result-badge.live{background:#e9fff2;color:#0a8d43}.table-card{overflow:auto;margin-top:24px}.match-table{width:100%;border-collapse:collapse;background:#fff}.match-table th{padding:14px 16px;background:#f0f6ff;color:#405169;text-align:left;font-size:13px}.match-table td{padding:15px 16px;border-top:1px solid var(--line);font-weight:750;white-space:nowrap}.empty-row{color:var(--muted);text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{padding:26px}.feature-card span{color:var(--blue);font-weight:1000}.feature-card h3{margin:12px 0 8px;font-size:22px}.feature-card p{margin:0;color:var(--muted);line-height:1.7}.page-main{min-height:70vh}.page-hero,.match-detail-hero{padding:56px 0;background:linear-gradient(135deg,#eff6ff,#fff);border-bottom:1px solid var(--line)}.page-hero p,.match-detail-hero p{max-width:680px;color:var(--muted);line-height:1.7}.toolbar-card{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;padding:16px}.toolbar-card label{display:flex;align-items:center;gap:10px;font-weight:900;color:#26364b}.toolbar-card input{height:42px;padding:0 12px;border:1px solid #dbe7f5;border-radius:12px}.auth-page{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:48px 16px;background:radial-gradient(circle at 20% 10%,#e8f2ff,transparent 30%),#f8fbff}.auth-card{width:min(460px,100%);padding:34px}.auth-card.wide{width:min(760px,100%)}.auth-card p{color:var(--muted);line-height:1.65}.auth-form{display:grid;gap:14px;margin-top:22px}.auth-form.grid{grid-template-columns:repeat(2,1fr)}.auth-form label{display:grid;gap:8px;font-weight:900;color:#26364b}.auth-form input,.auth-form select{width:100%;height:48px;padding:0 14px;border:1px solid #dbe7f5;border-radius:14px;background:#fff}.auth-form .agree,.auth-form .form-message,.auth-form .full{grid-column:1 / -1}.auth-form .agree{display:flex;align-items:center;gap:8px;font-size:14px}.auth-form .agree input{width:18px;height:18px}.form-message{padding:12px 14px;border-radius:14px;font-weight:900}.form-message.error{background:#fff1f2;color:#e11d48}.form-message.success{background:#ecfdf5;color:#047857}.auth-switch{text-align:center}.auth-switch a{color:var(--blue);font-weight:1000}.detail-grid{display:grid;grid-template-columns:1fr 260px;gap:24px;align-items:center}.match-detail-hero h1{margin:14px 0 8px;font-size:clamp(32px,4.8vw,56px);letter-spacing:-.06em}.match-detail-hero h1 span{color:#90a0b5;font-size:.5em}.score-panel{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;text-align:center;box-shadow:var(--shadow)}.score-panel strong{display:block;margin:12px 0 6px;font-size:42px}.score-panel small{color:var(--muted);font-weight:900}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.detail-main{display:grid;gap:18px}.detail-card{padding:22px}.detail-card h2{margin:0 0 12px}.detail-card p{color:var(--muted);line-height:1.75}.detail-markets .market-line{padding-left:0;padding-right:0}.related-list{display:grid;gap:10px}.related-list a{display:grid;gap:4px;padding:12px;border:1px solid var(--line);border-radius:16px;background:#fbfdff}.related-list span{color:var(--blue);font-size:12px;font-weight:1000}.related-list b{font-size:14px}.related-list small{color:var(--muted)}.site-footer{padding:38px 0;background:#081a34;color:#dbeafe}.footer-grid{display:flex;justify-content:space-between;gap:30px}.footer-grid p{max-width:560px;color:#9db0ca;line-height:1.65}.footer-links{display:flex;gap:16px;flex-wrap:wrap;font-weight:900}@media (max-width: 980px){.hero-grid,.detail-grid,.detail-layout{grid-template-columns:1fr}.match-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.market-line{grid-template-columns:1fr auto;gap:8px}.market-score{grid-column:1 / 2}.market-result{grid-column:2 / 3;grid-row:1 / 2}.market-odds{grid-column:1 / 3;justify-content:flex-start;padding-left:56px}.schedule-desktop{display:none}}@media (max-width: 720px){.container{width:min(100% - 24px,1180px)}.nav{height:64px;gap:12px}.brand{font-size:18px}.brand span{width:34px;height:34px;border-radius:12px}.nav-menu,.nav-actions .btn-soft{display:none}.hero{padding:52px 0 44px}.hero p{font-size:16px}.stat-grid{grid-template-columns:repeat(3,1fr);gap:8px}.stat-grid div{padding:14px 10px}.stat-grid b{font-size:24px}.section{padding:48px 0}.section-title{align-items:start;flex-direction:column}.match-grid,.feature-grid{grid-template-columns:1fr}.fixture-card{border-radius:18px}.fixture-main{padding:15px}.fixture-main h3{font-size:17px;gap:7px;flex-wrap:wrap}.fixture-meta{font-size:12px}.sport-pill{height:25px;padding:0 9px;font-size:11px}.market-line{padding:11px 15px}.market-title{gap:7px}.market-no{min-width:44px;height:24px;font-size:11px}.market-type,.market-score{font-size:13px}.market-odds{padding-left:52px;flex-wrap:wrap}.market-odds span,.odds-chip{min-width:42px;height:26px;font-size:12px}.result-badge{min-width:38px;height:27px;font-size:11px}.toolbar-card{flex-direction:column;align-items:stretch}.toolbar-card label{justify-content:space-between}.auth-card{padding:24px}.auth-form.grid{grid-template-columns:1fr}.score-panel strong{font-size:34px}.footer-grid{flex-direction:column}}
