.song-selector{max-width:800px;margin:0 auto;padding:2rem;background:white;border-radius:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.selector-header{text-align:center;margin-bottom:2.5rem}.selector-title{font-size:2rem;font-weight:700;color:#2f855a;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.selector-subtitle{color:#4a5568;font-size:1.1rem}.search-container{position:relative;margin-bottom:1rem}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;font-size:1.1rem;border:2px solid #e2e8f0;border-radius:1rem;background:#fafafa}.search-input:focus{border-color:#38a169;background:white;box-shadow:0 0 0 3px rgba(56,161,105,.1)}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#a0aec0}.select-button{width:100%;padding:1rem;background:linear-gradient(135deg,#38a169,#2f855a);color:white;border:none;border-radius:1rem;font-size:1.1rem;font-weight:600;display:flex;justify-content:center;align-items:center;gap:.75rem;min-height:56px}.select-button:hover{background:#2f855a}.divider{display:flex;align-items:center;margin:2rem 0;color:#a0aec0}.divider:after,.divider:before{content:"";flex:1;height:1px;background:#e2e8f0}.divider span{padding:0 1rem;background:white}.songs-section{margin-top:2rem}.songs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-height:400px;overflow-y:auto;padding:.5rem}.song-card{background:#f0fdf4;border:2px solid #e2e8f0;border-radius:1rem;padding:1.25rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:.2s ease}.song-card:hover{background:white;border-color:#38a169;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.song-icon{background:#38a169;color:white;padding:.75rem;border-radius:.75rem;flex-shrink:0}.song-title{font-weight:600;color:#2d3748;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-container{display:flex;flex-direction:column;height:100vh;background:#fefefe;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chat-header{background:linear-gradient(135deg,#38a169,#2f855a);color:white;border-bottom:1px solid #e1e5e9;box-shadow:0 2px 4px rgba(0,0,0,.1);position:relative}.header-main{padding:1.5rem}.chat-header h2,.chat-header p{margin:0;display:flex;align-items:center;gap:.75rem}.action-icons{display:flex;gap:1rem;margin-top:1rem;justify-content:flex-end}.icon-button{background:rgba(255,255,255,.2);border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;position:relative;color:white}.icon-button:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.icon-button.active{background:rgba(255,255,255,.4);transform:scale(1.1)}.audio-label{position:absolute;bottom:-2px;right:-2px;background:#2f855a;border-radius:50%;width:18px;height:18px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.tab-container{position:absolute;top:100%;right:1.5rem;width:400px;background:rgba(255,255,255,.98);color:#2d3748;border:1px solid rgba(255,255,255,.3);border-radius:0 0 12px 12px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:1000;backdrop-filter:blur(10px)}.tab-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;background:rgba(56,161,105,.1)}.tab-header h3{margin:0;font-size:1.1rem;color:#2d3748;font-weight:600}.close-button{background:none;border:none;cursor:pointer;color:#718096;padding:.25rem;border-radius:4px;transition:all .2s ease}.close-button:hover{background:#f7fafc;color:#2d3748}.tab-content{padding:1.5rem;max-height:400px;overflow-y:auto}.lyrics-display{background:#f7fafc;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.lyrics-display pre{margin:0;white-space:pre-wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;line-height:1.6;color:#2d3748}.audio-player{display:flex;flex-direction:column;align-items:center;gap:1rem}.audio-info{text-align:center;margin-bottom:1rem}.audio-info p{margin:.25rem 0;font-size:.9rem}.audio-url-debug{font-size:.8rem!important;color:#718096!important;word-break:break-all}.audio-error{font-size:.8rem!important;color:#e53e3e!important;margin-top:.5rem!important}.audio-controls{display:flex;align-items:center;gap:1rem}.audio-controls .control-button{background:#e2e8f0;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#4a5568}.audio-controls .control-button:hover{background:#cbd5e0;transform:scale(1.05)}.play-button{background:#38a169;border:none;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:white}.play-button:hover{background:#2f855a;transform:scale(1.05)}.play-button:active{transform:scale(.95)}@media (max-width:768px){.tab-container{right:1rem;left:1rem;width:auto}.action-icons{justify-content:center}}.messages-container{flex:1;overflow-y:auto;padding:2rem 1.5rem;background:#f0fdf4}.message-wrapper{display:flex;margin-bottom:1.5rem}.message-wrapper.user{justify-content:flex-end}.message-wrapper.assistant{justify-content:flex-start}.message{max-width:70%;padding:1rem 1.25rem;border-radius:1.25rem;font-size:.95rem;line-height:1.5;word-wrap:break-word;box-shadow:0 2px 8px rgba(0,0,0,.1)}.message.user{background:linear-gradient(135deg,#38a169,#2f855a);color:white;border-bottom-right-radius:.5rem}.message.assistant{background:white;color:#2d3748;border:1px solid #e2e8f0;border-bottom-left-radius:.5rem}.input-section{background:white;border-top:1px solid #e2e8f0;padding:1.5rem}.input-controls{display:flex;align-items:flex-end;gap:.75rem}.textarea-wrapper{flex:1}.message-input{width:100%;border:2px solid #e2e8f0;border-radius:1rem;padding:.875rem 1rem;font-size:.95rem;background:#fafafa;resize:none}.message-input:focus{border-color:#38a169;background:white;box-shadow:0 0 0 3px rgba(56,161,105,.1)}.control-button{width:48px;height:48px;border-radius:50%;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer}.mic-button{background:#edf2f7;border:2px solid #e2e8f0;color:#4a5568}.mic-button.recording{background:#f56565;color:white;border-color:#c53030}.send-button{background:#38a169;color:white;border:none}.send-button:hover{background:#2f855a}.recording-status{background:#f56565;color:white;padding:.75rem;display:flex;justify-content:center;align-items:center;gap:.5rem}.permission-warning,.recording-status{margin-bottom:1rem;border-radius:.75rem}.permission-warning{background:#fefcbf;color:#744210;padding:1rem;border:1px solid #f6ad55}.sidebar{width:300px;min-height:100vh;background:#f8f9fa;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;transition:width .3s ease;position:fixed;top:0;left:0;z-index:1000;box-shadow:2px 0 8px rgba(0,0,0,.05)}.sidebar.collapsed{width:60px}.sidebar-header{padding:16px;border-bottom:1px solid #e2e8f0;gap:12px;min-height:64px;background:white}.sidebar-header,.toggle-button{display:flex;align-items:center}.toggle-button{background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;color:#64748b;transition:all .2s ease;justify-content:center;min-width:36px;min-height:36px}.toggle-button:hover{background:#e2e8f0;color:#38a169}.header-content{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.sidebar-logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#2d3748;font-weight:600;font-size:16px;transition:color .2s ease;white-space:nowrap;overflow:hidden}.sidebar-logo:hover{color:#38a169}.new-chat-button{background:#38a169;color:white;border:none;padding:8px 12px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .2s ease;white-space:nowrap}.new-chat-button:hover{background:#2f855a}.new-chat-button:active{transform:translateY(1px)}.sidebar-content{flex:1;padding:16px 0;overflow-y:auto;overflow-x:hidden}.loading-chats{padding:16px;text-align:center;color:#64748b;font-size:14px}.section-title{padding:0 16px 8px;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.chat-list{list-style:none;padding:0;margin:0}.chat-item{margin:0}.chat-item.selected .chat-button{background:#e6fffa;border-right:3px solid #38a169}.chat-button{width:100%;background:none;border:none;padding:12px 16px;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;border-radius:0;position:relative;gap:8px}.chat-button:hover{background:#f1f5f9}.chat-button:active{background:#e2e8f0}.chat-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.chat-main{display:flex;align-items:center;gap:8px;color:#2d3748}.chat-song-name{font-weight:500;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.chat-meta{display:flex;align-items:center;gap:4px;color:#64748b;font-size:12px}.chat-date{white-space:nowrap}.delete-button{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;opacity:0;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:24px;min-height:24px;flex-shrink:0}.chat-button:hover .delete-button{opacity:1}.delete-button:hover{background:#fee2e2;color:#dc2626;transform:scale(1.1)}.empty-state{padding:32px 16px;text-align:center;color:#64748b}.empty-icon{color:#cbd5e0;margin-bottom:12px}.empty-state p{margin:4px 0;font-size:14px;line-height:1.4}.empty-subtitle{font-size:12px;color:#a0aec0}.collapsed-indicator{display:flex;flex-direction:column;align-items:center;padding:16px 8px;gap:8px}.collapsed-count{background:#38a169;color:white;font-size:12px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:20px;text-align:center}.sidebar-content::-webkit-scrollbar{width:4px}.sidebar-content::-webkit-scrollbar-track{background:transparent}.sidebar-content::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media (max-width:768px){.sidebar{width:280px}.sidebar.collapsed{width:50px}.chat-song-name{font-size:13px}.sidebar-header{padding:12px}.new-chat-button{padding:6px 10px;font-size:13px}}@media (max-width:480px){.sidebar{width:260px}.sidebar-header{padding:10px}.chat-button{padding:10px 12px}}.chat-button:focus,.delete-button:focus,.new-chat-button:focus,.toggle-button:focus{outline:2px solid #38a169;outline-offset:2px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading-chats{animation:pulse 2s infinite}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8f9fa;color:#2d3748}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f8f9fa;padding:2rem}.loading-content{text-align:center;color:#64748b}.loading-content h2{margin-top:1rem;font-size:1.5rem;font-weight:600;color:#2d3748}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#38a169;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#38a169,#2f855a);padding:2rem}.auth-card{background:white;padding:3rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);text-align:center;max-width:420px;width:100%;transform:translateY(-20px);animation:slideUp .6s ease-out forwards}@keyframes slideUp{to{transform:translateY(0)}}.auth-title{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:2rem;font-weight:700;color:#2d3748;margin:0 0 1rem}.auth-subtitle{font-size:1.1rem;color:#64748b;line-height:1.6;margin:0 0 2.5rem}.signin-button{background:linear-gradient(135deg,#38a169,#2f855a);color:white;border:none;padding:1rem 2rem;border-radius:.75rem;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;transition:all .3s ease;box-shadow:0 4px 14px 0 rgba(56,161,105,.3)}.signin-button:hover{background:linear-gradient(135deg,#2f855a,#276749);transform:translateY(-2px);box-shadow:0 8px 25px 0 rgba(56,161,105,.4)}.signin-button:active{transform:translateY(0)}.app-container{background:#ffffff}.app-container,.main-content{display:flex;min-height:100vh}.main-content{margin-left:300px;flex:1;flex-direction:column;background:#f8f9fa;transition:margin-left .3s ease}.top-bar{background:white;border-bottom:1px solid #e2e8f0;padding:0 2rem;justify-content:space-between;height:70px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);position:relative}.nav-section,.top-bar{display:flex;align-items:center}.nav-section{gap:.75rem;flex:1}.home-link,.song-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#64748b;font-size:.9rem;font-weight:500;padding:.5rem .75rem;border-radius:.5rem;transition:all .2s ease}.home-link:hover,.song-link:hover{background:#f1f5f9;color:#38a169}.nav-separator{color:#cbd5e0;font-weight:300;margin:0 .25rem}.current-song{color:#2d3748;font-weight:600;font-size:.9rem;padding:.5rem 0}.center-title{position:absolute;left:50%;transform:translateX(-50%)}.app-title,.center-title{display:flex;align-items:center;gap:.5rem}.app-title{font-size:1.25rem;font-weight:700;color:#2d3748;margin:0}.user-section{display:flex;align-items:center;gap:1rem;flex:1;justify-content:flex-end}.user-info{gap:.75rem;color:#2d3748;font-weight:500}.user-avatar,.user-info{display:flex;align-items:center;font-size:.9rem}.user-avatar{width:36px;height:36px;border-radius:50%;background:#38a169;color:white;justify-content:center;font-weight:600;overflow:hidden;box-shadow:0 2px 8px rgba(56,161,105,.2)}.user-image{width:100%;height:100%;object-fit:cover}.signout-button{background:#f7fafc;border:1px solid #e2e8f0;color:#64748b;padding:.5rem 1rem;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.signout-button:hover{background:#edf2f7;border-color:#cbd5e0;color:#2d3748}.signout-button:active{transform:scale(.98)}.content-area{flex:1;overflow:auto;background:#f8f9fa}.song-selector-container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.intro-section{text-align:center;margin-bottom:3rem}.intro-title{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:2.5rem;font-weight:700;color:#2d3748;margin:0 0 1.5rem}.intro-description{font-size:1.2rem;color:#64748b;line-height:1.6;max-width:650px;margin:0 auto}@media (max-width:1024px){.main-content{margin-left:60px}}@media (max-width:768px){.main-content{margin-left:0}.top-bar{height:auto;min-height:70px;flex-direction:column;gap:1rem;padding:1rem}.center-title{position:static;transform:none;order:-1}.nav-section,.user-section{justify-content:center;flex:none}.song-selector-container{padding:2rem 1rem}.intro-title{font-size:2rem;flex-direction:column;gap:.5rem}.intro-description{font-size:1.1rem}.auth-card{padding:2rem;margin:1rem;border-radius:1rem}.auth-title{font-size:1.75rem;flex-direction:column;gap:.5rem}.auth-subtitle{font-size:1rem}.signin-button{padding:.875rem 1.5rem;font-size:1rem}}@media (max-width:480px){.song-selector-container{padding:1.5rem 1rem}.intro-title{font-size:1.75rem}.intro-description{font-size:1rem}.top-bar{padding:.75rem}.app-title{font-size:1.1rem}.signout-button,.user-info{font-size:.85rem}.signout-button{padding:.4rem .75rem}}.home-link:focus,.signin-button:focus,.signout-button:focus,.song-link:focus{outline:2px solid #38a169;outline-offset:2px}*{box-sizing:border-box}.app-container *{transition:color .2s ease,background-color .2s ease,border-color .2s ease}.content-area::-webkit-scrollbar{width:6px}.content-area::-webkit-scrollbar-track{background:#f1f5f9}.content-area::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.content-area::-webkit-scrollbar-thumb:hover{background:#a0aec0}