@import "https://fonts.googleapis.com/css2?family=Epilogue:wght@400;600;700;800;900&family=Inter:wght@300;400;500;600;700&family=Frank+Ruhl+Libre:wght@400;700&display=swap";@import "https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css";@import "https://fonts.googleapis.com/icon?family=Material+Icons+Round";:root{--primary:#7f5533;--primary-container:#d9a57d;--on-primary:#fff;--surface:#fcf9f8;--surface-bright:#fcf9f8;--surface-dim:#dcd9d9;--surface-variant:#e5e2e1;--surface-container-lowest:#fff;--surface-container-low:#f6f3f2;--surface-container:#f0eded;--surface-container-high:#eae7e7;--surface-container-highest:#e5e2e1;--on-surface:#1b1c1c;--on-surface-variant:#50443c;--outline:#83746b;--outline-variant:#d5c3b8;--editorial-shadow:0 20px 40px #7f55330f;--editorial-shadow-hover:0 25px 50px #7f55331f;--font-headline:"Epilogue", sans-serif;--font-body:"Inter", sans-serif;--font-hebrew:"Frank Ruhl Libre", serif;--radius:20px;--txt-3:var(--outline)}[data-theme=dark],.dark-mode{--bg:#0f1014;--surface:#18191e;--border:#ffffff14;--txt:#f5f5f5;--txt-2:#b0b0b0;--txt-3:#666;--accent:#3b82f6;--accent-soft:#3b82f61a}*{box-sizing:border-box;margin:0;padding:0}.material-symbols-rounded{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;font-feature-settings:"liga";-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 20;direction:ltr;font-family:Material Symbols Rounded;font-style:normal;font-weight:400;line-height:1;display:inline-block}.ri-spin{animation:1s linear infinite spin}html,body{font-family:var(--font-body);background-color:var(--surface);color:var(--on-surface);-webkit-font-smoothing:antialiased;height:auto;min-height:100%;margin:0;padding:0;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-headline);color:var(--on-surface);letter-spacing:-.02em;font-weight:900}.app-shell-simple{flex-direction:column;width:100%;height:100dvh;display:flex}.simple-header{border-bottom:1px solid var(--border);background:var(--bg);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex}.header-left{align-items:center;gap:.75rem;display:flex}.header-logo{height:28px}.header-brand{color:var(--accent);font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}@media (width<=900px){:root{--editorial-shadow:0 10px 25px #7f55330d}h1{font-size:2.2rem!important;line-height:1.1!important}h2{font-size:1.8rem!important;line-height:1.2!important}h3{font-size:1.3rem!important}.hide-mobile{display:none!important}.mobile-full{width:100%!important;max-width:100%!important}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#7f55331a;border-radius:10px}.jemtv-desktop-list{display:block}.jemtv-mobile-list{display:none}@media (width<=700px){.jemtv-desktop-list{display:none!important}.jemtv-mobile-list{display:block!important}}.jemtv-tab-content{animation:.22s cubic-bezier(.16,1,.3,1) both tabFadeIn}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.jem-searchbar-icons{flex-shrink:0;align-items:center;gap:2px;display:flex}.jem-searchbar-icon{width:34px;height:34px;color:var(--ash-text-3);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.jem-searchbar-icon:hover{background:var(--ash-border);color:var(--ash-text)}.jem-searchbar-slot{pointer-events:none;display:none;position:relative}@media (width>=701px){.jem-searchbar-slot{display:none!important}}@media (width<=700px){.jem-searchbar-slot{display:flex}.jem-searchbar-icon{width:30px;height:30px}}.jemai-sources-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=760px){.jemai-sources-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.jemai-sources-grid{grid-template-columns:1fr}}.jemtv-media-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=1100px){.jemtv-media-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=750px){.jemtv-media-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.jemtv-media-grid{grid-template-columns:1fr}}.jemtv-dates-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=1100px){.jemtv-dates-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.jemtv-dates-grid{grid-template-columns:1fr}}.jemtv-doc-story{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=1100px){.jemtv-doc-story{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.jemtv-doc-story{display:none!important}}.jemtv-doc-photo{display:none}@media (width<=700px){.jemtv-doc-photo{grid-template-columns:repeat(2,1fr);gap:12px;display:grid!important}}.header-right{align-items:center;gap:1rem;display:flex}.user-profile{align-items:center;gap:.75rem;display:flex}.user-profile img{border:1px solid var(--border);border-radius:50%;width:32px;height:32px}.logout-simple-btn{color:var(--txt-2);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;font-size:.85rem}.logout-simple-btn:hover{color:var(--txt);background:var(--border)}.simple-main{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.ci-root{flex-direction:column;flex:1;width:100%;max-width:800px;min-height:0;margin:0 auto;display:flex;position:relative}.ci-suggestions{flex-wrap:wrap;justify-content:center;gap:10px;max-width:600px;margin:0 auto;display:flex}.suggestion-chip{background:var(--surface-container-lowest);color:var(--on-surface-variant);cursor:pointer;border:1px solid #7f553314;border-radius:100px;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #7f55330a}.suggestion-chip:hover{background:var(--primary);color:var(--on-primary);border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 24px #7f553326}.agent-switcher-bottom{border-top:1px solid var(--border);flex-shrink:0;align-items:center;gap:6px;padding:.75rem 1rem;display:flex}.agent-switcher-inner{white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;flex:1;gap:8px;display:flex;overflow-x:auto}.agent-switcher-inner::-webkit-scrollbar{display:none}.agent-scroll-btn{border:1px solid var(--outline-variant);background:var(--surface-container-low);width:30px;height:30px;color:var(--on-surface-variant);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.agent-scroll-btn:hover{background:var(--surface-container);color:var(--on-surface)}@media (width<=600px){.agent-scroll-btn{display:none}}.agent-btn{background:var(--surface-container-low);color:var(--on-surface-variant);cursor:pointer;text-transform:uppercase;letter-spacing:.08em;border:1px solid #7f55330d;border-radius:100px;flex-shrink:0;align-items:center;gap:8px;padding:10px 20px;font-size:.8rem;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.agent-btn:hover{background:var(--surface-container);color:var(--on-surface)}.agent-btn.active{background:var(--primary);color:var(--on-primary);border-color:var(--primary);box-shadow:0 8px 16px #7f553333}.ci-landing{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;animation:.8s ease-out fadeIn;display:flex}.landing-hero{margin-bottom:2.5rem}.landing-hero h1{color:var(--on-surface);font-size:3.5rem;font-family:var(--font-headline);letter-spacing:-.04em;margin-bottom:1.5rem;font-weight:900;line-height:1}.landing-hero p{color:var(--on-surface-variant);opacity:.8;max-width:600px;margin:0 auto;font-size:1.25rem}.ci-input-area{background:0 0;border-top:1px solid #0000;flex-shrink:0;padding:1.5rem}.ci-input-container{background:var(--surface-container-lowest);border:1px solid var(--outline-variant);box-shadow:var(--editorial-shadow);border-radius:24px;align-items:flex-end;gap:.75rem;padding:.75rem .75rem .75rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.ci-input-container:focus-within{border-color:var(--primary);box-shadow:var(--editorial-shadow-hover);transform:translateY(-2px)}.ci-input-box{color:var(--on-surface);resize:none;background:0 0;border:none;outline:none;flex:1;max-height:200px;padding:.85rem 0;font-family:inherit;font-size:1.1rem}.ci-send-btn{background:var(--primary);width:48px;height:48px;color:var(--on-primary);cursor:pointer;border:none;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.ci-send-btn:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 8px 20px #7f553340}.ci-send-btn:disabled{background:var(--txt-3);cursor:not-allowed;transform:none}.ci-messages{flex-direction:column;flex:1;gap:2.5rem;min-height:0;padding:2rem 1.5rem;display:flex;overflow-y:auto}.msg-row{flex-direction:column;gap:.75rem;animation:.4s ease-out slideUp;display:flex}.msg-row.user{align-items:flex-end}.msg-row.assistant{align-items:flex-start}.content-bubble{border-radius:var(--radius);max-width:85%;padding:.75rem 1.25rem;position:relative}.user .content-bubble{background:var(--primary);color:var(--on-primary);border-bottom-right-radius:8px;box-shadow:0 4px 12px #7f553326}.assistant .content-bubble{background:var(--surface-container-low);color:var(--on-surface);border:1px solid #7f55330d;box-shadow:0 2px 8px #00000005}.bubble-text{font-size:1.05rem;line-height:1.7}.bubble-text p{margin-bottom:1rem}.bubble-text h2{margin:1.5rem 0 .75rem;font-size:1.4rem}.results-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;width:100%;display:grid}.result-card{background:var(--surface-container-lowest);box-shadow:var(--editorial-shadow);border:1px solid #7f553314;border-radius:20px;flex-direction:column;text-decoration:none;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.result-card:hover{box-shadow:var(--editorial-shadow-hover);border-color:var(--primary);transform:translateY(-8px)}.result-thumb{aspect-ratio:16/9;background:var(--surface-container-low);width:100%;position:relative;overflow:hidden}.result-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.result-card:hover .result-thumb img{transform:scale(1.08)}.result-info{flex-direction:column;flex:1;padding:24px;display:flex}.result-title{font-family:var(--font-headline);color:var(--on-surface);letter-spacing:-.01em;margin-bottom:8px;font-size:1.1rem;font-weight:900;line-height:1.4}.result-meta{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;opacity:.6;font-size:.75rem;font-weight:800}.browse-interface{gap:32px;height:100%;padding:32px;display:flex}.browse-sidebar{flex-shrink:0;width:280px;padding-right:16px;overflow-y:auto}.facet-title{text-transform:uppercase;letter-spacing:.15em;color:var(--primary);opacity:.5;margin-bottom:16px;font-size:.75rem;font-weight:800}.browse-main{flex-direction:column;flex:1;min-width:0;display:flex}.video-embed-layout{color:inherit;gap:1rem;padding:1rem;text-decoration:none;display:flex}.video-embed-preview{aspect-ratio:16/9;background:#eee;border-radius:8px;flex-shrink:0;width:140px;position:relative;overflow:hidden}.video-embed-preview img{object-fit:cover;width:100%;height:100%}.video-embed-body{flex-direction:column;flex:1;justify-content:center;display:flex}.v-label{color:var(--accent);text-transform:uppercase;margin-bottom:.25rem;font-size:.65rem;font-weight:800}.v-title{color:var(--txt);font-size:.95rem;font-weight:700;line-height:1.3}.video-embed-card-v2{background:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;max-width:440px;margin:1.5rem 0;transition:transform .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000a}.video-embed-card-v2:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.ve-thumb-v2{aspect-ratio:16/9;background:#000;width:100%;position:relative}.ve-thumb-v2 img{object-fit:cover;width:100%;height:100%}.ve-play-overlay{background:#0003;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.ve-play-overlay:hover{background:#0006}.ve-play-overlay svg{filter:drop-shadow(0 4px 8px #0000004d)}.ve-content-v2{padding:1.25rem}.ve-badge-v2{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.ve-title-v2{color:var(--txt);margin-bottom:.5rem;font-size:1.1rem;font-weight:700;line-height:1.3}.ve-meta-v2{color:var(--txt-3);margin-bottom:1.25rem;font-size:.8rem}.ve-watch-btn-v2{background:var(--accent);color:#fff;border-radius:100px;align-items:center;gap:6px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.ve-watch-btn-v2:hover{opacity:.9}.typing{gap:4px;padding:.5rem 0;display:flex}.typing span{background:var(--txt-3);border-radius:50%;width:6px;height:6px;animation:1s infinite alternate bounce}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}.ci-messages::-webkit-scrollbar{width:6px}.ci-messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}@keyframes bounce{0%{opacity:.3;transform:translateY(0)}to{opacity:1;transform:translateY(-6px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.doc-content{color:var(--on-surface);font-size:16px;line-height:1.8;font-family:var(--font-body)}.doc-content p{margin:0 0 1.2em}.doc-content h1,.doc-content h2,.doc-content h3{font-family:var(--font-headline);color:var(--on-surface);margin:1.6em 0 .6em;font-weight:900;line-height:1.2}.doc-content h1{font-size:1.6em}.doc-content h2{font-size:1.3em}.doc-content h3{font-size:1.1em}.doc-content blockquote{border-left:3px solid var(--primary);color:var(--on-surface-variant);margin:1.4em 0;padding:.5em 0 .5em 1.2em;font-style:italic}.doc-content a{color:var(--primary);font-weight:600}.doc-content ul,.doc-content ol{margin:0 0 1.2em;padding-left:1.4em}.doc-content li{margin-bottom:.4em}.doc-content strong{color:var(--on-surface);font-weight:800}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-screen{background:#fdfdfd;justify-content:center;align-items:center;height:100dvh;padding:1.5rem;display:flex}.login-card{text-align:center;background:#fff;border:1px solid #00000005;border-radius:24px;width:100%;max-width:400px;padding:3rem;box-shadow:0 10px 40px #0000000d}.login-logo{height:64px;margin-bottom:1.5rem}.login-card h1{margin-bottom:1rem;font-size:2rem}.login-card p{color:var(--txt-2);margin-bottom:2.5rem}.login-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-weight:600;transition:all .2s;display:flex}.login-btn:hover{background:#f9f9f9;border-color:#ccc}.simple-loading{justify-content:center;align-items:center;height:100dvh;display:flex}.ui-spinner{border:3px solid var(--accent-soft);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}.app-shell-v2{flex-direction:column;width:100%;height:100dvh;display:flex}.header-v2{background:var(--bg);border-bottom:1px solid var(--border);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;height:64px;padding:0 1.5rem;display:flex}.header-brand{cursor:pointer;align-items:center;gap:.75rem;display:flex}.header-brand img{height:28px}.header-brand span{color:var(--accent);font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.header-search{flex-direction:column;flex:1;align-items:center;max-width:600px;display:flex;position:relative}.header-search form{background:var(--surface);border:1px solid var(--border);border-radius:100px;align-items:center;gap:.5rem;width:100%;padding:.4rem .5rem .4rem 1rem;transition:all .2s;display:flex}.header-search form:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.header-input{color:var(--txt);background:0 0;border:none;outline:none;flex:1;font-size:.95rem}.mode-toggle{background:var(--surface);border:1px solid var(--border);border-radius:100px;gap:4px;margin-top:.5rem;padding:4px;display:flex;position:absolute;top:100%}.mode-toggle button{color:var(--txt-2);cursor:pointer;background:0 0;border:none;border-radius:100px;padding:4px 12px;font-size:.8rem;font-weight:600;transition:all .2s}.mode-toggle button:hover{color:var(--txt)}.mode-toggle button.active{background:var(--accent);color:#fff;box-shadow:0 2px 8px #0000001a}.main-content-v2{background:var(--bg);flex:1;display:flex;position:relative;overflow:hidden}.landing-hero-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;animation:.4s ease-out fadeIn;display:flex}.landing-hero-center h1{letter-spacing:-.02em;margin-bottom:.5rem;font-size:3rem}.landing-hero-center p{color:var(--txt-2);max-width:500px;margin-bottom:2.5rem;font-size:1.1rem}.hero-search-area{width:100%;max-width:650px;margin-bottom:2.5rem}.hero-search-form{background:var(--surface);border:1px solid var(--border);border-radius:100px;align-items:center;gap:.75rem;padding:.5rem .5rem .5rem 1.5rem;transition:all .2s;display:flex;box-shadow:0 8px 30px #0000000a}.hero-search-form:focus-within{border-color:var(--accent);box-shadow:0 8px 30px #002d7214}.hero-input{color:var(--txt);background:0 0;border:none;outline:none;flex:1;font-size:1.1rem}.hero-actions{gap:.5rem;display:flex}.hero-btn{cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.hero-btn.primary{background:var(--accent);color:#fff}.hero-btn.primary:hover{box-shadow:0 4px 12px var(--accent-soft);transform:translateY(-2px)}.hero-btn.secondary{background:var(--surface);color:var(--txt);border:1px solid var(--border)}.hero-btn.secondary:hover{background:var(--border)}.hero-quick-paths{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:700px;display:flex}.hero-quick-paths button{border:1px solid var(--border);color:var(--txt-2);cursor:pointer;background:0 0;border-radius:100px;padding:.5rem 1.25rem;font-size:.9rem;transition:all .2s}.hero-quick-paths button:hover{background:var(--accent-soft);color:var(--accent);border-color:var(--accent)}.browse-interface{flex:1;width:100%;max-width:1400px;height:100%;margin:0 auto;display:flex}.browse-sidebar{border-right:1px solid var(--border);background:var(--surface);flex-shrink:0;width:280px;padding:2rem 1.5rem;overflow-y:auto}.facet-group{margin-bottom:2rem}.facet-title{text-transform:uppercase;letter-spacing:.05em;color:var(--txt-3);margin-bottom:1rem;font-size:.85rem;font-weight:700}.browse-main{background:var(--bg);flex:1;padding:2rem 2.5rem;overflow-y:auto}.browse-header-row{color:var(--txt-2);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.95rem;display:flex}.browse-loading,.browse-empty{text-align:center;height:50vh;color:var(--txt-2);flex-direction:column;justify-content:center;align-items:center;display:flex}.browse-empty h3{color:var(--txt);margin-bottom:.5rem}.browse-pagination{justify-content:center;margin-top:3rem;display:flex}.ais-RefinementList-item{margin-bottom:.5rem}.ais-RefinementList-label{cursor:pointer;color:var(--txt);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.ais-RefinementList-checkbox{border:1px solid var(--border);cursor:pointer;border-radius:4px;width:16px;height:16px}.ais-RefinementList-count{background:var(--border);color:var(--txt-2);border-radius:100px;margin-left:auto;padding:2px 6px;font-size:.75rem}@media (width<=600px){.landing-hero h1{font-size:2rem}.content-bubble{max-width:95%}.video-embed-layout{flex-direction:column}.video-embed-preview{width:100%}.video-embed-card-v2{max-width:100%}}.jemai-page,.jemai-page *{box-sizing:border-box}.jemai-page{background:var(--surface);min-height:100vh;color:var(--on-surface);font-family:var(--font-body);flex-direction:column;display:flex}.jemai-topbar{background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid var(--outline-variant);justify-content:space-between;align-items:center;padding:12px 20px;display:flex;position:sticky;top:0}.jemai-topbar-left,.jemai-topbar-right{color:#666;font-size:20px}.jemai-topbar-title{font-size:16px;font-weight:600}.jemai-shell{flex-direction:column;flex:1;align-items:center;display:flex;overflow:hidden}.jemai-chat{flex-direction:column;flex:1;width:100%;max-width:100%;padding:24px;display:flex;overflow-y:auto}.jemai-user-row{justify-content:flex-end;margin-bottom:16px;display:flex}.jemai-user-bubble{background:var(--surface-container-low);color:var(--on-surface);border:1px solid var(--outline-variant);border-radius:18px 18px 4px;max-width:85%;padding:12px 18px;font-size:15px;line-height:1.5}.jemai-answer{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.jemai-answer-head{align-items:flex-start;gap:12px;display:flex}.jemai-answer-text{color:var(--on-surface);flex:1;min-width:0;margin:0;font-size:15px;line-height:1.6}.jemai-answer-text p{margin-top:0;margin-bottom:12px}.jemai-answer-text ul,.jemai-answer-text ol{margin-bottom:12px;padding-left:20px}.jemai-answer-text li{margin-bottom:6px}.jemai-top-cards{scrollbar-width:none;gap:10px;margin:0 -20px;padding:0 20px;display:flex;overflow-x:auto}.jemai-top-cards::-webkit-scrollbar{display:none}.jemai-mini-card{cursor:pointer;background:0 0;border:none;border-radius:12px;flex:0 0 160px;height:100px;padding:0;transition:transform .2s;display:block;overflow:hidden;box-shadow:0 2px 8px #0000000f}.jemai-mini-card:hover{transform:translateY(-2px)}.jemai-mini-card img{object-fit:cover;width:100%;height:100%;display:block}.jemai-insight-block{background:0 0}.jemai-action-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.jemai-action-chip{background:var(--surface-container-low);border:1px solid var(--outline-variant);color:var(--on-surface-variant);cursor:pointer;border-radius:100px;padding:6px 12px;font-size:11px;font-weight:600}.jemai-sources-panel{background:var(--surface-container-lowest);border:1px solid var(--outline-variant);box-shadow:var(--editorial-shadow);border-radius:20px;margin-bottom:24px;padding:20px}.jemai-sources-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.jemai-sources-header h3{margin:0;font-size:16px;font-weight:600}.jemai-collapse-btn{color:#666;cursor:pointer;background:0 0;border:none;font-size:16px}.jemai-filter-row{gap:8px;margin-bottom:20px;display:flex}.jemai-filter-chip{background:var(--surface-container-low);border:1px solid var(--outline-variant);color:var(--on-surface-variant);cursor:pointer;border-radius:100px;padding:6px 14px;font-size:13px;font-weight:500}.jemai-filter-chip.active{background:var(--primary);color:var(--on-primary)}.jemai-source-list{flex-direction:column;gap:16px;display:flex}.jemai-source-row{background:var(--surface-container-lowest);border:1px solid var(--outline-variant);box-shadow:var(--editorial-shadow);color:inherit;border-radius:24px;gap:20px;margin-bottom:20px;padding:20px;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.jemai-source-row:hover{border-color:var(--primary);box-shadow:var(--editorial-shadow-hover);transform:translateY(-4px)scale(1.01)}.jemai-source-thumb-wrap{aspect-ratio:16/9;background:var(--surface-container-low);border-radius:12px;flex-shrink:0;width:160px;overflow:hidden}.jemai-source-card{background:var(--surface-container-lowest);color:inherit;border:1px solid #7f55331a;border-radius:28px;width:100%;max-width:480px;margin-bottom:24px;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 10px 30px #7f55330d;flex-direction:column!important;display:flex!important}.jemai-source-card:hover{box-shadow:var(--editorial-shadow-hover);border-color:var(--primary);transform:translateY(-6px)}.jsc-thumb{aspect-ratio:16/9;background:var(--surface-container-low);width:100%;position:relative;overflow:hidden}.jsc-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.jemai-source-card:hover .jsc-thumb img{transform:scale(1.05)}.jsc-body{flex-direction:column;gap:12px;padding:24px;display:flex}.jsc-eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:.12em;opacity:.6;align-items:center;gap:8px;font-size:10px;font-weight:800;display:flex}.jsc-title{font-family:var(--font-headline);color:var(--on-surface);margin:0;font-size:18px;font-weight:900;line-height:1.4}.jsc-desc{color:var(--on-surface-variant);opacity:.85;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.jsc-details{border-top:1px solid #7f553314;flex-direction:column;gap:8px;margin-top:8px;padding-top:16px;display:flex}.jsc-detail-item{gap:12px;font-size:13px;line-height:1.4;display:flex}.jsc-detail-label{color:var(--primary);opacity:.6;text-transform:uppercase;min-width:100px;padding-top:2px;font-size:10px;font-weight:800}.jsc-detail-value{color:var(--on-surface);flex:1;font-weight:600}.jsc-footer{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:6px;margin-top:8px;font-size:11px;font-weight:900;display:flex}.jsc-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;background:#fcf9f8f2;border:1px solid #7f55331a;border-radius:12px;padding:6px 12px;font-size:10px;font-weight:800;position:absolute;top:16px;right:16px;box-shadow:0 4px 12px #0000001a}.jemai-source-footer{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;opacity:.8;align-items:center;gap:6px;margin-top:12px;font-size:11px;font-weight:800;display:flex}.jemai-source-thumb-wrap{border-radius:10px;flex-shrink:0;width:110px;position:relative;overflow:hidden}.jemai-source-thumb{object-fit:cover;width:100%;height:74px;display:block}.jemai-time-badge{color:#fff;background:#000000b3;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600;position:absolute;bottom:6px;right:6px}.jemai-source-content{flex:1;min-width:0}.jemai-source-eyebrow{color:#aaa;align-items:center;gap:6px;margin-bottom:4px;font-size:10px;font-weight:600;display:flex}.jemai-source-index{color:var(--on-surface-variant)}.jemai-source-title{font-family:var(--font-headline);color:var(--on-surface);margin-bottom:8px;font-size:18px;font-weight:900;line-height:1.3}.jemai-source-description{color:var(--on-surface-variant);opacity:.8;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:12px;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.jemai-plus-btn{color:#555;cursor:pointer;background:#f9f9f9;border:1px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;display:flex}.jemai-bottom-area{background:var(--surface);border-top:1px solid #7f55330d;margin-top:auto;padding:12px 0 8px;position:sticky;bottom:0}.jemai-ai-dot{background:linear-gradient(135deg, var(--primary), #d9a57d);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:6px;box-shadow:0 0 10px #7f553333}.jemai-ai-dot.pulsate{background:linear-gradient(135deg,#7f5533,#d9a57d,#7f5533) 0 0/200% 200%;animation:2s ease-in-out infinite shimmer}@keyframes shimmer{0%{background-position:0%;transform:scale(1);box-shadow:0 0 5px #7f55334d}50%{background-position:100%;transform:scale(1.2);box-shadow:0 0 15px #7f553380}to{background-position:0%;transform:scale(1);box-shadow:0 0 5px #7f55334d}}.jemai-thinking-ui{align-items:center;gap:12px;padding:8px 4px;display:flex}.jemai-thinking-text{color:var(--on-surface-variant);opacity:.9;letter-spacing:.02em;font-size:14px;font-style:italic;font-weight:500;line-height:1.6}.pulsate{animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.jemai-thinking-dots{min-width:20px;display:inline-block}.jemai-link-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-top:20px;display:grid}.jemai-premium-card{background:var(--surface-container-lowest);border:1px solid var(--outline-variant);color:inherit;box-shadow:var(--editorial-shadow);border-radius:24px;flex-direction:column;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.jemai-premium-card:hover{border-color:var(--primary);box-shadow:var(--editorial-shadow-hover);transform:translateY(-8px)}.jpc-thumb{aspect-ratio:16/9;background:var(--surface-container-low);width:100%;position:relative;overflow:hidden}.jpc-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.jemai-premium-card:hover .jpc-thumb img{transform:scale(1.1)}.jpc-thumb-placeholder{width:100%;height:100%;color:var(--primary);opacity:.3;justify-content:center;align-items:center;display:flex}.jpc-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;background:#fcf9f8e6;border:1px solid #7f55331a;border-radius:8px;padding:4px 10px;font-size:10px;font-weight:800;position:absolute;top:12px;right:12px}.jpc-info{flex-direction:column;flex:1;padding:20px;display:flex}.jpc-title{font-family:var(--font-headline);color:var(--on-surface);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:15px;font-weight:800;line-height:1.4;display:-webkit-box;overflow:hidden}.jpc-desc{color:var(--on-surface-variant);opacity:.7;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.markdown-image-wrap{box-shadow:var(--editorial-shadow);background:var(--surface-container-low);border:1px solid #7f553314;border-radius:20px;max-width:100%;margin:24px 0;overflow:hidden}.markdown-image-wrap img{display:block;width:100%!important;height:auto!important}.jemai-markdown-wrap h1,.jemai-markdown-wrap h2,.jemai-markdown-wrap h3{font-family:var(--font-headline);color:var(--on-surface);letter-spacing:-.01em;margin:32px 0 16px;font-weight:900}.jemai-markdown-wrap h3{font-size:1.3rem}.jemai-markdown-wrap p{color:var(--on-surface-variant);margin-bottom:16px;font-size:1.05rem;line-height:1.7}.jemai-markdown-wrap ul,.jemai-markdown-wrap ol{margin-bottom:20px;padding-left:20px}.jemai-markdown-wrap li{margin-bottom:10px;line-height:1.6}.jemai-markdown-wrap strong{color:var(--on-surface);font-weight:700}.jemai-rich-link:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.jrl-thumb{background:var(--surface-container-low);width:120px;height:80px;color:var(--on-surface-variant);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.jrl-thumb img{object-fit:cover;width:100%;height:100%}.jrl-info{flex:1;min-width:0}.jrl-title{color:var(--on-surface);margin-bottom:4px;font-size:15px;font-weight:600}.jrl-desc{color:var(--on-surface-variant);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.jemai-markdown-wrap{color:var(--on-surface);font-size:15px;line-height:1.6}.jemai-markdown-wrap p{margin-bottom:12px}.jemai-input-wrap{align-items:center;display:flex;position:relative}.jemai-input{background:var(--surface-container-lowest);border:1px solid var(--outline-variant);width:100%;color:var(--on-surface);border-radius:100px;outline:none;padding:14px 44px 14px 20px;font-size:15px;box-shadow:inset 0 1px 3px #00000005}.jemai-input:focus{border-color:var(--primary)}.jemai-send-btn{background:var(--primary);width:32px;height:32px;color:var(--on-primary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex;position:absolute;right:6px}.jemai-send-btn:hover{background:var(--on-surface-variant)}.jemai-feedback{text-align:center;color:var(--on-surface-variant);opacity:.5;margin-top:12px;font-size:12px}@media (width<=600px){.jemai-page{overflow:x-hidden}.jemai-chat{height:100%;padding:12px 16px}.jemai-bottom-area{border-top:1px solid var(--outline-variant);margin:0 -16px;padding:12px 16px}.jemai-top-cards{margin:12px -16px;padding:0 16px}.jemai-rich-link{flex-direction:column;align-items:stretch!important}.jrl-thumb{width:100%!important;height:160px!important}.jemai-user-bubble{max-width:90%;padding:12px 16px;font-size:14px}}.grad-blue{background:linear-gradient(135deg,#2563eb 0%,#1e3a8a 100%)}.grad-gold{background:linear-gradient(135deg,#eab308 0%,#713f12 100%)}.grad-purple{background:linear-gradient(135deg,#9333ea 0%,#581c87 100%)}.glow-blue-hover:hover{box-shadow:0 0 30px #4a9ee826}.glow-gold-hover:hover{box-shadow:0 0 30px #e8c54726}.wiki-hero{border-bottom:1px solid #ffffff14;align-items:flex-end;height:60vh;min-height:500px;padding:80px 5%;display:flex;position:relative;overflow:hidden}.wiki-hero-bg{filter:brightness(.4)saturate(.8);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.05)}.wiki-hero-overlay{background:linear-gradient(#0000 0%,#03030c 100%);position:absolute;inset:0}.wiki-hero-content{z-index:10;max-width:900px;position:relative}.wiki-lead{color:#f0ead6b3;max-width:700px;margin-top:24px;font-size:1.4rem;line-height:1.6}.wiki-article-section{grid-template-columns:1fr 340px;gap:80px;max-width:1400px;margin:0 auto;padding:100px 5%;display:grid}.wiki-chapter{align-items:flex-start;gap:60px;margin-bottom:120px;display:flex}.wiki-chapter-media{aspect-ratio:16/9;border:1px solid #ffffff1a;border-radius:20px;flex:1;position:relative;overflow:hidden;box-shadow:0 30px 60px #0009}.wiki-chapter-content{flex:1;padding-top:20px}.wiki-chapter-num{text-transform:uppercase;letter-spacing:.2em;color:#7bbcf0;margin-bottom:16px;font-size:12px;font-weight:900;display:block}.wiki-chapter-title{color:#f0ead6;letter-spacing:-.01em;margin-bottom:24px;font-size:32px;font-weight:800}.wiki-chapter-body{color:#f0ead699;font-size:18px;line-height:1.8}.wiki-sidebar-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:24px;padding:32px;position:sticky;top:40px}.historical-meta-title{text-transform:uppercase;letter-spacing:.15em;color:#f0ead64d;border-bottom:1px solid #ffffff0d;margin-bottom:24px;padding-bottom:12px;font-size:11px;font-weight:900}.historical-meta-item{margin-bottom:20px}.historical-meta-label{color:#f0ead666;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:700}.historical-meta-value{color:#f0ead6;font-size:14px;font-weight:600}.concept-tag{background:var(--surface-container-low);border:1px solid var(--outline-variant);color:var(--primary);cursor:pointer;font-size:13px;font-weight:700;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;border-radius:100px;margin:0 4px 8px 0;padding:8px 16px;transition:all .2s;display:inline-block}.concept-tag:hover{background:var(--primary);color:var(--on-primary);transform:translateY(-2px);box-shadow:0 4px 12px #7f553326}@media (width<=768px){.ci-suggestions{flex-direction:column;width:100%}.suggestion-chip{text-align:center;width:100%}}.viz-root{scroll-behavior:smooth}.wiki-article-section{flex-direction:column;display:flex}@media (width<=768px){:root{--padding-container:20px}.jemai-page,.app-shell-v2{height:auto;min-height:100dvh;overflow-y:auto}.browse-interface{flex-direction:column;padding:20px}.browse-sidebar{width:100%;margin-bottom:32px;padding-right:0}.results-grid{grid-template-columns:1fr;gap:16px}h1{font-size:2.5rem!important}h2{font-size:1.75rem!important}.ci-messages{padding:1rem}.content-bubble{max-width:95%}.ci-input-area{padding:12px}.landing-hero h1{font-size:2.75rem}}.wiki-chapter{scroll-snap-align:start;align-items:center;min-height:100vh;padding:40px 0;display:flex}.viz-root{scroll-snap-type:y mandatory}.wiki-hero,.wiki-sidebar-card,.wiki-chapter{scroll-snap-align:start}.wiki-hero{justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative}.wiki-hero h1{color:var(--on-surface)!important;font-size:clamp(40px,12vw,92px)!important;font-family:var(--font-headline)!important}.wiki-article-section{flex-direction:column;display:flex;padding:80px 5%!important}.wiki-main{width:100%;max-width:800px;margin:0 auto}.wiki-chapter{flex-direction:row;gap:6.25rem;height:auto;min-height:auto;display:flex;scroll-snap-align:none!important;margin-bottom:120px!important}.wiki-chapter.alt{flex-direction:row-reverse}.wiki-chapter-content{flex:1}.wiki-chapter-media{aspect-ratio:16/9;box-shadow:var(--editorial-shadow);border-radius:20px;flex:0 0 45%;position:relative;overflow:hidden}@media (width<=768px){.wiki-hero{padding-top:100px}.wiki-article-section{padding:40px 20px!important}.wiki-chapter{flex-direction:column!important;gap:2rem!important;margin-bottom:60px!important}.wiki-chapter-media{flex:none!important;width:100%!important}.wiki-chapter-title{margin-bottom:16px!important;font-size:28px!important}}.wiki-hero-content{z-index:10;text-align:center;max-width:800px;padding:40px}.wiki-lead{color:var(--on-surface-variant);font-family:Inter,sans-serif;font-size:20px}.wiki-article-section{max-width:800px;color:var(--on-surface);margin:0 auto;padding:40px 20px;font-family:Georgia,serif;font-size:21px;line-height:1.8}.wiki-chapter{flex-direction:column;justify-content:center;min-height:100vh;margin-bottom:80px;display:flex;position:relative}.wiki-chapter-media{aspect-ratio:16/9;border-radius:4px;width:100%;margin-bottom:40px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.wiki-chapter-content{max-width:650px;margin:0 auto}.wiki-chapter-title{margin-bottom:24px;font-family:Times New Roman,serif;font-size:42px;font-weight:400;line-height:1.1}.wiki-pullquote{color:var(--on-surface);border-left:4px solid var(--primary);margin:40px 0;padding-left:30px;font-size:28px;font-style:italic;line-height:1.4}@keyframes progressAnim{0%{transform:translate(-100%)}to{transform:translate(0)}}.jem-header{background:var(--ash-bg);z-index:60;box-sizing:border-box;flex-shrink:0;align-items:center;gap:16px;width:100%;height:62px;padding:5px 64px;display:flex;position:relative}.jem-header-search{flex:1;justify-content:center;display:flex}.jem-search-bar{background:var(--ash-surface-2);border:1px solid var(--ash-border);border-radius:20px;align-items:center;gap:11px;width:580px;max-width:100%;height:44px;padding:11px 15px;transition:border-color .2s;display:flex}.widget-results-container{-webkit-backdrop-filter:blur(40px);z-index:40;pointer-events:auto;background:#000000fa;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;width:calc(100% - 48px);max-width:1400px;max-height:calc(100dvh - 62px);margin:0 auto;display:flex;position:fixed;top:62px;left:0;right:0;overflow-y:auto;box-shadow:0 16px 48px #0009}.widget-results-content{flex:1;width:100%;padding:32px 24px 64px}@media (width<=600px){.jem-header{gap:0;padding:5px 12px}.jem-search-bar{width:100%}.widget-results-container{border-left:none;border-right:none;border-radius:0;width:100%;max-height:calc(100dvh - 62px);margin:0;top:62px;left:0;right:0}.widget-results-content{padding:20px 16px 48px}}@media (width>=769px){.widget-filter-bar{justify-content:center}}@media (width<=768px){.desktop-filter-btn{display:none!important}}@media (width>=769px){.mobile-filter-btn{display:none!important}}@media (width<=600px){.jemtv-deep-modes{-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity;flex-wrap:nowrap!important;margin:0 -16px!important;padding:0 16px 4px!important;overflow:auto hidden!important}.jemtv-deep-modes::-webkit-scrollbar{display:none}.jemtv-deep-modes>button{scroll-snap-align:start;min-width:168px;flex:none!important}.jemtv-deep-refine{-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-rows:repeat(2,auto)!important;grid-auto-columns:max-content!important;grid-auto-flow:column!important;margin:0 -16px!important;padding:0 16px 4px!important;display:grid!important;overflow:auto hidden!important}.jemtv-deep-refine::-webkit-scrollbar{display:none}.jemtv-topics-row{-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-rows:repeat(2,auto)!important;grid-auto-columns:max-content!important;grid-auto-flow:column!important;margin:0 -16px!important;padding:6px 16px 4px!important;display:grid!important;overflow:auto hidden!important}.jemtv-topics-row::-webkit-scrollbar{display:none}.jemtv-topics-row>button{white-space:nowrap;flex:none!important}}@keyframes libPop{0%{opacity:0;transform:scale(.6)}70%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes libSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes libFadeIn{0%{opacity:0}to{opacity:1}}.lib-root{max-width:1400px;min-height:100%;margin:0 auto;padding:28px clamp(16px,4vw,32px) 120px}.lib-header{align-items:center;gap:12px;margin-bottom:28px;display:flex}.lib-page-title{letter-spacing:-.03em;color:var(--ash-text);flex:1;margin:0;font-size:clamp(22px,3vw,30px);font-weight:800}.lib-back-btn{cursor:pointer;color:var(--ash-text-2);background:0 0;border:none;border-radius:50%;align-items:center;padding:4px;transition:color .15s;display:flex}.lib-back-btn:hover{color:var(--ash-text)}.lib-new-btn{border:1px solid var(--ash-border);background:var(--ash-surface-2);color:var(--ash-text);cursor:pointer;font-size:13px;font-weight:700;font-family:var(--font-body);white-space:nowrap;border-radius:100px;align-items:center;gap:6px;padding:8px 16px;transition:background .15s;display:inline-flex}.lib-new-btn:hover{background:var(--ash-surface-3)}.lib-new-btn .material-symbols-rounded{font-size:18px}.lib-saved-row{border:1px solid var(--ash-border);background:var(--ash-surface);cursor:pointer;border-radius:12px;align-items:center;gap:14px;margin-bottom:28px;padding:14px 16px;transition:background .15s;display:flex}.lib-saved-row:hover{background:var(--ash-surface-2)}.lib-saved-icon{background:var(--ash-accent-soft);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.lib-saved-icon .material-symbols-rounded{color:var(--ash-accent);fontVariationSettings:"'FILL' 1";font-size:24px}.lib-saved-body{flex:1;min-width:0}.lib-saved-title{color:var(--ash-text);font-size:16px;font-weight:700}.lib-saved-meta{color:var(--ash-text-3);margin-top:2px;font-size:13px}.lib-saved-chevron{color:var(--ash-text-3);font-size:20px}.lib-pl-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}@media (width<=540px){.lib-pl-grid{grid-template-columns:repeat(2,1fr)}}.lib-pl-card{cursor:pointer;border:1px solid var(--ash-border);background:var(--ash-surface);border-radius:10px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.lib-pl-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001f}.lib-pl-mosaic{aspect-ratio:1;background:var(--ash-surface-2);display:flex;overflow:hidden}.lib-pl-mosaic-empty{aspect-ratio:1;background:var(--ash-surface-2);justify-content:center;align-items:center;display:flex}.lib-pl-mosaic-empty .material-symbols-rounded{color:var(--ash-text-3);font-size:36px}.lib-pl-mosaic-1{object-fit:cover;width:100%;height:100%;display:block}.lib-pl-mosaic.lib-pl-mosaic-halves{gap:2px}.lib-pl-mosaic.lib-pl-mosaic-halves>img{object-fit:cover;width:50%;height:100%;display:block}.lib-pl-mosaic.lib-pl-mosaic-halves>div{flex-direction:column;gap:2px;width:50%;display:flex}.lib-pl-mosaic.lib-pl-mosaic-halves>div img{object-fit:cover;flex:1;width:100%;display:block}.lib-pl-mosaic.lib-pl-mosaic-grid{grid-template-columns:1fr 1fr;gap:2px;display:grid}.lib-pl-mosaic.lib-pl-mosaic-grid img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.lib-pl-count-badge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000a6;border-radius:100px;padding:2px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;right:8px}.lib-pl-card-body{padding:12px 14px 14px}.lib-pl-card-name{color:var(--ash-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.lib-pl-card-meta{color:var(--ash-text-3);margin-top:3px;font-size:12px}.lib-pl-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.lib-pl-name{letter-spacing:-.03em;color:var(--ash-text);cursor:pointer;flex:1;align-items:center;gap:8px;margin:0;font-size:clamp(20px,2.5vw,26px);font-weight:800;display:flex}.lib-pl-edit-icon{color:var(--ash-text-3);opacity:0;font-size:18px;transition:opacity .15s}.lib-pl-name:hover .lib-pl-edit-icon{opacity:1}.lib-pl-name-input{background:var(--ash-surface-2);border:1px solid var(--ash-accent);color:var(--ash-text);font-size:20px;font-weight:800;font-family:var(--font-body);border-radius:8px;outline:none;flex:1;padding:6px 12px}.lib-pl-delete-btn{cursor:pointer;color:var(--ash-text-3);background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;transition:color .15s;display:flex}.lib-pl-delete-btn:hover{color:#ef4444}.lib-pl-actions{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.lib-pl-play-btn{background:var(--ash-accent);color:#fff;cursor:pointer;font-size:13px;font-weight:700;font-family:var(--font-body);border:none;border-radius:100px;align-items:center;gap:6px;padding:8px 18px;transition:opacity .15s;display:inline-flex}.lib-pl-play-btn:hover{opacity:.88}.lib-pl-play-btn .material-symbols-rounded{font-size:18px}.lib-pl-add-btn{border:1px solid var(--ash-border);background:var(--ash-surface-2);color:var(--ash-text);cursor:pointer;font-size:13px;font-weight:700;font-family:var(--font-body);border-radius:100px;align-items:center;gap:6px;padding:8px 18px;transition:background .15s;display:inline-flex}.lib-pl-add-btn:hover{background:var(--ash-surface-3)}.lib-pl-add-btn .material-symbols-rounded{font-size:18px}.lib-items-list{flex-direction:column;gap:2px;display:flex}.lib-item{cursor:pointer;border-radius:8px;align-items:center;gap:14px;padding:10px 12px;transition:background .15s;display:flex;position:relative}.lib-item:hover{background:var(--ash-surface-2)}.lib-item-thumb{background:var(--ash-surface-2);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:48px;display:flex;position:relative;overflow:hidden}.lib-item-thumb img{object-fit:cover;width:100%;height:100%;display:block}.lib-item-thumb-icon{color:var(--ash-text-3);font-size:22px}.lib-item-type-badge{background:#0009;border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;bottom:3px;right:3px}.lib-item-type-badge .material-symbols-rounded{color:#fff;font-size:11px}.lib-item-body{flex:1;min-width:0}.lib-item-title{color:var(--ash-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.lib-item-meta{color:var(--ash-text-3);margin-top:2px;font-size:12px}.lib-item-remove{cursor:pointer;color:var(--ash-text-3);background:0 0;border:none;border-radius:50%;flex-shrink:0;align-items:center;padding:4px;transition:color .15s;display:flex}.lib-item-remove:hover{color:#ef4444}.lib-item-remove .material-symbols-rounded{font-size:18px}.lib-empty{text-align:center;flex-direction:column;align-items:center;padding:64px 32px;display:flex}.lib-empty-icon{color:var(--ash-text-3);opacity:.4;margin-bottom:16px;font-size:52px}.lib-empty-title{color:var(--ash-text);margin-bottom:8px;font-size:18px;font-weight:700}.lib-empty-sub{color:var(--ash-text-3);max-width:320px;font-size:14px;line-height:1.5}.lib-dialog-backdrop{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;justify-content:center;align-items:center;padding:24px;animation:.18s libFadeIn;display:flex;position:fixed;inset:0}.lib-dialog{background:var(--ash-surface);border:1px solid var(--ash-border);border-radius:20px;flex-direction:column;gap:16px;width:100%;max-width:380px;padding:28px;display:flex;box-shadow:0 24px 64px #0006}.lib-dialog-title{color:var(--ash-text);font-size:18px;font-weight:700}.lib-dialog-input{background:var(--ash-surface-2);border:1px solid var(--ash-border);color:var(--ash-text);font-size:15px;font-family:var(--font-body);border-radius:10px;outline:none;padding:12px 14px;transition:border-color .15s}.lib-dialog-input:focus{border-color:var(--ash-accent)}.lib-dialog-actions{justify-content:flex-end;gap:10px;display:flex}.lib-dialog-cancel{background:var(--ash-surface-2);border:1px solid var(--ash-border);color:var(--ash-text-2);cursor:pointer;font-size:14px;font-weight:600;font-family:var(--font-body);border-radius:100px;padding:8px 18px;transition:background .15s}.lib-dialog-cancel:hover{background:var(--ash-surface-3)}.lib-dialog-confirm{background:var(--ash-accent);color:#fff;cursor:pointer;font-size:14px;font-weight:700;font-family:var(--font-body);border:none;border-radius:100px;padding:8px 18px;transition:opacity .15s}.lib-dialog-confirm:disabled{opacity:.4;cursor:default}.save-sheet-backdrop{z-index:1900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000073;align-items:flex-end;animation:.2s libFadeIn;display:flex;position:fixed;inset:0}@media (width>=640px){.save-sheet-backdrop{justify-content:center;align-items:center}}.save-sheet{background:var(--ash-surface);border:1px solid var(--ash-border);width:100%;max-width:480px;padding-bottom:calc(20px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;max-height:92dvh;animation:.32s cubic-bezier(.16,1,.3,1) libSlideUp;overflow-y:auto}@media (width>=640px){.save-sheet{border-radius:20px;max-height:80vh;margin:24px}}.save-sheet-handle{background:var(--ash-border);touch-action:none;border-radius:2px;width:38px;height:4px;margin:12px auto 20px}.save-sheet-item{align-items:center;gap:12px;padding:0 20px 16px;display:flex}.save-sheet-item-thumb{background:var(--ash-surface-2);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:40px;display:flex;overflow:hidden}.save-sheet-item-thumb img{object-fit:cover;width:100%;height:100%}.save-sheet-item-info{flex:1;min-width:0}.save-sheet-item-title{color:var(--ash-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.save-sheet-item-type{color:var(--ash-text-3);margin-top:2px;font-size:12px}.save-sheet-row{cursor:pointer;width:100%;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:14px;padding:14px 20px;transition:background .15s;display:flex}.save-sheet-row:hover{background:var(--ash-surface-2)}.save-sheet-row.active{color:var(--ash-accent)}.save-sheet-row-icon{background:var(--ash-surface-2);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.save-sheet-row.active .save-sheet-row-icon{background:var(--ash-accent-soft)}.save-sheet-row-icon .material-symbols-rounded{color:var(--ash-text-2);font-size:22px}.save-sheet-row.active .save-sheet-row-icon .material-symbols-rounded{color:var(--ash-accent)}.save-sheet-row-label{color:var(--ash-text);text-align:left;flex:1;font-size:15px;font-weight:600}.save-sheet-row.active .save-sheet-row-label{color:var(--ash-accent)}.save-sheet-row-check{color:var(--ash-accent);font-size:20px}.save-sheet-divider{background:var(--ash-border);height:1px;margin:8px 0}.save-sheet-section-head{letter-spacing:.1em;text-transform:uppercase;color:var(--ash-text-3);padding:8px 20px 4px;font-size:11px;font-weight:800}.save-sheet-pl-list{flex-direction:column;display:flex}.save-sheet-pl-row{cursor:pointer;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:10px 20px;transition:background .15s;display:flex}.save-sheet-pl-row:hover{background:var(--ash-surface-2)}.save-sheet-pl-mosaic{background:var(--ash-surface-2);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.save-sheet-pl-mosaic img{object-fit:cover;width:100%;height:100%}.save-sheet-pl-info{text-align:left;flex:1;min-width:0}.save-sheet-pl-name{color:var(--ash-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.save-sheet-pl-count{color:var(--ash-text-3);margin-top:2px;font-size:12px}.save-sheet-pl-check .material-symbols-rounded{font-size:24px;display:flex}.save-sheet-new-pl-btn{cursor:pointer;width:100%;font-family:var(--font-body);color:var(--ash-accent);background:0 0;border:none;align-items:center;gap:10px;padding:14px 20px;font-size:15px;font-weight:600;transition:background .15s;display:flex}.save-sheet-new-pl-btn:hover{background:var(--ash-surface-2)}.save-sheet-new-pl-btn .material-symbols-rounded{font-size:22px}.save-sheet-new-form{flex-direction:column;gap:10px;padding:12px 20px 4px;display:flex}.save-sheet-new-input{background:var(--ash-surface-2);border:1px solid var(--ash-border);color:var(--ash-text);font-size:14px;font-family:var(--font-body);border-radius:10px;outline:none;padding:10px 14px;transition:border-color .15s}.save-sheet-new-input:focus{border-color:var(--ash-accent)}.save-sheet-new-actions{justify-content:flex-end;gap:8px;display:flex}.save-sheet-new-cancel{color:var(--ash-text-3);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-body);background:0 0;border:none;border-radius:100px;padding:8px 14px}.save-sheet-new-confirm{background:var(--ash-accent);color:#fff;cursor:pointer;font-size:13px;font-weight:700;font-family:var(--font-body);border:none;border-radius:100px;padding:8px 16px;transition:opacity .15s}.save-sheet-new-confirm:disabled{opacity:.4;cursor:default}.lib-more-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;line-height:1;transition:background .15s;display:flex;position:relative}.lib-more-btn:hover{background:#80808026}.lib-more-saved-dot{color:var(--ash-accent);pointer-events:none;position:absolute;top:-1px;right:-1px;font-size:10px!important}.add-search-backdrop{z-index:2100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;align-items:flex-end;animation:.2s libFadeIn;display:flex;position:fixed;inset:0}@media (width>=640px){.add-search-backdrop{justify-content:center;align-items:center}}.add-search-sheet{background:var(--ash-surface);border:1px solid var(--ash-border);border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-width:560px;max-height:92dvh;animation:.32s cubic-bezier(.16,1,.3,1) libSlideUp;display:flex;overflow:hidden}@media (width>=640px){.add-search-sheet{border-radius:20px;max-height:85vh;margin:24px}}.add-search-header{border-bottom:1px solid var(--ash-border);flex-shrink:0;align-items:center;gap:10px;padding:14px 16px 10px;display:flex}.add-search-bar{background:var(--ash-surface-2);border:1px solid var(--ash-border);border-radius:100px;flex:1;align-items:center;gap:8px;padding:8px 14px;display:flex}.add-search-input{color:var(--ash-text);font-size:15px;font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1}.add-search-clear{cursor:pointer;color:var(--ash-text-3);background:0 0;border:none;align-items:center;padding:0;display:flex}.add-search-cancel{cursor:pointer;color:var(--ash-accent);white-space:nowrap;font-size:15px;font-weight:700;font-family:var(--font-body);background:0 0;border:none;padding:4px 0}.add-search-results{padding-bottom:calc(16px + env(safe-area-inset-bottom));flex:1;overflow-y:auto}.add-search-row{cursor:pointer;width:100%;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:12px;padding:10px 16px;transition:background .15s;display:flex}.add-search-row:hover,.add-search-row.in-pl{background:var(--ash-surface-2)}.add-search-thumb{background:var(--ash-surface-2);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:40px;display:flex;overflow:hidden}.add-search-thumb img{object-fit:cover;width:100%;height:100%;display:block}.add-search-info{text-align:left;flex:1;min-width:0}.add-search-title{color:var(--ash-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.add-search-type{color:var(--ash-text-3);margin-top:2px;font-size:12px}.add-search-check .material-symbols-rounded{font-size:24px;display:flex}:root,[data-ash-theme=dark]{--ash-bg:#131515;--ash-surface:#1d2020;--ash-surface-2:#272b2b;--ash-surface-3:#272b2b;--ash-border:#ffffff1a;--ash-text:#fff;--ash-text-2:#ffffffbf;--ash-text-3:#ffffff80;--ash-accent:#fc8712;--ash-accent-soft:#fc871224;--ash-tab-active-bg:#272b2b;--ash-nav-glass-bg:#191c1cb8;--ash-nav-glass-border:#ffffff1f;--ash-nav-glass-shadow:#0006}[data-ash-theme=light]{--ash-bg:#faf9f9;--ash-surface:#faf9f9;--ash-surface-alt:#f6f4f4;--ash-surface-2:#ede9e9;--ash-surface-3:#ede9e9;--ash-border:#0000001a;--ash-text:#000;--ash-text-2:#000000bf;--ash-text-3:#00000080;--ash-accent:#fc8712;--ash-accent-soft:#fc87121a;--ash-tab-active-bg:#e9e6e4;--ash-nav-glass-bg:#faf9f9c7;--ash-nav-glass-border:#0000001a;--ash-nav-glass-shadow:#0000001f}.ash-root{background:var(--ash-bg);color:var(--ash-text);min-height:100vh;transition:background .2s,color .2s}[data-ash-theme=dark]{--bg:#131515;--surface:#1d2020;--border:#ffffff1a;--txt:#fff;--txt-2:#ffffffbf;--txt-3:#ffffff80;--accent:#fc8712;--accent-soft:#fc871224;--surface-container-low:#1d2020;--surface-container:#272b2b;--surface-container-high:#2d3030;--on-surface:#fff;--on-surface-variant:#fff9;--outline-variant:#ffffff1f}[data-ash-theme=light]{--bg:#faf9f9;--surface:#faf9f9;--border:#0000001a;--txt:#000;--txt-2:#000000bf;--txt-3:#00000080;--accent:#fc8712;--accent-soft:#fc87121a;--surface-container-low:#f6f4f4;--surface-container:#ede9e9;--surface-container-high:#e5e1e1;--on-surface:#000;--on-surface-variant:#0009;--outline-variant:#0000001f}.ashreinu-browse{max-width:1400px;margin:0 auto;display:flex}.ashreinu-aside{border-right:1px solid var(--ash-border);flex-shrink:0;width:270px;max-height:100vh;padding:16px 0;position:sticky;top:0;overflow-y:auto}.ashreinu-aside-head{letter-spacing:.1em;text-transform:uppercase;color:var(--ash-text-3);align-items:center;gap:8px;padding:0 20px 12px;font-size:12px;font-weight:800;display:flex}.ashreinu-year{cursor:pointer;width:100%;color:var(--ash-text);font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:8px;padding:11px 20px;font-size:15px;font-weight:700;display:flex}.ashreinu-month{cursor:pointer;width:100%;color:var(--ash-text-2);font-family:var(--font-body);background:0 0;border:none;border-left:2px solid #0000;align-items:center;gap:8px;padding:9px 20px 9px 48px;font-size:14px;display:flex}.ashreinu-month.active{background:var(--ash-accent-soft);color:var(--ash-accent);border-left:2px solid var(--ash-accent);font-weight:700}.ashreinu-browse-content{flex:1;min-width:0;padding:24px clamp(16px,4vw,32px) 100px}.ashreinu-browse-search{flex:1;min-width:0}@media (width<=768px){.ashreinu-browse{flex-direction:column}.ashreinu-aside{border-right:none;border-bottom:1px solid var(--ash-border);width:100%;max-height:38vh;position:static}}.ash-browse-subtabs{border-bottom:1px solid var(--ash-border);scrollbar-width:none;gap:6px;margin-bottom:16px;padding-bottom:4px;display:flex;overflow-x:auto}.ash-browse-subtabs::-webkit-scrollbar{display:none}.ash-browse-subtab{cursor:pointer;font-family:var(--font-body);color:var(--ash-text-3);background:0 0;border:none;border-radius:100px;flex-shrink:0;align-items:center;gap:7px;padding:9px 16px;font-size:14px;font-weight:600;display:inline-flex}.ash-browse-subtab.active{background:var(--ash-accent-soft);color:var(--ash-accent)}.ash-photo-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;display:grid}.ash-photo{aspect-ratio:1;background:var(--ash-surface-2);border-radius:8px}.ash-empty{color:var(--ash-text-3);text-align:center;padding:50px;font-size:14px}.ash-mini{z-index:1250;background:var(--ash-surface);border:1px solid var(--ash-border);cursor:pointer;border-radius:7px;width:min(680px,100% - 24px);position:fixed;bottom:16px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 32px #0000004d}@media (width<=768px){.ash-mini{bottom:calc(64px + env(safe-area-inset-bottom))}}.ash-mini-progress{background:var(--ash-border);height:3px}.ash-mini-progress>div{background:var(--ash-accent);height:3px;transition:width .2s linear}.ash-mini-inner{align-items:center;gap:12px;padding:10px 12px;display:flex}.ash-mini-art{background:var(--ash-surface-2);background-position:50%;background-size:cover;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ash-mini-title{color:var(--ash-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.ash-mini-sub{color:var(--ash-text-3);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.ash-mini-btn{cursor:pointer;color:var(--ash-accent);background:0 0;border:none;align-items:center;padding:2px;display:flex}.ash-fullplayer{z-index:9999;color:#fff;background:#1c1c1e;flex-direction:column;animation:.38s cubic-bezier(.2,.8,.2,1) both ashFpUp;display:flex;position:fixed;inset:0;overflow:hidden}@keyframes ashFpUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ash-fp-handle{z-index:10;background:#ffffff59;border-radius:3px;flex-shrink:0;width:36px;height:5px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.ash-fp-cover{z-index:0;background-position:top;background-size:cover;height:52%;position:absolute;top:0;left:0;right:0}.ash-fp-blur{pointer-events:none;z-index:0;filter:blur(50px)saturate(1.6)brightness(.75);background-position:50% 60%;background-size:cover;position:absolute;inset:0;transform:scale(1.12);-webkit-mask-image:linear-gradient(#0000 38%,#000 52%);mask-image:linear-gradient(#0000 38%,#000 52%)}.ash-fp-grad{pointer-events:none;z-index:1;background:linear-gradient(#0000 30%,#0006 52%,#000000a6 100%);position:absolute;inset:0}.ash-fp-dock{z-index:2;width:100%;max-width:500px;padding:0 clamp(24px, 7vw, 36px) calc(32px + env(safe-area-inset-bottom));box-sizing:border-box;align-self:center;margin-top:auto;position:relative}.ash-fp-meta{justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;display:flex}.ash-fp-track-title{letter-spacing:-.01em;color:#fff;white-space:nowrap;text-overflow:ellipsis;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica,Arial,sans-serif;font-size:clamp(20px,5.5vw,24px);font-weight:700;overflow:hidden}.ash-fp-track-sub{color:#ffffff8c;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica,Arial,sans-serif;font-size:clamp(15px,4vw,18px);overflow:hidden}.ash-fp-menu{cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff2e;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ash-fp-menu svg{fill:#fff;width:16px;height:16px}.ash-fp-badge{text-transform:uppercase;letter-spacing:.1em;color:#ffffff73;justify-content:center;align-items:center;margin:-8px 0 18px;font-size:10px;font-weight:600;display:flex}.ash-fp-progress-container{margin-bottom:28px}.ash-fp-progress{cursor:pointer;background:#ffffff38;border-radius:2px;height:4px;position:relative}.ash-fp-progress>div{background:#fff;border-radius:2px;position:absolute;top:0;bottom:0;left:0}.ash-fp-progress-thumb{opacity:0;background:#fff;border-radius:50%;width:10px;height:10px;transition:opacity .12s,transform .12s;position:absolute;top:50%;right:-5px;transform:translateY(-50%)}.ash-fp-progress:active .ash-fp-progress-thumb{opacity:1;transform:translateY(-50%)scale(1.4)}.ash-fp-times{color:#ffffff73;justify-content:space-between;margin-top:8px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica,Arial,sans-serif;font-size:11px;font-weight:500;display:flex}.ash-fp-controls{justify-content:center;align-items:center;gap:clamp(36px,12vw,56px);margin-bottom:28px;display:flex}.ash-fp-ctrl{cursor:pointer;color:#fff;background:0 0;border:none;padding:0;display:flex}.ash-fp-ctrl svg{fill:currentColor;width:34px;height:34px}.ash-fp-ctrl.ash-fp-bigplay svg{width:46px;height:46px}.ash-fp-ctrl:disabled{color:#ffffff40}.ash-fp-volume{color:#ffffff73;align-items:center;gap:12px;margin-bottom:28px;display:flex}.ash-fp-volume svg{fill:currentColor;width:14px;height:14px}.ash-fp-volume .ash-fp-vol-max{width:18px;height:18px}.ash-fp-vol-input{appearance:none;cursor:pointer;background:#ffffff38;border-radius:2px;flex:1;height:4px}.ash-fp-vol-input::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 5px #0006}.ash-fp-vol-input::-moz-range-thumb{cursor:pointer;background:#fff;border:none;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 5px #0006}.ash-fp-bottombar{justify-content:center;align-items:center;gap:clamp(36px,12vw,56px);padding-bottom:4px;display:flex}.ash-fp-bicon{cursor:pointer;color:#ffffff8c;background:0 0;border:none;padding:5px;display:flex}.ash-fp-bicon.active{color:#fff}.ash-fp-bicon svg{fill:currentColor;width:22px;height:22px}.ash-fp-bicon-lyrics svg{width:20px;height:20px}.ash-fp-sheet-backdrop{z-index:3;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:absolute;inset:0}.ash-fp-sheet-backdrop.open{opacity:1;pointer-events:auto}.ash-fp-sheet{z-index:4;background:var(--ash-bg);height:78dvh;color:var(--ash-text);border-radius:14px 14px 0 0;flex-direction:column;transition:transform .36s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden;transform:translateY(100%);box-shadow:0 -8px 40px #00000080}.ash-fp-sheet.open{transform:translateY(0)}.ash-fp-sheet-grab{cursor:pointer;touch-action:none;flex-shrink:0;justify-content:center;padding:12px 0 8px;display:flex}.ash-fp-sheet-grab>span{background:var(--ash-border);border-radius:3px;width:40px;height:5px}.ash-fp-sheet-body{-webkit-overflow-scrolling:touch;padding:8px clamp(16px,4vw,32px) calc(40px + env(safe-area-inset-bottom));flex:1;overflow-y:auto}.ash-fp-track{border:none;border-bottom:1px solid var(--ash-border);cursor:pointer;width:100%;font-family:var(--font-body);background:0 0;border-radius:0;align-items:center;gap:10px;padding:14px 4px;display:flex}.ash-fp-track:last-child{border-bottom:none}.ash-related-head{letter-spacing:.12em;text-transform:uppercase;color:var(--ash-accent);margin-bottom:12px;font-size:11px;font-weight:800}@media (width<=768px){.ash-root h1,.ash-root h2,.ash-root h3,.ash-root .ash-fp-track-title,.ash-root .jemtv-result-title,.ash-root .jemtv-result-desc{font-size:16px!important}.ash-root .ashreinu-hero h1,.ash-root .ashreinu-hero-title,.ash-root .ashreinu-hero .ashreinu-hero-title{font-size:20px!important}}
