*{margin:0;padding:0;box-sizing:border-box}:root{--primary-purple: #5e4fa2;--secondary-purple: #3d2c6d;--accent-pink: #ff6b9d;--accent-teal: #4dd0e1;--accent-orange: #ffb74d;--accent-purple: #ab47bc;--text-primary: #2d3748;--text-secondary: #718096;--bg-light: #f7f5ff}@media (prefers-color-scheme: dark){:root{--text-primary: #e2e8f0;--text-secondary: #cbd5e0;--bg-light: #1a1530}}body{font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,var(--primary-purple) 0%,var(--secondary-purple) 100%);min-height:100vh}.app{width:100%;min-height:100vh}.hero-section{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0}.shape{position:absolute;border-radius:50px;animation:float 6s ease-in-out infinite}.shape-1{width:400px;height:300px;background:linear-gradient(135deg,#ff6b9d,#ff4081);top:-50px;left:-100px}.shape-2{width:350px;height:350px;background:linear-gradient(135deg,#4dd0e1,#26c6da);bottom:-80px;right:-50px;animation-delay:1s;animation-duration:8s}.shape-3{width:300px;height:300px;background:linear-gradient(135deg,#ffb74d,#ffa726);bottom:100px;right:150px;border-radius:40% 60% 70% 30%/40% 50% 60%;animation-delay:.5s;animation-duration:7s}.shape-4{width:280px;height:280px;background:linear-gradient(135deg,#ba68c8,#9c27b0);top:200px;right:-80px;animation-delay:1.5s;animation-duration:9s}.shape-5{width:200px;height:200px;background:linear-gradient(135deg,#7c8cff,#5e7cfa);top:100px;left:50%;border-radius:50%;animation-delay:2s;animation-duration:10s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(30px)}}.nav{position:absolute;top:0;left:0;right:0;z-index:20;padding:2rem;display:flex;justify-content:space-between;align-items:center;color:#fff}.nav-logo{font-size:28px;font-weight:700;display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;gap:2rem;font-size:14px;font-weight:500}.nav-links a{color:#fff;text-decoration:none;transition:opacity .3s}.nav-links a:hover{opacity:.8}.nav-saved-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s}.nav-saved-btn:hover{background:#ffffff4d;border-color:#ffffff80}.hamburger{width:24px;height:24px;display:flex;flex-direction:column;justify-content:space-around;cursor:pointer}.hamburger span{width:100%;height:2px;background:#fff;border-radius:2px}.hero-content{position:relative;z-index:10;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px;margin:0 auto;padding:2rem}.content-card{background:#fff;border-radius:32px;padding:3rem;box-shadow:0 20px 60px #0000004d}.content-label{font-size:13px;color:#9c27b0;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:1rem}.content-title{font-size:42px;font-weight:700;color:#667eea;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-1px}.content-desc{font-size:15px;color:#666;line-height:1.8;margin-bottom:2rem}.cta-button{display:inline-block;background:linear-gradient(135deg,#ff6b9d,#ff4081);color:#fff;padding:1rem 2.5rem;border-radius:25px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;border:none;cursor:pointer;box-shadow:0 8px 24px #ff4b8166;transition:all .3s}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #ff4b8180}.input-section{margin-top:2rem}.input-label{font-size:12px;color:#9c27b0;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:1rem;display:block}.input-wrapper{display:flex;gap:10px;margin-bottom:1rem}.input-wrapper input{flex:1;border:2px solid #e8e8e8;border-radius:12px;padding:1rem 1.25rem;font-size:14px;background:#fafafa;color:#333;transition:all .3s}.input-wrapper input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.input-wrapper button{padding:1rem 2rem;background:linear-gradient(135deg,#4dd0e1,#26c6da);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .3s}.input-wrapper button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4dd0e166}.stats-row{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f0f0f0}.stat{text-align:center}.stat-value{font-size:18px;font-weight:700;color:#ab47bc}.stat-label{font-size:10px;color:#999;text-transform:uppercase;letter-spacing:.5px}.visual-showcase{position:relative;min-height:500px;display:flex;align-items:flex-end}.showcase-item{position:absolute;background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 12px 32px #00000026;transition:all .3s ease;width:200px}.showcase-item:hover{transform:translateY(-10px);box-shadow:0 20px 50px #0003}.showcase-user{font-size:11px;font-weight:700;color:#667eea;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.showcase-title{font-size:13px;font-weight:600;color:#333;line-height:1.4;margin-bottom:.75rem}.showcase-likes{font-size:12px;font-weight:600;background:linear-gradient(135deg,#ff6b9d,#4dd0e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.hero-section{height:auto;min-height:100vh;padding-top:72px;padding-bottom:2rem}.nav{padding:1rem 1.25rem;background:#3d2c6dd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav-logo{font-size:17px}.nav-links{display:flex;gap:.5rem}.nav-links a{display:none}.nav-saved-btn{padding:.45rem .9rem;font-size:13px}.hamburger{display:none}.hero-content{grid-template-columns:1fr;padding:1rem;gap:1.5rem}.content-card{padding:2rem 1.5rem;border-radius:24px}.content-title{font-size:28px}.input-wrapper{flex-direction:column}.input-wrapper button{width:100%;padding:.9rem}.stats-row{justify-content:space-around}.visual-showcase,.shape-2,.shape-3,.shape-4{display:none}.shape-1{width:220px;height:170px}.shape-5{width:120px;height:120px}}.reels-list-section{background:linear-gradient(135deg,#5e4fa2,#3d2c6d);padding:2rem;min-height:100vh}.reels-container{max-width:1200px;margin:0 auto}.search-bar{margin-bottom:2rem}.search-input{width:100%;padding:1rem 1.5rem;border:2px solid rgba(255,255,255,.3);border-radius:12px;background:#ffffff1a;color:#fff;font-size:15px;transition:all .3s}.search-input::placeholder{color:#fff9}.search-input:focus{outline:none;border-color:#fff9;background:#ffffff26}.controls{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-group,.sort-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label,.sort-group label{font-size:12px;color:#fffc;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.filter-group select,.sort-group select{padding:.75rem 1rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:#fff;font-size:14px;cursor:pointer;transition:all .3s}.filter-group select:hover,.sort-group select:hover{border-color:#ffffff80;background:#ffffff26}.filter-group select:focus,.sort-group select:focus{outline:none;border-color:#ffffffb3}.no-results{text-align:center;color:#fff;padding:3rem 2rem;font-size:16px;opacity:.8}.section-header{color:#fff;margin-bottom:3rem}.section-header h2{font-size:24px;font-weight:700;margin-bottom:.5rem}.section-header p{font-size:14px;opacity:.8}.reels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.reel-card{background:#fff;border-radius:20px;padding:1.75rem;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);min-height:240px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 8px 24px #0000001f;position:relative;overflow:hidden}.reel-card:nth-child(1){background:linear-gradient(135deg,#ffd666,#ffb84d);color:#5d3a1a}.reel-card:nth-child(2){background:linear-gradient(135deg,#ff6b9d,#ff4081);color:#880e4f}.reel-card:nth-child(3){background:linear-gradient(135deg,#7c8cff,#5e7cfa);color:#1a237e}.reel-card:nth-child(4){background:linear-gradient(135deg,#4dd0e1,#26c6da);color:#00695c}.reel-card:nth-child(5){background:linear-gradient(135deg,#ff7043,#ff5722);color:#bf360c}.reel-card:nth-child(6){background:linear-gradient(135deg,#ba68c8,#9c27b0);color:#4a148c}.reel-card:nth-child(7){background:linear-gradient(135deg,#4db8a8,#009688);color:#004d40}.reel-card:nth-child(8){background:linear-gradient(135deg,#ce93d8,#ab47bc);color:#4a148c}.reel-card:nth-child(9){background:linear-gradient(135deg,#ffb74d,#ffa726);color:#e65100}.reel-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0003}.reel-badge{display:inline-block;background:#ffffff80;padding:.4rem .9rem;border-radius:12px;font-size:11px;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:fit-content}.reel-user{font-size:11px;font-weight:700;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.reel-title{font-size:15px;font-weight:700;line-height:1.5;margin-bottom:1.25rem;min-height:45px}.reel-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.3)}.reel-likes{font-size:13px;font-weight:700}.reel-arrow{font-size:18px;opacity:.7;transition:all .3s ease}.reel-card:hover .reel-arrow{opacity:1;transform:translate(4px)}.reel-saved{position:absolute;top:1rem;right:1rem;font-size:20px;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.save-btn{background:none;border:none;font-size:18px;cursor:pointer;transition:all .3s;padding:0}.save-btn:hover{transform:scale(1.2)}@media (max-width: 768px){.reels-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.section-header h2{font-size:18px}}.detail-section{background:linear-gradient(135deg,#5e4fa2,#3d2c6d);min-height:100vh;padding:2rem}.detail-container{max-width:800px;margin:0 auto}.back-button:hover{background:#ffffff4d;transform:translate(-4px)}.detail-card{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.detail-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ff6b9d,#4dd0e1)}.detail-info h2{font-size:18px;color:#333;margin-bottom:.25rem}.detail-info p{font-size:13px;color:#999}.detail-video{background:linear-gradient(135deg,#ff6b6b1a,#4dd0e11a);border-radius:12px;height:240px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;color:#999;font-size:14px}.detail-title{font-size:22px;font-weight:700;color:#333;margin-bottom:2rem;line-height:1.3}.detail-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem}.stat-box{background:linear-gradient(135deg,#f7f5ff,#f0ebff);border-radius:12px;padding:1rem;text-align:center}.stat-label{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.stat-value{font-size:16px;font-weight:700;color:#ab47bc}.detail-section-title{font-size:16px;font-weight:700;color:#333;margin:2rem 0 1rem}.detail-transcript{background:#f9f9f9;border-radius:12px;padding:1.5rem;font-size:14px;line-height:1.8;color:#555;margin-bottom:2rem;border-left:4px solid #ab47bc}.insights-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.insight-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f7f5ff,#f0ebff);border-radius:12px;font-size:14px;color:#333}.insight-icon{font-size:18px;min-width:24px}.detail-buttons{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #f0f0f0}.btn{flex:1;padding:1rem;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#ff6b9d,#ff4081);color:#fff;box-shadow:0 8px 20px #ff4b814d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #ff4b8166}.btn-secondary{background:#f0f0f0;color:#333;border:1px solid #ddd}.btn-secondary:hover{background:#e8e8e8}.btn-save{background:linear-gradient(135deg,#ff6b9d,#ff4081);color:#fff;box-shadow:0 8px 20px #ff4b814d}.btn-save:hover{transform:translateY(-2px);box-shadow:0 12px 28px #ff4b8166}@media (max-width: 768px){.detail-card{padding:1.5rem}.detail-title{font-size:18px}.detail-stats{grid-template-columns:repeat(2,1fr)}}.saved-section{background:linear-gradient(135deg,#5e4fa2,#3d2c6d);min-height:100vh;padding:2rem}.saved-container{max-width:1200px;margin:0 auto}.back-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;margin-bottom:2rem;transition:all .3s}.back-button:hover{background:#ffffff4d}.saved-header{color:#fff;margin-bottom:2rem}.saved-header h2{font-size:24px;font-weight:700;margin-bottom:.5rem}.saved-header p{font-size:14px;opacity:.8}.empty-state{text-align:center;padding:4rem 2rem;color:#fff}.empty-icon{font-size:64px;margin-bottom:1rem}.empty-state h3{font-size:20px;margin-bottom:.5rem}.empty-state p{opacity:.8}.saved-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.saved-card{background:#fff;border-radius:20px;padding:1.75rem;cursor:pointer;transition:all .3s;min-height:200px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 8px 24px #0000001f;background:linear-gradient(135deg,#ff6b9d,#ff4081);color:#fff}.saved-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0003}.saved-user{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;opacity:.8;margin-bottom:.5rem}.saved-title{font-size:15px;font-weight:700;line-height:1.5;margin-bottom:1rem;flex:1}.saved-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.3)}.saved-likes{font-size:13px;font-weight:700}.remove-btn{background:#ffffff4d;color:#fff;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .3s}.remove-btn:hover{background:#ffffff80;transform:scale(1.1)}.analyze-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e143cb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.analyze-modal{background:#fff;border-radius:24px;padding:2.5rem;width:100%;max-width:560px;position:relative;box-shadow:0 20px 60px #0006}.analyze-close{position:absolute;top:1rem;right:1rem;background:#f0f0f0;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:14px;color:#666;transition:all .2s}.analyze-close:hover{background:#e0e0e0;transform:rotate(90deg)}.analyze-modal h2{font-size:22px;color:#333;margin-bottom:.5rem}.analyze-hint{font-size:13px;color:#999;margin-bottom:1.5rem}.analyze-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.analyze-tabs .tab{flex:1;padding:.7rem 1rem;border:2px solid #e8e8e8;border-radius:10px;background:#fafafa;font-size:14px;font-weight:600;color:#666;cursor:pointer;transition:all .2s}.analyze-tabs .tab.active{border-color:#7c8cff;background:#f0f2ff;color:#4a5bd8}.analyze-url-input{width:100%;border:2px solid #e8e8e8;border-radius:10px;padding:1rem;font-size:14px;background:#fafafa;margin-bottom:1rem;transition:all .3s}.analyze-url-input:focus{outline:none;border-color:#7c8cff;background:#fff}.analyze-row{display:flex;gap:.75rem;margin-bottom:.75rem}.analyze-row input{flex:1;border:2px solid #e8e8e8;border-radius:10px;padding:.75rem 1rem;font-size:14px;background:#fafafa;transition:all .3s}.analyze-row input:focus{outline:none;border-color:#7c8cff;background:#fff}.analyze-modal textarea{width:100%;border:2px solid #e8e8e8;border-radius:10px;padding:1rem;font-size:14px;font-family:inherit;background:#fafafa;resize:vertical;transition:all .3s;margin-bottom:1rem}.analyze-modal textarea:focus{outline:none;border-color:#7c8cff;background:#fff}.analyze-error{background:#fff2f2;border:1px solid #ffcdd2;color:#c62828;border-radius:10px;padding:.75rem 1rem;font-size:13px;margin-bottom:1rem}.analyze-submit{width:100%;background:linear-gradient(135deg,#7c8cff,#9c27b0);color:#fff;border:none;border-radius:12px;padding:1rem;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 8px 20px #7c8cff66}.analyze-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #7c8cff80}.analyze-submit:disabled{opacity:.7;cursor:wait}
