: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;--radius: .625rem;--background: #ffffff;--foreground: #242424;--card: #ffffff;--card-foreground: #242424;--popover: #ffffff;--popover-foreground: #242424;--primary: #242424;--primary-foreground: #fefefe;--secondary: #f5f5f5;--secondary-foreground: #242424;--muted: #f5f5f5;--muted-foreground: #8a8a8a;--accent: #f5f5f5;--accent-foreground: #242424;--destructive: #ef4444;--border: #e5e5e5;--input: #e5e5e5;--ring: #a3a3a3;--brand: #2563eb;--brand-2: #22c55e;--text-dark: #1f2937;--text-dim: #6b7280;--error: #ef4444;--success: #16a34a}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background-color:var(--background);color:var(--foreground);display:block}#root,#root>div{width:100%!important;max-width:100%!important;margin:0}html,body{height:100%;overflow-x:hidden;overflow-y:auto}.breadcrumb{position:fixed;top:0;left:0;width:100%;background:var(--background);color:var(--foreground);padding:12px 16px;z-index:1000;box-shadow:0 2px 6px #00000014}.with-breadcrumb{padding-top:60px}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:#e5e5e5;background-color:#181818}a:hover{color:#747bff}button{background-color:#f9f9f9}}.auth-bg{min-height:100vh;background-size:cover;background-position:center;position:relative;overflow:hidden;display:grid;place-items:center;padding:24px}.auth-card{width:100%;max-width:410px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:linear-gradient(180deg,#ffffff38,#ffffff14);border:1px solid rgba(255,255,255,.25);border-radius:16px;box-shadow:0 12px 30px #00000059;padding:28px 24px 22px;color:var(--text-dark);animation:float-in .4s ease}.fade-in{animation:fade-in .5s ease both}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes float-in{0%{transform:translateY(10px)}to{transform:translateY(0)}}.input-wrap{position:relative;margin-bottom:12px}.input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280}.auth-input{width:100%;padding:12px 12px 12px 38px;border-radius:10px;border:1px solid #d1d5db;outline:none;background:#ffffffe6}.auth-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #2563eb33}.btn{flex:1;padding:12px 14px;border-radius:12px;border:none;cursor:pointer;font-weight:600;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease;color:#fff}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.btn-success{background:linear-gradient(135deg,#22c55e,#16a34a)}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0000002e}.btn:active{transform:translateY(0)}.error-boundary-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;min-height:100vh;text-align:center;background:#1e1e1e;color:#fff;font-family:Arial,sans-serif}.error-boundary-container h1{font-size:2rem;margin-bottom:1rem}.error-message{font-size:1rem;color:#f87171;margin-bottom:1.5rem;max-width:80%;word-wrap:break-word}.error-buttons{display:flex;gap:1rem;margin-bottom:1.5rem}.error-home-btn,.error-reload-btn{padding:.6rem 1.2rem;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease-in-out}.error-home-btn{background-color:#3b82f6;color:#fff}.error-reload-btn{background-color:#10b981;color:#fff}.error-home-btn:hover{background-color:#2563eb}.error-reload-btn:hover{background-color:#059669}.error-details{max-width:90%;text-align:left;color:#ccc;background-color:#111;padding:1rem;border-radius:6px;overflow-x:auto;font-size:.85rem;cursor:pointer}.blue-spinner-container{display:flex;justify-content:center;align-items:center;height:60vh}.blue-spinner{border:4px solid rgba(255,255,255,.2);border-top:4px solid #4a90e2;border-radius:50%;width:45px;height:45px;animation:spin 1s linear infinite}.episode-badge{position:absolute;top:6px;left:6px;background:#0066ffe6;color:#fff;font-size:.8rem;font-weight:600;padding:3px 8px;border-radius:6px;box-shadow:0 2px 6px #0000004d}.premium-overlay{position:absolute;top:6px;right:6px;background:#000000bf;color:gold;font-weight:600;font-size:.7rem;padding:3px 7px;border-radius:4px;text-transform:uppercase;z-index:2;pointer-events:none}*{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100%;font-family:Poppins,sans-serif;color:#f5f5f5;background:#000}.profile-splash{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background:url(/icons/Audiooks_blue.png) no-repeat center center;background-size:cover;background-color:#000;color:#fff;text-align:center;z-index:1}.profile-splash-logo{width:120px;height:120px;border-radius:50%;margin-bottom:20px;animation:spin 3s linear infinite;z-index:2}.profile-splash-title{font-size:28px;font-weight:700;margin-bottom:10px;color:#ffae6d;z-index:2}.profile-splash-subtitle{font-size:20px;color:#ddd;z-index:2}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.edit-profile{background:linear-gradient(#000,#555);display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding:20px;margin-bottom:45px}.form-card{width:100%;max-width:420px;padding:20px;border-radius:20px;background:#1919191a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 25px #000000b3;display:flex;flex-direction:column;gap:20px;position:relative}.cover-container{position:relative;width:100%;height:180px;margin:0 0 100px;z-index:1}.cover-photo .upload-btn{z-index:5}.cover-photo{width:100%;height:100%;overflow:hidden;border-radius:20px}.cover-photo img,.cover-placeholder{width:100%;display:block;height:100%;border-radius:20px;object-fit:cover}.cover-placeholder{background:#ffffff0d;border:1px dashed #ff6f00;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:14px;text-align:center}.upload-error-message{margin-top:8px;padding:10px 12px;background:#ff17441a;color:#ff1744;border-left:4px solid #ff6f00;border-radius:8px;font-size:14px;display:flex;align-items:center;gap:6px;z-index:99}.upload-success-message{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;padding:10px 14px;border-radius:8px;margin-top:10px;text-align:center;font-weight:500;animation:fadeInOut 4s ease forwards}@keyframes fadeInOut{0%{opacity:0;transform:translateY(10px)}10%,90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.shimmer{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#ffffff14 25%,#ffffff2e,#ffffff14 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:inherit;z-index:5}.cover-shimmer{height:180px;border-radius:14px}.profile-shimmer{width:120px;height:120px;border-radius:50%}.fade-in{animation:fadeIn .5s ease-in forwards}.upload-btn{position:absolute;bottom:8px;right:8px;background:#0009;border:none;border-radius:50%;padding:8px;cursor:pointer;color:#fff;font-size:16px;z-index:5}.upload-btn:hover{background:#ff6f00cc}input[type=file]{display:none}.profile-photo{position:absolute;bottom:-90px;width:140px;height:140px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;justify-content:center;border-radius:50%;align-items:center;z-index:2}.profile-photo img,.profile-placeholder{width:100%;height:100%;border-radius:50%;object-fit:cover;border:1px solid #ff6f00;background:#ffffff0d;margin-bottom:20px;box-shadow:0 0 10px #ff6f0099}.profile-placeholder{display:flex;align-items:center;justify-content:center;color:#bbb;font-size:13px}.profile-photo .upload-btn{bottom:15px;right:15px;z-index:5}label{font-weight:600;font-size:14px;color:#ffae6d}input,select,textarea{padding:12px;border-radius:10px;border:none;width:100%;background:#ffffff14;color:#f5f5f5;outline:none;transition:all .3s ease;font-size:16px}input:focus,select:focus,textarea:focus{background:#ffffff1f;box-shadow:0 0 0 2px #ff9800}.phone-field{display:flex;align-items:center;gap:8px;margin-top:15px}.country-code{padding:12px;background:#ffffff1a;border-radius:10px;font-weight:700;color:#fff;min-width:55px;text-align:center}.submit-btn{background:linear-gradient(135deg,#ff512f,#7096d1);color:#fff;padding:14px;border:none;border-radius:14px;font-size:15px;cursor:pointer;font-weight:700;transition:all .3s ease;margin:20px auto 0!important;display:block;width:80%;max-width:420px;position:relative}.submit-btn:hover{transform:translateY(-2px);opacity:.9;background:linear-gradient(135deg,#16a34a,#ffda03)}.spinner{border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;width:18px;height:18px;animation:spin 1s linear infinite;position:absolute;right:15px;top:50%;transform:translateY(-50%)}@keyframes spin{to{transform:rotate(360deg)}}.edit-profile-error-message{color:#ff1744;font-size:14px;font-weight:700;margin-top:6px}textarea{resize:none}@media (min-width: 726px){.form-card{max-width:700px;flex-direction:column;gap:40px}.form-left,.form-right{flex:1;display:flex;flex-direction:column;gap:30px;font-size:26px}.cover-container{width:100%;height:340px;margin:0 0 80px;display:flex;justify-content:center;border-radius:18px}.cover-photo img,.cover-placeholder{width:100%;height:100%;object-fit:cover;margin-bottom:0}.profile-photo{height:200px;width:200px;bottom:-120px}.profile-photo img,.profile-placeholder{width:100%;height:100%}.upload-btn{font-size:30px;z-index:5}label,input,select,textarea{font-size:26px}.submit-btn{margin:40px auto 0;font-size:26px;padding:16px 40px}.edit-profile-error-message{font-size:22px}}.preferences-container{width:100vw;min-height:100vh;display:flex;flex-direction:column;background-color:#000;color:#fff}.preferences-top{position:relative;height:40vh;width:100%}.preferences-top-img{width:100%;height:100%;object-fit:cover}.preferences-top-overlay{position:absolute;top:20%;left:50%;transform:translate(-50%);text-align:center;width:90%}.preferences-title{font-size:1.8rem;font-weight:700;color:#d97706}.preferences-subtext{font-size:1rem;margin-top:10px;color:#fff}.preferences-bottom{flex-grow:1;background-image:url(/icons/Audiooks_logo.jpg);background-size:cover;background-position:center;padding:20px;display:flex;justify-content:center;align-items:flex-start}.preferences-card{width:100%;max-width:800px;overflow:visible;background-color:#ffffff1a;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:20px;border-radius:12px;border:1px solid rgba(255,255,255,.3)}.main-content,.preferences-container{overflow:visible!important}.preferences-field{margin-bottom:20px;display:flex;flex-direction:column}.preferences-label{font-size:1rem;font-weight:600;color:#fff;display:flex;justify-content:space-between;margin-bottom:6px}.required{font-size:.85rem;color:#aaa}.pill-row{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 12px}.pill-item{background-color:#fff3;color:#fff;border:none;padding:6px 12px;border-radius:9999px;cursor:pointer;font-size:.9rem}.pill-item:active{transform:scale(.98)}.multi-select__control{width:100%;padding:10px 12px;border-radius:8px;border:none;background:#ffffffe6;color:#000;text-align:left;font-size:1rem}.multi-select__menu{margin-top:8px;background:#141414f2;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:10px}.multi-select__options{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.option-row{display:flex;align-items:center;gap:10px;background:#ffffff12;padding:10px;border-radius:8px}.option-row input[type=checkbox]{width:18px;height:18px}.muted{color:#cfcfcf;font-size:.9rem;padding:8px 0}.pill-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px;max-height:60px;overflow-y:auto}.multi-select{position:relative}.multi-select__menu{position:absolute!important;background:#fff;border:1px solid #ddd;border-radius:8px;margin-top:4px;width:100%;max-height:200px;overflow-y:auto;z-index:9999!important}.option-row{display:flex;align-items:center;gap:8px;padding:6px 10px;cursor:pointer;color:#333;background:#fff}.option-row:hover{background:#f0f0f0}.option-row input[type=checkbox]{transform:scale(1.2)}.option-row input[type=checkbox]:checked+span{font-weight:700;color:#007bff}.preferences-footer{display:flex;justify-content:center;margin:20px auto 40px;max-width:90%;width:100%;padding:0 20px}.preferences-home-btn[disabled]{opacity:.2;z-index:-0;pointer-events:none}.preferences-home-btn{border:none;padding:10px 20px;width:70%;border-radius:8px;cursor:pointer;color:#fff;font-size:1rem;font-weight:600;transition:all .2s ease-in-out}.preferences-home-btn{background:linear-gradient(135deg,#ff512f,#2563eb)}.preferences-home-btn:hover{background:linear-gradient(135deg,#16a34a,#ffda03)}.preferences-error{background-color:#ffe6e6;color:#b00020;border-left:4px solid #b00020;padding:10px 15px;margin-bottom:15px;border-radius:6px;font-size:.95rem;font-weight:500;box-shadow:0 2px 5px #0000001a}@media screen and (min-width: 726px){.preferences-card{width:100%;max-width:none;padding:60px;border-radius:0;margin:20px}.preferences-label{font-size:3.25rem}.required{font-size:2rem}.pill-item{font-size:1.4rem;padding:10px 18px;margin:8px}.multi-select__control{font-size:2.1rem;padding:20px;min-height:90px}.multi-select__menu{max-height:600px}.multi-select__options{max-height:400px}.option-row{font-size:2.1rem;padding:18px}.preferences-title{font-size:4.5rem}.preferences-subtext{font-size:2.25rem}.preferences-footer{display:flex;justify-content:center;gap:20px;margin-top:50px;margin-bottom:50px;width:100%;max-width:900px}.preferences-home-btn{flex:1;min-width:45vh;max-width:600px;font-size:2.2rem;padding:40px 0;border-radius:14px;text-align:center}}html,body,#root{overflow-x:hidden}:root{--bg-w-mobile: 100%;--bg-w-desktop: 100%;--bg-h-mobile: 70vh;--bg-h-desktop: 55vh}.subscription-container{width:100vw;min-height:80vh;display:flex;flex-direction:column;background-color:#000;color:#fff;overflow-y:auto}.subscription-top-img{width:100%;height:25vh;object-fit:cover}.background-section{flex-grow:1;width:var(--bg-w-mobile);height:var(--bg-h-mobile);margin:0 auto;box-sizing:border-box;padding:30px 20px;background-image:url(/icons/Audiooks_logo.jpg);background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center}.subscription-box{height:auto;width:100%;max-width:700px;text-align:center;background-color:#ffffff26;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding:30px 20px;border-radius:16px;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 25px #0000004d;margin:20px auto}.subscription-box h2{font-size:1.6rem;font-weight:700;line-height:1.6;margin-bottom:20px}.or-text{font-size:1.2rem;font-weight:700;margin:16px 0}.free-text{font-weight:700;font-size:1.8rem;margin-bottom:16px}.premium-button,.start-button,.support-button{display:block;width:100%;min-height:50px;padding:clamp(12px,2vh,18px);font-size:clamp(16px,2vw,22px);border-radius:12px;cursor:pointer;margin-bottom:16px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s ease-in-out}.premium-button{background-color:#ff9800;color:#fff;border:none}.premium-button:hover{background-color:#e68900}.start-button{background-color:#4caf50;color:#fff;border:none}.start-button:hover{background-color:#3e8e41}.support-button{background-color:#00e1e1bf;color:#fff;border:1px solid #00caca;margin:20px auto;max-width:800px}.support-button:hover{background-color:#00c8c8d9}@media (min-width: 726px){.background-section{width:var(--bg-w-desktop);height:var(--bg-h-desktop)}.subscription-box{min-width:80%;min-height:auto;padding:40px 60px}.subscription-box h2{font-size:2rem}.premium-button,.start-button,.support-button{font-size:24px;padding:16px 24px;border-radius:22px}}.premium-button:focus,.start-button:focus,.support-button:focus{outline:3px solid #fff;outline-offset:3px}.login-page{background:#001f3f;background-image:url(/icons/Audiooks_blue.png);background-size:100% 120%;background-position:center;background-repeat:no-repeat;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px;color:#fff;font-family:Poppins,sans-serif}.login-container{background:#0000004d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:30px 20px;border-radius:16px;width:100%;max-width:400px;text-align:center;box-shadow:0 8px 32px #0006;transition:all .3s ease}.login-logo{width:80px;margin-bottom:15px;border-radius:50%}.login-container{position:relative}.back-button{position:absolute;top:12px;left:12px;color:#ffffffd9;background:transparent;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);padding:8px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.back-button:hover{background:#00000080;border-color:#ffffff4d;color:#fff}.back-button:active{transform:scale(.95);background:#ffffff1f}.login-subtitle{margin-bottom:15px;font-size:14px;opacity:.85}.input-field{display:block;margin-bottom:12px;width:100%;padding:12px 10px;border-radius:8px;border:1px solid #888;font-size:14px;background:#ffffff1a;color:#fff;transition:border .2s ease}.input-field:focus{outline:none;border-color:#22c55e}.forgot-pass{text-align:right;font-size:.9rem;color:#4dabf7;cursor:pointer;margin-top:-8px;margin-bottom:10px;transition:color .2s}.forgot-pass:hover{color:#82cfff}.terms{margin-bottom:12px;font-size:12px;text-align:left;display:flex;align-items:center;gap:12px}.terms input[type=checkbox]{width:18px;height:18px;cursor:pointer}.terms a{color:#4dabf7;text-decoration:underline}.terms a:hover{color:#82cfff}.error{color:#ff6b6b;font-size:13px}.success{color:#90ee90;font-size:13px}.btn-row{display:flex;gap:10px;margin-top:10px;margin-bottom:20px}.btn-login-btn,.btn-signup-btn{flex:1;padding:12px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease-in-out;border:none;color:#fff}.btn-login-btn{background:#893e24}.btn-login-btn:hover:not(:disabled){background:#a74b2b}.btn-signup-btn{background:#2e7d32}.btn-signup-btn:hover:not(:disabled){background:#256628}button:disabled{opacity:.6;cursor:not-allowed}.btn-google-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:320px;margin:16px auto 0;padding:12px;border-radius:8px;border:1px solid #ccc;background:linear-gradient(135deg,orange,#40e0d0);color:#333;font-weight:700;font-size:16px;cursor:pointer;box-sizing:border-box;transition:all .2s ease-in-out}.btn-google-btn:hover:not(:disabled){filter:brightness(1.1)}.btn-google-btn img{width:20px;height:20px;object-fit:contain;display:block}.overlay-msg{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#0080ffe6;color:#fff;padding:12px 20px;border-radius:8px;z-index:999;font-size:1rem;font-weight:700;text-align:center;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}@media (max-width: 726px){h2{font-size:18px}.login-subtitle{font-size:12px}button{font-size:14px;padding:10px}.login-logo{width:60px}.btn-google-btn{font-size:14px}}.welcome-container{width:100vw;display:flex;flex-direction:column;background-color:#000}.gif-container{width:100%;height:10vh;background:#000;display:contents;justify-content:center;align-items:center;overflow:hidden}.welcome-gif{width:100%;max-height:20vh;object-fit:fill;object-position:center bottom;background-color:#000;display:block}.bg-container{width:100%;flex-grow:1;overflow:hidden}.bg-image{width:100%;height:100%;object-fit:cover}.button-container{position:fixed;bottom:0;left:0;width:100%;padding:20px;display:flex;justify-content:center;background:transparent}.loading-text{padding:20px;color:#fff}.welcome-btn{padding:clamp(12px,2vh,20px) clamp(40px,6vw,80px);font-size:clamp(16px,2.5vw,22px);font-weight:700;color:#fff;background:linear-gradient(135deg,#ff512f,#2563eb);border:none;border-radius:50px;cursor:pointer;box-shadow:0 6px 18px #0006;width:min(80%,700px)}@media (min-width: 726px){.gif-container{height:20vh;margin-bottom:5px}.welcome-gif{height:30vh;object-fit:fill}}.user-profile-container{display:flex;flex-direction:column;min-height:100vh;width:100vw;background:linear-gradient(135deg,#0d0d0d,#1a1a1a);color:#fff;margin:0 0 50px;padding:0;box-sizing:border-box}.userprofile-error-message{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#dc3545f2;color:#fff;font-size:1rem;font-weight:500;padding:14px 28px;border-radius:12px;box-shadow:0 6px 20px #00000040;z-index:9999;text-align:center;animation:fadeInOut 5s ease forwards}.userprofile-error-message.permission{background:#ffc107f2}.userprofile-error-message.network{background:#0d6efdf2}.userprofile-error-message.photo{background:#dc3545f2}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-55%)}10%,90%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-45%)}}.membership-meta{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:12px;gap:6px;text-align:center;background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;padding:12px 20px;border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 12px #0006}.membership-meta p{margin:0;font-size:15px;font-weight:500}.membership-meta.premium{border:1px solid rgba(255,215,0,.8);box-shadow:0 0 12px #ffd700b3,0 4px 16px #00000080}.membership-meta.premium p{color:gold;font-weight:600}.cover-photo{width:100%;height:100%;overflow:hidden;border-radius:20px;z-index:1;border:3px solid rgba(255,255,255,.15);position:relative;margin-bottom:0}.cover-photo img{width:100%;height:240px;object-fit:cover;border-radius:20px;margin-bottom:0}.cover-placeholder{width:100%;height:100%;margin-bottom:0;justify-content:center;align-items:center;background:#ffffff0d}.profile-pic{display:flex;justify-content:center;margin-top:-80px;z-index:2;position:relative}.profile-pic img,.profile-placeholder{width:160px;height:160px;border-radius:50%;border:4px solid #0000;object-fit:cover;background:#ffffff1a;box-shadow:0 0 20px #f609}.user-info-card{flex:1;width:100%;margin:16px 0;padding:24px;background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:14px}.user-info-card p{font-size:16px;margin:0}.profile-buttons{display:flex;justify-content:space-between;width:100%;padding:16px;gap:26px;box-sizing:border-box}.profile-buttons button{flex:1;padding:14px 0;border:none;border-radius:12px;background:linear-gradient(135deg,#ff512f,#7096d1);color:#fff;font-weight:700;font-size:16px;cursor:pointer;transition:transform .2s ease,opacity .2s ease;box-shadow:4px 4px 10px #0009,-4px -4px 10px #ffffff14}.profile-buttons button:hover{transform:translateY(-2px);opacity:.95;background:linear-gradient(135deg,#16a34a,#ffda03)}.profile-buttons button:active{box-shadow:inset 3px 3px 6px #0009,inset -3px -3px 6px #ffffff14;transform:translateY(0);background:linear-gradient(135deg,#16a34a,#ffda03)}.profile-splash{position:fixed;top:0;left:0;width:100vw;height:100vh;background:url(/icons/Audiooks_blue.png) no-repeat center center;background-size:cover;background-color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#f59e0b;z-index:9999;animation:fadeIn .8s ease-in-out}.profile-splash-logo{width:180px;height:180px;object-fit:cover;border-radius:50%;border:4px solid white;box-shadow:0 8px 25px #0009;margin-bottom:20px;animation:spinLogo 2.5s linear infinite;z-index:55}.profile-splash-title{font-size:32px;margin-bottom:10px;font-weight:700;z-index:55;color:#ffae6d}.profile-splash-subtitle{font-size:20px;opacity:.85;z-index:55}@keyframes spinLogo{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.shimmer{position:relative;overflow:hidden;background:#ffffff14}.shimmer:before{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 1.2s infinite}@keyframes shimmer{to{left:100%}}.cover-shimmer{width:100%;height:220px}.profile-shimmer{width:120px;height:120px;border-radius:50%;border:4px solid #ff6600}.fade-in{opacity:0;transition:opacity .8s ease-in}.fade-in:not(.hidden){opacity:1}.hidden{display:none}.overlay-msg{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#28a745e6;color:#fff;padding:14px 24px;border-radius:10px;z-index:999;font-size:1.1rem;font-weight:700;text-align:center}.verified-badge{color:green;font-weight:700;margin-left:8px}.not-verified-badge{color:red;font-weight:700;margin-left:8px}.verify-btn{margin-left:10px;padding:6px 12px;background:#ff9800;border:none;border-radius:6px;color:#fff;cursor:pointer}.verify-btn:hover{background:#e68900}.info-row{display:flex;flex-direction:column;margin-bottom:12px}.info-row .label{font-weight:600;color:#ffae6d;margin-bottom:4px}.info-row .value{font-weight:400;color:#fff;word-wrap:break-word;white-space:pre-wrap}@media (min-width: 726px){.user-profile-container{margin-bottom:120px}.cover-photo{border-radius:50px}.cover-photo img{width:100%;height:450px;border-radius:50px}.profile-pic{margin-top:-20%}.profile-pic img,.profile-placeholder{width:300px;height:300px}.membership-meta p,.user-info-card p{font-size:24px}.profile-buttons{gap:80px}.profile-buttons button{padding:20px 0;font-size:24px}.profile-splash-title{font-size:40px}.profile-splash-subtitle{font-size:26px}}.cookie-banner{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#1e293b,#0f172a);color:#f9fafb;padding:1.25rem 1.75rem;border-radius:1.25rem;box-shadow:0 8px 25px #00000073;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:92%;max-width:640px;text-align:center;font-family:Inter,sans-serif;font-size:.95rem;z-index:9999;animation:fadeInUp .6s cubic-bezier(.25,1,.5,1)}.cookie-close{position:absolute;top:8px;right:10px;background:transparent;border:none;color:#e5e7eb;font-size:14px;cursor:pointer;line-height:1;transition:transform .2s ease,color .2s ease}.cookie-close:hover{color:#93c5fd;transform:scale(1.2)}.cookie-logo img{width:50px;height:50px;border-radius:50%;object-fit:cover;box-shadow:0 2px 10px #3b82f666;margin-bottom:.5rem}.cookie-banner p{margin-bottom:.5rem;line-height:1.5;color:#e5e7eb}.cookie-banner a{color:#60a5fa;text-decoration:underline;transition:color .2s ease}.cookie-banner a:hover{color:#93c5fd}.cookie-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:.25rem}.cookie-accept{background:#3b82f6;color:#fff;border:none;padding:.65rem 1.75rem;border-radius:999px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .25s ease;box-shadow:0 3px 12px #3b82f673}.cookie-accept:hover{background:#2563eb;transform:scale(1.05)}.cookie-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease-out}.cookie-modal{background:#0f172a;color:#f9fafb;max-width:520px;width:90%;border-radius:1.25rem;padding:1.75rem;box-shadow:0 10px 30px #00000080;overflow-y:auto;max-height:85vh;animation:scaleIn .35s ease-out}.cookie-modal h2{font-size:1.35rem;color:#93c5fd;margin-bottom:.5rem}.cookie-modal p{font-size:.95rem;color:#e5e7eb;margin-bottom:1rem;line-height:1.55}.cookie-category{margin-bottom:1.1rem;padding-bottom:.9rem;border-bottom:1px solid rgba(255,255,255,.08)}.cookie-category h4{margin:0 0 .3rem;font-size:1rem;color:#e2e8f0}.cookie-category span{font-size:.8rem;color:#60a5fa;font-weight:600}.cookie-category label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.cookie-category input{transform:scale(1.2);accent-color:#3b82f6}.cookie-modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.25rem}.btn-primary,.btn-secondary{border:none;border-radius:999px;font-weight:700;cursor:pointer;padding:.7rem 1.75rem;transition:all .25s ease;font-size:.95rem}.btn-primary{background:#3b82f6;color:#fff;box-shadow:0 3px 12px #3b82f673}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.cookie-note{font-size:.85rem;color:#9ca3af;margin-bottom:.75rem;line-height:1.4}.cookie-note em{font-style:normal;color:#a5b4fc}.cookie-modal footer{margin-top:1.25rem;text-align:center}.cookie-modal footer a{color:#60a5fa;text-decoration:underline;transition:color .2s ease}.cookie-modal footer a:hover{color:#93c5fd}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,1rem)}to{opacity:1;transform:translate(-50%)}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media (min-width: 720px){.cookie-banner{flex-direction:column;width:75%;font-size:1rem}.cookie-banner p{font-size:1rem}.cookie-accept{font-size:1rem;padding:.8rem 2.2rem}}.home-topbar{width:100%;position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:12px;height:60px;padding:0 10px;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--glass-border)}.burger{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:none;font-size:1.6rem;border-radius:10px;background:var(--glass);color:#fff;cursor:pointer;line-height:0;padding:0}.burger svg{display:block;width:60%;height:60%}.crumbs{display:block;gap:8px;font-weight:600}.app-name{color:#f59e0b}.sep{opacity:.5}.page{opacity:.9}.backdrop{position:fixed;inset:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .25s ease}.backdrop.show{opacity:1;pointer-events:auto}.drawer{position:fixed;inset:0 auto 0 0;width:60%;background:#141414e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-right:1px solid var(--glass-border);transform:translate(-100%);transition:transform .25s ease;z-index:60;display:flex;flex-direction:column;height:100%}.drawer.open{transform:translate(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--glass-border);font-weight:700}.app-version{color:#f59e0b}.close{width:36px;height:36px;border:none;border-radius:10px;background:var(--glass);color:#fff;cursor:pointer}.drawer-nav{flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:8px}.nav-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px 12px;border:1px solid #998b53;border-radius:12px;background:#ffffff0f;color:#fff;cursor:pointer;text-align:left;margin-bottom:8px}.nav-item.active{background:#00fa0080;border-color:var(--accent, #f59e0b)}.nav-item:last-child{margin-bottom:0}.nav-item:hover{background:#ffffff1f}.nav-icon{font-size:1.1rem;opacity:.9}.drawer-support{border-top:1px solid var(--glass-border);padding:12px 8px;background:#141414d9;position:sticky;bottom:0}.drawer-footer{display:flex;flex-direction:column;padding:12px;gap:10px;border-top:1px solid var(--glass-border);background:#141414e6;position:sticky;bottom:0}.logout{background:#ef4444e6;border:1px solid rgba(239,68,68,1);color:#fff;font-weight:600}.logout:hover{background:#dc2626}.drawer-group{margin:16px 8px 8px}.drawer-group-label{font-size:.9rem;font-weight:700;color:#fff9;margin-bottom:6px;padding-left:4px;text-transform:uppercase;letter-spacing:.5px}@media (min-width: 726px){.drawer-group-label{font-size:1.3rem;margin-bottom:10px}}@media (min-width: 726px){.home-topbar{height:120px}.burger{margin-left:0;width:110px;height:90px;font-size:2.5rem;place-content:center}.crumbs{font-size:2.5rem}.drawer{width:50%}.drawer-header{font-size:2.5rem;align-items:center;justify-content:space-between}.close{width:55px;height:55px;display:contents;align-items:center;justify-content:center}.nav-item{font-size:1.5rem;padding:22px 20px;border-radius:14px;margin-bottom:12px}.drawer-footer{display:flex;flex-direction:column;gap:15px;margin-bottom:2px;margin-top:2px}.logout{font-size:1.25rem;padding:22px 20px;border-radius:14px;text-align:center}}.support-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 60px);padding:20px;background:linear-gradient(135deg,#1e1e1e,#121212);color:#fff}.support-card{max-width:600px;width:100%;padding:32px;background:#ffffff0d;border:1px solid var(--glass-border, rgba(255, 255, 255, .1));border-radius:16px;text-align:center;box-shadow:0 8px 20px #00000080}.support-icon{font-size:3rem;color:#f87171;margin-bottom:16px}.support-title{font-size:2rem;font-weight:700;margin-bottom:12px}.support-text{font-size:1rem;line-height:1.6;opacity:.9;margin-bottom:20px}.support-highlight{font-size:1.1rem;font-weight:600;color:#f59e0b;margin-bottom:24px}.donate-btn{display:inline-flex;align-items:center;gap:10px;background:#f59e0b;border:none;border-radius:12px;padding:14px 28px;font-size:1.2rem;font-weight:600;color:#fff;cursor:pointer;transition:background .25s ease}.donate-btn:hover{background:#d97706}.donate-icon{font-size:1.4rem}.upgrade-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0009;z-index:9999;width:100%}.upgrade-banner{all:unset;position:relative;background:url(/icons/Audiooks_logo.jpg) center/cover no-repeat,#fff;border:2px solid black;border-radius:20px;padding:2rem;width:70%;max-width:600px;box-shadow:0 10px 30px #00000040;display:flex;flex-direction:column;gap:1.2rem;text-align:center;align-items:center;animation:fadeIn .3s ease-out}.upgrade-close{all:unset;position:absolute;top:12px;right:20px;font-size:28px;font-weight:700;color:red;cursor:pointer;transition:color .2s}.upgrade-close:hover{color:#000}.upgrade-title{font-size:2rem;font-weight:600;color:#ff4500;margin-bottom:.5rem;background:transparent;padding:.25rem .5rem;border-radius:8px}.upgrade-text{font-size:1.2rem;font-weight:700;color:#fafad2;white-space:pre-line;line-height:1.5;background:transparent;padding:0;border-radius:10px}.upgrade-actions{display:flex;flex-direction:column;gap:0;align-items:center;width:100%}.btn{all:unset;height:50px;width:100%;padding:.75rem 1rem;border-radius:10px;font-weight:500;cursor:pointer;text-align:center;transition:background .2s ease}.upgradepop-btn-subscribe{background:#2563eb;color:#fff;animation:burst-blink 2.5s infinite;margin-bottom:1rem}@keyframes burst-blink{0%,10%{opacity:1}15%{opacity:.3}25%{opacity:1}30%{opacity:.3}40%{opacity:1}to{opacity:1}}.upgradepop-btn-subscribe:hover{background:#1d4ed8}.upgradepop-btn-home{height:40px;background:#10b981;color:#fff}.upgradepop-btn-home:hover{background:#059669}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 726px){.upgrade-banner{height:40%}.upgrade-title{margin-top:50px}.upgrade-text{font-size:25px;margin-top:10%}.upgrade-actions{margin-top:10%;position:bottom}.upgrade-close{font-size:48px}}.welcome-noti-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .4s ease-out}.welcome-noti-box{background:#e0ffff;color:#111827;width:90%;max-width:420px;border-radius:1rem;padding:2rem 1.5rem;text-align:center;position:relative;box-shadow:0 10px 25px #0000004d;animation:slideUp .5s ease-out}.welcome-noti-logo{width:70px;height:70px;border-radius:50%;margin-bottom:.5rem;object-fit:cover;box-shadow:0 2px 8px #0003}.welcome-noti-box h2{font-size:1.4rem;color:#f59e0b;margin-bottom:.5rem}.welcome-noti-box p{font-size:.95rem;margin:.5rem 0;line-height:1.4}.welcome-noti-note{font-style:italic;color:#3b82f6;margin-top:.75rem}.welcome-noti-sub{color:#3b82f6;font-size:.85rem;margin-top:.5rem}.welcome-noti-btn{background:#3b82f6;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:all .2s ease}.welcome-noti-btn:hover{background:#2563eb;transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px)}to{transform:translateY(0)}}.install-instructions{color:red}:root{--glass: rgba(0, 0, 0, .08);--glass-border: rgba(255, 255, 255, .25)}.home{min-height:100vh;background:#000;color:#fff;padding-bottom:65px}.home-content{width:100%;display:flex;background-color:#111;flex-direction:column;justify-content:flex-start;align-items:center;padding:0;box-sizing:border-box;margin-bottom:0}.home-title{font-size:1.5rem;font-weight:700;margin-top:4px;margin-bottom:2px}.home-subtext{font-size:1rem;margin-top:2px;margin-bottom:5px;color:#f59e0b}@keyframes skeleton-loading{0%{background-color:#66666}50%{background-color:#888}to{background-color:#444}}.skeleton-card{display:flex;flex-direction:column;align-items:center;padding:.5rem;border-radius:12px;background:#fff;box-shadow:0 2px 8px #0000000d}.skeleton-image{width:150px;height:200px;border-radius:12px;animation:skeleton-loading 1.5s infinite ease-in-out}.skeleton-text{margin-top:.6rem;width:100px;height:16px;border-radius:8px;animation:skeleton-loading 1.5s infinite ease-in-out}.no-stories-card{display:flex;justify-content:center;align-items:center;width:150px;height:200px;border-radius:12px;background:#fafafa;color:#888;font-size:.9rem;font-weight:500;text-align:center;padding:1rem;box-shadow:inset 0 0 6px #00000014}.short-story-section,.featured-section,.new-release-section{background:#000;color:#fff;margin-top:2px;padding:0;width:100%}.short-story-header,.home-continue-section-header,.featured-section-header,.new-release-header{display:flex;justify-content:space-between;background-color:#789;align-items:center;height:40px}.short-story-header h2,.home-continue-section-header h2,.featured-section-header h2,.new-release-header h2{font-size:1.3rem;margin:0;padding:5px}.short-story-see-all-btn,.featured-see-all-btn{background:none;border:none;color:#ff4500;font-weight:700;cursor:pointer}.new-releases-see-all-btn{display:none}.short-story-scroll,.home-continue-scroll,.featured-story-scroll,.new-release-scroll{display:flex;gap:12px;overflow-x:auto;padding:1rem;scrollbar-width:thin}.short-story-scroll::-webkit-scrollbar,.home-continue-scroll::-webkit-scrollbar,.featured-story-scroll::-webkit-scrollbar,.new-release-scroll::-webkit-scrollbar{height:6px}.short-story-scroll::-webkit-scrollbar-thumb,.featured-story-scroll::-webkit-scrollbar-thumb,.new-release-scroll::-webkit-scrollbar-thumb{background:#bbb;border-radius:3px}.short-story-card,.featured-story-card,.new-release-card{position:relative;flex:0 0 auto;width:170px;height:150px;border-radius:8px;background:#000;box-shadow:0 2px 6px #00e10080;cursor:pointer;overflow:hidden;transition:transform .2s ease;display:flex;flex-direction:column}.short-story-card:hover,.home-continue-card:hover,.featured-story-card:hover,.new-release-card:hover{transform:translateY(-6px)}.short-story-card img,.featured-story-card img,.new-release-card img{flex:1;width:100%;height:65%;object-fit:cover;border-radius:0;margin:0}.short-story-title,.featured-story-title,.new-release-title{flex-shrink:0;margin:0;font-size:.9rem;line-height:1.2;background-color:#000;color:#fff;font-weight:500;padding:.5rem;text-align:center;height:50px}.home-continue-section{margin-top:20px;padding:0;width:100%;background-color:#000;color:#fff}.home-continue-card{position:relative;width:170px;height:170px;flex:0 0 auto;display:flex;flex-direction:column;background:#000;border-radius:8px;box-shadow:0 2px 6px #00e10080;cursor:pointer;transition:transform .2s ease;overflow:hidden}.home-continue-card img{flex:1;width:100%;height:45%;object-fit:cover;border-radius:0}.home-continue-title{font-size:14px;font-weight:700;margin-top:0;color:#fff;text-align:center;margin-bottom:0;padding-left:.5rem;height:40px;overflow:hidden;text-overflow:next-line;display:block;width:100%}.home-continue-type{font-size:.8rem;color:#888;margin-left:.3rem;margin-top:0;margin-bottom:0}.home-continue-progress-bar{margin-top:0;left:2px;right:2px;width:90%;height:2px;background:#ffffff26;border-radius:4px;overflow:hidden;margin-bottom:5px}.home-continue-progress{height:100%;background:linear-gradient(135deg,#90ee90,brown)}@media (min-width: 768px){.home{margin-bottom:90px}.home-content{width:100%;padding:20px}.home-title{font-size:3rem}.home-subtext{font-size:2.5rem;margin-bottom:5px;margin-top:5px}.short-story-section h2,.home-continue-section-header h2,.featured-section-header h2,.new-release-header h2{margin:0;padding:0;font-size:2rem}.short-story-header,.home-continue-section-header,.featured-section-header,.new-release-header{display:flex;justify-content:space-between;align-items:center;padding:0 .8rem;font-size:2rem;height:60px}.short-story-card,.home-continue-card,.featured-story-card,.new-release-card{width:280px;height:220px;border-radius:12px}.short-story-title,.home-continue-title,.featured-story-title,.new-release-title{font-size:1.1rem;height:55px;font-weight:700}.short-story-card:hover,.home-continue-card:hover,.featured-story-card:hover,.new-release-card:hover{transform:translateY(-8px)}}.favourites-page{background:#000;color:#fff;min-height:100vh;padding:0 0 40px}.favourites-breadcrumb{display:flex;justify-content:flex-start;align-items:center;gap:20px;background:#000;border-radius:8px}.favourites-back-btn{display:flex;justify-content:flex-start;border:none;font-size:1.5rem;background:transparent;margin-bottom:0;color:#fff;cursor:pointer;transition:background .2s ease}.favourites-back-btn:hover{background:#000}.favourites-divider{border:none;color:#789;border-top:2px solid rgba(255,255,255,.2);margin:0 0 15px;width:100%}.fav-empty{text-align:center;font-weight:700;font-size:1.1rem;margin-top:60px}.episode-list-collapsible{overflow:hidden;margin-left:8px;display:flex;flex-direction:column;gap:8px;margin-top:6px;margin-bottom:8px;transform-origin:top;transition:max-height .42s cubic-bezier(.2,.9,.2,1),opacity .28s ease;max-height:0;opacity:0}.episode-list-collapsible.slide-down{animation:slideDownOpen 1s ease forwards;opacity:1;max-height:500px}.episode-list-collapsible.slide-up{animation:slideUpClose .4s ease forwards;opacity:0;max-height:0}@keyframes slideDownOpen{0%{transform:translateY(-10px);opacity:0;max-height:0}70%{opacity:1;transform:translateY(2px);max-height:800px}to{transform:translateY(0);opacity:1;max-height:800px}}@keyframes slideUpClose{0%{transform:translateY(0);opacity:1;max-height:800px}to{transform:translateY(-10px);opacity:0;max-height:0}}.fav-episode-card{position:relative;width:calc(100% - 10px);margin-left:auto;margin-right:auto;border-left:3px solid #4a90e2;padding-left:8px;display:flex;align-items:center;background:#202020;border-radius:10px;cursor:pointer;transition:background .2s}.fav-episode-card:hover{background:#2a2a2a}.fav-episode-image{width:40px;height:40px;border-radius:8px;object-fit:cover;margin-right:10px}.fav-episode-title{font-size:.95rem;color:#ddd}.fav-section{margin-bottom:30px;padding:0 15px}.fav-section-title{font-size:1.4rem;font-weight:700;margin:20px 0 15px;color:#4a90e2;border-left:4px solid #4a90e2;padding-left:10px}.fav-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:0;row-gap:15px;transition:all .3s ease-in-out}.fav-card{position:relative;background:#00000014;border-radius:12px;width:100px;height:110px;overflow:hidden;box-shadow:0 2px 6px #00e10080;cursor:pointer;transition:transform .2s ease,background .2s ease;margin-left:15px}.fav-card:hover{transform:translateY(-6px);background:#000}.fav-image{width:100%;height:70px;object-fit:cover;margin-bottom:0}.fav-story-title{background:#000;padding:0;font-weight:500;text-align:center;font-size:.55rem;margin-top:0}.fav-section-header{display:flex;align-items:center;justify-content:space-between;margin:15px 15px 10px;cursor:pointer;-webkit-user-select:none;user-select:none}.fav-section-header:hover{opacity:.9}.fav-section-title-row{display:flex;align-items:center;gap:8px}.fav-chevron{color:#fff;font-size:.9rem}.fav-count-badge{background:#ff4c29;color:#fff;font-size:.8rem;font-weight:700;padding:4px 10px;border-radius:12px;box-shadow:0 2px 6px #ff4c2980}@media (min-width: 726px){.favourites-breadcrumb{margin-left:20px;height:70px}.favourites-back-btn{place-content:center;font-size:2rem}.fav-grid{grid-template-columns:repeat(4,1fr)}.fav-card{width:150px;height:150px;margin-top:20px}.fav-image{height:100px}.fav-story-title{font-size:.8rem}.fav-section-title{font-size:1.4rem}.fav-count-badge{font-size:.9rem;padding:5px 12px}.fav-episode-card{margin-left:8px;width:150px}}.featured-page{background:#000;color:#fff;min-height:100vh;padding:0 0 40px}.no-featured-msg-container{display:flex;justify-content:center;align-items:center;height:50vh}.no-featured-msg{color:#faebd7;font-size:1rem;text-align:center;font-style:italic}.featured-breadcrumb{display:flex;justify-content:flex-start;align-items:center;gap:20px;background:#000;border-radius:8px;padding:0}.featured-back-btn{display:flex;justify-content:flex-start;border:none;font-size:1.5rem;background:transparent;margin-bottom:0;color:#fff;cursor:pointer;transition:background .2s ease}.featured-back-btn:hover{background:#000}.featured-divider{border:none;color:#789;border-top:2px solid rgba(255,255,255,.2);margin:0 0 15px;width:100%}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:0;row-gap:15px}.featured-card{position:relative;background:#00000014;border-radius:12px;width:100px;height:110px;overflow:hidden;box-shadow:0 2px 6px #00e10080;cursor:pointer;transition:transform .2s ease,background .2s ease;margin-left:15px}.featured-card:hover{transform:translateY(-6px);background:#000}.featured-image{width:100%;height:70px;object-fit:cover;margin-bottom:0}.featured-title{background:#000;padding:0;font-weight:500;text-align:center;font-size:.55rem;margin-top:0}@media (min-width: 726px){.featured-breadcrumb{margin-left:20px;height:70px}.featured-back-btn{place-content:center;font-size:2rem}.featured-grid{grid-template-columns:repeat(4,1fr)}.featured-card{width:150px;height:150px;margin-top:20px}.featured-image{height:100px}.featured-title{font-size:.8rem}}.shortstories-page{background:#000;color:#fff;min-height:100vh;padding:0 0 40px}.no-shortstories-msg-container{display:flex;justify-content:center;align-items:center;height:50vh}.no-shortstories-msg{color:#faebd7;font-size:1rem;text-align:center;font-style:italic}.shortstories-breadcrumb{display:flex;justify-content:flex-start;align-items:center;gap:20px;background:#000;border-radius:8px;padding:0}.shortstories-back-btn{display:flex;justify-content:flex-start;border:none;font-size:1.5rem;background:transparent;color:#fff;cursor:pointer}.shortstories-back-btn:hover{background:#000}.shortstories-divider{border:none;color:#789;border-top:2px solid rgba(255,255,255,.2);margin:0 0 15px;width:100%}.shortstories-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:0;row-gap:15px}.shortstories-card{position:relative;background:#00000014;border-radius:12px;width:100px;height:110px;overflow:hidden;box-shadow:0 2px 6px #00e10080;cursor:pointer;transition:transform .2s ease,background .2s ease;margin-left:15px}.shortstories-card:hover{transform:translateY(-6px);background:#000}.shortstories-image{width:100%;height:70px;object-fit:cover;margin-bottom:0}.shortstories-title{background:#000;padding:0;font-weight:500;text-align:center;font-size:.55rem;margin-top:0}@media (min-width: 726px){.shortstories-breadcrumb{margin-left:20px;height:70px}.shortstories-back-btn{place-content:center;font-size:2rem}.shortstories-grid{grid-template-columns:repeat(4,1fr)}.shortstories-card{width:150px;height:150px;margin-top:20px}.shortstories-image{height:100px}.shortstories-title{font-size:.8rem}}.longstories-page{background:#000;color:#fff;min-height:100vh;padding:0 0 40px}.no-longstories-msg-container{display:flex;justify-content:center;align-items:center;height:50vh}.no-longstories-msg{color:#faebd7;font-size:1rem;text-align:center;font-style:italic}.longstories-breadcrumb{display:flex;justify-content:flex-start;align-items:center;gap:20px;background:#000;border-radius:8px;padding:0}.longstories-back-btn{display:flex;justify-content:flex-start;border:none;font-size:1.5rem;background:transparent;margin-bottom:0;color:#fff;cursor:pointer;transition:background .2s ease}.longstories-back-btn:hover{background:#000}.longstories-divider{border:none;color:#789;border-top:2px solid rgba(255,255,255,.2);margin:0 0 15px;width:100%}.longstories-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:0;row-gap:15px}.longstories-card{position:relative;background:#00000014;border-radius:12px;width:100px;height:110px;overflow:hidden;box-shadow:0 2px 6px #00e10080;cursor:pointer;transition:transform .2s ease,background .2s ease;margin-left:15px}.longstories-card:hover{transform:translateY(-6px);background:#000}.longstories-image{width:100%;height:70px;object-fit:cover;margin-bottom:0}.longstories-title{background:#000;padding:0;font-weight:500;text-align:center;font-size:.55rem;margin-top:0}@media (min-width: 726px){.longstories-breadcrumb{margin-left:20px;height:70px}.longstories-back-btn{place-content:center;font-size:2rem}.longstories-grid{grid-template-columns:repeat(4,1fr)}.longstories-card{width:150px;height:150px;margin-top:20px}.longstories-image{height:100px}.longstories-title{font-size:.8rem}}.audiobooks-page{background:#000;color:#fff;min-height:100vh;padding:0 0 40px}.no-audiobook-msg-container{display:flex;justify-content:center;align-items:center;height:50vh}.no-audiobook-msg{color:#faebd7;font-size:1rem;text-align:center;font-style:italic}.audiobooks-breadcrumb{display:flex;justify-content:flex-start;align-items:center;gap:20px;background:#000;border-radius:8px}.audiobooks-back-btn{display:flex;justify-content:flex-start;border:none;font-size:1.5rem;background:transparent;margin-bottom:0;color:#fff;cursor:pointer;transition:background .2s ease}.audiobooks-back-btn:hover{background:#000}.audiobooks-divider{border:none;color:#789;border-top:2px solid rgba(255,255,255,.2);margin:0 0 15px;width:100%}.audiobooks-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:0;row-gap:15px}.audiobooks-card{position:relative;background:#00000014;border-radius:12px;width:100px;height:110px;overflow:hidden;box-shadow:0 2px 6px #00e10080;cursor:pointer;transition:transform .2s ease,background .2s ease;margin-left:15px}.audiobooks-card:hover{transform:translateY(-6px);background:#000}.audiobooks-image{width:100%;height:70px;object-fit:cover;margin-bottom:0}.audiobooks-title{background:#000;padding:0;font-weight:500;text-align:center;font-size:.55rem;margin-top:0}@media (min-width: 726px){.audiobooks-breadcrumb{margin-left:20px;height:70px}.audiobooks-back-btn{place-content:center;font-size:2rem}.audiobooks-grid{grid-template-columns:repeat(4,1fr)}.audiobooks-card{width:150px;height:150px;margin-top:20px}.audiobooks-image{height:100px}.audiobooks-title{font-size:.8rem}}.help-container{display:flex;flex-direction:column;height:100vh;max-width:100%;margin:0;padding:0;background:linear-gradient(135deg,green,#5555)}.chat-box{flex:1;display:flex;flex-direction:column;gap:10px;background:transparent;overflow-y:auto;padding:10px}.msg{max-width:80%;padding:10px 14px;margin:6px 0;border-radius:12px;line-height:1.4;font-size:14px;word-wrap:break-word;white-space:pre-wrap;animation:fadeIn .3s ease-in}.msg.bot{background:#eef2f7;color:#333;align-self:flex-start;border-top-left-radius:0}.msg.bot.typing{display:flex;gap:4px;padding:8px 12px;background:#f1f1f1;border-radius:15px;width:fit-content;margin:5px 0}.msg.bot.typing span{width:6px;height:6px;background:#555;border-radius:50%;display:inline-block;animation:blink 1.4s infinite both}.msg.bot.typing span:nth-child(2){animation-delay:.2s}.msg.bot.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{transform:scale(.8);opacity:.4}40%{transform:scale(1.2);opacity:1}}.msg.user{background:#007bff;color:#fff;align-self:flex-end;border-top-right-radius:0}.suggested-questions{margin-left:10px;margin-right:10px;background:transparent!important;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px;padding:0}.suggested-btn{flex:1 1 auto;background:transparent;padding:12px 16px;border:none;border-radius:8px;background:#007bdf;color:#e5e5e5;cursor:pointer;transition:.2s;font-size:12px}.suggested-btn:hover{background:#f59e0b}.faq-modal{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:50}.faq-modal-content{background:#1e1e1e;padding:20px;border-radius:12px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 8px 20px #00000080}.faq-modal-content h2{margin:0 0 15px;color:#f5f5f5;font-size:20px;text-align:center}.close-btn{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:20px;color:#bbb;cursor:pointer}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{text-align:left;padding:12px 16px;border-radius:8px;background:#2a2a2a;color:#e5e5e5;border:none;cursor:pointer;transition:background .2s}.faq-item:hover{background:#3d3d3d}.see-all-btn{margin-top:8px;padding:10px 14px;background:#444;color:#eee;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.see-all-btn:hover{background:#666}.chat-input{display:flex;gap:8px;padding:12px 15px;bottom:0;position:sticky;left:0;width:100%;background:transparent;box-shadow:0 -2px 5px #0000001a;z-index:10;border-top-left-radius:12px;border-top-right-radius:12px}.chat-input input{flex:1;padding:10px;background:#181818;border-radius:8px;border:1px solid black;font-size:14px}.chat-input button{padding:10px 16px;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:.2s}.chat-input button:hover{background:#f59e0b}.aboutus-container{font-family:Arial,sans-serif;padding:0 0 20px;max-width:900px;background:linear-gradient(#789,#000);margin:0 auto}.aboutus-section,.aboutus-contact-section,.aboutus-feedback-section,.aboutus-faq-section,.aboutus-support-section{margin:8px 15px 40px;padding:20px;background:#e5e5e5;color:#000;border-radius:12px;box-shadow:0 2px 6px #00000014}.aboutus-section h1{font-size:2rem;margin-bottom:10px;color:#222}.aboutus-section p{font-size:1.1rem;line-height:1.6}.aboutus-contact-section h2,.aboutus-feedback-section h2,.aboutus-faq-section h2,.aboutus-support-section h2{font-size:1.5rem;margin-bottom:10px}.aboutus-email-btn,.aboutus-faq-btn,.aboutus-support-btn{display:inline-block;margin-top:10px;padding:10px 18px;background:#4a6cf7;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.aboutus-email-btn:hover,.aboutus-faq-btn:hover,.aboutus-support-btn:hover{background:#354ac0}.aboutus-rating{margin:10px 0;font-size:2rem;cursor:pointer}.aboutus-star{color:#ccc;transition:color .3s}.aboutus-star.filled{color:#f5a623}.aboutus-feedback-form{display:flex;flex-direction:column}.aboutus-feedback-form textarea{resize:none;height:100px;padding:10px;margin:10px 0;color:#333;border:1px solid darkgrey;border-radius:8px;font-size:1rem}.aboutus-feedback-form button{align-self:flex-start;padding:10px 18px;border:none;border-radius:8px;background:#4caf50;color:#fff;cursor:pointer;transition:background .3s}.aboutus-feedback-form button:hover{background:#3b8a3e}.aboutus-saved-feedback{margin-top:20px;padding:15px;background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000001a}.aboutus-saved-feedback h3{margin-bottom:10px;font-size:1.3rem;color:#222}.aboutus-saved-rating{font-size:1.6rem;margin-bottom:10px}.aboutus-saved-feedback .aboutus-star{cursor:default}.aboutus-saved-text{font-size:1rem;line-height:1.5;color:#444;background:#f8f8f8;padding:10px;border-radius:8px;white-space:pre-wrap}.aboutus-terms-section,.aboutus-share-section{margin:8px 15px 40px;padding:20px;background:#e5e5e5;color:#000;border-radius:12px;box-shadow:0 2px 6px #00000014}.aboutus-terms-section h2,.aboutus-share-section h2{font-size:1.5rem;margin-bottom:10px}.aboutus-terms-btn,.aboutus-share-btn{display:inline-block;margin-top:10px;padding:10px 18px;background:#4a6cf7;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.aboutus-terms-btn:hover,.aboutus-share-btn:hover{background:#354ac0}.aboutus-support-section p{margin-bottom:10px}.story-details{padding:0;background:linear-gradient(135deg,#000,#666);max-width:auto;margin:auto auto 65px;font-family:Poppins,sans-serif}.story-details-breadcrumb{left:0;display:flex;width:100%;justify-content:flex-start;align-items:center;gap:20px;padding:0;margin-bottom:1rem;background:#000;border-radius:8px}.story-details-back-btn{display:flex;justify-content:flex-start;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#f5f5f5;margin-left:0}.story-title{margin-right:10px;font-size:1.6rem;font-weight:700;color:#fff}.story-image-container{width:100%;background:transparent;text-align:center;margin-top:1rem;margin-bottom:1rem}.story-image-container img{max-width:90%;max-height:280px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #0000004d}.image-skeleton{width:90%;height:200px;margin:0 auto;border-radius:12px;background:linear-gradient(90deg,#333 25%,#444,#333 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.story-play-container{display:flex;justify-content:center;margin:1.2rem 0}.story-details-play-btn{all:unset;padding:.8rem 2rem;border:2px solid var(--accent-color);background:transparent;color:var(--accent-color);font-size:1.2rem;font-weight:600;border-radius:10px;cursor:pointer;transition:.3s}.story-details-play-btn:hover{background:var(--accent-color);color:#fff}.story-info-box{border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:1rem;margin-right:8px;margin-left:8px;background:#0000004d}.story-info-box p{font-size:1rem;display:flex;justify-content:space-between;align-items:flex-start;margin:.6rem 0;gap:20px}.label{color:#fff;font-weight:500;flex:1;text-align:left}.value{color:#d2a679;flex:2;text-align:left;word-break:break-word}.related-stories-section{margin-top:2rem;margin-left:8px;margin-right:8px}.related-title{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:#fff}.related-header{display:flex;justify-content:space-between;align-items:center;margin:8px 0}.see-all-btn{background:none;border:none;color:#ff4500;font-weight:600;cursor:pointer;font-size:.9rem}.see-all-btn:hover{text-decoration:underline}.related-stories-carousel{display:flex;gap:15px;overflow-x:auto;padding-bottom:10px;scrollbar-width:thin}.related-stories-carousel::-webkit-scrollbar{height:6px}.related-stories-carousel::-webkit-scrollbar-thumb{background:#666;border-radius:3px}.related-story-card{position:relative;width:150px;height:150px;overflow:hidden;cursor:pointer;flex-shrink:0;background:#000c;border-radius:10px;padding:0;text-align:center;transition:transform .2s}.related-story-card:hover{transform:scale(1.05)}.related-story-card img{width:100%;height:65%;object-fit:cover;border-radius:0}.related-story-title{font-size:.9rem;margin-top:1px;color:#ddd;font-weight:500}@media (min-width: 726px){.story-title{font-size:1.6rem}.story-image-container img{margin-top:15px;height:200px;width:320px}.story-play-container{margin-top:20px;margin-bottom:20px}.story-details-breadcrumb{gap:60px}.story-details-back-btn{font-size:2.5rem}.story-info-box{margin-left:20px;margin-right:20px}.label,.value{font-size:1.3rem}.related-title{font-size:2rem}.related-story-card{height:200px;width:200px}.related-story-title{font-size:1.1rem}}.player-screen{width:100%;min-height:100vh;background:var(--bg-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:center;align-items:center;padding:16px;color:var(--text-color)}.player-container.glassy{position:relative;width:100%;max-width:400px;margin:auto;display:flex;flex-direction:column;gap:10px;text-align:center;box-sizing:border-box;background:linear-gradient(180deg,var(--accent-color, #22c55e) 0%,var(--secondary-color, #000080) 100%);border:1px solid rgba(255,255,255,.04);border-radius:16px;padding:18px;z-index:1}.player-container.glassy:before{content:"";position:absolute;inset:-15px;border-radius:inherit;background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));filter:blur(20px) opacity(.45);z-index:-1;pointer-events:none}.fav-overlay{position:fixed;top:20%;left:50%;transform:translate(-50%);background:#000000d9;color:#fff;padding:10px 20px;border-radius:12px;font-weight:500;z-index:9999;pointer-events:none;opacity:.95;transition:opacity .3s ease}.player-screen.no-story{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;padding:2rem;text-align:center;background:#000000b3;color:#fff;font-family:Inter,sans-serif}.player-screen.no-story p{font-size:1.2rem;margin:1rem 0}.player-screen.no-story .back-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(90deg,#6a11cb,#2575fc);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease}.player-screen.no-story .back-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.player-screen.no-story .back-btn:active{transform:translateY(0);box-shadow:0 2px 6px #0003}.top-bar{display:flex;justify-content:space-between;align-items:center}.theme-selector{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--text-color);padding:4px 6px;border-radius:6px;font-size:14px;cursor:pointer}.top-btn{background:transparent;border:none;font-size:26px;color:var(--text-color);cursor:pointer;padding:6px;border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.top-btn svg,.top-btn img{width:26px;height:26px}.artwork-wrap img{display:block;width:100%;max-width:260px;height:30%;margin:0 auto;border-radius:12px;box-shadow:0 8px 20px #0009;z-index:1}.title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:4px}.story-title{color:#fff;font-size:20px;font-weight:700;text-align:left;flex:1;white-space:normal;overflow:visible;text-overflow:unset;line-height:1.15}.fav-btn{all:unset;border:none;font-size:22px;cursor:pointer;margin-top:12px;transition:transform .2s;display:inline-grid;place-items:center;width:24px;height:24px;border-radius:9999px;background:transparent;color:var(--text-color);margin-left:4px}.fav-btn.is-fav{color:#ff2e5a;transform:scale(1.05)}.caption-box{background:transparent;border-radius:12px;padding:10px;font-style:italic;font-size:13px;height:5rem;scroll-behavior:smooth;overflow-y:auto;color:var(--caption-color);border:1px solid rgba(255,255,255,.02);position:relative;z-index:1}.active-word{color:var(--caption-color);font-weight:700}.preview-banner{position:absolute;top:0;left:0;right:0;background:#ff4d4de6;color:#fff;font-weight:700;text-align:center;padding:6px 12px;z-index:2;border-radius:6px 6px 0 0;display:flex;flex-direction:column;gap:8px;align-items:center}.player-subscribe-btn{background:#fff;color:#ff4d4d;font-weight:600;font-size:14px;border:none;border-radius:20px;padding:6px 14px;cursor:pointer;transition:all .2s ease}.player-subscribe-btn:hover{background:#f66;color:#fff}.caption-content{position:relative;z-index:1;padding-top:36px}.caption-content.blurred{filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}.progress-wrap{display:flex;flex-direction:column;gap:6px;position:relative;z-index:2;padding:0 2px}.progress-bar{all:unset;-webkit-appearance:none;appearance:none;width:100%;height:3px;border-radius:9999px;background:#ffffff1f;position:relative;z-index:2;cursor:pointer;overflow:visible}.progress-bar:after{content:"";position:absolute;top:50%;left:0;width:var(--progress, 0%);height:100%;background:var(--progress-gradient);border-radius:inherit;transform:translateY(-50%);filter:blur(6px) brightness(1.15);pointer-events:none;z-index:1}.progress-bar::-webkit-slider-runnable-track{background:transparent}.progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:linear-gradient(var(--accent-color),white);border:none;box-shadow:0 2px 6px #00000073;cursor:pointer;position:relative;z-index:3}.progress-bar::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--accent-color);border:none;box-shadow:0 2px 6px #00000073;cursor:pointer;z-index:3}.time-display{display:flex;justify-content:space-between;font-size:13px;opacity:.85;color:#d6d6d6}.controls-wrap{display:flex;place-items:center;justify-content:center;gap:32px;margin-top:0}.icon-btn{all:unset;width:40px;height:40px;display:grid;place-items:center;border-radius:9999px;background:transparent;cursor:pointer;font-size:18px;color:var(--text-color);z-index:2}.play-btn{border:0;all:unset;width:64px;height:64px;border-radius:9999px;background:linear-gradient(var(--accent-color),var(--secondary-color));color:var(--text-color);display:grid;place-items:center;font-size:26px;font-weight:700;cursor:pointer;box-shadow:0 -4px 35px var(--accent-color),0 0 25px var(--secondary-color),0 4px 35px var(--secondary-color);transition:transform .2s ease,box-shadow .2s ease;z-index:2}.play-btn:hover{border:0;transform:scale(1.08);box-shadow:0 -4px 35px var(--accent-color),0 0 30px var(--accent-color),0 4px 45px var(--secondary-color)}.volume-wrap{width:100%;display:flex;align-items:center;gap:6px;margin:0}.volume-horizontal{all:unset;-webkit-appearance:none;appearance:none;width:50%;height:2px;border-radius:9999px;background:#ffffff0f;position:relative;overflow:visible}.volume-horizontal::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:linear-gradient(var(--accent-color),white);border:0}.volume-horizontal::-moz-range-thumb{width:10px;height:10px;border-radius:50%;background:#ffd166}@media (min-width: 726px){.player-container.glassy{max-width:900px;height:85vh;padding:36px;gap:32px;border-radius:50px}.top-btn svg,.top-btn img{width:55px;height:55px}.artwork-wrap img{max-width:600px;border-radius:24px}.story-title{font-size:38px;margin-left:20px;line-height:1.25}.fav-btn{width:66px;height:66px;font-size:38px}.caption-box{font-size:22px;height:12rem;padding:20px}.preview-banner{gap:18px;font-size:26px;border-radius:10px;padding:30px 16px}.player-subscribe-btn{padding:10px 20px;font-size:22px}.time-display{font-size:30px}.icon-btn svg,.icon-btn{width:56px;height:56px}.controls-wrap{all:unset;margin-top:10px;bottom:10px;display:flex;place-items:center;justify-content:center;gap:16%}.play-btn{width:100px;height:100px;font-size:42px;border-radius:9999px;display:grid;place-items:center;border:0}.play-btn svg{width:70px;height:70px}.volume-wrap{width:100%;gap:25px;display:flex;place-items:center;margin-bottom:20px}.progress-bar,.volume-horizontal{height:7px}.progress-bar::-webkit-slider-thumb,.volume-horizontal::-webkit-slider-thumb{width:24px;height:24px;border-radius:50%;background:linear-gradient(var(--accent-color),white);border:0}.progress-bar::-moz-range-thumb,.volume-horizontal::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:linear-gradient(var(--accent-color),white);border:0}}.audiobook-details{padding:0;background:linear-gradient(135deg,#000,#444);font-family:Poppins,sans-serif;margin-bottom:65px}.audiobook-breadcrumb{display:flex;justify-content:flex-start;align-items:center;width:100%;background:#000;gap:20px;padding:0;border-radius:8px}.audiobook-back-btn{background:transparent;border:none;color:#fff;font-size:1.6rem;cursor:pointer}.audiobook-title{margin-right:10px;color:#fff;font-weight:600;font-size:1.4rem}.audiobook-image-section{text-align:center;margin:1.2rem 0}.audiobook-cover{max-width:90%;height:auto;max-height:260px;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 10px #0000004d}.audiobook-info-box{border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:1rem;margin:0 8px 1.5rem;background:#0000004d}.audiobook-info-box p{display:flex;justify-content:space-between;margin:.5rem 0}.label{color:#fff;font-weight:500}.value{color:#d2a679}.subcollection-switcher{display:flex;gap:10px;padding:10px 0;overflow-x:auto;align-items:center}.sub-switch-btn{padding:6px 12px;border-radius:16px;border:1px solid rgba(0,0,0,.12);background:#000;color:#fff;font-weight:600;cursor:pointer;transition:opacity .15s ease,transform .08s ease;white-space:nowrap}.sub-switch-btn:hover{opacity:.9;transform:translateY(-1px)}.sub-switch-btn.active{background:#0b5cff;color:#fff;border-color:#0b5cff}.audiobook-episodes-section{border-top:1px solid rgba(255,255,255,.1);margin:0 8px;padding-top:1rem}.episodes-title{color:#fff;font-size:1.4rem;margin-bottom:1rem}.episodes-list{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto;padding-right:10px}.episode-card{position:relative;display:flex;align-items:flex-start;gap:15px;background:#0009;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:.8rem;cursor:pointer;transition:transform .2s ease}.episode-card:hover{transform:scale(1.02)}.episode-thumb{width:80px;height:80px;object-fit:cover;border-radius:8px}.episode-info h3{color:#fff;font-size:1rem;margin-bottom:.3rem}.episode-info p{color:#ccc;font-size:.9rem;margin:0}.no-episodes{text-align:center;color:#ccc;padding:1rem 0}.more-audiobooks-section{margin-top:30px;padding:0 16px}.more-audiobooks-title{font-size:1.5rem;margin-bottom:12px;font-weight:700}.more-audiobooks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:14px}.more-audiobook-card{position:relative;cursor:pointer}.more-audiobook-image{width:100%;height:160px;object-fit:cover;border-radius:10px}.more-audiobook-title{text-align:center;font-size:.9rem;margin-top:6px}.no-more-audiobooks{text-align:center;color:#777}@media (min-width: 726px){.audiobook-title{font-size:1.8rem}.audiobook-cover{max-width:320px;height:220px}.episode-thumb{width:100px;height:100px}}:root{--bg-color: black;--text-color: #fff;--accent-color: #22c55e;--secondary-color: #000080;--caption-color: #22c55e;--progress-gradient: linear-gradient(90deg, yellow, white)}[data-theme=Night]{--bg-color: #0d1117;--text-color: #e6edf3;--accent-color: #23383F;--secondary-color: #2F3133;--caption-color: #e6edf3;--progress-gradient: linear-gradient(90deg, #ff4d6d, #1f6feb)}[data-theme=Sunset]{--bg-color: #000;--text-color: #ffd9b3;--accent-color: #fd5e53;--secondary-color: #FAD6A5;--caption-color: #ffe6cc;--progress-gradient: linear-gradient(90deg, white, skyblue)}[data-theme=Ocean]{--bg-color: #000;--text-color: #e0f7fa;--accent-color: #00bcd4;--secondary-color: #004d80;--caption-color: #b2ebf2;--progress-gradient: linear-gradient(90deg, green, blue)}[data-theme=Forest]{--bg-color: #000;--text-color: #d9f2d9;--accent-color: #2ecc71;--secondary-color: #145214;--caption-color: #a8e6a3;--progress-gradient: linear-gradient(90deg, red, violet)}[data-theme=Pastel]{--bg-color: #000;--text-color: #333;--accent-color: #f48fb1;--secondary-color: #81d4fa;--caption-color: #36013f;--progress-gradient: linear-gradient(90deg, brown, purple)}.theme-dropdown{position:relative;display:flex;align-items:center}.theme-selector-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 12px;border-radius:8px;border:none;cursor:pointer;font-weight:600;font-size:14px;background:transparent;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--text-color);min-width:120px}.dropdown-arrow{transition:transform .25s ease}.dropdown-arrow.open{transform:rotate(180deg)}.theme-options{position:absolute;top:100%;left:0;width:100%;background:linear-gradient(to bottom,var(--accent-color),var(--secondary-color));border-radius:8px;box-shadow:0 4px 10px #00000040;overflow:hidden;list-style:none;padding:6px 0;margin-top:6px;z-index:10;opacity:0;transform:scaleY(.7);transform-origin:top center;pointer-events:none;transition:all .3s ease}.theme-options.open{animation:growDown .25s ease forwards;pointer-events:auto}.theme-options.closing{animation:shrinkUp .25s ease forwards;pointer-events:none}.theme-option{padding:8px 12px;cursor:pointer;text-align:center;color:var(--text-color)}.theme-option:hover,.theme-option.active{background:#ffffff26}@keyframes growDown{0%{opacity:0;transform:scaleY(.7)}to{opacity:1;transform:scaleY(1)}}@keyframes shrinkUp{0%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(.7)}}.speed-dropdown{position:relative;margin-left:auto;display:flex;align-items:center;justify-content:flex-end}.speed-selector-btn{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 25px;border-radius:9999px;border:none;cursor:pointer;font-weight:600;font-size:13px;background:transparent;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--text-color)}.dropdown-arrow{display:none}.speed-options{position:absolute;bottom:100%;right:0;min-width:70px;background:#0006;border-radius:10px;box-shadow:0 4px 10px #00000040;overflow:hidden;list-style:none;padding:6px 0;margin-bottom:6px;z-index:20;opacity:0;transform:scaleY(.7);transform-origin:bottom center;pointer-events:none;transition:all .25s ease}.speed-options.open{animation:growUp .25s ease forwards;pointer-events:auto}.speed-options.closing{animation:shrinkDown .25s ease forwards;pointer-events:none}.speed-option{padding:6px 10px;cursor:pointer;text-align:center;color:var(--text-color);font-size:13px}@keyframes growUp{0%{opacity:0;transform:scaleY(.7)}to{opacity:1;transform:scaleY(1)}}@keyframes shrinkDown{0%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(.7)}}.speed-option:hover,.speed-option.active{background:#ffffff26}@media (min-width: 726px){.theme-selector-btn{padding:14px 22px;font-size:26px;border-radius:12px;min-width:220px}.dropdown-arrow{width:32px;height:32px}.theme-options{font-size:22px;padding:16px 0;border-radius:12px}.theme-option{padding:14px 18px}.speed-selector-btn{font-size:26px;padding:10px 35px;min-width:60px}.dropdown-arrow{display:none}.speed-options{min-width:100px;font-size:26px;border-radius:12px;padding:10px 0}.speed-option{font-size:26px;padding:10px 14px}}.mini-player{position:fixed;bottom:0;left:0;right:0;z-index:50;height:55px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 12px;color:var(--text-color);background:linear-gradient(90deg,var(--accent-color),var(--secondary-color));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100%;max-width:var(--root-width, auto);margin-bottom:4px;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -2px 10px #0000004d}.mini-left{display:flex;align-items:center;gap:8px;cursor:pointer;flex:1;min-width:0}.mini-artwork{width:42px;height:42px;object-fit:cover;border-radius:8px;border:1px solid rgba(255,255,255,.25)}.mini-title{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-controls{display:flex;align-items:center;gap:18px}.mini-btn{all:unset;cursor:pointer;color:var(--text-color);display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent}.mini-btn-play-btn{cursor:pointer;align-items:center;justify-content:center;display:flex;border-radius:50%;line-height:0;background:linear-gradient(var(--accent-color),var(--secondary-color));font-size:18px;box-shadow:0 0 10px var(--accent-color)}.mini-btn-close-btn{display:flex;align-items:center;margin-right:0;justify-content:center;font-size:10px;background:transparent;color:#f55;cursor:pointer}.mini-btn-close-btn svg{font-size:28px}.mini-progress{position:absolute;bottom:0;left:0;height:3px;width:100%;background:#ffffff26}.mini-progress-fill{height:100%;background:var(--progress-gradient);border-radius:inherit;transition:width .2s linear}@media (min-width: 726px){.mini-player{height:95px;padding:10px 20px;gap:40px}.mini-artwork{width:74px;height:74px}.mini-title{font-size:24px}.mini-controls{gap:32px}.mini-btn{width:42px;height:42px;font-size:26px}.mini-btn-play-btn{all:unset;cursor:pointer;display:flex;align-items:center;color:#000;justify-content:center;border-radius:50%;background:linear-gradient(var(--accent-color),var(--secondary-color));line-height:0;box-shadow:0 0 10px var(--accent-color);width:68px;height:68px;font-size:34px}.mini-btn-close-btn{all:unset;width:58px;height:58px;font-size:48px;display:flex;align-items:center;justify-content:center;background:transparent;color:#f55;cursor:pointer}.mini-progress{position:absolute;bottom:0;left:0;height:6px;width:100%;background:#ffffff26}.mini-progress-fill{height:100%;background:var(--progress-gradient);border-radius:inherit;transition:width .2s linear}}.public-homepage{position:relative;min-height:100vh;background:url(/icons/Audiooks_blue.png) no-repeat center center;background-size:100% 120%;color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;overflow-y:auto;padding:2rem;transition:opacity .6s ease-in-out,transform .6s ease-in-out;opacity:1}.public-homepage.fade-out{opacity:0;transform:scale(.97);pointer-events:none}.public-overlay{position:relative;background:#000000b3;padding:2rem;border-radius:1rem;box-shadow:0 0 20px #0006;max-width:500px;width:100%;animation:fadeIn .8s ease-out;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.public-logo{align-self:center;width:100px;height:100px;border-radius:50%;margin-top:1rem;margin-bottom:3rem;box-shadow:0 0 10px #3b82f6;flex-shrink:0}.public-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.public-desc{font-size:.95rem;color:#ddd;margin-bottom:1rem;line-height:1.5}.public-login-btn{background:#3b82f6;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:999px;font-weight:600;margin-bottom:1.5rem;cursor:pointer;transition:all .3s ease}.public-login-btn:hover{background:#2563eb;transform:scale(1.05)}.public-preview-scroll{display:flex;overflow-x:hidden;cursor:grab;-webkit-user-select:none;user-select:none;padding:12px;border-radius:10px;margin:1.5rem 0;background:#ffffff0d;box-shadow:inset 0 0 8px #0000004d;width:100%;touch-action:pan-y;-webkit-overflow-scrolling:auto}.public-preview-scroll.is-dragging,.public-preview-scroll:active{cursor:grabbing}.scroll-track{display:flex;gap:12px;align-items:center;height:100%;touch-action:pan-x}.scroll-track img{flex:0 0 auto;width:120px;height:120px;border-radius:10px;background:#ffffff0d;display:flex;justify-content:center;align-items:center;overflow:hidden;object-fit:contain;max-width:100%;max-height:100%;box-shadow:0 0 10px #3b82f666;transition:transform .18s ease,box-shadow .18s ease;-webkit-user-drag:none;user-drag:none}.scroll-track img:hover{transform:scale(1.08)}.image-viewer-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:9999;cursor:zoom-out;animation:fadeInViewer .3s ease}@keyframes fadeInViewer{0%{opacity:0}to{opacity:1}}.image-viewer-content{position:relative;max-width:90vw;max-height:85vh;overflow:hidden;border-radius:12px;touch-action:none}.image-viewer-content img{width:100%;height:auto;object-fit:contain;transition:transform .15s ease-out;transform-origin:center center;border-radius:10px;box-shadow:0 0 20px #ffffff4d}.public-subtext{font-size:.9rem;color:#d1d5db}.public-terms{display:block;color:#93c5fd;margin:1rem 0;text-decoration:underline;font-size:.85rem}.public-about-btn,.public-share-btn{width:100%;background:#2563eb;color:#fff;padding:.6rem 0;border:none;border-radius:999px;font-weight:500;cursor:pointer;margin-bottom:.75rem;transition:background .3s ease,transform .2s ease}.public-about-btn:hover,.public-share-btn:hover{background:#1d4ed8;transform:scale(1.05)}.public-thankyou{font-size:.9rem;color:#f5f5f5;margin-top:.75rem}.public-footer{margin-top:1rem;font-size:.75rem;color:#9ca3af}@media (min-width: 726px){.scroll-track img{width:140px;height:140px}}.install-banner{position:fixed;top:15px;left:50%;transform:translate(-50%);background:#141414f2;border:1px solid rgba(255,255,255,.15);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-radius:12px;z-index:9999;box-shadow:0 4px 20px #0000004d;width:90%;max-width:420px;animation:slideDown .4s ease forwards}.install-content{display:flex;align-items:center;gap:10px}.install-logo{width:48px;height:48px;border-radius:12px}.install-btn{background:linear-gradient(135deg,#ff512f,#2563eb);border:none;padding:8px 14px;border-radius:8px;color:#fff;font-weight:600;cursor:pointer}.install-btn:hover{background:linear-gradient(135deg,#16a34a,#ffda03)}@keyframes slideDown{0%{transform:translate(-50%,-20px);opacity:0}to{transform:translate(-50%);opacity:1}}.install-actions{display:flex;align-items:center;gap:8px}.dismiss-btn{background:transparent;border:none;color:#fff;font-size:20px;line-height:1;cursor:pointer}.dismiss-btn:hover{color:#ff512f}
