@import"https://fonts.googleapis.com/css2?family=DM+Mono&family=Noto+Serif+SC:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{color:#252a26;background:#f7f6f2;font-family:Plus Jakarta Sans,"Noto Serif SC",sans-serif;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;overflow:hidden}.topbar{max-width:1190px;height:74px;margin:auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between}.brand{color:#212720;font-size:19px;font-weight:700;letter-spacing:-.8px;text-decoration:none;display:flex;gap:8px;align-items:center}.brand span{width:26px;height:26px;border-radius:50%;background:#242b25;color:#f7f6f2;display:grid;place-items:center;font:600 18px Georgia,serif}.top-actions{display:flex;gap:12px;align-items:center}.icon-button,.avatar{border:0;background:transparent;font-size:21px;color:#536058}.avatar{width:33px;height:33px;color:#fff;background:#9eaf9a;border-radius:50%;font-size:14px}.hero{max-width:1190px;margin:52px auto 76px;padding:0 30px}.eyebrow{margin:0 0 12px;color:#7b887c;font:11px DM Mono,monospace;letter-spacing:1.4px}.hero h1,h2{margin:0;font-family:"Noto Serif SC",Georgia,serif;letter-spacing:-1.5px}.hero h1{font-size:clamp(42px,6vw,74px);line-height:1.12}.hero>p:not(.eyebrow){color:#687268;margin:18px 0 25px;font-size:16px}.import-button,.read-button{border:0;border-radius:10px;background:#273229;color:#fff;padding:13px 18px;font-weight:600;box-shadow:0 6px 15px #27322922}.library{background:#eaede6;min-height:55vh;padding:43px max(30px,calc((100vw - 1130px)/2))}.library-head{display:flex;justify-content:space-between;align-items:end;gap:25px}.library h2{font-size:31px}.search{width:226px;display:flex;gap:8px;align-items:center;border-bottom:1px solid #aeb8ad;padding:8px 3px;color:#829082}.search input{width:100%;border:0;outline:0;background:transparent;color:#334037;font-size:13px}.shelf-tabs{display:flex;gap:25px;border-bottom:1px solid #cbd2c9;margin:32px 0 28px;overflow-x:auto}.shelf-tabs button{color:#778178;border:0;background:none;padding:0 1px 12px;white-space:nowrap;font-size:14px}.shelf-tabs .active{color:#243027;font-weight:700;border-bottom:2px solid #28352b}.book-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 24px}.book-card{display:grid;grid-template-columns:118px 1fr;gap:16px;min-width:0}.cover{position:relative;border:0;padding:0;aspect-ratio:.71;overflow:hidden;box-shadow:0 8px 19px #41504430;background:#ccd3ca}.cover img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s}.cover:hover img{transform:scale(1.04)}.source{position:absolute;bottom:6px;left:6px;max-width:calc(100% - 12px);color:#fff;background:#1d2820cc;padding:3px 5px;font-size:9px;border-radius:3px}.book-copy{min-width:0;align-self:center}.book-copy p{margin:5px 0;color:#697467;font-size:13px}.book-copy .book-status{color:#849081;font-size:10px;font-family:DM Mono,monospace}.book-copy h3{font:600 18px "Noto Serif SC",serif;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress,.reader-progress{height:4px;background:#d2d9d1;overflow:hidden;border-radius:4px;margin:13px 0 5px}.progress span,.reader-progress span{height:100%;display:block;background:#566d59;border-radius:inherit}.book-copy small{color:#8b958a;font-size:10px}.empty{color:#6e796f}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5;background:#1a211a55;display:flex;align-items:end;justify-content:center;padding:20px}.book-sheet{position:relative;max-width:720px;width:100%;background:#fbfaf6;border-radius:20px;padding:28px;display:flex;gap:27px;box-shadow:0 24px 80px #10201555}.close{position:absolute;top:10px;right:14px;border:0;background:transparent;font-size:28px;color:#6e796f}.sheet-cover{width:190px;aspect-ratio:.71;object-fit:cover;border-radius:4px}.sheet-copy{padding:9px 26px 5px 0}.sheet-copy h2{font-size:31px}.tag-row{display:flex;gap:7px;margin:14px 0;flex-wrap:wrap}.tag-row span{padding:4px 8px;border-radius:20px;background:#e6ebe3;color:#5e6f60;font-size:11px}.sheet-description{color:#667066;font-size:14px;line-height:1.75}.read-button{margin-top:8px;width:100%}.shelf-actions{display:flex;gap:6px;margin-top:11px}.shelf-actions button{padding:6px 8px;border:1px solid #d8ded5;border-radius:6px;color:#687269;background:#fff;font-size:11px}.shelf-actions .selected{background:#e0e8dc;border-color:#9fac9e;color:#314034}.reader{min-height:100vh;background:#222621;color:#f6f3e9;display:flex;flex-direction:column}.reader-bar{height:64px;padding:0 23px;display:flex;align-items:center;justify-content:space-between;background:#2a302a}.reader-bar button{background:none;color:#cbd5c9;border:0;font-size:14px}.reader-bar div{text-align:center;display:grid;gap:3px}.reader-bar strong{font-family:"Noto Serif SC",serif}.reader-bar span{color:#9fa99e;font-size:11px}.page-stage{min-height:0;flex:1;display:grid;grid-template-columns:1fr minmax(0,680px) 1fr;align-items:center}.reader-page{width:min(88vw,610px);aspect-ratio:.71;margin:35px auto;background:#e6e3da;position:relative;overflow:hidden;box-shadow:0 12px 40px #0008}.reader-page img{width:100%;height:100%;display:block;object-fit:cover;filter:none}.reader-page p{position:absolute;right:13px;bottom:7px;background:#0009;padding:4px 6px;border-radius:3px;font-size:11px}.page-nav{border:0;background:transparent;color:#b1bdb0;font-size:45px}.reader-footer{padding:15px 12vw 22px}.reader-progress{background:#495147;margin:0}@media (max-width: 730px){.topbar{padding:0 19px}.hero{margin:34px auto 51px;padding:0 20px}.hero h1{font-size:44px}.library{padding:32px 20px}.library-head{align-items:start;flex-direction:column}.search{width:100%}.book-grid{grid-template-columns:1fr;gap:24px}.book-card{grid-template-columns:105px 1fr}.book-sheet{max-height:88vh;overflow:auto;padding:22px;display:block}.sheet-cover{width:130px;float:left;margin:0 18px 12px 0}.sheet-copy{padding:4px 0}.sheet-copy h2{font-size:26px}.sheet-description{clear:both}.page-stage{grid-template-columns:35px minmax(0,1fr) 35px}.page-nav{font-size:33px}.reader-bar{padding:0 10px}.reader-bar div{max-width:55vw;overflow:hidden}.reader-bar strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.source-comments{max-width:980px;margin:20px auto 0;padding:22px;border:1px solid rgba(116,86,210,.18);border-radius:24px;background:#ffffff9e;box-shadow:0 16px 38px #43317014}.source-comments-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid rgba(116,86,210,.15)}.source-comments-head h2{margin:0;font-size:1.05rem}.source-comments-head small{color:var(--muted)}.source-comments-head button,.source-comments-load,.source-comments-pager button,.source-comments-status button{border:1px solid rgba(116,86,210,.25);background:#f6f3ffeb;color:var(--accent);border-radius:12px;padding:8px 12px}.source-comments-status{margin:16px 0 0;color:var(--muted)}.source-comments-status.error{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#ae4765}.source-comments-load{margin-top:16px}.source-comment-list{display:grid;gap:12px;margin-top:16px}.source-comment{padding:14px 16px;border-radius:16px;background:#f9f8ffe0;border:1px solid rgba(116,86,210,.1)}.source-comment-meta{display:flex;align-items:center;gap:8px;min-width:0;color:var(--muted)}.source-comment-meta img,.source-comment-meta i{width:26px;height:26px;border-radius:50%;object-fit:cover;background:linear-gradient(135deg,#8d71e6,#ef9bc3);color:#fff;display:grid;place-items:center;font-style:normal;font-size:.78rem}.source-comment-meta strong{color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-comment-meta small{margin-left:auto}.source-comment-meta span{color:#d36b91;font-size:.82rem}.source-comment>p,.source-comment-reply>p{margin:10px 0 0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.65}.source-comment-reply{margin:12px 0 0 18px;padding:10px 12px;border-left:3px solid rgba(128,95,219,.35);background:#ffffff94;border-radius:0 12px 12px 0}.source-comment-reply small{margin-left:8px;color:var(--muted)}.source-comments-pager{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:16px}.source-comments-pager button:disabled{opacity:.45}@media (max-width: 720px){.source-comments{margin-top:14px;border-radius:18px;padding:16px}.source-comments-head{align-items:flex-start}.source-comment-meta{flex-wrap:wrap}.source-comment-meta small{margin-left:0;width:calc(100% - 34px)}}.jm-category-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px}.jm-category-row>span{color:var(--muted);font-size:.86rem;margin-right:4px}.jm-category-row button{padding:7px 12px;border:1px solid rgba(116,86,210,.2);background:#ffffff9e;color:var(--ink);border-radius:999px}.jm-category-row button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.jm-category-row label{margin-left:auto;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:.86rem}.jm-category-row select{border:1px solid rgba(116,86,210,.2);border-radius:10px;padding:7px 9px;background:#ffffffc7;color:var(--ink)}@media (max-width:720px){.jm-category-row label{margin-left:0;width:100%}}.ranking-control{display:flex;align-items:center;gap:8px;margin-left:auto;color:var(--muted);font-size:.86rem}.ranking-options{display:flex;flex-wrap:wrap;gap:5px}.ranking-options button{padding:7px 10px;border:1px solid rgba(116,86,210,.2);background:#ffffff9e;color:var(--ink);border-radius:999px}.ranking-options button.active{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 3px 10px #7456d22e}.filter-search-trigger{border:1px solid rgba(116,86,210,.28);border-radius:10px;padding:7px 10px;background:#ffffffb8;color:var(--accent)}.source-filter-search-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 0 12px;border-bottom:1px solid rgba(116,86,210,.14)}.source-filter-search-row>div{display:grid;gap:2px;min-width:0}.source-filter-search-row strong{color:var(--ink);font-size:.96rem}.source-filter-search-row small{color:var(--muted);font-size:.76rem}.source-filter-search-row .filter-search-trigger{flex:0 0 auto}.x-app-home>.source-filter-search-row{margin:14px 0 8px}@media (max-width:720px){.source-filter-search-row{padding:10px 12px;border:1px solid rgba(116,86,210,.14);border-radius:14px;background:#ffffff80}.source-filter-search-row small{display:none}}@media (max-width:720px){.ranking-control{width:100%;margin-left:0;align-items:flex-start;flex-direction:column}}.content-safety-card{margin:0 0 16px;padding:16px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--panel) 88%,var(--accent) 12%);display:grid;grid-template-columns:1fr auto;gap:6px 16px;align-items:center}.content-safety-card div{display:grid;gap:3px}.content-safety-card small,.content-safety-card p{color:var(--muted)}.content-safety-card p{grid-column:1/-1;margin:4px 0 0;line-height:1.55}.content-safety-card label{display:flex;align-items:center;gap:8px;cursor:pointer}.content-safety-card input{width:18px;height:18px;accent-color:var(--accent)}.yandere-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:18px;align-items:start}.yandere-card{padding:0;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--panel);text-align:left;display:grid}.yandere-card>img{width:100%;height:240px;object-fit:cover;background:color-mix(in srgb,var(--panel) 80%,var(--accent) 20%)}.yandere-card>span{display:grid;gap:5px;padding:12px}.yandere-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yandere-card small{color:var(--muted)}.yandere-card-tags{display:flex;gap:4px;flex-wrap:wrap}.yandere-card-tags i{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:3px 6px;border-radius:7px;background:color-mix(in srgb,var(--accent) 9%,white);color:var(--accent);font-size:10px;font-style:normal}.yandere-search-guide>small{grid-column:1/-1;color:var(--muted);line-height:1.55}.yandere-search-guide>small b{color:var(--ink)}.yandere-detail-card{display:grid;gap:18px;padding:22px;border:1px solid var(--line);border-radius:26px;background:var(--panel)}.yandere-detail-card>header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.yandere-detail-card>header h1{margin:4px 0 8px}.yandere-detail-card>header p{margin:0;color:var(--muted)}.yandere-detail-card>header>div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.yandere-detail-image{width:100%;padding:0;border:0;border-radius:20px;overflow:hidden;background:color-mix(in srgb,var(--panel) 86%,var(--accent) 14%)}.yandere-detail-image img{display:block;width:100%;height:auto;margin:0;object-fit:contain}@media (max-width:700px){.yandere-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.yandere-card>img{height:190px}.yandere-detail-card{padding:14px}.yandere-detail-card>header{display:grid}.yandere-detail-card>header>div:last-child{justify-content:flex-start}.content-safety-card{grid-template-columns:1fr}.content-safety-card p{grid-column:1}}.progressive-list-sentinel{grid-column:1 / -1;width:100%;height:1px;pointer-events:none}:root{--ink:#37334f;--violet:#7866d7;--pink:#ff85b6;--line:#e5dff5;--card:#ffffffb8}body{background:#f8f6ff;color:var(--ink)}.product-shell{min-height:100vh;background:radial-gradient(circle at 0 0,#ffddea 0,transparent 29%),radial-gradient(circle at 100% 0,#dce6ff 0,transparent 30%),#f8f6ff}.product-bar{height:82px;padding:0 max(24px,calc((100vw - 1160px)/2));display:flex;align-items:center;gap:34px;border-bottom:1px solid #ffffffb5;background:#ffffff70;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:sticky;top:0;z-index:4}.brand-button{border:0;background:transparent;color:var(--ink);display:flex;gap:9px;align-items:center;font-weight:800;font-size:20px;cursor:pointer}.brand-button span,.source-logo{display:grid;place-items:center;width:32px;height:32px;border-radius:12px 12px 12px 4px;background:linear-gradient(135deg,var(--pink),var(--violet));color:#fff;font-weight:800;box-shadow:0 7px 14px #9a6ade45}.product-bar nav{display:flex;gap:4px}.product-bar nav button,.filter-row button{border:0;background:transparent;color:#817a9a;border-radius:12px;padding:9px 13px;cursor:pointer}.product-bar nav .active,.filter-row .active{color:#6255b8;background:#eee9ff;font-weight:800}.add-source{margin-left:auto;border:1px solid #fff;border-radius:15px;padding:10px 14px;color:#6659ba;background:#ffffffa8;box-shadow:0 8px 20px #756b9b1c;cursor:pointer}.discover-page,.library-page,.detail-page{max-width:1120px;margin:auto;padding:64px 25px 90px}.page-heading h1{margin:0;font:700 clamp(34px,5vw,54px) "Noto Serif SC",serif;letter-spacing:-2px}.page-heading p:not(.eyebrow){color:#77718e;margin:13px 0 0}.eyebrow{color:#8a7fc0;font:11px DM Mono,monospace;letter-spacing:1.4px;margin:0 0 10px}.empty-sources,.empty-library{margin-top:38px;min-height:350px;display:grid;place-content:center;justify-items:center;text-align:center;border:1px solid #fff;border-radius:29px;background:var(--card);box-shadow:0 18px 40px #716b8d14}.empty-sources h2,.empty-library h2{margin:18px 0 7px;font:600 25px "Noto Serif SC",serif}.empty-sources p,.empty-library p{margin:0;color:#7c7691}.source-orbit,.empty-library>div{width:63px;height:63px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,#f4dcff,#d9ddff);color:#795fd0;font-size:24px;font-weight:800}.empty-sources button,.empty-library button,.source-sheet article button,.source-search button{margin-top:22px;border:0;border-radius:14px;padding:11px 16px;background:linear-gradient(110deg,#7e71dc,#ff8eb7);color:#fff;font-weight:700;cursor:pointer}.source-home{margin-top:35px;padding:28px;border:1px solid #fff;border-radius:28px;background:var(--card);box-shadow:0 18px 40px #716b8d14}.source-title{display:flex;gap:13px;align-items:center}.source-title .source-logo{width:45px;height:45px;border-radius:16px}.source-title h2{margin:0;font-size:24px}.source-title small{color:#89829f}.source-title a{margin-left:auto;color:#6759bd;text-decoration:none;font-size:14px}.source-search{display:flex;gap:10px;margin:28px 0}.source-search input,.search-box input{min-width:0;flex:1;border:1px solid #e8e2f4;outline:0;border-radius:15px;padding:14px 16px;background:#fff;color:#48415f}.source-search button{margin:0;padding:0 21px}.category-row{border-top:1px solid var(--line);padding-top:20px}.category-row p{margin:0 0 12px;color:#817a9a;font-size:13px}.category-row div{display:flex;gap:8px;flex-wrap:wrap}.category-row button{border:1px solid #e8e2f4;border-radius:999px;padding:7px 11px;background:#fff;color:#6d6686;cursor:pointer}.source-note{margin-top:24px;padding:12px 14px;border-radius:12px;background:#f0edfb;color:#756e91;font-size:13px}.library-heading{display:flex;align-items:end;justify-content:space-between}.search-box{width:280px;display:flex;gap:7px;align-items:center;color:#9c92bf;border:1px solid #fff;border-radius:15px;padding:0 12px;background:#ffffffa3}.search-box input{border:0;padding:12px 0;background:transparent}.filter-row{display:flex;gap:7px;margin:30px 0 24px}.real-book-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.real-book-card{text-align:left;display:flex;gap:14px;padding:12px;border:1px solid #fff;border-radius:23px;background:var(--card);color:var(--ink);box-shadow:0 10px 26px #716b8d14;cursor:pointer}.book-art,.detail-art{position:relative;flex:0 0 110px;aspect-ratio:.7;overflow:hidden;border-radius:16px;background:linear-gradient(145deg,#d9d4f6,#f7d8e9);display:grid;place-items:center;color:#7969c7;font-size:30px}.book-art img,.detail-art img{width:100%;height:100%;object-fit:cover}.book-art i{position:absolute;bottom:6px;left:6px;font-size:9px;font-style:normal;color:#fff;background:#4e4772b8;padding:3px 5px;border-radius:6px}.real-book-card p{color:#938bad;font-size:11px;margin:17px 0 5px}.real-book-card h2{margin:0;font:600 18px "Noto Serif SC",serif}.real-book-card small{color:#948da5;display:block;margin-top:10px}.back{border:0;background:none;color:#6d61b9;cursor:pointer;padding:0}.detail-card{display:flex;gap:31px;margin-top:27px;padding:30px;border:1px solid #fff;border-radius:30px;background:var(--card);box-shadow:0 18px 40px #716b8d14}.detail-art{flex-basis:210px;font-size:56px}.detail-copy{flex:1}.detail-copy h1{margin:0;font:700 36px "Noto Serif SC",serif}.detail-copy>a{display:inline-block;color:#6659ba;margin:13px 0}.shelf-actions{display:flex;gap:7px;margin:15px 0 23px}.shelf-actions button{border:1px solid #e7e1f4;border-radius:10px;padding:7px 10px;background:#fff;color:#766e91;cursor:pointer}.shelf-actions .active{background:#eeeaff;color:#6759bd;border-color:#d6cefc}.detail-copy section{border-top:1px solid var(--line);padding:18px 0 0;margin-top:15px}.detail-copy section h2{margin:0 0 7px;font-size:16px}.detail-copy section p{margin:0;color:#77718b;line-height:1.65;font-size:14px}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9;display:grid;place-items:center;background:#40395744;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.source-sheet{width:min(480px,calc(100vw - 35px));padding:27px;position:relative;border:1px solid #fff;border-radius:28px;background:#fffdfef6;box-shadow:0 24px 80px #40375a59}.source-sheet h2{margin:0 0 20px;font:700 28px "Noto Serif SC",serif}.close{position:absolute;right:15px;top:13px;border:0;width:33px;height:33px;border-radius:11px;background:#f2eff9;color:#827a9d;font-size:24px;cursor:pointer}.source-sheet article{display:flex;align-items:center;gap:12px;padding:13px;border:1px solid #ebe6f7;border-radius:17px}.source-sheet article h3,.source-sheet article p{margin:0}.source-sheet article p{color:#8c849e;font-size:13px;margin-top:3px}.source-sheet article button{margin:0 0 0 auto}.source-sheet article button:disabled{background:#e5e1f0;color:#9189a3}@media (max-width:700px){.product-bar{padding:0 17px;gap:12px}.product-bar nav{display:none}.add-source{font-size:12px}.discover-page,.library-page,.detail-page{padding:42px 18px 70px}.library-heading{align-items:start;gap:20px;flex-direction:column}.search-box{width:100%}.source-title a{font-size:12px}.source-search{flex-direction:column}.source-search button{height:46px}.real-book-grid{grid-template-columns:1fr}.detail-card{display:block;padding:20px}.detail-art{width:150px;margin-bottom:20px}.detail-copy h1{font-size:29px}}.sync-status{display:block;margin-top:9px;color:#8c84a3;font-size:12px}.source-pill{margin-left:auto;border-radius:999px;padding:8px 12px;background:#eee9ff;color:#6457ba;font-size:12px;font-weight:700}.source-result-grid{margin-top:28px}.real-book-card h2{margin-top:17px}.real-book-card small{line-height:1.45}.loading-copy{color:#776f91;text-align:center;margin:34px}.detail-meta{margin:7px 0;color:#756d88;font-size:14px}.tag-row{display:flex;flex-wrap:wrap;gap:7px;margin:15px 0}.tag-row span{background:#eeeaff;color:#6759bd;border-radius:999px;padding:5px 10px;font-size:12px}.read-link{display:inline-block;margin:4px 0 12px;color:#6558ba;font-weight:700}.chapter-note{font-size:12px!important;color:#9189a2!important}.shelf-button{border:0;border-radius:13px;padding:11px 15px;background:linear-gradient(110deg,#7e71dc,#ff8eb7);color:#fff;font-weight:700;cursor:pointer}.pager{display:flex;align-items:center;justify-content:center;gap:14px;margin:36px 0 10px}.pager button{border:1px solid #e2dcf0;border-radius:12px;background:#fff;padding:9px 14px;color:#6759bd;cursor:pointer}.pager button:disabled{opacity:.45;cursor:not-allowed}.pager span{color:#7c7493;font-size:13px}.chapter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:15px 0}.chapter-grid a{border:1px solid #e7e1f4;border-radius:10px;padding:9px 10px;color:#6659ba;text-decoration:none;font-size:13px}.reader-page{max-width:940px;margin:auto;padding:32px 18px 80px}.reader-bar{position:sticky;top:82px;z-index:3;display:flex;justify-content:space-between;align-items:center;padding:14px 18px;margin-bottom:20px;border:1px solid #fff;border-radius:18px;background:#ffffffdb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.reader-bar h1{font-size:18px;margin:0}.reader-bar span{color:#786f91;font-size:13px}.reader-pages{display:grid;justify-items:center;gap:12px}.reader-pages img{display:block;max-width:100%;height:auto;border-radius:7px;background:#eeeaf4}@media (max-width:700px){.chapter-grid{grid-template-columns:1fr}.reader-page{padding:18px 0 60px}.reader-bar{top:82px;border-radius:0}}.latest-section{margin-top:42px}.latest-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.latest-heading h2{margin:0;font:700 27px "Noto Serif SC",serif}.latest-heading-actions{display:flex;align-items:center;gap:12px}.latest-heading-actions .back{border:1px solid #ded7f1;border-radius:10px;padding:7px 10px;background:#fff}.latest-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.latest-card{padding:0;border:1px solid #fff;border-radius:19px;overflow:hidden;text-align:left;color:var(--ink);background:#ffffffad;box-shadow:0 10px 25px #716b8d12;cursor:pointer}.latest-card img{display:block;width:100%;aspect-ratio:.72;object-fit:cover;background:#eee8f5}.latest-card div{padding:11px 12px 13px}.latest-card h3{font:600 15px "Noto Serif SC",serif;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.latest-card p{margin:6px 0 0;color:#8b829d;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:700px){.latest-grid{grid-template-columns:repeat(2,1fr)}}.eh-entry{margin-top:24px;display:flex;justify-content:space-between;gap:22px;align-items:center;padding:23px 27px;border:1px solid #fff;border-radius:25px;background:#ffffffa5;box-shadow:0 12px 30px #716b8d12}.eh-entry h2{margin:0;font:700 23px "Noto Serif SC",serif}.eh-entry p:not(.eyebrow){margin:7px 0 0;color:#7f7891;font-size:13px}.eh-entry form{display:flex;gap:8px;min-width:min(470px,50%)}.eh-entry input{min-width:0;flex:1;border:1px solid #e7e1f4;border-radius:13px;padding:11px 13px;background:#fff}.eh-entry button{border:0;border-radius:13px;padding:0 15px;background:linear-gradient(110deg,#7e71dc,#ff8eb7);color:#fff;font-weight:700}.eh-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.eh-thumbs a{display:block;aspect-ratio:.72;overflow:hidden;border-radius:9px;background:#eeeaf4}.eh-thumbs img{width:100%;height:100%;object-fit:cover}@media (max-width:700px){.eh-entry{display:block;padding:20px}.eh-entry form{min-width:0;margin-top:15px}.eh-thumbs{grid-template-columns:repeat(3,1fr)}}.immersive-reader{max-width:none!important;height:calc(100vh - 70px);padding:0!important;display:flex;flex-direction:column;background:#17151d;color:#f5f1ff;overflow:hidden}.immersive-reader .reader-bar{position:relative!important;top:auto!important;margin:0!important;border:0!important;border-radius:0!important;background:#24202fde;color:#fff;min-height:62px;flex:none}.reader-back,.reader-tools button{border:0;border-radius:10px;padding:8px 11px;background:#ffffff18;color:#fff;cursor:pointer}.reader-tools{display:flex;gap:6px}.reader-tools button:nth-child(2){min-width:55px}.reader-stage{position:relative;min-height:0;flex:1;display:flex;align-items:stretch}.reader-scroll{flex:1;overflow:auto;display:flex;justify-content:center;align-items:flex-start;background:#121117}.reader-scroll img{display:block;min-width:100%;height:auto;box-shadow:0 0 28px #0009}.reader-nav{width:58px;border:0;background:#201d29;color:#eee6ff;font-size:48px;cursor:pointer;z-index:2}.reader-nav:hover:not(:disabled){background:#342d45}.reader-nav:disabled{opacity:.24;cursor:default}.reader-footer{height:34px;flex:none;display:flex;justify-content:space-between;align-items:center;padding:0 20px;background:#24202f;color:#bcb4cf;font-size:12px}@media (max-width:700px){.immersive-reader{height:100vh}.immersive-reader .reader-bar{min-height:54px;padding:8px 10px}.immersive-reader .reader-bar h1{font-size:14px}.reader-nav{position:absolute;top:0;bottom:0;width:36px;background:#1d192740}.reader-nav.previous{left:0}.reader-nav.next{right:0}.reader-footer{padding:0 10px}.reader-footer span:last-child{display:none}}.chapter-button{border:1px solid #e7e1f4;border-radius:10px;padding:9px 10px;color:#6659ba;text-align:left;background:#fff;cursor:pointer}.chapter-button:disabled{opacity:.5}.reader-scroll.continuous{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:0}.reader-scroll.continuous img{min-width:100%;margin:0;border-radius:0;box-shadow:none}.immersive-reader .reader-tools button:disabled{opacity:.35;cursor:default}.immersive-reader{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:100!important}.immersive-reader .reader-scroll.continuous{width:100vw!important}.immersive-reader .reader-scroll.continuous img{width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;object-fit:contain!important}.immersive-reader .reader-tools{flex-wrap:nowrap}.immersive-reader .reader-tools button{white-space:nowrap}.source-switch{margin-left:auto;display:flex;gap:4px;padding:4px;border:1px solid #fff;border-radius:14px;background:#ffffff8c}.source-switch button{border:0;border-radius:10px;padding:7px 11px;background:transparent;color:#817a9a;font-size:12px;font-weight:700}.source-switch button.active{background:#eee9ff;color:#6255b8;box-shadow:0 3px 10px #7468a51a}.app-note{position:relative;z-index:5;max-width:1120px;margin:18px auto 0}.category-row button.selected{border-color:#cfc4ff;background:#eee9ff;color:#6255b8;font-weight:700}.latest-heading>small{color:#8b839e}.eh-grid .latest-card{min-width:0}.eh-card-placeholder{display:grid!important;place-items:center;aspect-ratio:.72;padding:0!important;background:linear-gradient(145deg,#d8d3f6,#f5d4e7);color:#7261c4;font-size:28px;font-weight:800}.eh-category{display:block;margin-bottom:5px;color:#8778cf;font-size:10px;font-weight:800;text-transform:uppercase}.eh-facts{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.eh-facts span{padding:6px 9px;border-radius:9px;background:#f0ecfb;color:#746a91;font-size:12px}.eh-read-button{margin-top:18px}.reader-tools span{display:inline-flex;align-items:center;padding:8px 11px;color:#d8d0e6;font-size:12px}@media (max-width:700px){.source-switch{margin-left:auto}.source-switch button{padding:7px 8px;font-size:10px}.eh-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-note{margin:12px 18px 0}}.language-row{margin-top:18px}.eh-card-meta{display:flex!important;align-items:center;justify-content:space-between;gap:8px;padding:0!important}.eh-language{flex:none;border-radius:999px;padding:3px 7px;background:#e8f0ff;color:#5571a8;font-size:9px;font-weight:800}.eh-language.inferred{background:#f3edf9;color:#857497}.eh-list-tags{display:flex!important;gap:4px;flex-wrap:wrap;padding:8px 0 0!important}.eh-list-tags span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:5px;padding:3px 5px;background:#f1eef8;color:#796f8e;font-size:9px}.eh-grid .latest-card>div{padding:11px 12px 13px}.eh-grid .latest-card h3{margin-top:5px}.eh-grid .latest-card p{margin-top:8px}.eh-language-group{display:flex;gap:3px;flex-wrap:wrap;justify-content:flex-end}.page-jump{display:flex;align-items:center;gap:7px}.page-jump input{width:64px;border:1px solid #e2dcf0;border-radius:10px;outline:0;padding:8px 9px;background:#fff;color:#514969;text-align:center}.page-jump input:focus{border-color:#bdb0f5;box-shadow:0 0 0 3px #ded7ff66}.page-jump button{padding:8px 11px}@media (max-width:600px){.pager{gap:7px;flex-wrap:wrap}.pager>button{padding:8px 10px}.page-jump{order:3;width:100%;justify-content:center}}.immersive-reader{isolation:isolate}.immersive-reader .reader-scroll{height:100%;scroll-behavior:auto;cursor:pointer}.immersive-reader:not(.controls-visible) .reader-scroll{cursor:none}.immersive-reader .reader-chrome{position:absolute!important;z-index:120;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .28s cubic-bezier(.2,.8,.2,1)}.immersive-reader .reader-chrome.visible{opacity:1;pointer-events:auto}.immersive-reader .reader-bar.reader-chrome{inset:0 0 auto 0!important;transform:translateY(-14px);background:linear-gradient(180deg,#18141ff2,#211b2cda 72%,#211b2c00)!important;padding:12px 20px 24px!important;min-height:76px!important}.immersive-reader .reader-bar.reader-chrome.visible{transform:translateY(0)}.immersive-reader .reader-bar .reader-title{position:absolute;left:50%;transform:translate(-50%);display:block!important;max-width:48vw;text-align:center}.immersive-reader .reader-title .eyebrow{margin:0 0 3px;color:#b9add6;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.immersive-reader .reader-title h1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.immersive-reader .reader-bar .reader-tools{display:flex!important;grid-auto-flow:column;align-items:center;gap:7px}.immersive-reader .reader-tools button{min-width:0!important}.reader-control-dock{left:50%;bottom:18px;width:min(900px,calc(100vw - 36px));min-height:104px;transform:translate(-50%,18px);display:grid;grid-template-columns:64px 60px minmax(0,1fr) 64px;gap:13px;align-items:center;padding:12px 14px;border:1px solid #ffffff1f;border-radius:22px;background:#211c2dea;box-shadow:0 18px 54px #0009;-webkit-backdrop-filter:blur(22px) saturate(1.2);backdrop-filter:blur(22px) saturate(1.2)}.reader-control-dock.visible{transform:translate(-50%)}.chapter-nav{height:68px;border:0;border-radius:15px;background:#ffffff0d;color:#f3edff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.chapter-nav:hover:not(:disabled){background:#ffffff1b}.chapter-nav:disabled{opacity:.28;cursor:default}.chapter-nav span{font-size:21px;line-height:1}.chapter-nav small{font-size:10px;color:#bfb5d3}.reader-page-preview{position:relative;width:56px;height:76px;overflow:hidden;border-radius:10px;background:#0e0c12;box-shadow:0 6px 18px #0008}.reader-page-preview img{width:100%;height:100%;object-fit:cover}.reader-page-preview strong{position:absolute;right:4px;bottom:4px;min-width:21px;padding:2px 5px;border-radius:6px;background:#17131dcc;color:#fff;text-align:center;font-size:10px}.reader-scrubber{min-width:0;display:grid;gap:8px}.reader-progress-meta,.reader-status-line{display:flex;align-items:center;justify-content:space-between;gap:14px}.reader-progress-meta span{overflow:hidden;color:#d8d0e6;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.reader-progress-meta strong{flex:none;color:#fff;font-size:12px}.reader-scrubber input[type=range]{width:100%;height:5px;margin:1px 0;accent-color:#aa8fff;cursor:pointer}.reader-status-line{color:#948aa8;font-size:10px}.reader-status-line span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reader-panel-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:125;border:0;background:#08060b99;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.reader-chapter-panel{position:absolute;z-index:130;top:0;right:0;width:min(430px,92vw);height:100%;padding:24px;background:#211c2ff7;color:#f6f1ff;box-shadow:-24px 0 70px #000a;animation:chapter-panel-in .25s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column}.chapter-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:4px 2px 18px;border-bottom:1px solid #ffffff17}.chapter-panel-head h2{margin:0;font:600 22px "Noto Serif SC",serif}.chapter-panel-head button{width:36px;height:36px;border:0;border-radius:11px;background:#ffffff12;color:#fff;font-size:25px;cursor:pointer}.chapter-panel-list{min-height:0;overflow:auto;display:grid;align-content:start;gap:7px;padding:16px 2px 30px}.chapter-panel-list button{display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid transparent;border-radius:13px;padding:10px 12px;background:#ffffff09;color:#dfd8eb;text-align:left;cursor:pointer}.chapter-panel-list button:hover{background:#ffffff12}.chapter-panel-list button.current{border-color:#9984ee;background:#8e75e826;color:#fff}.chapter-panel-list button span{color:#8f84a3;font-size:11px}.chapter-panel-list button strong{overflow:hidden;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.chapter-panel-list button em{color:#baf;font-size:10px;font-style:normal}@keyframes chapter-panel-in{0%{transform:translate(28px);opacity:0}to{transform:none;opacity:1}}@media (max-width:700px){.immersive-reader .reader-bar.reader-chrome{padding:9px 10px 18px!important}.immersive-reader .reader-bar .reader-title{max-width:38vw}.reader-control-dock{bottom:max(8px,env(safe-area-inset-bottom));width:calc(100vw - 16px);min-height:88px;grid-template-columns:44px 46px minmax(0,1fr) 44px;gap:7px;padding:9px;border-radius:17px}.chapter-nav{height:58px;border-radius:12px}.chapter-nav small{font-size:8px}.reader-page-preview{width:44px;height:60px}.reader-progress-meta span{display:none}.reader-status-line span:last-child{display:none}.reader-chapter-panel{padding:17px}.chapter-panel-head h2{font-size:18px}}.chapter-section-heading,.detail-primary-actions,.download-sheet-toolbar,.download-sheet-footer{display:flex;align-items:center;gap:12px}.chapter-section-heading{justify-content:space-between;margin-bottom:12px}.chapter-section-heading h2{margin:0}.detail-download-button{border:0;border-radius:14px;padding:11px 16px;background:#6c58d9;color:#fff;font-weight:700;cursor:pointer}.detail-download-button:disabled{opacity:.5;cursor:default}.detail-primary-actions{margin:20px 0 10px}.detail-primary-actions label,.download-sheet-toolbar label{display:flex;align-items:center;gap:8px;color:#6e6785}.detail-primary-actions select,.download-sheet-toolbar select,.reader-tools select{border:1px solid rgba(112,91,202,.2);border-radius:10px;padding:8px 10px;background:#ffffffb8;color:#342b58}.global-download-status,.download-result-note{position:fixed;right:24px;top:88px;z-index:70;width:min(380px,calc(100vw - 48px));padding:14px 16px;border:1px solid rgba(122,98,210,.18);border-radius:18px;background:#faf8ffeb;box-shadow:0 16px 50px #3a2a6a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.global-download-status div{display:flex;justify-content:space-between;gap:12px;margin-bottom:9px;font-size:13px}.global-download-status span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#746c8d}.global-download-status progress{width:100%;accent-color:#795ee7}.download-result-note{top:88px;color:#544a76;overflow-wrap:anywhere}.download-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;border:0;background:#16112375;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.download-sheet{position:fixed;z-index:81;top:6vh;right:4vw;bottom:6vh;width:min(620px,92vw);display:flex;flex-direction:column;padding:22px;border:1px solid rgba(255,255,255,.6);border-radius:28px;background:#f9f7fff7;box-shadow:0 30px 90px #1f163852}.download-sheet-head{display:flex;align-items:flex-start;justify-content:space-between}.download-sheet-head h2{margin:3px 0 18px}.download-sheet-head>button{border:0;background:transparent;font-size:28px;color:#62587b}.download-sheet-toolbar{flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid rgba(105,88,170,.13)}.download-sheet-toolbar button{border:0;border-radius:12px;padding:9px 13px;background:#ece8fb;color:#5b48bd}.download-sheet-toolbar span{margin-left:auto;color:#726989}.download-format-hint{margin:10px 0 0;color:#766d8d;font-size:13px}.download-chapter-list{min-height:0;flex:1;overflow:auto;display:grid;align-content:start;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0;padding-right:5px}.download-chapter-list label{display:grid;grid-template-columns:auto 34px 1fr;align-items:center;gap:8px;padding:12px;border:1px solid rgba(109,89,184,.13);border-radius:14px;background:#ffffff9e;cursor:pointer}.download-chapter-list label.selected{border-color:#806be0;background:#eeeafe}.download-chapter-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-sheet-footer{justify-content:space-between;padding-top:14px;border-top:1px solid rgba(105,88,170,.13)}.download-sheet-footer span{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#726989;font-size:13px}.download-sheet-footer button{border:0;border-radius:15px;padding:12px 22px;background:#6c58d9;color:#fff;font-weight:750}.reader-tools select{padding:7px 8px;background:#ffffff1f;border-color:#ffffff2e;color:#fff}.reader-tools select option{color:#24202e}@media (max-width:720px){.download-chapter-list{grid-template-columns:1fr}.download-sheet{top:3vh;right:3vw;bottom:3vh;left:3vw;width:auto}.download-sheet-toolbar span{margin-left:0}}.reader-mini-status{position:absolute;z-index:116;left:50%;bottom:7px;width:min(540px,calc(100vw - 34px));min-height:30px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;overflow:hidden;transform:translate(-50%,8px);opacity:0;pointer-events:none;border:1px solid #ffffff0c;border-radius:11px;padding:6px 12px 7px;background:#17131db3;color:#c8c0d2;box-shadow:0 5px 22px #0003;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);transition:opacity .25s ease,transform .25s ease;cursor:pointer}.reader-mini-status.visible{transform:translate(-50%);opacity:.58;pointer-events:auto}.reader-mini-status.visible:hover{opacity:.88}.reader-mini-status span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:10px;font-weight:500;letter-spacing:.01em}.reader-mini-status strong{font-size:10px;font-weight:650;color:#e2dbea}.reader-mini-status i{position:absolute;right:0;bottom:0;left:0;height:2px;background:#ffffff0c}.reader-mini-status i b{display:block;height:100%;background:#9e87e8;transition:width .18s ease}.eh-detail-page .detail-primary-actions{padding:14px;border:1px solid rgba(108,88,197,.14);border-radius:18px;background:#efebfc8c}.eh-detail-page .detail-primary-actions .detail-download-button{min-width:160px}@media (max-width:700px){.reader-mini-status{bottom:max(5px,env(safe-area-inset-bottom));width:calc(100vw - 18px);min-height:27px;padding:5px 9px 6px}.reader-mini-status span,.reader-mini-status strong{font-size:9px}}.eh-list-tags span[role=button]{cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}.eh-list-tags span[role=button]:hover,.eh-list-tags span[role=button]:focus-visible{outline:none;background:#ddd6fb;color:#5f4fbb;transform:translateY(-1px)}.eh-list-tags span.selected{background:#7561d5;color:#fff}.active-tag-filters{align-items:flex-start!important}.active-tag-filters button.selected{display:inline-flex;align-items:center;gap:7px}.active-tag-filters button.selected span{font-size:14px;line-height:1;opacity:.7}.eh-detail-tags button{border:0;border-radius:999px;padding:7px 10px;background:#f0ecfb;color:#7161c3;cursor:pointer;transition:background .18s ease,transform .18s ease}.eh-detail-tags button:hover{background:#dfd8fb;transform:translateY(-1px)}.download-center-button{margin-left:auto;border:1px solid #fff;border-radius:12px;padding:8px 12px;background:#ffffff73;color:#6f638e;font-weight:700;cursor:pointer}.product-bar .download-center-button+.source-switch{margin-left:0}.search-history-strip{display:flex;align-items:center;gap:7px;overflow:hidden;margin-top:10px;color:#8a819d;font-size:11px}.search-history-strip>span{flex:none}.search-history-strip button{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:0;border-radius:999px;padding:6px 9px;background:#eeeaf8;color:#6e60ae;cursor:pointer}.search-history-strip .manage-history{flex:none;margin-left:auto;background:transparent}.eh-card-state{display:flex!important;align-items:center;justify-content:space-between;gap:8px;padding:8px 0 1px!important;color:#7c7390;font-size:10px}.eh-card-state span:last-child{cursor:pointer}.eh-card-state span.favorite{color:#ce4f8c;font-weight:750}.detail-favorite-button{border:1px solid rgba(110,89,195,.18);border-radius:13px;padding:10px 14px;background:#fff;color:#7668b8;cursor:pointer}.detail-favorite-button.favorite{border-color:#e2a8c5;background:#fff0f7;color:#c64884}.management-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;border:0;background:#17121f66;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.management-drawer{position:fixed;z-index:151;top:0;right:0;width:min(520px,94vw);height:100vh;display:flex;flex-direction:column;padding:24px;background:#f9f7fffa;color:#332b49;box-shadow:-24px 0 80px #1d152d4d;animation:chapter-panel-in .24s cubic-bezier(.2,.8,.2,1)}.management-head{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:17px;border-bottom:1px solid #ded8ed}.management-head h2{margin:3px 0 0}.management-head>button{width:36px;height:36px;border:0;border-radius:11px;background:#ece7f6;color:#6b5d85;font-size:24px}.management-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:13px 0}.management-toolbar span{margin-right:auto;color:#81778f;font-size:12px}.management-toolbar button,.job-actions button{border:0;border-radius:10px;padding:8px 10px;background:#ece7f8;color:#6656b0;cursor:pointer}.management-toolbar button:disabled{opacity:.4}.download-job-list,.history-list{min-height:0;flex:1;overflow:auto;display:grid;align-content:start;gap:9px;padding:2px 3px 28px}.download-job{display:grid;gap:8px;padding:14px;border:1px solid #e4deef;border-radius:16px;background:#fff}.download-job>div:first-child{display:flex;justify-content:space-between;gap:12px}.download-job strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-job span{flex:none;color:#80768d;font-size:11px}.download-job.completed span{color:#448566}.download-job.failed span{color:#b74f64}.download-job.interrupted span{color:#a07948}.download-job progress{width:100%;accent-color:#7862da}.download-job small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8b8296}.job-actions{display:flex;justify-content:flex-end;gap:7px}.empty-management{padding:40px 12px;color:#8c8398;text-align:center}.history-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px 9px;border:1px solid #e4deef;border-radius:13px;background:#fff}.history-list article.selected{border-color:#8b75dd;background:#f0ecff}.history-list button{border:0;background:transparent;color:#6b5ab3;cursor:pointer}.history-list .history-query{overflow:hidden;padding:7px;text-align:left;text-overflow:ellipsis;white-space:nowrap;color:#3f3651}@media (max-width:700px){.download-center-button{padding:7px 8px;font-size:10px}.management-drawer{padding:17px}.search-history-strip button:nth-of-type(n+4){display:none}}.tag-return-button{max-width:100%;overflow:hidden;margin:0 0 16px;border:1px solid #ddd5f5;border-radius:13px;padding:10px 13px;background:#f1edff;color:#6655b6;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.eh-card-creators{display:flex!important;align-items:center;gap:5px;overflow:hidden;padding:7px 0 0!important;color:#877c99;font-size:9px}.eh-card-creators>span:first-child{flex:none;color:#9a90a8}.eh-card-creators span[role=button]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:6px;padding:3px 6px;background:#eee9fa;color:#6e5eb5;cursor:pointer}.eh-creator-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:12px 0}.eh-creator-row strong{color:#6f6680;font-size:12px}.eh-creator-row button{border:0;border-radius:999px;padding:7px 10px;background:#e9e3fa;color:#6755b4;cursor:pointer}.detail-reading-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.detail-reading-actions .eh-read-button{margin-top:0}.detail-progressive-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 14px;padding:10px 12px;border:1px solid rgba(111,88,197,.14);border-radius:14px;background:#f4f0fdc7;color:#74698a;font-size:12px}.detail-progressive-banner button{flex:none;border:0;border-radius:10px;padding:9px 13px;background:linear-gradient(110deg,#735fe0,#d875b0);color:#fff;font-weight:700;cursor:pointer}.detail-progressive-banner button:disabled{cursor:wait;opacity:.65}.detail-reading-actions .secondary,.secondary-read-button{background:#ece8f8!important;color:#6758aa!important}.continue-reading-button{font-weight:750}.detail-copy .secondary-read-button{margin-left:9px}@media (max-width:700px){.detail-reading-actions{display:grid}.detail-reading-actions button{width:100%}.detail-copy .secondary-read-button{margin-left:0;margin-top:8px}}@media (max-width:700px){.detail-progressive-banner{align-items:stretch;flex-direction:column}.detail-progressive-banner button{width:100%}}.search-composer{position:relative;z-index:8}.search-composer .source-search{margin-bottom:0}.search-history-popover{position:absolute;z-index:20;top:calc(100% + 9px);right:0;left:0;overflow:hidden;border:1px solid rgba(117,94,196,.16);border-radius:18px;background:#fffffff7;box-shadow:0 22px 62px #31235433;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.search-history-head{display:flex;align-items:center;gap:8px;padding:11px 13px;border-bottom:1px solid #eee9f6;color:#746b88;font-size:11px}.search-history-head strong{color:#403653;font-size:12px}.search-history-head span{margin-right:auto}.search-history-head button{border:0;border-radius:8px;padding:6px 8px;background:#f0ecfa;color:#6756b4;cursor:pointer}.search-history-head button:disabled{opacity:.38}.search-history-results{max-height:250px;overflow:auto;padding:7px}.search-history-results article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;border-radius:11px;padding:4px 7px}.search-history-results article:hover,.search-history-results article.selected{background:#f3effd}.search-history-results button{border:0;background:transparent;color:#6c5bb4;cursor:pointer}.search-history-results .history-query{overflow:hidden;padding:8px;text-align:left;text-overflow:ellipsis;white-space:nowrap;color:#453c55}.library-count{border:1px solid #fff;border-radius:999px;padding:9px 13px;background:#ffffff91;color:#756a91;font-size:12px}.library-filters{border-bottom:1px solid #e6e0f0;padding-bottom:12px}.library-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.library-card{min-width:0;display:grid;grid-template-columns:126px minmax(0,1fr);gap:17px;padding:14px;border:1px solid #fff;border-radius:24px;background:#ffffffad;box-shadow:0 13px 34px #483a6617}.library-cover{position:relative;overflow:hidden;min-height:178px;border:0;border-radius:16px;padding:0;background:linear-gradient(145deg,#d8d3f6,#f5d4e7);color:#705fc2;font-size:27px;font-weight:800}.library-cover img{display:block;width:100%;height:100%;object-fit:cover}.library-cover>span{display:grid;height:100%;place-items:center}.library-cover i{position:absolute;right:7px;bottom:7px;left:7px;overflow:hidden;border-radius:7px;padding:4px 6px;background:#292139b8;color:#fff;font-size:9px;font-style:normal;text-align:center;text-overflow:ellipsis;white-space:nowrap}.library-card-copy{min-width:0;display:flex;flex-direction:column;padding:5px 2px 1px}.library-title{border:0;padding:0;background:transparent;color:#39304b;text-align:left}.library-title h2{display:-webkit-box;overflow:hidden;margin:0;font:650 20px/1.35 "Noto Serif SC",serif;-webkit-box-orient:vertical;-webkit-line-clamp:2}.library-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.library-badges span{border-radius:999px;padding:4px 7px;background:#f0ebfb;color:#6d5cbb;font-size:10px}.library-badges span:first-child{background:#fff0f7;color:#bf4f83}.library-unread{margin:20px 0 0;color:#92889f;font-size:12px}.library-progress{display:grid;gap:7px;margin-top:19px}.library-progress>div{display:flex;justify-content:space-between;gap:9px;color:#7b718c;font-size:11px}.library-progress>div span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-progress strong{flex:none;color:#5e5275}.library-progress>i{height:4px;overflow:hidden;border-radius:999px;background:#e6e0ee}.library-progress b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7a66d9,#f083b2)}.library-card-actions{display:flex;gap:7px;margin-top:auto;padding-top:15px}.library-card-actions button{border:1px solid #e3ddef;border-radius:10px;padding:7px 9px;background:#fff;color:#766a8d;font-size:11px}.library-card-actions button.active{border-color:#d0c5f6;background:#eee9ff;color:#604fb4}.library-card-actions button.favorite{border-color:#efc4d7;background:#fff0f7;color:#bd4b7f}.detail-favorite-button.subscribed{border-color:#cfc4f6;background:#eee9ff;color:#6250b9}.library-detail-actions{padding:12px;border:1px solid rgba(108,88,197,.12);border-radius:16px;background:#efebfc6b}.eh-card-state{align-items:flex-start!important}.eh-reading-state{flex:1;padding-top:4px}.eh-card-library-actions{display:flex;gap:7px;padding:0!important}.eh-card-library-actions .subscribed{color:#6554b8;font-weight:750}.reader-scrubber input[type=range]{height:18px;background:transparent;accent-color:#a58af4}.reader-scrubber input[type=range]::-webkit-slider-runnable-track{height:5px;border-radius:999px;background:#51475f}.reader-scrubber input[type=range]::-webkit-slider-thumb{width:17px;height:17px;margin-top:-6px;border:3px solid #efeaff;border-radius:50%;background:#9f82f0;box-shadow:0 3px 10px #0008;-webkit-appearance:none}@media (max-width:700px){.search-history-head{flex-wrap:wrap}.search-history-head span{margin-right:0}.search-history-results{max-height:210px}.library-grid{grid-template-columns:1fr}.library-card{grid-template-columns:105px minmax(0,1fr);padding:11px}.library-cover{min-height:150px}.library-title h2{font-size:17px}.library-count{align-self:flex-start}.eh-card-state{display:grid!important}.eh-card-library-actions{justify-content:space-between}}.filter-pending-note{margin:12px 0 0!important;color:#7768bd!important;font-size:11px!important;animation:filter-pulse 1.1s ease-in-out infinite alternate}@keyframes filter-pulse{to{opacity:.48}}.reader-page-slot{position:relative;width:100%;flex:none;overflow-anchor:none;background:#121117}.reader-page-slot.target{overflow-anchor:none}.reader-page-slot.loading,.reader-page-slot.resolving{aspect-ratio:.72;background:linear-gradient(145deg,#17141d,#1f1a27)}.reader-page-slot.resolving>img:not(.ready){position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none}.reader-page-slot.ready>img{display:block;width:100%;height:auto;opacity:1}.jm-remote-image{position:relative;width:100%;overflow:hidden;background:#121117;filter:brightness(var(--reader-brightness,1)) saturate(var(--reader-saturation,1)) contrast(var(--reader-contrast,1))}.reader-color-eye .jm-remote-image{filter:brightness(var(--reader-brightness,1)) sepia(var(--reader-warmth,.08)) saturate(var(--reader-saturation,.96)) contrast(var(--reader-contrast,.99))}.reader-color-original.reader-filter-neutral .jm-remote-image{filter:none}.jm-remote-probe{position:absolute!important;left:-2px!important;top:-2px!important;width:1px!important;height:1px!important;opacity:.001!important;pointer-events:none}.jm-decoded-canvas{display:none;width:100%;height:auto;margin:0;border:0}.jm-decoded-canvas.ready{display:block}.jm-remote-slice{width:100%;background-repeat:no-repeat;background-color:#121117}.reader-page-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:12px;color:#8f849f;font-size:11px}.reader-page-placeholder span{font-size:13px;color:#b5a9c5}.reader-page-placeholder i{width:120px;height:4px;overflow:hidden;border-radius:999px;background:#30283a}.reader-page-placeholder i:after{content:"";display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7763d5,#e77baa);animation:reader-slot-loading 1.15s ease-in-out infinite alternate}.reader-page-placeholder small{font-size:10px;color:#71677d}@keyframes reader-slot-loading{0%{transform:translate(-10%)}to{transform:translate(155%)}}.eh-discover{max-width:1380px}.eh-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;transition:opacity .14s ease}.eh-results-updating .eh-grid{opacity:.68}.eh-results-updating .latest-heading:after{content:"更新中";margin-left:auto;padding:4px 8px;border-radius:999px;background:#eee9ff;color:#6d5ac1;font-size:10px;animation:filter-pulse .8s ease-in-out infinite alternate}.reader-page-slot>img{filter:brightness(var(--reader-brightness,1)) saturate(var(--reader-saturation,1)) contrast(var(--reader-contrast,1))!important}.reader-color-eye .reader-page-slot>img{filter:brightness(var(--reader-brightness,1)) sepia(var(--reader-warmth,.08)) saturate(var(--reader-saturation,.96)) contrast(var(--reader-contrast,.99))!important}.reader-brightness-control{display:flex;align-items:center;gap:5px;height:32px;padding:0 8px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#ffffff1a;color:#fff}.reader-brightness-control span{font-size:12px}.reader-brightness-control input{width:82px;margin:0;accent-color:#aa8fff}@media (max-width:1050px){.eh-grid{grid-template-columns:repeat(auto-fill,minmax(185px,1fr))}.reader-brightness-control input{width:58px}}@media (max-width:700px){.eh-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reader-brightness-control{padding:0 5px}.reader-brightness-control span{display:none}.reader-brightness-control input{width:45px}}.detail-skeleton{min-height:440px}.detail-skeleton .skeleton-art{background:linear-gradient(110deg,#ece8f4 20%,#f8f6fb,#ece8f4 64%);background-size:220% 100%;animation:detail-shimmer 1.2s linear infinite}.detail-skeleton .skeleton-art img{opacity:.62;filter:saturate(.8)}.skeleton-line{height:14px;margin:15px 0;border-radius:999px;background:linear-gradient(110deg,#e8e3f0 20%,#f8f6fb,#e8e3f0 64%);background-size:220% 100%;animation:detail-shimmer 1.2s linear infinite}.skeleton-line.short{width:34%}.skeleton-line.medium{width:66%}.detail-loading-label{margin-top:24px;color:#786d8d;font-size:12px}.detail-loading-label button{border:1px solid #d9d1e9;border-radius:10px;padding:8px 11px;background:#fff;color:#6959ae;cursor:pointer}@keyframes detail-shimmer{to{background-position:-220% 0}}.manga-reading-actions{margin:20px 0 26px;padding:15px;border:1px solid rgba(108,88,197,.12);border-radius:18px;background:#efebfc75}.manga-reading-actions .continue-reading-button{min-width:min(360px,100%)}.chapter-directory{padding-top:5px;border-top:1px solid #e3ddef}.chapter-section-heading>div{display:flex;align-items:baseline;gap:10px}.chapter-section-heading small{color:#897f98;font-size:11px}.detail-download-button.quiet{border:1px solid #ddd7e9;padding:8px 11px;background:transparent;color:#817690;font-size:11px;font-weight:650;box-shadow:none}.detail-download-button.quiet:hover{border-color:#c8bee0;background:#f5f2fa;color:#6657a2}.chapter-group+.chapter-group{margin-top:22px}.chapter-group-heading{display:flex;align-items:center;gap:8px;margin-bottom:9px}.chapter-group-heading h3{margin:0;color:#494054;font-size:14px}.chapter-group-heading span{border-radius:999px;padding:3px 7px;background:#eee9f8;color:#7466ae;font-size:10px}.library-organizer{display:grid;gap:12px;margin-bottom:22px;padding:14px;border:1px solid rgba(111,91,179,.11);border-radius:20px;background:#ffffff6b}.library-organizer .library-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-bottom:0;border:0}.library-filter-chip{display:inline-flex;align-items:stretch;border:1px solid #ddd6ec;border-radius:999px;background:#fff;overflow:hidden}.library-filter-chip>button{border:0!important;border-radius:0!important}.library-filter-chip .remove-collection{width:28px;padding:0!important;background:#f5f1fa!important;color:#968ba3!important}.create-collection{display:flex;align-items:center;gap:8px;max-width:420px}.create-collection input,.library-category-editor input{min-width:0;flex:1;border:1px solid #ddd6e9;border-radius:11px;padding:9px 11px;background:#fff;color:#3f354c}.create-collection button,.library-category-editor form button{border:0;border-radius:11px;padding:9px 12px;background:#eae4f8;color:#6654b0;font-weight:700}.create-collection button:disabled,.library-category-editor form button:disabled{opacity:.42}.library-badges span.custom{background:#edf3ff;color:#526fa4}.library-category-editor{margin-top:10px;padding:12px;border:1px solid #ddd5ec;border-radius:14px;background:#faf8ff;box-shadow:0 12px 30px #3727571a}.category-editor-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.category-editor-head>button{border:0;background:transparent;color:#82768f;font-size:18px}.library-category-editor>p{margin:8px 0;color:#8b8196;font-size:11px}.category-editor-list{display:grid;gap:5px;max-height:180px;overflow:auto}.category-editor-list>div{display:flex;align-items:center;gap:8px;padding:6px 7px;border-radius:9px;background:#fff}.category-editor-list label{display:flex;align-items:center;gap:7px;min-width:0;flex:1;color:#564c64;font-size:12px}.category-editor-list button{border:0;border-radius:8px;padding:5px 7px;background:#f0ecf8;color:#7769a8;font-size:10px}.library-category-editor form{display:flex;gap:7px;margin-top:10px}@media (max-width:700px){.detail-skeleton{min-height:360px}.manga-reading-actions{display:grid}.manga-reading-actions button{width:100%}.chapter-section-heading{align-items:flex-start}.library-organizer{padding:10px}.create-collection{max-width:none}.library-category-editor{grid-column:1/-1}.category-editor-list>div{align-items:flex-start}}.detail-card>.detail-art{flex:0 0 210px;width:210px;align-self:flex-start;aspect-ratio:7/10}.detail-card>.detail-art img{display:block;width:100%;height:100%;object-fit:cover}@media (max-width:700px){.detail-card>.detail-art{width:150px;max-width:48vw}}.library-filters>button,.library-filter-chip>button:first-child{display:inline-flex;align-items:center;gap:7px}.library-filters button small{min-width:18px;border-radius:999px;padding:2px 5px;background:#e9e3f5;color:#71658c;font-size:9px;text-align:center}.library-filters button.active small{background:#ffffff61;color:inherit}.library-filter-chip .default-collection{width:32px;min-width:32px;padding:0!important;background:#f6f2fb!important;color:#9a8ca9!important}.library-filter-chip .default-collection.active{background:#eee7ff!important;color:#6953c0!important}.history-toolbar{display:flex;align-items:end;gap:10px;flex-wrap:wrap;margin:20px 0;padding:13px;border:1px solid rgba(110,90,180,.12);border-radius:18px;background:#ffffff7a}.history-toolbar label{display:grid;gap:5px;color:#7d738c;font-size:10px}.history-toolbar input,.history-toolbar select{height:38px;border:1px solid #ddd6e9;border-radius:10px;padding:0 10px;background:#fff;color:#453a53}.history-toolbar>button{height:38px;border:0;border-radius:10px;padding:0 12px;background:#ece7f7;color:#65a}.history-toolbar>button.danger{margin-left:auto;background:#fff0f4;color:#ad506e}.history-toolbar>button:disabled{opacity:.4}.browsing-history-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:10px}.browsing-history-list article{min-width:0;display:grid;grid-template-columns:54px minmax(0,1fr) 34px;align-items:center;gap:11px;padding:9px;border:1px solid rgba(110,90,180,.11);border-radius:16px;background:#ffffffa6}.history-cover{overflow:hidden;width:54px;height:72px;border:0;border-radius:9px;padding:0;background:linear-gradient(145deg,#d9d4f6,#f7d8e9);color:#6f5bbb}.history-cover img{display:block;width:100%;height:100%;object-fit:cover}.history-entry-copy{min-width:0;display:grid;gap:7px;border:0;padding:0;background:transparent;text-align:left}.history-entry-copy strong{overflow:hidden;color:#40364c;text-overflow:ellipsis;white-space:nowrap}.history-entry-copy span{color:#8c8297;font-size:10px}.history-remove{width:30px;height:30px;border:0;border-radius:9px;background:#f2edf7;color:#998da4;font-size:17px}@media (max-width:700px){.history-toolbar{align-items:stretch}.history-toolbar label{flex:1 1 120px}.history-toolbar>button.danger{margin-left:0}.browsing-history-list{grid-template-columns:1fr}}.detail-creator-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:10px 0;color:#756b83}.detail-creator-row strong{font-size:12px}.detail-creator-row button{border:0;border-radius:999px;padding:7px 10px;background:#ebe5fa;color:#6653b0;cursor:pointer}.detail-creator-row span{font-size:12px;color:#958b9f}.eh-character-row button{background:#e8f0ff;color:#4d6fa8}.eh-uploader-link{border:0;border-radius:8px;padding:5px 8px;background:#f0ecf8;color:#6857ad;cursor:pointer}.reader-color-original.reader-filter-neutral .reader-page-slot>img{filter:none!important}.eh-grid>.latest-card,.source-result-grid>.real-book-card,.library-grid>.library-card{content-visibility:auto;contain-intrinsic-size:auto 260px}.browsing-history-list>article{content-visibility:auto;contain-intrinsic-size:auto 90px}.account-menu-button{border:1px solid #fff;border-radius:12px;padding:8px 12px;background:#ffffff73;color:#6f638e;font-weight:750;cursor:pointer;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu-button.signed-in{background:#eee9ff;color:#6255b8;box-shadow:inset 0 0 0 1px #d9d0ff}.account-drawer{width:min(430px,94vw)}.account-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:22px 0;padding:5px;border-radius:15px;background:#eeeaf6}.account-mode-switch button{border:0;border-radius:11px;padding:11px;background:transparent;color:#756b8d;font-weight:750;cursor:pointer}.account-mode-switch button.active{background:#fff;color:#6255b8;box-shadow:0 5px 14px #4c3e6b18}.account-form{display:flex;flex-direction:column;gap:16px}.account-form label{display:flex;flex-direction:column;gap:7px;color:#514760;font-size:13px;font-weight:750}.account-form input{height:44px;border:1px solid #ddd6ea;border-radius:13px;padding:0 13px;background:#fff;color:#30283e;font:inherit;outline:none}.account-form input:focus{border-color:#9c8dea;box-shadow:0 0 0 3px #8e7de51c}.account-form>p,.account-session-card>p{margin:0;color:#83798f;line-height:1.65;font-size:13px}.account-submit,.account-logout{border:0;border-radius:13px;padding:12px 16px;background:#6f5ccc;color:#fff;font-weight:800;cursor:pointer}.account-submit:disabled,.account-logout:disabled{opacity:.55;cursor:default}.account-error{padding:11px 13px;border-radius:12px;background:#fff0f2;color:#a43e55;font-size:13px}.account-session-card{display:grid;grid-template-columns:50px 1fr;gap:14px;align-items:center;margin-top:24px}.account-avatar{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:linear-gradient(145deg,#806de1,#df86ba);color:#fff;font-size:22px;font-weight:900}.account-session-card>div{display:flex;flex-direction:column;gap:4px}.account-session-card>div strong{font-size:18px}.account-session-card>div small{color:#80758e}.account-session-card>p,.account-session-card>.account-logout{grid-column:1/-1}.migration-proof{padding:10px 12px;border-radius:11px;background:#efecf8;color:#685d7d!important;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px!important;overflow-wrap:anywhere}.account-logout{background:#ede8f4;color:#6d607d}@media (max-width:700px){.account-menu-button{padding:7px 8px;font-size:10px;max-width:72px}.product-bar{gap:8px}.product-bar nav{gap:0}}.account-session-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:9px}.account-session-actions button{border:0;border-radius:13px;padding:12px 14px;background:#6f5ccc;color:#fff;font-weight:800;cursor:pointer}.account-session-actions .account-logout{background:#ede8f4;color:#6d607d}.account-session-actions button:disabled{opacity:.55;cursor:default}.library-heading-actions{display:flex;align-items:center;gap:10px}.library-heading-actions>button{border:1px solid #ddd6ef;border-radius:12px;padding:9px 13px;background:#fff9;color:#6759b5;font-weight:750;cursor:pointer}.library-heading-actions>button:hover{background:#f2eeff}.reader-page-placeholder>button{border:1px solid #6e608e;border-radius:10px;padding:7px 11px;background:#30283d;color:#f5efff;font-weight:750;cursor:pointer}.reader-page-placeholder>button:hover{background:#423650}.global-navigation{display:flex;gap:4px;padding:3px;border:1px solid #fff;border-radius:12px;background:#ffffff78}.global-navigation button{width:32px;height:32px;border:0;border-radius:9px;background:transparent;color:#6759b8;font-size:17px;cursor:pointer}.global-navigation button:hover:not(:disabled){background:#eee9ff}.global-navigation button:disabled{opacity:.28;cursor:default}.filter-panel{margin-top:18px;border:1px solid #ebe5f6;border-radius:20px;padding:16px;background:#fff6}.filter-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:4px}.filter-panel-head>div{display:flex;align-items:center;gap:9px}.filter-panel-head strong{color:#554b70;font-size:14px}.filter-panel-head span{color:#938aa7;font-size:11px}.advanced-filter-toggle,.filter-reset{border:1px solid #e1daef;border-radius:10px;padding:7px 10px;background:#fff;color:#6d61b2;font-size:12px;cursor:pointer}.advanced-filter-toggle.active{background:#eee9ff;border-color:#cec3f8}.filter-reset{border-color:transparent;background:transparent;color:#9a6f87}.filter-tier .category-row,.filter-advanced .category-row{border-top:0;padding-top:14px}.filter-tier-primary{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.8fr);gap:18px}.filter-tier-primary .language-row{margin-top:0}.filter-advanced{margin-top:15px;padding-top:4px;border-top:1px solid #e9e3f3;animation:filter-reveal .16s ease-out}.filter-empty-hint{align-self:center;color:#9990a9;font-size:11px}.active-tag-filters button span{margin-left:5px;opacity:.62}@keyframes filter-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (max-width:850px){.product-bar{gap:12px}.brand-button{font-size:0}.brand-button span{font-size:16px}.filter-tier-primary{grid-template-columns:1fr}.filter-panel-head{align-items:flex-start}.filter-panel-head>div:last-child{flex-wrap:wrap;justify-content:flex-end}}@media (max-width:600px){.global-navigation button{width:29px;height:29px}.filter-panel{padding:13px}.filter-panel-head{display:block}.filter-panel-head>div:last-child{margin-top:10px;justify-content:flex-start}}.reader-history-controls{display:flex;align-items:center;gap:5px}.reader-history-controls>button{border:0;border-radius:9px;padding:7px 10px;background:#332b40;color:#eee8fa;cursor:pointer}.reader-history-controls>button:disabled{opacity:.3;cursor:default}.filter-advanced .active-tag-filters small{display:inline-flex;align-items:center;min-height:32px;color:#978da3;font-size:11px}.advanced-filter-toggle span{margin-left:5px;font-size:14px}@media (max-width:720px){.global-navigation{order:2}.product-bar nav{order:3}.reader-history-controls .reader-back{max-width:92px}}.page-edge-controls{position:fixed;z-index:45;right:18px;bottom:20px;display:flex;flex-direction:column;gap:7px;padding:5px;border:1px solid rgba(255,255,255,.88);border-radius:15px;background:#f7f4ffc7;box-shadow:0 10px 30px #45346429;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.page-edge-controls button{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:11px;background:#fff;color:#6655b7;font-size:18px;font-weight:800;cursor:pointer;box-shadow:0 3px 10px #4c3a7014}.page-edge-controls button:hover:not(:disabled){background:#eee9ff}.page-edge-controls button:disabled{opacity:.28;cursor:default;box-shadow:none}@media (max-width:700px){.page-edge-controls{right:10px;bottom:12px}.page-edge-controls button{width:34px;height:34px}}.reader-tools button.active{background:#9a82e938;color:#fff;box-shadow:inset 0 0 0 1px #ae9af366}.reader-display-panel{position:absolute;z-index:130;top:76px;right:18px;width:min(370px,calc(100vw - 24px));max-height:calc(100% - 104px);overflow:auto;padding:20px;border:1px solid #ffffff1c;border-radius:20px;background:#211c2ff7;color:#f6f1ff;box-shadow:0 22px 70px #000b;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);animation:filter-reveal .16s ease-out}.reader-display-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:14px;border-bottom:1px solid #ffffff17}.reader-display-head h2{margin:0;font:600 22px "Noto Serif SC",serif}.reader-display-head>button{width:34px;height:34px;border:0;border-radius:10px;background:#ffffff12;color:#fff;font-size:23px;cursor:pointer}.reader-display-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:15px 0}.reader-display-presets button,.reader-display-mode button{border:1px solid #ffffff15;border-radius:11px;padding:9px 8px;background:#ffffff0b;color:#d9d1e7;font-size:11px;cursor:pointer}.reader-display-presets button:hover,.reader-display-presets button.active,.reader-display-mode button.active{border-color:#9d89ee;background:#8f75e82d;color:#fff}.reader-display-mode{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:14px;color:#c5bbd5;font-size:12px}.reader-display-mode>div{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:4px;border-radius:12px;background:#16121e}.reader-display-mode button{min-width:72px;border:0;padding:7px 10px}.reader-display-sliders{display:grid;gap:14px;padding:15px;border-radius:16px;background:#17131f}.reader-display-sliders label{display:grid;gap:8px}.reader-display-sliders label>span{display:flex;justify-content:space-between;color:#cfc6dc;font-size:12px}.reader-display-sliders output{color:#b7a3ff;font-variant-numeric:tabular-nums}.reader-display-sliders input{width:100%;margin:0;accent-color:#a88cf2;cursor:pointer}.reader-display-hint{margin:13px 2px 0;color:#91869f;font-size:10px;line-height:1.6}@media (max-width:700px){.reader-display-panel{top:60px;right:8px;max-height:calc(100% - 76px);padding:15px;border-radius:16px}.reader-display-head h2{font-size:18px}.reader-display-presets button{padding:8px 5px;font-size:10px}}.pixiv-card>img{aspect-ratio:1/1;object-fit:contain;background:linear-gradient(135deg,#f1edfa,#f7f5ff)}.pixiv-detail-page .detail-card>.detail-art{aspect-ratio:auto;min-height:210px;background:linear-gradient(135deg,#f1edfa,#f7f5ff)}.pixiv-detail-page .detail-card>.detail-art img{height:auto;max-height:70vh;object-fit:contain}.pixiv-grid .latest-card>div{align-self:stretch}.library-source-extras{margin-top:10px}@media (max-width:700px){.pixiv-detail-page .detail-card>.detail-art img{max-height:48vh}}.author-subscribe.active{background:#7258d9;color:#fff;border-color:#7258d9}.reader-single-save{border:1px solid #ffffff1c;border-radius:10px;padding:7px 10px;background:#ffffff0d;color:#eee8fa;cursor:pointer;white-space:nowrap}.reader-single-save:hover:not(:disabled){background:#9a82e938}.reader-single-save:disabled{opacity:.35;cursor:default}@media (max-width:850px){.reader-single-save{padding:6px 8px;font-size:11px}}.pixiv-language-filter{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;padding:10px 12px;border:1px solid #e8e1f3;border-radius:14px;background:#ffffff82}.pixiv-language-filter>span{margin-right:3px;color:#81758f;font-size:12px}.pixiv-language-filter button{border:1px solid #e1d8f0;border-radius:999px;padding:7px 12px;background:#fff;color:#7666a5;cursor:pointer}.pixiv-language-filter button.active{border-color:#9b83e8;background:#eee8ff;color:#6049b2;font-weight:750}.pixiv-language-filter button.clear{border-color:transparent;background:transparent;color:#9b7084}.pixiv-language-badges{display:flex;gap:5px;flex-wrap:wrap;margin:7px 0 2px}.pixiv-language-badges span{border-radius:999px;padding:3px 7px;background:#e8f2ff;color:#4d6f9b;font-size:10px;font-weight:750}.pixiv-language-badges span.inferred{background:#f1edf7;color:#827790}.pixiv-language-badges.detail-languages{margin:10px 0}.pixiv-language-badges.detail-languages span{font-size:11px;padding:5px 9px}.author-subscription-section{margin:14px 0 24px;padding:18px;border:1px solid #e8e1f3;border-radius:22px;background:#ffffffa8}.author-subscription-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px}.author-subscription-head h2{margin:0}.author-subscription-head>small{color:#8e84a0}.author-subscription-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:10px}.author-subscription-grid article{display:flex;align-items:center;gap:8px;padding:8px;border-radius:15px;background:#f7f4fc}.author-subscription-main{display:flex;align-items:center;gap:10px;min-width:0;flex:1;border:0;background:transparent;text-align:left;cursor:pointer}.author-subscription-main img,.author-subscription-main>span{width:48px;height:48px;border-radius:14px;object-fit:cover;background:#e9e1f6;display:grid;place-items:center}.author-subscription-main div{min-width:0}.author-subscription-main strong,.author-subscription-main small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.author-subscription-main small{margin-top:3px;color:#8e84a0;font-size:10px}.author-unsubscribe{border:0;border-radius:10px;padding:7px 9px;background:#eee8f6;color:#75698a;cursor:pointer}.author-unsubscribe:hover{background:#e5dcf2;color:#5f4d7a}@media (max-width:600px){.author-subscription-section{padding:13px}.author-subscription-grid{grid-template-columns:1fr}.author-unsubscribe{font-size:11px}}.pixiv-auth-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;padding:12px 14px;border:1px solid #e7e0ef;border-radius:15px;background:#fff9}.pixiv-auth-strip.connected{border-color:#cce8da;background:#f4fcf8}.pixiv-auth-strip>div{min-width:0}.pixiv-auth-strip strong,.pixiv-auth-strip small{display:block}.pixiv-auth-strip strong{color:#514768}.pixiv-auth-strip small{margin-top:3px;color:#90869c;font-size:11px}.pixiv-auth-strip button{flex:none;border:1px solid #dcd2ec;border-radius:11px;padding:8px 12px;background:#f4effb;color:#6856a7;cursor:pointer}.pixiv-auth-strip button:disabled{opacity:.5;cursor:wait}.pixiv-rating-filter{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}.pixiv-rating-filter>span{color:#81758f;font-size:12px}.pixiv-rating-filter button{border:1px solid #e1d8f0;border-radius:999px;padding:7px 13px;background:#fff;color:#7666a5;cursor:pointer}.pixiv-rating-filter button.active{border-color:#9780e2;background:#eee8ff;color:#5f48af;font-weight:750}.pixiv-rating-filter button.r18{color:#a54d70}.pixiv-rating-filter button.r18.active{border-color:#d67da2;background:#ffe8f1;color:#963a62}.pixiv-rating-filter small{color:#a0788a;font-size:11px}@media (max-width:600px){.pixiv-auth-strip{align-items:flex-start}.pixiv-auth-strip button{padding:7px 9px;font-size:11px}}.pixiv-page-language-panel{margin:18px 0;padding:16px;border:1px solid #e5def1;border-radius:18px;background:linear-gradient(135deg,#fbfaff,#f6f2fc)}.pixiv-page-language-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.pixiv-page-language-head strong,.pixiv-page-language-head small{display:block}.pixiv-page-language-head strong{color:#51466a}.pixiv-page-language-head small{margin-top:3px;color:#93889f;font-size:10px}.pixiv-auto-language-toggle{display:flex;align-items:center;gap:7px;color:#6d5fa2;font-size:12px;white-space:nowrap;cursor:pointer}.pixiv-auto-language-toggle input{accent-color:#795ed8}.pixiv-language-progress{display:grid;gap:6px;margin-top:14px}.pixiv-language-progress progress{width:100%;height:7px;accent-color:#8469dd}.pixiv-language-progress small{color:#8a8098;font-size:10px}.pixiv-language-groups{display:grid;gap:8px;margin-top:14px}.pixiv-language-groups article{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border-radius:13px;background:#fff}.pixiv-language-groups article strong,.pixiv-language-groups article small{display:block}.pixiv-language-groups article strong{color:#51456d}.pixiv-language-groups article small{margin-top:3px;color:#958ba1;font-size:10px}.pixiv-language-groups article>div:last-child{display:flex;gap:6px}.pixiv-language-groups button,.pixiv-reanalyze-button,.pixiv-language-error button{border:1px solid #dcd3ec;border-radius:10px;padding:7px 11px;background:#eee8fb;color:#6452ad;cursor:pointer}.pixiv-language-groups button.quiet,.pixiv-reanalyze-button{background:transparent;color:#7e7390}.pixiv-language-groups button:disabled{opacity:.45;cursor:wait}.pixiv-reanalyze-button{margin-top:10px;padding:5px 8px;border-color:transparent;font-size:10px}.pixiv-language-error{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:10px 11px;border-radius:12px;background:#fff0f4;color:#a34d68;font-size:11px}@media (max-width:600px){.pixiv-page-language-panel{padding:13px}.pixiv-page-language-head{align-items:flex-start}.pixiv-language-groups article{align-items:flex-start}.pixiv-language-groups article>div:last-child{flex-direction:column}.pixiv-language-groups button{padding:6px 9px}}.source-card-stats{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:7px;color:#827592;font-size:10px;font-variant-numeric:tabular-nums}.source-card-stats span{display:inline-flex;align-items:center;gap:3px;padding:3px 7px;border-radius:999px;background:#f1edf8}.pixiv-card .source-card-stats{margin:6px 0}.real-book-card .source-card-stats{margin-top:8px}.latest-grid{grid-template-columns:repeat(auto-fill,minmax(min(210px,100%),1fr))}.real-book-grid{grid-template-columns:repeat(auto-fill,minmax(min(340px,100%),1fr))}.latest-card,.real-book-card,.download-job{content-visibility:auto;contain:layout paint style;contain-intrinsic-size:auto 360px}.download-job.paused span{color:#8060b6}.download-job.canceled span{color:#8a8192}.sync-conflict-panel{display:grid;gap:10px;padding:14px;border:1px solid color-mix(in srgb,var(--accent, #7957d5) 35%,transparent);border-radius:18px;background:color-mix(in srgb,var(--accent, #7957d5) 8%,white)}.sync-conflict-panel>p{margin:0;color:var(--muted, #756e87);font-size:.88rem}.sync-conflict-panel article{display:grid;grid-template-columns:auto minmax(0,1fr);gap:6px 10px;align-items:center;padding-top:10px;border-top:1px solid rgba(90,70,130,.12)}.sync-conflict-panel article>span{font-size:.72rem;color:var(--accent, #7957d5)}.sync-conflict-panel article>b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sync-conflict-panel article>div{grid-column:1 / -1;display:flex;gap:8px}.sync-conflict-panel article button{flex:1;min-height:36px}.library-organizer{display:grid;gap:16px}.library-organizer .library-filters{display:flex;align-items:center;align-content:flex-start;gap:10px;width:100%}.library-organizer .source-filter-chip{flex:0 0 148px;min-width:148px;height:44px;box-shadow:0 1px #4e3a7808}.library-organizer .source-filter-chip>button:first-child{min-width:0;flex:1;justify-content:flex-start;padding-inline:15px 8px!important;white-space:nowrap}.library-organizer .source-filter-chip .default-collection{width:34px;min-width:34px;border-left:1px solid rgba(111,87,169,.1)!important;font-size:16px}.library-organizer .library-filters>button{min-height:44px;padding-inline:15px}.library-organizer .create-collection{width:min(100%,520px);max-width:none;padding-top:14px;border-top:1px solid rgba(111,87,169,.1)}.library-organizer .create-collection input,.library-organizer .create-collection button{min-height:44px}@media (max-width: 700px){.library-organizer .source-filter-chip{flex-basis:calc(50% - 5px);min-width:0}.library-organizer .library-filters>button{flex:1 0 auto}.library-organizer .create-collection{width:100%}}.library-filter-section-title{flex:0 0 52px;align-self:center;color:#786d89;font-size:12px;font-weight:750;letter-spacing:.06em}.library-filter-section-title.source-title{order:0}.library-organizer .source-filter-chip{order:1}.library-filter-row-break{order:2;flex:0 0 100%;height:0}.library-filter-section-title.shelf-title{order:3}.library-organizer .library-filters>button,.library-organizer .library-filter-chip:not(.source-filter-chip){order:4}.library-organizer .library-filters:after{content:"点按分类进行筛选 · 星标表示打开书架时默认显示";order:5;flex:0 0 100%;box-sizing:border-box;padding-left:62px;color:#a096ad;font-size:10px}.library-organizer .create-collection{display:grid;grid-template-columns:auto minmax(180px,1fr) auto;gap:10px;align-items:center}.library-organizer .create-collection:before{content:"自定义分类";color:#786d89;font-size:12px;font-weight:750;letter-spacing:.04em}.library-organizer .create-collection input{width:100%;box-sizing:border-box}.library-organizer .create-collection button{white-space:nowrap}@media (max-width: 700px){.library-filter-section-title{flex-basis:100%}.library-filter-section-title.shelf-title{margin-top:2px}.library-filter-row-break{display:none}.library-organizer .library-filters:after{padding-left:0}.library-organizer .create-collection{grid-template-columns:1fr auto}.library-organizer .create-collection:before{grid-column:1 / -1}}.compact-library-organizer{gap:10px;padding:12px 14px}.library-primary-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.library-primary-filters>button{display:inline-flex;align-items:center;gap:7px;min-height:40px;border:1px solid rgba(112,87,171,.16);border-radius:999px;padding:0 14px;background:#ffffffad;color:#766a86}.library-primary-filters>button small{max-width:120px;overflow:hidden;border-radius:999px;padding:2px 6px;background:#eee9f7;color:#796c91;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.library-primary-filters>button i{color:#9a8dab;font-size:14px;font-style:normal}.library-primary-filters>button.active{border-color:#7453cd40;background:#eee8ff;color:#6551b5;font-weight:750}.library-primary-filters>button.active small{background:#ffffff9e;color:inherit}.library-secondary-panel{display:flex;flex-wrap:wrap;gap:9px;align-items:center;padding:12px;border:1px solid rgba(112,87,171,.12);border-radius:18px;background:#ffffff61;animation:library-tier-in .14s ease-out}@keyframes library-tier-in{0%{opacity:0;transform:translateY(-3px)}}.compact-library-organizer .source-filter-chip{order:initial;flex-basis:142px;min-width:142px;height:40px}.library-tier-hint{flex:1 0 100%;color:#a096ad;font-size:10px}.custom-filter-list{display:flex;flex:1 0 100%;flex-wrap:wrap;gap:8px}.compact-library-organizer .custom-tier .create-collection{display:flex;width:min(100%,460px);padding-top:4px;border-top:0}.compact-library-organizer .custom-tier .create-collection:before{display:none}.compact-library-organizer .custom-tier .create-collection input,.compact-library-organizer .custom-tier .create-collection button{min-height:40px}@media (max-width: 700px){.compact-library-organizer{padding:10px}.library-primary-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.library-primary-filters>button{justify-content:center;min-width:0;padding-inline:9px}.library-primary-filters>button.group{grid-column:span 1}.compact-library-organizer .source-filter-chip{flex:1 0 calc(50% - 5px);min-width:0}.compact-library-organizer .custom-tier .create-collection{display:grid;grid-template-columns:minmax(0,1fr) auto}}.shared-search-composer{position:relative}.shared-search-popover{overflow:hidden;width:min(680px,calc(100vw - 48px));max-height:min(520px,70vh)}.shared-search-popover .search-history-head{gap:7px}.shared-search-popover .search-history-head>strong{margin-right:auto}.shared-search-popover .search-history-head>button.active{background:#e9e2ff;color:#6651b9;font-weight:750}.shared-search-actions{display:flex;align-items:center;gap:7px;padding:9px 12px;border-bottom:1px solid rgba(109,87,161,.1)}.shared-search-actions>span{margin-right:auto;color:#8b8197;font-size:10px}.shared-search-actions button{border:0;border-radius:9px;padding:6px 9px;background:#f0ebf8;color:#75669c;font-size:10px}.shared-search-actions button:disabled{opacity:.4}.shared-search-empty{margin:0;padding:24px 14px;color:#9b91a6;text-align:center;font-size:11px}.save-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:12px}.save-search-form input{min-width:0;height:38px;box-sizing:border-box;border:1px solid #ddd5ec;border-radius:10px;padding:0 11px;background:#fff;color:#44394f}.save-search-form button{border:0;border-radius:10px;padding:0 13px;background:#e9e2ff;color:#6752b8;font-weight:750}.save-search-form button:disabled{opacity:.42}.saved-search-list{display:grid;gap:5px;overflow:auto;max-height:330px;padding:0 10px 10px}.saved-search-list article{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:7px;border-radius:11px;background:#f7f4fce6}.saved-search-list article>button:first-child{display:grid;gap:4px;min-width:0;border:0;padding:9px 11px;background:transparent;text-align:left}.saved-search-list article strong,.saved-search-list article small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved-search-list article strong{color:#4d405c;font-size:12px}.saved-search-list article small{color:#968ba2;font-size:9px}.saved-search-list article>button:last-child{width:28px;height:28px;border:0;border-radius:8px;background:#eee9f5;color:#9588a2}@media (max-width: 700px){.shared-search-popover{width:calc(100vw - 28px)}.shared-search-actions{flex-wrap:wrap}}.shared-history-sources{display:flex;gap:6px;overflow-x:auto;padding:9px 12px 4px;scrollbar-width:none}.shared-history-sources::-webkit-scrollbar{display:none}.shared-history-sources button{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;min-height:32px;border:1px solid rgba(109,87,161,.12);border-radius:999px;padding:0 10px;background:#ffffffb8;color:#7c708c;font-size:10px}.shared-history-sources button small{border-radius:999px;padding:1px 5px;background:#eee9f7;color:#8c7ca7;font-size:8px}.shared-history-sources button.active{border-color:#7050c73d;background:#eae3ff;color:#6651b8;font-weight:750}.shared-history-groups{max-height:320px;overflow-y:auto}.share-import-button,.detail-share-actions button{border:1px solid rgba(111,84,177,.14);border-radius:12px;background:#ffffffa8;color:#74658c}.share-import-button,.local-reader-button{min-height:38px;padding:0 12px;white-space:nowrap}.detail-share-actions{display:flex;justify-content:flex-end;gap:7px;margin:-34px 0 12px}.detail-share-actions button{min-height:34px;padding:0 11px;font-size:11px}.detail-share-actions button:first-child{border-color:#734fcd38;background:#ece5ff;color:#6650b6;font-weight:750}.share-import-overlay{position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#251d3157;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.share-import-card{display:grid;gap:14px;width:min(560px,calc(100vw - 34px));box-sizing:border-box;border:1px solid rgba(121,91,185,.14);border-radius:24px;padding:20px;background:#fcfafff5;box-shadow:0 24px 70px #44305d33}.share-import-card>div:first-child{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.share-import-card h2,.share-import-card p{margin:0}.share-import-card>div:first-child>button{width:34px;height:34px;border:0;border-radius:11px;background:#eee9f5;color:#8f819f;font-size:19px}.share-import-card>p{color:#84778f;font-size:12px}.share-import-card textarea{min-height:112px;resize:vertical;box-sizing:border-box;border:1px solid #ddd4ec;border-radius:14px;padding:12px;background:#fff;color:#44394f;font:inherit;line-height:1.5}.share-import-actions{display:flex;justify-content:flex-end;gap:8px}.share-import-actions button{min-height:38px;border:0;border-radius:11px;padding:0 14px;background:#eee9f5;color:#7b6c8b}.share-import-actions button:last-child{background:#7357cf;color:#fff;font-weight:750}.share-import-actions button:disabled{opacity:.42}@media (max-width: 700px){.share-import-button,.local-reader-button{padding-inline:9px}.detail-share-actions{margin-top:0;justify-content:flex-start}}.product-bar{display:grid;grid-template-areas:"brand history nav import downloads account" "sources sources sources sources sources sources";grid-template-columns:auto auto minmax(180px,1fr) auto auto minmax(90px,auto);align-content:center;height:auto;min-height:104px;width:100%;box-sizing:border-box;gap:8px 14px;padding-top:9px;padding-bottom:9px}.product-bar>*{min-width:0}.product-bar .brand-button{grid-area:brand;white-space:nowrap}.product-bar .global-navigation{grid-area:history}.product-bar>nav{grid-area:nav;align-items:center;white-space:nowrap}.product-bar>nav button{white-space:nowrap}.product-bar .local-reader-button{grid-area:local;white-space:nowrap}.product-bar .share-import-button{grid-area:import}.product-bar .download-center-button{grid-area:downloads;margin-left:0;white-space:nowrap}.product-bar .account-menu-button{grid-area:account;max-width:180px;justify-self:end}.product-bar .source-switch{grid-area:sources;justify-self:center;margin-left:0;max-width:100%;overflow-x:auto;box-shadow:0 4px 18px #533e7c0f;scrollbar-width:none}.product-bar .source-switch::-webkit-scrollbar{display:none}.product-bar .source-switch button{flex:0 0 auto;min-width:76px;white-space:nowrap}@media (max-width: 1000px){.product-bar{grid-template-columns:auto auto minmax(120px,1fr) auto auto minmax(72px,auto);gap:7px 9px;padding-inline:14px}.product-bar .brand-button{font-size:0}.product-bar .brand-button span{font-size:16px}.product-bar .account-menu-button{max-width:112px}}@media (max-width: 700px){.product-bar{grid-template-areas:"brand history spacer import downloads account" "sources sources sources sources sources sources";grid-template-columns:auto auto minmax(4px,1fr) auto auto minmax(54px,auto);min-height:96px;gap:7px;padding:7px 10px}.product-bar>nav{display:none}.product-bar .share-import-button,.product-bar .download-center-button{min-height:34px;padding-inline:8px;font-size:11px}.product-bar .account-menu-button{max-width:76px;padding-inline:9px}.product-bar .source-switch{justify-self:stretch;justify-content:flex-start}.product-bar .source-switch button{min-width:70px}}.detail-share-actions{display:flex;justify-content:flex-end;align-items:center;gap:9px;margin:-42px 0 18px}.detail-share-actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:14px;padding:0 15px;font-size:12px;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.detail-share-actions button:hover{transform:translateY(-1px)}.detail-share-actions button span{display:grid;place-items:center;width:23px;height:23px;border-radius:8px;font-size:15px}.detail-share-actions button strong{font-size:12px;white-space:nowrap}.detail-share-actions .share-work-primary{border:0;background:linear-gradient(120deg,#765adb,#d575bc);color:#fff;box-shadow:0 8px 22px #714ebf40}.detail-share-actions .share-work-primary:hover{box-shadow:0 11px 26px #714ebf52}.detail-share-actions .share-work-primary span{background:#ffffff2b}.detail-share-actions .share-work-primary small{padding-left:8px;border-left:1px solid rgba(255,255,255,.24);color:#ffffffc2;font-size:9px;white-space:nowrap}.detail-share-actions .share-work-browser{border:1px solid rgba(106,82,157,.16);background:#fffc;color:#6f6387;box-shadow:0 5px 16px #4b396814}.detail-share-actions .share-work-browser span{background:#eee9f7;color:#715db8}@media (max-width: 700px){.detail-share-actions{justify-content:stretch;margin:12px 0 16px}.detail-share-actions button{flex:1;padding-inline:10px}.detail-share-actions .share-work-primary small{display:none}}.remote-host-card{grid-column:1 / -1;display:grid;grid-template-columns:1fr auto;gap:8px 16px;margin-top:8px;padding:14px 15px;border:1px solid color-mix(in srgb,var(--accent, #7658d6) 20%,transparent);border-radius:16px;background:color-mix(in srgb,var(--surface, #fff) 78%,transparent)}.remote-host-card>div{display:grid;gap:3px}.remote-host-card small{color:var(--muted, #77718a)}.remote-host-card p{grid-column:1 / -1;margin:0;color:var(--muted, #77718a);font-size:.82rem;line-height:1.55}.remote-host-toggle{align-self:center;display:inline-flex;align-items:center;gap:7px;cursor:pointer;color:var(--accent, #7658d6)}.remote-host-toggle input{width:18px;height:18px;accent-color:var(--accent, #7658d6)}.account-session-card>.sync-conflict-panel,.account-session-card>.account-error{grid-column:1 / -1;width:100%;min-width:0;box-sizing:border-box}.account-session-card>.remote-host-card{grid-column:1 / -1;width:100%;min-width:0;box-sizing:border-box;margin-top:2px}.account-session-card>.sync-conflict-panel{max-height:min(42vh,360px);overflow:auto}@media (max-width: 520px){.remote-host-card{grid-template-columns:1fr}.remote-host-toggle{justify-self:start}}@media (max-width: 820px){html,body,#root{max-width:100%;overflow-x:clip}body{-webkit-text-size-adjust:100%}button,input,select,textarea{font-size:16px}button,a,select,input[type=checkbox],input[type=range]{touch-action:manipulation}.product-bar{grid-template-areas:"brand history spacer account" "nav nav import downloads" "sources sources sources sources";grid-template-columns:auto auto minmax(0,1fr) auto;min-height:142px;gap:7px 9px;padding:max(7px,env(safe-area-inset-top)) max(10px,env(safe-area-inset-right)) 8px max(10px,env(safe-area-inset-left))}.product-bar>nav{display:flex!important;justify-self:start;max-width:100%;overflow-x:auto;scrollbar-width:none}.product-bar>nav::-webkit-scrollbar{display:none}.product-bar>nav button,.product-bar .share-import-button,.product-bar .download-center-button,.product-bar .account-menu-button{min-height:40px}.product-bar>nav button{padding-inline:11px}.product-bar .share-import-button,.product-bar .local-reader-button,.product-bar .download-center-button{justify-self:end}.product-bar .source-switch{width:100%;justify-self:stretch;justify-content:flex-start;overscroll-behavior-x:contain;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.product-bar .source-switch button{min-width:82px;min-height:38px;scroll-snap-align:start}.discover-page,.library-page,.detail-page{width:100%;box-sizing:border-box;padding:34px max(18px,env(safe-area-inset-left)) calc(76px + env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-right))}.source-home{margin-top:24px;padding:21px;border-radius:23px}.page-heading h1{font-size:clamp(32px,7vw,46px);letter-spacing:-1px}.latest-section{margin-top:30px}.latest-heading{align-items:flex-start;gap:10px}.latest-heading-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px}.latest-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.latest-card{min-width:0;border-radius:17px}.latest-card div{padding:10px 10px 12px}.latest-card h3{font-size:14px}.real-book-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.real-book-card{min-width:0}.source-search{align-items:stretch}.source-search input{min-height:48px}.source-search button{min-height:46px}.filter-panel{border-radius:18px}.category-row>div,.jm-category-row,.tag-row,.eh-creator-row{-webkit-overflow-scrolling:touch}.category-row button,.jm-category-row button,.tag-row button,.eh-creator-row button{min-height:38px}.filter-tier-primary{grid-template-columns:1fr;gap:8px}.detail-card{gap:22px;padding:23px;border-radius:25px}.detail-art{flex-basis:180px}.detail-copy{min-width:0}.detail-copy h1{overflow-wrap:anywhere;font-size:clamp(28px,5vw,35px)}.detail-primary-actions,.detail-reading-actions,.shelf-actions,.chapter-section-heading{flex-wrap:wrap}.detail-primary-actions button,.detail-reading-actions button,.shelf-actions button{min-height:42px}.chapter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chapter-button{min-height:44px;overflow-wrap:anywhere}.management-drawer,.account-drawer,.download-drawer{width:min(520px,100vw);max-width:100vw;box-sizing:border-box;padding-top:max(22px,env(safe-area-inset-top));padding-right:max(22px,env(safe-area-inset-right));padding-bottom:max(22px,env(safe-area-inset-bottom))}.sync-conflict-panel{overflow-wrap:anywhere}.history-toolbar{flex-wrap:wrap;align-items:stretch}.history-toolbar label{flex:1 1 150px}.history-toolbar button{min-height:42px}.shared-search-popover{max-height:min(620px,72dvh)}.source-comments{box-sizing:border-box;width:100%}.immersive-reader{height:100dvh!important;min-height:-webkit-fill-available}.immersive-reader .reader-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.immersive-reader .reader-bar.reader-chrome{padding-left:max(12px,env(safe-area-inset-left))!important;padding-right:max(12px,env(safe-area-inset-right))!important}.reader-control-dock{bottom:max(10px,env(safe-area-inset-bottom));width:calc(100vw - max(24px,env(safe-area-inset-left) + env(safe-area-inset-right)))}.reader-chapter-panel{width:min(460px,94vw);padding-bottom:max(20px,env(safe-area-inset-bottom))}.reader-display-panel{padding-bottom:max(15px,env(safe-area-inset-bottom))}}@media (max-width: 600px){.product-bar{grid-template-areas:"brand history history account" "nav nav nav nav" "import import downloads downloads" "sources sources sources sources";grid-template-columns:repeat(4,minmax(0,1fr));min-height:184px;gap:6px 8px;padding:max(7px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) 8px max(8px,env(safe-area-inset-left))}.product-bar .brand-button{justify-self:start;padding:0}.product-bar .global-navigation{justify-self:center}.product-bar .account-menu-button{justify-self:end;max-width:100%}.product-bar .global-navigation button{width:34px;min-height:36px}.product-bar>nav{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:4px;overflow:visible}.product-bar>nav button{width:100%;padding-inline:8px;font-size:12px}.product-bar .share-import-button,.product-bar .download-center-button{width:100%;justify-self:stretch;padding-inline:8px;font-size:12px}.product-bar .source-switch button{min-width:74px}.discover-page,.library-page,.detail-page{padding-top:26px;padding-inline:12px}.source-home{padding:16px;border-radius:19px}.source-title{align-items:flex-start}.source-title .source-logo{width:40px;height:40px}.source-title h2{font-size:20px}.source-title a{max-width:34%;text-align:right}.source-search{flex-direction:column;margin:20px 0}.source-search button{width:100%}.filter-panel-head{gap:9px}.filter-panel-head>div:last-child{width:100%;justify-content:flex-start}.latest-grid,.eh-grid,.jm-grid,.wn-grid,.pixiv-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px}.latest-card h3{font-size:13px}.latest-card p{font-size:10px}.eh-list-tags span:nth-child(n+5){display:none}.real-book-grid{grid-template-columns:1fr}.real-book-card{gap:11px;padding:10px;border-radius:18px}.book-art{flex-basis:96px}.detail-card{display:block;padding:16px;border-radius:20px}.detail-art{width:min(44vw,170px);margin:0 auto 18px}.pixiv-detail-page .detail-card>.detail-art{width:100%}.detail-copy h1{font-size:27px}.detail-share-actions{display:grid;grid-template-columns:1fr 1fr}.detail-primary-actions>button,.detail-reading-actions>button{flex:1 1 100%}.detail-primary-actions>label{flex:1 1 auto}.chapter-section-heading{align-items:flex-start}.chapter-grid{grid-template-columns:1fr}.management-drawer,.account-drawer,.download-drawer{width:100vw;padding-inline:18px}.account-session-card{grid-template-columns:44px minmax(0,1fr);gap:11px}.account-avatar{width:44px;height:44px;border-radius:14px}.account-session-actions,.remote-host-card{grid-template-columns:1fr}.remote-host-toggle{min-height:40px;justify-self:start}.sync-conflict-panel{max-height:34dvh!important}.page-edge-controls{bottom:max(10px,env(safe-area-inset-bottom))}}@media (max-height: 520px) and (orientation: landscape){.product-bar{position:relative;min-height:126px}.discover-page,.library-page,.detail-page{padding-top:18px}.reader-control-dock{bottom:4px;min-height:70px;padding-block:6px}.reader-page-preview{display:none}.reader-control-dock{grid-template-columns:44px minmax(0,1fr) 44px}.reader-control-dock>.chapter-nav:first-child{grid-column:1}.reader-control-dock>.reader-scrubber{grid-column:2}.reader-control-dock>.chapter-nav:last-child{grid-column:3}.immersive-reader .reader-bar .reader-title{display:none!important}.reader-chapter-panel{width:min(520px,82vw)}}@media (pointer: coarse){button,a,input,select{-webkit-tap-highlight-color:transparent}.category-row button,.tag-row button,.chapter-button,.history-toolbar button{min-height:42px}}.reader-preparing{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 25%,#342b46,#17141e 62%);color:#f7f2ff;text-align:center}.reader-preparing-card{width:min(460px,calc(100vw - 32px));display:grid;justify-items:center;gap:12px;padding:28px 24px;border:1px solid #ffffff18;border-radius:24px;background:#211c2ed9;box-shadow:0 24px 70px #0008;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.reader-preparing-source{padding:5px 9px;border-radius:999px;background:#ffffff12;color:#bfb1e2;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.reader-preparing-spinner{width:32px;height:32px;border:3px solid #ffffff1c;border-top-color:#ad91ff;border-radius:50%;animation:reader-preparing-spin .8s linear infinite}.reader-preparing-card h1{max-width:100%;margin:2px 0 0;overflow:hidden;color:#fff;font:600 22px "Noto Serif SC",serif;text-overflow:ellipsis;white-space:nowrap}.reader-preparing-card p,.reader-preparing-card small{margin:0;color:#c2b8d1;line-height:1.6}.reader-preparing-card p{font-size:13px}.reader-preparing-card small{color:#82788f;font-size:10px}@keyframes reader-preparing-spin{to{transform:rotate(360deg)}}@media (max-width:820px){.immersive-reader .reader-bar.reader-chrome{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding-top:max(9px,env(safe-area-inset-top))!important;padding-bottom:18px!important}.immersive-reader .reader-bar .reader-title{display:none!important}.reader-history-controls{min-width:0}.reader-history-controls>button{min-height:40px;padding:7px 9px}.reader-single-save{justify-self:end;min-height:40px}.immersive-reader .reader-bar .reader-tools{justify-self:end;min-width:0;gap:5px}.immersive-reader .reader-tools select,.immersive-reader .reader-tools button:last-child{display:none!important}.immersive-reader .reader-tools button{min-height:40px;padding:7px 9px;font-size:11px}.reader-control-dock{max-width:calc(100vw - 20px);box-sizing:border-box}}@media (max-width:600px){.immersive-reader .reader-bar.reader-chrome{grid-template-columns:auto minmax(0,1fr);gap:6px;padding-left:max(8px,env(safe-area-inset-left))!important;padding-right:max(8px,env(safe-area-inset-right))!important}.reader-single-save{display:none!important}.immersive-reader .reader-bar .reader-tools{width:100%;justify-content:flex-end}.immersive-reader .reader-tools button{max-width:46vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reader-control-dock{bottom:max(6px,env(safe-area-inset-bottom));width:calc(100vw - 12px);min-height:82px;grid-template-columns:42px minmax(0,1fr) 42px;gap:6px;padding:8px;border-radius:16px}.reader-page-preview{display:none!important}.reader-control-dock>.chapter-nav:first-child{grid-column:1}.reader-control-dock>.reader-scrubber{grid-column:2}.reader-control-dock>.chapter-nav:last-child{grid-column:3}.chapter-nav{height:56px;min-width:0}.reader-progress-meta strong{font-size:11px}.reader-status-line span:first-child{font-size:9px}.reader-mini-status{bottom:max(5px,env(safe-area-inset-bottom));width:calc(100vw - 18px);padding-inline:9px}.reader-display-panel{inset:auto 6px 0!important;width:auto!important;max-height:78dvh;border-radius:20px 20px 0 0;padding:16px 16px max(16px,env(safe-area-inset-bottom))}.reader-chapter-panel{width:100vw!important;max-width:100vw;box-sizing:border-box;padding:max(16px,env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left))}.reader-preparing{padding:max(16px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}.reader-preparing-card{padding:24px 18px;border-radius:20px}.reader-preparing-card h1{font-size:19px}}@media (max-width:380px){.reader-history-controls>button{padding-inline:7px;font-size:10px}.immersive-reader .reader-tools button{padding-inline:7px;font-size:10px}.reader-control-dock{grid-template-columns:38px minmax(0,1fr) 38px}.reader-progress-meta strong{font-size:10px}}.mobile-menu-button,.mobile-menu-backdrop,.mobile-action-menu{display:none}.browse-view-toolbar{width:min(1120px,calc(100% - 48px));box-sizing:border-box;margin:12px auto -22px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#807795;font-size:12px}.browse-view-toolbar label{display:flex;align-items:center;gap:7px;white-space:nowrap}.browse-view-toolbar select{border:1px solid #e2dcf0;border-radius:10px;padding:7px 28px 7px 10px;background:#ffffffb8;color:#655b7b}.browsing-history-list .history-entry-copy small{display:block;margin-top:4px;color:#7667b0;font-size:11px}.browse-columns-2 :is(.latest-grid,.eh-grid,.jm-grid,.wn-grid,.pixiv-grid,.real-book-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}.browse-columns-3 :is(.latest-grid,.eh-grid,.jm-grid,.wn-grid,.pixiv-grid,.real-book-grid){grid-template-columns:repeat(3,minmax(0,1fr))!important}.browse-columns-4 :is(.latest-grid,.eh-grid,.jm-grid,.wn-grid,.pixiv-grid,.real-book-grid){grid-template-columns:repeat(4,minmax(0,1fr))!important}.browse-columns-5 :is(.latest-grid,.eh-grid,.jm-grid,.wn-grid,.pixiv-grid,.real-book-grid){grid-template-columns:repeat(5,minmax(0,1fr))!important}.browse-columns-6 :is(.latest-grid,.eh-grid,.jm-grid,.wn-grid,.pixiv-grid,.real-book-grid){grid-template-columns:repeat(6,minmax(0,1fr))!important}:is(.browse-columns-4,.browse-columns-5,.browse-columns-6) .source-result-grid .real-book-card{display:block}:is(.browse-columns-4,.browse-columns-5,.browse-columns-6) .source-result-grid .book-art{width:100%;margin-bottom:10px;flex-basis:auto}:is(.browse-columns-4,.browse-columns-5,.browse-columns-6) .source-result-grid .real-book-card h2{margin-top:0;font-size:14px}@media (max-width:600px){.product-shell:not(.view-reader){padding-bottom:calc(64px + env(safe-area-inset-bottom))}.product-bar{z-index:90;grid-template-areas:"brand history more" "sources sources sources"!important;grid-template-columns:auto minmax(0,1fr) auto!important;min-height:104px!important;gap:7px 10px!important;padding:max(7px,env(safe-area-inset-top)) max(10px,env(safe-area-inset-right)) 8px max(10px,env(safe-area-inset-left))!important}.product-bar .brand-button{grid-area:brand;font-size:0!important}.product-bar .brand-button span{font-size:16px}.product-bar .global-navigation{grid-area:history;justify-self:center}.product-bar .mobile-menu-button{grid-area:more;display:grid;place-items:center;width:42px;height:42px;border:1px solid #ffffffcc;border-radius:14px;background:#ffffff8f;color:#685bb5;font-size:18px;letter-spacing:1px}.product-bar>.share-import-button,.product-bar>.local-reader-button,.product-bar>.download-center-button,.product-bar>.account-menu-button{display:none!important}.product-bar .source-switch{grid-area:sources;width:100%;padding:3px;border-radius:13px;justify-self:stretch}.product-bar .source-switch button{min-width:72px!important;min-height:34px!important;padding:6px 9px!important}.product-bar>nav{position:fixed;z-index:95;left:8px;right:8px;bottom:max(7px,env(safe-area-inset-bottom));grid-area:unset!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;width:auto!important;gap:4px!important;padding:5px;border:1px solid #ffffffd0;border-radius:18px;background:#f9f5f4e8;box-shadow:0 12px 35px #44365b35;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.product-bar>nav button{min-height:43px!important;border-radius:13px!important;font-size:12px!important}.mobile-menu-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:96;border:0;background:#30283c28;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-action-menu{position:fixed;z-index:97;top:calc(max(7px,env(safe-area-inset-top)) + 50px);right:max(10px,env(safe-area-inset-right));display:grid;width:min(220px,calc(100vw - 20px));gap:4px;padding:7px;border:1px solid #fff;border-radius:17px;background:#fffaf9ee;box-shadow:0 18px 55px #44365b42;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.mobile-action-menu button{min-height:44px;border:0;border-radius:12px;padding:9px 13px;background:transparent;color:#5f5574;text-align:left;font-weight:650}.mobile-action-menu button:active{background:#eee9ff;color:#6255b8}.browse-view-toolbar{width:calc(100% - 24px);margin:10px auto -12px;padding:8px 11px;border:1px solid #ffffffb8;border-radius:14px;background:#ffffff73;box-shadow:0 6px 18px #716b8d0e}.browse-view-toolbar>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.browse-view-toolbar select{min-height:36px;padding-block:6px;font-size:12px}.discover-page,.library-page,.detail-page{padding-top:22px}:is(.browse-columns-3,.browse-columns-4,.browse-columns-5,.browse-columns-6) .latest-card>div{padding:8px}:is(.browse-columns-4,.browse-columns-5,.browse-columns-6) .latest-card h3{font-size:11px}:is(.browse-columns-4,.browse-columns-5,.browse-columns-6) .latest-card p,:is(.browse-columns-4,.browse-columns-5,.browse-columns-6) .eh-list-tags{display:none!important}}.mobile-bottom-navigation{display:none}.pager-summary{flex:0 1 auto;order:-1;margin-right:10px;text-align:center;color:#786f91!important;font-size:12px!important;white-space:nowrap}@media (max-width:600px){.product-bar>nav.desktop-primary-navigation{display:none!important;position:static!important;inset:auto!important}.mobile-bottom-navigation{position:fixed;z-index:95;left:8px;right:8px;bottom:max(7px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:5px;border:1px solid #ffffffd0;border-radius:18px;background:#f9f5f4e8;box-shadow:0 12px 35px #44365b35;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.mobile-bottom-navigation button{min-width:0;min-height:45px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:13px;background:transparent;color:#817795;font-size:12px}.mobile-bottom-navigation button span{font-size:15px;line-height:1}.mobile-bottom-navigation button.active{background:#eee9ff;color:#6255b8;font-weight:800}.page-edge-controls{bottom:calc(72px + env(safe-area-inset-bottom))!important}.pager{padding-bottom:6px}.pager-summary{flex:0 0 100%;width:100%;margin-right:0;padding:8px 10px;border-radius:11px;background:#ffffff73}}.mobile-filter-trigger{display:none!important}.detail-card:not(.detail-skeleton) .detail-copy{display:flex;flex-direction:column}.detail-card:not(.detail-skeleton) .detail-copy>.detail-reading-actions{order:1}.detail-card:not(.detail-skeleton) .detail-copy>.detail-primary-actions{order:2}.detail-card:not(.detail-skeleton) .detail-copy>section{order:3}.detail-card:not(.detail-skeleton) .detail-copy>.chapter-directory{order:4}.detail-reading-actions .eh-read-button:first-child{min-height:48px;padding:13px 20px;background:linear-gradient(110deg,#735fe0,#e779ad)!important;color:#fff!important;box-shadow:0 10px 24px #6f55ca38;font-size:14px}.detail-primary-actions{gap:8px}.detail-primary-actions .detail-favorite-button,.detail-primary-actions .detail-download-button{padding:8px 11px;background:#ffffff73;box-shadow:none;font-size:11px;font-weight:650}.detail-primary-actions label{font-size:11px}.detail-primary-actions select{padding:6px 8px;font-size:11px}@media (max-width:600px){.source-home{margin-top:20px;padding:11px;border-radius:20px}.search-composer .source-search{display:grid;grid-template-columns:minmax(0,1fr) 52px 58px;width:100%;box-sizing:border-box;gap:7px;margin:0}.search-composer{min-width:0;max-width:100%}.source-home{max-width:100%;box-sizing:border-box}.search-composer .source-search>*{min-width:0;box-sizing:border-box}.search-composer .source-search input{width:100%;height:44px;padding:10px 12px;border-radius:12px}.search-composer .source-search .source-search-submit{height:44px;padding:0 13px;border-radius:12px}.mobile-filter-trigger{display:flex!important;align-items:center;justify-content:center;gap:5px;height:44px;margin:0!important;padding:0 11px!important;border:1px solid rgba(110,89,195,.16)!important;border-radius:12px!important;background:#f5f1fde6!important;color:#6d5ab7!important;box-shadow:none!important}.mobile-filter-trigger.active{border-color:#bcaef0!important;background:#ebe5ff!important}.mobile-filter-trigger small{display:grid;min-width:18px;height:18px;place-items:center;border-radius:999px;background:#725fd1;color:#fff;font-size:9px}.mobile-filter-surface:not(.mobile-open){display:none!important}.mobile-filter-surface.mobile-open{margin-top:11px;animation:mobile-filter-reveal .16s ease-out}.filter-panel.mobile-open{padding:12px;border-radius:15px}.filter-panel-head{align-items:flex-start;gap:8px}.category-row{padding-top:13px}.category-row p{margin-bottom:9px}.jm-category-row.mobile-open,.pixiv-rating-filter.mobile-open,.pixiv-language-filter.mobile-open{padding:11px;border:1px solid rgba(111,91,179,.1);border-radius:14px;background:#ffffff61}.pixiv-rating-filter.mobile-open+.pixiv-language-filter.mobile-open{margin-top:7px}.detail-reading-actions{margin:18px 0 8px}.detail-reading-actions .eh-read-button:first-child{min-height:52px;font-size:15px}.detail-primary-actions{margin:10px 0 8px;padding:8px!important;border:0!important;background:transparent!important;opacity:.84}.detail-primary-actions>button{flex:0 1 auto!important;min-height:36px!important}.detail-primary-actions>label{flex:0 1 auto!important}}@keyframes mobile-filter-reveal{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}.mobile-source-toggle,.mobile-source-menu,.mobile-source-backdrop{display:none}body>.mobile-source-backdrop,body>.mobile-menu-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;border:0;background:#30283c55}body>.mobile-source-menu,body>.mobile-action-menu{position:fixed;z-index:401;left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:calc(76px + env(safe-area-inset-bottom));max-height:calc(100dvh - 110px - env(safe-area-inset-top));overflow-y:auto;overscroll-behavior:contain;display:grid;gap:8px;padding:14px;border:1px solid #e2d9f4;border-radius:20px;background:#fbf8ff;box-shadow:0 18px 52px #44365b3d;touch-action:pan-y}body>.mobile-source-menu{grid-template-columns:repeat(2,minmax(0,1fr))}body>.mobile-source-menu>div{grid-column:1/-1;display:flex;justify-content:space-between;gap:8px;padding:6px}body>.mobile-source-menu>button,body>.mobile-action-menu>button{min-height:44px;min-width:0;white-space:normal;border:1px solid #e2d9f4;border-radius:12px;padding:8px 12px;background:#fff;color:#65558b;touch-action:manipulation}body>.mobile-source-menu>button.active{background:#ece7ff;color:#6253b6}@media (pointer:coarse){.immersive-reader .reader-title{pointer-events:none}.immersive-reader .reader-bar.reader-chrome{flex-wrap:wrap;gap:8px;padding-top:max(12px,env(safe-area-inset-top))!important}.immersive-reader .reader-bar .reader-title{position:static;transform:none;max-width:100%;order:3;width:100%;text-align:left}.reader-control-dock{bottom:max(12px,env(safe-area-inset-bottom))}.detail-primary-actions,.detail-reading-actions{flex-wrap:wrap}.detail-primary-actions>button,.detail-reading-actions>button{min-height:44px;max-width:100%;white-space:normal}}.pager{max-width:100%;box-sizing:border-box}.pager>button,.page-jump,.pager-summary{min-width:0}.pager>button{white-space:nowrap}@media (max-width:600px){.product-bar{grid-template-areas:"brand history more"!important;grid-template-columns:auto minmax(0,1fr) auto!important;height:auto!important;min-height:62px!important;gap:7px!important;padding:max(7px,env(safe-area-inset-top)) max(10px,env(safe-area-inset-right)) 7px max(10px,env(safe-area-inset-left))!important}.product-bar .brand-button{grid-area:brand!important}.product-bar .global-navigation{grid-area:history!important;justify-self:start!important}.product-bar .mobile-source-toggle,.product-bar .source-switch{display:none!important}.product-bar .mobile-source-toggle{grid-area:source;display:flex;min-width:0;max-width:150px;height:38px;align-items:center;justify-content:center;justify-self:end;gap:6px;overflow:hidden;border:1px solid #ffffffcc;border-radius:12px;padding:0 11px;background:#ffffff82;color:#6558ad;font-size:11px;font-weight:750}.mobile-source-toggle span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-source-toggle i{flex:none;font-size:13px;font-style:normal}.product-bar .mobile-menu-button{grid-area:more!important;width:38px!important;height:38px!important;border-radius:12px!important}.mobile-source-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:96;border:0;background:#30283c2e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-source-menu{position:fixed;z-index:97;right:8px;bottom:calc(72px + env(safe-area-inset-bottom));left:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:10px;border:1px solid #ffffffd8;border-radius:19px;background:#fbf8fff2;box-shadow:0 18px 52px #44365b3d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.mobile-source-menu>div{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:4px 5px 8px;color:#55496d}.mobile-source-menu>div small{color:#8a809c}.mobile-source-menu>button{min-height:43px;border:1px solid rgba(107,87,178,.12);border-radius:12px;background:#ffffff8c;color:#756a8e;font-weight:650}.mobile-source-menu>button.active{border-color:#cfc3fb;background:#ece7ff;color:#6253b6}.product-bar .mobile-source-toggle{display:none!important}.pager{width:100%;justify-content:center;overflow:visible}.pager>button{min-width:76px}.page-jump{min-width:0}}.x-page-heading{padding-bottom:8px}.x-page-heading h1{margin-bottom:0}.x-source-home{display:grid;gap:12px;max-width:860px}.x-auth-compact{display:flex;align-items:center;gap:9px;padding:4px 5px;color:var(--muted);font-size:.88rem}.x-auth-compact>span:first-child{width:8px;height:8px;border-radius:50%;background:#aaa1b7}.x-auth-compact>span.online{background:#38b27a}.x-auth-compact strong{color:var(--ink)}.x-auth-compact small{margin-right:auto}.x-auth-compact button{border:0;background:transparent;color:var(--accent);font-weight:700;padding:7px 9px}.x-detail-page{max-width:900px;margin-inline:auto}.x-post-skeleton{display:grid;grid-template-columns:58px 1fr;gap:16px;margin:18px auto;padding:26px;border:1px solid rgba(116,86,210,.12);border-radius:24px;background:#ffffffb8}.x-post-avatar{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#ece7f8;color:var(--accent);font-weight:800}.x-post-surface{margin:18px auto;padding:26px;border:1px solid rgba(116,86,210,.14);border-radius:26px;background:#ffffffc7;box-shadow:0 18px 55px #3b2a6414}.x-post-author{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px}.x-post-author>img,.x-post-author>span{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#e8e1f6}.x-post-author>span{display:grid;place-items:center;color:var(--accent);font-weight:800}.x-post-author>button:not(.x-follow){display:grid;justify-items:start;border:0;background:transparent;color:var(--ink);padding:0;text-align:left}.x-post-author small{color:var(--muted);font-weight:500}.x-follow{border:1px solid rgba(116,86,210,.18);border-radius:999px;padding:8px 13px;background:#f5f1ff;color:var(--accent);font-weight:750}.x-follow.active{background:var(--accent);color:#fff}.x-post-body{margin:20px 0;font-size:1.12rem;line-height:1.72;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--ink)}.x-rich-text{white-space:pre-wrap}.x-inline-link{display:inline;border:0;background:transparent;padding:0;color:#526dd8;font:inherit;text-decoration:none;cursor:pointer}.x-inline-link:hover{text-decoration:underline}.x-inline-media{display:grid;grid-template-columns:1fr;gap:8px;overflow:hidden;border-radius:18px;background:#211c2a}.x-inline-media figure{display:grid;grid-template-rows:minmax(340px,1fr) auto;min-width:0;margin:0;background:#211c2a}.x-media-frame{position:relative;display:grid;place-items:center;min-height:340px;max-height:min(82vh,960px);overflow:hidden;background:#211c2a;color:#d9d1ed}.x-media-frame img,.x-media-frame video{display:block;width:100%;height:100%;max-height:min(82vh,960px);object-fit:contain;background:#211c2a}.x-media-frame img{cursor:zoom-in}.x-media-unavailable{position:relative;width:100%;height:100%}.x-media-unavailable span{position:absolute;inset:auto 12px 12px;padding:7px 10px;border-radius:10px;background:#17131dcc;color:#fff;font-size:.8rem}.x-inline-media figcaption{display:flex;justify-content:space-between;align-items:center;padding:7px 10px;background:#292331;color:#cfc7dc;font-size:.78rem}.x-inline-media figcaption button{border:0;background:transparent;color:#c7b8ff;font-weight:700}.x-post-meta{display:flex;flex-wrap:wrap;gap:8px 16px;padding:14px 2px;border-bottom:1px solid rgba(116,86,210,.11);color:var(--muted);font-size:.84rem}.x-post-actions{display:flex;flex-wrap:wrap;gap:8px;padding:13px 0}.x-post-actions button{border:1px solid rgba(116,86,210,.15);border-radius:11px;padding:8px 12px;background:#faf8ff;color:var(--muted);font-weight:650}.x-post-actions button.active{color:#c24d78;background:#fff1f6}.x-replies{margin-top:8px;border-top:1px solid rgba(116,86,210,.11)}.x-replies>header{display:flex;align-items:center;justify-content:space-between;padding:18px 0 8px}.x-replies h2{margin:0;font-size:1rem}.x-replies header small{color:var(--muted)}.x-replies header button{border:0;background:transparent;color:var(--accent);font-weight:700}.x-replies>article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;padding:15px 0;border-top:1px solid rgba(116,86,210,.08)}.x-replies>article>img,.x-reply-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#eee8f8}.x-reply-avatar{display:grid;place-items:center;color:var(--accent);font-weight:800}.x-reply-author{border:0;background:transparent;padding:0;color:var(--ink);text-align:left}.x-reply-author small,.x-replies time{color:var(--muted)}.x-replies article p{margin:6px 0;line-height:1.55;overflow-wrap:anywhere}.x-replies time{font-size:.75rem}.x-replies-note{padding:14px;border-radius:12px;background:#6f58b512;color:var(--muted)}.x-loading-status{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:14px 0;padding:12px 14px;border-radius:14px;background:#6f58b514}.x-loading-status p{margin:0;color:var(--muted)}.x-loading-status button{flex:none;border:1px solid rgba(116,86,210,.2);border-radius:10px;padding:8px 12px;background:#fff;color:var(--accent);font-weight:700}.reader-page-slot .x-reader-video{display:block;width:100%;max-width:100%;max-height:none;background:#111;object-fit:contain}@media (max-width:720px){.x-page-heading{padding-inline:16px}.x-source-home{padding-inline:12px}.x-auth-compact{flex-wrap:wrap}.x-auth-compact small{order:3;width:100%}.x-post-surface{margin:10px 8px;padding:17px 14px;border-radius:20px}.x-post-author{grid-template-columns:42px minmax(0,1fr) auto}.x-post-author>img,.x-post-author>span{width:42px;height:42px}.x-follow{padding:7px 10px}.x-post-body{font-size:1rem}.x-inline-media{grid-template-columns:1fr}.x-inline-media figure{grid-template-rows:minmax(250px,1fr) auto}.x-media-frame{min-height:250px;max-height:76vh}.x-media-frame img,.x-media-frame video{max-height:76vh}.x-post-skeleton{margin:10px 8px;padding:18px 14px}.x-loading-status{align-items:stretch;flex-direction:column}.x-loading-status button{width:100%}}.x-app-home{max-width:760px!important}.x-app-header{align-items:center!important}.x-feed-card{display:block!important;padding:16px 18px!important}.x-feed-author{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:11px!important;justify-items:start!important;margin-bottom:10px}.x-feed-author img,.x-feed-author>span{grid-row:1/3}.x-feed-author strong,.x-feed-author small{grid-column:2!important;max-width:100%!important;margin:0!important}.x-feed-main{padding-left:55px!important}.x-feed-media img{height:auto!important;max-height:520px;object-fit:contain!important}.x-post-preview{opacity:.96}.x-post-preview .x-post-author>i{justify-self:end;color:var(--muted);font-size:.78rem;font-style:normal}@media (max-width:720px){.x-feed-card{padding:13px!important}.x-feed-main{padding-left:0!important}.x-feed-author{grid-template-columns:38px minmax(0,1fr)!important;margin-bottom:8px}.x-feed-author strong,.x-feed-author small{display:block!important}.x-feed-media img{height:auto!important;max-height:62vh}}.x-app-home{max-width:980px;margin-inline:auto}.x-app-header{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:30px 4px 14px}.x-app-header h1{margin:2px 0 0}.x-feed-tabs{position:sticky;top:var(--product-bar-height,76px);z-index:10;display:grid;grid-template-columns:repeat(3,1fr);padding:5px;border:1px solid rgba(116,86,210,.12);border-radius:15px;background:#faf8ffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.x-feed-tabs button,.x-search-kinds button{border:0;border-radius:11px;padding:10px;background:transparent;color:var(--muted);font-weight:700}.x-feed-tabs button.active,.x-search-kinds button.active{background:#ebe5ff;color:var(--accent)}.x-app-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;margin:14px 0}.x-app-search input{min-width:0;border:1px solid rgba(116,86,210,.15);border-radius:14px;padding:13px 15px;background:#fffc;font:inherit;color:var(--ink)}.x-app-search button,.x-load-more,.x-login-gate button{border:0;border-radius:13px;padding:0 20px;background:linear-gradient(135deg,#7560d4,#d873aa);color:#fff;font-weight:800}.x-search-kinds{display:flex;gap:5px;margin-bottom:10px}.x-trends{display:grid;gap:9px;margin:10px 0 16px;padding:13px 15px;border-radius:15px;background:#6f58b50f}.x-trends div{display:flex;flex-wrap:wrap;gap:7px}.x-trends button{border:1px solid rgba(116,86,210,.13);border-radius:999px;padding:6px 10px;background:#fff;color:var(--accent)}.x-feed{display:grid;gap:10px}.x-feed-card{display:grid;grid-template-columns:52px minmax(0,1fr);gap:12px;padding:17px;border:1px solid rgba(116,86,210,.11);border-radius:18px;background:#ffffffb8}.x-feed-card:hover{border-color:#7456d23b;box-shadow:0 10px 28px #48337712}.x-feed-author{display:grid;grid-template-columns:44px;align-content:start;justify-items:center;border:0;background:transparent;padding:0;color:var(--ink);overflow:visible}.x-feed-author img,.x-feed-author>span{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#ebe5f5}.x-feed-author>span{display:grid;place-items:center;color:var(--accent);font-weight:800}.x-feed-author strong,.x-feed-author small{grid-column:1/3;max-width:90px;overflow:hidden;text-overflow:ellipsis;font-size:.72rem}.x-feed-author strong{margin-top:6px}.x-feed-author small{color:var(--muted)}.x-feed-main{display:block;min-width:0;border:0;background:transparent;padding:0;color:var(--ink);text-align:left}.x-feed-main>p{margin:1px 0 12px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.55}.x-feed-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;overflow:hidden;border-radius:14px;background:#211c2a}.x-feed-media.count-1{grid-template-columns:1fr}.x-feed-media img{width:100%;height:230px;object-fit:cover}.x-feed-video{position:relative;overflow:hidden;border-radius:14px;background:#211c2a}.x-feed-video img{display:block;width:100%;max-height:360px;object-fit:cover}.x-feed-video span{position:absolute;left:12px;bottom:12px;padding:6px 10px;border-radius:999px;background:#191522d9;color:#fff;font-size:.8rem;font-weight:750}.x-feed-main footer{display:flex;align-items:center;gap:20px;margin-top:12px;color:var(--muted);font-size:.8rem}.x-feed-main footer time{margin-left:auto}.x-feed-card.author{grid-template-columns:80px minmax(0,1fr)}.x-feed-card.author .x-feed-author img,.x-feed-card.author .x-feed-author>span{width:58px;height:58px}.x-feed-empty,.x-login-gate{text-align:center;padding:60px 18px;color:var(--muted)}.x-feed-empty h2,.x-login-gate h2{color:var(--ink)}.x-login-gate>span{display:grid;place-items:center;width:62px;height:62px;margin:auto;border-radius:18px;background:linear-gradient(135deg,#755fe0,#dd76ae);color:#fff;font-size:1.8rem;font-weight:900}.x-login-gate button{min-height:44px;margin-top:10px}.x-load-more{display:block;min-height:46px;margin:18px auto;padding-inline:28px}.x-feed-skeleton{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:18px;border-radius:18px;background:#ffffffa8}.x-feed-skeleton i,.x-feed-skeleton b,.x-feed-skeleton span{display:block;background:#ece8f3;animation:skeleton-pulse 1.4s infinite alternate}.x-feed-skeleton i{width:44px;height:44px;border-radius:50%}.x-feed-skeleton b{width:25%;height:14px;border-radius:8px}.x-feed-skeleton span{width:95%;height:12px;margin-top:12px;border-radius:7px}.x-feed-skeleton span:last-child{width:65%}@media (max-width:720px){.x-app-home{padding:0 8px}.x-app-header{padding:16px 6px 8px}.x-app-header .x-auth-compact small{display:none}.x-feed-tabs{top:120px}.x-app-search{position:sticky;top:174px;z-index:9;padding:7px 0;background:linear-gradient(var(--page-bg,#f9f6ff) 70%,transparent)}.x-feed-card{grid-template-columns:42px minmax(0,1fr);gap:9px;padding:13px 10px}.x-feed-author{grid-template-columns:38px}.x-feed-author img,.x-feed-author>span{width:38px;height:38px}.x-feed-author strong,.x-feed-author small{display:none}.x-feed-media img{height:150px}.x-feed-main footer{gap:13px}.x-feed-card.author{grid-template-columns:58px minmax(0,1fr)}}.x-app-home{max-width:650px!important;padding-inline:0!important}.x-feed{gap:0!important;border:1px solid rgba(116,86,210,.14);border-radius:20px;overflow:hidden;background:#ffffffb3}.x-feed-card{display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;gap:10px!important;padding:13px 15px!important;border:0!important;border-bottom:1px solid rgba(116,86,210,.12)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.x-feed-card:last-child{border-bottom:0!important}.x-feed-card:hover{background:#7456d209!important}.x-feed-avatar{width:44px;height:44px;padding:0;border:0;border-radius:50%;overflow:hidden;background:#eee9f7;color:var(--accent);font-weight:800}.x-feed-avatar img,.x-feed-avatar>span{display:grid;width:100%;height:100%;place-items:center;object-fit:cover}.x-feed-content{min-width:0}.x-feed-content>header{display:flex;align-items:baseline;gap:5px;min-width:0;line-height:1.25}.x-feed-content>header>button{display:flex;min-width:0;align-items:baseline;gap:5px;padding:0;border:0;background:transparent;color:inherit}.x-feed-content>header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.96rem}.x-feed-content>header span,.x-feed-content>header time{color:var(--muted);font-size:.86rem;white-space:nowrap}.x-feed-main{display:block!important;width:100%;padding:0!important;text-align:left!important;border:0!important;background:transparent!important;color:inherit}.x-feed-main>p{margin:4px 0 10px!important;font-size:.97rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.x-feed-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;aspect-ratio:16/9;overflow:hidden;border:1px solid rgba(63,46,86,.14);border-radius:16px;background:#e9e5ef}.x-feed-media.count-1{grid-template-columns:1fr;aspect-ratio:auto;max-height:560px}.x-feed-media>span{display:block;min-width:0;min-height:0;overflow:hidden}.x-feed-media img{display:block;width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important}.x-feed-media.count-1 img{height:auto!important;max-height:560px;object-fit:contain!important;background:#201d25}.x-feed-video{position:relative;aspect-ratio:16/9;border-radius:16px!important}.x-feed-video img{width:100%;height:100%;object-fit:cover}.x-feed-video span{display:grid!important;place-items:center;width:42px;height:42px;padding:0!important;left:50%!important;bottom:50%!important;transform:translate(-50%,50%);font-size:.86rem!important}.x-feed-media-placeholder{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:16px;background:#e8e4ee}.x-feed-media-placeholder:before,.x-feed-media-placeholder i{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);animation:x-media-shimmer 1.25s infinite;background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent)}.x-feed-content>footer{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:9px;color:var(--muted)}.x-feed-content>footer span{display:flex;align-items:center;gap:6px;font-size:.82rem}.x-feed-content>footer b{font:inherit}@keyframes x-media-shimmer{to{transform:translate(100%)}}.x-feed-empty button{margin-top:10px}.x-app-home .x-feed-card{content-visibility:auto;contain-intrinsic-block-size:auto 680px}@media (max-width:720px){.x-app-home{padding-inline:0!important}.x-feed{border-inline:0;border-radius:0}.x-feed-card{grid-template-columns:40px minmax(0,1fr)!important;padding:11px 10px!important;gap:9px!important}.x-feed-avatar{width:39px;height:39px}.x-feed-content>header strong{font-size:.92rem}.x-feed-content>header span,.x-feed-content>header time{font-size:.78rem}.x-feed-main>p{font-size:.93rem}.x-feed-media.count-1 img{max-height:70vh}.x-feed-content>footer span{font-size:.76rem}}.x-timeline-media-stack{display:grid;gap:8px}.x-progressive-image{position:relative;display:block;width:100%;height:100%;overflow:hidden;background:#e8e4ee}.x-progressive-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.x-progressive-image .x-image-original{opacity:0;transition:opacity .16s ease}.x-progressive-image.original-ready .x-image-original{opacity:1}.x-progressive-image>i{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);animation:x-media-shimmer 1.15s infinite;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);pointer-events:none}.x-feed-avatar .x-progressive-image{border-radius:50%}.x-feed-content>header,.x-feed-content>footer{cursor:pointer}.x-feed-main>p button{display:inline;padding:0;border:0;background:transparent;color:#6551c7;font:inherit}.x-feed-main>p button:hover{text-decoration:underline}.x-timeline-gallery{position:relative;overflow:hidden;border:1px solid rgba(63,46,86,.14);border-radius:16px;background:#211d27}.x-timeline-gallery-rail{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x}.x-timeline-gallery-rail::-webkit-scrollbar{display:none}.x-timeline-gallery-slide{flex:0 0 100%;height:min(560px,62vw);min-height:240px;padding:0;border:0;background:#211d27;scroll-snap-align:start;overflow:hidden}.x-timeline-gallery.multiple .x-timeline-gallery-slide{flex-basis:88%}.x-timeline-gallery-slide .x-progressive-image img{object-fit:contain}.x-gallery-step{position:absolute;z-index:2;top:50%;width:38px;height:38px;margin-top:-19px;padding:0;border:0;border-radius:50%;background:#16121db8;color:#fff;font-size:1.7rem;box-shadow:0 4px 18px #0004}.x-gallery-step.previous{left:10px}.x-gallery-step.next{right:10px}.x-gallery-step:disabled{opacity:.25}.x-gallery-count{position:absolute;right:10px;top:10px;padding:4px 9px;border-radius:999px;background:#16121db8;color:#fff;font-size:.76rem}.x-feed-video video{display:block;width:100%;max-height:560px;background:#17131c;object-fit:contain}.x-gallery-overlay{position:fixed;z-index:5000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#0d0a12eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.x-gallery-dialog{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(1180px,100%);height:min(92vh,920px);overflow:hidden;border:1px solid #ffffff24;border-radius:22px;background:#17131d;color:#fff;box-shadow:0 28px 90px #0008}.x-gallery-dialog>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 16px;border-bottom:1px solid #ffffff17}.x-gallery-dialog>header>div{display:flex;align-items:center;gap:9px;min-width:0}.x-gallery-dialog>header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.x-gallery-dialog>header span{color:#c8c0d5;font-size:.84rem}.x-gallery-dialog>header button{min-height:36px;padding:0 13px;border:1px solid #ffffff28;border-radius:11px;background:#ffffff12;color:#fff}.x-gallery-dialog>header button:last-child{width:36px;padding:0;font-size:1.3rem}.x-gallery-stage{position:relative;display:grid;place-items:center;min-height:0;overflow:hidden;touch-action:none;overscroll-behavior:contain;-webkit-user-select:none;user-select:none;background:#0e0b12}.x-gallery-full-image{width:100%;height:100%;background:#0e0b12}.x-gallery-full-image img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.x-gallery-nav{position:absolute;z-index:3;top:50%;width:48px;height:58px;margin-top:-29px;border:0;border-radius:14px;background:#211a2fc9;color:#fff;font-size:2rem}.x-gallery-nav.previous{left:14px}.x-gallery-nav.next{right:14px}.x-gallery-nav:disabled{opacity:.18}.x-gallery-thumbnails{display:flex;gap:8px;overflow-x:auto;padding:9px 12px;background:#17131d}.x-gallery-thumbnails button{flex:0 0 54px;width:54px;height:54px;padding:2px;border:2px solid transparent;border-radius:9px;background:#2d2637;overflow:hidden}.x-gallery-thumbnails button.active{border-color:#a488ff}.x-gallery-thumbnails img{width:100%;height:100%;object-fit:cover;border-radius:5px}@media (max-width:720px){.x-timeline-gallery-slide{height:min(68vh,118vw);min-height:210px}.x-timeline-gallery.multiple .x-timeline-gallery-slide{flex-basis:92%}.x-gallery-step{display:none}.x-gallery-overlay{padding:0}.x-gallery-dialog{width:100%;height:100%;height:100dvh;border:0;border-radius:0}.x-gallery-dialog>header{padding:9px 10px}.x-gallery-dialog>header span{display:block}.x-gallery-dialog>header button:first-child{font-size:.8rem}.x-gallery-nav{width:38px;height:48px;margin-top:-24px;background:#211a2f80}.x-gallery-nav.previous{left:5px}.x-gallery-nav.next{right:5px}.x-gallery-thumbnails{padding-bottom:max(9px,env(safe-area-inset-bottom))}}.x-app-header>div:first-child>small{display:block;margin-top:2px;color:var(--muted)}.x-feed-content>header{min-height:25px}.x-card-more{margin-left:auto!important;padding:2px 7px!important;border-radius:999px!important;color:var(--muted)!important;letter-spacing:1px}.x-card-more:hover{background:#7456d217!important;color:var(--accent)!important}.x-feed-content>footer{border-radius:9px}.x-feed-content>footer:hover{color:var(--accent)}.x-inline-tag,.x-inline-link{font-weight:650}.x-inline-tag:focus-visible,.x-inline-link:focus-visible{outline:2px solid #8b70e4;outline-offset:2px;border-radius:3px}.x-active-filter{display:grid;grid-template-columns:38px minmax(0,1fr) 34px;align-items:center;gap:10px;margin:0 0 10px;padding:9px 11px;border:1px solid rgba(116,86,210,.16);border-radius:15px;background:#7456d211}.x-active-filter>span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#765ed7;color:#fff;font-weight:900}.x-active-filter div{display:grid;min-width:0}.x-active-filter small{color:var(--muted);font-size:.72rem}.x-active-filter strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.x-active-filter>button{width:32px;height:32px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--muted);font-size:1.15rem}.x-active-filter>button:hover{background:#e9e2fb;color:var(--accent)}.x-profile-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 15px 13px;border-inline:1px solid rgba(116,86,210,.14);background:#ffffffa3}.x-profile-summary>div{display:grid;grid-template-columns:64px minmax(0,1fr);column-gap:12px;align-items:center;min-width:0}.x-profile-summary .x-progressive-image,.x-profile-summary>div>span{grid-row:1/4;display:grid;width:64px;height:64px;place-items:center;border-radius:50%;background:#eee8f8;color:var(--accent);font-size:1.35rem;font-weight:900}.x-profile-summary strong,.x-profile-summary small,.x-profile-summary p{grid-column:2;min-width:0}.x-profile-summary strong{font-size:1.08rem}.x-profile-summary small{color:var(--muted)}.x-profile-summary p{margin:5px 0 0;line-height:1.35}.x-profile-summary>button{flex:none;padding:8px 13px;border:1px solid rgba(116,86,210,.25);border-radius:999px;background:transparent;color:var(--accent);font-weight:700}.x-profile-tabs{position:sticky;top:var(--product-bar-height,76px);z-index:10;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(116,86,210,.14);border-top:0;background:#faf8fff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.x-profile-tabs button{position:relative;min-height:47px;border:0;background:transparent;color:var(--muted);font-weight:750}.x-profile-tabs button.active{color:var(--ink)}.x-profile-tabs button.active:after{content:"";position:absolute;left:28%;right:28%;bottom:0;height:4px;border-radius:4px;background:#765ed7}.x-post-avatar-button{width:48px;height:48px;padding:0;border:0;border-radius:50%;overflow:hidden;background:#eee8f8}.x-post-avatar-button .x-progressive-image{border-radius:50%}@media (max-width:720px){.x-card-more{padding-inline:5px!important}.x-profile-summary{padding:14px 11px}.x-profile-summary>div{grid-template-columns:54px minmax(0,1fr)}.x-profile-summary .x-progressive-image,.x-profile-summary>div>span{width:54px;height:54px}.x-profile-summary p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.x-profile-summary>button{padding:7px 10px;font-size:.78rem}.x-profile-tabs{top:68px}.x-active-filter{margin-inline:3px}.x-inline-tag,.x-inline-link{min-height:28px}}.x-app-home .x-feed-tabs{position:relative!important;top:auto!important;z-index:1!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.x-detail-image-button{display:block;width:100%;height:100%;min-height:220px;padding:0;border:0;background:#211d27;overflow:hidden}.x-detail-image-button .x-progressive-image img{object-fit:contain}.x-gallery-actions,.x-gallery-zoom{display:flex;align-items:center;gap:6px}.x-gallery-zoom{padding:3px;border:1px solid #ffffff20;border-radius:11px}.x-gallery-dialog>header .x-gallery-zoom button{min-width:32px;height:30px;min-height:30px;padding:0;border:0;background:transparent}.x-gallery-dialog>header .x-gallery-zoom button:nth-child(2){min-width:52px;font-size:.78rem}.x-gallery-canvas{width:100%;height:100%;transform-origin:center;transition:transform .14s ease-out;will-change:transform}.x-gallery-canvas .x-progressive-image{width:100%;height:100%}.x-gallery-stage.zoomed{cursor:grab;touch-action:none}.x-gallery-stage.zoomed.dragging{cursor:grabbing}.x-gallery-stage.zoomed .x-gallery-canvas{transition:none}@media (max-width:720px){.x-gallery-actions{gap:4px}.x-gallery-dialog>header .x-gallery-actions>button:first-of-type{display:none}.x-gallery-dialog>header .x-gallery-zoom button{display:block!important}}.x-refresh-feed{white-space:nowrap}.x-streaming-status{display:flex;align-items:center;justify-content:center;gap:9px;padding:14px;color:var(--muted);font-size:.85rem}.x-streaming-status i,.x-replies-loading i,.x-detail-updating i{width:14px;height:14px;border:2px solid rgba(116,86,210,.2);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.x-detail-updating{display:flex;align-items:center;gap:8px;margin:10px 0;padding:9px 11px;border-radius:12px;background:#7456d20f;color:var(--muted);font-size:.82rem}.x-detail-media-placeholder{position:relative;aspect-ratio:16/9;margin:12px 0;overflow:hidden;border-radius:18px;background:#e8e4ee}.x-detail-media-placeholder i{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);animation:x-media-shimmer 1.25s infinite;background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent)}.x-replies-loading{display:flex;align-items:center;gap:9px;padding:18px;color:var(--muted)}.x-replies>header>div:last-child{display:flex;gap:7px}.x-media-frame img{cursor:default!important}@media (max-width:720px){.x-app-header{align-items:flex-start!important}.x-auth-compact{justify-content:flex-end}.x-refresh-feed{order:3}.x-detail-updating{align-items:flex-start}}.x-feed-video .x-media-loading-label{position:absolute;left:12px;bottom:12px;padding:5px 9px;border-radius:999px;background:#17131dcc;color:#fff;font-style:normal;font-size:.76rem}.x-feed-video.failed>button{position:absolute;inset:auto 50% 50% auto;transform:translate(50%,50%);padding:9px 13px;border:1px solid #ffffff30;border-radius:12px;background:#211a2fd9;color:#fff}.x-gallery-dialog{width:min(980px,100%)}.x-gallery-zoom input{width:88px;accent-color:#a488ff;cursor:pointer}.x-gallery-video-stage video{display:block;width:100%;height:100%;background:#0e0b12;object-fit:contain}.x-feed-video .x-media-open{position:absolute;right:10px;top:10px;padding:6px 10px;border:1px solid #ffffff36;border-radius:10px;background:#17131dcc;color:#fff;font-size:.75rem;opacity:0;transition:opacity .14s ease}.x-feed-video:hover .x-media-open,.x-feed-video:focus-within .x-media-open{opacity:1}@media (max-width:720px){.x-gallery-zoom input{width:64px}.x-feed-video .x-media-open{opacity:1}}.download-complete-toast-stack{position:fixed;left:18px;bottom:18px;z-index:150;display:grid;width:min(310px,calc(100vw - 36px));gap:7px;pointer-events:none}.download-complete-toast{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:9px;overflow:hidden;padding:9px 9px 10px 11px;border:1px solid #ded6ff;border-radius:13px;background:#fffdfef2;color:#41385d;box-shadow:0 10px 28px #4b3d7426;font-size:12px;pointer-events:auto;animation:download-toast-enter .18s ease-out}.download-complete-toast>div{display:grid;min-width:0;gap:2px}.download-complete-toast strong,.download-complete-toast small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-complete-toast small{color:#8a8098;font-size:10px}.download-complete-toast button{width:28px;height:28px;border:0;border-radius:8px;padding:0;background:#f2efff;color:#6553b8;font:inherit;font-weight:700;cursor:pointer}.download-complete-toast>i{position:absolute;left:0;bottom:0;width:100%;height:2px;transform-origin:left;background:#8267dc;animation:download-toast-countdown 6.5s linear var(--download-toast-elapsed,0ms) forwards}.download-complete-toast-summary{justify-self:start;padding:6px 9px;border-radius:999px;background:#4b405de8;color:#fff;font-size:10px;box-shadow:0 7px 20px #33284625}.download-complete-toast-stack+*{pointer-events:auto}@keyframes download-toast-enter{0%{opacity:0;transform:translateY(7px)}}@keyframes download-toast-countdown{to{transform:scaleX(0)}}@media (max-width:700px){.download-complete-toast-stack{left:10px;bottom:calc(72px + env(safe-area-inset-bottom));width:min(290px,calc(100vw - 20px))}.download-complete-toast{font-size:11px}}.source-quick-controls{position:fixed;z-index:80;left:22px;bottom:22px;display:flex;flex-direction:column;align-items:flex-start;gap:9px;pointer-events:none}.source-quick-controls>*{pointer-events:auto}.source-quick-button,.floating-source-search{border:1px solid rgba(133,105,219,.24);background:color-mix(in srgb,#fff 89%,#eee7ff);box-shadow:0 14px 32px #251c4829;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.source-quick-button{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;color:#6954b7;font-size:22px;line-height:1;cursor:pointer}.floating-source-search{display:flex;align-items:center;width:46px;height:46px;padding:4px;border-radius:16px;overflow:hidden;transition:width .18s ease,padding .18s ease,border-radius .18s ease}.floating-source-search.open{width:min(420px,calc(100vw - 96px));padding:5px 6px;border-radius:16px}.floating-source-search input{width:0;min-width:0;flex:0;border:0;background:transparent;padding:0;color:#312850;font:inherit;opacity:0;outline:0;transition:flex .18s ease,opacity .12s ease,padding .18s ease}.floating-source-search.open input{flex:1;padding:9px 11px;opacity:1}.floating-source-search button{flex:none;width:38px;height:38px;border:0;border-radius:12px;background:linear-gradient(135deg,#7d62d8,#df74aa);color:#fff;font-size:22px;line-height:1;cursor:pointer}.floating-source-search button:disabled{opacity:.48;cursor:not-allowed}@media (max-width:640px){.source-quick-controls{left:12px;right:auto;bottom:calc(14px + env(safe-area-inset-bottom));gap:8px}.source-quick-button,.floating-source-search{width:44px;height:44px;border-radius:15px}.floating-source-search.open{width:min(420px,calc(100vw - 88px));border-radius:15px}.floating-source-search.open input{padding:8px}}@media (max-width:600px){.source-quick-controls{bottom:calc(72px + env(safe-area-inset-bottom))}}.download-folder-setting{display:flex;align-items:center;gap:12px;margin:14px 0 2px;padding:12px;border:1px solid #e4deef;border-radius:14px;background:#fff}.download-folder-setting>div{min-width:0;display:grid;gap:4px;flex:1}.download-folder-setting strong{font-size:13px}.download-folder-setting small{overflow:hidden;color:#837991;font-size:11px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.download-folder-setting button{flex:none;border:0;border-radius:10px;padding:9px 11px;background:#ece7f8;color:#6656b0;cursor:pointer}@media (max-width:600px){.download-folder-setting{align-items:flex-start;flex-direction:column}.download-folder-setting button{width:100%}}html{scrollbar-gutter:stable;scroll-behavior:auto;scrollbar-width:auto;scrollbar-color:#9b92aa transparent}body{scrollbar-width:auto;scrollbar-color:#9b92aa transparent}::-webkit-scrollbar{width:14px;height:14px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{min-height:48px;border:4px solid transparent;border-radius:999px;background:#9b92aa;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#746a83;background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}.product-shell{zoom:var(--app-scale,1)}.x-card-time,.x-detail-time,.x-reply-time{display:inline-flex;align-items:center;border-radius:7px;background:#eee9fb;color:#6c5ea8;font-variant-numeric:tabular-nums;font-size:.76rem;letter-spacing:.01em;line-height:1.25;padding:3px 6px;white-space:nowrap}.x-detail-time{margin-left:auto}.x-reply-time{margin-top:3px;font-size:.72rem}.x-feed-content>header .x-card-time{color:#6c5ea8}.ui-scale-trigger{display:flex;align-items:baseline;justify-content:center;gap:1px;width:42px;height:42px;padding:0;border:1px solid rgba(116,86,210,.18);border-radius:13px;background:#ffffff91;color:#6656ad;font-weight:800;cursor:pointer}.ui-scale-trigger span{font-size:.72em}.ui-scale-trigger:hover,.ui-scale-trigger[aria-expanded=true]{border-color:#c8bbfa;background:#eee9ff;color:#5e4dc5}.ui-scale-popover{position:fixed;z-index:180;top:78px;right:20px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;min-width:260px;padding:13px;border:1px solid #ddd4fb;border-radius:16px;background:#fffdfff5;color:#3d3355;box-shadow:0 18px 48px #493b7430;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.ui-scale-popover>div:first-child{display:grid;gap:2px}.ui-scale-popover strong{font-size:13px}.ui-scale-popover small{color:#81768e;font-size:11px}.ui-scale-popover>div:nth-child(2){grid-column:1/-1;display:grid;grid-template-columns:1fr 1.35fr 1fr;gap:6px}.ui-scale-popover>div:nth-child(2) button{min-height:36px;border:1px solid #e0d8f5;border-radius:10px;background:#faf8ff;color:#6656ad;font-weight:800;cursor:pointer}.ui-scale-popover>div:nth-child(2) button:disabled{opacity:.4;cursor:not-allowed}.ui-scale-popover>div:nth-child(2) .ui-scale-value{background:#eee9ff;color:#5948ba}.ui-scale-close{width:28px;height:28px;padding:0;border:0;border-radius:9px;background:#f0ebf9;color:#746a83;font-size:18px;cursor:pointer}@media (max-width:720px){html{scrollbar-width:thin}.ui-scale-trigger{display:none}.ui-scale-popover{top:auto;right:12px;bottom:calc(76px + env(safe-area-inset-bottom));left:12px;min-width:0}.x-card-time{font-size:.7rem;padding:2px 5px}.x-feed-content>header{flex-wrap:wrap}.x-card-more{margin-left:auto}}@media (min-width: 821px){.product-bar{grid-template-areas:"brand history nav import downloads tools account" "sources sources sources sources sources sources sources";grid-template-columns:auto auto minmax(160px,1fr) auto auto 42px minmax(90px,auto)}.product-bar .mobile-menu-button{grid-area:tools;display:grid;place-items:center;width:42px;height:42px;border:1px solid #ffffffcc;border-radius:13px;background:#ffffff8f;color:#685bb5;font-size:17px;letter-spacing:1px;cursor:pointer}.mobile-menu-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:96;border:0;background:#30283c28;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-action-menu{position:fixed;z-index:97;top:78px;right:20px;display:grid;width:220px;gap:4px;padding:7px;border:1px solid #fff;border-radius:17px;background:#fffaf9ee;box-shadow:0 18px 55px #44365b42;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.mobile-action-menu button{min-height:44px;border:0;border-radius:12px;padding:9px 13px;background:transparent;color:#5f5574;text-align:left;font-weight:650;cursor:pointer}.mobile-action-menu button:hover{background:#eee9ff;color:#6255b8}}@media (min-width: 601px) and (max-width: 820px){.product-bar{grid-template-areas:"brand history spacer tools account" "nav nav import downloads downloads" "sources sources sources sources sources";grid-template-columns:auto auto minmax(0,1fr) 42px auto}.product-bar .mobile-menu-button{grid-area:tools;display:grid;place-items:center;width:38px;height:38px;border:1px solid #ffffffcc;border-radius:12px;background:#ffffff8f;color:#685bb5;font-size:17px;letter-spacing:1px;cursor:pointer}.mobile-menu-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:96;border:0;background:#30283c28;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-action-menu{position:fixed;z-index:97;top:calc(max(7px,env(safe-area-inset-top)) + 50px);right:max(10px,env(safe-area-inset-right));display:grid;width:min(220px,calc(100vw - 20px));gap:4px;padding:7px;border:1px solid #fff;border-radius:17px;background:#fffaf9ee;box-shadow:0 18px 55px #44365b42;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.mobile-action-menu button{min-height:44px;border:0;border-radius:12px;padding:9px 13px;background:transparent;color:#5f5574;text-align:left;font-weight:650}}.local-reader-button{min-height:38px;padding:0 12px;white-space:nowrap;border:1px solid rgba(111,84,177,.14);border-radius:12px;background:#ffffffa8;color:#74658c}@media (min-width:821px){.product-bar{grid-template-areas:"brand history nav local import downloads tools account" "sources sources sources sources sources sources sources sources";grid-template-columns:auto auto minmax(120px,1fr) auto auto auto 42px minmax(90px,auto)}.product-bar .local-reader-button{grid-area:local;justify-self:end}}@media (min-width:601px) and (max-width:820px){.product-bar{grid-template-areas:"brand history spacer tools account" "nav nav local import downloads" "sources sources sources sources sources";grid-template-columns:auto auto minmax(0,1fr) auto auto;min-height:146px!important}.product-bar .local-reader-button{grid-area:local;justify-self:end}}@media (max-width:600px){.product-bar>.local-reader-button{display:none!important}}.local-browser-card{display:grid;grid-template-rows:auto auto auto minmax(220px,1fr) auto;gap:12px;width:min(760px,calc(100vw - 34px));max-height:min(760px,calc(100dvh - 34px));box-sizing:border-box;border:1px solid rgba(121,91,185,.18);border-radius:24px;padding:20px;background:#fffdfff7;color:#3d3355;box-shadow:0 24px 70px #44305d3d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.local-browser-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.local-browser-card h2,.local-browser-card p{margin:0}.local-browser-card header small{display:block;max-width:610px;overflow:hidden;color:#81768e;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.local-browser-card header>button{width:34px;height:34px;border:0;border-radius:11px;background:#eee9f5;color:#8f819f;font-size:19px}.local-browser-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.local-browser-toolbar button,.local-browser-toolbar select{min-height:37px;border:1px solid #ded5f0;border-radius:11px;padding:0 11px;background:#fff;color:#67588d;font:inherit}.local-browser-toolbar button:disabled{opacity:.42}.local-browser-toolbar .local-browser-open-folder{border-color:#cfc1fb;background:#eee9ff;color:#5e4cc1;font-weight:750}.local-browser-toolbar label{display:flex;align-items:center;gap:6px;margin-left:auto;color:#81768e;font-size:12px}.local-browser-list{min-height:0;overflow:auto;border:1px solid #e7e0f2;border-radius:16px;background:#ffffffb9}.local-browser-entry{width:100%;min-height:47px;box-sizing:border-box;border:0;border-bottom:1px solid #eee8f5;padding:8px 12px;background:transparent;color:#4c405f;text-align:left;font:inherit;cursor:pointer}.local-browser-entry:hover{background:#f3efff}.local-browser-entry.file{display:flex;align-items:center;justify-content:space-between;gap:14px}.local-browser-entry.file span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.local-browser-entry.file small{flex:0 0 auto;color:#8878a1;font-size:11px}.local-browser-entry.unsupported{opacity:.5;cursor:not-allowed}.local-browser-entry.folder{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;padding:0}.local-browser-entry.folder>button{min-width:0;border:0;background:transparent;color:#4c405f;text-align:left;font:inherit;cursor:pointer}.local-browser-entry.folder>button:first-child{overflow:hidden;padding:10px 12px;text-overflow:ellipsis;white-space:nowrap}.local-browser-entry.folder>button:last-child{border-left:1px solid #eee8f5;padding:0 13px;color:#6a55b9;font-size:12px;font-weight:750}.local-browser-empty{padding:32px 18px;color:#84778f;text-align:center}.local-browser-error{border-radius:11px;padding:9px 11px;background:#fff0f4;color:#b34c69;font-size:12px}.local-browser-card footer{color:#8a7d96;font-size:11px}@media (max-width:600px){.local-browser-card{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);border-radius:20px;padding:15px}.local-browser-toolbar{flex-wrap:wrap}.local-browser-toolbar label{margin-left:0}.local-browser-card header small{max-width:calc(100vw - 105px)}}.local-browser-path{display:flex;gap:8px}.local-browser-path input{min-width:0;flex:1;min-height:37px;border:1px solid #ded5f0;border-radius:11px;padding:0 11px;background:#fff;color:#4c405f;font:inherit}.local-browser-path button{min-height:37px;border:1px solid #d5c9ef;border-radius:11px;padding:0 14px;background:#f2eeff;color:#5e4cc1;font:inherit;font-weight:700}@media (max-width:600px){.local-browser-path{display:grid;grid-template-columns:minmax(0,1fr) auto}}.source-card-quick-actions{display:flex;justify-content:flex-end;margin-top:9px}.source-card-quick-actions span{border:1px solid #ded5f5;border-radius:999px;padding:4px 8px;background:#faf8ff;color:#6d5cb5;font-size:10px;font-weight:750;cursor:pointer}.source-card-quick-actions span.favorite{border-color:#efb7d0;background:#fff0f6;color:#c44c82}.x-media-context-menu{position:fixed;z-index:260;display:grid;min-width:174px;overflow:hidden;border:1px solid #554b6936;border-radius:13px;background:#fffdfef7;box-shadow:0 16px 42px #21152b42;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.x-media-context-menu button{border:0;padding:11px 14px;background:transparent;color:#443957;text-align:left;font:700 13px inherit;cursor:pointer}.x-media-context-menu button:hover{background:#f0ebff;color:#614db8}.reader-scroll.continuous .reader-page-slot[style]{aspect-ratio:var(--reader-slot-ratio,.72);min-height:0;display:grid;place-items:center;overflow:hidden;background:#121117}.reader-scroll.continuous .reader-page-slot[style]>img{width:100%!important;min-width:0!important;max-width:100%!important;height:100%!important;max-height:100%!important;object-fit:contain;object-position:center;box-shadow:none}.reader-scroll.continuous .reader-page-slot[style]>.x-reader-video{width:100%;height:100%;object-fit:contain}.reader-scroll.continuous .reader-page-slot .reader-page-placeholder{z-index:2}.reader-progressive-image{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;overflow:hidden;background:#121117}.reader-progressive-image>img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#121117;filter:brightness(var(--reader-brightness,1)) saturate(var(--reader-saturation,1)) contrast(var(--reader-contrast,1));transition:opacity .16s ease}.reader-progressive-image .reader-image-preview{opacity:1;filter:blur(1.5px) brightness(var(--reader-brightness,1)) saturate(var(--reader-saturation,1)) contrast(var(--reader-contrast,1));transform:scale(1.003)}.reader-progressive-image .reader-image-original{z-index:2;opacity:0}.reader-progressive-image.original-ready .reader-image-original{opacity:1}.reader-progressive-image.original-ready .reader-image-preview{opacity:0}.reader-progressive-image.preview-ready~.reader-page-placeholder{opacity:0;pointer-events:none}.reader-page-placeholder{transition:opacity .14s ease}.reader-color-eye .reader-progressive-image>img{filter:brightness(var(--reader-brightness,1)) sepia(var(--reader-warmth,.08)) saturate(var(--reader-saturation,.96)) contrast(var(--reader-contrast,.99))}.reader-color-original.reader-filter-neutral .reader-progressive-image>img{filter:none}.eh-grid .latest-card.eh-card>.eh-card-cover{display:block!important;aspect-ratio:.72;overflow:hidden;padding:0!important;background:#eee8f5}.eh-grid .latest-card.eh-card>.eh-card-cover>img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;background:transparent}.eh-grid .latest-card.eh-card>.eh-card-cover>.eh-card-placeholder{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(145deg,#d8d3f6,#f5d4e7);color:#7261c4;font-size:28px;font-weight:800}.aggregate-page{width:min(1480px,calc(100% - 48px));margin:28px auto 110px}.aggregate-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:34px 38px;border:1px solid var(--line);border-radius:32px;background:linear-gradient(135deg,#ffe8f0b8,#e5ebffc7);box-shadow:0 20px 60px #4e3e8214}.aggregate-hero h1{margin:4px 0 8px;font-size:clamp(2rem,4vw,4.3rem)}.aggregate-hero p:last-child{margin:0;color:var(--muted)}.aggregate-hero nav{display:flex;padding:5px;border-radius:18px;background:#ffffffb3;border:1px solid var(--line)}.aggregate-hero nav button{min-height:44px;padding:0 22px;border:0;border-radius:14px;background:transparent}.aggregate-hero nav button.active{background:var(--accent-soft);color:var(--accent);font-weight:700}.aggregate-controls{position:sticky;top:82px;z-index:12;margin:18px 0;padding:16px 18px;border:1px solid var(--line);border-radius:24px;background:color-mix(in srgb,var(--panel) 92%,transparent);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 12px 34px #3e316914}.aggregate-controls form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:14px}.aggregate-controls form input{min-width:0;height:52px;padding:0 18px;border:1px solid var(--line);border-radius:16px;background:var(--panel)}.aggregate-controls form button{padding:0 24px;border-radius:16px;color:#fff;background:linear-gradient(120deg,var(--accent),#ea75a5)}.aggregate-source-filter{display:flex;align-items:center;gap:12px}.aggregate-source-filter>span{flex:0 0 auto;color:var(--muted);font-size:.86rem}.aggregate-source-filter>div{display:flex;flex-wrap:wrap;gap:8px;flex:1}.aggregate-source-filter button{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 13px;border:1px solid var(--line);border-radius:999px;background:var(--panel)}.aggregate-source-filter button i{width:8px;height:8px;border-radius:50%;background:#bbb}.aggregate-source-filter button.active{border-color:color-mix(in srgb,var(--accent) 40%,var(--line));background:var(--accent-soft);color:var(--accent)}.aggregate-source-filter button.active i{background:var(--accent)}.aggregate-source-filter button small{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:99px;background:#ffffffb8;font-size:.7rem}.aggregate-source-filter .aggregate-refresh{margin-left:auto}.aggregate-summary{display:flex;justify-content:space-between;gap:16px;align-items:baseline;padding:14px 6px}.aggregate-summary span{color:var(--muted)}.aggregate-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:16px}.aggregate-card{display:grid;grid-template-columns:118px 1fr;min-height:204px;padding:12px;text-align:left;border:1px solid var(--line);border-radius:24px;background:var(--panel);box-shadow:0 14px 34px #3c2f640f;overflow:hidden;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.aggregate-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 35%,var(--line));box-shadow:0 18px 42px #3c2f641a}.aggregate-cover{position:relative;min-height:180px;border-radius:16px;overflow:hidden;background:var(--accent-soft);display:grid;place-items:center}.aggregate-cover img{width:100%;height:100%;object-fit:cover}.aggregate-cover>b{position:absolute;left:8px;bottom:8px;padding:4px 8px;border-radius:9px;color:#fff;background:#1c1727bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.7rem}.aggregate-copy{display:flex;min-width:0;padding:4px 4px 4px 14px;flex-direction:column}.aggregate-card-meta{display:flex;justify-content:space-between;gap:8px;color:var(--accent);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.aggregate-card-meta time{color:var(--muted);font-weight:400;text-transform:none;letter-spacing:0}.aggregate-copy h2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:10px 0 6px;font-size:1.08rem;line-height:1.35}.aggregate-copy>p{overflow:hidden;margin:0 0 8px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis}.aggregate-tags{display:flex;flex-wrap:wrap;gap:5px;height:56px;margin-top:auto;padding:5px;overflow:hidden;border:1px solid color-mix(in srgb,var(--accent) 20%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--accent-soft) 62%,transparent)}.aggregate-tags.empty{visibility:hidden}.aggregate-tags span{max-width:100%;padding:4px 7px;border:1px solid color-mix(in srgb,var(--accent) 18%,transparent);border-radius:7px;background:var(--panel);color:var(--muted);font-size:.68rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aggregate-stats{display:flex;flex-wrap:wrap;gap:5px;min-height:18px;margin-top:7px}.aggregate-stats.empty{visibility:hidden}.aggregate-stats span{color:var(--muted);font-size:.72rem}.aggregate-empty{grid-column:1/-1;padding:80px 24px;text-align:center;border:1px dashed var(--line);border-radius:28px;color:var(--muted)}.aggregate-empty h2{color:var(--text)}.aggregate-skeleton{pointer-events:none}.aggregate-skeleton>div:first-child,.aggregate-skeleton i{display:block;border-radius:14px;background:linear-gradient(90deg,var(--accent-soft),rgba(255,255,255,.8),var(--accent-soft));background-size:240% 100%;animation:aggregate-shimmer 1.4s linear infinite}.aggregate-skeleton>div:first-child{min-height:152px}.aggregate-skeleton>div:last-child{padding:12px}.aggregate-skeleton i{height:14px;margin-bottom:16px}.aggregate-skeleton i:nth-child(2){height:42px}.aggregate-skeleton i:nth-child(3){width:62%}@keyframes aggregate-shimmer{to{background-position:-240% 0}}.aggregate-source-entry{font-weight:700}@media (max-width:760px){.aggregate-page{width:calc(100% - 20px);margin:12px auto 100px}.aggregate-hero{display:block;padding:24px 20px;border-radius:24px}.aggregate-hero nav{margin-top:20px}.aggregate-hero nav button{flex:1;padding:0 12px}.aggregate-controls{top:66px;margin:10px 0;padding:10px;border-radius:19px}.aggregate-controls form{grid-template-columns:1fr}.aggregate-controls form button{height:46px}.aggregate-source-filter{align-items:flex-start;flex-wrap:wrap}.aggregate-source-filter>span{width:100%}.aggregate-source-filter>div{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.aggregate-source-filter>div::-webkit-scrollbar{display:none}.aggregate-source-filter button{white-space:nowrap}.aggregate-source-filter .aggregate-refresh{margin-left:0}.aggregate-summary{display:block;padding:12px 4px}.aggregate-summary span{display:block;margin-top:4px}.aggregate-grid{grid-template-columns:1fr;gap:10px}.aggregate-card{grid-template-columns:92px 1fr;min-height:190px;padding:9px;border-radius:19px}.aggregate-cover{min-height:150px}.aggregate-copy{padding-left:11px}.aggregate-copy h2{margin-top:7px;font-size:1rem}.mobile-bottom-navigation{grid-template-columns:repeat(4,1fr)}}.aggregate-load-more{min-height:92px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted)}.aggregate-load-more button{min-height:42px;padding:0 22px;border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--accent)}.aggregate-load-more i{width:18px;height:18px;border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:aggregate-more-spin .75s linear infinite}@keyframes aggregate-more-spin{to{transform:rotate(360deg)}}.aggregate-card{min-height:230px;align-items:stretch}.aggregate-cover{min-height:206px}.aggregate-card-meta{align-items:flex-start}.aggregate-category{display:inline-flex;align-items:center;min-height:19px;padding:3px 7px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.66rem;line-height:1}.aggregate-languages{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:4px}.aggregate-languages i{font-style:normal;padding:3px 6px;border-radius:999px;background:#e8f0ff;color:#5571a8;font-size:.62rem;line-height:1}.aggregate-languages time{margin-left:3px;white-space:nowrap}.aggregate-creators{display:flex;align-items:center;gap:5px;min-height:24px;overflow:hidden;margin:2px 0 4px;color:#877c99;font-size:.72rem}.aggregate-creators>span{flex:none;color:#9a90a8}.aggregate-creators>b{overflow:hidden;max-width:100%;padding:3px 6px;border-radius:6px;background:#eee9fa;color:#6e5eb5;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.aggregate-card-state{display:flex;align-items:center;gap:7px;min-height:22px;margin:2px 0 5px;color:#7c7390;font-size:.68rem}.aggregate-card-state>span:first-child{margin-right:auto}.aggregate-card-state .favorite{color:#ce4f8c;font-weight:750}.aggregate-card-state .subscribed{color:#6554b8;font-weight:750}.aggregate-tags{height:50px;margin-top:2px}.aggregate-card-footer{display:flex;align-items:center;gap:6px;min-height:19px;margin-top:5px;color:var(--muted);font-size:.68rem}.aggregate-card-footer>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.aggregate-card-footer .aggregate-stats{flex:1;justify-content:flex-end;margin-top:0}.aggregate-card-footer .aggregate-stats.empty{display:none}@media (max-width:760px){.aggregate-card{min-height:206px}.aggregate-cover{min-height:188px}.aggregate-card-state{font-size:.64rem;gap:5px}.aggregate-card-state>span:nth-child(3){display:none}.aggregate-tags{height:48px}.aggregate-creators{font-size:.68rem}}.reader-scroll.continuous .reader-page-slot.ready .reader-progressive-image>img{object-fit:fill}.x-inline-media figure.image{grid-template-rows:auto auto}.x-inline-media figure.image .x-media-frame{display:block;min-height:0;max-height:none}.x-inline-media figure.image .x-detail-image-button{height:auto;min-height:0}.x-inline-media figure.image .x-detail-image-button .x-progressive-image.fit-width{display:block;width:100%;height:auto;min-height:0;background:#211c2a}.x-inline-media figure.image .x-detail-image-button .x-progressive-image.fit-width .x-image-preview{position:relative;inset:auto;display:block;width:100%;height:auto;max-height:none;object-fit:contain}.x-inline-media figure.image .x-detail-image-button .x-progressive-image.fit-width .x-image-original{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-height:none;object-fit:contain}.x-inline-media figure.image .x-detail-image-button .x-progressive-image.fit-width>i{position:absolute}.x-profile-actions{display:flex;align-items:center;gap:8px}.x-profile-actions>button{flex:none;padding:8px 13px;border:1px solid rgba(116,86,210,.25);border-radius:999px;background:transparent;color:var(--accent);font-weight:700}.x-profile-actions>button.active{background:#765ed7;color:#fff;border-color:#765ed7}@media (max-width:720px){.x-profile-actions{gap:5px}.x-profile-actions>button{padding:7px 9px;font-size:.78rem}}.x-detail-image-gallery{position:relative;overflow:hidden;width:min(920px,100%);margin-inline:auto;background:#211c2a}.x-detail-image-gallery-rail{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x}.x-detail-image-gallery-rail::-webkit-scrollbar{display:none}.x-detail-image-gallery-slide{flex:0 0 100%;min-width:0;padding:0;border:0;background:#211c2a;scroll-snap-align:start;overflow:hidden;cursor:zoom-in}.x-detail-image-gallery-slide .x-progressive-image.fit-width{display:block;width:100%;height:auto;min-height:0}.x-detail-image-gallery footer{display:flex;align-items:center;justify-content:space-between;padding:7px 10px;background:#292331;color:#cfc7dc;font-size:.78rem}.x-detail-image-gallery footer button{border:0;background:transparent;color:#c7b8ff;font-weight:700}.x-detail-image-gallery .x-gallery-step{z-index:3}@media (max-width:720px){.x-detail-image-gallery .x-gallery-step{display:none}}@media (min-width:721px){.x-app-home{box-sizing:border-box;width:92vw;max-width:none!important}.x-source-home,.x-detail-page{box-sizing:border-box;width:92vw;max-width:none}.x-feed-card{grid-template-columns:54px minmax(0,1fr)!important;gap:13px!important;padding:17px 20px!important}.x-feed-avatar{width:48px;height:48px}.x-feed-content>header strong{font-size:1.08rem}.x-feed-content>header span,.x-feed-content>header time{font-size:.94rem}.x-feed-main>p{font-size:1.06rem!important;line-height:1.55}.x-feed-content>footer span{font-size:.91rem}.x-post-surface{padding:30px 34px}.x-post-author{grid-template-columns:54px minmax(0,1fr) auto}.x-post-avatar-button{width:54px;height:54px}.x-post-body{font-size:1.2rem;line-height:1.78}.x-post-meta{font-size:.96rem}.x-replies>article{grid-template-columns:44px minmax(0,1fr);font-size:1rem}.x-replies>article>img,.x-reply-avatar{width:44px;height:44px}}.aggregate-source-filter{display:grid;grid-template-columns:94px minmax(0,1fr) auto;align-items:center;gap:12px;padding-top:13px;border-top:1px solid color-mix(in srgb,var(--line) 82%,transparent)}.aggregate-source-filter>span{display:grid;gap:2px;color:var(--muted);font-size:.72rem;line-height:1.05}.aggregate-source-filter>span b{color:var(--text);font-size:.82rem;letter-spacing:.02em}.aggregate-source-filter>span small{font-size:.66rem}.aggregate-source-filter>div{display:flex;flex-wrap:wrap;gap:5px;padding:4px;border:1px solid color-mix(in srgb,var(--line) 86%,transparent);border-radius:14px;background:color-mix(in srgb,var(--panel) 75%,var(--accent-soft))}.aggregate-source-filter>div button{gap:6px;min-height:32px;padding:0 10px;border:0;border-radius:9px;background:transparent;color:var(--muted);box-shadow:none}.aggregate-source-filter>div button:hover{background:color-mix(in srgb,var(--accent-soft) 72%,transparent);color:var(--accent)}.aggregate-source-filter>div button.active{border:0;background:var(--panel);color:var(--accent);box-shadow:0 2px 7px #4a37741a}.aggregate-source-filter>div button i{width:7px;height:7px;opacity:.65}.aggregate-source-filter>div button.active i{opacity:1}.aggregate-source-filter>div button small{min-width:17px;height:17px;padding:0 4px;background:color-mix(in srgb,var(--accent-soft) 72%,var(--panel));font-size:.65rem}.aggregate-source-filter .aggregate-refresh{min-height:34px;margin:0;padding:0 12px;border-radius:10px;white-space:nowrap}@media (max-width:760px){.aggregate-source-filter{display:flex;gap:8px;padding-top:10px}.aggregate-source-filter>span{width:auto;min-width:72px;padding:4px 2px}.aggregate-source-filter>div{flex:1;min-width:0}.aggregate-source-filter .aggregate-refresh{margin-left:0}}.latest-grid .latest-card{content-visibility:visible!important;contain:layout paint style!important;contain-intrinsic-size:auto!important}.eh-grid .latest-card{display:grid;grid-template-rows:auto 238px;align-content:start}.eh-grid .latest-card>div:last-child{display:flex!important;min-height:0;overflow:hidden;flex-direction:column}.eh-grid .latest-card h3{min-height:40px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.eh-grid .latest-card p{min-height:18px}.eh-grid .latest-card .eh-card-meta{min-height:24px;flex:none}.eh-grid .latest-card .eh-card-creators{min-height:25px;flex:none}.eh-grid .latest-card .eh-card-state{min-height:27px;flex:none}.eh-grid .latest-card .eh-list-tags{min-height:43px;max-height:43px;overflow:hidden;flex:none}.eh-grid .latest-card .source-card-stats{min-height:24px;flex:none}.eh-grid .latest-card .source-card-quick-actions{margin-top:auto;flex:none}@media (max-width:700px){.eh-grid .latest-card{grid-template-rows:auto 214px}.eh-grid .latest-card h3{min-height:36px}.eh-grid .latest-card .eh-list-tags{min-height:38px;max-height:38px}}.x-detail-page{width:92vw!important;max-width:none!important;margin-inline:auto}.x-detail-image-gallery{width:100%;background:transparent}.x-detail-image-gallery-slide,.x-detail-image-gallery-slide .x-progressive-image.fit-width{background:transparent!important}.x-detail-image-gallery footer{border-top:1px solid rgba(116,86,210,.12);background:transparent;color:var(--muted)}.x-detail-image-gallery footer button{color:var(--accent)}.x-detail-image-gallery,.x-detail-image-gallery-slide{background:var(--panel)!important}.x-detail-image-gallery-slide .x-progressive-image.fit-width.detail-wide .x-image-preview{width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important}.x-detail-image-gallery-slide .x-progressive-image.fit-width.detail-contained .x-image-preview{width:auto!important;max-width:100%!important;height:auto!important;max-height:76vh!important;margin-inline:auto}.x-detail-image-gallery-slide .x-progressive-image.fit-width .x-image-preview{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important}.x-detail-image-gallery-slide .x-progressive-image.fit-width .x-image-original{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important}.x-detail-image-gallery-slide .x-progressive-image.fit-width>i{position:absolute!important}.x-detail-image-gallery-slide .x-progressive-image.fit-width{display:grid!important;place-items:center;background:linear-gradient(135deg,#f5f2fb,#eef1fb)}.x-detail-image-gallery-slide .x-progressive-image.fit-width .x-image-preview{width:auto!important;max-width:100%!important;height:auto!important;max-height:min(76vh,820px)!important;margin-inline:auto}.eh-grid .latest-card .eh-list-tags{min-height:0!important;height:auto!important;max-height:50px!important;padding:7px 0 0!important;flex-wrap:wrap!important;align-content:flex-start}.eh-grid .latest-card .eh-list-tags span{flex:none}.eh-grid .latest-card .source-card-stats{min-height:18px!important;margin-top:4px!important;padding:0!important}.eh-grid .latest-card .source-card-quick-actions{padding:0!important;margin-top:5px!important}.aggregate-controls.collapsed{padding:7px 9px!important;border-radius:16px!important;box-shadow:0 8px 24px #3e31690f!important}.aggregate-controls-toggle{display:flex;width:100%;min-height:38px;align-items:center;justify-content:space-between;padding:0 13px;border:1px solid var(--line);border-radius:11px;background:#ffffffb8;color:var(--muted);font-weight:700;text-align:left}.aggregate-controls-toggle:after{content:"⌄";color:var(--accent);font-size:1.1rem}.aggregate-controls.open .aggregate-controls-toggle{margin-bottom:11px;color:var(--accent)}.aggregate-controls.open .aggregate-controls-toggle:after{transform:rotate(180deg)}.aggregate-controls-body{display:grid;gap:0}.x-detail-image-gallery,.x-detail-image-gallery-rail,.x-detail-image-gallery-slide,.x-detail-image-gallery-slide .x-progressive-image.fit-width{background:color-mix(in srgb,var(--surface, #fff) 62%,transparent)!important}.x-detail-image-gallery{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.x-detail-image-gallery-slide .x-progressive-image.fit-width{display:grid!important;place-items:center;width:100%;min-height:0}.x-detail-image-gallery-slide .x-progressive-image.fit-width.detail-wide .x-image-preview{width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important}.x-detail-image-gallery-slide .x-progressive-image.fit-width.detail-contained .x-image-preview{width:auto!important;max-width:100%!important;height:auto!important;max-height:min(94svh,960px)!important;object-fit:contain!important}.x-detail-image-gallery-slide .x-progressive-image.fit-width .x-image-original{object-fit:contain!important}@media (max-width: 720px){.x-detail-image-gallery-slide .x-progressive-image.fit-width.detail-contained .x-image-preview{max-height:min(90svh,760px)!important}}.jm-remote-image{contain:paint}.jm-remote-slice{display:block;margin:0;padding:0;border:0;background-repeat:no-repeat}.latest-grid.source-result-grid{margin-top:0}.source-catalog-card .source-card-popularity{margin-left:auto;color:#8b72bf;font-size:10px;font-weight:750;white-space:nowrap}.source-catalog-card .source-card-quick-actions{margin-top:auto}.online-video-tool{margin:12px 0 2px;border:1px solid #e2dcef;border-radius:15px;background:#fff;overflow:hidden}.online-video-tool>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;list-style:none;cursor:pointer;color:#4b405f}.online-video-tool>summary::-webkit-details-marker{display:none}.online-video-tool>summary span{display:grid;gap:2px}.online-video-tool>summary small{color:#8a8198;font-size:10px;font-weight:500}.online-video-tool>summary b{border-radius:9px;padding:7px 9px;background:#eee9fa;color:#6858b3;font-size:11px}.online-video-form{display:grid;gap:10px;padding:0 12px 12px;border-top:1px solid #eee9f5}.online-video-url{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-top:12px}.online-video-url input{min-width:0;border:1px solid #ded7eb;border-radius:11px;padding:10px 11px;background:#fbfaff;color:#352d47}.online-video-url button,.online-video-download{border:0;border-radius:10px;padding:9px 12px;background:linear-gradient(135deg,#7562d7,#d56fa6);color:#fff;font-weight:700;cursor:pointer}.online-video-url button:disabled,.online-video-download:disabled{opacity:.45;cursor:default}.online-video-error{margin:0;border-radius:10px;padding:9px 10px;background:#fff0f2;color:#b64c60;font-size:11px;line-height:1.45}.online-video-probe-progress{display:grid;gap:7px;border:1px solid #e4dcf4;border-radius:11px;padding:10px 11px;background:#faf8ff}.online-video-probe-progress>div{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#6858a4;font-size:11px}.online-video-probe-progress span{color:#9387a7;font-variant-numeric:tabular-nums}.online-video-probe-progress progress{width:100%;height:6px;border:0;border-radius:99px;overflow:hidden;background:#ece7f6}.online-video-probe-progress progress::-webkit-progress-bar{background:#ece7f6}.online-video-probe-progress progress::-webkit-progress-value{border-radius:99px;background:linear-gradient(90deg,#8267dc,#d56cad);transition:width .2s ease}.online-video-probe-progress>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#82768f;font-size:10px}.online-video-result{display:grid;grid-template-columns:84px minmax(0,1fr);gap:10px}.online-video-result>img{grid-row:1/3;width:84px;aspect-ratio:16/9;align-self:start;object-fit:cover;border-radius:10px;background:#ece8f3}.online-video-copy{min-width:0;display:grid;align-content:start;gap:3px}.online-video-copy>span{color:#7766c0;font-size:10px;font-weight:700}.online-video-copy>strong,.online-video-copy>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.online-video-copy>strong{font-size:12px}.online-video-copy>small{color:#8a8197;font-size:10px}.online-video-modes{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:4px;border-radius:11px;background:#f0ecf7}.online-video-modes button{border:0;border-radius:8px;padding:8px 5px;background:transparent;color:#766d83;font-size:11px;cursor:pointer}.online-video-modes button.active{background:#fff;color:#6552b4;box-shadow:0 3px 12px #54456b14}.online-video-modes button:disabled{opacity:.35;cursor:default}.online-video-option{grid-column:1/-1;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;color:#776d86;font-size:11px}.online-video-option select{min-width:0;border:1px solid #ddd6eb;border-radius:10px;padding:9px;background:#fff;color:#443a57}.online-video-download{grid-column:1/-1}.online-video-note{grid-column:1/-1;margin:0;color:#91889e;font-size:9px;line-height:1.45}@media (max-width:600px){.online-video-result{grid-template-columns:68px minmax(0,1fr)}.online-video-result>img{width:68px}.online-video-modes button{font-size:10px}.online-video-url{grid-template-columns:1fr}.online-video-url button{width:100%}}.bahamut-authorization-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;display:grid;grid-template-columns:minmax(230px,320px) minmax(320px,680px);justify-content:center;align-content:center;gap:14px;align-items:center;padding:24px;background:#241d34a8;pointer-events:auto;touch-action:none;overscroll-behavior:contain}.bahamut-authorization-card{pointer-events:auto;display:grid;gap:9px;align-content:center;padding:18px;border:1px solid #dfd5f0;border-radius:18px;background:#fff;box-shadow:0 18px 50px #251b3a45;color:#3f3653}.bahamut-authorization-card h3,.bahamut-authorization-card p,.bahamut-authorization-card small{margin:0}.bahamut-authorization-card h3{font-size:17px}.bahamut-authorization-card p{font-size:12px;line-height:1.5}.bahamut-authorization-card small{color:#8a8098;font-size:10px;line-height:1.45}.bahamut-authorization-card>div{display:flex;gap:7px;flex-wrap:wrap;margin-top:4px}.bahamut-authorization-card button{border:0;border-radius:9px;padding:8px 10px;background:#7562d7;color:#fff;font-weight:700;cursor:pointer}.bahamut-authorization-card button+button{background:#f1edf7;color:#625577}.bahamut-authorization-card button:disabled{opacity:.45;cursor:default}.bahamut-playback-slot{min-width:0;min-height:260px;height:min(62vh,520px);border:1px solid #d8cceb;border-radius:16px;background:#15121d;box-shadow:0 18px 50px #1d153355;pointer-events:none}.download-paused-summary{display:flex;align-items:center;gap:6px;margin:0 0 9px;padding:8px 10px;border:1px solid #e2daf0;border-radius:10px;background:#f7f3ff;color:#6a579a;font-size:11px}.download-paused-summary strong{font-size:15px}.bahamut-job-note{margin:0;color:#9a6d40;font-size:10px;line-height:1.4}.download-job-transition{color:#7662bd!important;font-weight:700}.download-center-drawer.closed{visibility:hidden;pointer-events:none}.download-center-drawer.closed .bahamut-authorization-shell{visibility:visible;pointer-events:auto}.online-video-concurrency-note{color:#8d839a;font-size:10px;line-height:1.45}.online-video-probe-list{grid-column:1/-1;display:grid;gap:10px;max-height:54vh;overflow:auto;overscroll-behavior:contain;padding-right:3px}.online-video-probe-task{display:grid;gap:8px;border:1px solid #e5def0;border-radius:13px;padding:10px;background:#fcfbff}.online-video-probe-task .online-video-result{position:relative}.online-video-result-remove{position:absolute;top:0;right:0;width:26px;height:26px;border:0;border-radius:8px;background:#f1edf7;color:#776a86;cursor:pointer}.online-video-probe-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;min-width:0}.online-video-probe-actions small{margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#958a9f;font-size:9px}.online-video-probe-actions button{border:0;border-radius:8px;padding:6px 8px;background:#eee9f8;color:#6553a8;cursor:pointer}.download-job-metrics{display:flex;align-items:center;gap:6px;flex-wrap:wrap;color:#81758e;font-size:10px}.download-job-metrics strong{color:#6552b4;font-size:12px}.download-job-metrics span{padding:3px 6px;border-radius:999px;background:#f2eef8}.download-job-scope-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:3px 0 9px;padding:4px;border:1px solid #e2dcef;border-radius:13px;background:#f0ecf7}.download-job-scope-tabs button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border:0;border-radius:9px;background:transparent;color:#7d7289;font-weight:750;cursor:pointer}.download-job-scope-tabs button.active{background:#fff;color:#6250b5;box-shadow:0 3px 12px #4d3e6814}.download-job-scope-tabs small{display:grid;min-width:20px;height:20px;place-items:center;padding:0 5px;border-radius:999px;background:#eee9fa;color:inherit;font-size:10px}.download-complete-toast[role=button]{cursor:pointer}.download-complete-toast[role=button]:focus-visible{outline:2px solid #8267dc;outline-offset:2px}@media (max-width:780px){.bahamut-authorization-shell{grid-template-columns:1fr;align-content:center;overflow:auto}.bahamut-playback-slot{height:36vh;min-height:180px;order:-1}}.source-quick-controls{flex-direction:row;align-items:center;gap:8px}.source-search-launcher{pointer-events:auto}.source-search-launcher .source-quick-search.requesting{opacity:1;cursor:progress;background:linear-gradient(135deg,#7562c9,#ce76ab);color:#fff;animation:source-search-requesting 1.1s ease-in-out infinite alternate}@keyframes source-search-requesting{0%{box-shadow:0 10px 24px #5643912e}to{box-shadow:0 10px 30px #9d5fae6b}}.source-quick-search{background:linear-gradient(135deg,#7d62d8,#df74aa);color:#fff}.source-search-dialog{position:fixed;z-index:190;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;pointer-events:auto}.source-search-dialog-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#2a20412e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:default}.source-search-dialog-card{position:relative;display:grid;gap:12px;width:min(760px,calc(100vw - 36px));max-height:min(560px,calc(100dvh - 96px));overflow:auto;padding:16px;border:1px solid rgba(121,91,185,.24);border-radius:20px;background:#fffdfff7;box-shadow:0 22px 70px #2d1f4d45;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.source-search-dialog-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.source-search-dialog-card>header>div{display:grid;gap:2px}.source-search-dialog-card>header small{color:#867a96;font-size:11px}.source-search-dialog-card>header strong{color:#4e4164;font-size:15px}.source-search-dialog-card>header>button{width:32px;height:32px;border:0;border-radius:10px;background:#eee9f8;color:#776a8c;font-size:20px;cursor:pointer}.source-search-dialog-card .source-search{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:7px}.source-search-dialog-card .source-search input{min-width:0;min-height:44px;border:1px solid #dcd3ee;border-radius:13px;padding:0 13px;background:#fff;color:#443756;font:inherit;outline:none}.source-search-dialog-card .source-search input:focus{border-color:#9a82e5;box-shadow:0 0 0 3px #a78df51d}.source-search-dialog-card .source-search-submit,.source-search-dialog-card .mobile-filter-trigger{min-height:44px;border:1px solid #cfc0fa;border-radius:13px;padding:0 14px;background:#f0ebff;color:#604cb4;font:inherit;font-weight:750;cursor:pointer}.source-search-dialog-card .mobile-filter-trigger{display:flex;align-items:center;gap:5px}.source-search-dialog-card .mobile-filter-trigger.active{background:#7d62d8;color:#fff}.source-search-dialog-card .mobile-filter-trigger small{display:grid;min-width:17px;height:17px;place-items:center;border-radius:999px;background:#ffffff3b;font-size:10px}.source-search-dialog-card .search-history-popover{position:static;display:grid;gap:10px;max-height:none;overflow:visible;border:1px solid #ebe4f7;border-radius:14px;background:#fbfaff;box-shadow:none}.source-search-dialog-card .search-history-head{position:sticky;top:0;z-index:1;background:#fbfaff}.source-search-dialog-card .shared-history-sources{overflow-x:auto;scrollbar-width:thin}.source-search-dialog-card .search-history-results{max-height:190px;overflow:auto}@media (max-width:640px){.source-quick-controls{left:12px;right:auto}.source-search-dialog{align-items:end;padding:10px}.source-search-dialog-card{width:calc(100vw - 20px);max-height:min(78dvh,680px);padding:14px;border-radius:19px}.source-search-dialog-card .source-search{grid-template-columns:minmax(0,1fr) auto}.source-search-dialog-card .mobile-filter-trigger{grid-column:1/-1;justify-content:center}.source-search-dialog-card .search-history-results{max-height:30dvh}}.source-search-dialog-card .mobile-filter-trigger{display:flex!important}.source-search-dialog-card .source-search-submit:disabled,.aggregate-controls form button:disabled{border-color:#d9d1e4!important;background:#f1eef6!important;color:#756b84!important;opacity:1!important;cursor:not-allowed!important}.web-host-status{position:fixed;z-index:145;right:18px;bottom:18px;display:flex;align-items:center;gap:8px;max-width:min(380px,calc(100vw - 36px));min-height:40px;border:1px solid #dcd3f1;border-radius:14px;padding:8px 10px;background:#fffdfef2;color:#5f5572;box-shadow:0 12px 32px #40336025;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-size:11px;text-align:left}.web-host-status i{flex:none;width:8px;height:8px;border-radius:50%;background:#d7954d;box-shadow:0 0 0 4px #f5e9d9}.web-host-status.connecting i{background:#7964d7;box-shadow:0 0 0 4px #e9e3fb;animation:web-host-pulse 1s ease-in-out infinite alternate}.web-host-status span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.web-host-status small{flex:none;color:#745ec4;font-weight:750}@keyframes web-host-pulse{to{opacity:.45}}@media (max-width:700px){.web-host-status{right:10px;bottom:calc(72px + env(safe-area-inset-bottom));left:10px;max-width:none;min-height:36px;padding:7px 9px;border-radius:12px}.web-host-status span{flex:1}.web-host-status small{font-size:10px}}@media (max-width:760px){button,[role=button]{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.aggregate-controls-modal{align-items:end;padding:10px max(10px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left))}.aggregate-controls-modal .aggregate-controls{width:100%!important;max-height:min(82dvh,720px)!important;overscroll-behavior:contain;border-radius:20px!important}.aggregate-controls-modal .aggregate-controls form{position:sticky;z-index:2;top:-18px;margin:-4px -4px 12px;padding:4px;background:#fffdfef7}.aggregate-controls-modal .aggregate-controls form input,.aggregate-controls-modal .aggregate-controls form button{min-height:48px}.source-search-dialog-card{overscroll-behavior:contain}.source-search-dialog-card .source-search input,.source-search-dialog-card .source-search-submit{min-height:48px}}@media (max-width:700px){.immersive-reader .reader-scroll.continuous{background:#121117}.immersive-reader .reader-scroll.continuous .reader-page-slot{line-height:0;margin-bottom:-1px}}.reader-filter-soft-default .reader-page-slot>img,.reader-filter-soft-default .reader-progressive-image>img,.reader-filter-soft-default .jm-remote-image{filter:none!important}.reader-filter-soft-default .reader-page-slot.ready:after{content:"";position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;pointer-events:none;background:#ffeecd09;mix-blend-mode:screen}.source-quick-controls{flex-direction:column;align-items:flex-start;gap:9px}.source-filter-modal-backdrop{position:fixed;z-index:185;top:0;right:0;bottom:0;left:0;border:0;background:#281f3e3d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.source-filter-modal-head{position:fixed;z-index:188;top:calc(50% - min(38dvh,330px));left:50%;display:flex;align-items:center;justify-content:space-between;gap:14px;width:min(760px,calc(100vw - 44px));padding:15px 17px;border:1px solid #e1d8f3;border-radius:20px 20px 0 0;background:#fffdfef7;color:#4b405c;box-shadow:0 22px 70px #281b4638;transform:translate(-50%);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.source-filter-modal-head div{display:grid;gap:3px}.source-filter-modal-head small{color:#897d99;font-size:11px}.source-filter-modal-head strong{font-size:16px}.source-filter-modal-head button{width:34px;height:34px;border:0;border-radius:11px;background:#eee9f8;color:#776a8c;font-size:20px;cursor:pointer}.source-home.filter-dialog{position:fixed!important;z-index:187;top:calc(50% - min(38dvh,330px) + 69px);left:50%;width:min(760px,calc(100vw - 44px));max-height:min(62dvh,560px);box-sizing:border-box;overflow:auto;margin:0!important;padding:18px!important;border:1px solid #e1d8f3!important;border-top:0!important;border-radius:0 0 20px 20px!important;background:#fffdfef7!important;box-shadow:0 22px 70px #281b4638!important;transform:translate(-50%);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.source-home.filter-dialog .mobile-filter-surface{display:flex!important;margin:0!important}.source-home.filter-dialog .filter-panel.mobile-filter-surface{display:block!important}.source-home.filter-dialog .pixiv-auth-strip{display:none}.source-home.filter-dialog .jm-category-row,.source-home.filter-dialog .pixiv-rating-filter,.source-home.filter-dialog .pixiv-language-filter{margin-bottom:12px!important}.aggregate-controls-modal{position:fixed;z-index:190;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px}.aggregate-controls-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#281f3e3d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.aggregate-controls-modal .aggregate-controls{position:relative!important;top:auto!important;z-index:1;width:min(760px,calc(100vw - 36px));max-height:min(560px,calc(100dvh - 96px));margin:0!important;overflow:auto;padding:18px!important;border-radius:22px!important;background:#fffdfef7!important;box-shadow:0 22px 70px #281b463d!important}.aggregate-controls-modal .aggregate-controls>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.aggregate-controls-modal .aggregate-controls>header div{display:grid;gap:3px}.aggregate-controls-modal .aggregate-controls>header small{color:var(--muted);font-size:11px}.aggregate-controls-modal .aggregate-controls>header strong{font-size:16px}.aggregate-controls-modal .aggregate-controls>header>button{width:34px;height:34px;border:0;border-radius:11px;background:#eee9f8;color:#776a8c;font-size:20px;cursor:pointer}.aggregate-controls-modal .aggregate-source-filter{display:grid;grid-template-columns:94px minmax(0,1fr) auto}.aggregate-quick-controls{z-index:80}@media (max-width:640px){.source-filter-modal-head{top:11dvh;width:calc(100vw - 20px);padding:13px 14px;border-radius:18px 18px 0 0}.source-home.filter-dialog{top:calc(11dvh + 63px);width:calc(100vw - 20px);max-height:76dvh;padding:14px!important;border-radius:0 0 18px 18px!important}.aggregate-controls-modal{padding:10px}.aggregate-controls-modal .aggregate-controls{width:calc(100vw - 20px);max-height:82dvh;padding:14px!important}.aggregate-controls-modal .aggregate-source-filter{display:flex}.source-quick-controls{gap:8px}}.download-summary{display:flex;gap:7px;flex-wrap:wrap;padding:10px 0 2px}.download-summary span{border-radius:999px;padding:5px 9px;background:#f0ecf8;color:#756788;font-size:11px}.download-category-filter{display:flex;gap:6px;overflow-x:auto;padding:9px 0}.download-category-filter button{white-space:nowrap;border:1px solid #e3ddef;border-radius:999px;padding:7px 10px;background:#fff;color:#746986;font-size:11px;cursor:pointer}.download-category-filter button.active{border-color:#a18ae7;background:#eee9ff;color:#604ab2;font-weight:700}.download-category-filter small{margin-left:3px;opacity:.72}.download-job.queued span{color:#9a7d49}.download-job.queued progress{opacity:.45}.source-search-history-toggle{display:flex;align-items:center;gap:9px;margin-top:-4px}.source-search-history-toggle button{border:1px solid #e1d9f1;border-radius:10px;padding:7px 10px;background:#f8f5fd;color:#6d5a9e;font-size:11px;font-weight:700;cursor:pointer}.source-search-history-toggle button.active{background:#eee8ff;color:#604bb2}.source-search-history-toggle small{color:#93889f;font-size:11px}.source-search-filters{display:grid;gap:10px;padding:12px;border:1px solid #e7e0f3;border-radius:14px;background:#fbfaff}.source-search-filter-row{display:grid;grid-template-columns:94px minmax(0,1fr);align-items:start;gap:10px}.source-search-filter-row>span{padding-top:8px;color:#75698b;font-size:11px;font-weight:700}.source-search-filter-row>div{display:flex;flex-wrap:wrap;gap:6px}.source-search-filter-row button,.source-search-filter-row select{border:1px solid #e2dbef;border-radius:9px;padding:7px 9px;background:#fff;color:#706580;font-size:11px;cursor:pointer}.source-search-filter-row button.active{border-color:#b9a9ef;background:#eee8ff;color:#604bb2;font-weight:700}.source-search-filter-row select{outline:0}@media (max-width:640px){.source-search-filter-row{grid-template-columns:1fr;gap:5px}.source-search-filter-row>span{padding-top:0}.source-search-history-toggle{margin-top:0}}.reader-quick-exit{position:absolute!important;z-index:140;top:max(12px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));border:1px solid #ffffff2a;border-radius:12px;padding:9px 12px;background:#211b2cd9;color:#fff;box-shadow:0 8px 25px #0007;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;transition:opacity .18s,transform .18s}.immersive-reader.controls-visible .reader-quick-exit{opacity:0;pointer-events:none;transform:translateY(-6px)}.download-center-drawer{top:12px;right:12px;width:min(1040px,calc(100vw - 24px));height:calc(100dvh - 24px);padding:20px 22px;border:1px solid rgba(119,92,179,.16);border-radius:24px;overflow:hidden;box-sizing:border-box}.download-center-drawer>.management-head{flex:none}.download-center-body{min-height:0;flex:1;display:grid;grid-template-columns:minmax(300px,.82fr) minmax(430px,1.25fr);gap:22px;padding-top:12px;overflow:hidden}.download-tools-pane,.download-tasks-pane{min-width:0;min-height:0}.download-tools-pane{overflow-y:auto;overscroll-behavior:contain;padding:0 5px 18px 0}.download-tasks-pane{display:flex;flex-direction:column;overflow:hidden}.download-center-drawer .download-folder-setting,.download-center-drawer .online-video-tool{margin:0 0 12px}.download-center-drawer .download-summary{flex:none;align-items:center;padding:0 0 7px}.download-center-drawer .download-summary span{flex:none}.download-center-drawer .download-category-filter{flex:none;min-width:0;margin:0;overflow-x:auto;scrollbar-width:thin}.download-center-drawer .management-toolbar{flex:none;min-width:0;padding:8px 0}.download-center-drawer .download-job-list{min-width:0;min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;padding:2px 5px 20px 1px}.download-center-drawer .download-job{min-width:0;overflow:visible;padding:15px 16px;contain:none;content-visibility:visible}.download-center-drawer .download-job>div:first-child{min-width:0;align-items:flex-start}.download-center-drawer .download-job strong{min-width:0;white-space:normal;overflow-wrap:anywhere;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.download-center-drawer .download-job small{white-space:normal;overflow-wrap:anywhere;line-height:1.45}.download-center-drawer .job-actions{display:flex;justify-content:flex-end;gap:7px;flex-wrap:wrap}.download-center-drawer progress{width:100%;height:8px}.management-backdrop{touch-action:none}@media (max-width:780px){.download-center-drawer{top:6px;right:6px;width:calc(100vw - 12px);height:calc(100dvh - 12px);padding:16px;border-radius:19px}.download-center-body{display:block;overflow-y:auto;overscroll-behavior:contain;padding-top:10px}.download-tools-pane,.download-tasks-pane{display:block;overflow:visible}.download-center-drawer .download-job-list{overflow:visible;padding-bottom:22px}.download-center-drawer .download-job strong{-webkit-line-clamp:3}}.source-switch .all-ages-source-toggle{min-width:112px!important;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(63,157,115,.24);background:#e1f8ede0;color:#277b58}.source-switch .all-ages-source-toggle i{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#47a87b;color:#fff;font-size:10px;font-style:normal}.source-switch .all-ages-source-toggle.disabled{border-color:#cb784c47;background:#ffeee2eb;color:#a05c38}.source-switch .all-ages-source-toggle.disabled i{background:#d08358}.mobile-source-menu>div>span{display:grid;gap:2px}.mobile-source-menu .mobile-all-ages-toggle{flex:none;min-height:36px;padding:0 12px;border:1px solid rgba(63,157,115,.24);border-radius:11px;background:#e4f7ed;color:#287a58;font-weight:800}.mobile-source-menu .mobile-all-ages-toggle.disabled{border-color:#cb784c47;background:#ffede2;color:#a05c38}.product-bar .source-switch{width:min(100%,1120px);justify-self:center;justify-content:center;margin:0;padding:6px 0 0;border:0;border-top:1px solid rgba(112,92,165,.1);border-radius:0;background:transparent;box-shadow:none}.product-bar .source-switch button{min-width:auto;padding-inline:13px}.all-ages-compact-switch{position:relative;flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:0 8px;color:#746b88;font-size:11px;font-weight:750;white-space:nowrap;cursor:pointer}.all-ages-compact-switch input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.all-ages-compact-switch i{position:relative;width:34px;height:19px;border-radius:999px;background:#d8d2e2;box-shadow:inset 0 0 0 1px #4d3d671a;transition:background .18s ease}.all-ages-compact-switch i:after{content:"";position:absolute;top:3px;left:3px;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #342a4540;transition:transform .18s ease}.all-ages-compact-switch input:checked+i{background:#65d8ad}.all-ages-compact-switch input:checked+i:after{transform:translate(15px)}.all-ages-compact-switch:focus-within i{outline:2px solid rgba(111,88,193,.3);outline-offset:2px}.mobile-source-rail{display:none}@media (max-width:820px){.product-bar .source-switch{display:none!important}.product-bar .mobile-source-rail{grid-area:sources;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px;width:100%;min-width:0;padding:4px;border-top:1px solid rgba(112,92,165,.1);background:transparent}.mobile-source-rail>button{min-width:0;min-height:36px;border:0;border-radius:10px;padding:0 12px;background:transparent;color:#817795;font-size:12px;font-weight:750}.mobile-source-rail>button.active{background:#eee9ff;color:#6255b8}.mobile-source-rail .current-source{display:flex;align-items:center;justify-content:center;gap:7px;overflow:hidden}.mobile-source-rail .current-source span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-source-rail .current-source i{font-style:normal}.mobile-source-rail .all-ages-compact-switch{padding-inline:7px}.mobile-source-rail .all-ages-compact-switch span{font-size:10px}}@media (max-width:420px){.mobile-source-rail .all-ages-compact-switch span{display:none}.mobile-source-rail .all-ages-compact-switch{gap:0;padding-inline:4px}}.local-media-player-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:340;display:grid;place-items:center;padding:clamp(12px,3vw,36px)}.local-media-player-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#1c1626a3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.local-media-player-card{position:relative;z-index:1;display:grid;width:min(1040px,calc(100vw - 24px));max-height:calc(100dvh - 24px);overflow:hidden;border:1px solid rgba(255,255,255,.42);border-radius:22px;background:#17131f;color:#fff;box-shadow:0 28px 90px #120a1c85}.local-media-player-card>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 16px;background:#ffffff12}.local-media-player-card>header>div{min-width:0;display:grid;gap:2px}.local-media-player-card>header small{color:#bcb2ca}.local-media-player-card>header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.local-media-player-card>header>span{display:flex;gap:7px}.local-media-player-card>header>span>button{width:36px;height:36px;border:0;border-radius:11px;background:#ffffff1a;color:#fff;font-size:20px}.local-media-player-card>video{display:block;width:100%;min-height:240px;max-height:calc(100dvh - 150px);background:#09070c;object-fit:contain}.local-media-player-card>video:fullscreen{width:100vw;height:100vh;min-height:100vh;max-height:none;background:#000;object-fit:contain}.local-media-player-card>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;color:#bdb4c9;font-size:11px}.local-media-player-card>footer label{display:flex;align-items:center;gap:7px}.local-media-player-card>footer select{border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:5px 8px;background:#2b2436;color:#fff}.local-media-player-shell.audio .local-media-player-card{width:min(620px,calc(100vw - 24px));background:linear-gradient(145deg,#241b31,#17131f)}.local-audio-player{display:grid;grid-template-columns:94px minmax(0,1fr);align-items:center;gap:18px;padding:28px}.local-audio-art{display:grid;place-items:center;aspect-ratio:1;border-radius:22px;background:linear-gradient(145deg,#7860d6,#d46faf);font-size:38px;box-shadow:0 14px 38px #6847a159}.local-audio-player audio{width:100%}@media (max-width:600px){.local-media-player-shell{padding:6px}.local-media-player-card{width:calc(100vw - 12px);max-height:calc(100dvh - 12px);border-radius:17px}.local-media-player-card>video{max-height:calc(100dvh - 140px)}.local-audio-player{grid-template-columns:64px minmax(0,1fr);gap:12px;padding:20px 14px}.local-media-player-card>footer{align-items:flex-start;flex-direction:column}}.subscription-feed-page{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:54px 0 100px}.subscription-feed-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:24px}.subscription-feed-heading h1{margin:0;font:700 clamp(36px,5vw,54px) "Noto Serif SC",serif;letter-spacing:-2px}.subscription-feed-heading p:not(.eyebrow){margin:10px 0 0;color:#77718e}.subscription-feed-heading>div:last-child{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap;color:#7d748d;font-size:12px}.subscription-feed-heading button{min-height:40px;padding:0 16px;border:1px solid #ded7ee;border-radius:13px;background:#f4efff;color:#6656b3;font-weight:750}.subscription-feed-heading button.quiet{background:#fff}.subscription-source-tabs{display:flex;gap:7px;overflow-x:auto;margin:0 0 18px;padding:3px 0 7px;scrollbar-width:thin}.subscription-source-tabs button{flex:none;min-height:38px;padding:0 14px;border:1px solid #ded7eb;border-radius:999px;background:#ffffffb8;color:#786e89;font-weight:700;cursor:pointer}.subscription-source-tabs button.active{border-color:#9e88ea;background:#eee8ff;color:#604db4}.subscription-source-tabs small{margin-left:4px;color:#988ca9}.subscription-source-tabs button.active small{color:#7462c7}.subscription-filter-summary{margin:-7px 0 16px;color:#81778f;font-size:12px}.subscription-refresh-progress{display:grid;gap:8px;margin-bottom:18px;padding:14px 17px;border:1px solid #e0daed;border-radius:16px;background:#fff9}.subscription-refresh-progress>div{display:flex;justify-content:space-between;gap:12px;color:#746b88;font-size:12px}.subscription-refresh-progress progress{width:100%;height:7px;accent-color:#7966d8}.subscription-feed-error{padding:12px 15px;border:1px solid #f0c9ca;border-radius:14px;background:#fff1f2;color:#b65760}.subscription-feed-list{display:grid;gap:12px}.subscription-feed-list article{position:relative;display:grid;grid-template-columns:94px minmax(0,1fr);gap:16px;min-height:118px;padding:12px;border:1px solid rgba(112,92,165,.16);border-radius:20px;background:#ffffffc7;box-shadow:0 10px 30px #4c386f0f;transition:transform .16s ease,border-color .16s ease}.subscription-feed-list article:hover{transform:translateY(-1px);border-color:#705ca557}.subscription-feed-list article.unread{border-left:4px solid #7966d8}.subscription-feed-cover,.subscription-feed-copy{border:0;background:transparent;text-align:left;color:inherit}.subscription-feed-cover{display:grid;place-items:center;overflow:hidden;width:94px;height:94px;padding:0;border-radius:14px;background:#eee9f5;color:#7460c9;font-size:25px}.subscription-feed-cover img{width:100%;height:100%;object-fit:cover}.subscription-feed-content{display:grid;min-width:0}.subscription-feed-copy{min-width:0;padding:3px 8px 3px 0}.subscription-feed-copy>div{display:flex;justify-content:space-between;gap:12px;color:#857b97;font-size:11px}.subscription-feed-copy b{color:#7664c4;letter-spacing:.5px}.subscription-feed-copy h2{margin:9px 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px}.subscription-feed-copy p,.subscription-feed-copy small{display:block;margin:0;color:#82798f}.subscription-feed-copy small{margin-top:8px;color:#5f566d}.subscription-work-status{display:flex;align-items:center;gap:9px;margin-top:7px}.subscription-work-status strong{color:#7f758b;font-size:12px}.subscription-work-status strong.has-updates{color:#cf5c8a}.subscription-work-status button{min-height:30px;padding:0 10px;border:1px solid #d8cff0;border-radius:10px;background:#f3eeff;color:#6752ba;font-size:11px;font-weight:750;cursor:pointer}.subscription-feed-list article.subscription-x-author-group{display:block;min-height:0;padding:0;overflow:hidden}.subscription-x-author-head{display:grid;grid-template-columns:58px minmax(0,1fr) auto auto 28px;align-items:center;gap:14px;width:100%;min-height:86px;padding:13px 16px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.subscription-x-author-avatar{width:58px;height:58px;border-radius:50%;object-fit:cover;background:#eee9f7}.subscription-x-author-avatar.fallback{display:grid;place-items:center;color:#6753bc;font-size:20px;font-weight:800}.subscription-x-author-copy{display:grid;min-width:0;gap:3px}.subscription-x-author-copy>b{color:#7460c4;font-size:10px;letter-spacing:.7px}.subscription-x-author-copy>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px}.subscription-x-author-copy>small{color:#8d849a}.subscription-x-author-count{display:grid;justify-items:end;gap:3px;color:#494052}.subscription-x-author-count>strong{font-size:13px}.subscription-x-author-count>small{color:#ce5d8b;font-size:11px}.subscription-x-author-head>time{color:#938a9f;font-size:11px}.subscription-x-author-head>i{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#f0ebfb;color:#6957bb;font-size:18px;font-style:normal}.subscription-x-preview-list{display:grid;gap:0;padding:0 16px 14px 88px;border-top:1px solid #eee9f4;background:#f9f7fd9e}.subscription-x-preview-list>button{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px;min-height:72px;padding:9px 42px 9px 0;border:0;border-bottom:1px solid #eee9f4;background:transparent;color:inherit;text-align:left;cursor:pointer}.subscription-x-preview-list>button:hover{background:#775ec70b}.subscription-x-preview-list>button>img,.subscription-x-preview-placeholder{width:54px;height:54px;border-radius:10px;object-fit:cover;background:#eee9f7}.subscription-x-preview-placeholder{display:grid;place-items:center;color:#6957bb;font-weight:800}.subscription-x-preview-list>button>span:nth-child(2){display:grid;min-width:0;gap:7px}.subscription-x-preview-list>button strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:13px;line-height:1.45}.subscription-x-preview-list>button small{color:#91879c;font-size:10px}.subscription-x-preview-list>button>i{position:absolute;right:4px;top:12px;padding:3px 7px;border-radius:999px;background:#7966d8;color:#fff;font:700 9px DM Mono,monospace;font-style:normal}.subscription-x-preview-list>footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:12px;color:#92899e;font-size:11px}.subscription-x-preview-list>footer>button{min-height:34px;padding:0 12px;border:1px solid #dcd3ef;border-radius:11px;background:#f2edff;color:#6552b5;font-weight:750;cursor:pointer}.subscription-x-post{position:relative;width:min(650px,100%);margin-inline:auto}.subscription-x-post>.x-feed-card{border:1px solid rgba(116,86,210,.14)!important;border-radius:20px!important;background:#ffffffc2!important;overflow:hidden}.subscription-x-post.unread>.x-feed-card{border-left:4px solid #7966d8!important}.subscription-x-post>i{position:absolute;z-index:5;top:9px;right:44px;padding:3px 7px;border-radius:999px;background:#7966d8;color:#fff;font:700 9px DM Mono,monospace;font-style:normal}.subscription-feed-list article>i{position:absolute;top:10px;right:10px;padding:3px 7px;border-radius:999px;background:#7966d8;color:#fff;font:700 9px DM Mono,monospace;font-style:normal}.subscription-feed-copy time{padding-right:45px}.subscription-feed-empty{display:grid;place-items:center;min-height:300px;padding:34px;border:1px dashed #d8d0e7;border-radius:24px;background:#fff7;text-align:center}.subscription-feed-empty>span{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#eee9ff;color:#6d59ca;font-size:25px}.subscription-feed-empty h2{margin:16px 0 6px}.subscription-feed-empty p{max-width:520px;margin:0;color:#82798f}.subscription-feed-page>footer{margin-top:18px;color:#92899e;font-size:11px;text-align:center}.mobile-bottom-navigation button{position:relative}.mobile-bottom-navigation button>i{position:absolute;top:3px;right:8px;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#d46393;color:#fff;font-size:9px;font-style:normal}@media (max-width:760px){.mobile-bottom-navigation{grid-template-columns:repeat(5,minmax(0,1fr))}.mobile-bottom-navigation button{gap:3px;font-size:10px}.subscription-feed-page{width:calc(100% - 20px);padding:28px 0 96px}.subscription-feed-heading{display:block;margin-bottom:16px}.subscription-feed-heading>div:last-child{justify-content:flex-start;margin-top:17px}.subscription-feed-heading h1{font-size:34px}.subscription-source-tabs{margin-bottom:13px}.subscription-feed-list article{grid-template-columns:72px minmax(0,1fr);gap:11px;min-height:96px;padding:10px;border-radius:17px}.subscription-feed-cover{width:72px;height:72px;border-radius:12px}.subscription-feed-copy{padding-top:0}.subscription-feed-copy h2{margin-top:6px;font-size:15px}.subscription-feed-copy small{margin-top:5px}.subscription-feed-copy time{padding-right:36px}.subscription-work-status{align-items:flex-start;flex-direction:column;gap:5px}.subscription-feed-list article.subscription-x-author-group{padding:0}.subscription-x-author-head{grid-template-columns:46px minmax(0,1fr) 26px;gap:10px;min-height:74px;padding:11px}.subscription-x-author-avatar{width:46px;height:46px}.subscription-x-author-copy>strong{font-size:15px}.subscription-x-author-count{grid-column:2;grid-row:2;display:flex;justify-items:start;gap:8px}.subscription-x-author-count>strong{font-size:11px}.subscription-x-author-head>time{grid-column:2;grid-row:1;align-self:start;justify-self:end;padding-top:2px;font-size:9px}.subscription-x-author-head>i{grid-column:3;grid-row:1/3;width:26px;height:26px}.subscription-x-preview-list{padding:0 10px 11px}.subscription-x-preview-list>button{grid-template-columns:48px minmax(0,1fr);min-height:65px;padding-right:37px}.subscription-x-preview-list>button>img,.subscription-x-preview-placeholder{width:48px;height:48px}.subscription-x-preview-list>footer{align-items:flex-end;flex-direction:column;gap:7px}}
