*{box-sizing:border-box;margin:0;padding:0}:root{font-family:Outfit,Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#c4c7c5;background-color:#111;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;width:100%;max-width:100%;overflow-x:clip}body{display:flex;min-height:100vh;min-height:100dvh}@media(min-width:769px){body{height:100vh;overflow:hidden}}#root{display:flex;flex-direction:column;width:100%;max-width:100%;min-height:100vh;min-height:100dvh}@media(min-width:769px){#root{height:100vh;overflow:hidden}}a{font-weight:500;color:#f59e0b;text-decoration:inherit;transition:all .1s ease}a:hover{color:#fbbf24}button{font-family:inherit;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid transparent;cursor:pointer}button:focus,button:focus-visible{outline:2px auto #f59e0b}button:disabled{opacity:.5;cursor:not-allowed}input[type=range]{-webkit-appearance:none;appearance:none;background:#333;height:.5rem;border-radius:.5rem;outline:none;cursor:pointer;transition:background .1s ease}input[type=range]::-webkit-slider-runnable-track{background-color:transparent;width:100%;height:.5rem;border-radius:.5rem;cursor:pointer}input[type=range]::-moz-range-track{background-color:transparent;width:100%;height:.5rem;border-radius:.5rem;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:14px;width:14px;border-radius:50%;background-color:#fff;box-shadow:0 1px 2px #0000000d;margin-top:-3px;transition:transform .1s ease,background-color .1s ease}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.25);background-color:#f59e0b}input[type=range]::-moz-range-thumb{appearance:none;height:14px;width:14px;border:none;border-radius:50%;background-color:#fff;box-shadow:0 1px 2px #0000000d;transition:transform .1s ease,background-color .1s ease}input[type=range]::-moz-range-thumb:hover{transform:scale(1.25);background-color:#f59e0b}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:#444444 #171717}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:#171717}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:#444;border-radius:10px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background-color:#888}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hidden{display:none!important}.app-container{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;width:100%;max-width:100vw;background-color:#111;color:#c4c7c5}@media(min-width:769px){.app-container{height:100vh;overflow:hidden}}.header-bar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;height:48px;background-color:#171717f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #2d2d2d;flex-shrink:0}@media(max-width:768px){.header-bar{padding:0 .625rem}}.header-bar .header-left{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header-bar .brand{display:flex;align-items:center;gap:.75rem;cursor:pointer}@media(max-width:480px){.header-bar .brand{gap:.35rem}}.header-bar .brand .logo{width:1.75rem;height:1.75rem;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;transition:all .2s cubic-bezier(.4,0,.2,1)}.header-bar .brand .logo:hover{transform:scale(1.05) rotate(3deg)}.header-bar .brand .title{font-size:.9375rem;font-weight:600;color:#fff;letter-spacing:.025em}@media(max-width:600px){.header-bar .brand .title{display:none}}.header-bar .actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(max-width:768px){.header-bar .actions{gap:.375rem}}.header-search-container{position:relative;flex:1;max-width:520px;margin:0 1.5rem}@media(max-width:768px){.header-search-container{max-width:100%;margin:0 .375rem}}.header-search-form{width:100%}.header-search-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.header-search-input-wrapper .search-icon{position:absolute;left:.875rem;width:1rem;height:1rem;color:#71717a;pointer-events:none;transition:color .15s ease}.header-search-input-wrapper .header-search-input{width:100%;height:36px;padding:0 2.5rem;background-color:#18181b;border:1px solid #27272a;border-radius:9999px;color:#fafafa;font-size:.85rem;transition:all .2s cubic-bezier(.16,1,.3,1)}.header-search-input-wrapper .header-search-input::placeholder{color:#71717a;font-size:.83rem}.header-search-input-wrapper .header-search-input:focus{outline:none;background-color:#1f1f23;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b26}.header-search-input-wrapper .header-search-input:focus+.search-icon{color:#f59e0b}.header-search-input-wrapper .header-search-shortcut{position:absolute;right:.75rem;display:flex;align-items:center;pointer-events:none}@media(max-width:640px){.header-search-input-wrapper .header-search-shortcut{display:none}}.header-search-input-wrapper .header-search-shortcut kbd{font-family:inherit;font-size:.65rem;font-weight:600;color:#71717a;background:#27272a;padding:2px 6px;border-radius:4px;border:1px solid #3f3f46}.header-search-input-wrapper .btn-clear-header-search{position:absolute;right:.625rem;background:transparent;border:none;color:#a1a1aa;font-size:1.1rem;cursor:pointer;padding:2px 6px;border-radius:4px;line-height:1}.header-search-input-wrapper .btn-clear-header-search:hover{color:#fafafa;background:#ffffff1a}.header-search-input-wrapper .header-search-spinner{position:absolute;right:.875rem;width:14px;height:14px;border:2px solid rgba(245,158,11,.25);border-top-color:#f59e0b;border-radius:50%;animation:spin .8s linear infinite}.header-search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#18181b;border:1px solid #27272a;border-radius:12px;box-shadow:0 16px 36px -8px #0009,0 0 0 1px #ffffff0d;max-height:420px;overflow-y:auto;z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-search-dropdown .header-search-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:24px;color:#a1a1aa;font-size:.85rem}.header-search-dropdown .header-search-error{padding:16px;color:#f87171;font-size:.85rem;text-align:center}.header-search-dropdown .header-search-empty{padding:20px;color:#71717a;font-size:.85rem;text-align:center}.header-search-dropdown .header-search-results-list{padding:6px}.header-search-dropdown .header-search-results-list .header-search-results-header{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;font-size:.75rem;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #27272a;margin-bottom:4px}.header-search-dropdown .header-search-results-list .header-search-results-header .hint{font-size:.7rem;color:#f59e0b;text-transform:none;letter-spacing:normal}.header-search-dropdown .header-search-results-list .header-search-result-item{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:8px;cursor:pointer;transition:background-color .15s ease}.header-search-dropdown .header-search-results-list .header-search-result-item:hover{background-color:#27272a}.header-search-dropdown .header-search-results-list .header-search-result-item .result-thumb-wrapper{position:relative;width:72px;height:44px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#09090b}.header-search-dropdown .header-search-results-list .header-search-result-item .result-thumb-wrapper .result-thumb{width:100%;height:100%;object-fit:cover}.header-search-dropdown .header-search-results-list .header-search-result-item .result-thumb-wrapper .result-duration{position:absolute;bottom:2px;right:2px;background:#000c;font-size:.65rem;font-weight:600;padding:1px 4px;border-radius:3px;color:#fafafa}.header-search-dropdown .header-search-results-list .header-search-result-item .result-info{flex:1;min-width:0}.header-search-dropdown .header-search-results-list .header-search-result-item .result-info .result-title{font-size:.85rem;font-weight:600;color:#fafafa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-search-dropdown .header-search-results-list .header-search-result-item .result-info .result-meta{display:flex;align-items:center;gap:8px;margin-top:2px}.header-search-dropdown .header-search-results-list .header-search-result-item .result-info .result-meta .result-channel{font-size:.75rem;color:#a1a1aa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-search-dropdown .header-search-results-list .header-search-result-item .result-info .result-meta .badge-cached{font-size:.65rem;font-weight:700;color:#34d399;background:#10b9811f;border:1px solid rgba(16,185,129,.25);padding:1px 6px;border-radius:4px;white-space:nowrap}.btn-header-upload{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:34px;padding:0 14px;box-sizing:border-box;background:#1f1f23;border:1px solid #2d2d32;border-radius:8px;color:#e4e4e7;font-size:.82rem;font-weight:600;cursor:pointer;line-height:1;white-space:nowrap;transition:all .15s ease}.btn-header-upload .icon{width:14px;height:14px;flex-shrink:0}.btn-header-upload:hover{background:#27272a;border-color:#3f3f46;color:#fff;transform:translateY(-1px)}@media(max-width:640px){.btn-header-upload{padding:0 10px}.btn-header-upload .upload-label-text{display:none}}.hidden-file-input{display:none}.app-body{display:flex;flex:1;width:100%;position:relative}@media(min-width:769px){.app-body{overflow:hidden}}.sidebar-backdrop{display:none}@media(max-width:768px){.sidebar-backdrop{display:block;position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1100;opacity:0;pointer-events:none;transition:opacity .25s ease}.sidebar-backdrop.open{opacity:1;pointer-events:auto}}.sidebar{width:300px;flex-shrink:0;background-color:#171717;border-right:1px solid #2d2d2d;display:flex;flex-direction:column;overflow:hidden;height:100%;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.sidebar .sidebar-mobile-header{display:none}.sidebar .sidebar-content{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.sidebar{position:fixed;top:0;left:0;bottom:0;width:min(320px,85vw);z-index:1200;transform:translate(-100%);border-right:1px solid rgba(245,158,11,.2);box-shadow:none}.sidebar.mobile-open{transform:translate(0);box-shadow:12px 0 36px #000000d9,0 0 20px #f59e0b1a}.sidebar .sidebar-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #2d2d2d;background:#141416;flex-shrink:0}.sidebar .sidebar-mobile-header .sidebar-mobile-title{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;color:#fff}.sidebar .sidebar-mobile-header .sidebar-mobile-title .sidebar-mobile-logo{width:1.35rem;height:1.35rem;border-radius:.35rem}.sidebar .sidebar-mobile-header .btn-sidebar-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:6px;color:#888;cursor:pointer;transition:all .1s ease}.sidebar .sidebar-mobile-header .btn-sidebar-close:hover,.sidebar .sidebar-mobile-header .btn-sidebar-close:active{background:#ffffff1f;color:#fff;border-color:#fff3}}.workspace{flex:1;width:100%;min-width:0;background-color:#121212;background-image:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(245,158,11,.09) 0%,rgba(245,158,11,.02) 50%,transparent 80%);background-repeat:no-repeat;background-position:top center;background-attachment:local;display:flex;flex-direction:column}@media(min-width:769px){.workspace{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}}.icon{width:1rem;height:1rem;stroke-width:2}.icon-large{width:1.25rem;height:1.25rem}.icon-huge{width:5rem;height:5rem}.btn-mobile-sidebar-toggle{display:none;align-items:center;justify-content:center;width:34px;height:34px;box-sizing:border-box;background:#1f1f23;border:1px solid #2d2d32;border-radius:8px;color:#e4e4e7;cursor:pointer;padding:0;flex-shrink:0;transition:all .15s ease}.btn-mobile-sidebar-toggle svg{width:18px;height:18px;color:currentColor}.btn-mobile-sidebar-toggle:hover{background:#27272a;border-color:#3f3f46;color:#fff}.btn-mobile-sidebar-toggle.active{background:#f59e0b26;border-color:#f59e0b66;color:#f59e0b}@media(max-width:768px){.btn-mobile-sidebar-toggle{display:inline-flex}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;background-color:#222;border:1px solid #333333;color:#c4c7c5;padding:.5rem 1rem}.btn:hover{background-color:#282828;border-color:#444;color:#fff}.btn-export{font-size:.75rem;padding:.375rem .75rem;background-color:#222;border:1px solid #333333;color:#c4c7c5;border-radius:.5rem;display:inline-flex;align-items:center;gap:.375rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn-export:hover{background-color:#282828;border-color:#444;color:#fff}.track-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#f59e0b1a;border:1px solid rgba(245,158,11,.2);border-radius:.5rem;color:#f59e0b}.track-card .track-icon{flex-shrink:0}.track-card .track-details{min-width:0;flex:1}.track-card .track-details .track-name{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-card .track-details .track-meta{font-size:.6875rem;color:#888;font-family:Fira Code,Menlo,Monaco,Consolas,monospace;margin-top:.125rem}.track-card .sidebar-track-thumbnail{width:2.25rem;height:2.25rem;border-radius:.375rem;object-fit:cover;flex-shrink:0}.sidebar-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.sidebar-header-row .section-title{margin-bottom:0!important}.popular-header-badge{display:inline-flex;align-items:center;font-size:.625rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#888;background:#1c1c1c;border:1px solid #2d2d2d;padding:.125rem .5rem;border-radius:9999px;font-family:Fira Code,Menlo,Monaco,Consolas,monospace}.popular-list{display:flex;flex-direction:column;gap:.375rem}.popular-list .no-samples{font-size:.75rem;color:#555;padding:.75rem .25rem;line-height:1.4}.popular-card{display:flex;align-items:center;gap:.625rem;padding:.5rem;border-radius:.5rem;background-color:transparent;border:1px solid transparent;cursor:pointer;text-align:left;width:100%;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.popular-card:hover{background-color:#222;border-color:#333;transform:translate(2px)}.popular-card:hover .popular-thumbnail-overlay{opacity:1}.popular-card.active{background-color:#f59e0b1a;border-color:#f59e0b33}.popular-card.active .popular-title{color:#f59e0b;font-weight:600}.popular-card .rank-badge{width:1.375rem;height:1.375rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;font-family:Fira Code,Menlo,Monaco,Consolas,monospace;flex-shrink:0;color:#555;background:#1c1c1c;border:1px solid #2d2d2d}.popular-card .rank-badge.rank-1{color:#111;background:linear-gradient(135deg,gold,#ffb300);border-color:gold;box-shadow:0 0 8px #ffd70066}.popular-card .rank-badge.rank-2{color:#111;background:linear-gradient(135deg,#e0e0e0,#b0bec5);border-color:#cfd8dc;box-shadow:0 0 6px #cfd8dc4d}.popular-card .rank-badge.rank-3{color:#111;background:linear-gradient(135deg,#f0a070,#cd7f32);border-color:#cd7f32;box-shadow:0 0 6px #cd7f324d}.popular-card .popular-thumb-wrap{position:relative;width:2.5rem;height:1.875rem;border-radius:.25rem;overflow:hidden;flex-shrink:0;background-color:#000}.popular-card .popular-thumbnail{width:100%;height:100%;object-fit:cover;display:block}.popular-card .popular-thumbnail-overlay{position:absolute;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease}.popular-card .popular-thumbnail-overlay svg{width:.875rem;height:.875rem;fill:#f59e0b}.popular-card .popular-details{min-width:0;flex:1}.popular-card .popular-details .popular-title{font-size:.75rem;color:#c4c7c5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.popular-card .popular-details .popular-meta{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;color:#888;margin-top:.1875rem;min-width:0}.popular-card .popular-details .popular-meta .popular-channel{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popular-card .popular-details .popular-meta .meta-dot{font-size:.625rem;opacity:.5;flex-shrink:0}.popular-card .popular-details .popular-meta .popular-meta-stat{flex-shrink:0;white-space:nowrap}.popular-card .popular-details .popular-meta .play-count-pill{display:inline-flex;align-items:center;color:#888;font-family:Fira Code,Menlo,Monaco,Consolas,monospace;font-size:.625rem;font-weight:500;flex-shrink:0;white-space:nowrap}.skeleton-card{display:flex;align-items:center;gap:.625rem;padding:.5rem;border-radius:.5rem}.skeleton-card .skeleton-rank{width:1.375rem;height:1.375rem;border-radius:.25rem;background:#1c1c1c;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-card .skeleton-thumb{width:2.5rem;height:1.875rem;border-radius:.25rem;background:#1c1c1c;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-card .skeleton-text-wrap{flex:1;display:flex;flex-direction:column;gap:.375rem}.skeleton-card .skeleton-title{width:80%;height:.75rem;border-radius:.25rem;background:#1c1c1c;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-card .skeleton-meta{width:45%;height:.625rem;border-radius:.25rem;background:#1c1c1c;animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.landing-container{flex:1;width:100%;max-width:68rem;margin:0 auto;padding:2rem 1rem calc(3.5rem + env(safe-area-inset-bottom,0px)) 1rem;display:flex;flex-direction:column;gap:2rem;position:relative;min-height:100%}@media(min-width:768px){.landing-container{padding:2.5rem 2rem 3rem;gap:2.5rem}}.landing-ambient-glow{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);width:min(560px,90vw);height:260px;background:radial-gradient(ellipse 55% 50% at 50% 50%,rgba(245,158,11,.15) 0%,rgba(245,158,11,.04) 45%,transparent 70%);filter:blur(36px);pointer-events:none;z-index:0}.landing-hero{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:100%;margin-top:auto}.landing-hero .hero-title{font-size:clamp(2.125rem,6.5vw,2.75rem);font-weight:800;color:#fff;letter-spacing:-.035em;line-height:1.16;margin-bottom:.875rem;max-width:100%;overflow-wrap:break-word}.landing-hero .hero-title .text-gradient{background:linear-gradient(135deg,#f59e0b,#fbbf24 45%,#f59e0b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 12px rgba(245,158,11,.25))}.landing-hero .hero-subtitle{font-size:clamp(.875rem,2.8vw,1.025rem);color:#888;max-width:40rem;line-height:1.65;margin-bottom:0}.landing-hero .hero-demo-suggestions{display:flex;flex-direction:column;align-items:center;gap:.625rem;margin-top:1.5rem}@media(min-width:640px){.landing-hero .hero-demo-suggestions{flex-direction:row;justify-content:center;flex-wrap:wrap}}.landing-hero .hero-demo-suggestions .demo-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.775rem;font-weight:600;color:#888;letter-spacing:.02em}.landing-hero .hero-demo-suggestions .demo-label .demo-icon{width:.9rem;height:.9rem;color:#f59e0b}.landing-hero .hero-demo-suggestions .demo-chips-list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}.landing-hero .hero-demo-suggestions .demo-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .8rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:9999px;font-size:.75rem;font-weight:500;color:#e4e4e7;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);max-width:220px;box-shadow:0 2px 6px #0000004d}.landing-hero .hero-demo-suggestions .demo-chip .chip-play-icon{font-size:.625rem;color:#f59e0b;opacity:.85;transition:transform .2s ease}.landing-hero .hero-demo-suggestions .demo-chip .chip-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-hero .hero-demo-suggestions .demo-chip:hover{background:#f59e0b1f;border-color:#f59e0b66;color:#fff;transform:translateY(-1px);box-shadow:0 4px 14px #f59e0b2e}.landing-hero .hero-demo-suggestions .demo-chip:hover .chip-play-icon{transform:scale(1.2);opacity:1}.landing-features{position:relative;z-index:1;width:100%;margin-top:1.25rem;margin-bottom:auto}@media(min-width:768px){.landing-features{margin-top:1.75rem;margin-bottom:auto}}.landing-features .features-title{font-size:1.05rem;font-weight:700;color:#fff;text-align:center;margin-bottom:1.25rem;letter-spacing:-.01em}.landing-features .features-grid{display:grid;grid-template-columns:1fr;gap:1.125rem}@media(min-width:640px){.landing-features .features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.landing-features .features-grid{grid-template-columns:repeat(4,1fr)}}.landing-features .feature-card{background:linear-gradient(180deg,#1c1c20b3,#14141799);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);border-radius:.875rem;padding:1.35rem;display:flex;flex-direction:column;gap:.75rem;position:relative;overflow:hidden;transition:all .25s cubic-bezier(.16,1,.3,1)}.landing-features .feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);opacity:.6;transition:opacity .25s ease}.landing-features .feature-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px -8px #0009}.landing-features .feature-card:hover:before{opacity:1}.landing-features .feature-card.feature-card-amber:hover{background:linear-gradient(180deg,#22201cd9,#181714bf);border-color:#f59e0b59;box-shadow:0 16px 32px -8px #0009,0 0 20px #f59e0b14}.landing-features .feature-card.feature-card-red:hover{background:linear-gradient(180deg,#231c1cd9,#191414bf);border-color:#ef444459;box-shadow:0 16px 32px -8px #0009,0 0 20px #ef444414}.landing-features .feature-card.feature-card-green:hover{background:linear-gradient(180deg,#1c231fd9,#141916bf);border-color:#10b98159;box-shadow:0 16px 32px -8px #0009,0 0 20px #10b98114}.landing-features .feature-card.feature-card-blue:hover{background:linear-gradient(180deg,#1c1f26d9,#14161cbf);border-color:#3b82f659;box-shadow:0 16px 32px -8px #0009,0 0 20px #3b82f614}.landing-features .feature-card .feature-icon-badge{width:2.5rem;height:2.5rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.landing-features .feature-card .feature-icon-badge svg{width:1.25rem;height:1.25rem}.landing-features .feature-card .feature-icon-badge.amber{background-color:#f59e0b1f;color:#f59e0b;border:1px solid rgba(245,158,11,.25)}.landing-features .feature-card .feature-icon-badge.red{background-color:#ef44441f;color:#ef4444;border:1px solid rgba(239,68,68,.25)}.landing-features .feature-card .feature-icon-badge.green{background-color:#10b9811f;color:#10b981;border:1px solid rgba(16,185,129,.25)}.landing-features .feature-card .feature-icon-badge.blue{background-color:#3b82f61f;color:#3b82f6;border:1px solid rgba(59,130,246,.25)}.landing-features .feature-card:hover .feature-icon-badge{transform:scale(1.06)}.landing-features .feature-card .feature-card-title{font-size:.875rem;font-weight:700;color:#fff;margin:0}.landing-features .feature-card .feature-card-desc{font-size:.775rem;color:#888;line-height:1.5;margin:0}.dashboard-workspace{padding:0 .875rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem;max-width:64rem;width:100%;margin:0 auto;flex:1}@media(min-width:768px){.dashboard-workspace{padding:0 2rem 2rem;gap:1.5rem}}.player-card{background-color:#171717f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid #2d2d2d;border-top:none;border-radius:0 0 .75rem .75rem;padding:.625rem .75rem;box-shadow:0 8px 24px #0009;display:flex;flex-direction:column;gap:.5rem;position:sticky;top:48px;z-index:30}@media(min-width:769px){.player-card{top:0;padding:1.25rem 1.5rem;gap:.875rem}}.player-card .player-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;border-bottom:1px solid #2d2d2d;padding-bottom:.375rem;margin-bottom:0}.player-card .player-header .player-track-info{min-width:0;flex:1}.player-card .player-header .player-track-info .track-label{font-size:.65rem;color:#888;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.1rem}@media(max-width:480px){.player-card .player-header .player-track-info .track-label{display:none}}.player-card .player-header .player-track-info .track-title{font-size:.85rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:768px){.player-card .player-header .player-track-info .track-title{font-size:.9375rem}}.player-card .player-header .player-time-badge{font-size:.6875rem;font-family:Fira Code,Menlo,Monaco,Consolas,monospace;background-color:#222;padding:.2rem .5rem;border-radius:.25rem;color:#c4c7c5;border:1px solid #333333;align-self:center;flex-shrink:0}.player-card .player-controls{display:flex;flex-direction:row;align-items:center;gap:.75rem}.player-card .player-controls .timeline-slider{flex:1;height:5px}.player-card .player-controls .play-button-container{display:flex;align-items:center;justify-content:center;flex-shrink:0}.chords-card{background-color:#171717;border:1px solid #2d2d2d;border-radius:.75rem;padding:1rem .875rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;flex:1;display:flex;flex-direction:column;min-height:0}@media(min-width:768px){.chords-card{padding:1.5rem}}.chords-card .chords-card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;border-bottom:1px solid #2d2d2d;padding-bottom:.75rem;margin-bottom:1.25rem;flex-shrink:0}.chords-card .chords-card-header .card-title-group{display:flex;align-items:center;gap:.5rem}.chords-card .chords-card-header .card-title-group .status-dot{width:.625rem;height:.625rem;border-radius:9999px;background-color:#f59e0b}.chords-card .chords-card-header .card-title-group .card-title{font-size:.9375rem;font-weight:700;color:#fff}.chords-card .chords-container{flex:1;overflow-y:auto;min-height:220px;position:relative}.chords-card .chords-empty{height:12rem;display:flex;align-items:center;justify-content:center;border:1px dashed #333333;background-color:#12121280;border-radius:.75rem;font-size:.75rem;color:#888;font-family:Fira Code,Menlo,Monaco,Consolas,monospace}.chords-card .chords-waiting{height:12rem;display:flex;align-items:center;justify-content:center;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;color:#c4c7c5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.status-banner{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f59e0b14;border:1px solid rgba(245,158,11,.25);border-radius:8px;margin-bottom:14px}.status-banner .status-spinner{width:16px;height:16px;border:2px solid rgba(245,158,11,.2);border-top-color:#f59e0b;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.status-banner .status-text{font-size:.875rem;font-weight:500;color:#fbbf24}.chords-loading-state{height:13rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:#12121299;border:1px solid rgba(245,158,11,.22);border-radius:.75rem;padding:2rem;text-align:center;position:relative;overflow:hidden}.chords-loading-state:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:2px;background:linear-gradient(90deg,transparent,#f59e0b,transparent);animation:shimmerLine 2s infinite linear}.chords-loading-state .analysis-pulse-rings{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.chords-loading-state .analysis-pulse-rings .pulse-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid #f59e0b;opacity:.8;animation:pulseWave 1.6s cubic-bezier(.24,0,.38,1) infinite}.chords-loading-state .analysis-pulse-rings .pulse-dot{width:12px;height:12px;border-radius:50%;background:#f59e0b;box-shadow:0 0 12px #f59e0b}.chords-loading-state .analysis-loading-info h3{font-size:.95rem;font-weight:600;color:#fafafa;margin:0 0 4px}.chords-loading-state .analysis-loading-info p{font-size:.82rem;color:#fbbf24;margin:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulseWave{0%{transform:scale(.6);opacity:.9}to{transform:scale(1.6);opacity:0}}@keyframes shimmerLine{0%{transform:translate(0)}to{transform:translate(100%)}}.chord-grid{width:100%;display:flex;flex-wrap:wrap;gap:.5rem}.chord-item{position:relative;display:flex;justify-content:center;align-items:center;padding:.75rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);background-color:#ffffff0d;color:#c4c7c5;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);overflow:hidden;min-width:0}.chord-item:hover{background-color:#ffffff1a;border-color:#fff3}.chord-item.active{background:linear-gradient(to bottom,#f59e0b,#d97706);border-color:#f59e0b;color:#fff;font-weight:700}.chord-item.no-chord{background:repeating-linear-gradient(135deg,#ffffff0d,#ffffff0d 8px,#ffffff04 8px 16px);border:1px dashed rgba(255,255,255,.25);opacity:.8}.chord-item.no-chord:hover{background-color:#ffffff14;border-color:#fff6;opacity:.95}.chord-item.no-chord.active{opacity:1;border-color:#f59e0b;background:repeating-linear-gradient(135deg,#f59e0b4d,#f59e0b4d 8px,#f59e0b1f 8px 16px)}.chord-item.no-chord.active .no-chord-label{color:#fff;font-weight:700}.chord-item.no-chord .no-chord-label{color:#ffffff73;font-size:1.25rem;font-weight:300}.chord-item .chord-label{position:relative;z-index:20;font-family:Fira Code,Menlo,Monaco,Consolas,monospace;font-size:1.125rem;letter-spacing:.025em}.chord-item .chord-progress{position:absolute;bottom:0;left:0;height:4px;background-color:#fff9;z-index:10}.loader-container{height:12rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#888}.loader-container .loader-spinner{animation:spin 1s linear infinite;margin-right:.75rem;margin-left:-.25rem;width:2rem;height:2rem;color:#f59e0b;fill:none}.loader-container .loader-spinner .opacity-25{opacity:.25}.loader-container .loader-spinner .opacity-75{opacity:.75}.loader-container .loader-message{margin-top:1rem;font-size:.75rem;font-family:Fira Code,Menlo,Monaco,Consolas,monospace;color:#888;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.alert-error{background:linear-gradient(135deg,#ef444414,#991b1b26);border:1px solid rgba(239,68,68,.25);border-radius:.875rem;padding:1.25rem 1.5rem;box-shadow:0 8px 24px -4px #0006,0 0 0 1px #ef44441a;margin-top:1.25rem;font-family:Outfit,Inter,system-ui,-apple-system,sans-serif;display:flex;flex-direction:column;gap:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.alert-error .alert-error-header{display:flex;align-items:center;gap:.875rem}.alert-error .alert-error-icon-badge{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.625rem;background-color:#ef444426;border:1px solid rgba(239,68,68,.3);color:#f87171;flex-shrink:0}.alert-error .alert-error-icon-badge .icon-warning{width:1.25rem;height:1.25rem}.alert-error .alert-error-title-group{display:flex;flex-direction:column;gap:.125rem}.alert-error .alert-error-title{font-size:.875rem;font-weight:700;color:#fca5a5;letter-spacing:.01em}.alert-error .alert-error-message{font-size:.875rem;color:#fee2e2e6;line-height:1.4}.alert-error .youtube-fallback-card{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;border-top:1px solid rgba(239,68,68,.18)}.alert-error .youtube-fallback-info{display:flex;flex-direction:column;gap:.625rem}.alert-error .youtube-fallback-text{margin:0;font-size:.875rem;line-height:1.5;color:#fca5a5;font-family:Outfit,Inter,system-ui,-apple-system,sans-serif}.alert-error .youtube-fallback-track-badge{display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;max-width:100%;padding:.375rem .75rem;background:#00000059;border:1px solid rgba(239,68,68,.25);border-radius:.5rem}.alert-error .youtube-fallback-track-badge .yt-badge-icon{width:1rem;height:1rem;color:red;flex-shrink:0}.alert-error .youtube-fallback-track-badge .yt-badge-title{font-size:.8125rem;font-weight:600;color:#fee2e2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alert-error .btn-upload-fallback{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;align-self:flex-start;padding:.625rem 1.25rem;border-radius:.625rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.875rem;font-weight:600;font-family:Outfit,Inter,system-ui,-apple-system,sans-serif;cursor:pointer;border:1px solid rgba(245,158,11,.3);box-shadow:0 4px 14px #f59e0b40;transition:all .2s cubic-bezier(.4,0,.2,1)}.alert-error .btn-upload-fallback:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:translateY(-1px);box-shadow:0 6px 18px #f59e0b59;border-color:#f59e0b80}.alert-error .btn-upload-fallback:active{transform:translateY(0)}.alert-error .btn-upload-fallback .icon-upload{width:1.125rem;height:1.125rem;stroke-width:2}.alert-error .hidden-file-input{display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.stream-progress-container{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem;background-color:#f59e0b0d;border:1px solid rgba(245,158,11,.1);border-radius:.5rem;margin-top:1rem;font-size:.75rem;font-family:Fira Code,Menlo,Monaco,Consolas,monospace;color:#f59e0b}.stream-progress-container .progress-info{display:flex;justify-content:space-between;align-items:center}.stream-progress-container .progress-bar-bg{width:100%;height:4px;background-color:#ffffff1a;border-radius:9999px;overflow:hidden}.stream-progress-container .progress-bar-fill{height:100%;background-color:#f59e0b;transition:width .3s cubic-bezier(.4,0,.2,1)}.mode-tabs{display:flex;align-items:center;gap:.5rem}.mode-tabs .mode-tab{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.8125rem;font-weight:500;color:#888;background:transparent;border:1px solid transparent;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.mode-tabs .mode-tab .tab-icon{width:1rem;height:1rem}.mode-tabs .mode-tab:hover{color:#fff;background-color:#222}.mode-tabs .mode-tab.active{color:#f59e0b;background-color:#f59e0b1a;border-color:#f59e0b33}.search-results-page{flex:1;width:100%;max-width:68rem;margin:0 auto;padding:2rem 1.5rem 4rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}@media(min-width:768px){.search-results-page{padding:2.5rem 2rem 5rem}}.search-results-page .search-results-topbar{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.search-results-page .search-results-topbar .search-results-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.search-results-page .search-results-topbar .search-results-meta .search-results-title{font-size:1.25rem;font-weight:700;color:#fafafa;margin:0}.search-results-page .search-results-topbar .search-results-meta .search-count-badge{font-size:.75rem;font-weight:600;padding:3px 8px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.25);color:#fbbf24;border-radius:6px}.search-results-page .search-results-topbar .btn-back-home{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:transparent;border:1px solid #27272a;border-radius:6px;color:#a1a1aa;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.search-results-page .search-results-topbar .btn-back-home:hover{background:#27272a;color:#fafafa;border-color:#3f3f46}.search-results-page .search-error-banner{padding:12px 16px;background:#ef44441f;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#f87171;font-size:.85rem}.search-results-page .search-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;gap:1.25rem;text-align:center}.search-results-page .search-loading-state .search-pulse-spinner{position:relative;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.search-results-page .search-loading-state .search-pulse-spinner .pulse-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid rgba(245,158,11,.4);animation:pulseRing 1.6s cubic-bezier(.215,.61,.355,1) infinite}.search-results-page .search-loading-state .search-pulse-spinner .pulse-dot{width:14px;height:14px;border-radius:50%;background:#f59e0b;box-shadow:0 0 16px #f59e0b}.search-results-page .search-loading-state .search-loading-text h3{font-size:1.1rem;font-weight:700;color:#fafafa;margin-bottom:4px}.search-results-page .search-loading-state .search-loading-text p{font-size:.85rem;color:#a1a1aa;margin:0}.search-results-page .search-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;gap:10px}.search-results-page .search-empty-state .empty-icon{font-size:2.5rem;margin-bottom:8px}.search-results-page .search-empty-state h3{font-size:1.15rem;font-weight:700;color:#fafafa;margin:0}.search-results-page .search-empty-state p{font-size:.875rem;color:#a1a1aa;max-width:400px;margin:0}.search-results-page .search-empty-state .btn-empty-return{margin-top:1rem;padding:8px 18px;background:#1f1f23;border:1px solid #2d2d32;border-radius:8px;color:#fafafa;font-size:.85rem;font-weight:600;cursor:pointer}.search-results-page .search-empty-state .btn-empty-return:hover{background:#27272a;border-color:#f59e0b;color:#fbbf24}.search-results-page .youtube-card-cached-badge{position:absolute;top:6px;right:6px;background:#10b981e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:.65rem;font-weight:700;padding:2px 6px;border-radius:4px;box-shadow:0 2px 6px #0006}.youtube-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;width:100%}.youtube-card{cursor:pointer;background-color:#171717;border:1px solid #2d2d2d;border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;transition:all .2s cubic-bezier(.4,0,.2,1)}.youtube-card:hover{border-color:#444;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.youtube-card.is-cached{border-color:#10b98166;box-shadow:0 4px 16px #10b98114}.youtube-card.is-cached:hover{border-color:#10b981bf;box-shadow:0 6px 20px #10b9812e;transform:translateY(-2px)}.youtube-card .youtube-card-thumbnail-container{position:relative;width:100%;padding-top:56.25%;background-color:#000}.youtube-card .youtube-card-thumbnail-container .youtube-card-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.youtube-card .youtube-card-thumbnail-container .youtube-card-duration{position:absolute;bottom:.375rem;right:.375rem;background-color:#000c;color:#fff;font-size:.6875rem;font-family:Fira Code,Menlo,Monaco,Consolas,monospace;padding:.125rem .375rem;border-radius:.25rem}.youtube-card .youtube-card-body{padding:.875rem;display:flex;flex-direction:column;gap:.375rem;flex:1}.youtube-card .youtube-card-body .youtube-card-title{font-size:.8125rem;font-weight:600;color:#fff;line-height:1.3;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.youtube-card .youtube-card-body .youtube-card-channel{font-size:.75rem;color:#888}.youtube-card .youtube-card-body .btn-analyze-video{margin-top:auto;padding:.5rem .75rem;background-color:#f59e0b1a;border:1px solid rgba(245,158,11,.2);color:#f59e0b;font-size:.75rem;font-weight:600;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.youtube-card .youtube-card-body .btn-analyze-video .play-icon{width:.875rem;height:.875rem}.youtube-card .youtube-card-body .btn-analyze-video:hover:not(:disabled){background-color:#f59e0b;color:#fff}.youtube-card .youtube-card-body .btn-analyze-video.btn-cached{background-color:#10b98126;border-color:#10b98166;color:#10b981}.youtube-card .youtube-card-body .btn-analyze-video.btn-cached:hover:not(:disabled){background-color:#10b981;border-color:#10b981;color:#fff}.youtube-card .youtube-card-body .btn-analyze-video:disabled{opacity:.5;cursor:not-allowed}.youtube-player-card{padding:.75rem 1rem}@media(min-width:769px){.youtube-player-card{padding:1rem 1.35rem}}.youtube-player-card .youtube-player-layout{display:flex;flex-direction:column;align-items:center;gap:.75rem}@media(min-width:580px){.youtube-player-card .youtube-player-layout{flex-direction:row;align-items:center;gap:1.25rem}}.youtube-player-card .youtube-embed-wrapper{position:relative;width:200px;min-width:200px;max-width:200px;aspect-ratio:16/9;background-color:#000;border-radius:.5rem;overflow:hidden;flex-shrink:0;margin:0 auto}@media(min-width:580px){.youtube-player-card .youtube-embed-wrapper{margin:0;width:220px;min-width:220px;max-width:220px}}@media(min-width:1024px){.youtube-player-card .youtube-embed-wrapper{width:260px;min-width:260px;max-width:260px}}.youtube-player-card .youtube-embed-wrapper .youtube-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.youtube-player-card .youtube-player-info-side{width:100%;flex:1;display:flex;flex-direction:column;gap:.45rem;min-width:0}.youtube-player-card .youtube-player-info-side .player-header{border-bottom:1px solid #2d2d2d;padding-bottom:.35rem;margin-bottom:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem}.youtube-player-card .youtube-player-info-side .track-subtitle{font-size:.725rem;color:#888;margin-top:.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-controls{display:flex;align-items:center;gap:.75rem;width:100%}.btn-play{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#18181b;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #f59e0b59;transition:all .2s ease;flex-shrink:0}.btn-play svg{width:16px;height:16px;display:block;fill:#18181b}@media(min-width:768px){.btn-play{width:38px;height:38px}.btn-play svg{width:18px;height:18px}}.btn-play:hover:not(:disabled){transform:scale(1.06);box-shadow:0 4px 14px #f59e0b73}.btn-play:active:not(:disabled){transform:scale(.96)}.btn-play:disabled{opacity:.5;cursor:not-allowed}.search-loading-spinner{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:#888;font-size:.875rem}.no-results-message{padding:1.5rem;text-align:center;color:#888;font-size:.875rem;border:1px dashed #333333;border-radius:.75rem}.search-error-message{padding:.75rem 1rem;background-color:#7f1d1d33;border:1px solid rgba(185,28,28,.5);color:#f87171;border-radius:.5rem;font-size:.8125rem}.empty-youtube-wrapper{width:100%}.empty-divider{display:flex;align-items:center;width:100%;margin:1.5rem 0}.empty-divider:before,.empty-divider:after{content:"";flex:1;height:1px;background-color:#333}.empty-divider span{padding:0 .75rem;font-size:.6875rem;font-weight:700;color:#555;letter-spacing:.05em}.card-action-group{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.btn-edit-toggle{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.8125rem;font-weight:600;background-color:#ffffff14;color:#c4c7c5;border:1px solid rgba(255,255,255,.15);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn-edit-toggle:hover{background-color:#ffffff26;border-color:#ffffff4d}.btn-edit-toggle.active{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#f59e0b;color:#fff;box-shadow:0 0 12px #f59e0b66}.btn-edit-toggle .icon{width:1rem;height:1rem}.chord-list-wrapper{display:flex;flex-direction:column;gap:1rem;width:100%}.song-metadata-bar{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem .85rem;padding:.45rem .95rem;margin-bottom:.65rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.65rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.song-metadata-bar .metadata-item{display:inline-flex;align-items:center;gap:.45rem;font-size:.8125rem}.song-metadata-bar .metadata-item .item-label{color:#ffffff73;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.song-metadata-bar .metadata-item .item-value{color:#fffffff2;font-weight:600}.song-metadata-bar .metadata-item .item-value .item-unit{color:#ffffff73;font-size:.725rem;font-weight:500;margin-left:.15rem}.song-metadata-bar .metadata-divider{width:1px;height:.85rem;background-color:#ffffff1f}.bottom-edit-toolbar-floating{position:fixed;bottom:1.5rem;left:calc(50% + 150px);transform:translate(-50%);z-index:1000;display:flex;align-items:center;gap:.625rem;padding:.45rem .85rem;background:#121318f2;border:1px solid rgba(245,158,11,.4);border-radius:9999px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 12px 36px #000000bf,0 0 20px #f59e0b26;max-width:calc(100vw - 300px - 2.5rem);white-space:nowrap}@media(max-width:768px){.bottom-edit-toolbar-floating{left:50%;max-width:calc(100vw - 2rem);bottom:1rem;gap:.375rem;padding:.4rem .65rem}}.bottom-edit-toolbar-floating .edit-bar-left,.bottom-edit-toolbar-floating .edit-bar-right{display:flex;align-items:center;gap:.45rem}.bottom-edit-toolbar-floating .edit-bar-divider{width:1px;height:1.125rem;background-color:#ffffff24;margin:0 .15rem}.bottom-edit-toolbar-floating .edit-badge{font-size:.625rem;font-weight:700;color:#f59e0b;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);padding:.2rem .55rem;border-radius:9999px;letter-spacing:.06em;text-transform:uppercase;font-family:Fira Code,Menlo,Monaco,Consolas,monospace;margin-right:.15rem}.bottom-edit-toolbar-floating .btn-edit-action,.bottom-edit-toolbar-floating .btn-edit-tool{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .7rem;height:28px;border-radius:9999px;background-color:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#e4e4e7;font-size:.75rem;font-weight:500;cursor:pointer;box-sizing:border-box;transition:all .2s cubic-bezier(.4,0,.2,1)}.bottom-edit-toolbar-floating .btn-edit-action svg,.bottom-edit-toolbar-floating .btn-edit-tool svg{flex-shrink:0;opacity:.85}.bottom-edit-toolbar-floating .btn-edit-action:hover:not(:disabled),.bottom-edit-toolbar-floating .btn-edit-tool:hover:not(:disabled){background-color:#ffffff24;border-color:#ffffff40;color:#fff;transform:translateY(-1px)}.bottom-edit-toolbar-floating .btn-edit-action:disabled,.bottom-edit-toolbar-floating .btn-edit-tool:disabled{opacity:.35;cursor:not-allowed}.bottom-edit-toolbar-floating .btn-edit-action.danger,.bottom-edit-toolbar-floating .btn-edit-tool.danger{background-color:#ef44441a;border-color:#ef44444d;color:#fca5a5}.bottom-edit-toolbar-floating .btn-edit-action.danger:hover:not(:disabled),.bottom-edit-toolbar-floating .btn-edit-tool.danger:hover:not(:disabled){background-color:#ef444438;border-color:#ef444480;color:#fff}.bottom-edit-toolbar-floating .btn-edit-action.danger-text,.bottom-edit-toolbar-floating .btn-edit-tool.danger-text{background-color:#ef44440f;border-color:#ef444433;color:#f87171}.bottom-edit-toolbar-floating .btn-edit-action.danger-text:hover:not(:disabled),.bottom-edit-toolbar-floating .btn-edit-tool.danger-text:hover:not(:disabled){background-color:#ef44442e;border-color:#ef444473;color:#fff}.chord-grid.edit-mode-grid .chord-item{position:relative;border-color:#f59e0b4d;flex-grow:0!important;flex-shrink:0!important;max-width:100%!important;transition:background-color .15s,border-color .15s,box-shadow .15s!important}.chord-grid.edit-mode-grid .chord-item.dragging-item{transition:none!important}.chord-grid.edit-mode-grid .chord-item:hover{border-color:#f59e0b;box-shadow:0 0 8px #f59e0b4d}.chord-grid.edit-mode-grid .chord-item.selected-edit{border:2px solid #f59e0b;background-color:#f59e0b33;box-shadow:0 0 12px #f59e0b80}.chord-duration-tag{position:absolute;bottom:2px;right:8px;font-size:.5rem;color:#ffffff8c;font-weight:600;pointer-events:none;font-family:Fira Code,Menlo,Monaco,Consolas,monospace}.boundary-drag-handle{position:absolute;top:0;right:-3px;bottom:0;width:8px;background-color:#f59e0b66;cursor:col-resize;z-index:5;border-radius:2px;transition:background-color .15s}.boundary-drag-handle:hover,.boundary-drag-handle.dragging{background-color:#f59e0b;box-shadow:0 0 6px #f59e0b}.inline-chord-input{width:85%;max-width:85px;background:#000000b3;border:1.5px solid #f59e0b;border-radius:4px;color:#fff;font-weight:700;font-size:.95rem;text-align:center;padding:2px 4px;outline:none;box-shadow:0 0 8px #f59e0bb3;z-index:10}.inline-chord-input:focus{border-color:#fbbf24;background:#000000e6}.floating-analysis-widget{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1200;width:360px;max-width:calc(100vw - 2rem);background:#121318f5;border:1px solid rgba(245,158,11,.35);border-radius:.85rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 14px 40px #000000bf,0 0 20px #f59e0b26;overflow:hidden;cursor:pointer;animation:slideUpWidget .3s cubic-bezier(.16,1,.3,1) forwards;transition:all .25s ease}.floating-analysis-widget:hover{transform:translateY(-2px);border-color:#f59e0b99;box-shadow:0 18px 48px #000000d9,0 0 24px #f59e0b40}.floating-analysis-widget.is-complete{border-color:#10b98199;box-shadow:0 14px 40px #000000bf,0 0 20px #10b98133}.floating-analysis-widget.is-complete:hover{border-color:#10b981cc;box-shadow:0 18px 48px #000000d9,0 0 28px #10b98159}.floating-analysis-widget.is-error{border-color:#ef444480;box-shadow:0 14px 40px #000000bf,0 0 20px #ef444426}@media(max-width:580px){.floating-analysis-widget{bottom:1rem;right:1rem;left:1rem;width:auto}}.floating-analysis-widget .floating-widget-inner{display:flex;align-items:center;gap:.75rem;padding:.75rem .85rem}.floating-analysis-widget .floating-widget-thumbnail-wrap{position:relative;width:44px;height:44px;border-radius:.5rem;overflow:hidden;flex-shrink:0;background-color:#000}.floating-analysis-widget .floating-widget-thumbnail-wrap .floating-widget-thumbnail{width:100%;height:100%;object-fit:cover;display:block}.floating-analysis-widget .floating-widget-thumbnail-wrap .floating-widget-indicator{position:absolute;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center}.floating-analysis-widget .floating-widget-thumbnail-wrap .floating-widget-indicator .indicator-icon{display:inline-block}.floating-analysis-widget .floating-widget-thumbnail-wrap .floating-widget-indicator .indicator-icon.spinning{width:18px;height:18px;border:2px solid rgba(245,158,11,.3);border-top-color:#f59e0b;border-radius:50%;animation:spinWidget .8s linear infinite}.floating-analysis-widget .floating-widget-thumbnail-wrap .floating-widget-indicator .indicator-icon.complete{font-size:1.1rem;color:#10b981;font-weight:900}.floating-analysis-widget .floating-widget-thumbnail-wrap .floating-widget-indicator .indicator-icon.error{font-size:1.1rem;color:#ef4444;font-weight:900}.floating-analysis-widget .floating-widget-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.floating-analysis-widget .floating-widget-info .floating-widget-header-row{display:flex;align-items:center;gap:.4rem;min-width:0}.floating-analysis-widget .floating-widget-info .floating-widget-header-row .floating-widget-badge{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.1rem .4rem;border-radius:9999px;background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3);flex-shrink:0;font-family:Fira Code,Menlo,Monaco,Consolas,monospace}.floating-analysis-widget .floating-widget-info .floating-widget-title{font-size:.775rem;font-weight:600;color:#f4f4f5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.floating-analysis-widget .floating-widget-info .floating-widget-message{font-size:.72rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.floating-analysis-widget .floating-widget-info .floating-widget-message .status-text{color:#fff9}.floating-analysis-widget .floating-widget-info .floating-widget-message .complete-text{color:#34d399;font-weight:600}.floating-analysis-widget .floating-widget-info .floating-widget-message .error-text{color:#f87171}.floating-analysis-widget .floating-widget-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.floating-analysis-widget .floating-widget-actions .floating-widget-percent{font-size:.75rem;font-weight:700;color:#f59e0b;font-family:Fira Code,Menlo,Monaco,Consolas,monospace}.floating-analysis-widget .floating-widget-actions .btn-view-chords{padding:.25rem .65rem;font-size:.725rem;font-weight:700;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:.4rem;cursor:pointer;box-shadow:0 2px 8px #10b98166;transition:all .2s ease}.floating-analysis-widget .floating-widget-actions .btn-view-chords:hover{transform:scale(1.05);box-shadow:0 4px 12px #10b9818c}.floating-analysis-widget .floating-widget-actions .floating-widget-close{background:transparent;border:none;color:#fff6;font-size:.8rem;cursor:pointer;padding:.25rem;border-radius:.25rem;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.floating-analysis-widget .floating-widget-actions .floating-widget-close:hover{color:#fff;background:#ffffff1a}.floating-analysis-widget .floating-widget-progress-track{width:100%;height:3px;background:#ffffff14;position:relative;overflow:hidden}.floating-analysis-widget .floating-widget-progress-track .floating-widget-progress-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#ea580c);transition:width .3s ease;box-shadow:0 0 8px #f59e0bb3}@keyframes slideUpWidget{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spinWidget{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-modal-overlay{position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;animation:authFadeIn .2s ease-out}@keyframes authFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.auth-modal-card{position:relative;background:#18181b;border:1px solid #27272a;border-radius:16px;width:100%;max-width:440px;padding:32px 28px;box-shadow:0 25px 50px -12px #0009,0 0 40px #f59e0b0d;color:#f4f4f5;box-sizing:border-box}.auth-modal-card .auth-modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;color:#71717a;font-size:24px;line-height:1;cursor:pointer;padding:4px 8px;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1)}.auth-modal-card .auth-modal-close:hover{color:#fafafa;background:#ffffff14}.auth-modal-card .btn-auth-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#18181b;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);margin-top:4px;box-sizing:border-box}.auth-modal-card .btn-auth-submit:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b40}.auth-modal-card .btn-auth-submit:disabled{opacity:.5;cursor:not-allowed}.auth-success-screen{text-align:center;padding:24px 12px}.auth-success-screen .auth-success-badge{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:#22c55e26;border:1px solid rgba(34,197,94,.35);border-radius:14px;color:#4ade80;font-size:24px;font-weight:700;margin-bottom:12px}.auth-success-screen .auth-success-title{color:#fafafa;font-size:1.3rem;font-weight:700;margin:0 0 8px}.auth-success-screen .auth-success-text{color:#86efac;font-size:.92rem;line-height:1.5;margin:0}.auth-modal-header{text-align:center;margin-bottom:24px}.auth-modal-header .auth-header-logo{display:inline-block;width:44px;height:44px;margin-bottom:12px;filter:drop-shadow(0 4px 12px rgba(245,158,11,.2))}.auth-modal-header .auth-logo-badge{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);border-radius:14px;margin-bottom:14px;color:#fbbf24;box-shadow:0 4px 16px #f59e0b1f}.auth-modal-header .auth-logo-badge.quota-badge{background:#ef44441f;border-color:#ef44444d;color:#f87171;box-shadow:0 4px 16px #ef444426}.auth-modal-header .auth-logo-badge svg{width:24px;height:24px;flex-shrink:0}.auth-modal-header h2{font-size:1.35rem;font-weight:700;color:#fafafa;margin:0 0 6px;letter-spacing:-.02em}.auth-modal-header .auth-subtitle{font-size:.88rem;color:#a1a1aa;margin:0;line-height:1.45}.auth-modal-header .auth-subtitle strong{color:#fbbf24;font-weight:600}.auth-info-alert{background:#10b9811f;border:1px solid rgba(16,185,129,.35);color:#6ee7b7;font-size:.85rem;padding:10px 14px;border-radius:8px;margin-bottom:16px;text-align:center;line-height:1.45}.auth-error-alert{background:#ef44441f;border:1px solid rgba(239,68,68,.3);color:#fca5a5;font-size:.85rem;padding:10px 14px;border-radius:8px;margin-bottom:16px;text-align:center}.btn-google-auth{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:11px 16px;background:#fff;color:#1f2937;border:1px solid #e5e7eb;border-radius:10px;font-size:.93rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0003}.btn-google-auth:hover:not(:disabled){background:#f9fafb;box-shadow:0 4px 6px -1px #00000040;transform:translateY(-1px)}.btn-google-auth:disabled{opacity:.6;cursor:not-allowed}.btn-google-auth .google-icon{flex-shrink:0;width:18px;height:18px;display:block}.auth-divider{display:flex;align-items:center;margin:20px 0;text-align:center}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #27272a}.auth-divider span{padding:0 12px;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:#71717a}.auth-tabs{display:flex;background:#111113;padding:4px;border-radius:10px;border:1px solid #27272a;margin-bottom:18px}.auth-tabs .auth-tab-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 12px;border:none;background:transparent;color:#a1a1aa;font-size:.85rem;font-weight:500;line-height:1;border-radius:6px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.auth-tabs .auth-tab-btn svg{flex-shrink:0;width:15px;height:15px;display:block}.auth-tabs .auth-tab-btn:hover{color:#fafafa}.auth-tabs .auth-tab-btn.active{background:#27272a;color:#fafafa;font-weight:600;box-shadow:0 1px 2px #0000004d}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form .form-field{display:flex;flex-direction:column;gap:6px}.auth-form .form-field .form-field-header{display:flex;justify-content:space-between;align-items:center}.auth-form .form-field .form-field-header .btn-forgot-password{background:transparent;border:none;color:#f59e0b;font-size:.78rem;font-weight:500;cursor:pointer;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1)}.auth-form .form-field .form-field-header .btn-forgot-password:hover{color:#fbbf24;text-decoration:underline}.auth-form .input-label{font-size:.82rem;font-weight:500;color:#d4d4d8}.auth-form .auth-input{width:100%;padding:11px 14px;background:#09090b;border:1px solid #27272a;border-radius:8px;color:#fafafa;font-size:.92rem;outline:none;box-sizing:border-box;transition:all .2s cubic-bezier(.4,0,.2,1)}.auth-form .auth-input:focus{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.auth-form .auth-input.otp-input{letter-spacing:8px;font-size:1.3rem;text-align:center;font-weight:700}.auth-form .input-hint{font-size:.78rem;color:#71717a;margin:-4px 0 2px}.auth-form .otp-actions{display:flex;justify-content:flex-end;margin-top:-6px}.auth-form .btn-link{background:transparent;border:none;color:#f59e0b;font-size:.82rem;cursor:pointer;padding:0;text-decoration:underline}.auth-form .btn-link:hover{color:#fbbf24}.auth-form .email-toggle-row{text-align:center;font-size:.84rem;color:#a1a1aa;margin-top:4px}.auth-form .email-toggle-row p{margin:0}.dev-auth-helper{margin-top:20px;padding-top:14px;border-top:1px dashed #27272a;text-align:center}.dev-auth-helper .btn-dev-login{background:#ffffff0d;border:1px solid #3f3f46;color:#a1a1aa;padding:6px 12px;border-radius:6px;font-size:.78rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.dev-auth-helper .btn-dev-login:hover{background:#ffffff1a;color:#fafafa}.quota-modal-card .quota-info-box{background:#111113;border:1px solid #27272a;border-radius:10px;padding:14px 18px;display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.quota-modal-card .quota-info-box .quota-row{display:flex;justify-content:space-between;align-items:center;font-size:.88rem}.quota-modal-card .quota-info-box .quota-row .label{color:#a1a1aa}.quota-modal-card .quota-info-box .quota-row .value{font-weight:600}.quota-modal-card .quota-info-box .quota-row .value.badge-zero{color:#f87171;background:#ef44441f;padding:2px 8px;border-radius:4px}.quota-modal-card .quota-info-box .quota-row .value.badge-active{color:#4ade80;background:#22c55e1f;padding:2px 8px;border-radius:4px}.quota-modal-card .quota-info-box .quota-row .value.highlight{color:#fbbf24}.quota-modal-card .quota-notice{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);border-radius:10px;padding:12px 16px;margin-bottom:20px;font-size:.86rem;line-height:1.45;color:#e4e4e7}.quota-modal-card .quota-notice p{margin:0}.quota-modal-card .quota-actions{display:flex;flex-direction:column;gap:10px}.header-user-widget{display:flex;align-items:center;gap:10px}.header-user-widget .btn-sign-in{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 16px;box-sizing:border-box;background:#f59e0b26;border:1px solid rgba(245,158,11,.35);color:#fbbf24;font-size:.82rem;font-weight:600;border-radius:8px;cursor:pointer;line-height:1;white-space:nowrap;transition:all .2s cubic-bezier(.4,0,.2,1)}.header-user-widget .btn-sign-in:hover{background:#f59e0b40;border-color:#f59e0b;color:#fff;transform:translateY(-1px)}.header-user-widget .quota-chip{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;box-sizing:border-box;background:#1f1f23;border:1px solid #2d2d32;border-radius:8px;font-size:.78rem;color:#d4d4d8;font-weight:500;cursor:default;line-height:1}.header-user-widget .quota-chip .quota-icon{flex-shrink:0}.header-user-widget .quota-chip .quota-loading-spinner{width:12px;height:12px;border:1.5px solid rgba(251,191,36,.25);border-top-color:#fbbf24;border-radius:50%;animation:spin .8s linear infinite;display:inline-block;margin:0 4px}.header-user-widget .quota-chip .credit-count{color:#fbbf24;font-weight:700}.header-user-widget .quota-chip.low-credits{border-color:#ef444466}.header-user-widget .quota-chip.low-credits .credit-count{color:#f87171}.header-user-widget .user-profile-menu-wrapper{position:relative}.header-user-widget .user-profile-menu-wrapper .user-avatar-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;box-sizing:border-box;border-radius:8px;border:1px solid #3f3f46;background:#27272a;color:#fafafa;font-size:.82rem;font-weight:700;cursor:pointer;overflow:hidden;transition:all .2s cubic-bezier(.4,0,.2,1)}.header-user-widget .user-profile-menu-wrapper .user-avatar-btn img{width:100%;height:100%;object-fit:cover}.header-user-widget .user-profile-menu-wrapper .user-avatar-btn:hover{border-color:#f59e0b}.header-user-widget .user-profile-menu-wrapper .user-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;width:200px;background:#18181b;border:1px solid #27272a;border-radius:10px;box-shadow:0 10px 25px -5px #00000080;padding:6px;z-index:1000;animation:authFadeIn .15s ease-out}.header-user-widget .user-profile-menu-wrapper .user-dropdown-menu .dropdown-user-info{padding:8px 10px;border-bottom:1px solid #27272a;margin-bottom:4px}.header-user-widget .user-profile-menu-wrapper .user-dropdown-menu .dropdown-user-info .user-name{font-size:.84rem;font-weight:600;color:#fafafa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-user-widget .user-profile-menu-wrapper .user-dropdown-menu .dropdown-user-info .user-plan{font-size:.72rem;color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em}.header-user-widget .user-profile-menu-wrapper .user-dropdown-menu .dropdown-item{width:100%;display:flex;align-items:center;gap:8px;padding:8px 10px;background:transparent;border:none;border-radius:6px;color:#d4d4d8;font-size:.82rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.header-user-widget .user-profile-menu-wrapper .user-dropdown-menu .dropdown-item:hover{background:#ffffff0f;color:#fafafa}.header-user-widget .user-profile-menu-wrapper .user-dropdown-menu .dropdown-item.btn-logout{color:#f87171}.header-user-widget .user-profile-menu-wrapper .user-dropdown-menu .dropdown-item.btn-logout:hover{background:#ef44441a}
