*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background-color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.inline-icon{vertical-align:middle;display:inline-block}.app-container{background-color:#1a1a1a;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.app-container .landing-container{width:100vw;max-width:none;margin:0;padding:0}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-container{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);min-height:100vh;padding:4rem 20px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.dashboard-container{background-color:#2a2a2a;border:1px solid #404040;border-radius:12px;width:100%;max-width:600px;padding:40px;box-shadow:0 8px 32px #0000004d}.dashboard-header{text-align:center;margin-bottom:2rem}.dashboard-icon{color:#1da1f2;width:48px;height:48px;margin-bottom:1rem;font-size:48px}.dashboard-header h1{color:#fff;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.tagline{color:#a0a0a0;font-size:1rem;font-weight:400}.instructions{background:#ffffff0d;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.instructions h3{color:#1da1f2;margin-bottom:1rem;font-size:1.2rem}.instructions ul{margin:0;padding:0;list-style:none}.instructions li{color:#b0b0b0;padding:.5rem 0 .5rem 1.5rem;position:relative}.instructions li:before{content:"â€¢";color:#1da1f2;font-weight:700;position:absolute;left:0}.song-info-header{text-align:center;background:linear-gradient(135deg,#2a2a2a 0%,#3a3a3a 100%);border:2px solid #404040;border-radius:12px;margin-bottom:2rem;padding:1.5rem;transition:all .3s}.song-info-header:hover{border-color:#1da1f2;transform:translateY(-2px);box-shadow:0 8px 25px #1da1f24d}.song-details h2{color:#fff;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.song-details p{color:#b0b0b0;margin:0;font-size:1.1rem}.section-header{text-align:center;color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:700}.section-info{text-align:center;color:#b0b0b0;margin-bottom:2rem;font-size:1.1rem}.song-button{text-align:left;color:#fff;cursor:pointer;background:linear-gradient(135deg,#2a2a2a 0%,#3a3a3a 100%);border:2px solid #404040;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.song-button:disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%)}.song-number{color:#fff;background:#1da1f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.song-button.submitted .song-number{background:#28a745}.song-info h3{color:#fff;margin:0 0 .5rem;font-size:1.3rem;font-weight:600}.song-info p{color:#b0b0b0;margin:0;font-size:1rem}.submitted-badge{color:#fff;background:#28a745;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:500;position:absolute;top:1rem;right:1rem}.camera-container{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);min-height:100vh;padding:4rem 20px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.camera-header{text-align:center;margin-bottom:2rem}.camera-header h2{color:#fff;margin-bottom:8px;font-size:2rem;font-weight:600}.error-message{color:#fff;z-index:10;text-align:center;background:#dc3545f2;border-radius:8px;padding:1rem 2rem;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #0000004d}.video-container{display:inline-block;position:relative}@media (max-width:768px){.songs-grid{grid-template-columns:1fr}.content-wrapper{padding:10px}.song-button{padding:1rem}.camera-button{padding:16px}}.device-id{color:#a0a0a0;margin:0;font-family:monospace;font-size:.75rem}.user-controls{align-items:center;gap:12px;display:flex}.reset-button{color:#fff;cursor:pointer;background-color:#1da1f2;border:none;border-radius:6px;padding:8px 16px;font-size:.875rem;transition:background-color .2s}.reset-button:hover:not(:disabled){background-color:#c82333}.reset-button:disabled{opacity:.6;cursor:not-allowed}.logout-button:hover{background-color:#505050}.camera-selection{text-align:center}.camera-selection h2{color:#fff;margin-bottom:8px;font-size:1.5rem;font-weight:600}.selection-info{color:#a0a0a0;margin-bottom:30px;font-size:.875rem;line-height:1.5}.camera-buttons{flex-direction:column;gap:16px;margin-bottom:30px;display:flex}.camera-button{cursor:pointer;text-align:left;background-color:#333;border:2px solid #404040;border-radius:12px;align-items:center;gap:16px;width:100%;padding:20px;transition:all .3s;display:flex}.camera-button:hover:not(:disabled){background-color:#3a3a3a;border-color:#1da1f2;transform:translateY(-2px);box-shadow:0 4px 12px #1da1f233}.camera-button.active{background-color:#2a1a1a;border-color:#1da1f2;box-shadow:0 0 20px #1da1f24d}.camera-button.disabled{opacity:.5;cursor:not-allowed;border-color:#404040}.camera-button.disabled:hover{box-shadow:none;background-color:#333;border-color:#404040;transform:none}.camera-icon{min-width:32px;font-size:32px}.camera-info{flex:1}.camera-info h3{color:#fff;margin-bottom:4px;font-size:1.25rem;font-weight:600}.camera-info p{color:#a0a0a0;margin-bottom:8px;font-size:.875rem}.status-indicator{color:#fff;background-color:#1da1f2;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:500;display:inline-block}.camera-controls{border-top:1px solid #404040;margin-top:30px;padding-top:30px}.camera-controls h3{color:#fff;text-align:center;margin-bottom:16px;font-size:1.25rem;font-weight:600}.control-buttons{flex-direction:column;gap:12px;display:flex}.control-button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;padding:16px 24px;font-size:1rem;font-weight:600;transition:all .3s}.control-button.primary{color:#fff;background:linear-gradient(135deg,#1da1f2,#1a8cd8);box-shadow:0 4px 12px #1da1f24d}.control-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #dc354566}.control-button.secondary{color:#fff;background:linear-gradient(135deg,#007bff,#0056b3);box-shadow:0 4px 12px #007bff4d}.control-button.secondary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #007bff66}@media (max-width:768px){.dashboard-container{margin:10px;padding:24px}.dashboard-header h1{font-size:2rem}.user-info{text-align:center;flex-direction:column;gap:16px}.user-controls{flex-direction:column;gap:8px}.camera-button{padding:16px}.camera-icon{min-width:24px;font-size:24px}}@media (max-width:480px){.dashboard-container{padding:20px}.dashboard-header h1{font-size:1.75rem}.camera-button{padding:12px}.control-button{padding:14px 20px;font-size:.875rem}.audition-content{padding:10px}}@media (max-width:360px){.dashboard-container.audition-dashboard{margin:5px;padding:15px}.song-info-header,.camera-selection{max-width:calc(100% - 30px);margin-left:15px;margin-right:15px}}.navigation-section{background:#1f2937;border:1px solid #374151;border-radius:.5rem;margin-bottom:2rem;padding:1.5rem}.navigation-section h3{color:#fff;text-align:center;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.nav-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.nav-button{color:#fff;cursor:pointer;background:#374151;border:none;border-radius:.375rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.nav-button:hover{background:#4b5563;transform:translateY(-1px)}.spotify-callback{background-color:#1a1a1a;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.callback-container{text-align:center;background:#2a2a2a;border-radius:12px;max-width:400px;padding:40px;box-shadow:0 4px 20px #0000004d}.callback-container h2{color:#fff;margin-bottom:16px;font-size:24px;font-weight:600}.callback-container p{color:#a0a0a0;font-size:16px;line-height:1.5}.callback-container .loading-spinner{border:4px solid #333;border-top-color:#1db954;border-radius:50%;width:48px;height:48px;margin:0 auto 24px;animation:1s linear infinite spin}.spotify-verification{background:#2a2a2a;border:1px solid #333;border-radius:12px;padding:20px}.spotify-verification h3{color:#1db954;margin-bottom:12px;font-size:20px;font-weight:600}.spotify-connect-btn{color:#fff;cursor:pointer;background:#1db954;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.spotify-connect-btn:hover:not(:disabled){background:#1ed760;transform:translateY(-1px)}.spotify-connect-btn:disabled{opacity:.7;cursor:not-allowed}.verification-loading,.verification-success,.verification-error{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:20px;display:flex}.verification-success{color:#1db954}.verification-error{color:#ff6b6b}.verification-info{border-top:1px solid #333;margin-top:24px;padding-top:20px}.verification-info ul{padding:0;list-style:none}.verification-info li{color:#a0a0a0;margin-bottom:8px;padding-left:20px;position:relative}.spotify-verified{background:#1a1a1a;border:2px solid #1db954;border-radius:12px;padding:20px}.spotify-profile{align-items:center;gap:16px;margin-bottom:16px;display:flex}.spotify-avatar{object-fit:cover;border:2px solid #1db954;border-radius:50%;width:60px;height:60px}.spotify-link{color:#1db954;font-size:14px;font-weight:500;text-decoration:none}.reverify-btn{color:#ff6b6b;cursor:pointer;background:0 0;border:1px solid #ff6b6b;border-radius:6px;padding:8px 16px;font-size:14px;transition:all .2s}.reverify-btn:hover{color:#fff;background:#ff6b6b}.genre-checkboxes{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:12px;display:grid}.genre-checkboxes .checkbox-label{cursor:pointer;background:#2a2a2a;border:1px solid #333;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;transition:all .2s;display:flex}.genre-checkboxes .checkbox-label:hover{background:#333;border-color:#555}.genre-checkboxes .checkbox-label input[type=checkbox]{accent-color:#1da1f2;width:16px;height:16px;margin:0}.genre-checkboxes .checkbox-label input[type=checkbox]:checked+span{color:#1da1f2;font-weight:500}.spotify-verification{text-align:center}.spotify-verification .verification-description{text-align:center;margin-bottom:20px}.spotify-verification .spotify-connect-btn{margin:0 auto;display:block}.artist-selection{max-width:600px;margin:0 auto;padding:20px}.artist-selection h4{color:#1da1f2;text-align:center;margin-bottom:10px}.artist-selection p{text-align:center;color:#ccc;margin-bottom:20px}.search-container{gap:10px;margin-bottom:20px;display:flex}.artist-search-input{color:#fff;background-color:#2a2a2a;border:2px solid #333;border-radius:8px;flex:1;padding:12px;font-size:16px}.artist-search-input:focus{border-color:#1da1f2;outline:none}.search-btn{color:#fff;cursor:pointer;background-color:#1da1f2;border:none;border-radius:8px;padding:12px 20px;font-size:16px;font-weight:500;transition:background-color .3s}.search-btn:hover:not(:disabled){background-color:#c82333}.search-btn:disabled{cursor:not-allowed;background-color:#666}.search-results{margin-bottom:20px}.search-results h5{color:#1da1f2;text-align:center;margin-bottom:15px}.artist-result{cursor:pointer;background-color:#2a2a2a;border:2px solid #333;border-radius:12px;align-items:center;margin-bottom:10px;padding:15px;transition:all .3s;display:flex}.artist-result:hover{background-color:#333;border-color:#1da1f2}.artist-result.selected{background-color:#3a1a1a;border-color:#1da1f2}.artist-image{object-fit:cover;border-radius:50%;width:60px;height:60px;margin-right:15px}.artist-info{flex:1}.artist-info h6{color:#fff;margin-bottom:5px;font-size:18px}.artist-info p{color:#ccc;text-align:left;margin:2px 0;font-size:14px}.select-indicator{color:#1da1f2;font-size:24px;font-weight:700}.selected-artist{text-align:center;background-color:#2a2a2a;border:2px solid #1da1f2;border-radius:12px;padding:20px}.selected-artist h5{color:#1da1f2;margin-bottom:15px}.selected-artist-info{justify-content:center;align-items:center;gap:15px;margin-bottom:20px;display:flex}.selected-artist-image{object-fit:cover;border-radius:50%;width:80px;height:80px}.selected-artist-info h6{color:#fff;margin-bottom:5px;font-size:20px}.selected-artist-info p{color:#ccc;font-size:16px}.verify-ownership-btn{color:#fff;cursor:pointer;background-color:#28a745;border:none;border-radius:8px;padding:15px 30px;font-size:18px;font-weight:600;transition:background-color .3s}.verify-ownership-btn:hover{background-color:#218838}.bio-verification{max-width:700px;margin:0 auto;padding:20px}.bio-verification h4{color:#1da1f2;text-align:center;margin-bottom:15px}.bio-verification p{text-align:center;color:#ccc;margin-bottom:30px;font-size:16px}.verification-steps{flex-direction:column;gap:25px;margin-bottom:30px;display:flex}.step{background-color:#2a2a2a;border:2px solid #333;border-radius:12px;align-items:flex-start;gap:20px;padding:20px;display:flex}.step-number{color:#fff;background-color:#1da1f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex}.step-content{flex:1}.step-content h5{color:#fff;margin-bottom:10px;font-size:18px}.verification-code-container{align-items:center;gap:15px;margin-top:15px;display:flex}.verification-code{color:#1da1f2;letter-spacing:2px;background-color:#1a1a1a;border:2px solid #1da1f2;border-radius:8px;padding:12px 20px;font-family:Courier New,monospace;font-size:24px;font-weight:700}.copy-btn{color:#fff;cursor:pointer;background-color:#28a745;border:none;border-radius:8px;padding:12px 20px;font-size:16px;font-weight:500;transition:background-color .3s}.copy-btn:hover{background-color:#218838}.step-content ol{color:#ccc;margin-top:10px;padding-left:20px}.step-content ol li{margin-bottom:8px;line-height:1.5}.step-content ol li code{color:#1da1f2;background-color:#1a1a1a;border-radius:4px;padding:4px 8px;font-family:Courier New,monospace;font-size:14px}.step-content a{color:#1da1f2;text-decoration:none}.step-content a:hover{text-decoration:underline}.verify-bio-btn{color:#fff;cursor:pointer;background-color:#1da1f2;border:none;border-radius:8px;padding:15px 30px;font-size:18px;font-weight:600;transition:background-color .3s}.verify-bio-btn:hover:not(:disabled){background-color:#c82333}.verify-bio-btn:disabled{cursor:not-allowed;background-color:#666}.verification-note{text-align:center;background-color:#1a3a1a;border:2px solid #28a745;border-radius:8px;padding:15px}.verification-note p{color:#90ee90;margin:0;font-size:14px}.spotify-url-input{max-width:600px;margin:0 auto;padding:20px}.instructions{background-color:#2a2a2a;border:2px solid #333;border-radius:12px;margin-bottom:25px;padding:20px}.instructions h4{color:#1da1f2;text-align:center;margin-bottom:15px;font-size:18px}.instructions ol{color:#ccc;margin:0;padding-left:20px}.instructions ol li{margin-bottom:10px;font-size:16px;line-height:1.6}.url-input-container{flex-direction:column;gap:15px;display:flex}.spotify-url-input-field{color:#fff;background-color:#2a2a2a;border:2px solid #333;border-radius:8px;width:100%;padding:15px;font-family:Courier New,monospace;font-size:16px}.spotify-url-input-field:focus{border-color:#1da1f2;outline:none}.spotify-url-input-field::placeholder{color:#888;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.submit-url-btn{color:#fff;cursor:pointer;background-color:#1da1f2;border:none;border-radius:8px;align-self:center;min-width:200px;padding:15px 30px;font-size:18px;font-weight:600;transition:background-color .3s}.submit-url-btn:hover:not(:disabled){background-color:#c82333}.submit-url-btn:disabled{cursor:not-allowed;background-color:#666}:root{--primary:0 86% 60%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.text-primary{color:hsl(var(--primary))}.flex{display:flex}.justify-center{justify-content:center}.mb-4{margin-bottom:1rem}.artist-card{cursor:pointer;background:#2a2a2a;border:1px solid #404040;border-radius:12px;flex-direction:column;gap:16px;height:100%;padding:20px;transition:all .3s;display:flex}.artist-card:hover{border-color:#1da1f2;transform:translateY(-4px);box-shadow:0 8px 24px #dc354533}.artist-header{align-items:flex-start;gap:16px;display:flex}.artist-image{background:#1a1a1a;border:2px solid #404040;border-radius:50%;flex-shrink:0;width:60px;height:60px;overflow:hidden}.profile-img{object-fit:cover;width:100%;height:100%}.artist-info{flex:1;min-width:0}.artist-location{color:#666;align-items:center;gap:6px;font-size:.75rem;display:flex}.location-icon{width:12px;height:12px}.artist-badge{justify-content:flex-end;display:flex}.artist-details{flex-direction:column;gap:12px;display:flex}.genre-section{align-items:center;display:flex}.genre-info{background:#dc35451a;border:1px solid #dc35454d;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;display:flex}.genre-icon{color:#1da1f2;width:14px;height:14px}.genre-text{color:#1da1f2;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.artist-bio{color:#b0b0b0;font-size:.875rem;line-height:1.5}.artist-bio p{margin:0}.certified-songs-info{align-items:center;gap:8px;display:flex}.songs-count{color:#10b981;background:#10b9811a;border:1px solid #10b9814d;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:500}.artist-links{flex-wrap:wrap;gap:8px;display:flex}.link-btn{color:#fff;cursor:pointer;background:#404040;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.link-btn:hover{background:#4a4a4a;transform:translateY(-1px)}.spotify-btn:hover{color:#fff;background:#1db954}.instagram-btn:hover{color:#fff;background:#e4405f}.website-btn:hover{color:#fff;background:#3b82f6}.link-icon{width:12px;height:12px}.artist-actions{border-top:1px solid #404040;margin-top:auto;padding-top:16px}.view-profile-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:6px;width:100%;padding:10px 16px;font-size:.875rem;font-weight:500;transition:all .2s}.view-profile-btn:hover{background:#c82333;transform:translateY(-1px)}@media (max-width:768px){.artist-card{gap:12px;padding:16px}.artist-header{gap:12px}.artist-image{width:50px;height:50px}.artist-name{font-size:1rem}.artist-links{gap:6px}.link-btn{padding:5px 8px;font-size:.625rem}.link-icon{width:10px;height:10px}}@media (max-width:480px){.artist-card{padding:12px}.artist-header{text-align:center;flex-direction:column;align-items:center;gap:8px}.artist-image{width:80px;height:80px}.artist-info{text-align:center}.artist-links{justify-content:center}}.certification-badge{color:#fff;background:linear-gradient(135deg,#1da1f2 0%,#1a8cd8 100%);border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-weight:600;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #dc35454d}.certification-badge:before{content:"";background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);animation:3s infinite shine;position:absolute;inset:0;transform:translate(-100%)}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.badge-icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.check-icon{color:#fff;z-index:2;width:20px;height:20px}.award-icon{color:gold;z-index:1;width:16px;height:16px;position:absolute;top:-2px;right:-2px}.badge-content{flex-direction:column;gap:4px;display:flex}.badge-title{text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:700}.badge-details{flex-direction:column;gap:6px;margin-top:4px;display:flex}.certification-date{opacity:.9;align-items:center;gap:6px;font-size:.75rem;display:flex}.date-icon{width:12px;height:12px}.certification-score{align-items:center;gap:8px;font-size:.75rem;font-weight:600;display:flex}.score-value{font-size:.875rem;font-weight:700}.score-text{opacity:.8}.certification-badge.small{gap:8px;padding:8px 12px}.certification-badge.small .badge-icon{width:20px;height:20px}.certification-badge.small .check-icon{width:16px;height:16px}.certification-badge.small .award-icon{width:12px;height:12px}.certification-badge.small .badge-title{font-size:.75rem}.certification-badge.small .badge-details{gap:4px}.certification-badge.small .certification-date,.certification-badge.small .certification-score{font-size:.625rem}.certification-badge.large{gap:16px;padding:16px 20px}.certification-badge.large .badge-icon{width:32px;height:32px}.certification-badge.large .check-icon{width:24px;height:24px}.certification-badge.large .award-icon{width:20px;height:20px}.certification-badge.large .badge-title{font-size:1rem}.certification-badge.large .badge-details{gap:8px}.certification-badge.large .certification-date,.certification-badge.large .certification-score{font-size:.875rem}.certification-badge:hover{transition:all .2s;transform:translateY(-2px);box-shadow:0 4px 12px #dc354566}.certification-badge.pending{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 2px 8px #f59e0b4d}.certification-badge.pending:hover{box-shadow:0 4px 12px #f59e0b66}.certification-badge.in-progress{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);box-shadow:0 2px 8px #3b82f64d}.certification-badge.in-progress:hover{box-shadow:0 4px 12px #3b82f666}@media (max-width:768px){.certification-badge{gap:10px;padding:10px 14px}.badge-title{font-size:.75rem}.badge-details{gap:4px}.certification-date,.certification-score{font-size:.625rem}}@media (max-width:480px){.certification-badge{gap:8px;padding:8px 12px}.badge-icon{width:20px;height:20px}.check-icon{width:16px;height:16px}.award-icon{width:12px;height:12px}}.app-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#1a1a1af2;border-bottom:1px solid #ffffff1a;padding:1rem 0;position:sticky;top:0}@media (max-width:768px){.header-content{flex-direction:column;gap:.5rem;padding:0 1rem}.logo-image{width:6rem}.tagline{font-size:1rem}}@media (max-width:480px){.app-header{padding:.75rem 1rem}.logo-image{width:5rem}.tagline{font-size:.9rem}}@media print{.app-header{background:#fff;border-bottom:2px solid #000}}.recording-review-container{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);min-height:100vh;padding:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.review-header{text-align:center;margin-bottom:2rem}.review-header h2{color:#fff;margin:1rem 0 .5rem;font-size:2rem;font-weight:700}.song-title{color:#1da1f2;margin:0;font-size:1.2rem;font-weight:600}.back-button{color:#1da1f2;cursor:pointer;background:0 0;border:2px solid #1da1f2;border-radius:8px;margin-bottom:1rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.back-button:hover{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.recordings-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.recording-item{cursor:pointer;background:linear-gradient(135deg,#2a2a2a 0%,#3a3a3a 100%);border:2px solid #404040;border-radius:12px;padding:1.5rem;transition:all .3s}.recording-item:hover{border-color:#1da1f2;transform:translateY(-2px)}.recording-item.selected{background:linear-gradient(135deg,#2a1a1a 0%,#3a2a2a 100%);border-color:#1da1f2;box-shadow:0 8px 25px #dc35454d}.recording-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.recording-header h3{color:#fff;margin:0;font-size:1.3rem;font-weight:600}.timestamp{color:#b0b0b0;font-size:.9rem}.recording-video{background:#000;border-radius:8px;width:100%;margin-bottom:1rem}.recording-actions{text-align:center}.select-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.select-button:hover{background:#c82333;transform:translateY(-1px)}.select-button.selected{background:#28a745}.select-button.selected:hover{background:#218838}.submission-section{text-align:center;background:#ffffff0d;border-radius:12px;margin-top:2rem;padding:2rem}.submission-info{margin-bottom:1.5rem}.submission-info p{color:#b0b0b0;margin:.5rem 0}.warning{background:#ffc1071a;border:1px solid #ffc107;border-radius:8px;padding:1rem;font-weight:600;color:#ffc107!important}.submit-button{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.submit-button:hover:not(:disabled){background:#218838;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;background:#6c757d;transform:none}.no-recordings{text-align:center;color:#b0b0b0;padding:3rem}.no-recordings p{margin:.5rem 0;font-size:1.1rem}.error-message{color:#1da1f2;text-align:center;background:#dc35451a;border:1px solid #1da1f2;border-radius:8px;margin:1rem 0;padding:1rem}@media (max-width:768px){.recordings-grid{grid-template-columns:1fr}.recording-item{padding:1rem}.recording-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.artist-profile-container{color:#fff;background:#111827;min-height:100vh}.profile-header{background:#1f2937;border-bottom:1px solid #374151;padding:1rem}.profile-header-content{justify-content:space-between;align-items:center;gap:2rem;max-width:72rem;margin:0 auto;display:flex}.profile-title{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.user-info{color:#9ca3af;font-size:.875rem}.profile-content{max-width:72rem;margin:0 auto;padding:2rem 1rem}.profile-sections{flex-direction:column;gap:2rem;display:flex}.profile-section{background:#1f2937;border:1px solid #374151;border-radius:.5rem;padding:1.5rem}.profile-section h2{color:#fff;border-bottom:1px solid #374151;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#d1d5db;font-size:.875rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{color:#fff;background:#111827;border:1px solid #374151;border-radius:.375rem;padding:.75rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1da1f2;outline:none;box-shadow:0 0 0 3px #1da1f226}.rider-category h3{color:#fff;border-bottom:1px solid #374151;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600}.checkbox-label input[type=checkbox]{accent-color:#1da1f2;cursor:pointer;width:1.125rem;height:1.125rem}.quantity-select:focus{border-color:#1da1f2;outline:none;box-shadow:0 0 0 2px #1da1f226}.selected-dates{background:#1f2937;border:1px solid #374151;border-radius:.5rem;margin-top:1rem;padding:1rem}.selected-dates h4{color:#fff;margin-bottom:.5rem;font-size:.875rem}.selected-dates ul{margin:0;padding:0;list-style:none}.selected-dates li{color:#d1d5db;padding:.25rem 0;font-size:.875rem}.audition-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.audition-button:hover{background:linear-gradient(135deg,#1a8cd8 0%,#4f46e5 100%);transform:scale(1.05)}@media (max-width:768px){.profile-header-content{text-align:center;flex-direction:column;gap:1rem}.profile-title{font-size:1.25rem}.profile-content{padding:1rem}.form-grid,.availability-grid{grid-template-columns:1fr}.profile-actions{flex-direction:column}.save-button,.audition-button{width:100%}}@media (max-width:480px){.profile-section{padding:1rem}.profile-section h2{font-size:1.125rem}}.audition-header{text-align:center;margin-bottom:2rem}.audition-icon{color:#1da1f2;width:48px;height:48px;margin-bottom:1rem}.audition-header h1{color:#fff;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.audition-header .tagline{color:#b0b0b0;margin-bottom:2rem;font-size:1.1rem}.device-setup-section{background:linear-gradient(135deg,#2d2d2d 0%,#1a1a1a 100%);border:2px solid #404040;border-radius:12px;margin-bottom:3rem;padding:2rem}.device-setup-section h2{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.device-instructions{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.instruction-card{background:#0000004d;border:1px solid #404040;border-radius:8px;padding:1.5rem}.instruction-card.primary-device{background:#1da1f21a;border-color:#1da1f2}.instruction-card.secondary-device{background:#007bff1a;border-color:#007bff}.instruction-card h3{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.instruction-card p{color:#b0b0b0;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.instruction-card ul{color:#b0b0b0;margin:0;padding-left:1.5rem;line-height:1.6}.instruction-card li{margin-bottom:.25rem}.setup-note{text-align:center;background:#ffc1071a;border-left:4px solid #ffc107;border-radius:6px;padding:1rem}.setup-note p{color:#ffc107;margin:0;font-weight:500}.primary-device-emphasis{color:#1da1f2;text-shadow:0 0 10px #1da1f24d;font-size:1.1rem}.song-selection-section{margin-bottom:3rem}.song-selection-section h2{color:#fff;margin-bottom:1rem;font-size:1.8rem;font-weight:600}.section-info{color:#b0b0b0;margin-bottom:2rem;font-size:1rem;line-height:1.6}.songs-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.song-button{cursor:pointer;text-align:left;background:linear-gradient(135deg,#2d2d2d 0%,#1a1a1a 100%);border:2px solid #404040;border-radius:12px;align-items:center;width:100%;padding:1.5rem;transition:all .3s;display:flex}.song-button:hover:not(:disabled){border-color:#1da1f2;transform:translateY(-2px);box-shadow:0 8px 25px #1da1f233}.song-button:disabled,.song-button.disabled{opacity:.3;cursor:not-allowed;filter:grayscale()}.song-button.submitted{background:linear-gradient(135deg,#1e3a1e 0%,#0d1f0d 100%);border-color:#28a745}.song-number{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:1rem;font-size:1.1rem;font-weight:600;display:flex}.song-info{flex:1}.song-info h3{color:#fff;margin-bottom:.25rem;font-size:1.2rem;font-weight:600}.song-info p{color:#b0b0b0;margin-bottom:.5rem;font-size:.9rem}.song-artist{font-style:italic;color:#888!important;margin-bottom:.25rem!important;font-size:.85rem!important}.submitted-badge{color:#fff;background:#28a745;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;font-weight:500;display:inline-block}.instructions-section{margin-bottom:2rem}.instructions-section h2{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.instructions-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.instruction-step{text-align:center;background:linear-gradient(135deg,#2d2d2d 0%,#1a1a1a 100%);border:1px solid #404040;border-radius:12px;padding:1.5rem}.step-number{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;font-size:1.3rem;font-weight:700;display:inline-flex}.instruction-step h3{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.instruction-step p{color:#b0b0b0;font-size:.9rem;line-height:1.5}@media (max-width:768px){.audition-header h1{font-size:2rem}.songs-grid,.camera-buttons{grid-template-columns:1fr}.instructions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.instructions-grid{grid-template-columns:1fr}.song-button,.camera-button{padding:1rem}.song-number{width:35px;height:35px;font-size:1rem}.step-number{width:40px;height:40px;font-size:1.1rem}}.loading-container,.error-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.error-message{color:#1da1f2;margin-bottom:1rem;font-size:1rem}.error-container button{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:.75rem 1.5rem;font-weight:500;transition:background-color .3s}.error-container button:hover{background:#dc2626}.modal-overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.primary-device-modal{text-align:center;background:linear-gradient(135deg,#2d2d2d 0%,#1a1a1a 100%);border:2px solid #1da1f2;border-radius:12px;width:90%;max-width:500px;padding:2rem}.primary-device-modal h2{color:#fff;margin-bottom:1rem;font-size:1.8rem;font-weight:600}.primary-device-modal p{color:#b0b0b0;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.modal-buttons{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.primary-device-btn{cursor:pointer;border:none;border-radius:8px;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.primary-device-btn.primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.primary-device-btn.primary:hover{background:#1a8cd8;transform:translateY(-2px);box-shadow:0 8px 25px #1da1f24d}.primary-device-btn.secondary{color:#fff;background:#007bff}.primary-device-btn.secondary:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 8px 25px #007bff4d}.modal-info{color:#b0b0b0;background:#0000004d;border-radius:6px;margin:0;padding:1rem;font-size:.9rem;line-height:1.5}.secondary-device-modal{text-align:center;background:linear-gradient(135deg,#2d2d2d 0%,#1a1a1a 100%);border:2px solid #007bff;border-radius:12px;width:90%;max-width:500px;padding:2rem}.secondary-device-modal h2{color:#fff;margin-bottom:1rem;font-size:1.8rem;font-weight:600}.secondary-device-modal p{color:#b0b0b0;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.secondary-device-btn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s}.secondary-device-btn:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 8px 25px #007bff4d}.login-container{background:#2a2a2a;border:1px solid #404040;border-radius:12px;max-width:400px;margin:20px auto;padding:24px;box-shadow:0 8px 32px #0000004d}.login-card{text-align:center}.login-header{margin-bottom:32px}.login-header .app-icon{filter:drop-shadow(0 0 10px #dc354580);margin-bottom:16px;font-size:48px}.login-header h1{color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-size:2.5rem;font-weight:700}.login-header .tagline{color:#a0a0a0;font-size:1rem;font-weight:400}.google-login-button{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#1da1f2,#1a8cd8);border:none;border-radius:8px;justify-content:center;align-items:center;gap:12px;width:100%;padding:16px 24px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.google-login-button:hover:not(:disabled){transform:translateY(-2px)}.google-login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.google-icon{justify-content:center;align-items:center;display:flex}.camera-container{background:#2a2a2a;border:1px solid #404040;border-radius:12px;max-width:800px;margin:0 auto;padding:20px;position:relative;box-shadow:0 8px 32px #0000004d}.camera-header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.back-button{color:#fff;cursor:pointer;background:#404040;border:none;border-radius:6px;padding:8px 16px;font-size:14px;transition:background-color .2s}.back-button:hover{background:#505050}.camera-header h2{color:#fff;margin:0;font-size:2rem;font-weight:600}.camera-container h2{text-align:center;color:#fff;margin-bottom:20px;font-size:2rem;font-weight:600}.error-message{color:#ff6b6b;background-color:#2a1a1a;border:1px solid #1da1f2;border-radius:6px;margin-bottom:20px;padding:12px 16px;font-size:14px;font-weight:500}.error-message[role=alert]{animation:.3s ease-out slideIn}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-section{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.form-input,.form-textarea{color:#fff;background-color:#333;border:2px solid #404040;border-radius:8px;padding:12px 16px;font-size:16px;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-textarea:focus{border-color:#1da1f2;outline:none;box-shadow:0 0 0 3px #dc35451a}.form-input::placeholder,.form-textarea::placeholder{color:#a0a0a0}.form-textarea{resize:vertical;min-height:80px;font-family:inherit}.status-section{background-color:#333;border-left:4px solid #1da1f2;border-radius:8px;margin-bottom:20px;padding:16px}.status-section p{color:#a0a0a0;margin:4px 0;font-size:14px;font-weight:500}.status-section p:first-child{color:#fff;font-weight:600}.camera-video{background-color:#000;border-radius:8px;width:100%;max-width:600px;height:auto;margin:0 auto 20px;display:block;box-shadow:0 4px 8px #0003}.controls-section{flex-direction:column;align-items:center;gap:16px;display:flex}.recording-controls{justify-content:center;align-items:center;gap:12px;display:flex}.record-button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:50px;min-width:200px;padding:16px 32px;font-size:18px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #007bff4d}.record-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #007bff66}.record-button:active:not(:disabled){transform:translateY(0)}.record-button.recording{background:linear-gradient(135deg,#1da1f2,#1a8cd8);animation:2s infinite pulse;box-shadow:0 4px 12px #dc35454d}.record-button.recording:hover:not(:disabled){box-shadow:0 6px 16px #dc354566}.record-button:disabled{cursor:not-allowed;box-shadow:none;opacity:.6;background:#404040;transform:none}.cancel-button{color:#fff;cursor:pointer;background-color:#6c757d;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:background-color .2s;display:flex}.cancel-button:hover:not(:disabled){background-color:#5a6268}.cancel-button:disabled{opacity:.6;cursor:not-allowed}.cancel-confirmation{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirmation-content{text-align:center;background-color:#2a2a2a;border:1px solid #404040;border-radius:12px;width:90%;max-width:400px;padding:24px}.confirmation-content p{color:#fff;margin:8px 0;font-size:16px}.confirmation-content p:first-child{font-size:18px;font-weight:600}.confirmation-buttons{justify-content:center;gap:12px;margin-top:20px;display:flex}.confirm-button{color:#fff;cursor:pointer;background-color:#1da1f2;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:background-color .2s}.confirm-button:hover{background-color:#c82333}.cancel-confirm-button{color:#fff;cursor:pointer;background-color:#6c757d;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:background-color .2s}.cancel-confirm-button:hover{background-color:#5a6268}@keyframes pulse{0%{box-shadow:0 4px 12px #dc35454d}50%{box-shadow:0 4px 20px #dc354580}to{box-shadow:0 4px 12px #dc35454d}}.recording-indicator-container{justify-content:center;align-items:center;min-height:40px;display:flex;position:relative}.recording-indicator{background-color:#1da1f2;border-radius:50%;width:20px;height:20px;animation:1s infinite blink;position:absolute;top:10px;left:10px;box-shadow:0 0 10px #dc354580}@keyframes blink{0%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.camera-b-info{text-align:center;color:#a0a0a0;max-width:400px;font-size:14px;font-style:italic;line-height:1.5}.user-info{background-color:#333;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;display:flex}.user-details{align-items:center;gap:12px;display:flex}.user-avatar{border:2px solid #1da1f2;border-radius:50%;width:40px;height:40px}.user-text{flex-direction:column;display:flex}.welcome-message{color:#fff;margin:0;font-size:1rem;font-weight:600}.user-id{color:#a0a0a0;margin:0;font-family:monospace;font-size:.75rem}.logout-button{color:#fff;cursor:pointer;background-color:#404040;border:none;border-radius:6px;padding:8px 16px;font-size:.875rem;transition:background-color .2s}.logout-button:hover:not(:disabled){background-color:#505050}.logout-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.camera-container{margin:10px;padding:16px}.camera-header{gap:12px;margin-bottom:20px}.back-button{padding:6px 12px;font-size:13px}.camera-header h2,.camera-container h2{font-size:1.5rem}.record-button{min-width:160px;padding:14px 24px;font-size:16px}.form-input,.form-textarea{padding:10px 14px;font-size:14px}.user-details{text-align:center;flex-direction:column}.user-avatar{width:64px;height:64px}.login-container{margin:10px;padding:20px}.login-header h1{font-size:2rem}}@media (max-width:480px){.camera-container{padding:12px}.camera-header{gap:8px;margin-bottom:16px}.back-button{padding:5px 10px;font-size:12px}.camera-header h2{font-size:1.25rem}.status-section{padding:12px}.record-button{min-width:140px;padding:12px 20px;font-size:14px}.login-container{padding:16px}.login-header h1{font-size:1.75rem}.google-login-button{padding:14px 20px;font-size:.875rem}}.dashboard-container{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden;width:100vw!important;max-width:100vw!important;min-height:100vh!important;box-shadow:none!important;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%)!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important}.dashboard-header{text-align:center;border-bottom:1px solid #404040;padding:2rem 0}.dashboard-header h1{color:#fff;margin:.5rem 0;font-size:2.5rem;font-weight:700}.dashboard-header .tagline{color:#b0b0b0;margin:0;font-size:1.1rem}.dashboard-layout{width:100%;max-width:100vw;min-height:calc(100vh - 200px);display:flex}.dashboard-nav{background:#ffffff0d;border-right:1px solid #404040;width:250px;padding:2rem 0}.nav-item{color:#b0b0b0;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.nav-item:hover{color:#1da1f2;background:#1da1f21a}.nav-item.active{color:#1da1f2;background:#1da1f233;border-right:3px solid #1da1f2}.nav-icon{flex-shrink:0;width:20px;height:20px}.dashboard-main{flex:1;width:calc(100vw - 250px);min-width:0;max-width:calc(100vw - 250px);padding:2rem;overflow-y:auto}.dashboard-section{width:100%;max-width:none;margin:0}.dashboard-section h2{color:#fff;border-bottom:2px solid #1da1f2;margin-bottom:2rem;padding-bottom:.5rem;font-size:2rem;font-weight:700}.section-content{background:#ffffff0d;border-radius:12px;margin-bottom:2rem;padding:2rem}.form-section{margin-bottom:2rem}.form-section h3{color:#1da1f2;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.form-group{margin-bottom:1rem}.form-group label{color:#b0b0b0;margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{color:#fff;background:#ffffff1a;border:2px solid #404040;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1da1f2;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.form-group textarea{resize:vertical;min-height:100px}.section-description{color:#9ca3af;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.rider-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.rider-category{background:#ffffff0d;border:1px solid #404040;border-radius:8px;padding:1.5rem}.rider-category h4{color:#fff;border-bottom:1px solid #404040;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600}.checkbox-group{flex-direction:column;gap:.75rem;display:flex}.checkbox-label{cursor:pointer;color:#d1d5db;border-radius:.375rem;align-items:center;gap:.75rem;padding:.5rem;font-size:.875rem;transition:background-color .2s;display:flex}.checkbox-label:hover{background:#ffffff0d}.checkbox-label input[type=checkbox]{accent-color:#1da1f2;cursor:pointer;flex-shrink:0;width:1.25rem;height:1.25rem}.quantity-select{color:#fff;cursor:pointer;background:#2a2a2a;border:1px solid #404040;border-radius:.25rem;min-width:3rem;margin-left:auto;padding:.25rem .5rem;font-size:.75rem}.quantity-select:focus{border-color:#1da1f2;outline:none}.calendar-grid{background:#ffffff0d;border:1px solid #404040;border-radius:8px;width:100%;max-width:400px;margin-top:1rem;overflow:hidden}.calendar-header{background:#404040;border-bottom:1px solid #555;justify-content:space-between;align-items:center;padding:1rem;display:flex}.calendar-nav-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.5rem;font-size:1.25rem;transition:background-color .2s}.calendar-nav-btn:hover{background:#555}.calendar-month{color:#fff;margin:0;font-size:1.125rem;font-weight:600}.calendar-body{background:#404040;grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.calendar-day-header{color:#d1d5db;text-align:center;background:#ffffff0d;padding:.75rem .5rem;font-size:.875rem;font-weight:500}.calendar-day{color:#fff;text-align:center;cursor:pointer;background:#ffffff0d;border:none;padding:.75rem .5rem;font-size:.875rem;transition:all .2s}.calendar-day:hover{background:#404040}.calendar-day.selected{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.calendar-day.today{border:2px solid #1da1f2}.calendar-day.empty{cursor:default;background:#ffffff05}.calendar-day.empty:hover{background:#ffffff05}.profile-actions{border-top:1px solid #404040;justify-content:center;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.save-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background-color .2s}.save-button:hover{background:#1a8cd8}.save-button:disabled{cursor:not-allowed;background:#6b7280}.profile-loading{color:#fff;background:#111827;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-spinner{border:2px solid #404040;border-top-color:#1da1f2;border-radius:50%;width:2rem;height:2rem;margin-bottom:1rem;animation:1s linear infinite spin}.spotify-verification{text-align:center;padding:1rem}.verification-description{color:#9ca3af;margin-bottom:1.5rem;line-height:1.5}.spotify-connect-btn{color:#fff;cursor:pointer;background:#1db954;border:none;border-radius:8px;margin-bottom:1.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.spotify-connect-btn:hover{background:#1ed760;transform:translateY(-1px)}.spotify-connect-btn:disabled{cursor:not-allowed;background:#6b7280;transform:none}.verification-loading{flex-direction:column;align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.verification-success{color:#10b981;flex-direction:column;align-items:center;gap:.5rem;margin:1.5rem 0;display:flex}.verification-error{color:#ef4444;flex-direction:column;align-items:center;gap:.5rem;margin:1.5rem 0;display:flex}.success-icon,.error-icon{font-size:2rem;font-weight:700}.verification-info{text-align:left;background:#ffffff0d;border:1px solid #404040;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.verification-info h4{color:#fff;margin-bottom:1rem;font-size:1rem}.verification-info ul{margin:0;padding:0;list-style:none}.verification-info li{color:#d1d5db;padding:.5rem 0 .5rem 1.5rem;font-size:.875rem;position:relative}.verification-info li:before{content:"âœ“";color:#10b981;font-weight:700;position:absolute;left:0}.spotify-verified{flex-direction:column;gap:1rem;display:flex}.spotify-profile{background:#ffffff0d;border:1px solid #404040;border-radius:8px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.spotify-avatar{object-fit:cover;border-radius:50%;width:80px;height:80px}.spotify-info h3{color:#fff;margin:0 0 .5rem;font-size:1.25rem}.artist-verification-badge{margin-bottom:.5rem}.verified-artist,.verified-account{color:#1db954;background:#1db95433;border:1px solid #1db9544d;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.pending-verification{color:#ffc107;background:#ffc10733;border:1px solid #ffc1074d;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.failed-verification{color:#ef4444;background:#ef444433;border:1px solid #ef44444d;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.spotify-info p{color:#d1d5db;margin:.25rem 0;font-size:.875rem}.spotify-about{background:#1db9541a;border:1px solid #1db9544d;border-radius:8px;margin:1rem 0;padding:1rem}.about-text{font-style:normal;font-weight:400;color:#e5e7eb!important;margin:0!important;font-size:.9rem!important;line-height:1.6!important}.verification-date{color:#9ca3af!important;font-size:.75rem!important}.spotify-link{color:#1db954;margin-top:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-block}.spotify-link:hover{text-decoration:underline}.reverify-btn{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #6b7280;border-radius:8px;align-self:flex-start;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.reverify-btn:hover{color:#fff;background:#404040;border-color:#9ca3af}.verify-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:8px;margin-top:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:background .3s}.verify-button:hover{background:#1a8cd8}.rider-section{margin-top:1rem}.rider-section h4{color:#b0b0b0;margin:1.5rem 0 1rem;font-size:1.1rem;font-weight:600}.rider-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.rider-item{background:#ffffff0d;border:1px solid #404040;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem;display:flex}.rider-item label{cursor:pointer;flex:1;align-items:center;gap:.5rem;font-weight:500;display:flex}.rider-item input[type=checkbox]{accent-color:#1da1f2;cursor:pointer;flex-shrink:0;width:1.25rem;height:1.25rem;margin:0}.quantity-select{color:#fff;background:#2a2a2a;border:1px solid #404040;border-radius:4px;width:60px;padding:.25rem;font-size:.9rem}.quantity-select option{color:#fff;background:#2a2a2a}.calendar-grid{text-align:center;color:#b0b0b0;background:#ffffff0d;border:1px solid #404040;border-radius:8px;padding:1rem}.certification-info{text-align:center;padding:2rem}.certification-info h3{color:#1da1f2;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.certification-info p{color:#b0b0b0;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.audition-portal-section{background:#ffffff0d;border:1px solid #404040;border-radius:12px;margin-top:2rem;padding:2rem}.audition-portal-section h4{color:#1da1f2;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.audition-portal-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.audition-portal-button:hover{background:#1a8cd8;transform:translateY(-2px)}.badge-api-info{text-align:center;padding:2rem}.badge-api-info h3{color:#1da1f2;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.badge-api-info p{color:#b0b0b0;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.api-placeholder{color:#666;background:#ffffff0d;border:1px solid #404040;border-radius:8px;padding:2rem;font-style:italic}@media (max-width:768px){.dashboard-layout{flex-direction:column}.dashboard-nav{border-bottom:1px solid #404040;border-right:none;width:100%;padding:.5rem 0}.nav-item{justify-content:center;padding:.75rem 1rem;font-size:.9rem}.nav-icon{width:18px;height:18px}.dashboard-main{width:100%;max-width:100%;padding:1rem}.dashboard-section{max-width:none;margin:0}.section-content{margin-bottom:1rem;padding:1rem}.form-grid,.rider-grid{grid-template-columns:1fr}.dashboard-header h1{font-size:2rem}.dashboard-header .tagline{font-size:1rem}.dashboard-section h2{font-size:1.5rem}.form-section h3{font-size:1.1rem}.profile-actions{flex-direction:column}.save-button{width:100%}}@media (max-width:480px){.dashboard-nav{padding:.25rem 0}.nav-item{padding:.5rem .75rem;font-size:.85rem}.nav-icon{width:16px;height:16px}.dashboard-main,.section-content{padding:.75rem}.dashboard-header{padding:1rem 0}.dashboard-header h1{font-size:1.75rem}.form-group input,.form-group select,.form-group textarea{padding:.5rem;font-size:.9rem}.rider-item{padding:.5rem}.quantity-select{width:50px;padding:.2rem;font-size:.8rem}.profile-section{padding:1rem}.profile-section h2{font-size:1.125rem}}.certification-success,.certification-pending{text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);border:1px solid #404040;border-radius:12px;flex-direction:column;align-items:center;gap:24px;padding:32px;display:flex}.certification-details{flex-direction:column;gap:16px;max-width:600px;display:flex}.certification-details h3{color:#1da1f2;margin:0;font-size:1.5rem;font-weight:700}.certification-details p{color:#b0b0b0;margin:0;font-size:1rem;line-height:1.6}.certified-songs{background:#14b8a61a;border:1px solid #dc35454d;border-radius:8px;margin-top:16px;padding:16px}.certified-songs h4{color:#1da1f2;margin:0 0 8px;font-size:1.125rem;font-weight:600}.certified-songs p{color:#b0b0b0;margin:0;font-size:.875rem}@media (max-width:768px){.certification-success,.certification-pending{gap:20px;padding:24px 16px}.certification-details h3{font-size:1.25rem}.certification-details p{font-size:.875rem}}.evaluator-dashboard-container{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);min-height:100vh;padding:20px}.evaluator-dashboard-header{text-align:center;margin-bottom:32px}.evaluator-dashboard-header h1{color:#1da1f2;margin:0 0 8px;font-size:2.5rem;font-weight:700}.evaluator-dashboard-header .tagline{color:#b0b0b0;margin:0;font-size:1rem}.evaluator-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px;display:grid}.stat-card{text-align:center;background:#2a2a2a;border:1px solid #404040;border-radius:8px;padding:20px}.stat-number{color:#1da1f2;margin-bottom:8px;font-size:2rem;font-weight:700}.stat-label{color:#b0b0b0;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem}.evaluator-content{max-width:1200px;margin:0 auto}.submissions-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.submissions-header h2{color:#fff;margin:0;font-size:1.5rem;font-weight:600}.filter-controls{gap:12px;display:flex}.status-filter{color:#fff;cursor:pointer;background:#1a1a1a;border:1px solid #404040;border-radius:6px;padding:8px 12px;font-size:.875rem}.status-filter:focus{border-color:#1da1f2;outline:none}.submissions-list{flex-direction:column;gap:16px;display:flex}.submission-card{background:#2a2a2a;border:1px solid #404040;border-radius:8px;justify-content:space-between;align-items:center;padding:20px;transition:all .2s;display:flex}.submission-card:hover{border-color:#1da1f2;transform:translateY(-2px);box-shadow:0 4px 12px #dc354533}.submission-info{flex:1}.submission-artist h3{color:#fff;margin:0 0 4px;font-size:1.125rem;font-weight:600}.submission-artist .song-name{color:#b0b0b0;margin:0 0 8px;font-size:.875rem}.submission-meta{align-items:center;gap:16px;display:flex}.submission-date{color:#666;font-size:.75rem}.submission-status{text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:600}.submission-actions{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.review-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:6px;min-width:120px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:all .2s}.review-btn:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}.review-btn:disabled{color:#666;cursor:not-allowed;background:#404040;transform:none}.evaluation-summary{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.score{color:#b0b0b0;font-size:.75rem}.decision{font-size:.75rem;font-weight:600}.no-submissions{text-align:center;background:#2a2a2a;border:1px solid #404040;border-radius:8px;padding:40px 20px}.no-submissions p{color:#b0b0b0;margin:0 0 8px}.no-submissions p:last-child{margin:0}.access-denied{text-align:center;background:#2a2a2a;border:1px solid #404040;border-radius:8px;max-width:400px;margin:0 auto;padding:40px 20px}.access-denied h2{color:#1da1f2;margin:0 0 16px}.access-denied p{color:#b0b0b0;margin:0 0 20px}.access-denied button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:6px;padding:10px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.access-denied button:hover{background:#c82333;transform:translateY(-1px)}@media (max-width:768px){.evaluator-dashboard-container{padding:16px}.evaluator-dashboard-header h1{font-size:2rem}.evaluator-stats{grid-template-columns:repeat(2,1fr);gap:16px}.submissions-header,.submission-card{flex-direction:column;align-items:flex-start;gap:16px}.submission-actions{align-items:flex-start;width:100%}.review-btn{width:100%}}@media (max-width:480px){.evaluator-stats{grid-template-columns:1fr}.stat-card,.submission-card{padding:16px}}.evaluator-login-container{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.evaluator-login-card{background:#2a2a2a;border:1px solid #404040;border-radius:12px;width:100%;max-width:420px;padding:40px;box-shadow:0 8px 32px #0000004d}.evaluator-header{text-align:center;margin-bottom:32px}.evaluator-header h1{color:#1da1f2;margin:0 0 8px;font-size:2.5rem;font-weight:700}.evaluator-header .tagline{color:#b0b0b0;margin:0;font-size:1rem}.evaluator-login-content{text-align:center}.evaluator-login-content h2{color:#fff;margin:0 0 8px;font-size:1.5rem;font-weight:600}.evaluator-login-content p{color:#b0b0b0;margin:0 0 24px;font-size:.875rem;line-height:1.5}.login-options{flex-direction:column;gap:16px;display:flex}.google-login-btn{color:#333;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:12px;width:100%;padding:12px 20px;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.google-login-btn:hover:not(:disabled){background:#f5f5f5;transform:translateY(-1px)}.google-login-btn:disabled{opacity:.6;cursor:not-allowed}.divider{text-align:center;margin:8px 0;position:relative}.divider:before{content:"";background:#404040;height:1px;position:absolute;top:50%;left:0;right:0}.divider span{color:#b0b0b0;background:#2a2a2a;padding:0 16px;font-size:.875rem}.email-login-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;display:flex}.form-group input{color:#fff;background:#1a1a1a;border:1px solid #404040;border-radius:6px;padding:12px 16px;font-size:1rem;transition:border-color .2s}.form-group input:focus{border-color:#1da1f2;outline:none}.form-group input::placeholder{color:#666}.email-login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:6px;padding:12px 20px;font-size:1rem;font-weight:500;transition:all .2s}.email-login-btn:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}.email-login-btn:disabled{opacity:.6;cursor:not-allowed}.evaluator-footer{border-top:1px solid #404040;margin-top:24px;padding-top:20px}.evaluator-footer p{color:#666;margin:0;font-size:.75rem;line-height:1.4}.loading-spinner{border:2px solid #404040;border-top-color:#1da1f2;border-radius:50%;width:24px;height:24px;margin:0 auto 16px;animation:1s linear infinite spin}.loading-spinner-small{border:2px solid #404040;border-top-color:#333;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}@media (max-width:480px){.evaluator-login-container{padding:16px}.evaluator-login-card{padding:24px}.evaluator-header h1{font-size:2rem}}.evaluator-review-container{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);min-height:100vh;padding:20px}.evaluator-review-header{margin-bottom:32px}.back-btn{color:#b0b0b0;cursor:pointer;background:0 0;border:1px solid #404040;border-radius:6px;margin-bottom:16px;padding:8px 16px;font-size:.875rem;transition:all .2s}.back-btn:hover{color:#1da1f2;border-color:#1da1f2}.evaluator-review-header h1{color:#1da1f2;margin:0 0 8px;font-size:2rem;font-weight:700}.submission-info{color:#b0b0b0;margin:0;font-size:.875rem}.evaluator-review-content{grid-template-columns:1fr 1fr;gap:32px;max-width:1400px;margin:0 auto;display:grid}.video-section{flex-direction:column;gap:24px;display:flex}.video-player,.reference-player{background:#2a2a2a;border:1px solid #404040;border-radius:8px;padding:20px}.video-player h3,.reference-player h3{color:#fff;margin:0 0 16px;font-size:1.125rem;font-weight:600}.recording-video{background:#1a1a1a;border-radius:6px;width:100%}.spotify-embed{border-radius:6px;overflow:hidden}.evaluation-section{background:#2a2a2a;border:1px solid #404040;border-radius:8px;padding:24px}.evaluation-section h2{color:#fff;margin:0 0 24px;font-size:1.5rem;font-weight:600}.error-message{color:#1da1f2;background:#2d1b1b;border:1px solid #1da1f2;border-radius:6px;margin-bottom:20px;padding:12px;font-size:.875rem}.scoring-grid{gap:20px;margin-bottom:24px;display:grid}.score-item{flex-direction:column;gap:8px;display:flex}.score-item label{color:#fff;font-size:.875rem;font-weight:500}.score-control{align-items:center;gap:12px;display:flex}.score-slider{cursor:pointer;-webkit-appearance:none;background:#404040;border-radius:3px;outline:none;flex:1;height:6px}.score-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:50%;width:20px;height:20px}.score-slider::-moz-range-thumb{cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:50%;width:20px;height:20px}.score-value{color:#1da1f2;text-align:center;min-width:24px;font-size:1.125rem;font-weight:600}.notes-section{margin-bottom:24px}.notes-section label{color:#fff;margin-bottom:8px;font-size:.875rem;font-weight:500;display:block}.notes-textarea{color:#fff;resize:vertical;background:#1a1a1a;border:1px solid #404040;border-radius:6px;width:100%;min-height:100px;padding:12px;font-size:.875rem}.notes-textarea:focus{border-color:#1da1f2;outline:none}.notes-textarea::placeholder{color:#666}.decision-section{margin-bottom:24px}.decision-section label{color:#fff;margin-bottom:12px;font-size:.875rem;font-weight:500;display:block}.decision-buttons{gap:12px;display:flex}.decision-btn{color:#b0b0b0;cursor:pointer;background:#2a2a2a;border:2px solid #404040;border-radius:6px;flex:1;padding:12px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.decision-btn:hover{color:#1da1f2;border-color:#1da1f2}.decision-btn.selected{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-color:#1da1f2}.action-buttons{gap:12px;display:flex}.save-draft-btn{color:#fff;cursor:pointer;background:#404040;border:none;border-radius:6px;flex:1;padding:12px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.save-draft-btn:hover:not(:disabled){background:#4a4a4a}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:6px;flex:2;padding:12px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.submit-btn:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}.submit-btn:disabled,.save-draft-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:400px;display:flex}.access-denied,.error-container{text-align:center;background:#2a2a2a;border:1px solid #404040;border-radius:8px;max-width:400px;margin:0 auto;padding:40px 20px}.access-denied h2,.error-container h2{color:#1da1f2;margin:0 0 16px}.access-denied p,.error-container p{color:#b0b0b0;margin:0 0 20px}.access-denied button,.error-container button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:6px;padding:10px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.access-denied button:hover,.error-container button:hover{background:#c82333;transform:translateY(-1px)}@media (max-width:1024px){.evaluator-review-content{grid-template-columns:1fr;gap:24px}}@media (max-width:768px){.evaluator-review-container{padding:16px}.evaluator-review-header h1{font-size:1.5rem}.video-player,.reference-player,.evaluation-section{padding:16px}.scoring-grid{gap:16px}.action-buttons,.decision-buttons{flex-direction:column}}@media (max-width:480px){.score-control{flex-direction:column;align-items:flex-start;gap:8px}.score-slider{width:100%}}.how-it-works-page-container{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);min-height:100vh;padding:4rem 1rem 2rem}.back-button-container{max-width:64rem;margin:0 auto 2rem;padding:0 1rem}.back-button{color:#b0b0b0;cursor:pointer;background:0 0;border:1px solid #404040;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.content-wrapper{max-width:64rem;margin:0 auto;padding:0 1rem}.page-header{text-align:center;margin-bottom:4rem}.page-title{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:700}.content-section{margin-bottom:3rem}.section-title{color:#f3f4f6;text-align:left;margin-bottom:1.5rem;font-size:1.75rem;font-weight:600}.content-paragraph{color:#d1d5db;text-align:left;max-width:none;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}@media (max-width:640px){.how-it-works-page-container{padding:3rem 1rem 1rem}.content-wrapper{padding:0}.back-button-container{margin-bottom:1.5rem;padding:0}.page-title{font-size:2.25rem}.section-title{font-size:1.5rem}.content-paragraph{font-size:1rem}}@media (min-width:640px){.content-wrapper,.back-button-container{padding:0 2rem}.page-title{font-size:3.5rem}}@media (min-width:768px){.page-title{font-size:4rem}.section-title{font-size:2rem}.content-paragraph{font-size:1.25rem}}@media (min-width:1024px){.page-title{font-size:4.5rem}.content-wrapper,.back-button-container{padding:0 4rem}}.landing-container{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);min-height:100vh}.top-signin-button{color:#fff;cursor:pointer;z-index:100;background:linear-gradient(135deg,#1da1f2 0%,#215bf8 100%);border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;position:absolute;top:2rem;right:2rem}.top-signin-button:hover{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);transform:translateY(-1px)}.top-signin-button:disabled{cursor:not-allowed;background:#6b7280;transform:none}.hero-section{justify-content:center;align-items:center;min-height:100vh;padding:4rem 1rem 2rem;display:flex;position:relative}.hero-background{background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);position:absolute;inset:0}.hero-overlay{background:#00000080;position:absolute;inset:0}.hero-content{z-index:10;text-align:center;max-width:90rem;margin:0 auto;padding:0 2rem;position:relative}.hero-icon{justify-content:center;margin-bottom:2rem;display:flex}.hero-icon-container{position:relative}.hero-logo{object-fit:contain;width:90%;max-width:1200px;height:auto;margin:0 auto}.hero-badge{background:#1da1f2;border-radius:50%;padding:.25rem;position:absolute;top:-.5rem;right:-.5rem}.hero-headline{color:#d1d5db;text-align:center;max-width:80rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:3rem;font-weight:300;line-height:1.2}.hero-verified-group{color:#fff;align-items:center top;white-space:nowrap;gap:.2rem;font-weight:700;display:inline-flex}.verified-badge-icon{color:#fff;background:#1d79f2;border-radius:50%;flex-shrink:0;width:40px;height:40px;display:inline-block;box-shadow:0 2px 8px #0000001a}.hero-tagline{color:#e5e7eb;margin-bottom:1rem;font-size:1.3rem;font-weight:700;line-height:1.3}.hero-subheadline{color:#d1d5db;max-width:70rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.cta-buttons{flex-direction:column;justify-content:center;gap:1rem;max-width:30rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:flex}.cta-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #3b82f64d}.cta-primary:hover{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.cta-secondary{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #9ca3af;border-radius:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:500;transition:all .2s}.cta-secondary:hover{background:#374151}.cta-tertiary{color:#9ca3af;cursor:pointer;background:0 0;border:1px solid #6b7280;border-radius:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:500;transition:all .2s}.cta-tertiary:hover{color:#d1d5db;background:#374151}.cta-tertiary:disabled{color:#9ca3af;cursor:not-allowed;background:#6b7280}.audition-section{border-top:1px solid #374151;max-width:30rem;margin-left:auto;margin-right:auto;padding-top:2rem}.audition-text{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.audition-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1da1f2 0%,#1d79f2 100%);border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s;transform:scale(1);box-shadow:0 2px 8px #3b82f64d}.audition-button:hover{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.features-section{background:#111827;padding:5rem 1rem}.features-container{max-width:72rem;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem}.features-title{text-align:center;color:#fff;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;display:flex}.features-logo{vertical-align:baseline;width:auto;height:4rem;margin:.1em 0 0}.features-subtitle{color:#d1d5db;text-align:left;max-width:70rem;margin:0 auto 1.5rem;font-size:1.25rem;line-height:1.6}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;background:#1f2937;border-radius:.5rem;padding:2rem}.feature-icon{color:#1da1f2;width:3rem;height:3rem;margin:0 auto 1rem}.feature-icon *{stroke:#1da1f2}.feature-title{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.feature-description{color:#d1d5db}.how-it-works-section{background:#000;padding:5rem 1rem}.cta-section{text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);padding:5rem 1rem}.cta-container{max-width:64rem;margin:0 auto}.cta-title{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.cta-subtitle{color:#d1d5db;text-align:left;max-width:70rem;margin:0 auto 1.5rem;font-size:1.25rem;line-height:1.6}.cta-buttons{flex-direction:column;justify-content:center;gap:1rem;max-width:30rem;margin:0 auto;display:flex}.how-it-works-container{text-align:center;max-width:64rem;margin:0 auto}.how-it-works-cta{flex-direction:column;align-items:center;gap:1rem;margin-top:3rem;display:flex}.how-it-works-cta-text{color:#d1d5db;text-align:center;max-width:40rem;margin:0;font-size:1.125rem}.how-it-works-title{margin-bottom:4rem;font-size:2.5rem;font-weight:700}.how-it-works-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.step-number{background:linear-gradient(135deg,#1da1f2 0%,#215bf8 100%);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex}.step-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.step-description{color:#9ca3af}.landing-footer{background:#111827;padding:3rem 1rem}.footer-container{text-align:center;max-width:72rem;margin:0 auto}.footer-icon{justify-content:center;margin-bottom:.5rem;display:flex}.footer-logo{object-fit:contain;width:72px;height:auto;margin-bottom:0}.footer-text{color:#9ca3af;margin-top:0;margin-bottom:1rem}.footer-copyright{color:#6b7280;font-size:.875rem}.contact-section{background:#000;padding:5rem 1rem}.contact-container{text-align:center;max-width:64rem;margin:0 auto}.contact-section .contact-title{margin-bottom:1rem;font-size:3rem;font-weight:700;color:#fff!important}.contact-section h2{color:#fff!important}.contact-subtitle{color:#d1d5db;max-width:48rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.contact-form-container{background:#1f2937;border-radius:.5rem;max-width:48rem;margin:0 auto;padding:2rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{text-align:left;flex-direction:column;gap:.5rem;display:flex}.form-label{color:#d1d5db;font-size:.875rem;font-weight:500}.contact-form .form-input,.contact-form .form-select,.contact-form .form-textarea{color:#fff;padding:.75rem;font-size:1rem;transition:border-color .2s;background:#374151!important;border:1px solid #4b5563!important;border-radius:.5rem!important}.phone-code-select{color:#fff;background-color:#374151;border:1px solid #4b5563;border-radius:.5rem;padding:.75rem}.phone-code-select option{color:#fff;background-color:#1f2937}.form-select option{color:#fff;background:#374151;padding:.5rem}.form-select:focus option{color:#fff;background:#374151}.contact-form .form-input:focus,.contact-form .form-select:focus,.contact-form .form-textarea:focus{border-color:#1da1f2!important;outline:none!important;box-shadow:0 0 0 3px #1da1f226!important}.contact-form .form-textarea{resize:vertical;min-height:120px}.contact-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);border:none;border-radius:.5rem;margin-top:1rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #3b82f64d}.contact-submit-btn:hover{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.contact-submit-btn:disabled{cursor:not-allowed;background:#6b7280}.success-message{color:#fff;text-align:center;background:#10b981;border-radius:.5rem;margin-top:1rem;padding:1rem;font-weight:500}.error-message{color:#fff;text-align:center;background:#ef4444;border-radius:.5rem;margin-top:1rem;padding:1rem;font-weight:500}.waitlist-form-section{background:0 0;border:none;border-radius:.5rem;max-height:0;margin:0;transition:max-height .4s ease-in-out,padding .4s ease-in-out;overflow:hidden}.waitlist-form-section.waitlist-form-open{background:#1f2937;border:1px solid #374151;max-height:2000px;margin:1.5rem 0;padding:1.5rem}.waitlist-form-container{max-width:100%;margin:0;padding:0}.waitlist-form-header{border-bottom:1px solid #374151;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.waitlist-form-header h2{color:#fff;margin:0;font-size:1.5rem;font-weight:600}.waitlist-form-close{color:#9ca3af;cursor:pointer;background:0 0;border:1px solid #4b5563;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:flex}.waitlist-form-close:hover{color:#d1d5db;background:#374151}.waitlist-form{flex-direction:column;gap:1.5rem;display:flex}.waitlist-form .form-row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.waitlist-form .form-group{flex-direction:column;gap:.5rem;display:flex}.waitlist-form label{color:#d1d5db;font-size:.875rem;font-weight:500}.waitlist-form input{color:#fff;background:#111827;border:1px solid #374151;border-radius:.375rem;padding:.75rem;font-size:1rem;transition:border-color .2s}.waitlist-form input:focus{border-color:#1da1f2;outline:none;box-shadow:0 0 0 3px #1da1f226}.waitlist-form-actions{justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.audition-section .waitlist-form-actions{justify-content:center;margin-top:1.5rem}.modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-container{background:#1f2937;border:1px solid #374151;border-radius:.75rem;width:100%;max-width:500px;padding:1.5rem;box-shadow:0 10px 30px #00000080}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.modal-header h2{margin:0}.modal-close{color:#9ca3af;cursor:pointer;background:0 0;border:1px solid #4b5563;border-radius:6px;width:36px;height:36px;font-size:1.25rem}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}@media (max-width:640px){.hero-content{padding:0 1rem}.verified-badge-icon{width:40px;height:40px}.features-container,.how-it-works-container,.cta-container,.contact-container{padding:0 1rem}.features-section,.how-it-works-section,.cta-section,.contact-section{padding-left:1rem;padding-right:1rem}.waitlist-form-section.waitlist-form-open{margin:1rem 0;padding:1rem}.waitlist-form .form-row{grid-template-columns:1fr}.waitlist-form-actions{flex-direction:column}.waitlist-form-actions button{width:100%}.audition-section .waitlist-form-actions{flex-direction:column}.audition-section .waitlist-form-actions button{width:100%}}@media (min-width:640px){.hero-content,.features-container,.how-it-works-container,.cta-container,.contact-container{padding:0 2rem}.cta-buttons{flex-direction:row;max-width:40rem}.cta-title{font-size:3rem}.hero-headline{font-size:4rem}.verified-badge-icon{width:50px;height:50px}.hero-tagline{font-size:2rem}.hero-subheadline{font-size:1.5rem}.hero-logo{width:90%;max-width:1200px;height:auto;margin:0 auto}}@media (min-width:768px){.cta-title{font-size:3.5rem}.hero-headline{font-size:5rem}.verified-badge-icon{width:60px;height:60px}.hero-tagline{font-size:2.25rem}.hero-content{padding:0 4rem}.hero-logo{width:90%;max-width:1200px;height:auto;margin:0 auto}.features-grid{grid-template-columns:repeat(3,1fr)}.how-it-works-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.cta-title{font-size:4rem}.hero-headline{font-size:6rem}.verified-badge-icon{width:60px;height:60px}.hero-tagline{font-size:2.5rem}.hero-content{padding:0 6rem}.hero-logo{width:95%;max-width:1400px;height:auto;margin:0 auto}}.google-one-tap-container{z-index:1000;position:fixed;top:1rem;right:2rem}.account-indicator{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#1a1a1af2;border-bottom:1px solid #404040;justify-content:flex-end;align-items:center;padding:.75rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.back-btn{color:#b0b0b0;cursor:pointer;background:0 0;border:1px solid #404040;border-radius:6px;margin-right:auto;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s}.back-btn:hover{color:#fff;background:#404040;border-color:#505050}.account-actions{align-items:center;gap:.75rem;display:flex}.home-btn{color:#b0b0b0;cursor:pointer;background:0 0;border:1px solid #404040;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s}.home-btn:hover{color:#fff;background:#404040;border-color:#505050}.profile-btn{color:#b0b0b0;cursor:pointer;background:0 0;border:1px solid #404040;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s}.profile-btn:hover{color:#fff;background:#404040;border-color:#505050}.signout-btn{color:#1da1f2;cursor:pointer;background:0 0;border:1px solid #1da1f2;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s}.signout-btn:hover{color:#fff;background:linear-gradient(135deg,#1da1f2 0%,#215bf8 100%)}.onepager-container{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:auto}.onepager-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1af2;border-bottom:1px solid #ffffff1a;padding:1rem 0}.header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo-section{align-items:center;gap:.75rem;display:flex}.logo-image{cursor:pointer;width:8rem;height:auto;transition:transform .2s,opacity .2s}.logo-section a:hover .logo-image,.logo-image:hover{opacity:.9;transform:translateY(-2px)scale(1.05)}.tagline{color:#d1d5db;margin:0;font-size:1.1rem;font-weight:500}.tagline-verified-group{white-space:nowrap;align-items:center;gap:.2rem;display:inline-flex}.tagline-verified{color:#fff;font-weight:600}.tagline-badge-icon{color:#fff;background:#1d79f2;border-radius:50%;flex-shrink:0;width:1.1rem;height:1.1rem;padding:.1rem;display:inline-block}.onepager-main{flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex}.title-section{text-align:center;margin-bottom:1rem}.title-section h2{color:#fff;text-shadow:0 2px 4px #0000004d;margin:0;font-size:2.5rem;font-weight:800}.problem-solution-grid,.validation-moat-section{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.problem-card,.solution-card,.validation-card,.moat-card,.market-card,.ask-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937f2;border:1px solid #4b55634d;border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 32px #0000004d}.problem-card:hover,.solution-card:hover,.validation-card:hover,.moat-card:hover,.market-card:hover,.ask-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.card-header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.card-icon{width:1.5rem;height:1.5rem}.problem-icon{color:#ef4444}.solution-icon{color:#10b981}.validation-icon{color:#3b82f6}.moat-icon{color:#8b5cf6}.market-icon{color:#f59e0b}.ask-icon{color:#06b6d4}.card-header h3{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.card-content p{color:#d1d5db;margin-bottom:1rem;font-size:1.1rem}.card-content ul{margin:1rem 0;padding-left:1.5rem}.card-content li{color:#d1d5db;margin-bottom:.5rem;font-size:1.1rem}.solution-features{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid;grid-template-columns:1fr 1fr!important;place-items:start!important}.feature-item{text-align:left;background:#10b9811a;border-left:3px solid #10b981;border-radius:8px;justify-content:flex-start;align-items:center;gap:.5rem;padding:.75rem;display:flex}.feature-icon{color:#10b981;flex-shrink:0;width:2rem;height:2rem}.feature-item{text-align:left!important;justify-content:flex-start!important}.validation-highlight{background:#3b82f61a;border-left:3px solid #3b82f6;border-radius:8px;align-items:center;gap:.5rem;margin:1rem 0;padding:1rem;display:flex}.highlight-icon{color:#3b82f6;flex-shrink:0;width:1.25rem;height:1.25rem}.support-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:.5rem;margin-top:1rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-block;box-shadow:0 2px 8px #3b82f64d}.support-button:hover{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.competitive-advantage{background:#8b5cf61a;border-left:3px solid #8b5cf6;border-radius:8px;margin-top:1rem;padding:1rem}.business-model-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937f2;border:1px solid #4b55634d;border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000004d}.section-header{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.section-icon{color:#10b981;width:1.5rem;height:1.5rem}.section-header h3{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.revenue-streams-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.revenue-item{background:#10b9810d;border:1px solid #10b98133;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:transform .3s;display:flex}.revenue-item:hover{transform:translateY(-2px)}.revenue-icon{flex-shrink:0;font-size:2rem}.revenue-content h4{color:#fff;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.revenue-content p{color:#d1d5db;margin:0;font-size:.9rem}.market-scale-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937f2;border:1px solid #4b55634d;border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000004d}.market-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-item{text-align:center;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:12px;padding:1.5rem}.stat-number{color:#f59e0b;margin-bottom:.5rem;font-size:2rem;font-weight:800;display:block}.stat-label{color:#d1d5db;font-size:.9rem;font-weight:500}.projection-highlights{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.projection-item{background:#f59e0b0d;border-left:4px solid #f59e0b;border-radius:12px;padding:1.5rem}.projection-item h4{color:#fff;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.projection-item p{color:#d1d5db;margin:0;font-size:.9rem}.tam-breakdown{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.tam-item{background:#f59e0b0d;border-left:4px solid #f59e0b;border-radius:12px;padding:1.5rem}.tam-item h4{color:#fff;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.tam-item p{color:#d1d5db;margin:0;font-size:.9rem}.financial-ask-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937f2;border:1px solid #4b55634d;border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000004d}.ask-highlight{margin-bottom:2rem}.ask-highlight h4{color:#fff;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.ask-highlight ul{margin:0;padding-left:1.5rem}.ask-highlight li{color:#d1d5db;margin-bottom:.5rem}.use-of-proceeds h4{color:#fff;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.proceeds-breakdown{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.proceeds-item{background:#06b6d41a;border:1px solid #06b6d433;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.proceeds-label{color:#fff;font-weight:500}.proceeds-percentage{color:#06b6d4;font-size:1.1rem;font-weight:700}.revenue-snapshot-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937f2;border:1px solid #4b55634d;border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000004d}.revenue-content-grid{grid-template-columns:1fr 1fr;gap:2rem;width:100%;max-width:100%;margin-top:2rem;display:grid;overflow:hidden}.revenue-table-container{transform-origin:0 0;width:100%}.revenue-table{border-collapse:collapse;background:#1f2937;border-radius:8px;width:100%;box-shadow:0 4px 16px #0000004d}.revenue-table th,.revenue-table td{text-align:left;border-bottom:1px solid #374151;padding:.75rem 1rem}.revenue-table th{color:#fff;background:#111827;font-size:.875rem;font-weight:600}.revenue-table td{color:#d1d5db;font-size:.875rem}.total-row{background:#10b9811a;font-weight:700}.total-row td{color:#fff;font-size:.875rem}.adoption-rate-row td{color:#d1d5db;background:#111827;border-bottom:2px solid #374151;font-size:.875rem;font-weight:600}.certifications-row td{background-color:#3b82f699;border-left:3px solid #3b82f6}.booking-saas-row td{background-color:#10b9818c;border-left:3px solid #10b981}.api-listings-row td{background-color:#f59e0b8c;border-left:3px solid #f59e0b}.ticketing-affiliate-row td{background-color:#ef44448c;border-left:3px solid #ef4444}.co-marketing-row td{background-color:#8b5cf68c;border-left:3px solid #8b5cf6}.logo-licensing-row td{background-color:#06b6d48c;border-left:3px solid #06b6d4}.badge-subscriptions-row td{background-color:#84cc168c;border-left:3px solid #84cc16}.custom-legend{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:1rem;padding:1rem;display:grid}.legend-item{align-items:center;gap:.5rem;display:flex}.legend-color{border-radius:2px;width:12px;height:12px}.legend-text{color:#d1d5db;font-size:clamp(.6rem,1.2vw,.75rem)}.revenue-chart-container{transform-origin:100% 0;width:100%;margin-bottom:0;overflow:hidden}.revenue-chart-container h4{color:#fff;text-align:center;margin:0 0 clamp(.75rem,1vw,1rem);font-size:clamp(1rem,2.5vw,1.25rem);font-weight:600}.chart-wrapper{background:#1f2937;border:1px solid #374151;border-radius:12px;flex-direction:column;width:100%;height:100%;min-height:400px;padding:clamp(0rem,2vw,0rem);display:flex;overflow:visible;box-shadow:0 4px 16px #0000004d}.chart-wrapper .recharts-text{font-size:.875rem!important}.chart-wrapper .recharts-bar-label{fill:#fff!important;font-size:.875rem!important;font-weight:700!important}.chart-wrapper .recharts-cartesian-axis-tick-value,.chart-wrapper .recharts-legend-item-text{font-size:.875rem!important}.chart-wrapper .recharts-responsive-container{flex:1;height:100%!important}.chart-wrapper .recharts-cartesian-axis-x .recharts-text{visibility:visible!important;opacity:1!important;display:block!important}.chart-wrapper .recharts-cartesian-axis-x .recharts-cartesian-axis-tick-value{visibility:visible!important;opacity:1!important;text-overflow:unset!important;white-space:nowrap!important;display:block!important;overflow:visible!important}.chart-wrapper .recharts-wrapper,.chart-wrapper .recharts-surface{overflow:visible!important}.chart-tooltip{color:#fff;background:#000000e6;border-radius:6px;padding:.75rem;font-size:.85rem;box-shadow:0 4px 12px #0000004d}.tooltip-label{color:#fbbf24;margin-bottom:.5rem;font-weight:600}.tooltip-total{color:#10b981;border-top:1px solid #fff3;margin-top:.5rem;padding-top:.5rem;font-weight:700}.team-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937f2;border:1px solid #4b55634d;border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000004d}.team-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;display:grid}.team-member{align-items:flex-start;gap:1.5rem;display:flex}.member-image{flex-shrink:0}.member-image img{object-fit:cover;border:3px solid #4b55634d;border-radius:50%;width:120px;height:120px}.member-info h4{color:#fff;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.member-link{color:#fff;text-decoration:none;transition:color .2s}.member-link:hover{color:#3b82f6}.member-contact{border-top:1px solid #4b55634d;margin-top:1rem;padding-top:1rem}.contact-info,.contact-phone{margin:.25rem 0;font-size:.9rem}.contact-email a,.contact-phone a{color:#10b981;text-decoration:none;transition:color .2s}.contact-email a:hover,.contact-phone a:hover{color:#059669;text-decoration:underline}.member-title{color:#3b82f6;margin:0 0 1rem;font-size:1rem;font-weight:500}.member-description{color:#d1d5db;margin:0;font-size:1.1rem;line-height:1.6}@media (max-width:810px){.onepager-main{padding:1rem}.header-content{flex-direction:column;gap:.5rem;padding:0 1rem}.logo-image{width:6rem}.tagline{font-size:1rem}.title-section h2{font-size:2rem}.problem-solution-grid,.validation-moat-section{grid-template-columns:1fr}.revenue-content-grid{gap:clamp(1rem,3vw,2rem)}.ask-content-grid{grid-template-columns:1fr;gap:1.5rem}.revenue-streams-grid,.projection-highlights,.tam-breakdown{grid-template-columns:1fr}.proceeds-breakdown{grid-template-columns:repeat(2,1fr)}.market-stats{grid-template-columns:1fr}.revenue-table{font-size:.8rem}.revenue-table th,.revenue-table td{padding:.5rem .75rem}}@media (max-width:480px){.onepager-main{padding:.5rem}.onepager-header{padding:.75rem 1rem}.logo-image{width:5rem}.tagline{font-size:.9rem}.problem-card,.solution-card,.validation-card,.moat-card,.market-card,.ask-card,.business-model-section,.market-scale-section,.financial-ask-section,.revenue-snapshot-section,.team-section{padding:1.5rem}.title-section h2{font-size:1.75rem}.card-header h3,.section-header h3{font-size:1.25rem}.revenue-table{font-size:.7rem}.revenue-table th,.revenue-table td{padding:.4rem .2rem}.proceeds-breakdown{grid-template-columns:1fr}.custom-legend{grid-template-columns:1fr;gap:.2rem}.legend-text{font-size:.65rem}.member-image img{width:80px;height:80px}.member-title{font-size:.9rem}.member-description{font-size:.85rem}}@media (max-width:950px){.team-grid{grid-template-columns:1fr}}@media (max-width:1024px) and (min-width:769px){.revenue-content-grid{transform-origin:50%;transform:scale(.95)}}@media (max-width:900px) and (min-width:769px){.revenue-content-grid{transform-origin:50%;transform:scale(.9)}}@media (max-width:800px) and (min-width:769px){.revenue-content-grid{transform-origin:50%;transform:scale(.85)}}@media (max-width:810px){.revenue-content-grid{gap:clamp(1rem,3vw,2rem);transform:scale(1);grid-template-columns:1fr!important}}@media (max-width:600px){.revenue-content-grid{transform-origin:50%;gap:clamp(.75rem,2.5vw,1.5rem);transform:scale(.9);grid-template-columns:1fr!important}}@media (max-width:400px){.onepager-main{padding:.25rem}.problem-card,.solution-card,.validation-card,.moat-card,.market-card,.ask-card,.business-model-section,.market-scale-section,.financial-ask-section,.revenue-snapshot-section,.team-section{padding:1rem}.revenue-content-grid{transform-origin:50%;gap:clamp(.5rem,2vw,1rem);transform:scale(.8);grid-template-columns:1fr!important}}@media print{.onepager-container{background:#fff}.onepager-header{background:#fff;border-bottom:2px solid #000}.problem-card,.solution-card,.validation-card,.moat-card,.market-card,.ask-card,.business-model-section,.market-scale-section,.financial-ask-section,.revenue-snapshot-section{box-shadow:none;break-inside:avoid;background:#fff;border:1px solid #ddd}.chart-wrapper{box-shadow:none;background:#fff;border:1px solid #ddd}}.pitch-deck-container{color:#fff;background:#111827;flex-direction:column;width:100%;min-height:100vh;display:flex}.pitch-header{background:#1f2937;border-bottom:1px solid #374151;padding:1rem}.pitch-header-content{align-items:center;gap:2rem;max-width:72rem;margin:0 auto;display:flex}.back-button{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #6b7280;border-radius:.375rem;align-items:center;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:inline-flex}.back-button:hover{color:#fff;background:#374151;border-color:#9ca3af}.pitch-title{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.slides-container{flex:1;width:100%;max-width:72rem;margin:0 auto;padding:2rem 1rem}.slides-container iframe{background:#1f2937;border-radius:.5rem;box-shadow:0 10px 25px #0000004d}.pitch-footer{background:#1f2937;border-top:1px solid #374151;margin-top:auto;padding:1rem}.pitch-footer-content{text-align:center;max-width:72rem;margin:0 auto}.pitch-footer-content p{color:#9ca3af;margin:0;font-size:.875rem}@media (max-width:768px){.pitch-header-content{text-align:center;flex-direction:column;gap:1rem}.pitch-title{font-size:1.25rem}.slides-container{padding:1rem}.slides-container iframe{height:400px}}@media (max-width:480px){.slides-container iframe{height:300px}}.public-artist-profile-container{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);min-height:100vh;padding:20px}.profile-header{max-width:1200px;margin:0 auto 32px}.back-btn{color:#fff;cursor:pointer;background:#404040;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.back-btn:hover{background:#4a4a4a;transform:translateY(-1px)}.back-icon{width:16px;height:16px}.artist-profile-content{max-width:1200px;margin:0 auto}.artist-hero{background:#2a2a2a;border:1px solid #404040;border-radius:12px;grid-template-columns:200px 1fr;gap:32px;margin-bottom:48px;padding:32px;display:grid}.artist-image-section{justify-content:center;display:flex}.artist-image{object-fit:cover;border:4px solid #1da1f2;border-radius:50%;width:180px;height:180px;box-shadow:0 8px 24px #dc35454d}.artist-image-placeholder{background:#1a1a1a;border:4px solid #1da1f2;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;display:flex;box-shadow:0 8px 24px #dc35454d}.placeholder-icon{color:#1da1f2;width:64px;height:64px}.artist-info{flex-direction:column;gap:16px;display:flex}.artist-name{color:#fff;margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.stage-name{color:#b0b0b0;margin:0;font-size:1.25rem;font-style:italic}.artist-meta{gap:24px;margin-bottom:8px;display:flex}.location-info,.genre-info{color:#b0b0b0;align-items:center;gap:8px;font-size:1rem;display:flex}.meta-icon{width:18px;height:18px}.certification-badge-section{margin-top:16px}.profile-details{gap:48px;display:grid}.bio-section,.certified-songs-section,.contact-section{background:#2a2a2a;border:1px solid #404040;border-radius:12px;padding:32px}.bio-section h2,.certified-songs-section h2,.contact-section h2{color:#1da1f2;margin:0 0 16px;font-size:1.5rem;font-weight:600}.bio-text{color:#b0b0b0;margin:0;font-size:1rem;line-height:1.6}.bio-placeholder{color:#666;margin:0;font-style:italic}.songs-description{color:#b0b0b0;margin:0 0 24px;font-size:.875rem}.songs-grid{gap:24px;display:grid}.song-card{background:#1a1a1a;border:1px solid #404040;border-radius:8px;grid-template-columns:1fr 300px;align-items:center;gap:20px;padding:20px;display:grid}.song-info{flex-direction:column;gap:8px;display:flex}.song-name{color:#fff;margin:0;font-size:1.125rem;font-weight:600}.song-score{align-items:center;gap:8px;display:flex}.score-label{color:#b0b0b0;font-size:.875rem}.score-value{color:#10b981;background:#10b9811a;border:1px solid #10b9814d;border-radius:4px;padding:2px 8px;font-size:.875rem;font-weight:600}.song-player{border-radius:6px;overflow:hidden}.spotify-embed{border-radius:6px}.no-songs{text-align:center;color:#666;padding:40px 20px}.social-links{flex-wrap:wrap;gap:12px;display:flex}.social-btn{color:#fff;cursor:pointer;background:#404040;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:120px;padding:12px 16px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.social-btn:hover:not(:disabled){transform:translateY(-2px)}.social-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.spotify-btn:hover:not(:disabled){background:#1db954}.instagram-btn:hover{background:#e4405f}.website-btn:hover,.contact-btn:hover{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.social-icon{width:16px;height:16px}.loading-container,.error-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:400px;display:flex}.loading-container p,.error-container p{color:#b0b0b0;margin:0}.error-container h2{color:#1da1f2;margin:0 0 16px}@media (max-width:1024px){.artist-hero{text-align:center;grid-template-columns:1fr;gap:24px}.artist-image-section{order:-1}.song-card{grid-template-columns:1fr;gap:16px}.song-player{max-width:400px;margin:0 auto}}@media (max-width:768px){.public-artist-profile-container{padding:16px}.artist-hero{gap:20px;padding:24px}.artist-image,.artist-image-placeholder{width:120px;height:120px}.placeholder-icon{width:48px;height:48px}.artist-name{font-size:2rem}.stage-name{font-size:1rem}.artist-meta{flex-direction:column;gap:8px}.bio-section,.certified-songs-section,.contact-section{padding:24px}.social-links{justify-content:center}.social-btn{min-width:100px;padding:10px 12px;font-size:.75rem}}@media (max-width:480px){.artist-hero{padding:20px}.artist-image,.artist-image-placeholder{width:100px;height:100px}.placeholder-icon{width:40px;height:40px}.artist-name{font-size:1.75rem}.bio-section,.certified-songs-section,.contact-section{padding:20px}.song-card{padding:16px}.social-btn{min-width:80px;padding:8px 10px;font-size:.625rem}}.public-directory-container{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);min-height:100vh;padding:20px}.directory-header{text-align:center;max-width:800px;margin-bottom:40px;margin-left:auto;margin-right:auto}.directory-header h1{color:#1da1f2;margin:0 0 16px;font-size:2.5rem;font-weight:700}.directory-subtitle{color:#b0b0b0;margin:0;font-size:1.125rem;line-height:1.6}.directory-filters{background:#2a2a2a;border:1px solid #404040;border-radius:12px;max-width:1200px;margin:0 auto 40px;padding:24px}.search-section{margin-bottom:24px}.search-bar{position:relative}.search-input{color:#fff;background:#1a1a1a;border:1px solid #404040;border-radius:8px;width:100%;padding:12px 16px;font-size:1rem;transition:border-color .2s}.search-input:focus{border-color:#1da1f2;outline:none}.search-input::placeholder{color:#666}.filter-section{grid-template-columns:1fr 1fr auto;align-items:end;gap:20px;display:grid}.filter-group{flex-direction:column;gap:8px;display:flex}.filter-group label{color:#fff;font-size:.875rem;font-weight:500}.filter-select,.filter-input{color:#fff;background:#1a1a1a;border:1px solid #404040;border-radius:6px;padding:10px 12px;font-size:.875rem;transition:border-color .2s}.filter-select:focus,.filter-input:focus{border-color:#1da1f2;outline:none}.filter-input::placeholder{color:#666}.clear-filters-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#404040;border:none;border-radius:6px;padding:10px 16px;font-size:.875rem;font-weight:500;transition:all .2s}.clear-filters-btn:hover{background:#4a4a4a;transform:translateY(-1px)}.directory-results{max-width:1200px;margin:0 auto}.results-header{text-align:center;margin-bottom:32px}.results-header h2{color:#fff;margin:0 0 8px;font-size:1.5rem;font-weight:600}.results-subtitle{color:#b0b0b0;margin:0;font-size:.875rem}.artists-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-bottom:40px;display:grid}.error-message{text-align:center;background:#2a2a2a;border:1px solid #404040;border-radius:8px;margin-bottom:32px;padding:40px 20px}.error-message p{color:#1da1f2;margin:0 0 16px}.retry-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:6px;padding:10px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.retry-btn:hover{background:#c82333;transform:translateY(-1px)}.no-results{text-align:center;background:#2a2a2a;border:1px solid #404040;border-radius:8px;padding:60px 20px}.no-results h3{color:#fff;margin:0 0 8px;font-size:1.25rem;font-weight:600}.no-results p{color:#b0b0b0;margin:0 0 20px}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px 20px;display:flex}.loading-spinner{border:3px solid #404040;border-top-color:#1da1f2;border-radius:50%;width:32px;height:32px;animation:1s linear infinite spin}.loading-container p{color:#b0b0b0;margin:0}.load-more-section{text-align:center;margin-top:40px}.load-more-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:500;transition:all .2s}.load-more-btn:hover:not(:disabled){background:#c82333;transform:translateY(-2px)}.load-more-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:1024px){.artists-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}@media (max-width:768px){.public-directory-container{padding:16px}.directory-header h1{font-size:2rem}.directory-subtitle{font-size:1rem}.directory-filters{padding:20px}.filter-section,.artists-grid{grid-template-columns:1fr;gap:16px}}@media (max-width:480px){.directory-header h1{font-size:1.75rem}.directory-filters{padding:16px}.search-input,.filter-select,.filter-input{font-size:.875rem}}
