body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f6fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#f5f7fa;--bg-secondary:#fff;--text-primary:#2c3e50;--text-secondary:#4a5568;--accent-color:#4a90e2;--accent-hover:#357abd;--border-color:#e2e8f0;--card-shadow:0 4px 6px #0000001a;--input-bg:#fff;--navbar-bg:#fff}.dark-mode{--bg-primary:#1a202c;--bg-secondary:#2d3748;--text-primary:#f7fafc;--text-secondary:#e2e8f0;--accent-color:#63b3ed;--accent-hover:#4299e1;--border-color:#4a5568;--card-shadow:0 4px 6px #0000004d;--input-bg:#2d3748;--navbar-bg:#2d3748}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0}.app-container,body{transition:background-color .3s ease}.app-container{background:#f5f7fa;background:var(--bg-primary);min-height:100vh;width:100%}.navbar{align-items:center;background-color:#fff;background-color:var(--navbar-bg);box-shadow:0 4px 6px #0000001a;box-shadow:var(--card-shadow);display:flex;justify-content:space-between;padding:1rem 2rem;transition:background-color .3s ease}.nav-logo{color:#4a90e2;color:var(--accent-color);font-size:1.5rem;font-weight:700}.nav-links{gap:2rem}.nav-right,.user-menu{align-items:center;display:flex;gap:1rem}.user-email{color:#4a5568;color:var(--text-secondary);font-size:.9rem}.nav-links{display:flex;flex-wrap:wrap;gap:1rem}.nav-links button{background:none;border:none;border-radius:6px;color:#2c3e50;color:var(--text-primary);cursor:pointer;font-size:1rem;font-weight:500;min-height:44px;padding:.75rem 1rem;touch-action:manipulation;transition:all .3s ease;white-space:nowrap}.nav-links button:hover{background:#f5f7fa;background:var(--bg-primary)}.nav-links button.active{background:#4a90e2;background:var(--accent-color);color:#fff}.nav-links a{color:#2c3e50;color:var(--text-primary);font-weight:500;text-decoration:none;transition:color .3s ease}.nav-auth{display:flex;gap:1rem}.btn-primary{background-color:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;min-height:44px;min-width:44px;padding:.75rem 1.5rem;touch-action:manipulation;transition:all .2s ease}.btn-primary:hover{background-color:#2563eb;box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:initial;border:1px solid #3b82f6;border-radius:4px;color:#3b82f6;cursor:pointer;min-height:44px;min-width:44px;padding:.75rem 1.5rem;touch-action:manipulation}.theme-toggle{align-items:center;display:flex}.switch{display:inline-block;height:34px;position:relative;width:60px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;bottom:4px;content:"";height:26px;left:4px;width:26px}input:checked+.slider{background-color:#4a90e2;background-color:var(--accent-color)}input:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.main-content{margin:0 auto;max-width:1200px;padding:2rem}.hero-section{margin:3rem auto;max-width:1000px;padding:2rem;text-align:center}.hero-section h1{color:#2c3e50;color:var(--text-primary);font-size:2.5rem;margin-bottom:2rem}.hero-section p{color:#4a5568;margin-bottom:2rem}.search-form{background:#fff;background:var(--bg-secondary);border-radius:12px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--card-shadow);padding:2rem}.search-container{display:flex;flex-direction:column;gap:1.5rem}.input-row{align-items:flex-end;display:flex;gap:1rem;justify-content:center}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{color:#4a5568;color:var(--text-secondary);font-size:.9rem;font-weight:500;text-align:left}.cities-group{width:100%}.date-group{flex:1 1}.likes-group{width:150px}.date-input,.number-input,.search-input{background-color:#fff;background-color:var(--input-bg);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:6px;color:#2c3e50;color:var(--text-primary);font-size:1rem;min-height:44px;padding:.75rem;touch-action:manipulation;transition:border-color .2s}.date-input:focus,.number-input:focus,.search-input:focus{border-color:#4a90e2;border-color:var(--accent-color);box-shadow:0 0 0 3px #4a90e21a;outline:none}.search-button{background-color:#4a90e2;background-color:var(--accent-color);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;min-height:44px;min-width:200px;padding:.75rem 2rem;touch-action:manipulation;transition:background-color .2s;width:auto}.search-button:hover{background-color:#357abd;background-color:var(--accent-hover)}.search-button:disabled{background-color:#9dc2e8;cursor:not-allowed}.suggested-section{margin-top:4rem}.suggested-section h2{color:#1a202c;font-size:1.5rem;margin-bottom:1.5rem}.concerts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:1200px;padding:2rem}.concert-card{background:#fff;background:var(--bg-secondary);border-radius:12px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--card-shadow);padding:1.5rem;transition:transform .2s}.concert-card:hover{transform:translateY(-5px)}.image-placeholder{background-color:#e2e8f0;height:150px;width:100%}.concert-info{padding:1rem}.concert-info h3{color:#2c3e50;color:var(--text-primary);margin-bottom:1rem}.concert-info p{color:#4a5568;color:var(--text-secondary);margin:.5rem 0}.venue{color:#4b5563;margin:.5rem 0}.city{color:#6b7280}.concert-date{color:#4a90e2;color:var(--accent-color);font-weight:500}.error-message{color:#e53e3e;margin-top:1rem;text-align:center}.test-message{color:#fff;font-size:100px;left:50%;position:fixed;text-shadow:2px 2px 4px #00000080;top:50%;transform:translate(-50%,-50%);z-index:9999}.search-stats{color:#2c3e50;color:var(--text-primary);font-size:1.1rem;margin-top:2rem;text-align:center}.ticket-link{background-color:#4a90e2;border-radius:4px;color:#fff;display:inline-block;margin-top:1rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s}.ticket-link:hover{background-color:#357abd}.concert-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.compare-button{background-color:#10b981;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s}.compare-button:hover{background-color:#059669}.modal-close{border-radius:50%;font-size:2rem;height:2rem;line-height:1;padding:0;transition:all .2s;width:2rem}.modal-close:hover{background-color:#f5f7fa;background-color:var(--bg-primary)}.price-modal{max-height:80vh;max-width:600px;overflow-y:auto}.modal-subtitle{color:#4a5568;color:var(--text-secondary);font-size:.9rem;margin-bottom:1.5rem}.vendors-list{display:flex;flex-direction:column;gap:1rem}.vendor-item{align-items:center;background:#f5f7fa;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;display:flex;justify-content:space-between;padding:1rem;transition:all .2s}.vendor-item.has-price{background:#10b9810d;border:2px solid #10b981}.vendor-info{display:flex;flex-direction:column;gap:.25rem}.vendor-info h3{color:#2c3e50;color:var(--text-primary);font-size:1rem;margin:0}.vendor-price{color:#4a5568;color:var(--text-secondary);font-size:.85rem}.vendor-price.available{color:#10b981;font-size:1.1rem;font-weight:600}.price-range{color:#4a5568;color:var(--text-secondary);display:block;font-size:.75rem;margin-top:.25rem}.vendor-link{background-color:#4a90e2;background-color:var(--accent-color);border-radius:4px;color:#fff;font-size:.9rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s}.vendor-link:hover{background-color:#357abd;background-color:var(--accent-hover)}.dark-mode .search-input::placeholder{color:#a0aec0}.dark-mode .concert-card:hover{box-shadow:0 6px 8px #0006;transform:translateY(-5px)}.nav-actions{align-items:center;display:flex;gap:1rem}.source-button{background:#0000;border:1px solid #4a90e2;border:1px solid var(--accent-color);border-radius:4px;padding:.5rem 1rem}.source-button.active,.source-button:hover{background:#4a90e2;background:var(--accent-color);color:#fff}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalFadeIn .3s ease;background:#fff;background:var(--bg-secondary);border-radius:12px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--card-shadow);max-width:500px;padding:2rem;position:relative;width:90%}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-content h2{color:#2c3e50;color:var(--text-primary);margin-bottom:1rem;text-align:center}.modal-content p{color:#4a5568;color:var(--text-secondary);margin-bottom:2rem;text-align:center}.source-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.source-button{align-items:center;background:#fff;background:var(--bg-secondary);border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:12px;color:#2c3e50;color:var(--text-primary);cursor:pointer;display:flex;flex-direction:column;padding:1.5rem;transition:all .2s ease;width:160px}.source-button:hover{border-color:#4a90e2;border-color:var(--accent-color);transform:translateY(-2px)}.source-button.youtube:hover{background:#ff00001a;border-color:red}.source-button.spotify:hover{background:#1db9541a;border-color:#1db954}.source-icon{font-size:2rem;margin-bottom:.5rem}.modal-close{align-items:center;background:none;border:none;color:#4a5568;color:var(--text-secondary);cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:color .2s ease}.modal-close:hover{color:#2c3e50;color:var(--text-primary)}.welcome-banner{background:#fff;background:var(--bg-secondary);border-radius:16px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--card-shadow);margin:2rem auto;max-width:800px;padding:4rem 2rem;text-align:center}.welcome-banner h1{color:#2c3e50;color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.welcome-banner p{color:#4a5568;color:var(--text-secondary);font-size:1.25rem;margin-bottom:2rem}.welcome-banner .btn-primary{font-size:1.1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.welcome-banner .btn-primary:hover{box-shadow:0 4px 12px #3b82f666;transform:translateY(-2px)}.auth-modal{max-width:450px}.nav-right .btn-primary{font-size:1rem;font-weight:600;padding:.625rem 1.5rem;transition:all .3s ease}.nav-right .btn-primary:hover{box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}@media (max-width:768px){.navbar{flex-wrap:wrap;padding:.75rem 1rem}.nav-logo{font-size:1.25rem}.nav-links{gap:.5rem;justify-content:center;margin-top:.5rem;order:3;width:100%}.nav-links button{font-size:.9rem;padding:.5rem .75rem}.nav-right{gap:.5rem}.user-email{display:none}.main-content{padding:1rem}.hero-section{margin:1rem auto;padding:1.5rem 1rem}.hero-section h1{font-size:1.75rem}.search-form{padding:1.5rem}.input-row{flex-direction:column;gap:1rem}.cities-group,.date-group,.likes-group,.search-button{width:100%}.concerts-grid{gap:1rem;grid-template-columns:1fr;padding:1rem}.modal-content{max-height:90vh;padding:1.5rem;width:95%}.welcome-banner{padding:2rem 1rem}.welcome-banner h1{font-size:1.75rem}.welcome-banner p{font-size:1rem}}@media (hover:none) and (pointer:coarse){.btn-primary:hover,.btn-secondary:hover{transform:none}.btn-primary:active,.btn-secondary:active{transform:scale(.98)}.nav-links button:hover{background:none}.nav-links button:active{background:#f5f7fa;background:var(--bg-primary)}}@media (max-width:480px){.navbar{padding:.5rem}.nav-logo{font-size:1.1rem}.nav-links button{font-size:.85rem;padding:.4rem .6rem}.theme-toggle .switch{height:28px;width:50px}.switch input:checked+.slider:before{transform:translateX(22px)}.slider:before{height:22px;width:22px}}.taste-profile{margin:0 auto;max-width:1200px;padding:2rem}.taste-profile.empty,.taste-profile.error,.taste-profile.loading{padding:4rem 2rem;text-align:center}.taste-profile h2{color:var(--text-primary);margin-bottom:2rem}.taste-section{background:var(--bg-secondary);border-radius:8px;box-shadow:var(--card-shadow);margin-bottom:1.5rem;padding:1.5rem}.taste-section h3{color:var(--text-primary);font-size:1.2rem;margin-bottom:1rem}.energy-bar{background:var(--border-color);border-radius:20px;height:40px;overflow:hidden;position:relative;width:100%}.energy-fill{background:linear-gradient(90deg,#3b82f6,#8b5cf6);height:100%;transition:width .3s ease}.energy-label{color:var(--text-primary);font-weight:600;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.genre-list{display:flex;flex-direction:column;gap:.75rem}.genre-item{align-items:center;display:flex;gap:1rem}.genre-name{color:var(--text-primary);font-weight:500;min-width:120px;text-transform:capitalize}.genre-bar{background:var(--border-color);border-radius:12px;flex:1 1;height:24px;overflow:hidden}.genre-fill{background:var(--accent-color);height:100%;transition:width .3s ease}.genre-score{color:var(--text-secondary);font-size:.9rem;min-width:50px;text-align:right}.mood-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.mood-item{display:flex;flex-direction:column;gap:.5rem}.mood-name{color:var(--text-primary);font-weight:500;text-transform:capitalize}.mood-bar{background:var(--border-color);border-radius:10px;height:20px;overflow:hidden}.mood-fill{background:var(--accent-color);height:100%;transition:width .3s ease}.signals-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.signal-item{align-items:center;background:var(--bg-primary);border-radius:6px;display:flex;justify-content:space-between;padding:.75rem}.signal-name{color:var(--text-primary);text-transform:capitalize}.signal-value{color:var(--accent-color);font-weight:600}.hint{color:var(--text-secondary);font-size:.9rem;margin-top:.5rem}@media (max-width:768px){.taste-profile,.taste-section{padding:1rem}.artists-list{grid-template-columns:1fr!important}.mood-grid,.signals-list{grid-template-columns:1fr}.genre-list{gap:.5rem}}.discovery-feed{background:var(--bg-primary);height:calc(100vh - 80px);outline:none;overflow-x:hidden;overflow-y:auto;position:relative;scroll-behavior:smooth;scroll-snap-type:y mandatory;width:100%}.discovery-feed:focus{outline:2px solid var(--accent-color);outline-offset:-2px}.discovery-feed::-webkit-scrollbar{background:#0000;width:0}.social-feed{background:var(--bg-primary);height:calc(100vh - 80px);outline:none;overflow-x:hidden;overflow-y:auto;position:relative;scroll-behavior:smooth;scroll-snap-type:y mandatory;width:100%}.social-feed:focus{outline:2px solid var(--accent-color);outline-offset:-2px}.social-feed::-webkit-scrollbar{background:#0000;width:0}.post-card,.posts-container{display:flex;flex-direction:column}.post-card{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);box-sizing:border-box;min-height:calc(100vh - 80px);padding:1rem;position:relative;scroll-snap-align:start;scroll-snap-stop:always;width:100%}.post-card.active,.post-image{background:var(--bg-primary)}.post-image{border-radius:12px;height:60%;margin-bottom:1rem;max-height:500px;min-height:400px;overflow:hidden;width:100%}.post-image img{height:100%;object-fit:cover;width:100%}.post-body{display:flex;flex:1 1;flex-direction:column;padding:0 .5rem}.post-header{justify-content:space-between;margin-bottom:1rem}.author-info,.post-header{align-items:center;display:flex}.author-info{gap:.75rem}.author-avatar{border:2px solid var(--accent-color);border-radius:50%;height:48px;object-fit:cover;width:48px}.author-details{display:flex;flex-direction:column;gap:.25rem}.author-name{align-items:center;color:var(--text-primary);display:flex;font-size:1rem;font-weight:600;gap:.5rem}.author-username{color:var(--text-secondary);font-size:.85rem}.verified-badge{color:var(--accent-color);font-size:1.2rem;font-weight:700}.friend-badge{background:var(--accent-color);border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.15rem .5rem}.post-time{color:var(--text-secondary);font-size:.85rem}.post-content{background:var(--bg-primary);border-radius:8px;flex:1 1;margin-bottom:1rem;padding:1rem}.post-content h3{color:var(--text-primary);font-size:1.25rem;margin:0 0 .5rem}.post-content .artist-name,.post-content .tour-name,.post-content .track-name,.post-content .venue-name{color:var(--text-secondary);font-size:.95rem;margin:.25rem 0}.post-content .event-date,.post-content .reason,.post-content .tour-cities{color:var(--text-secondary);font-size:.9rem;margin:.5rem 0}.post-text{color:var(--text-primary);font-size:1rem;line-height:1.6;margin:1rem 0 0}.concert-info,.music-info,.recommendation-info,.tour-info{margin-bottom:.5rem}.post-actions{border-top:1px solid var(--border-color);display:flex;gap:1.5rem;padding:1rem 0}.action-btn{align-items:center;background:none;border:none;border-radius:8px;color:var(--text-primary);cursor:pointer;display:flex;font-size:1rem;gap:.5rem;min-height:44px;min-width:44px;padding:.75rem;touch-action:manipulation;transition:all .2s}.action-btn:hover{background:var(--bg-primary);transform:scale(1.1)}.action-btn .icon{font-size:1.5rem}.action-btn .count{font-size:.9rem;font-weight:600}.like-btn.liked{color:#ff3040}.like-btn.liked .icon{animation:heartBeat .3s ease}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.empty-state{font-size:1.1rem;height:100%;text-align:center}.empty-state,.loading-post{align-items:center;color:var(--text-secondary);display:flex;justify-content:center;padding:2rem}.loading-post{min-height:calc(100vh - 80px)}@media (max-width:768px){.discovery-feed,.social-feed{height:calc(100vh - 60px)}.post-card{min-height:calc(100vh - 60px);padding:.75rem}.post-image{max-height:400px;min-height:300px}.author-avatar{height:40px;width:40px}.post-content h3{font-size:1.1rem}}@media (hover:none) and (pointer:coarse){.action-btn:hover{background:none;transform:none}.action-btn:active{background:var(--bg-primary);transform:scale(.95)}}.reviews{margin:0 auto;max-width:1200px;padding:2rem}.reviews-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.reviews-header h2{color:var(--text-primary)}.review-form{background:var(--bg-secondary);border-radius:8px;box-shadow:var(--card-shadow);margin-bottom:2rem;padding:2rem}.review-form h3{color:var(--text-primary);margin-bottom:1.5rem}.review-form input,.review-form textarea{background:var(--input-bg);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-family:inherit;margin-bottom:1rem;padding:.75rem;width:100%}.rating-field{margin-bottom:1.5rem}.rating-field label{color:var(--text-primary);display:block;font-weight:500;margin-bottom:.5rem}.stars{display:flex;gap:.5rem}.star{background:none;border:none;color:var(--border-color);cursor:pointer;font-size:2rem;padding:0;transition:color .2s}.star.filled{color:#fbbf24}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-card{background:var(--bg-secondary);border-radius:8px;box-shadow:var(--card-shadow);padding:1.5rem}.review-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.review-header h3{color:var(--text-primary)}.overall-rating{color:#fbbf24;font-size:1.2rem;font-weight:600}.review-meta{color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem}.rating-breakdown{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:1rem}.rating-item{color:var(--text-secondary);display:flex;font-size:.9rem;justify-content:space-between}.rating-item span:last-child{color:#fbbf24}.review-notes{border-top:1px solid var(--border-color);color:var(--text-primary);line-height:1.6;margin-top:1rem;padding-top:1rem}.empty-state,.loading{color:var(--text-secondary);padding:4rem 2rem;text-align:center}@media (max-width:768px){.reviews{padding:1rem}.reviews-header{align-items:flex-start;flex-direction:column;gap:1rem}.reviews-header button{min-height:44px;width:100%}.review-form{padding:1.5rem}.star{font-size:1.75rem;min-height:44px;min-width:44px}.rating-breakdown{grid-template-columns:1fr}}.connected-accounts{margin:2rem auto;max-width:800px;padding:2rem}@media (max-width:768px){.connected-accounts{margin:1rem auto;padding:1rem}.account-item{align-items:flex-start;flex-direction:column;gap:1rem;padding:1rem}.account-item>div:last-child{display:flex;flex-direction:column;gap:.5rem;width:100%}.account-item button{min-height:44px;width:100%}}.connected-accounts h2{margin-bottom:.5rem}.connected-accounts .subtitle{color:var(--text-secondary);margin-bottom:2rem}.accounts-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.account-item{align-items:center;background:var(--card-bg);border:2px solid var(--border-color);border-radius:8px;display:flex;justify-content:space-between;padding:1.5rem;transition:all .2s}.account-item.connected{background:var(--card-bg);border-color:var(--primary-color)}.account-item.disconnected{border-color:var(--border-color);opacity:.8}.account-info{align-items:center;display:flex;gap:1rem}.account-icon{font-size:2rem}.account-details h3{font-size:1.1rem;margin:0 0 .25rem}.account-details p{margin:0}.account-details p,.last-synced{color:var(--text-secondary);font-size:.9rem}.last-synced{margin-top:1rem;text-align:center}.error-message{background:var(--error-bg);border-radius:4px;color:var(--error-color);margin-bottom:1rem;padding:1rem}.connected-accounts.loading{padding:2rem;text-align:center}.auth-container{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:2rem}.auth-card{background:var(--bg-secondary);border-radius:12px;box-shadow:var(--card-shadow);max-width:400px;padding:2.5rem;width:100%}.auth-card h2{color:var(--text-primary);margin-bottom:1.5rem;text-align:center}.auth-form{gap:1.25rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:var(--text-primary);font-size:.9rem;font-weight:500}.form-group input{background:var(--input-bg);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-size:1rem;padding:.75rem;transition:border-color .2s}.form-group input:focus{border-color:var(--accent-color);outline:none}.auth-error{background:#fee;color:#c33}.auth-error,.auth-message{border-radius:6px;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.auth-message{background:#efe;color:#3c3}.auth-divider{align-items:center;display:flex;margin:1.5rem 0;text-align:center}.auth-divider:after,.auth-divider:before{border-bottom:1px solid var(--border-color);content:"";flex:1 1}.auth-divider span{color:var(--text-secondary);font-size:.9rem;padding:0 1rem}.auth-providers{display:flex;flex-direction:column;gap:.75rem}.auth-provider-btn{align-items:center;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:6px;color:var(--text-primary);cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.75rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s}.auth-provider-btn:hover:not(:disabled){background:var(--bg-primary);border-color:var(--accent-color)}.auth-provider-btn:disabled{cursor:not-allowed;opacity:.5}.auth-provider-btn.google{border-color:#4285f4}.auth-provider-btn.google:hover:not(:disabled){background:#4285f4;color:#fff}.auth-provider-btn.spotify{border-color:#1db954}.auth-provider-btn.spotify:hover:not(:disabled){background:#1db954;color:#fff}.provider-icon{font-size:1.2rem}.auth-switch{color:var(--text-secondary);font-size:.9rem;margin-top:1.5rem;text-align:center}.link-button{background:none;border:none;color:var(--accent-color);cursor:pointer;font-size:inherit;padding:0;text-decoration:underline}.link-button:hover{color:var(--accent-hover)}
/*# sourceMappingURL=main.88013334.css.map*/