:root{--primary: #B8E036;--primary-dark: #9BC22E;--primary-glow: rgba(184, 224, 54, .3);--surface: #0D0F0E;--surface-light: #151918;--surface-card: #1A1F1E;--text: #FFFFFF;--text-muted: #7A8582;--success: #B8E036;--danger: #EF4444;--team1: #B8E036;--team2: #36B8E0;--team3: #E0B836;--team4: #E036B8;--border: rgba(255, 255, 255, .08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Space Grotesk,sans-serif;background:var(--surface);color:var(--text);min-height:100vh}body:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse at 0% 0%,rgba(184,224,54,.08) 0%,transparent 50%),radial-gradient(ellipse at 100% 100%,rgba(184,224,54,.05) 0%,transparent 50%);pointer-events:none;z-index:0}#root{position:relative;z-index:1}.app-container{max-width:1400px;margin:0 auto;padding:1.5rem}.header{text-align:center;margin-bottom:2rem}.header h1{font-size:2.5rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.header h1 span{color:var(--primary)}.header p{color:var(--text-muted);margin-top:.5rem}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;background:var(--surface-card);padding:.5rem;border-radius:50px;border:1px solid var(--border)}.tab{flex:1;padding:.875rem 1.5rem;border:none;background:transparent;color:var(--text-muted);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;border-radius:50px;transition:all .2s;text-transform:uppercase;letter-spacing:.05em}.tab:hover{color:var(--text)}.tab.active{background:var(--primary);color:var(--surface)}.card{background:var(--surface-card);border:1px solid var(--border);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.card-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem}.tournament-type-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.tournament-type-card{background:var(--surface-light);border:2px solid var(--border);border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s;text-align:center}.tournament-type-card:hover{border-color:var(--primary);transform:translateY(-2px)}.tournament-type-card.selected{border-color:var(--primary);background:#b8e0361a}.tournament-type-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.tournament-type-card p{font-size:.8rem;color:var(--text-muted);line-height:1.4}.tournament-type-card .icon{font-size:2rem;margin-bottom:.75rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.form-group input,.form-group select{padding:.875rem 1rem;background:var(--surface-light);border:1px solid var(--border);border-radius:50px;color:var(--text);font-family:inherit;font-size:1rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.btn{padding:.875rem 1.5rem;border:none;border-radius:50px;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em}.btn-primary{background:var(--primary);color:var(--surface)}.btn-primary:hover{background:var(--primary-dark);box-shadow:0 0 20px var(--primary-glow)}.btn-secondary{background:var(--surface-light);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--primary)}.players-list{display:grid;gap:.75rem}.player-card{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--surface-light);border:1px solid var(--border);border-radius:12px;transition:all .2s}.player-card:hover{border-color:var(--primary)}.player-info{display:flex;align-items:center;gap:1rem}.player-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary);color:var(--surface);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.player-name{font-weight:600}.player-level{font-size:.85rem;color:var(--text-muted)}.level-badge{padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;background:var(--primary);color:var(--surface)}.delete-btn{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:all .2s;font-size:1rem}.delete-btn:hover{background:var(--danger);color:#fff}.gender-toggle{display:flex;gap:.5rem}.gender-toggle-edit{display:flex;gap:.25rem}.gender-btn{flex:1;padding:.75rem 1rem;border:1px solid var(--border);background:var(--surface-light);color:var(--text-muted);font-family:inherit;font-size:.9rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .2s}.gender-toggle-edit .gender-btn{padding:.5rem .75rem;font-size:.85rem}.gender-btn:hover{border-color:var(--text-muted)}.gender-btn.active.male{background:#3b82f6;border-color:#3b82f6;color:#fff}.gender-btn.active.female{background:#ec4899;border-color:#ec4899;color:#fff}.gender-badge{margin-left:.5rem;font-size:.9rem}.gender-badge.male{color:#3b82f6}.gender-badge.female{color:#ec4899}.player-avatar.male{background:#3b82f6}.player-avatar.female{background:#ec4899}.gender-counts{margin-left:1rem;font-size:.85rem;font-weight:500}.male-count{color:#3b82f6;margin-right:.75rem}.female-count{color:#ec4899}.teams-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.team-card{background:var(--surface-light);border:2px solid var(--border);border-radius:16px;padding:1.5rem;transition:all .2s}.team-card.team-0{border-color:var(--team1)}.team-card.team-1{border-color:var(--team2)}.team-card.team-2{border-color:var(--team3)}.team-card.team-3{border-color:var(--team4)}.team-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.team-name{font-size:1.25rem;font-weight:700}.team-level{padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;background:var(--surface-card)}.team-players{display:flex;flex-direction:column;gap:.5rem}.team-player{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.round-section{margin-bottom:2rem}.round-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.round-badge{padding:.5rem 1rem;background:var(--primary);color:var(--surface);border-radius:50px;font-weight:700;font-size:.9rem}.round-timer{background:var(--surface-card);border:1px solid var(--border);border-radius:16px;padding:1.25rem;margin-bottom:1.5rem;transition:all .3s}.round-timer.running{border-color:var(--primary);box-shadow:0 0 20px #b8e0361a}.round-timer.completed{border-color:var(--danger);background:#ef44441a}.timer-main{display:flex;flex-direction:column;align-items:center;gap:.75rem}.timer-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.timer-display{display:flex;align-items:center;justify-content:center}.timer-time{font-size:3rem;font-weight:700;font-family:Space Grotesk,monospace;letter-spacing:.05em;color:var(--text)}.timer-time.flash{animation:flash 1s infinite;color:var(--danger)}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:.3}}.timer-progress-bar{width:100%;max-width:300px;height:6px;background:var(--surface-light);border-radius:3px;overflow:hidden}.timer-progress-fill{height:100%;background:var(--primary);border-radius:3px;transition:width 1s linear}.round-timer.completed .timer-progress-fill{background:var(--danger)}.timer-controls{display:flex;gap:.5rem;margin-top:.5rem}.timer-btn{padding:.5rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-light);color:var(--text);font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.timer-btn:hover{border-color:var(--text-muted)}.timer-btn:disabled{opacity:.5;cursor:not-allowed}.timer-btn-start{background:var(--primary);border-color:var(--primary);color:var(--surface)}.timer-btn-start:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.timer-btn-pause{background:var(--team2);border-color:var(--team2);color:var(--surface)}.timer-btn-pause:hover{opacity:.9}.timer-btn-reset{background:transparent}.timer-btn-add,.timer-btn-settings{background:transparent;padding:.5rem .75rem}.timer-btn-settings.active{background:var(--surface-card);border-color:var(--primary)}.timer-settings{width:100%;max-width:400px;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1rem}.timer-setting-group{display:flex;flex-direction:column;gap:.5rem}.timer-setting-group label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.duration-options{display:flex;gap:.5rem;flex-wrap:wrap}.duration-option{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-light);color:var(--text-muted);font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.duration-option:hover{border-color:var(--text-muted);color:var(--text)}.duration-option.active{background:var(--primary);border-color:var(--primary);color:var(--surface)}.alert-toggles{display:flex;gap:.5rem}.alert-toggle{flex:1;padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-light);color:var(--text-muted);font-family:inherit;font-size:.85rem;cursor:pointer;transition:all .2s}.alert-toggle:hover{border-color:var(--text-muted)}.alert-toggle.active{border-color:var(--primary);color:var(--text);background:#b8e0361a}.timer-alert{margin-top:1rem;padding:.75rem 1rem;background:#ef444433;border:1px solid var(--danger);border-radius:8px;color:var(--danger);font-weight:500;text-align:center;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media(max-width:480px){.timer-time{font-size:2.5rem}.timer-controls{flex-wrap:wrap;justify-content:center}.timer-btn{padding:.5rem .75rem;font-size:.8rem}.duration-options{justify-content:center}}.matches-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1rem}.match-card{background:var(--surface-light);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.match-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.8rem;color:var(--text-muted)}.match-teams{display:flex;align-items:center;gap:1rem}.match-team{flex:1;text-align:center}.match-team-name{font-size:.75rem;color:var(--text-muted);margin-bottom:.25rem;text-transform:uppercase}.match-players{font-weight:600;font-size:.9rem}.match-vs{font-weight:700;color:var(--text-muted)}.match-score{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.score-input{width:60px;padding:.5rem;text-align:center;background:var(--surface-card);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:inherit;font-size:1.25rem;font-weight:700}.score-input:focus{outline:none;border-color:var(--primary)}.score-saved{font-size:1.5rem;font-weight:700;color:var(--primary)}.score-dash{color:var(--text-muted);font-weight:700}.save-score-btn{padding:.5rem 1rem;background:var(--primary);color:var(--surface);border:none;border-radius:8px;font-family:inherit;font-weight:600;cursor:pointer;font-size:.8rem}.standings-table{width:100%;border-collapse:collapse}.standings-table th{text-align:left;padding:1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border)}.standings-table td{padding:1rem;border-bottom:1px solid var(--border)}.standings-table tr:hover{background:var(--surface-light)}.rank-badge{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;background:var(--surface-card)}.rank-1{background:gold;color:#000}.rank-2{background:silver;color:#000}.rank-3{background:#cd7f32;color:#000}.empty-state{text-align:center;padding:3rem;color:var(--text-muted)}.empty-state svg{width:64px;height:64px;margin-bottom:1rem;opacity:.5}.info-banner{background:#b8e0361a;border:1px solid rgba(184,224,54,.3);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem}.info-banner svg{flex-shrink:0;color:var(--primary);margin-top:2px}.info-banner-content h4{font-weight:600;margin-bottom:.25rem}.info-banner-content p{font-size:.9rem;color:var(--text-muted)}@media(max-width:768px){.app-container{padding:1rem}.matches-grid,.form-grid{grid-template-columns:1fr}.tab{padding:.75rem 1rem;font-size:.8rem}.tournament-type-selector{grid-template-columns:1fr 1fr}.header h1{font-size:1.75rem}}@media(max-width:480px){.tournament-type-selector{grid-template-columns:1fr}.tabs{flex-wrap:wrap}.tab{flex:1 1 45%}}@media print{body{background:#fff;color:#000;font-size:12pt}body:before{display:none}.header,.tabs,.tournament-type-selector,.info-banner,.btn,.delete-btn,.save-score-btn,.score-input{display:none!important}.app-container{max-width:100%;padding:0}.card{background:#fff;border:1px solid #ccc;break-inside:avoid;margin-bottom:1rem}.round-section{break-inside:avoid;margin-bottom:1.5rem}.match-card{background:#fff;border:1px solid #ccc;break-inside:avoid}.matches-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.round-badge{background:#000;color:#fff}.standings-table{width:100%}.standings-table th,.standings-table td{border:1px solid #ccc;padding:.5rem}.team-card{background:#fff;border:1px solid #ccc}.teams-grid{grid-template-columns:repeat(2,1fr)}.score-saved{color:#000;font-weight:700}.match-score{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #eee}.app-container:before{content:"Padel Tournament";display:block;font-size:18pt;font-weight:700;text-align:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid black}.ad-container{display:none}}.ad-container{display:flex;justify-content:center;align-items:center;margin:1.5rem 0;min-height:90px;background:var(--surface-card);border-radius:12px;overflow:hidden}.ad-container .adsbygoogle{width:100%}@media(max-width:768px){.ad-container{min-height:50px}}.logo-link{text-decoration:none;color:inherit}.logo-link:hover h1{color:var(--primary)}.main-nav{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.nav-link{padding:.5rem 1rem;color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.9rem;border-radius:50px;transition:all .2s}.nav-link:hover{color:var(--text);background:var(--surface-light)}.nav-link.active{color:var(--surface);background:var(--primary)}.main-content{min-height:calc(100vh - 300px)}.footer{margin-top:4rem;padding:3rem 0 1.5rem;border-top:1px solid var(--border)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:.9rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.footer-section p{font-size:.85rem;color:var(--text-muted);line-height:1.6}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-nav a{color:var(--text-muted);text-decoration:none;font-size:.85rem;transition:color .2s}.footer-nav a:hover{color:var(--primary)}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid var(--border)}.footer-bottom p{font-size:.8rem;color:var(--text-muted)}.content-page{max-width:900px;margin:0 auto}.content-section{margin-bottom:3rem}.content-section h1{font-size:2.25rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.content-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.content-section h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.content-section p{font-size:1rem;line-height:1.7;color:var(--text-muted);margin-bottom:1rem}.content-section ul,.content-section ol{margin-bottom:1rem;padding-left:1.5rem}.content-section li{font-size:1rem;line-height:1.7;color:var(--text-muted);margin-bottom:.5rem}.intro-text{font-size:1.15rem;line-height:1.8}.hero-section{text-align:center;padding:3rem 0 4rem}.hero-section h1{font-size:2.75rem;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin:0 auto 2rem}.btn-large{padding:1rem 2rem;font-size:1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1.5rem}.feature-card{background:var(--surface-card);border:1px solid var(--border);border-radius:16px;padding:1.5rem;transition:all .2s}.feature-card:hover{border-color:var(--primary);transform:translateY(-2px)}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{margin-bottom:.5rem}.feature-card p{font-size:.9rem;margin-bottom:0}.steps-container{display:grid;gap:1.5rem;margin-top:1.5rem}.step{display:flex;gap:1.25rem;align-items:flex-start}.step-number{flex-shrink:0;width:48px;height:48px;background:var(--primary);color:var(--surface);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.step h3{margin-bottom:.25rem}.step p{margin-bottom:0}.format-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.format-card{background:var(--surface-card);border:1px solid var(--border);border-radius:16px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .2s;display:block}.format-card:hover{border-color:var(--primary);transform:translateY(-2px)}.format-card h3{color:var(--primary);margin-bottom:.75rem}.format-card p{font-size:.9rem}.learn-more{color:var(--primary);font-weight:600;font-size:.9rem}.cta-section{text-align:center;padding:3rem 2rem;background:var(--surface-card);border:1px solid var(--border);border-radius:24px;margin:3rem 0}.cta-section h2{margin-bottom:.75rem}.cta-section p{max-width:500px;margin:0 auto 1.5rem}.feature-list{list-style:none;padding:0}.feature-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem}.feature-list li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.features-list{display:grid;gap:1.5rem;margin-top:1.5rem}.feature-item{padding:1.5rem;background:var(--surface-light);border-radius:12px;border:1px solid var(--border)}.feature-item h3{margin-bottom:.5rem}.feature-item p{margin-bottom:0;font-size:.95rem}.text-link{color:var(--primary);text-decoration:none;transition:opacity .2s}.text-link:hover{opacity:.8}.guide-cards{display:grid;gap:1.5rem;margin-top:1.5rem}.guide-card{background:var(--surface-card);border:1px solid var(--border);border-radius:16px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .2s;display:block}.guide-card:hover{border-color:var(--primary);transform:translateY(-2px)}.guide-icon{font-size:2rem;margin-bottom:.75rem}.guide-card h3{color:var(--primary);margin-bottom:.5rem}.guide-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.guide-tag{padding:.25rem .75rem;background:var(--surface-light);border-radius:50px;font-size:.75rem;color:var(--text-muted)}.read-guide{color:var(--primary);font-weight:600;font-size:.9rem}.comparison-table-wrapper{overflow-x:auto;margin-top:1.5rem}.comparison-table{width:100%;border-collapse:collapse;min-width:500px}.comparison-table th,.comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}.comparison-table th{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600}.comparison-table td{color:var(--text)}.comparison-table tr:hover{background:var(--surface-light)}.decision-list{list-style:none;padding:0}.decision-list li{padding:1rem;background:var(--surface-light);border-radius:8px;margin-bottom:.75rem}.decision-list a{color:var(--primary);text-decoration:none;font-weight:600}.decision-list a:hover{text-decoration:underline}.breadcrumb{margin-bottom:1.5rem;font-size:.9rem}.breadcrumb a{color:var(--primary);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:var(--text-muted)}.numbered-list{display:grid;gap:1.5rem;margin-top:1.5rem}.numbered-item{display:flex;gap:1rem;align-items:flex-start}.numbered-item .number{flex-shrink:0;width:36px;height:36px;background:var(--primary);color:var(--surface);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.numbered-item h3{margin-bottom:.25rem}.numbered-item p{margin-bottom:0}.info-box{background:#b8e0361a;border:1px solid rgba(184,224,54,.3);border-radius:12px;padding:1.25rem;margin:1rem 0}.info-box h4{font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.info-box p{margin-bottom:.5rem}.info-box p:last-child{margin-bottom:0}.info-box ul{margin:.5rem 0;padding-left:1.25rem}.info-box li{font-size:.9rem;margin-bottom:.25rem}.tips-list{list-style:none;padding:0}.tips-list li{position:relative;padding:1rem 1rem 1rem 3rem;background:var(--surface-light);border-radius:8px;margin-bottom:.75rem}.tips-list li:before{content:"💡";position:absolute;left:1rem;top:1rem}.comparison-box{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:1.5rem 0}.comparison-item{padding:1.25rem;background:var(--surface-light);border-radius:12px;border:1px solid var(--border)}.comparison-item h4{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:var(--primary)}.comparison-item ul{margin:0;padding-left:1.25rem}.comparison-item li{font-size:.9rem;margin-bottom:.25rem}.related-links{padding-top:2rem;border-top:1px solid var(--border);margin-top:2rem}.related-links h3{font-size:1rem;margin-bottom:1rem;color:var(--text-muted)}.link-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.link-card{padding:1rem;background:var(--surface-light);border:1px solid var(--border);border-radius:12px;text-decoration:none;color:inherit;transition:all .2s}.link-card:hover{border-color:var(--primary)}.link-card h4{font-size:.95rem;margin-bottom:.25rem;color:var(--text)}.link-card p{font-size:.85rem;margin-bottom:0;color:var(--text-muted)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin:1.5rem 0}.stat-item{text-align:center;padding:1rem;background:var(--surface-light);border-radius:12px}.stat-number{display:block;font-size:1.25rem;font-weight:700;color:var(--primary);margin-bottom:.25rem}.stat-label{font-size:.85rem;color:var(--text-muted)}.scoring-system{display:flex;gap:1rem;flex-wrap:wrap;margin:1rem 0}.scoring-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--surface-light);border-radius:8px}.score-value{font-weight:700;color:var(--primary)}.score-condition{color:var(--text-muted);font-size:.9rem}.tiebreaker-list{padding-left:1.5rem}.tiebreaker-list li{margin-bottom:.5rem}.tournament-app{width:100%}@media(max-width:768px){.content-section h1{font-size:1.75rem}.hero-section h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.features-grid,.format-cards,.comparison-box{grid-template-columns:1fr}.main-nav{gap:.25rem}.nav-link{padding:.4rem .75rem;font-size:.8rem}.footer-content{grid-template-columns:1fr}}@media(max-width:480px){.step,.numbered-item{flex-direction:column;align-items:center;text-align:center}.cta-section{padding:2rem 1rem}}
