*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f9fafb;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;max-width:100vw;overflow-x:hidden;width:100%}.container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}header .container{align-items:center;display:flex;height:64px;justify-content:space-between}header a{color:inherit;text-decoration:none}header .logo{gap:.5rem}header .logo,header .logo-icon{align-items:center;display:flex}header .logo-icon{background:#2563eb;border-radius:8px;color:#fff;font-size:14px;font-weight:700;height:32px;justify-content:center;width:32px}header .logo-text{color:#111827;font-size:20px;font-weight:700}header .user-info{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:1rem}header button{background:none;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:8px 12px;transition:color .2s}header button:hover{color:#2563eb}nav{background:#f3f4f6;border-bottom:1px solid #e5e7eb}nav .container{display:flex;gap:2rem}nav a{align-items:center;border-bottom:2px solid #0000;color:#6b7280;display:flex;font-size:14px;font-weight:500;gap:.5rem;padding:1rem .75rem;text-decoration:none;transition:all .2s}nav a:hover{color:#111827}nav a.active{border-bottom-color:#2563eb;color:#2563eb}main{margin:0 auto;max-width:1200px;padding:1.5rem 0}h1{font-size:2.5rem}h1,h2{color:#111827;font-weight:700;margin-bottom:1rem}h2{font-size:2rem}h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}p{color:#6b7280;margin-bottom:1rem}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.page-header h1,.page-header p{margin-bottom:0}.page-header p{font-size:14px}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem;padding:1.5rem}.player-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin:2rem 0}.player-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:inherit;display:block;padding:1.5rem;text-decoration:none;transition:all .2s}.player-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.player-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.player-info h3{font-size:1.1rem;margin-bottom:.25rem}.player-info p{color:#6b7280;font-size:14px;margin-bottom:0}.player-badges{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.position-badge{border-radius:12px;font-size:11px;font-weight:600;letter-spacing:.025em;padding:4px 8px;text-transform:uppercase}.position-badge.position-QB{background:#fef2f2;color:#dc2626}.position-badge.position-RB{background:#f0fdf4;color:#16a34a}.position-badge.position-WR{background:#eff6ff;color:#2563eb}.position-badge.position-TE{background:#faf5ff;color:#9333ea}.jersey-number{color:#9ca3af;font-size:12px;font-weight:500}.player-footer{align-items:center;border-top:1px solid #f3f4f6;color:#6b7280;display:flex;font-size:14px;justify-content:space-between;margin-top:1rem;padding-top:1rem}.fantasy-badge{background:#d1fae5;border-radius:12px;color:#065f46;font-size:11px;font-weight:500;padding:2px 8px}.team-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:2rem 0}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;text-align:center}.stat-number{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-number.blue{color:#2563eb}.stat-number.green{color:#16a34a}.stat-number.red{color:#dc2626}.stat-number.purple{color:#9333ea}.stat-label{color:#6b7280;font-size:11px;letter-spacing:.05em;text-transform:uppercase}.my-team-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:2rem 0}.my-team-player-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1rem}.player-name-row{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.starter-star{color:#fbbf24;height:16px;width:16px}.player-notes{color:#6b7280;font-size:12px;font-style:italic;margin-top:.5rem}.prop-section{margin-top:1rem}.prop-item{background:#f9fafb;border-radius:6px;justify-content:space-between;margin-bottom:.5rem;padding:.5rem}.prop-item,.prop-name{align-items:center;display:flex}.prop-name{font-size:14px;font-weight:500;gap:.5rem}.prop-value{text-align:right}.prop-line{font-size:14px;font-weight:600}.prop-change{font-size:12px}.prop-change.positive{color:#16a34a}.prop-change.negative{color:#dc2626}.prop-change.neutral{color:#6b7280}.btn{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:.5rem;padding:12px 24px;text-decoration:none;transition:all .2s}.btn:hover{background:#1d4ed8;transform:translateY(-1px)}.hero{padding:3rem 0;text-align:center}.hero h1{font-size:3rem;margin-bottom:1.5rem}.hero .highlight{color:#2563eb}.hero p{font-size:1.25rem;margin:0 auto 2rem;max-width:800px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.feature-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:3rem 0}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:2rem;text-align:center}.feature-icon{background:#dbeafe;border-radius:8px;color:#2563eb;height:48px;justify-content:center;margin:0 auto 1rem;width:48px}.feature-icon,.filters{align-items:center;display:flex}.filters{flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.search-box{position:relative;width:300px}.search-box input{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 12px 8px 2.5rem;width:100%}.search-box input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 12px}select:focus{border-color:#2563eb;outline:none}.alert{border-radius:8px;margin:1rem 0;padding:1rem}.alert-warning{background:#fffbeb;border:1px solid #fbbf24;color:#92400e}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.feature-grid,.my-team-grid,.player-grid{grid-template-columns:1fr}.search-box{width:100%}.filters{align-items:stretch;flex-direction:column}}body,html{height:100%;margin:0;max-width:100vw;overflow-x:hidden;padding:0;width:100%}@media (max-width:768px){*{box-sizing:border-box}}#root{height:100%;width:100%}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.31f59eac.css.map*/