*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary:#0D7377;--primary-light:#14BDAC;--primary-dark:#0a5a5d;--accent:#F59E0B;--bg:#F5F7FA;--surface:#ffffff;--text:#1A1A2E;--text-secondary:#6B7280;--border:#E5E7EB;--error:#EF4444;--success:#22C55E;--radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 24px}nav{background:var(--surface);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-inner{justify-content:space-between;padding:16px 24px;max-width:1100px;margin:0 auto}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo-img{height:60px;width:auto;display:block;mix-blend-mode:multiply}.nav-links{display:flex;gap:24px;align-items:center}.nav-links a{font-size:14px;color:var(--text-secondary);font-weight:500}.nav-links a:hover{color:var(--primary)}.nav-links a.btn-primary,.nav-links a.btn-primary:hover{color:#fff}.mobile-nav-wrap{position:relative;display:none}.hamburger-btn{background:none;border:none;cursor:pointer;padding:6px;color:var(--text);display:flex;align-items:center;justify-content:center;border-radius:8px}.hamburger-btn:hover{background:var(--bg)}.mobile-menu-portal{position:fixed;top:68px;right:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:190px;z-index:9999;overflow:hidden}.mobile-menu-portal a{display:block;padding:14px 20px;font-size:15px;font-weight:500;color:var(--text-secondary);border-bottom:1px solid var(--border)}.mobile-menu-portal a:last-child{border-bottom:none}.mobile-menu-portal a:hover{color:var(--primary);background:var(--bg)}.nav-label-short{display:none}@media (max-width:640px){.nav-inner{padding:12px 16px}.nav-logo-img{height:44px}.nav-links{gap:10px}.nav-links a:not(.btn){display:none}.nav-links .btn{white-space:nowrap;padding:8px 14px;font-size:13px}.mobile-nav-wrap{display:block}.nav-label-full{display:none}.nav-label-short{display:inline}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius);font-size:15px;font-weight:600;cursor:pointer;border:none;transition:opacity .15s}.btn:hover{opacity:.88}.btn-primary{background:var(--primary);color:#fff}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-lg{padding:14px 32px;font-size:16px}.btn:disabled{opacity:.5;cursor:not-allowed}.hero{padding:80px 24px 64px;text-align:center;background:linear-gradient(160deg,#e8f5f5 0,var(--bg) 60%)}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#e0f7f5;color:var(--primary);border-radius:99px;padding:6px 14px;font-size:13px;font-weight:600;margin-bottom:24px}.hero h1{font-size:clamp(36px,6vw,64px);font-weight:800;line-height:1.1;letter-spacing:-1.5px;margin-bottom:20px;color:var(--text)}.hero h1 span{color:var(--primary)}.hero p{font-size:clamp(16px,2vw,20px);color:var(--text-secondary);max-width:600px;margin:0 auto 36px}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media (max-width:520px){.hero-actions{flex-direction:column;align-items:stretch;padding:0 8px}.hero-actions .btn{width:100%}}.features{padding:80px 24px}.features h2{text-align:center;font-size:32px;font-weight:800;margin-bottom:8px}.features-sub{text-align:center;color:var(--text-secondary);margin-bottom:48px;font-size:17px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px}.feature-card{background:var(--surface);border-radius:var(--radius);padding:28px;border:1px solid var(--border)}.feature-icon{width:48px;height:48px;border-radius:12px;background:#e0f7f5;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}.feature-card h3{font-size:17px;font-weight:700;margin-bottom:8px}.feature-card p{font-size:14px;color:var(--text-secondary);line-height:1.6}.ai-section{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 100%);color:#fff;padding:80px 24px;text-align:center}.ai-section h2{font-size:32px;font-weight:800;margin-bottom:16px}.ai-section p{font-size:17px;opacity:.85;max-width:560px;margin:0 auto 36px}.ai-chips{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:36px}.ai-chip{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:99px;padding:8px 18px;font-size:13px;font-weight:600}footer{background:var(--text);color:rgba(255,255,255,.6);padding:40px 24px;text-align:center}footer .footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}footer .footer-brand{color:#fff;font-weight:800;font-size:18px}footer .footer-links{display:flex;gap:24px}footer .footer-links a{font-size:14px;color:rgba(255,255,255,.6)}footer .footer-links a:hover{color:#fff}footer .footer-copy{font-size:13px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 24px}.auth-card{background:var(--surface);border-radius:16px;padding:40px;width:100%;max-width:440px;border:1px solid var(--border);box-shadow:0 4px 24px rgba(0,0,0,.06)}.auth-logo{display:flex;align-items:center;gap:10px;margin-bottom:28px}.auth-card h1{font-size:24px;font-weight:800;margin-bottom:8px}.auth-card p{font-size:14px;color:var(--text-secondary);margin-bottom:28px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--text)}.form-group input{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius);font-size:15px;color:var(--text);background:var(--bg);outline:none;transition:border-color .15s}.form-group input:focus{border-color:var(--primary)}.error-box{background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius);padding:12px 14px;color:var(--error);font-size:14px;margin-bottom:16px}.success-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius);padding:20px;color:#15803d;font-size:15px;text-align:center}.success-box h2{font-size:20px;margin-bottom:8px}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--text-secondary);font-size:13px}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.pick-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media (max-width:560px){.pick-grid{grid-template-columns:1fr}}.pick-card{background:var(--surface);border:2px solid var(--border);border-radius:20px;padding:32px;cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s,transform .15s}.pick-card:hover{border-color:var(--primary);box-shadow:0 6px 24px rgba(13,115,119,.12);transform:translateY(-3px)}.pick-cta{display:inline-flex;align-items:center;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:700;pointer-events:none}.pick-cta-primary{background:var(--primary);color:#fff}.pick-cta-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.content-page{padding:60px 24px;max-width:760px;margin:0 auto}.content-page h1{font-size:32px;font-weight:800;margin-bottom:8px}.content-page .updated{font-size:13px;color:var(--text-secondary);margin-bottom:40px}.content-page h2{font-size:20px;font-weight:700;margin:32px 0 12px}.content-page li,.content-page p{font-size:15px;color:var(--text-secondary);line-height:1.75;margin-bottom:12px}.content-page ul{padding-left:20px}.content-page a{color:var(--primary);text-decoration:underline}.practitioners-section{padding:80px 24px;background:linear-gradient(160deg,#1a1a2e,#0D7377);color:#fff}.practitioners-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;max-width:1000px;margin:0 auto}@media (max-width:768px){.practitioners-inner{grid-template-columns:1fr;gap:40px}}.practitioners-eyebrow{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-light);margin-bottom:12px}.practitioners-text h2{font-size:clamp(28px,4vw,40px);font-weight:800;margin-bottom:20px;line-height:1.15}.practitioners-text p{font-size:15px;color:rgba(255,255,255,.75);line-height:1.75;margin-bottom:14px}.practitioners-arts{display:flex;flex-direction:column;gap:12px}.art-badge{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:99px;padding:10px 20px;font-size:15px;font-weight:600;color:#fff;width:-moz-fit-content;width:fit-content}.practitioners-values{display:flex;align-items:center;gap:10px;margin-top:8px;padding-left:4px;font-size:14px;font-weight:600;color:rgba(255,255,255,.5);letter-spacing:.02em}.values-dot{color:rgba(255,255,255,.25)}.compare-section{padding:80px 24px;background:var(--surface)}.compare-eyebrow{text-align:center;font-size:13px;font-weight:600;color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.compare-heading{text-align:center;font-size:clamp(28px,5vw,44px);font-weight:800;line-height:1.15;margin-bottom:16px}.compare-heading span{color:var(--primary)}.compare-sub{text-align:center;color:var(--text-secondary);font-size:17px;max-width:600px;margin:0 auto 48px;line-height:1.6}.compare-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;max-width:900px;margin:0 auto}@media (max-width:640px){.compare-grid{grid-template-columns:1fr}}.compare-col{border-radius:var(--radius);padding:32px}.compare-old{background:#f9fafb;border:1px solid var(--border)}.compare-new{background:linear-gradient(135deg,rgba(13,115,119,.06),rgba(20,189,172,.04));border:1.5px solid rgba(13,115,119,.25)}.compare-col-label{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:20px}.compare-old .compare-col-label{color:var(--text-secondary)}.compare-new .compare-col-label{color:var(--primary)}.compare-list{list-style:none;display:flex;flex-direction:column;gap:14px}.compare-list li{font-size:15px;line-height:1.5;padding-left:0}.compare-old .compare-list li{color:var(--text-secondary)}.compare-new .compare-list li{color:var(--text);font-weight:500}.hero-slogan{font-size:20px;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:8px!important;letter-spacing:.01em}.coins-section{padding:80px 0;background:linear-gradient(135deg,#1a1a2e,#0D7377);color:#fff}.coins-section .container{text-align:center}.coins-badge{display:inline-block;background:rgba(245,158,11,.2);border:1px solid rgba(245,158,11,.5);color:#F59E0B;padding:6px 16px;border-radius:99px;font-size:13px;font-weight:600;margin-bottom:20px}.coins-section h2{font-size:clamp(28px,5vw,48px);font-weight:800;color:#fff;margin-bottom:16px}.coins-sub{color:rgba(255,255,255,.75);font-size:18px;max-width:600px;margin:0 auto 48px}.coins-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px;margin-bottom:48px}.coins-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:28px 24px;text-align:left;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s,background .2s}.coins-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.12)}.coins-icon{font-size:32px;margin-bottom:14px}.coins-card h3{color:#fff;font-size:17px;font-weight:700;margin-bottom:8px}.coins-card p{color:rgba(255,255,255,.7);font-size:14px;line-height:1.6}.badge-row{justify-content:center;gap:12px;flex-wrap:wrap;margin-top:8px}.badge-item,.badge-row{display:flex;align-items:center}.badge-item{flex-direction:column;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:16px 24px;min-width:110px}.badge-emoji{font-size:28px;margin-bottom:6px}.badge-name{font-size:14px;font-weight:700;color:#fff}.badge-req{font-size:12px;color:rgba(255,255,255,.55);margin-top:2px}.badge-arrow{font-size:20px;color:rgba(255,255,255,.35)}.comp-section{padding:80px 0;background:var(--bg)}.comp-eyebrow{text-align:center;margin-bottom:16px}.comp-badge{display:inline-block;background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.4);color:#d97706;padding:6px 16px;border-radius:99px;font-size:13px;font-weight:600}.comp-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;margin-bottom:48px}@media (max-width:768px){.comp-hero{grid-template-columns:1fr;gap:40px}}.comp-hero-text h2{font-size:clamp(24px,4vw,40px);font-weight:800;color:var(--text);margin-bottom:16px;line-height:1.2}.comp-hero-text>p{color:var(--text-secondary);font-size:16px;line-height:1.7;margin-bottom:28px}.comp-list{list-style:none;display:flex;flex-direction:column;gap:12px}.comp-list li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--text)}.comp-check{color:var(--primary);font-weight:700;font-size:15px;flex-shrink:0;margin-top:1px}.comp-cards-preview{display:flex;flex-direction:column;gap:12px}.comp-preview-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.comp-preview-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.comp-preview-icon{font-size:28px}.comp-preview-name{font-size:15px;font-weight:700;color:var(--text)}.comp-preview-date{font-size:12px;color:var(--text-secondary);margin-top:2px}.comp-preview-stats{display:flex;gap:8px}.comp-preview-stat{flex:1 1;background:var(--bg);border-radius:8px;padding:10px 8px;text-align:center;display:flex;flex-direction:column;gap:2px}.stat-num{font-size:18px;font-weight:800;color:var(--text)}.stat-lbl{font-size:11px;color:var(--text-secondary)}.comp-preview-stat.wins .stat-num{color:#22C55E}.comp-preview-stat.losses .stat-num{color:#EF4444}.comp-preview-stat.place .stat-num{color:#d97706}.comp-preview-entry{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.comp-preview-entry-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.comp-avatar{width:34px;height:34px;border-radius:17px;background:rgba(13,115,119,.15);color:var(--primary);font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.comp-preview-member{font-size:14px;font-weight:700;color:var(--text)}.comp-preview-division{font-size:12px;color:var(--text-secondary)}.comp-bracket-pill{margin-left:auto;background:rgba(13,115,119,.1);color:var(--primary);font-size:12px;font-weight:700;padding:3px 10px;border-radius:99px}.comp-matches{display:flex;flex-direction:column;gap:6px}.comp-match{gap:8px;font-size:13px;color:var(--text-secondary);padding:6px 0;border-top:1px solid var(--border)}.comp-match,.w-badge{display:flex;align-items:center}.w-badge{width:22px;height:22px;border-radius:11px;background:rgba(34,197,94,.15);border:1.5px solid #22c55e;color:#22C55E;font-size:11px;font-weight:700;justify-content:center;flex-shrink:0}.comp-place-badge{font-size:13px;font-weight:700;color:#d97706;padding:6px 0;border-top:1px solid var(--border)}.screenshots-section{padding:80px 24px;background:#fff;overflow:hidden}.screenshots-section .section-eyebrow{text-align:center;font-size:13px;font-weight:600;color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.screenshots-section h2{text-align:center;font-size:clamp(26px,5vw,40px);font-weight:800;color:var(--text);margin-bottom:12px}.screenshots-section .section-sub{text-align:center;color:var(--text-secondary);font-size:17px;max-width:520px;margin:0 auto 56px}.phones-row{display:flex;justify-content:center;align-items:flex-start;gap:32px;flex-wrap:wrap;padding-top:20px}.phone-wrap{display:flex;flex-direction:column;align-items:center;gap:16px}.phone-frame{width:210px;height:455px;border-radius:26px;border:9px solid #1a1a2e;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 24px 64px rgba(0,0,0,.22),0 2px 8px rgba(0,0,0,.12);overflow:hidden;background:#000;position:relative;flex-shrink:0}.phone-frame img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.phone-label{font-size:14px;font-weight:600;color:var(--text-secondary);text-align:center}.phone-wrap.phone-center .phone-frame{width:224px;height:486px;transform:translateY(-12px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 32px 80px rgba(13,115,119,.25),0 4px 16px rgba(0,0,0,.15)}@media (max-width:600px){.phones-row{gap:20px}.phone-frame{width:160px;height:347px;border-radius:20px}.phone-wrap.phone-center .phone-frame{width:170px;height:369px;border-radius:20px}}.comp-callout{background:linear-gradient(135deg,rgba(13,115,119,.08),rgba(20,189,172,.06));border:1px solid rgba(13,115,119,.2);border-left:4px solid var(--primary);border-radius:var(--radius);padding:24px 28px;display:flex;align-items:flex-start;gap:16px;font-size:15px;color:var(--text);line-height:1.6}.comp-callout-icon{font-size:28px;flex-shrink:0;margin-top:2px}.rank-section{padding:80px 24px;background:var(--background)}.rank-eyebrow{margin-bottom:12px}.rank-badge{background:rgba(124,58,237,.1);color:#7C3AED;border:1px solid rgba(124,58,237,.25);padding:6px 16px;border-radius:99px;font-size:13px;font-weight:600}.rank-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start;margin-top:32px}@media (max-width:768px){.rank-hero{grid-template-columns:1fr;gap:40px}}.rank-hero-text h2{font-size:clamp(26px,4vw,38px);font-weight:800;margin-bottom:16px;line-height:1.2}.rank-hero-text p{font-size:16px;color:var(--text-secondary);line-height:1.7;margin-bottom:28px}.rank-cards-preview{display:flex;flex-direction:column;gap:16px}.rank-preview-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.rank-preview-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.rank-preview-icon{font-size:24px}.rank-preview-title{font-size:14px;font-weight:700;color:var(--text)}.rank-preview-sub{font-size:12px;color:var(--text-secondary)}.rank-preview-list{display:flex;flex-direction:column;gap:12px}.rank-preview-row{gap:10px}.rank-avatar,.rank-preview-row{display:flex;align-items:center}.rank-avatar{width:32px;height:32px;border-radius:50%;background:var(--primary);color:#fff;font-size:13px;font-weight:700;justify-content:center;flex-shrink:0}.rank-preview-info{flex:1 1}.rank-preview-name{font-size:13px;font-weight:600;color:var(--text)}.rank-preview-current{font-size:12px;color:var(--text-secondary)}.rank-pill{font-size:11px;font-weight:700;padding:3px 10px;border-radius:99px}.blue-belt{background:rgba(37,99,235,.12);color:#2563EB}.purple-belt{background:rgba(124,58,237,.12);color:#7C3AED}.rank-history-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.rank-history-title{font-size:13px;font-weight:700;color:var(--text);margin-bottom:14px}.rank-history-list{display:flex;flex-direction:column;gap:10px}.rank-history-row{display:flex;align-items:center;gap:10px}.rank-history-row.current .rank-history-belt{font-weight:700;color:var(--text)}.rank-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.rank-dot.blue{background:#2563EB}.rank-dot.white{background:#D1D5DB;border:1px solid #9ca3af}.rank-history-belt{flex:1 1;font-size:13px;color:var(--text-secondary)}.rank-history-date{font-size:12px;color:var(--text-tertiary)}.spar-section{padding:80px 24px;background:var(--surface)}.spar-eyebrow{margin-bottom:12px}.spar-badge{display:inline-block;background:rgba(13,115,119,.1);border:1px solid rgba(13,115,119,.3);color:var(--primary);padding:6px 16px;border-radius:99px;font-size:13px;font-weight:600}.spar-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start;margin-top:32px;margin-bottom:40px}@media (max-width:768px){.spar-hero{grid-template-columns:1fr;gap:40px}}.spar-hero-text h2{font-size:clamp(26px,4vw,38px);font-weight:800;margin-bottom:16px;line-height:1.2}.spar-hero-text p{font-size:16px;color:var(--text-secondary);line-height:1.7;margin-bottom:28px}.spar-cards-preview{display:flex;flex-direction:column;gap:16px}.spar-log-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.spar-log-title{align-items:center;font-size:14px;font-weight:700;color:var(--text);padding-bottom:12px;border-bottom:1px solid var(--border)}.spar-log-title,.spar-stats-row{display:flex;gap:8px;margin-bottom:16px}.spar-stat{flex:1 1;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:10px 8px;text-align:center;display:flex;flex-direction:column;gap:2px}.spar-stat-num{font-size:20px;font-weight:800;color:var(--primary)}.spar-history-label,.spar-stat-lbl{font-size:11px;color:var(--text-secondary)}.spar-history-label{font-weight:700;letter-spacing:.08em;margin-bottom:10px}.spar-log-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-top:1px solid var(--border)}.spar-log-info{flex:1 1}.spar-log-top{display:flex;align-items:center;gap:8px;margin-bottom:3px}.spar-log-date{font-size:13px;font-weight:700;color:var(--text)}.spar-tag{font-size:11px;font-weight:600;color:var(--primary);background:rgba(13,115,119,.1);padding:2px 8px;border-radius:99px}.spar-log-partner{font-size:12px;color:var(--text-secondary)}.spar-avatar{width:38px;height:38px;border-radius:19px;font-size:13px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.spar-avatar-teal{background:var(--primary)}.spar-avatar-blue{background:#2563EB}.spar-avatar-purple{background:#7C3AED}.spar-match-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.spar-match-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.spar-match-title{font-size:14px;font-weight:700;color:var(--text)}.spar-match-round{font-size:12px;font-weight:600;color:var(--primary);background:rgba(13,115,119,.1);padding:3px 10px;border-radius:99px}.spar-pairs{display:flex;flex-direction:column;gap:12px}.spar-pair{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 14px}.spar-pair,.spar-pair-person{display:flex;align-items:center;gap:8px}.spar-pair-person{flex:1 1;min-width:0}.spar-pair-name{font-size:13px;font-weight:700;color:var(--text);white-space:nowrap}.spar-pair-meta{display:flex;align-items:center;gap:4px;margin-top:2px}.spar-pair-meta,.spar-vs{font-size:11px;color:var(--text-secondary)}.spar-vs{font-weight:700;flex-shrink:0}.spar-belt{font-size:10px;font-weight:700;padding:2px 7px;border-radius:99px}.white-belt-tag{background:#F3F4F6;color:#6B7280;border:1px solid #d1d5db}.blue-belt-tag{background:rgba(37,99,235,.12);color:#2563EB}.purple-belt-tag{background:rgba(124,58,237,.12);color:#7C3AED}.curriculum-section{padding:80px 24px;background:var(--bg)}.curriculum-eyebrow{margin-bottom:12px}.curriculum-badge{display:inline-block;background:rgba(5,150,105,.1);border:1px solid rgba(5,150,105,.3);color:#059669;padding:6px 16px;border-radius:99px;font-size:13px;font-weight:600}.curriculum-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start;margin-top:32px;margin-bottom:40px}@media (max-width:768px){.curriculum-hero{grid-template-columns:1fr;gap:40px}}.curriculum-hero-text h2{font-size:clamp(26px,4vw,38px);font-weight:800;margin-bottom:16px;line-height:1.2}.curriculum-hero-text p{font-size:16px;color:var(--text-secondary);line-height:1.7;margin-bottom:28px}.curriculum-cards-preview{display:flex;flex-direction:column;gap:16px}.curr-admin-card,.curr-student-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.curr-card-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.curr-card-icon{font-size:16px}.curr-card-title{font-size:14px;font-weight:700;color:var(--text);flex:1 1}.curr-card-role{font-size:11px;font-weight:600;color:var(--text-secondary);background:var(--bg);padding:2px 8px;border-radius:99px}.curr-tree{display:flex;flex-direction:column;gap:4px}.curr-group{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;cursor:default}.curr-group-open{background:rgba(5,150,105,.07)}.curr-folder{font-size:14px}.curr-group-name{font-size:13px;font-weight:600;color:var(--text);flex:1 1}.curr-count{font-size:11px;color:var(--text-secondary)}.curr-subgroup{display:flex;flex-direction:column;gap:2px;margin-left:24px;margin-bottom:4px}.curr-item-row{gap:8px;padding:5px 8px}.curr-item-icon,.curr-item-row{display:flex;align-items:center;border-radius:6px}.curr-item-icon{width:22px;height:22px;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.curr-video{background:rgba(13,115,119,.12);color:var(--primary)}.curr-article{background:rgba(245,158,11,.12);color:#d97706;font-size:12px}.curr-item-name{font-size:12px;color:var(--text-secondary)}.curr-student-item{gap:10px;padding:10px 0;border-top:1px solid var(--border)}.curr-student-item,.curr-thumb{display:flex;align-items:center}.curr-thumb{width:40px;height:40px;border-radius:10px;background:rgba(13,115,119,.12);color:var(--primary);justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.curr-thumb-done{background:rgba(34,197,94,.15);color:#16a34a}.curr-thumb-article{background:rgba(245,158,11,.12);color:#d97706;font-size:16px}.curr-student-info{flex:1 1;min-width:0}.curr-student-title{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.curr-student-meta{font-size:11px;color:var(--text-secondary);margin-top:2px;margin-bottom:5px}.curr-progress-bar{height:4px;background:var(--border);border-radius:2px;overflow:hidden}.curr-progress-fill{height:100%;background:var(--primary);border-radius:2px}.curr-pct{font-size:11px;font-weight:700;color:var(--text-secondary);flex-shrink:0}.curr-done-badge{font-size:14px;color:#16a34a;flex-shrink:0}.ProseMirror{outline:none;min-height:100px}.ProseMirror p{margin:0 0 8px}.ProseMirror p:last-child{margin-bottom:0}.ProseMirror ol,.ProseMirror ul{padding-left:20px;margin:0 0 8px}.ProseMirror li{margin-bottom:2px}.ProseMirror strong{font-weight:700}.ProseMirror em{font-style:italic}.rich-description p{margin:0 0 10px}.rich-description p:last-child{margin-bottom:0}.rich-description ol,.rich-description ul{padding-left:20px;margin:0 0 10px}.rich-description li{margin-bottom:3px}.rich-description strong{font-weight:700}.rich-description em{font-style:italic}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:start}@media (max-width:640px){.product-detail-grid{grid-template-columns:1fr;gap:24px}}.no-spinner::-webkit-inner-spin-button,.no-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}