@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .5rem}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 212.7 26.8% 83.9%}*{border-color:hsl(var(--border));box-sizing:border-box}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,sans-serif;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:100%;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem}@media(min-width:640px){.container{padding-right:2rem;padding-left:2rem}}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}.card{border:1px solid hsl(var(--border));background-color:hsl(var(--card));color:hsl(var(--card-foreground));border-radius:var(--radius);box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;width:100%;max-width:100%}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-size:.875rem;font-weight:500;height:2.75rem;padding:0 1.25rem;transition:all .2s;cursor:pointer;border:none;white-space:nowrap}.button-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.button-primary:hover:not(:disabled){background-color:hsla(var(--primary),.9);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.button-primary:active:not(:disabled){transform:translateY(0)}.button-outline{border:1px solid hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground))}.button-outline:hover:not(:disabled){background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--foreground) / .2)}.button:disabled{opacity:.5;cursor:not-allowed}.input{display:block;height:2.75rem;width:100%;max-width:100%;border-radius:var(--radius);border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.625rem .875rem;font-size:.875rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}.input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsla(var(--ring),.1)}select.input{padding-right:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;appearance:none}.label{font-size:.875rem;font-weight:600;line-height:1.5;color:hsl(var(--foreground));margin-bottom:.5rem;display:block}.badge{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;border:1px solid transparent;padding:.375rem .875rem;font-size:.75rem;font-weight:500;transition:all .2s;white-space:nowrap}.badge-outline{border:1px solid hsl(var(--border));color:hsl(var(--foreground));background:hsl(var(--background))}.badge-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border:1px solid hsl(var(--border))}p{line-height:1.6}h1{font-size:1.875rem;line-height:2.25rem;font-weight:700;margin:0}h2{font-size:1.25rem;line-height:1.75rem;font-weight:600;margin:0}h3{font-size:1rem;line-height:1.5rem;font-weight:600;margin:0}@media(min-width:768px){h1{font-size:2.25rem;line-height:2.5rem}h2{font-size:1.5rem;line-height:2rem}}.tournament-page{min-height:100vh;padding:1.5rem 0}@media(min-width:768px){.tournament-page{padding:3rem 0}}@media(min-width:1024px){.tournament-page{padding:4rem 0}}.tournament-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}@media(min-width:768px){.tournament-header{flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:4rem}}.tournament-title-section{display:flex;align-items:center;gap:1rem}.tournament-title-icon{width:2.25rem;height:2.25rem;color:hsl(var(--primary))}@media(min-width:768px){.tournament-title-icon{width:2.5rem;height:2.5rem}}.config-sections{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.config-sections{gap:2.5rem}}.config-section{padding:1.5rem}@media(min-width:768px){.config-section{padding:2rem}}.section-header{display:flex;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid hsl(var(--border));margin-bottom:1.5rem}.section-header-with-badge{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid hsl(var(--border));margin-bottom:1.5rem}.section-title{font-size:1.125rem;font-weight:600;margin:0}.section-icon{width:1.25rem;height:1.25rem}.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.form-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.form-field{display:flex;flex-direction:column;gap:.5rem}.field-description{font-size:.75rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.4}.form-actions{margin-top:1.5rem}.submit-button{width:100%}@media(min-width:768px){.submit-button{width:auto;min-width:12rem}}.player-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.player-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.player-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.player-field-label{font-size:.625rem;text-transform:uppercase;font-weight:700;color:hsl(var(--muted-foreground));margin-left:.25rem;display:block;margin-bottom:.375rem}.sitout-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.sitout-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.sitout-grid{grid-template-columns:repeat(3,1fr)}}.sitout-card{background:hsla(var(--muted),.2);padding:1.25rem;border-radius:.75rem;border:1px solid hsla(var(--border),.5)}.sitout-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.round-label{font-size:.625rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--primary))}.required-badge{font-size:.563rem;font-weight:700;color:hsl(var(--muted-foreground));background:hsl(var(--muted));padding:.25rem .5rem;border-radius:.25rem}.sitout-selects{display:flex;flex-direction:column;gap:.5rem}.info-box{padding:1.25rem;background:hsla(var(--primary),.05);border:1px solid hsla(var(--primary),.2);border-radius:.5rem;margin-top:1.5rem}.info-box-title{font-weight:700;color:hsl(var(--primary));font-style:italic;margin:0 0 .5rem;font-size:.75rem}.info-box-text{color:hsl(var(--muted-foreground));line-height:1.6;margin:0;font-size:.75rem}.helper-box{padding:1.25rem;background:hsl(var(--muted));border-radius:.5rem;border:1px solid hsl(var(--border));text-align:center;margin-top:1.5rem}.helper-text{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.board-container{display:flex;flex-direction:column;gap:2rem}.board-nav{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:1.25rem}@media(min-width:640px){.board-nav{flex-direction:row;justify-content:space-between;padding:1.5rem 2rem;gap:2rem}}.round-controls{display:flex;align-items:center;gap:1rem;order:2}@media(min-width:640px){.round-controls{order:1}}.nav-button{padding:0;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(min-width:640px){.nav-button{width:3rem;height:3rem}}.round-display{text-align:center;padding:0 1.25rem;min-width:120px}.round-label-small{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground));margin:0 0 .25rem}.round-number{font-size:1.25rem;font-weight:700;margin:0;font-variant-numeric:tabular-nums}.round-total{color:hsl(var(--muted-foreground));font-weight:400}.board-badges{display:flex;align-items:center;gap:.75rem;order:1;flex-wrap:wrap;justify-content:center}@media(min-width:640px){.board-badges{order:2;justify-content:flex-end}}.badge-warning{border:1px solid rgba(245,158,11,.5);color:#d97706;background:#fef3c780;padding:.375rem .875rem;display:inline-flex;align-items:center;gap:.5rem;font-weight:500;border-radius:9999px;font-size:.75rem}.badge-icon{width:.875rem;height:.875rem}.board-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.board-layout{grid-template-columns:2fr 1fr;gap:2.5rem}}.matches-section{display:flex;flex-direction:column;gap:1.25rem}.section-heading{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin:0 0 0 .25rem}.matches-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.matches-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.match-card{overflow:hidden;transition:all .2s}@media(hover:hover){.match-card:hover{border-color:hsla(var(--foreground),.2);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-2px)}}.match-card-stacked{border-color:#fef3c7;background:#fef3c71a}.match-header{padding:.625rem 1.25rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted));display:flex;justify-content:space-between;align-items:center}.match-header-stacked{background:#fef3c780}.court-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.court-label-stacked{color:#a16207}.status-dots{display:flex;gap:.25rem}.status-dot{width:.375rem;height:.375rem;border-radius:9999px}.status-dot-active{background:#10b981}.status-dot-pending{background:#f59e0b}.status-dot-inactive{background:hsla(var(--foreground),.1)}.match-content{padding:1.5rem}@media(min-width:768px){.match-content{padding:1.75rem}}.team-section{display:flex;flex-direction:column;gap:.875rem}.team-header{display:flex;align-items:center;justify-content:space-between}.team-label{font-size:.563rem;font-weight:900;text-transform:uppercase;letter-spacing:-.025em;color:hsl(var(--muted-foreground))}.team-players{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:640px){.team-players{grid-template-columns:repeat(2,1fr)}}.divider-section{display:flex;align-items:center;gap:1.25rem;margin:1.25rem 0}.divider-line{height:1px;background:hsl(var(--border));flex:1}.vs-text{font-size:.75rem;font-weight:700;color:hsl(var(--muted-foreground));font-style:italic;letter-spacing:.05em}.player-row{display:flex;align-items:center;gap:.75rem;padding:.75rem .875rem;background:hsla(var(--muted),.5);border:1px solid hsl(var(--border));border-radius:.5rem;transition:all .2s;min-width:0}@media(hover:hover){.match-card:hover .player-row{background:hsl(var(--card));border-color:hsla(var(--foreground),.15)}}.player-avatar{width:2rem;height:2rem;border-radius:9999px;background:hsla(var(--primary),.1);border:1px solid hsla(var(--primary),.2);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:hsl(var(--primary));flex-shrink:0}.player-name{font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.sidebar{display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.sidebar{gap:2.5rem}}.sidebar-section{display:flex;flex-direction:column;gap:1rem}.sidebar-card{padding:1.5rem;background:hsla(var(--muted),.3)}@media(min-width:768px){.sidebar-card{padding:1.75rem}}.sitout-list{display:flex;flex-direction:column;gap:.875rem}.sitout-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem;box-shadow:0 1px 2px #0000000d;transition:all .2s}@media(hover:hover){.sitout-item:hover{box-shadow:0 2px 4px #0000001a;border-color:hsla(var(--foreground),.15)}}.sitout-player-info{display:flex;align-items:center;gap:.875rem}.sitout-avatar{width:2rem;height:2rem;border-radius:9999px;background:hsl(var(--muted));border:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.sitout-name{font-size:.875rem;font-weight:500}.resting-badge{font-size:.563rem;text-transform:uppercase;font-weight:700;color:hsl(var(--muted-foreground));background:hsl(var(--muted));padding:.25rem .5rem;border-radius:.25rem}.empty-message{text-align:center;padding:1.25rem 0;font-size:.75rem;color:hsl(var(--muted-foreground));font-style:italic}.venue-guide{padding:1.25rem;border:1px dashed hsl(var(--border));border-radius:.5rem;box-shadow:0 1px 2px #0000000d}.guide-item{display:flex;gap:.875rem;font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:1.25rem}.guide-item:last-child{margin-bottom:0}.guide-dot{width:.5rem;height:.5rem;border-radius:9999px;margin-top:.25rem;flex-shrink:0}.guide-dot-filled{background:hsl(var(--primary))}.guide-dot-outline{border:1px solid hsl(var(--primary))}.guide-note{padding-top:1rem;border-top:1px solid hsl(var(--border));font-size:.625rem;font-style:italic;color:hsl(var(--muted-foreground));margin-top:1rem}.overview-container{width:100%}.overview-card{padding:1.5rem}@media(min-width:768px){.overview-card{padding:2rem}}.overview-description{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6;margin:0 0 2rem}.stats-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:.5rem;border:1px solid hsl(var(--border))}.stats-table{width:100%;border-collapse:collapse;font-size:.875rem}.stats-th{background:hsl(var(--muted));padding:1rem 1.25rem;text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--foreground));border-bottom:2px solid hsl(var(--border));white-space:nowrap}.stats-th-player{min-width:200px}.stats-th-center{text-align:center}.stats-tr{border-bottom:1px solid hsl(var(--border));transition:background-color .2s}@media(hover:hover){.stats-tr:hover{background:hsla(var(--muted),.3)}}.stats-td{padding:1rem 1.25rem}.stats-td-player{font-weight:500}.stats-td-center{text-align:center;font-variant-numeric:tabular-nums;font-weight:600;color:hsl(var(--foreground))}.stats-player-info{display:flex;align-items:center;gap:.875rem}.stats-avatar{width:2.25rem;height:2.25rem;border-radius:9999px;background:hsla(var(--primary),.1);border:1px solid hsla(var(--primary),.2);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:hsl(var(--primary));flex-shrink:0}.stats-player-name{font-size:.875rem;font-weight:500}.roster-actions{margin-top:1.5rem}.roster-save-section{display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.roster-save-section{flex-direction:row;align-items:stretch}}.roster-name-input{flex:1}.roster-action-btn{flex-shrink:0}@media(max-width:767px){.roster-action-btn{width:100%}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:hsl(var(--card));border-radius:var(--radius);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;width:100%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;animation:slideIn .2s ease-out}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid hsl(var(--border))}.modal-title{font-size:1.125rem;font-weight:600;margin:0}.modal-close{background:none;border:none;cursor:pointer;font-size:1.5rem;line-height:1;color:hsl(var(--muted-foreground));padding:.25rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s}.modal-close:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.empty-state{text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem;padding:2rem 1rem}.roster-list{display:flex;flex-direction:column;gap:.75rem}.roster-item{width:100%;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem 1.25rem;cursor:pointer;transition:all .2s;text-align:left}.roster-item:hover{background:hsl(var(--accent));border-color:hsl(var(--foreground) / .2);transform:translate(4px)}.roster-item-main{display:flex;justify-content:space-between;align-items:center;gap:1rem}.roster-item-name{font-weight:600;font-size:.9375rem;color:hsl(var(--foreground))}.roster-item-count{font-size:.75rem;color:hsl(var(--muted-foreground));background:hsl(var(--muted));padding:.25rem .625rem;border-radius:9999px;white-space:nowrap}.tournament-item{padding:1rem 1.25rem}.tournament-item-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem}.tournament-item-date{font-size:.75rem;color:hsl(var(--muted-foreground));font-style:italic}.tournament-item-details{display:flex;gap:.5rem;flex-wrap:wrap}.not-found-container{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem 0}.not-found-card{max-width:500px;width:100%;padding:3rem 2rem;text-align:center}@media(min-width:768px){.not-found-card{padding:4rem 3rem}}.not-found-icon-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.not-found-icon{width:4rem;height:4rem;color:hsl(var(--muted-foreground))}@media(min-width:768px){.not-found-icon{width:5rem;height:5rem}}.not-found-title{font-size:4rem;line-height:1;font-weight:900;color:hsl(var(--primary));margin:0 0 1rem;font-variant-numeric:tabular-nums}@media(min-width:768px){.not-found-title{font-size:6rem}}.not-found-subtitle{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:hsl(var(--foreground))}@media(min-width:768px){.not-found-subtitle{font-size:2rem}}.not-found-text{font-size:.9375rem;color:hsl(var(--muted-foreground));margin:0 0 2rem;line-height:1.6}.not-found-button{margin:0 auto}
