:root{--studio-bg: #ffffff;--studio-surface: #ffffff;--studio-surface-solid: #f8f8f8;--studio-border: #e2e8f0;--studio-text: #1e293b;--studio-text-muted: #64748b;--studio-accent: var(--brand, #800000);--studio-accent-hover: #000000;--studio-danger: var(--status-error);--studio-overlay-backdrop: rgba(255, 255, 255, .95);--studio-font-sans: var(--font-sans, "Outfit", sans-serif);--studio-font-serif: var(--font-serif, "Noto Serif Devanagari", serif)}.studio-container{font-family:var(--studio-font-sans)}h1,h2,h3,h4,h5,h6,.panel-title,.song-title{font-family:var(--studio-font-serif)}.studio-page-wrapper{width:100%;min-height:calc(100vh - 65px);display:flex;flex-direction:column;position:relative;padding-bottom:80px}.studio-header-page{padding:1rem 1.5rem;border-bottom:1px solid var(--studio-border);background:var(--bg-color, #ffffff);position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:center}.studio-content-area{flex:1;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.studio-dock{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 32px #0000001a;border-radius:2rem;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;z-index:1000;transition:all .3s ease;margin-bottom:env(safe-area-inset-bottom,0px)}.dock-btn{background:transparent;border:none;padding:.75rem;border-radius:50%;color:var(--text-secondary, #64748b);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative}.dock-btn:hover{background:#0000000d;color:var(--studio-accent);transform:translateY(-2px)}.dock-btn.active{background:var(--studio-accent);color:#fff;box-shadow:0 4px 12px rgba(var(--brand-rgb),.3)}.dock-separator{width:1px;height:24px;background:#0000001a;margin:0 .25rem}@media (max-width: 480px){.studio-dock{bottom:1rem;width:90%;max-width:400px;padding:.5rem;justify-content:space-around}.dock-btn{padding:.6rem}.dock-separator{display:none}}.studio-overlay{display:none!important}.navbar{z-index:2005!important;background:var(--bg-color, #ffffff)}.bottom-nav{display:none!important}.studio-container{width:100%;max-width:100%;height:auto;background:transparent;border:none;box-shadow:none;overflow:visible;transform:none!important}.studio-header{padding:1rem 1.5rem;display:flex;align-items:center;border-bottom:1px solid var(--studio-border);background:var(--studio-bg)}.studio-brand{display:flex;align-items:center;gap:.5rem;color:var(--studio-accent);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.studio-poem-title{flex:1;text-align:center;font-family:"Noto Serif Devanagari",serif;font-size:1.2rem;color:var(--studio-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-close-btn{background:transparent;border:none;color:var(--studio-text-muted);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s}.studio-close-btn:hover{background:rgba(var(--brand-rgb),.08);color:var(--studio-accent)}.studio-nav{display:flex;justify-content:center;gap:1rem;padding:1rem;border-bottom:1px solid var(--studio-border)}.studio-tab{background:transparent;border:none;color:var(--studio-text-muted);padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:all .2s}.studio-tab:hover{background:rgba(var(--brand-rgb),.05);color:var(--studio-text)}.studio-tab.active{background:rgba(var(--brand-rgb),.1);color:var(--studio-accent)}.tab-icon{font-size:1.1rem}.studio-content{flex:1;overflow:hidden;position:relative;display:flex;flex-direction:column}.studio-compose-layout{display:flex;flex:1;height:100%}.studio-panel{padding:2rem;overflow-y:auto;box-sizing:border-box}.smart-suggestion{margin-bottom:0;background:linear-gradient(135deg,rgba(var(--brand-rgb),.03),rgba(var(--brand-rgb),.01));padding:1.25rem;border-radius:16px;border:1px solid rgba(128,0,0,.08);box-sizing:border-box;width:100%}.smart-suggestion-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:.85rem;font-weight:600;color:var(--studio-accent);text-transform:uppercase;letter-spacing:.5px}.suggestion-icon{color:var(--studio-accent);opacity:.8}.smart-suggestion-list{max-height:200px;overflow-y:auto;padding-right:4px}.smart-suggestion-list::-webkit-scrollbar{width:6px}.smart-suggestion-list::-webkit-scrollbar-track{background:rgba(var(--brand-rgb),.05)}.smart-suggestion-list::-webkit-scrollbar-thumb{background:rgba(var(--brand-rgb),.2);border-radius:4px}.studio-compose-layout{display:flex;flex-direction:column;height:100%;overflow:hidden;background:var(--studio-bg)}.studio-panel{padding:1rem;overflow-y:auto;width:100%}.left-panel{background:var(--studio-bg);border-top:1px solid var(--studio-border);flex:0 0 auto;max-height:200px}.right-panel{background:var(--studio-bg);flex:1;position:relative;display:flex;flex-direction:column}@media (min-width: 768px){.studio-compose-layout{flex-direction:row-reverse}.left-panel{width:280px;border-bottom:none;border-right:1px solid var(--studio-border);height:100%;max-height:none;flex:0 0 280px}.right-panel{height:100%;overflow-y:auto}}.song-card{background:#fff;border:1px solid var(--studio-border);border-radius:14px;padding:1rem 1.25rem;margin-bottom:.75rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:1rem}.song-card:hover{background:#fefbfb;border-color:#e8e0e0;transform:translateY(-1px);box-shadow:0 4px 12px #0000000a}.song-card.active{background:linear-gradient(135deg,#fdfafa,#fbf7f7);border-color:#e0d5d5;box-shadow:0 2px 12px #8000000f}.mic-icon-large{color:var(--studio-text-muted);margin-bottom:1.5rem;opacity:.5}.publish-preview{display:flex;flex-direction:column;align-items:center;padding:1.5rem;height:100%;justify-content:center;gap:1.5rem;overflow-y:auto}.cover-art-preview{width:100%;max-width:320px;height:auto;max-height:50vh;aspect-ratio:1/1;object-fit:contain;border-radius:12px;box-shadow:0 8px 24px #0000001f;background:#f0f0f0;flex-shrink:0}.publish-actions{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:300px}.publish-actions .btn-primary{background:transparent;color:var(--studio-accent);border:1px solid var(--studio-accent);padding:.75rem 2rem;border-radius:100px;font-weight:600;cursor:pointer;box-shadow:none;transition:all .2s ease;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.publish-actions .btn-primary:hover{background:rgba(var(--brand-rgb),.05);box-shadow:0 4px 12px #8000001a}.publish-actions .btn-secondary{background:transparent;color:var(--studio-text-muted);border:1px solid var(--studio-border);padding:.6rem 1.5rem;border-radius:100px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem}.publish-actions .btn-secondary:hover{border-color:var(--studio-accent);color:var(--studio-accent)}@media (max-width: 767px){.publish-preview{padding:1rem;justify-content:flex-start}.cover-art-preview{max-width:280px}}.song-card-info{min-width:120px;flex:1;max-width:200px}.song-title{font-family:var(--studio-font-serif);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.35rem;color:var(--studio-text)}.song-meta{font-size:.7rem;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:500;background:#f5f5f5;padding:4px 10px;border-radius:20px;display:inline-block}.song-card.active .song-meta{background:#f0f0f0;color:#555}.panel-title{font-size:.85rem;font-weight:600;color:var(--studio-text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(var(--brand-rgb),.1)}.song-card-actions{display:flex;gap:.5rem}.song-card-actions button{background:transparent;border:none;color:var(--studio-text-muted);cursor:pointer;padding:4px}.song-card-actions button:hover{color:var(--studio-text)}.song-card-actions button.delete:hover{color:var(--studio-danger)}.right-panel{flex:1;display:flex;flex-direction:column;position:relative}.right-panel.full-width{width:100%}.compose-flow{max-width:600px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:2rem}.style-grid{display:flex;background:transparent;border:1px solid var(--studio-border);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;text-align:center;color:var(--studio-text)}.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}.style-icon{color:var(--studio-accent);margin-bottom:.75rem}.lyrics-box{display:flex;flex-direction:column;gap:.75rem}.lyrics-box textarea{background:var(--studio-surface-solid);border:1px solid var(--studio-border);border-left:3px solid var(--studio-accent);border-radius:12px;padding:1rem;color:var(--studio-text);font-family:var(--studio-font-serif);min-height:200px;resize:vertical;font-size:1rem}.lyrics-box textarea:focus{border-color:var(--studio-accent);outline:none}.compose-footer{display:flex;justify-content:flex-end;align-items:center;background:var(--studio-surface-solid);padding:1rem 1.5rem;border-radius:16px;border:1px solid var(--studio-border);gap:1rem}.credits-badge{display:flex;align-items:center;gap:.5rem;color:var(--studio-text-muted);font-weight:500}.btn-compose{background:transparent;color:var(--studio-accent);border:1px solid var(--studio-accent);padding:.85rem 2.5rem;border-radius:100px;font-weight:600;cursor:pointer;font-size:1rem;transition:all .2s ease;box-shadow:none;display:flex;align-items:center;gap:8px}.btn-compose:hover:not(:disabled){background:rgba(var(--brand-rgb),.05);transform:translateY(-1px);box-shadow:0 4px 12px #8000001a}.btn-compose:disabled{opacity:.5;cursor:not-allowed}.studio-state-center{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:300px}.spinner-large{width:48px;height:48px;border:4px solid rgba(255,255,255,.1);border-top-color:var(--studio-accent);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.recite-center{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;gap:.75rem;padding:1rem}.mic-icon-large{font-size:2.5rem;margin-bottom:.5rem;background:rgba(var(--brand-rgb),.05);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid var(--studio-border);color:var(--studio-accent);animation:breathe 3s ease-in-out infinite}@keyframes breathe{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}}.mode-switcher-container{display:flex;justify-content:center;margin-bottom:2rem}.mode-switcher{display:flex;background:#f1f5f9;padding:4px;border-radius:100px;gap:4px;border:1px solid #e2e8f0}.mode-btn{display:flex;align-items:center;gap:8px;padding:.6rem 1.25rem;border-radius:100px;border:none;background:transparent;color:var(--studio-text-muted);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.mode-btn:hover{color:var(--studio-text)}.mode-btn.active{background:#fff;color:var(--studio-accent);font-weight:600;box-shadow:0 2px 8px #00000014}.btn-studio-primary,.btn-record-large{background:transparent;color:var(--studio-accent);font-size:1rem;padding:.85rem 2.5rem;border-radius:100px;border:1px solid var(--studio-accent);font-weight:600;cursor:pointer;box-shadow:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:10px}.btn-studio-primary:hover,.btn-record-large:hover{background:#8000000a;transform:translateY(-2px);box-shadow:0 4px 12px #8000001a}.btn-studio-primary:disabled,.btn-record-large:disabled{border-color:#e2e8f0;color:#cbd5e1;background:transparent;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-studio-secondary{background:transparent;color:var(--studio-text-muted);border:1px solid var(--studio-border);padding:.85rem 2rem;border-radius:100px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s}.btn-studio-secondary:hover{border-color:var(--studio-text);color:var(--studio-text);background:#f9fafb}.recite-active{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:2rem}.timer-large{font-size:4rem;font-family:Outfit,monospace;font-weight:700;color:var(--studio-text);font-variant-numeric:tabular-nums}#recite-visualizer{width:100%;max-width:600px;height:120px;background:#80000014;border-radius:16px;border:1px solid var(--studio-border)}.btn-stop-large{background:transparent;border:2px solid var(--studio-danger);color:var(--studio-danger);width:80px;height:80px;border-radius:50%;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-stop-large:hover{background:var(--studio-danger);color:#fff}.empty-state-simple{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;color:var(--studio-text-muted);text-align:center;font-size:.9rem;background:#f9fafb;border-radius:12px;border:1px dashed #e2e8f0}.recording-pulse{color:var(--studio-danger);font-weight:500;text-transform:uppercase;letter-spacing:2px;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.recite-review{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:2rem}.audio-player-custom{width:100%;max-width:500px}.review-actions{display:flex;gap:1rem}.btn-primary{background:linear-gradient(135deg,maroon,#5a0000);color:#fff;border:none;padding:.85rem 2rem;border-radius:100px;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #80000040}.btn-primary:hover{background:linear-gradient(135deg,#6a0000,#4a0000);transform:translateY(-2px);box-shadow:0 6px 20px #80000059}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px #80000033}.btn-secondary{background:#fff;color:var(--studio-text);border:1px solid rgba(128,0,0,.2);padding:.75rem 2rem;border-radius:100px;font-weight:500;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-secondary:hover{background:#fef7f7;border-color:#80000059;color:var(--studio-accent)}.btn-text{background:transparent;border:none;color:var(--studio-text-muted);font-size:.85rem;cursor:pointer;text-decoration:none;transition:all .2s;padding:.5rem;position:relative}.btn-text:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:0;height:1px;background:currentColor;transition:width .2s ease}.btn-text:hover{color:var(--studio-accent)}.btn-text:hover:after{width:80%}.publish-center,.publish-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;gap:1.5rem;padding:1.5rem;box-sizing:border-box;overflow-y:auto}.cover-art-preview{max-width:100%;max-height:45vh;border-radius:16px;box-shadow:0 4px 6px #0000000a,0 10px 30px #00000014,0 25px 60px #8000001a;border:1px solid rgba(128,0,0,.08);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.cover-art-preview:hover{transform:scale(1.01);box-shadow:0 6px 10px #0000000d,0 15px 40px #0000001a,0 30px 80px #8000001f}.publish-actions{display:flex;flex-direction:column;gap:.85rem;width:100%;max-width:320px;margin-top:1rem}.studio-panel::-webkit-scrollbar,.studio-content::-webkit-scrollbar{width:6px;height:6px}.studio-panel::-webkit-scrollbar-track,.studio-content::-webkit-scrollbar-track{background:transparent}.studio-panel::-webkit-scrollbar-thumb,.studio-content::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}@media (max-width: 768px){.studio-container{width:100%;height:100%;border-radius:0;border:none}.studio-header{padding:.75rem 1rem;background:var(--studio-bg)}.studio-brand{font-size:.75rem}.studio-poem-title{font-size:1rem}.studio-compose-layout{flex-direction:column}.left-panel{width:100%;max-height:180px;border-right:none;border-bottom:1px solid var(--studio-border);padding:.75rem}.right-panel{padding:1rem}.studio-nav{padding:.5rem;gap:.25rem;overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch}.studio-tab{padding:.5rem .75rem;font-size:.8rem;flex-shrink:0;white-space:nowrap}.tab-label{display:none}.studio-tab.active .tab-label{display:inline}.publish-preview{padding:1rem;justify-content:flex-start}.cover-art-preview{max-width:250px;max-height:250px}.btn-primary,.btn-secondary{padding:.6rem 1.5rem;font-size:.9rem}.style-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.style-choice{padding:.75rem .5rem}}.studio-tab:focus-visible,.studio-close-btn:focus-visible,.style-choice:focus-visible,.btn-primary:focus-visible,.btn-secondary:focus-visible,.btn-compose:focus-visible,.btn-record-large:focus-visible,.song-card:focus-visible{outline:2px solid var(--studio-accent);outline-offset:2px}.tab-content{animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.empty-state-text{color:var(--studio-text-muted);font-style:italic}.panel-title{color:#475569;text-transform:capitalize;letter-spacing:.5px}.link-center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;gap:2rem;max-width:500px;margin:0 auto;height:100%}.link-header h3{font-size:1.5rem;font-weight:700;color:var(--studio-text);margin-bottom:.5rem}.link-header p{color:var(--studio-text-muted);font-size:1rem}.link-input-card{background:#fff;border:1px solid var(--studio-border);border-radius:16px;padding:1.5rem;width:100%;box-shadow:0 4px 20px #00000008;display:flex;flex-direction:column;gap:1rem}.link-input-wrapper{position:relative;width:100%}.link-center input[type=text]{width:100%;padding:1rem 1.25rem;border:1px solid var(--studio-border);border-radius:12px;font-size:1rem;transition:border-color .2s;background:var(--studio-surface-solid);font-family:var(--studio-font-sans)}.link-center input:focus{border-color:var(--studio-accent);outline:none;background:#fff}.link-input-card button{background:transparent;color:var(--studio-accent);border:1px solid var(--studio-accent);padding:.75rem 2rem;border-radius:100px;font-weight:600;cursor:pointer;box-shadow:none;transition:all .2s ease;align-self:flex-start;display:inline-flex;justify-content:center;align-items:center;width:100%}.link-input-card button:hover:not(:disabled){background:#8000000d;box-shadow:0 4px 12px #8000001a;transform:translateY(-1px)}.link-input-card button:disabled{opacity:.5;cursor:not-allowed;border-color:var(--studio-border);color:var(--studio-text-muted)}.link-center{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:1rem 2rem;gap:1.5rem;max-width:600px;margin:0 auto;width:100%;box-sizing:border-box}.link-header{text-align:center;margin-bottom:.5rem}.link-input-wrapper{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.studio-input{width:100%;padding:1rem;border:1px solid var(--studio-border);border-radius:8px;font-size:1rem;font-family:inherit;background:#f9fafb;box-sizing:border-box}.studio-input:focus{outline:none;border-color:var(--studio-accent);background:#fff}.smart-suggestion{width:100%;background:snow;border:1px solid rgba(128,0,0,.1);border-radius:16px;padding:1.5rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;text-align:center}.smart-suggestion-header{font-size:.85rem;font-weight:700;color:var(--studio-accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:8px}.song-card{display:flex;align-items:center;padding:.75rem;background:#fff;border:1px solid var(--studio-border);border-radius:12px;margin-bottom:.75rem;gap:12px;width:100%;box-sizing:border-box;overflow:hidden}.song-card-icon{flex-shrink:0;color:var(--studio-text-muted)}.song-card-info{flex:1;min-width:0;overflow:hidden}.song-title{font-weight:600;font-size:.9rem;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;color:var(--studio-text)}.song-meta{font-size:.75rem;color:var(--studio-text-muted);white-space:normal;overflow:visible;text-overflow:clip;margin-top:2px;line-height:1.2}.song-card-actions{display:flex;gap:4px;flex-shrink:0}.song-card-actions button{background:transparent;border:none;color:var(--studio-text-muted);cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.song-card-actions button:hover{background:#0000000d;color:var(--studio-danger)}.smart-suggestion-list{width:100%;margin-top:.5rem;display:flex;flex-direction:column;gap:8px}.suggestion-card{display:flex;gap:12px;padding:10px;background:#fff9;border:1px solid rgba(0,0,0,.05);border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;box-sizing:border-box}.suggestion-card:hover{background:#fff;border-color:#8000001a;box-shadow:0 4px 12px #0000000d;transform:translateY(-1px)}.suggestion-thumb{width:80px;height:48px;object-fit:cover;border-radius:6px;flex-shrink:0;background:#eee}.suggestion-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:2px}.suggestion-title{font-size:.85rem;font-weight:600;color:var(--studio-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.suggestion-date{font-size:.75rem;color:var(--studio-text-muted)}.perform-center{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:1rem 2rem;text-align:center;gap:1.5rem;max-width:600px;margin:0 auto;width:100%;box-sizing:border-box}.perform-stage{position:relative;width:100%;height:100%;background:#000;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.perform-review{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1.5rem;padding:2rem;width:100%;box-sizing:border-box}.perform-review h3{margin-top:0}.link-input-card{width:100%;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:2rem;box-sizing:border-box;box-shadow:0 2px 12px #0000000a;transition:all .3s ease}.link-input-card:hover{box-shadow:0 4px 20px #00000014}.smart-suggestion{width:100%;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:1.5rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 2px 12px #0000000a;transition:all .3s ease}.smart-suggestion:hover{box-shadow:0 4px 20px #00000014}.song-card{display:flex;align-items:center;padding:1rem;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;margin-bottom:.85rem;gap:12px;width:100%;box-sizing:border-box;overflow:hidden;box-shadow:0 2px 12px #0000000a;transition:all .3s ease}.song-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-1px)}.suggestion-card{display:flex;gap:12px;padding:12px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;box-sizing:border-box;box-shadow:0 2px 8px #00000005}.suggestion-card:hover{background:#fff;box-shadow:0 4px 16px #0000000f;border-color:#8000001a;transform:translateY(-1px)}.publish-preview{width:100%;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:2rem;box-sizing:border-box;box-shadow:0 2px 12px #0000000a;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;min-height:360px;margin:0 auto}.publish-preview:hover{box-shadow:0 4px 20px #00000014}.song-card:hover,.song-card.active,.song-card.active:hover,.style-choice,.style-choice.selected{background:#fff!important;background-image:none!important;border-radius:16px}.style-choice{border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000a}.style-choice:hover{box-shadow:0 4px 20px #00000014}.song-card.active,.style-choice.selected{border-color:var(--studio-accent);box-shadow:0 4px 12px #00000014}.song-card:hover,.style-choice:hover{border-color:#80000033}.track-options{display:flex;justify-content:center;gap:.5rem;margin-top:.5rem;margin-bottom:1rem;flex-wrap:wrap}.track-chip{background:#f4f4f5;border:1px solid #e4e4e7;padding:.4rem .8rem;border-radius:100px;cursor:pointer;font-size:.8rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.35rem;color:var(--studio-text-muted);font-weight:500}.track-chip svg{width:14px;height:14px}.track-chip:hover{background:#e4e4e7;transform:translateY(-1px)}.track-chip.active{background:var(--studio-accent);color:#fff;border-color:var(--studio-accent);box-shadow:0 2px 8px #80000040;transform:scale(1.02)}
