*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#f8f9fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{z-index:1000;background:#2c3e50;width:100%;padding:1rem 0;transition:background .3s;position:fixed;top:0;box-shadow:0 2px 10px #0000001a}.navbar--scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2c3e50f2}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.nav-logo{text-decoration:none}.nav-logo h2{color:#ecf0f1;font-weight:600}.nav-menu{gap:2rem;list-style:none;display:flex}.nav-item{list-style:none}.nav-link{color:#bdc3c7;font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover,.nav-link.active{color:#3498db}.hamburger{cursor:pointer;background:0 0;border:none;padding:4px;display:none}.btn{text-align:center;cursor:pointer;border:none;border-radius:6px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background:#3498db}.btn-primary:hover{background:#2980b9;transform:translateY(-2px)}.btn-secondary{color:#3498db;background:0 0;border:2px solid #3498db}.btn-secondary:hover{color:#fff;background:#3498db}.btn-outline{color:#2c3e50;background:0 0;border:2px solid #2c3e50}.btn-outline:hover{color:#fff;background:#2c3e50}.btn-danger{color:#fff;background:#e74c3c}.btn-danger:hover{background:#c0392b}.btn-sm{padding:8px 16px;font-size:12px}.status{text-transform:uppercase;border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-block}.status--live,.status--active{color:#fff;background:#e74c3c}.status--upcoming,.status--registration{color:#fff;background:#f39c12}.status--ongoing{color:#fff;background:#27ae60}.status--completed{color:#fff;background:#95a5a6}.status--scheduled{color:#fff;background:#3498db}.status--draft{color:#fff;background:#7f8c8d}.status--cancelled,.status--ended{color:#fff;background:#2c3e50}.hero{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);align-items:center;min-height:70vh;padding:120px 20px 80px;display:flex}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:grid}.hero h1{margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-subtitle{opacity:.9;margin-bottom:2rem;font-size:1.2rem}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-buttons .btn-secondary{color:#fff;border-color:#fff}.hero-buttons .btn-secondary:hover{color:#764ba2;background:#fff}.domino-display{justify-content:center;align-items:center;display:flex}.domino{background:#fff;border-radius:8px;flex-direction:column;width:60px;height:120px;padding:10px;display:flex;box-shadow:0 5px 15px #0003}.domino--small{width:40px;height:80px;padding:6px}.domino--medium{width:60px;height:120px}.domino--large{width:80px;height:160px;padding:15px;animation:3s ease-in-out infinite float}.domino.played{opacity:.9}.domino.visible{opacity:1}.domino-half{border-bottom:2px solid #ddd;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.domino-half:last-child{border-bottom:none}.domino-back{background:#2c3e50;border-radius:6px;width:50px;height:100px;margin:2px;display:inline-block}.domino-back--small{width:30px;height:60px}.domino-back--large{width:60px;height:120px}.dots{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.dots-1:before{content:"";background:#333;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dots-2:before{content:"";background:#333;border-radius:50%;width:8px;height:8px;position:absolute;top:30%;left:30%;box-shadow:16px 16px #333}.dots-3:before{content:"";background:#333;border-radius:50%;width:8px;height:8px;position:absolute;top:25%;left:25%;box-shadow:16px 16px #333,8px 32px #333}.dots-4:before{content:"";background:#333;border-radius:50%;width:8px;height:8px;position:absolute;top:25%;left:25%;box-shadow:16px 0 #333,0 16px #333,16px 16px #333}.dots-5:before{content:"";background:#333;border-radius:50%;width:8px;height:8px;position:absolute;top:20%;left:20%;box-shadow:16px 0 #333,0 16px #333,16px 16px #333,8px 8px #333}.dots-6:before{content:"";background:#333;border-radius:50%;width:8px;height:8px;position:absolute;top:15%;left:20%;box-shadow:16px 0 #333,0 12px #333,16px 12px #333,0 24px #333,16px 24px #333}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}section{padding:80px 0}section h2{text-align:center;color:#2c3e50;margin-bottom:3rem;font-size:2.5rem}.tournament-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.tournament-card{background:#fff;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 5px 15px #0000001a}.tournament-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.tournament-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.tournament-header h3{color:#2c3e50;font-size:1.3rem}.tournament-info{margin-bottom:1.5rem}.tournament-info p{color:#7f8c8d;margin-bottom:.5rem}.players-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.player-card{text-align:center;cursor:pointer;background:#fff;border-radius:12px;padding:2rem;transition:transform .3s;position:relative;box-shadow:0 5px 15px #0000001a}.player-card:hover{transform:translateY(-5px)}.player-card.featured{border:2px solid #f1c40f}.rank-badge{color:#fff;background:#3498db;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex;position:absolute;top:-10px;left:-10px}.rank-badge.champion{background:#f1c40f}.rank-badge.silver{background:#95a5a6}.rank-badge.bronze{background:#cd7f32}.rank-badge.rising-badge{background:#9b59b6;font-size:1rem}.rank-1 .rank-badge{background:#f1c40f}.rank-2 .rank-badge{background:#95a5a6}.rank-3 .rank-badge{background:#cd7f32}.player-avatar{margin-bottom:1rem;display:inline-block;position:relative}.avatar-placeholder{color:#fff;background:#3498db;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;font-size:1.5rem;font-weight:700;display:flex}.avatar--small .avatar-placeholder{width:40px;height:40px;font-size:.9rem}.avatar--large .avatar-placeholder{width:120px;height:120px;font-size:2.5rem}.status-indicator{border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:2px;right:2px}.status-indicator.online{background:#27ae60}.status-indicator.offline{background:#95a5a6}.player-info h3{color:#2c3e50;margin-bottom:.5rem}.player-title{color:#7f8c8d;margin-bottom:.5rem;font-style:italic}.player-location{color:#7f8c8d;font-size:.9rem}.player-age{color:#7f8c8d;font-size:.85rem}.player-stats{flex-wrap:wrap;justify-content:space-around;gap:.5rem;margin:1rem 0;display:flex}.stat{color:#7f8c8d;font-size:.9rem}.player-stats-grid{text-align:center;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:1rem 0;display:grid}.player-stats-grid .stat-value{color:#2c3e50;font-size:1.3rem;font-weight:700;display:block}.player-stats-grid .stat-label{color:#7f8c8d;text-transform:uppercase;font-size:.75rem}.player-achievements{margin:1rem 0}.player-achievements .achievement{background:#f8f9fa;border-radius:4px;margin-bottom:4px;margin-right:4px;padding:4px 8px;font-size:.85rem;display:inline-block}.player-basic-info{text-align:left}.player-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.view-all{text-align:center;margin-top:2rem}.search-filters{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.search-box{flex:1;min-width:250px;display:flex}.search-box input{border:2px solid #e9ecef;border-radius:6px 0 0 6px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:14px}.search-box input:focus{border-color:#3498db}.search-btn{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:0 6px 6px 0;align-items:center;padding:12px 16px;display:flex}.filters{gap:.5rem;display:flex}.filters select{background:#fff;border:2px solid #e9ecef;border-radius:6px;outline:none;padding:12px 16px;font-family:inherit;font-size:14px}.section-tabs,.nav-tabs{border-bottom:2px solid #e9ecef;gap:.5rem;margin-bottom:2rem;padding-bottom:0;display:flex}.tab-btn{cursor:pointer;color:#7f8c8d;background:0 0;border:none;border-bottom:3px solid #0000;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:500;transition:all .3s}.tab-btn:hover{color:#3498db}.tab-btn.active{color:#3498db;border-bottom-color:#3498db}.results-counter{text-align:center;color:#7f8c8d;margin:2rem 0;font-size:.9rem}.players-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:120px 0 40px}.players-header h1{margin-bottom:.5rem;font-size:2.5rem}.players-header p{opacity:.9}.players-header .search-box input{color:#fff;background:#ffffff1a;border-color:#ffffff4d}.players-header .search-box input::placeholder{color:#fff9}.players-header .filters select{color:#fff;background:#ffffff1a;border-color:#ffffff4d}.player-profile-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:100px 0 40px}.back-link{color:#fffc;align-items:center;gap:4px;margin-bottom:1rem;font-size:.9rem;text-decoration:none;display:inline-flex}.back-link:hover{color:#fff}.player-hero{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.player-avatar-large{position:relative}.rank-crown{font-size:1.5rem;position:absolute;top:-10px;right:-5px}.player-rating{margin-top:1rem}.rating-value{font-size:2.5rem;font-weight:700}.rating-label{opacity:.8;font-size:.85rem;display:block}.player-meta{opacity:.9;flex-wrap:wrap;gap:1.5rem;margin-top:.5rem;font-size:.9rem;display:flex}.player-actions{flex-wrap:wrap;gap:.5rem;margin-left:auto;display:flex}.player-actions .btn-primary{color:#764ba2;background:#fff}.player-actions .btn-secondary{color:#fff;border-color:#fff}.player-actions .btn-outline{color:#fff;border-color:#ffffff80}.overview-grid{gap:2rem;display:grid}.stats-summary .stats-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.stat-card{background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 2px 10px #0000000d}.stat-card .stat-icon{font-size:2rem}.stat-card .stat-value{color:#2c3e50;font-size:1.5rem;font-weight:700;display:block}.stat-card .stat-label{color:#7f8c8d;font-size:.8rem}.stat-card h3{color:#7f8c8d;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.stats-grid .stat-card{text-align:center;flex-direction:column}.stats-grid .stat-card .stat-value{font-size:2rem}.player-bio{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 10px #0000000d}.player-bio h3{color:#2c3e50;margin-bottom:1rem}.player-bio p{color:#555;margin-bottom:1rem}.achievements-grid{gap:1rem;display:grid}.achievement-item,.achievement-full{background:#fff;border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex;box-shadow:0 2px 5px #0000000d}.achievement-icon{font-size:2rem}.achievement-icon.large{font-size:2.5rem}.achievement-info h4,.achievement-details h5{color:#2c3e50}.achievement-info p,.achievement-details p{color:#7f8c8d;font-size:.85rem}.earned-date{color:#95a5a6;font-size:.8rem}.statistics-grid{gap:2rem;display:grid}.stats-table{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.stat-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:.75rem 0;display:flex}.stat-row:last-child{border-bottom:none}.stat-row .stat-name{color:#7f8c8d}.stat-row .stat-value{color:#2c3e50;font-weight:600}.matches-list{gap:.75rem;display:grid}.match-item{background:#fff;border-left:4px solid #95a5a6;border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex;box-shadow:0 2px 5px #0000000d}.match-item.win{border-left-color:#27ae60}.match-item.loss{border-left-color:#e74c3c}.match-result{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.match-item.win .match-result{background:#27ae60}.match-item.loss .match-result{background:#e74c3c}.match-details{flex:1}.match-details .opponent{color:#2c3e50;font-weight:500}.match-details .match-info{color:#7f8c8d;gap:1rem;font-size:.85rem;display:flex}.rating-change{font-weight:600}.rating-change.positive{color:#27ae60}.rating-change.negative{color:#e74c3c}.winners-list{gap:1rem;display:grid}.winner-item{background:#fff;border-radius:8px;flex-wrap:wrap;align-items:center;gap:1.5rem;padding:1.5rem;display:flex;box-shadow:0 2px 5px #0000000d}.winner-item .tournament-info{flex:1;min-width:200px}.winner-item h4{color:#2c3e50}.winner-item .date{color:#7f8c8d;font-size:.85rem}.winner-player{align-items:center;gap:.5rem;display:flex}.prize{color:#27ae60;font-size:1.1rem;font-weight:700}.match-main{padding-top:70px}.match-header{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);padding:30px 0}.match-header h1{text-align:left;margin-bottom:.5rem;font-size:1.5rem}.match-status{align-items:center;gap:1rem;display:flex}.match-time{opacity:.9;font-size:.9rem}.game-board{background:#1a252f;padding:20px 0}.board-container{grid-template-rows:auto auto;grid-template-columns:1fr 2fr 1fr;gap:15px;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.player-area{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:15px;transition:all .3s}.player-area.active-turn{background:#3498db4d;border:2px solid #3498db;animation:2s infinite pulse}@keyframes pulse{0%{box-shadow:0 0 #3498dbb3}70%{box-shadow:0 0 0 10px #3498db00}to{box-shadow:0 0 #3498db00}}.player-area .player-info{align-items:center;gap:10px;margin-bottom:10px;display:flex}.player-area .player-details h3{color:#fff;margin:0;font-size:1rem}.player-area .player-stats{gap:1rem;margin:0}.player-area .score{color:#3498db;font-weight:600}.player-area .team-label{color:#95a5a6;font-size:.85rem}.player-top{grid-area:1/1}.player-left{grid-area:2/1}.player-right{grid-area:1/3}.player-bottom{grid-area:2/3}.center-area{grid-area:1/2/3}.player-dominoes{flex-wrap:wrap;gap:4px;margin:8px 0;display:flex}.player-stream{margin-top:10px}.live-view{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;height:100%;padding:15px}.live-view-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.live-view-header h3{margin:0;font-size:1rem}.viewer-count{color:#e74c3c;font-size:.85rem}.game-state{border-top:1px solid #ffffff1a;margin-top:15px;padding-top:15px}.game-state h4{margin-bottom:10px;font-size:.9rem}.played-dominoes{gap:8px;margin-bottom:10px;display:flex}.turn-indicator{justify-content:space-between;align-items:center;display:flex}.turn-indicator p{font-size:.9rem}.timer{color:#f39c12;font-weight:600}.camera-feed-view{background:#000;border-radius:8px;min-height:100px;position:relative;overflow:hidden}.camera-feed-view video,.camera-feed-view iframe{object-fit:cover;width:100%;height:100%;display:block}.feed-label{color:#fff;z-index:1;background:#000000b3;border-radius:4px;padding:2px 8px;font-size:.75rem;position:absolute;top:5px;left:5px}.feed-fullscreen-btn{color:#fff;cursor:pointer;z-index:2;opacity:0;background:#0009;border:none;border-radius:4px;padding:4px 6px;transition:opacity .2s;position:absolute;top:5px;right:5px}.camera-feed-view:hover .feed-fullscreen-btn{opacity:1}.feed-fullscreen-btn:hover{background:#000000e6}.camera-feed-view:fullscreen{background:#000;justify-content:center;align-items:center;display:flex}:is(.camera-feed-view:fullscreen video,.camera-feed-view:fullscreen iframe){object-fit:contain;max-height:100vh}.camera-feed-view--placeholder{background:#2c3e50;flex-direction:column;justify-content:center;align-items:center;min-height:120px;display:flex}.feed-placeholder{text-align:center;color:#7f8c8d;padding:20px}.feed-placeholder p{margin:8px 0;font-size:.85rem}.feed-error{text-align:center;color:#e74c3c;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:100px;padding:20px;display:flex}.feed-error p{max-width:300px;margin:0;font-size:.8rem}.chat-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.chat-header{color:#fff;background:#2c3e50;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.chat-header h3{margin:0;font-size:1rem}.chat-count{color:#bdc3c7;font-size:.85rem}.chat-messages{height:300px;padding:1rem 1.5rem;overflow-y:auto}.message{border-bottom:1px solid #f8f9fa;padding:6px 0;font-size:.9rem}.message .username{color:#3498db;margin-right:6px;font-weight:600}.message .text{color:#555}.chat-input{border-top:1px solid #e9ecef;display:flex}.chat-input input{border:none;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:14px}.chat-input .btn{border-radius:0}.scoring-main{padding-top:70px}.scoring-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:100px 0 40px}.scoring-header h1{margin-bottom:.5rem}.game-setup,.player-names{padding:40px 0}.setup-card,.names-card,.scoring-card,.history-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 15px #0000001a}.setup-card h2,.names-card h3,.scoring-card h2{text-align:left;margin-bottom:1.5rem;font-size:1.5rem}.setup-controls{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.control-group label{color:#2c3e50;margin-bottom:.5rem;font-weight:500;display:block}.control-group select,.control-group input{border:2px solid #e9ecef;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.control-group select:focus,.control-group input:focus{border-color:#3498db}.setup-actions,.form-actions{flex-wrap:wrap;gap:.5rem;display:flex}.names-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.name-input label{margin-bottom:.5rem;font-weight:500;display:block}.name-input input{border:2px solid #e9ecef;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.scoring-header-info{margin-bottom:1rem}.game-info{color:#7f8c8d;text-transform:capitalize;font-size:.9rem}.scoring-controls{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.table-container{overflow-x:auto}.scoring-table{border-collapse:collapse;width:100%;font-size:14px}.scoring-table th,.scoring-table td{text-align:center;border-bottom:1px solid #e9ecef;padding:12px 16px}.scoring-table thead th{color:#fff;background:#2c3e50;font-weight:600}.scoring-table tfoot th,.scoring-table tfoot td{background:#f8f9fa;font-size:1.1rem;font-weight:700}.round-cell{color:#7f8c8d;font-weight:600}.score-cell{font-weight:500}.total-cell{font-weight:700}.total-cell.status-winning{color:#27ae60}.total-cell.status-close{color:#f39c12}.total-cell.loser-cell{color:#e74c3c;background:#e74c3c1a}.winner-display{text-align:center;color:#2c3e50;background:linear-gradient(135deg,#f1c40f 0%,#f39c12 100%);border-radius:12px;margin-top:2rem;padding:2rem}.winner-content h3{margin-bottom:.5rem;font-size:2rem}.winner-content p{margin-bottom:.5rem;font-size:1.1rem}.final-scores{margin:1rem 0}.final-scores h4{margin-bottom:.5rem}.modal{z-index:2000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-header h3{margin:0}.close-btn{cursor:pointer;color:#7f8c8d;background:0 0;border:none;padding:0 4px;font-size:1.5rem}.modal-body{padding:1.5rem}.modal-footer{border-top:1px solid #e9ecef;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;display:flex}.score-inputs{gap:1rem;margin-bottom:1rem;display:grid}.score-input{align-items:center;gap:1rem;display:flex}.score-input label{min-width:120px;font-weight:500}.score-input input{border:2px solid #e9ecef;border-radius:6px;outline:none;flex:1;padding:10px 12px;font-family:inherit;font-size:14px}.modal-info{background:#f8f9fa;border-radius:8px;padding:1rem;font-size:.85rem}.modal-info ul{margin-top:.5rem;margin-left:1.5rem}.modal-info li{color:#555;margin-bottom:.25rem}.game-history,.stream-history-section{padding:40px 0}.history-list{gap:.75rem;display:grid}.history-item{background:#f8f9fa;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem;display:flex}.history-info h4{color:#2c3e50;margin-bottom:.25rem}.history-meta{color:#7f8c8d;text-transform:capitalize;font-size:.85rem}.history-winner{color:#27ae60;font-weight:500}.no-games,.no-streams{color:#7f8c8d;text-align:center;padding:2rem}.stream-main{padding-top:70px}.stream-header-section{color:#fff;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);padding:100px 0 40px}.stream-header-section h1{margin-bottom:.5rem}.auth-section{text-align:center;padding:2rem}.auth-section p{color:#7f8c8d;margin-bottom:1.5rem}.stream-form .form-group{margin-bottom:1rem}.stream-form label{color:#2c3e50;margin-bottom:.5rem;font-weight:500;display:block}.stream-form input,.stream-form textarea,.stream-form select{box-sizing:border-box;border:2px solid #e9ecef;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.stream-form textarea{resize:vertical}.stream-form input:focus,.stream-form textarea:focus,.stream-form select:focus{border-color:#3498db}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.stream-card{background:#fff;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:2rem;display:flex;box-shadow:0 5px 15px #0000001a}.stream-status{align-items:center;gap:1rem;display:flex}.status-indicator.live{color:#e74c3c}.status-indicator.offline{color:#95a5a6}.stream-stats-row{gap:2rem;margin-top:1rem;display:flex}.stream-controls{gap:.5rem;display:flex}.rtmp-details{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 15px #0000001a}.rtmp-details h3{margin-bottom:1.5rem}.rtmp-field{margin-bottom:1rem}.rtmp-field label{color:#2c3e50;margin-bottom:.5rem;font-weight:500;display:block}.copy-field{gap:.5rem;display:flex}.copy-field input,.copy-field textarea{background:#f8f9fa;border:2px solid #e9ecef;border-radius:6px;outline:none;flex:1;padding:10px 12px;font-family:monospace;font-size:14px}.streaming-instructions{border-top:1px solid #e9ecef;margin-top:1.5rem;padding-top:1.5rem}.streaming-instructions h4{margin-bottom:.5rem}.streaming-instructions ol{margin-left:1.5rem}.streaming-instructions li{color:#555;margin-bottom:.5rem}.share-field{margin-bottom:1rem}.share-field label{margin-bottom:.5rem;font-weight:500;display:block}.footer{color:#ecf0f1;background:#2c3e50;padding:3rem 0 1rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h4{color:#3498db;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#bdc3c7;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#3498db}.footer-bottom{text-align:center;color:#bdc3c7;border-top:1px solid #34495e;padding-top:2rem}@media (width<=768px){.hamburger{display:block}.nav-menu{text-align:center;background-color:#2c3e50;flex-direction:column;gap:0;width:100%;padding:2rem 0;transition:all .3s;position:fixed;top:70px;left:-100%;box-shadow:0 10px 27px #0000000d}.nav-menu.active{left:0}.nav-item{padding:1rem 0}.hero-content{text-align:center;grid-template-columns:1fr}.hero h1{font-size:2.5rem}.hero-buttons{justify-content:center}.hero-image{display:none}.tournament-grid,.players-grid{grid-template-columns:1fr}.board-container{grid-template-rows:auto;grid-template-columns:1fr}.player-top,.player-left,.player-right,.player-bottom,.center-area{grid-area:auto/1}.player-hero{text-align:center;flex-direction:column}.player-actions{justify-content:center;margin-left:0}.player-meta{justify-content:center}.search-filters,.filters{flex-direction:column}.section-tabs,.nav-tabs{overflow-x:auto}.tab-btn{white-space:nowrap}.form-row{grid-template-columns:1fr}.stream-card{flex-direction:column}.score-input{flex-direction:column;align-items:stretch}.score-input label{min-width:unset}}.players-main,.player-main{padding-top:70px}
