:root{--studio-primary: #2c3e50;--studio-accent: #667eea;--studio-accent-dark: #5a67d8;--studio-gold: #c9a959;--studio-text: #1a1a2e;--studio-text-muted: #6b7280;--studio-bg: #fefefe;--studio-border: rgba(0, 0, 0, .08);--studio-shadow: -5px 0 32px rgba(0, 0, 0, .12)}.sangeet-studio-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.sangeet-studio-overlay.open{opacity:1;visibility:visible}.sangeet-studio{position:fixed;background:var(--studio-bg);box-shadow:var(--studio-shadow);z-index:2001;display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.32,.72,0,1)}@media (max-width: 767px){.sangeet-studio{bottom:0;left:0;right:0;height:85vh;border-radius:20px 20px 0 0;transform:translateY(100%)}.sangeet-studio-overlay.open .sangeet-studio{transform:translateY(0)}}@media (min-width: 768px){.sangeet-studio{position:fixed;width:98%;height:98%;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);opacity:0;border-radius:16px;border:1px solid rgba(255,255,255,.4);box-shadow:0 25px 50px -12px #00000040}.sangeet-studio-overlay.open .sangeet-studio{transform:translate(-50%,-50%) scale(1);opacity:1}body.studio-open{overflow:hidden}}.studio-drag-handle{width:40px;height:4px;background:#0000001a;border-radius:2px;margin:8px auto 0;flex-shrink:0}@media (min-width: 768px){.studio-drag-handle{display:none}}.studio-header{padding:12px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--studio-border);flex-shrink:0}.studio-brand{display:flex;align-items:center;gap:6px;flex-shrink:0}.studio-brand svg{width:18px;height:18px;color:var(--studio-text-muted)}.studio-content{flex:1;overflow-y:auto;padding:0;display:flex;flex-direction:column}.song-list-section{padding:1rem 1.25rem;background:#fafafc;border-bottom:1px solid var(--studio-border)}.section-title{font-family:Outfit,sans-serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--studio-text-muted);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.song-list{display:flex;flex-direction:column;gap:.5rem}.song-list-item{display:flex;align-items:center;padding:.75rem;background:#fff;border:1px solid var(--studio-border);border-radius:12px;gap:.75rem;transition:all .2s}.song-list-item:hover{border-color:var(--studio-accent);box-shadow:0 2px 8px #0000000d}.song-item-play{width:36px;height:36px;border-radius:50%;background:var(--studio-bg);border:1px solid var(--studio-border);display:flex;align-items:center;justify-content:center;color:var(--studio-primary);cursor:pointer;transition:all .2s;flex-shrink:0}.song-item-play:hover{background:var(--studio-primary);color:#fff;border-color:var(--studio-primary)}.song-item-info{flex:1;min-width:0}.song-item-title{font-family:"Noto Serif Devanagari",serif;font-size:.95rem;font-weight:600;color:var(--studio-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.song-item-meta{font-family:Outfit,sans-serif;font-size:.75rem;color:var(--studio-text-muted);margin-top:2px}.song-item-actions{display:flex;gap:.25rem}.song-action-btn{width:32px;height:32px;border:none;background:transparent;color:var(--studio-text-muted);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.song-action-btn:hover{background:#0000000d;color:var(--studio-text)}.song-action-btn.delete:hover{color:var(--status-error);background:#fee2e2}.song-list-empty{text-align:center;padding:1.5rem;color:var(--studio-text-muted);font-size:.9rem;background:#fff;border-radius:12px;border:1px dashed var(--studio-border)}.creation-section{padding:1.25rem;flex:1}.studio-title{font-size:.65rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--studio-text-muted)}.studio-subtitle{flex:1;font-family:"Noto Serif Devanagari",Georgia,serif;font-size:.95rem;font-weight:600;color:var(--studio-text);margin:0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right;padding-right:8px}.studio-close{width:32px;height:32px;border:none;background:transparent;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--studio-text-muted);transition:all .2s;flex-shrink:0}.studio-close:hover{background:#0000000d;color:var(--studio-text)}.studio-content{padding:16px 20px 20px}.style-selector-label{font-size:.8rem;font-weight:500;color:var(--studio-text-muted);margin-bottom:12px;text-align:center;letter-spacing:.2px}.style-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px}.style-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;background:#f8f9fa;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s}.style-chip:hover{background:#f0f1f3}.style-chip.selected{background:var(--studio-text);border-color:var(--studio-text)}.style-chip.selected .style-icon,.style-chip.selected .style-name{color:#fff}.style-icon{margin-bottom:4px;color:var(--studio-text);opacity:.8}.style-icon svg{width:24px;height:24px}.style-name{font-family:"Noto Serif Devanagari",Georgia,serif;font-size:.75rem;font-weight:500;color:var(--studio-text)}.credits-display{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#faf8f5,#f5f3ef);border:1px solid rgba(201,169,89,.2);border-radius:10px;margin-bottom:16px;color:var(--studio-gold)}.credits-text{font-size:.85rem;color:#78716c;font-weight:500}.credits-count{font-weight:700;color:#57534e}.compose-btn{width:100%;padding:14px 20px;background:var(--studio-text);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s}.compose-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #2c3e5033}.compose-btn:disabled{opacity:.5;cursor:not-allowed}.compose-btn.no-credits{background:linear-gradient(135deg,#c9a959,#b8963e)}.compose-btn .credit-cost{font-size:.75rem;opacity:.7;font-weight:400}.studio-loading{text-align:center;padding:32px 20px}.wave-animation{display:flex;align-items:center;justify-content:center;gap:3px;height:40px;margin-bottom:20px}.wave-bar{width:3px;height:16px;background:var(--studio-text);border-radius:2px;animation:wave 1.2s ease-in-out infinite}.wave-bar:nth-child(1){animation-delay:0s}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s}.wave-bar:nth-child(5){animation-delay:.4s}.wave-bar:nth-child(6){animation-delay:.5s}.wave-bar:nth-child(7){animation-delay:.4s}.wave-bar:nth-child(8){animation-delay:.3s}.wave-bar:nth-child(9){animation-delay:.2s}.wave-bar:nth-child(10){animation-delay:.1s}@keyframes wave{0%,to{height:16px;opacity:.5}50%{height:36px;opacity:1}}.loading-text{font-family:"Noto Serif Devanagari",Georgia,serif;font-size:1.1rem;color:var(--studio-text);margin-bottom:4px;font-weight:500}.loading-subtext{font-size:.85rem;color:var(--studio-text-muted);font-style:italic}.cancel-btn{margin-top:20px;padding:10px 24px;background:transparent;border:1px solid var(--studio-border);border-radius:8px;color:var(--studio-text-muted);font-size:.85rem;cursor:pointer;transition:all .2s}.cancel-btn:hover{background:#f9fafb;color:var(--studio-text)}.studio-results{padding:16px 20px 20px}.results-header{text-align:center;margin-bottom:16px}.results-title{font-size:1rem;font-weight:600;color:var(--studio-text);margin-bottom:2px}.results-subtitle{font-size:.8rem;color:var(--studio-text-muted)}.songs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.song-card{background:#f8f9fa;border:2px solid transparent;border-radius:12px;padding:16px 12px;text-align:center;transition:all .2s}.song-card.playing{background:#f0f4ff;border-color:var(--studio-accent)}.song-version{font-size:.7rem;color:var(--studio-text-muted);margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.play-btn{width:48px;height:48px;border-radius:50%;background:var(--studio-text);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;transition:all .2s}.play-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #2c3e5040}.play-btn svg{margin-left:2px;width:20px;height:20px}.song-duration{font-size:.8rem;color:var(--studio-text-muted);font-variant-numeric:tabular-nums}.result-actions{display:flex;flex-wrap:wrap;gap:8px}.action-btn-studio{flex:1;min-width:45%;padding:10px 12px;border-radius:10px;font-size:.8rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s}.action-btn-studio.primary{background:var(--studio-text);color:#fff;border:none;flex:100%}.action-btn-studio.primary:hover{box-shadow:0 4px 16px #2c3e5033}.action-btn-studio.secondary{background:#fff;color:var(--studio-text);border:1px solid var(--studio-border)}.action-btn-studio.secondary:hover{background:#f9fafb}.action-btn-studio svg{width:14px;height:14px}.pricing-section{padding:16px 20px 20px}.pricing-header{text-align:center;margin-bottom:16px}.pricing-title{font-size:1rem;font-weight:600;color:var(--studio-text);margin-bottom:4px}.pricing-subtitle{font-size:.8rem;color:var(--studio-text-muted)}.pricing-packs{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.pricing-pack{background:#f8f9fa;border:2px solid transparent;border-radius:12px;padding:14px 16px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s;position:relative}.pricing-pack:hover{background:#f0f1f3}.pricing-pack.popular{background:#faf8f5;border-color:var(--studio-gold)}.popular-badge{position:absolute;top:-8px;left:16px;background:var(--studio-gold);color:#fff;font-size:.6rem;font-weight:600;padding:3px 10px;border-radius:20px;letter-spacing:.5px;text-transform:uppercase}.pack-info{display:flex;flex-direction:column;gap:2px}.pack-name{font-weight:600;color:var(--studio-text);font-size:.9rem}.pack-details{font-size:.75rem;color:var(--studio-text-muted)}.pack-price{font-size:1.1rem;font-weight:700;color:var(--studio-text)}.studio-error{text-align:center;padding:32px 20px}.error-icon{color:var(--studio-text-muted);margin-bottom:16px}.error-icon svg{width:40px;height:40px}.error-title{font-size:1rem;font-weight:600;color:var(--studio-text);margin-bottom:6px}.error-message{font-size:.85rem;color:var(--studio-text-muted);margin-bottom:20px}.retry-btn{padding:12px 28px;background:var(--studio-text);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.retry-btn:hover{box-shadow:0 4px 16px #2c3e5033}.studio-nav{display:flex;overflow-x:auto;background:#fff;border-bottom:1px solid var(--studio-border);padding:0 16px;gap:16px;flex-shrink:0}.studio-tab{background:none;border:none;padding:12px 4px;display:flex;align-items:center;gap:6px;color:var(--studio-text-muted);font-size:.9rem;font-weight:500;cursor:pointer;position:relative;white-space:nowrap;transition:color .2s}.studio-tab:hover{color:var(--studio-text)}.studio-tab.active{color:var(--studio-accent)}.studio-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--studio-accent);border-radius:2px 2px 0 0}.tab-icon{font-size:1.1em}.studio-compose-layout{display:flex;gap:0;height:100%;overflow:hidden}.studio-panel{display:flex;flex-direction:column;overflow-y:auto;padding:16px}.studio-panel.left-panel{width:30%;min-width:220px;max-width:280px;border-right:1px solid var(--studio-border);background:#fafafc}.studio-panel.right-panel{flex:1;background:#fff}.studio-panel.full-width{width:100%}.panel-title{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:var(--studio-text);margin-bottom:12px}.compose-flow{display:flex;flex-direction:column;gap:10px;height:100%;padding-bottom:70px}.compose-flow .style-grid{display:flex;background:#f0f0f2;border-radius:8px;padding:3px;gap:0}.style-choice{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 4px;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s;gap:0}.style-choice:hover{background:#0000000a}.style-choice.selected{background:#fff;box-shadow:0 1px 3px #0000001a}.style-choice.selected h4{font-weight:600}.style-choice .style-icon{display:none}.style-choice h4{font-size:.8rem;font-weight:500;margin:0;color:var(--studio-text)}.lyrics-box{flex:1;display:flex;flex-direction:column;gap:6px}.lyrics-box label{font-size:.8rem;font-weight:500;color:var(--studio-text-muted)}.lyrics-box textarea{flex:1;min-height:80px;max-height:150px;padding:10px;border:1px solid var(--studio-border);border-radius:8px;font-family:"Noto Serif Devanagari",serif;font-size:.9rem;line-height:1.7;resize:none;background:#fafafc}.lyrics-box textarea:focus{outline:none;border-color:var(--studio-accent);background:#fff}.compose-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid var(--studio-border)}.credits-badge{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--studio-text-muted)}.credits-badge svg{width:14px;height:14px}.btn-compose{padding:12px 24px;background:var(--studio-text);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-compose:hover:not(:disabled){box-shadow:0 4px 16px #2c3e5040;transform:translateY(-1px)}.btn-compose:disabled,.btn-compose.disabled{opacity:.5;cursor:not-allowed}.song-card{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid var(--studio-border);border-radius:12px;margin-bottom:8px}.song-card-controls button{width:40px;height:40px;border-radius:50%;background:var(--studio-text);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.song-card-info{flex:1;min-width:0}.song-card-info .song-title{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-card-info .song-meta{font-size:.75rem;color:var(--studio-text-muted)}.song-card-actions{display:flex;gap:4px}.song-card-actions button{width:32px;height:32px;border:none;background:transparent;color:var(--studio-text-muted);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.song-card-actions button:hover{background:#0000000d;color:var(--studio-text)}.song-card-actions button.delete:hover{background:#fee2e2;color:#dc2626}.studio-state-center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 16px;height:100%}.studio-state-center h3{font-size:1.1rem;font-weight:600;margin:12px 0 4px}.studio-state-center p{font-size:.9rem;color:var(--studio-text-muted);margin-bottom:16px}.spinner-large{width:48px;height:48px;border:3px solid #e5e7eb;border-top-color:var(--studio-accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-icon{font-size:3rem;margin-bottom:8px}.btn-secondary{padding:10px 20px;background:#fff;color:var(--studio-text);border:1px solid var(--studio-border);border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f9fafb}.pricing-container{padding:16px;text-align:center}.pricing-container h3{font-size:1.1rem;margin-bottom:4px}.pricing-container>p{font-size:.9rem;color:var(--studio-text-muted);margin-bottom:16px}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}.price-card{padding:14px;background:#f8f9fa;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s}.price-card:hover{border-color:var(--studio-accent)}.price-card h4{font-size:.9rem;margin:0 0 4px}.price-card .price{font-size:1.2rem;font-weight:700}.price-card .credits{font-size:.75rem;color:var(--studio-text-muted)}.btn-text{background:none;border:none;color:var(--studio-text-muted);font-size:.85rem;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.btn-text:hover{color:var(--studio-text)}@media (max-width: 767px){.studio-compose-layout{flex-direction:column}.studio-panel.left-panel{width:100%;max-height:350px;min-height:150px;overflow-y:auto;border-right:none;border-bottom:1px solid var(--studio-border)}.song-card{padding:10px;margin-bottom:6px}.compose-flow .style-grid{grid-template-columns:repeat(2,1fr)}}.mode-switcher-container{margin-bottom:20px}.mode-switcher{display:flex;background:#f4f4f5;border-radius:10px;padding:4px}.mode-btn{flex:1;padding:10px 16px;background:transparent;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;color:var(--studio-text-muted);transition:all .2s}.mode-btn.active{background:#fff;color:var(--studio-text);box-shadow:0 2px 8px #0000001a}.recite-center,.perform-center,.link-center,.publish-center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 16px;height:100%}.recite-center h3,.perform-center h3,.link-center h3,.publish-center h3{font-size:1.2rem;margin:16px 0 8px}.recite-center p,.perform-center p,.link-center p,.publish-center p{color:var(--studio-text-muted);margin-bottom:16px}.mic-icon-large{width:80px;height:80px;border-radius:50%;border:2px dashed var(--studio-border);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:var(--studio-text-muted)}.btn-record-large{padding:14px 32px;background:#dc2626;color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-record-large:hover{background:#b91c1c;transform:scale(1.05)}.btn-primary{padding:12px 24px;background:var(--studio-text);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){box-shadow:0 4px 16px #2c3e5040}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.recite-active{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;background:linear-gradient(135deg,#1a1a2e,#0f0f1a);border-radius:16px;height:100%}.timer-large{font-size:3rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums;margin-bottom:24px}#recite-visualizer{width:100%;height:100px;margin-bottom:24px;border-radius:8px;background:#ffffff0d}.btn-stop-large{padding:16px 48px;background:#fff;color:var(--studio-text);border:none;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-stop-large:hover{transform:scale(1.05)}.recording-pulse{color:var(--status-error);margin-top:16px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.recite-review,.perform-review{display:flex;flex-direction:column;align-items:center;padding:24px;text-align:center}.audio-player-custom,.video-player-custom{width:100%;max-width:400px;margin:16px 0 24px;border-radius:12px}.review-actions{display:flex;gap:12px}.perform-stage{position:relative;width:100%;height:100%;background:#000;border-radius:12px;overflow:hidden}.video-preview{width:100%;height:100%;object-fit:cover}.countdown-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:6rem;font-weight:700;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.5);animation:countdown-pulse 1s ease-in-out}@keyframes countdown-pulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}50%{transform:translate(-50%,-50%) scale(1.2);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.teleprompter-overlay{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);pointer-events:none}.teleprompter-text{position:absolute;bottom:60px;left:20px;right:20px;max-height:200px;overflow-y:auto;font-family:"Noto Serif Devanagari",serif;font-size:1.1rem;line-height:2;color:#fff;white-space:pre-line;text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.5)}.perform-controls{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:16px}.timer-badge{background:#0009;color:#fff;padding:8px 16px;border-radius:20px;font-size:1rem;font-variant-numeric:tabular-nums}.btn-stop-round{width:56px;height:56px;border-radius:50%;background:#fff;border:none;font-size:1.5rem;cursor:pointer;transition:transform .2s}.btn-stop-round:hover{transform:scale(1.1)}.studio-panel.no-padding{padding:0}.link-input-group{width:100%;max-width:400px;margin:16px 0}.studio-input{width:100%;padding:14px 16px;border:1px solid var(--studio-border);border-radius:10px;font-size:.95rem;transition:all .2s}.studio-input:focus{outline:none;border-color:var(--studio-accent);box-shadow:0 0 0 3px #667eea26}.platform-badge{display:inline-flex;align-items:center;gap:6px;background:#f0f4ff;color:var(--studio-accent);padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:16px}.link-preview{padding:24px;text-align:center}.preview-card{background:#f8f9fa;border-radius:12px;overflow:hidden;margin:16px 0 24px}.preview-thumb{width:100%;height:140px;object-fit:cover}.preview-info{padding:16px;text-align:left}.preview-info h4{margin:0 0 4px;font-size:.95rem}.preview-info p{margin:0;font-size:.85rem;color:var(--studio-text-muted)}.spinner-small{width:24px;height:24px;border:2px solid #e5e7eb;border-top-color:var(--studio-accent);border-radius:50%;animation:spin .8s linear infinite}.publish-preview{display:flex;flex-direction:column;align-items:center;padding:24px}.cover-art-preview{width:100%;max-width:280px;border-radius:16px;box-shadow:0 8px 32px #0003;margin-bottom:24px}.publish-actions{display:flex;flex-direction:column;gap:10px;width:100%;max-width:280px}.publish-actions .btn-primary,.publish-actions .btn-secondary{width:100%}.song-card.active{border-color:var(--studio-accent);background:#f0f4ff}.text-muted{color:var(--studio-text-muted);font-size:.9rem;font-style:italic}
