:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.auth-container{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;position:relative;overflow:hidden;padding-top:5vh;padding-bottom:2rem;padding-left:2rem;padding-right:2rem;margin:0 auto}.auth-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.auth-background-pattern{position:absolute;width:100%;height:100%;opacity:.4;background-image:radial-gradient(#1DB954 1px,transparent 1px),radial-gradient(#1DB954 1px,transparent 1px);background-size:50px 50px;background-position:0 0,25px 25px;animation:patternMove 20s linear infinite;filter:blur(.5px)}.auth-background-gradient{position:absolute;width:100%;height:100%;background:linear-gradient(45deg,#1db95426,#1ed76026,#1db95426);animation:gradientMove 15s ease infinite}@keyframes patternMove{0%{transform:translateY(0)}to{transform:translateY(-50px)}}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.auth-card{background:#121212d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2.5rem;width:100%;max-width:480px;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff1a,0 0 100px #1db9541a;border:1px solid rgba(255,255,255,.1);margin:0 auto;transform-style:preserve-3d;perspective:1000px;animation:cardFloat 6s ease-in-out infinite}@keyframes cardFloat{0%,to{transform:translateY(0) rotateX(0) rotateY(0)}50%{transform:translateY(-10px) rotateX(2deg) rotateY(-2deg)}}.auth-header{text-align:center;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center}.auth-logo{width:160px;height:auto;margin-bottom:1.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 0 10px rgba(29,185,84,.3))}.auth-logo:hover{transform:scale(1.1) rotate(5deg);filter:drop-shadow(0 0 20px rgba(29,185,84,.5))}.auth-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(45deg,#1db954,#1ed760,#1db954);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradientText 3s linear infinite}@keyframes gradientText{to{background-position:200% center}}.auth-subtitle{color:#b3b3b3;font-size:1.1rem;margin-bottom:0}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#e0e0e0;font-size:.9rem;font-weight:500}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper input{width:100%;padding:.8rem 2.5rem .8rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.9rem;transition:all .2s ease}.input-wrapper input:focus{border-color:#1db954;background:#ffffff14}.input-wrapper input::placeholder{color:#666}.input-icon{position:absolute;right:1rem;width:20px;height:20px;color:#666;pointer-events:none}.password-toggle{position:absolute;right:.75rem;background:none;border:none;padding:0;color:#fff6;cursor:pointer;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.password-toggle:hover{color:#fffc}.password-toggle svg{width:18px;height:18px}.auth-button{background:linear-gradient(45deg,#1db954,#1ed760);color:#fff;border:none;border-radius:500px;padding:.8rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;margin-top:1rem;width:100%}.auth-button:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.1)}.auth-button:disabled{opacity:.7;cursor:not-allowed}.button-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s cubic-bezier(.68,-.55,.265,1.55) infinite}@keyframes spin{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.2)}to{transform:rotate(360deg) scale(1)}}.auth-switch-button{background:none;border:none;color:#fff9;font-size:.9rem;cursor:pointer;padding:.5rem;margin-top:1rem;transition:all .2s ease;width:100%;text-align:center}.auth-switch-button:hover{color:#1db954}.toast-notification{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);z-index:1000;padding:.75rem 1.25rem;border-radius:8px;background:#333;color:#fff;font-size:.9375rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 2px 8px #0003;animation:toastIn .3s ease;max-width:90%}.toast-notification.success{background:#1db954}.toast-notification.error{background:#f44}.toast-notification svg{width:20px;height:20px;flex-shrink:0}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,-1rem)}to{opacity:1;transform:translate(-50%)}}@media (max-width: 480px){.toast-notification{font-size:.875rem;padding:.625rem 1rem}.toast-notification svg{width:18px;height:18px}}.password-strength-container{margin-top:.4rem}.password-strength-bars{display:flex;gap:3px;margin-bottom:.4rem}.strength-bar{height:2px;flex:1;background:#ffffff1a;transition:all .2s ease}.strength-bar.active{transform:scaleY(1.5)}.strength-bar.weak{background:#f44}.strength-bar.good{background:#ffa700}.strength-bar.strong{background:#00c851}.strength-bar.perfect{background:#1db954}.password-requirements{display:flex;justify-content:center;gap:1rem;padding:.3rem}.requirement{color:#ffffff4d;font-size:.7rem;letter-spacing:.5px;transition:all .2s ease;text-transform:none}.requirement:nth-child(2){text-transform:uppercase;font-weight:500}.requirement:nth-child(3){text-transform:lowercase;font-weight:500}.requirement.met{color:#1db954;font-weight:600}@media (max-width: 480px){.password-requirements{gap:.75rem}.requirement{font-size:.6rem}}*{outline:none!important}.input-wrapper input:focus-visible,.auth-button:focus-visible,.auth-switch-button:focus-visible,.password-toggle:focus-visible{box-shadow:0 0 0 2px #1db95480}.profile-settings-container{background-color:#1e1e1e;border-radius:12px;box-shadow:0 8px 24px #0009;width:450px;max-width:90vw;max-height:90vh;color:#f0f0f0;position:relative;overflow:hidden;display:flex;flex-direction:column}.profile-settings-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#282828;border-bottom:1px solid #3a3a3a}.profile-settings-header h2{margin:0;font-size:1.6rem;font-weight:600;color:#fff}.close-button{background:none;border:none;color:#a0a0a0;font-size:1.2rem;cursor:pointer;padding:0;margin:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:50%;line-height:1;position:relative;z-index:10;flex-shrink:0}.close-button:hover{color:#f0f0f0;background-color:#ffffff1a}.profile-tabs{display:flex;padding:0 10px;border-bottom:1px solid #3a3a3a;background-color:#282828}.tab-button{flex:1;background:none;border:none;color:#a0a0a0;padding:14px 0;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;font-weight:500}.tab-button:hover{color:#f0f0f0}.tab-button.active{color:#4b96f3;border-bottom-color:#4b96f3}.settings-content{padding:20px;display:flex;flex-direction:column;gap:24px;overflow-y:auto;flex:1}.info-section,.danger-section{background-color:#242424;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0003}.info-section h3,.danger-section h3{margin-top:0;margin-bottom:16px;font-size:1.2rem;font-weight:600;color:#fff;border-bottom:1px solid #3a3a3a;padding-bottom:10px}.danger-section h3{color:#e74c3c}.info-item{margin-bottom:16px}.info-item label{display:block;font-weight:500;color:#d0d0d0;margin-bottom:6px}.read-only-field{background-color:#2a2a2a;border:1px solid #3a3a3a;border-radius:6px;padding:12px;color:#f0f0f0;font-size:.95rem}.field-note{color:#a0a0a0;font-size:.85rem;margin:6px 0 0}.settings-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:500;color:#d0d0d0}.form-group input{padding:12px;border-radius:6px;border:1px solid #3a3a3a;background-color:#2a2a2a;color:#f0f0f0;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#4b96f3;box-shadow:0 0 0 2px #4b96f34d}.submit-button,.delete-button{padding:14px;border-radius:6px;border:none;font-weight:600;cursor:pointer;transition:all .2s;margin-top:10px}.submit-button{background-color:#4b96f3;color:#fff}.submit-button:hover{background-color:#3a85e2}.submit-button:disabled{background-color:#3a3a3a;color:#888;cursor:not-allowed}.delete-button{background-color:#e74c3c;color:#fff}.delete-button:hover{background-color:#d62c1a;transform:translateY(-1px)}.delete-button:disabled{background-color:#5f3a37;color:#aaa;cursor:not-allowed;transform:none}.message{margin:10px 20px 0;padding:12px 16px;border-radius:6px;font-size:.95rem}.message.success{background-color:#2ecc7133;border:1px solid rgba(46,204,113,.5);color:#2ecc71}.message.error{background-color:#e74c3c33;border:1px solid rgba(231,76,60,.5);color:#e74c3c}.danger-zone{background-color:#e74c3c1a;border:1px solid rgba(231,76,60,.3);border-radius:6px;padding:16px}.warning-text{color:#e0e0e0;margin-bottom:16px;line-height:1.5}.subscription-warning{display:flex;align-items:flex-start;gap:12px;background-color:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:8px;padding:16px;margin-bottom:20px}.warning-icon{font-size:1.2rem;flex-shrink:0;margin-top:2px}.warning-content{flex:1}.warning-content strong{display:block;color:#ffc107;font-weight:600;margin-bottom:6px;font-size:.95rem}.warning-content p{color:#f8f9fa;margin:0;font-size:.9rem;line-height:1.4}.subscription-section{margin-bottom:30px;padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #0000000d}.subscription-info{display:flex;flex-direction:column;gap:15px}.subscription-note{margin-top:10px;color:#666;font-size:.9rem}.manage-subscription-button{background-color:#3498db;color:#fff;border:none;border-radius:4px;padding:10px 15px;cursor:pointer;font-weight:500;transition:background-color .2s;margin-top:10px;align-self:flex-start}.manage-subscription-button:hover{background-color:#2980b9}.manage-subscription-button:disabled{background-color:#95a5a6;cursor:not-allowed}.pricing-container{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#1a1a1a;color:#f5f5f5;padding:2rem;overflow-y:auto;z-index:1000}.pricing-header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:800px;margin-bottom:2rem;position:relative}.pricing-header h2{font-size:1.8rem;margin:0;color:#f5f5f5}.close-button{background:none;border:none;color:#b3b3b3;font-size:1.5rem;cursor:pointer;transition:color .2s}.close-button:hover{color:#f5f5f5}.message{padding:.75rem 1rem;border-radius:4px;margin-bottom:1.5rem;width:100%;max-width:800px;text-align:center}.message.error{background-color:#ff575733;border:1px solid #ff5757;color:#ff5757}.message.success{background-color:#57ff5733;border:1px solid #57ff57;color:#57ff57}.message.info{background-color:#5757ff33;border:1px solid #5757ff;color:#5757ff}.pricing-plans{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;max-width:900px}.pricing-plan{background-color:#252525;border-radius:8px;border:1px solid #3a3a3a;padding:2rem;width:100%;max-width:350px;min-height:480px;position:relative;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}.pricing-plan:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.pricing-plan.featured{border-color:#9b59b6;box-shadow:0 5px 15px #9b59b64d}.pricing-plan.current-plan{border-color:#4caf50;box-shadow:0 5px 15px #4caf504d}.plan-badge{position:absolute;top:-10px;right:20px;background-color:#9b59b6;color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .75rem;border-radius:12px;letter-spacing:.5px}.plan-badge.green{background-color:#4caf50}.plan-badge.orange{background-color:#ff9800}.plan-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #3a3a3a}.plan-header h3{margin:0 0 1rem;font-size:1.5rem;color:#f5f5f5}.pricing-plan.featured .plan-header h3{color:#9b59b6}.pricing-plan.current-plan .plan-header h3{color:#4caf50}.price{font-size:2.5rem;font-weight:700;display:block;margin-bottom:.25rem}.period{font-size:.9rem;opacity:.7}.plan-description{margin-bottom:1.5rem;text-align:center}.plan-description p{margin:0 0 .75rem;font-size:.95rem;color:#b3b3b3;line-height:1.5}.plan-description p:first-child{font-weight:700;color:#f5f5f5;font-size:1.1rem}.plan-features{flex-grow:1;margin-bottom:1.5rem}.plan-features ul{list-style-type:none;padding:0;margin:0}.plan-features li{display:flex;align-items:center;margin-bottom:1rem;font-size:.95rem}.plan-features li svg{margin-right:.75rem;color:#57ff57;flex-shrink:0}.plan-features li.feature-disabled{opacity:.6}.plan-features li.feature-disabled svg{color:#ff5757}.plan-cta{text-align:center;margin-top:auto;padding-top:1.5rem}.plan-button{background-color:#3a3a3a;color:#f5f5f5;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s;width:100%;height:45px;display:flex;align-items:center;justify-content:center}.plan-button:hover:not(:disabled){background-color:#4a4a4a}.plan-button:disabled{opacity:.7;cursor:not-allowed}.pricing-plan.featured .plan-button{background-color:#9b59b6}.pricing-plan.featured .plan-button:hover:not(:disabled){background-color:#8e44ad}.pricing-plan.current-plan .plan-button{background-color:#4caf50}.pricing-plan.current-plan .plan-button:hover:not(:disabled){background-color:#43a047}.plan-subscription-info{margin-top:1.5rem;padding-top:1rem;border-top:1px dashed #3a3a3a;text-align:center;font-size:.9rem;color:#4caf50}.plan-subscription-info p{margin:0;display:flex;align-items:center;justify-content:center}.plan-subscription-info p:before{content:"✓";display:inline-block;margin-right:.5rem;font-weight:700}.pricing-info{margin-top:3rem;text-align:center;max-width:800px;color:#b3b3b3;font-size:.9rem}.pricing-info p{margin:.5rem 0}.pricing-info a{color:#9b59b6;text-decoration:none;transition:color .2s}.pricing-info a:hover{color:#8e44ad;text-decoration:underline}@media (max-width: 768px){.pricing-container{padding:1rem}.pricing-plans{gap:1rem}.pricing-plan{padding:1.5rem}}.plan-status-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #3a3a3a;font-size:.85rem;color:#b3b3b3}.plan-status-info p{margin:.25rem 0;display:flex;align-items:center}.plan-status-info strong{color:#f5f5f5;margin-left:.25rem}.expiration-info{color:#ff9800;font-weight:700;background-color:#ff98001a;padding:8px 12px;border-radius:6px;margin-top:10px;margin-bottom:10px;display:inline-block;border-left:3px solid #ff9800;font-size:.95rem;text-align:center;width:100%}.expiration-info strong{color:#ff9800;font-weight:700}.canceled-notice{margin-top:15px;padding:15px;background-color:#ff98001a;border-radius:8px;border-left:3px solid #ff9800}.canceled-notice p{margin:5px 0;font-size:.8rem;color:#f5f5f5;display:flex;align-items:flex-start}.canceled-notice p strong{color:#ff9800}.canceled-notice p:last-child{margin-bottom:0}.plan-button.cancel,.pricing-plan.current-plan .plan-button.cancel{background-color:#e74c3c;margin-top:10px}.plan-button.cancel:hover:not(:disabled),.pricing-plan.current-plan .plan-button.cancel:hover:not(:disabled){background-color:#c0392b}.confirmation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.confirmation-dialog{background-color:#2a2a2a;border-radius:12px;padding:30px;width:90%;max-width:450px;box-shadow:0 10px 30px #00000080,0 0 0 1px #ffffff1a;text-align:center;animation:dialog-appear .3s ease-out forwards;transform:translateY(20px);opacity:0}@keyframes dialog-appear{to{opacity:1;transform:translateY(0)}}.confirmation-dialog h3{margin-top:0;margin-bottom:20px;color:#e74c3c;font-size:1.5rem}.confirmation-dialog p{margin-bottom:20px;color:#f5f5f5;font-size:1.1rem;line-height:1.5}.confirmation-note{font-size:.9rem;color:#b3b3b3!important;font-style:italic;margin-top:15px!important}.confirmation-buttons{display:flex;justify-content:center;gap:20px;margin-top:30px}.cancel-button,.confirm-button{padding:12px 24px;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:all .2s ease;font-size:1rem}.cancel-button{background-color:#3a3a3a;color:#f5f5f5}.cancel-button:hover:not(:disabled){background-color:#4a4a4a;transform:translateY(-2px)}.confirm-button{background-color:#e74c3c;color:#fff}.confirm-button:hover:not(:disabled){background-color:#c0392b;transform:translateY(-2px);box-shadow:0 4px 8px #e74c3c4d}.cancel-button:active:not(:disabled),.confirm-button:active:not(:disabled){transform:translateY(1px)}.cancel-button:disabled,.confirm-button:disabled{opacity:.7;cursor:not-allowed}.success-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background-color:#121212;color:#e0e0e0}.success-card{background:#1e1e1e;border-radius:12px;box-shadow:0 8px 30px #0000004d;width:100%;max-width:500px;padding:32px;text-align:center}.success-logo{width:120px;height:auto;margin-bottom:16px}.loading-state{display:flex;flex-direction:column;align-items:center;gap:16px;padding:30px 0}.loading-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.1);border-left-color:#1db954;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-state{padding:20px 0;color:#ff6b6b}.success-state{display:flex;flex-direction:column;align-items:center;gap:16px}.success-icon{display:flex;justify-content:center;align-items:center;width:64px;height:64px;background-color:#1db954;color:#fff;font-size:32px;border-radius:50%;margin-bottom:16px}.success-state h2{color:#1db954;font-size:24px;margin-bottom:8px}.billing-info{margin:4px 0;color:#a0a0a0}.benefit-text{margin:16px 0;color:#e0e0e0}.primary-button{background-color:#1db954;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:16px}.primary-button:hover{background-color:#1ed760}.no-credits-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.no-credits-modal{background-color:#1e1e1e;border-radius:12px;box-shadow:0 8px 30px #0000004d;width:100%;max-width:450px;padding:32px;text-align:center;color:#e0e0e0;animation:fadeIn .3s ease-out}.modal-logo{width:180px;height:auto;margin-bottom:20px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.modal-icon{display:flex;justify-content:center;align-items:center;width:58px;height:58px;background-color:#ff6b6b;color:#fff;font-size:28px;border-radius:50%;margin:0 auto 24px;box-shadow:0 4px 12px #ff6b6b66}.modal-icon svg{width:26px;height:26px;position:relative;top:1px}.no-credits-modal h2{color:#e0e0e0;font-size:26px;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.modal-message{margin-bottom:24px;line-height:1.6;color:#a0a0a0;font-size:16px}.modal-buttons{display:flex;justify-content:center;gap:16px;margin-top:28px}.modal-button-primary{background-color:#1db954;color:#fff;border:none;padding:12px 28px;border-radius:6px;font-weight:500;font-size:16px;cursor:pointer;transition:all .2s;box-shadow:0 4px 8px #1db9544d}.modal-button-primary:hover{background-color:#1ed760;transform:translateY(-2px);box-shadow:0 6px 12px #1db95466}.modal-button-primary:active{transform:translateY(0);box-shadow:0 2px 4px #1db9544d}.modal-button-secondary{background-color:transparent;color:#e0e0e0;border:1px solid #444;padding:12px 28px;border-radius:6px;font-weight:500;font-size:16px;cursor:pointer;transition:all .2s}.modal-button-secondary:hover{background-color:#ffffff1a;border-color:#666}.modal-button-secondary:active{background-color:#ffffff0d}.help-support-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.help-support-container{background-color:#1e1e1e;border-radius:12px;box-shadow:0 8px 30px #0000004d;width:95%;max-width:600px;position:relative;max-height:90vh;overflow-y:auto;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.close-button{position:absolute;top:16px;right:16px;background:transparent;border:none;color:#a0a0a0;cursor:pointer;padding:4px;z-index:2;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-button:hover{color:#fff;background-color:#ffffff1a}.help-support-content{padding:40px;color:#e0e0e0;text-align:center}.help-logo{width:150px;height:auto;margin-bottom:24px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.help-support-content h2{font-size:28px;font-weight:600;margin-bottom:32px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.help-section{display:flex;text-align:left;margin-bottom:32px;background-color:#2a2a2a;border-radius:8px;padding:24px;box-shadow:0 4px 8px #00000026}.help-icon{flex:0 0 60px;height:60px;background-color:#1db954;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:20px;color:#fff;box-shadow:0 4px 12px #1db9544d}.help-text{flex:1}.help-text h3{font-size:20px;margin-bottom:12px;color:#fff}.help-text p{color:#a0a0a0;margin-bottom:16px;line-height:1.6}.support-email{display:inline-block;font-size:18px;color:#1db954;text-decoration:none;font-weight:600;transition:color .2s;border:1px solid #1DB954;padding:8px 16px;border-radius:6px;margin-top:8px}.support-email:hover{color:#fff;background-color:#1db954}.response-time{margin-top:16px;padding:16px;background-color:#1db9541a;border-radius:8px;border-left:4px solid #1DB954}.response-time p{color:#a0a0a0;margin:0;font-style:italic}._audioPlayer_13j6v_3{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;background-color:#282828;height:30px;padding:0 8px;box-sizing:border-box;border-radius:6px;color:#b3b3b3;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;width:100%;max-width:100%;position:relative;overflow:hidden}._playPauseButton_13j6v_24{background-color:#1db954;border:none;color:#fff;padding:0;text-align:center;text-decoration:none;display:flex;justify-content:center;align-items:center;font-size:14px;border-radius:50%;cursor:pointer;margin-right:8px;width:24px;height:24px;min-width:24px;flex-shrink:0}._playPauseButton_13j6v_24:hover{background-color:#1ed760}._playPauseButton_13j6v_24._disabled_13j6v_49{background-color:#535353;cursor:not-allowed;opacity:.7}._playPauseButton_13j6v_24._disabled_13j6v_49:hover{background-color:#535353}._currentTime_13j6v_59,._duration_13j6v_60{font-size:10px;min-width:30px;text-align:center;flex-shrink:0}._progressBar_13j6v_67{flex-grow:1;margin:0 6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:3px;background:#535353;border-radius:5px;cursor:pointer;min-width:50px}._progressBar_13j6v_67:disabled{opacity:.5;cursor:not-allowed}._progressBar_13j6v_67::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:10px;height:10px;background:#b3b3b3;border-radius:50%;cursor:pointer}._progressBar_13j6v_67::-moz-range-thumb{width:10px;height:10px;background:#b3b3b3;border-radius:50%;cursor:pointer;border:none}._progressBar_13j6v_67:disabled::-webkit-slider-thumb{background:#777;cursor:not-allowed}._progressBar_13j6v_67:disabled::-moz-range-thumb{background:#777;cursor:not-allowed}._progressBar_13j6v_67::-webkit-progress-value{background-color:#1db954;border-radius:5px}._progressBar_13j6v_67::-moz-range-progress{background-color:#1db954;height:4px;border-radius:5px}._buttonContainer_13j6v_131{display:flex;margin-left:8px;gap:4px;flex-shrink:0}._removeButton_13j6v_139{padding:2px 8px;font-size:.8rem;background-color:#535353;border:none;border-radius:500px;color:#fff;cursor:pointer;transition:background-color .2s;flex-shrink:0;line-height:1.2;height:22px}._removeButton_13j6v_139:hover{background-color:#777}._downloadButton_13j6v_160{padding:2px 8px;font-size:.8rem;display:flex;align-items:center;gap:3px;background-color:#1e88e5;border:none;border-radius:500px;color:#fff;cursor:pointer;transition:background-color .2s;flex-shrink:0;line-height:1.2;height:22px}._downloadButton_13j6v_160:hover{background-color:#42a5f5}._downloadButton_13j6v_160 svg{width:14px;height:14px}._errorMessage_13j6v_189{position:absolute;bottom:-20px;left:0;right:0;text-align:center;font-size:10px;color:#f44336;background-color:#282828e6;padding:2px 0;border-radius:0 0 4px 4px}@media (max-width: 640px){._audioPlayer_13j6v_3{flex-wrap:wrap;padding-bottom:40px}._buttonContainer_13j6v_131{position:absolute;bottom:6px;left:50%;transform:translate(-50%);margin-left:0}._errorMessage_13j6v_189{bottom:-14px}}._historyAudioPlayer_149u5_3{display:flex;flex-direction:column;background-color:#333;border-radius:4px;padding:8px;margin-top:6px;width:100%;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;box-shadow:0 2px 5px #0003;animation:_fadeIn_149u5_1 .3s ease}._playerHeader_149u5_16{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._fileName_149u5_23{font-size:.85rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%}._closeButton_149u5_32{background:none;border:none;color:#b3b3b3;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:2px;border-radius:50%;transition:all .2s}._closeButton_149u5_32:hover{color:#fff;background-color:#ffffff1a}._playerControls_149u5_50{display:flex;align-items:center;width:100%;gap:8px}._playPauseButton_149u5_57{background-color:#1db954;border:none;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;width:22px;height:22px;min-width:22px;flex-shrink:0;padding:0}._playPauseButton_149u5_57:hover{background-color:#1ed760}._playPauseButton_149u5_57._disabled_149u5_77{background-color:#535353;cursor:not-allowed;opacity:.7}._currentTime_149u5_83,._duration_149u5_84{font-size:.7rem;color:#b3b3b3;min-width:28px;text-align:center;flex-shrink:0}._progressBar_149u5_92{flex-grow:1;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#535353;border-radius:2px;outline:none;transition:opacity .2s}._progressBar_149u5_92:hover{opacity:1}._progressBar_149u5_92::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:10px;height:10px;background:#1db954;border-radius:50%;cursor:pointer;transition:all .2s}._progressBar_149u5_92::-moz-range-thumb{width:10px;height:10px;background:#1db954;border-radius:50%;cursor:pointer;border:none;transition:all .2s}._progressBar_149u5_92::-webkit-slider-thumb:hover,._progressBar_149u5_92::-moz-range-thumb:hover{transform:scale(1.2)}._errorMessage_149u5_133{color:#f44336;font-size:.7rem;text-align:center;margin-top:4px}@keyframes _fadeIn_149u5_1{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}body{background-color:#121212;color:#ffffffde;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;margin:0;display:flex;justify-content:center;min-height:100vh;padding-top:50px}.container{width:100%;max-width:520px;padding:2rem;display:flex;flex-direction:column;align-items:center}.form-widget{width:100%}.form-widget h1.header{font-size:2em;margin-bottom:1rem;text-align:center}.form-widget p.description{margin-bottom:1.5rem;text-align:center;color:#b3b3b3}.form-widget div{margin-bottom:1rem}label{display:block;margin-bottom:.5rem;font-weight:700}.inputField{width:100%;padding:.8rem;margin-bottom:1rem;border:1px solid #535353;border-radius:4px;background-color:#282828;color:#fff;box-sizing:border-box}.inputField:focus{outline:none;border-color:#1db954}.button{display:inline-block;padding:.8rem 1.5rem;border:none;border-radius:500px;background-color:#1db954;color:#fff;font-weight:700;cursor:pointer;text-align:center;transition:background-color .2s;text-decoration:none}.button:hover{background-color:#1ed760}.button:disabled{background-color:#535353;cursor:not-allowed}.button.block{display:block;width:100%}.button-link{background:none;border:none;color:#b3b3b3;cursor:pointer;padding:.5rem;text-align:center;text-decoration:underline}.button-link:hover{color:#fff}.button-link.block{display:block;width:100%;margin-top:1rem}h1{color:#fff}.auth-title{font-size:2.5em;font-weight:700;margin-bottom:2rem;background:linear-gradient(to right,#8a2be2,orange,#ff4500,#ff1493);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-logo{transition:transform .3s ease-in-out}.auth-logo:hover{transform:scale(1.1);cursor:pointer}.main-layout{display:flex}.sidebar{position:fixed;top:0;left:0;bottom:0;width:80px;background-color:#181818;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1rem 0;z-index:10;box-sizing:border-box}.app-layout-no-header{display:flex;flex-direction:column;min-height:100vh;width:calc(100% - 80px);margin-left:80px;padding:1.5rem;box-sizing:border-box}.content-logo{position:static;height:100px;transition:transform .3s ease-in-out}.content-logo:hover{transform:scale(1.1);cursor:pointer}.app-content-no-header{flex-grow:1;padding-top:1rem;width:100%;max-width:900px;margin:0 auto;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.app-content-no-header h3{text-align:center;width:100%;margin-bottom:1rem}.dropzone{width:100%;max-width:600px;flex:initial;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;border-width:2px;border-radius:8px;border-color:#535353;border-style:dashed;background-color:#282828;color:#b3b3b3;outline:none;transition:border .24s ease-in-out;margin-top:2rem;text-align:center;min-height:200px}.user-menu-container{position:static}.user-icon-button{background:#282828;border:1px solid #535353;color:#b3b3b3;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s,border-color .2s;padding:0}.user-icon-button svg{width:20px;height:20px;color:#b3b3b3}.user-icon-button:hover{background-color:#333;border-color:#777}.user-menu{position:absolute;bottom:60px;left:20px;background-color:#282828;border-radius:8px;padding:1.5rem;box-shadow:0 6px 16px #00000080;border:1px solid #3a3a3a;min-width:300px;max-width:350px;max-height:80vh;overflow-y:auto;z-index:1100;animation:fadeInScale .2s ease-out}.user-menu-email{color:#fff;margin-bottom:1.5rem;font-size:1em;border-bottom:1px solid #444;padding-bottom:1rem;word-break:break-all}.user-menu-section{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #444}.user-menu-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.user-menu-section-title{font-size:.85em;font-weight:600;color:#b3b3b3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.user-menu-item{display:flex;align-items:center;margin-bottom:.3rem;color:#b3b3b3;text-decoration:none;cursor:pointer;transition:all .2s ease;border-radius:4px;padding:.8rem 0 .8rem .5rem}.user-menu-item:hover{color:#fff;background-color:#ffffff0d;transform:translate(3px)}.user-menu-item svg{width:18px;height:18px;margin-right:1rem;opacity:.8}.user-menu-item:hover svg{opacity:1}.user-menu .button-link{display:block;text-align:left;color:#b3b3b3;padding:.8rem .5rem;width:100%;margin-bottom:0;border-radius:4px;transition:all .2s ease}.user-menu .button-link:hover{color:#fff;background-color:#ffffff0d;text-decoration:none;transform:translate(3px)}@media (max-width: 600px){.user-menu{min-width:260px;max-width:280px;left:10px;padding:1.2rem;max-height:75vh}}.container>div[style*="justify-content: center"]{padding:2rem;box-sizing:border-box}.audio-player-container{width:100%;max-width:500px;margin-top:1rem}.audio-container{width:100%;margin-bottom:1.5rem;padding:.25rem 1rem;background-color:#1e1e1e;border-radius:8px;box-shadow:0 2px 5px #0003;display:flex;flex-direction:column;align-items:flex-start}.audio-title{width:100%;text-align:center;font-size:1.2rem;margin-top:0;margin-bottom:1rem;color:#fff}.processing-indicator{display:flex;flex-direction:column;align-items:center;margin:1.5rem 0}.spinner{width:40px;height:40px;border:4px solid #1DB954;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.audio-player-layout{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:1.5rem auto 0}@media (min-width: 992px){.audio-player-layout{flex-direction:row;justify-content:center;align-items:flex-start;gap:20px}.audio-container{flex:1;max-width:calc(50% - 10px);margin-top:0!important;min-height:240px;display:flex;flex-direction:column}.audio-container.processed{margin-top:0!important}}.dropzone{padding:2rem 1.5rem;min-height:140px;margin-top:1.2rem;max-width:500px}.audio-player-container{width:100%;margin-top:.5rem}.audio-container{width:100%;max-width:500px;margin-top:1.5rem;padding:.25rem 1rem;background-color:#282828;border-radius:8px;box-shadow:0 4px 12px #0003;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.audio-container.processed{margin-top:1.5rem;border:1px solid #1DB954;background-color:#2a2a2a}.audio-title{width:100%;text-align:center;font-size:1rem;margin-top:0;margin-bottom:.5rem;color:#fff;font-weight:600}.processing-indicator{margin:1rem 0;display:flex;flex-direction:column;align-items:center;width:100%;flex-grow:1;justify-content:center}.processing-indicator p{margin-top:.8rem;color:#b3b3b3}.spinner{width:32px;height:32px;border:3px solid #1DB954;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite}.app-content-no-header h3{margin-bottom:.5rem}@media (max-width: 600px){.audio-container{padding:.25rem .75rem;margin-bottom:1rem}}.file-name{font-size:.9em;color:#666;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:5px auto 10px;position:relative;transition:color .3s ease;padding:4px 0}.file-name:hover{color:#1db954}.marquee-container{overflow:hidden;width:90%;margin:0 auto;position:relative;border-radius:4px}.marquee-content{white-space:nowrap;display:inline-block;width:auto;padding:0 4px}@keyframes marquee-text{}.marquee-container:hover{background-color:#1db9540d}.history-popup{position:absolute;left:90px;bottom:100px;width:400px;max-height:500px;background-color:#282828;border-radius:8px;padding:1rem;box-shadow:0 4px 20px #0009;border:1px solid #3a3a3a;overflow:hidden;display:flex;flex-direction:column;z-index:1000;animation:fadeInScale .2s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.history-popup h3{font-size:1.2rem;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #444;color:#fff;display:flex;justify-content:space-between;align-items:center}.history-no-files{color:#b3b3b3;text-align:center;margin:2rem 0;font-style:italic}.history-file-list{overflow-y:auto;max-height:400px;padding-right:5px}.history-file-list::-webkit-scrollbar{width:6px}.history-file-list::-webkit-scrollbar-track{background:#333;border-radius:10px}.history-file-list::-webkit-scrollbar-thumb{background:#555;border-radius:10px}.new-files-indicator{position:absolute;top:4px;right:4px;width:8px;height:8px;background-color:#1db954;border-radius:50%;display:block;box-shadow:0 0 4px #1db954cc;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #1db954b3}70%{transform:scale(1);box-shadow:0 0 0 5px #1db95400}to{transform:scale(.95);box-shadow:0 0 #1db95400}}.user-icon-button.has-new-files{color:#1db954;position:relative}.history-count{font-size:.9rem;color:#b3b3b3;font-weight:400}@media (max-width: 600px){.history-popup{width:300px;left:85px}}.history-file-list::-webkit-scrollbar-thumb:hover{background:#1db954}.history-file-item{padding:.8rem;border-radius:6px;background-color:#333;margin-bottom:.5rem;display:flex;flex-direction:column;transition:background-color .2s;border-left:3px solid transparent}.history-file-item:hover{background-color:#3a3a3a;border-left-color:#1db954}.history-file-name{font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:#fff;word-break:break-all}.history-file-date{font-size:.8rem;color:#b3b3b3;margin-bottom:.5rem}.history-file-actions{display:flex;justify-content:flex-end;gap:.5rem}.history-file-play,.history-file-download,.history-file-delete{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.history-file-play{color:#4dabf7}.history-file-download{color:#1db954}.history-file-delete{color:#e74c3c}.history-file-play:hover,.history-file-download:hover,.history-file-delete:hover{background-color:#ffffff1a;transform:scale(1.1)}.history-file-item.active-player{border-left-color:#1db954;background-color:#3a3a3a}.history-player-container{margin-top:8px;width:100%}@media (max-width: 600px){.history-player-container{width:100%}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 500px){.profile-settings-container{width:95%!important;max-width:95vw!important}}.user-menu-credits{display:flex;flex-direction:column;align-items:center;padding:10px 0;background-color:#222;border-radius:8px;margin:5px 0 10px;box-shadow:0 4px 10px #0000004d}.credits-chart{width:170px;margin:0 auto;padding:5px 0}.credits-info{text-align:center;margin-top:-15px;margin-bottom:10px;padding-bottom:5px;width:100%;border-top:1px solid #333;padding-top:8px}.credits-info p{margin:0;font-size:14px;color:#1db954;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.3);transition:all .2s ease}.credits-info p:hover{text-decoration:underline}.terms-submenu{background-color:#282828;border-radius:6px;margin-left:1rem;margin-top:-.2rem;margin-bottom:.5rem;border:1px solid #3a3a3a;overflow:hidden;animation:fadeIn .2s ease-out}.user-menu-subitem{display:flex;align-items:center;padding:.7rem .8rem;color:#b3b3b3;font-size:.9em;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #444}.user-menu-subitem:last-child{border-bottom:none}.user-menu-subitem:hover{color:#fff;background-color:#ffffff0d}.user-menu-subitem svg{width:14px;height:14px;margin-right:.8rem;opacity:.8}.user-menu-subitem:hover svg{opacity:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.terms-container{width:90%;max-width:800px;max-height:85vh;background-color:#282828;border-radius:8px;box-shadow:0 4px 20px #0009;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:fadeInScale .2s ease-out}.terms-header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;border-bottom:1px solid #444;background-color:#1e1e1e}.terms-header h2{margin:0;color:#fff;font-size:1.5rem}.terms-content{padding:1.5rem;overflow-y:auto;flex:1}.terms-content h3{color:#1db954;margin-top:0;font-size:1.2rem}.terms-content p,.terms-content li{color:#b3b3b3;line-height:1.6;margin-bottom:1rem}.terms-content a{color:#1db954;text-decoration:none}.terms-content a:hover{text-decoration:underline}.terms-content ul{padding-left:1.5rem;margin-bottom:1rem}.terms-content li{margin-bottom:.5rem}.terms-divider{margin:1.5rem 0;border-bottom:1px solid #444}.terms-content section:last-child{margin-bottom:0}@media (max-width: 600px){.terms-container{width:95%;max-height:90vh}.terms-header,.terms-content{padding:1rem}}.close-button{background:none;border:none;color:#b3b3b3;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-button:hover{color:#fff}.toast-notification{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1000;border-radius:8px;box-shadow:0 4px 12px #00000080;overflow:hidden;animation:toastIn .3s ease-in-out forwards;min-width:300px;max-width:90%}.toast-notification.success{background-color:#2d2d2d;border-left:4px solid #1DB954}.toast-notification.error{background-color:#2d2d2d;border-left:4px solid #E61E32}.toast-content{display:flex;align-items:center;padding:12px 20px}.toast-content svg{margin-right:12px}.toast-notification.success svg{color:#1db954}.toast-notification.error svg{color:#e61e32}.toast-content p{margin:0;font-size:14px;flex-grow:1;color:#fff}.toast-close{background:none;border:none;color:#b3b3b3;font-size:22px;cursor:pointer;margin-left:12px;padding:0;line-height:1}.toast-close:hover{color:#fff}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@keyframes toastOut{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.toast-notification.hiding{animation:toastOut .3s ease-in-out forwards}@media (max-width: 600px){.toast-notification{width:90%;min-width:unset}}
