.landing-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.redirect-screen{text-align:center;background:#fff;padding:4rem 3rem;border-radius:24px;box-shadow:0 20px 60px #0000004d}.spinner{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 2rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-section{max-width:800px;width:100%;background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #0000004d;margin-bottom:3rem}.hero-content{text-align:center}.hero-icon{font-size:5rem;margin-bottom:1rem}.hero-title{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:700;line-height:1.2}.hero-subtitle{font-size:1.3rem;color:#666;margin-bottom:2rem;line-height:1.6}.subscribe-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1.2rem 3rem;font-size:1.3rem;font-weight:600;border-radius:50px;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:1rem}.subscribe-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #667eea66}.instructions-section{margin-top:2rem;text-align:left}.instructions-section h2{color:#333;text-align:center;margin-bottom:2rem;font-size:2rem}.android-instructions,.desktop-instructions{background:#f8f9fa;padding:2rem;border-radius:16px;margin-bottom:2rem}.android-instructions h3,.desktop-instructions h3{color:#667eea;margin-bottom:1rem;font-size:1.5rem}.android-instructions ol{margin-left:1.5rem;margin-bottom:1.5rem}.android-instructions li,.desktop-instructions p{color:#555;margin-bottom:.5rem;line-height:1.8;font-size:1.1rem}.url-box{display:flex;gap:.75rem;margin:1.5rem 0}.url-input{flex:1;padding:1rem;border:2px solid #ddd;border-radius:12px;font-family:monospace;font-size:.9rem;background:#fff}.copy-button{background:#667eea;color:#fff;border:none;padding:1rem 2rem;border-radius:12px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .2s;white-space:nowrap}.copy-button:hover{background:#5568d3}.google-calendar-button{display:inline-block;background:#4285f4;color:#fff;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;margin-top:1rem;transition:background .2s}.google-calendar-button:hover{background:#357ae8}.app-links{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.app-link{display:inline-block;background:#667eea;color:#fff;padding:.8rem 1.5rem;border-radius:10px;text-decoration:none;font-weight:600;transition:background .2s}.app-link:hover{background:#5568d3}.update-notice{background:#e3f2fd;padding:1.5rem;border-radius:12px;border-left:4px solid #2196f3;margin-top:2rem}.update-notice strong{color:#1976d2;display:block;margin-bottom:.5rem;font-size:1.1rem}.update-notice p{color:#555;margin:0;line-height:1.6}.error-message{margin-top:1rem;padding:1rem;background:#ffebee;border-left:4px solid #f44336;color:#c62828;border-radius:8px}.features-section{max-width:1000px;width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px #0003;transition:transform .3s}.feature:hover{transform:translateY(-5px)}.feature-icon{font-size:3.5rem;margin-bottom:1rem}.feature h3{color:#333;margin-bottom:.75rem;font-size:1.3rem;font-weight:600}.feature p{color:#666;line-height:1.6;font-size:1rem}@media (max-width: 768px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1.1rem}.hero-section{padding:2rem 1.5rem}.url-box{flex-direction:column}.features-section{grid-template-columns:1fr}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-box{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:400px;width:100%}.login-box h1{text-align:center;color:#333;margin-bottom:2rem;font-size:1.8rem}.login-input{width:100%;padding:1rem;margin-bottom:1rem;border:2px solid #ddd;border-radius:10px;font-size:1rem;transition:border-color .2s}.login-input:focus{outline:none;border-color:#667eea}.login-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s}.login-button:hover{transform:translateY(-2px)}.auth-error{background:#ffebee;color:#c62828;padding:.8rem;border-radius:8px;margin-bottom:1rem;text-align:center;border-left:4px solid #f44336}.admin-container{min-height:100vh;padding:2rem;background:#f5f5f5}.admin-header{max-width:1400px;margin:0 auto 2rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 8px #0000001a}.admin-header{display:flex;justify-content:space-between;align-items:center}.admin-header h1{margin:0;color:#333;font-size:2rem}.logout-button{padding:.8rem 1.5rem;background:#f44336;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.logout-button:hover{background:#da190b}.stats-grid{max-width:1400px;margin:0 auto 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.stat-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 8px #0000001a;text-align:center}.stat-icon{font-size:3rem;margin-bottom:1rem}.stat-value{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{color:#666;font-size:1rem;font-weight:600}.stat-description{color:#999;font-size:.85rem;margin-top:.5rem}.stat-card.stat-active{border:2px solid #4caf50}.stat-card.stat-active .stat-value{color:#4caf50}.stat-card.stat-churned{border:2px solid #f44336}.stat-card.stat-churned .stat-value{color:#f44336}.section{max-width:1400px;margin:0 auto 2rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 8px #0000001a}.section h2{margin:0 0 1.5rem;color:#333;font-size:1.5rem}.api-settings{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.select-input,.text-input{padding:.8rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;flex:1;min-width:200px}.textarea-input{width:100%;padding:1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;font-family:monospace;margin-bottom:1rem}.btn-primary,.btn-success,.btn-danger-small{padding:.8rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5568d3}.btn-success{background:#4caf50;color:#fff}.btn-success:hover{background:#45a049}.btn-danger-small{background:#f44336;color:#fff;padding:.5rem 1rem;font-size:.9rem}.btn-danger-small:hover{background:#da190b}.matches-list{display:flex;flex-direction:column;gap:1rem}.match-card{padding:1rem;border:2px solid #e0e0e0;border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:border-color .2s}.match-card:hover{border-color:#667eea}.match-teams{font-size:1.1rem;color:#333;flex:1}.match-details{color:#666;font-size:.95rem}.match-actions{display:flex;gap:.5rem}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:#f8f9fa}.users-table th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #dee2e6}.users-table td{padding:1rem;border-bottom:1px solid #dee2e6;color:#666}.user-id{font-family:monospace;color:#667eea;font-weight:600}.access-count{font-weight:700;color:#4caf50}.loading{text-align:center;padding:4rem;font-size:1.2rem;color:#666}@media (max-width: 768px){.admin-container{padding:1rem}.admin-header h1{font-size:1.5rem}.api-settings{flex-direction:column}.match-card{flex-direction:column;align-items:flex-start}.users-table{font-size:.9rem}.users-table th,.users-table td{padding:.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
