.script-library{min-height:100vh;background:#07070c;color:#f5f1ff;font-family:Noto Sans SC,sans-serif}.script-library-hero{padding:112px max(24px,calc((100vw - 1320px)/2)) 54px;background:radial-gradient(900px 430px at 18% 0,rgba(124,58,237,.26),transparent 65%),radial-gradient(700px 360px at 90% 10%,rgba(236,72,153,.11),transparent 65%),#090911;border-bottom:1px solid hsla(0,0%,100%,.07)}.script-library-hero>div{max-width:1320px;margin:auto}.script-library-hero span{color:#b99af8;font-size:13px;font-weight:700;letter-spacing:.12em}.script-library-hero h1{font:900 clamp(42px,6vw,72px)/1.1 "Noto Serif SC",serif;margin:10px 0}.script-library-hero h1 em{font-style:normal;color:#9b6cff}.script-library-hero p{max-width:700px;color:#aaa2ba;font-size:16px;line-height:1.8}.script-library-body{max-width:1320px;margin:auto;padding:38px 24px 90px}.script-library-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.script-library-genres{display:flex;gap:8px;flex-wrap:wrap}.script-library-genres button{border:1px solid hsla(0,0%,100%,.09);border-radius:999px;background:#101018;color:#9991aa;padding:8px 16px;cursor:pointer}.script-library-genres button.active,.script-library-genres button:hover{background:#7c3aed;border-color:#8b5cf6;color:#fff}.script-library-search{min-width:240px;display:flex;align-items:center;gap:8px;border:1px solid hsla(0,0%,100%,.1);background:#101018;border-radius:999px;padding:8px 14px;color:#80788e}.script-library-search input{width:100%;border:0;outline:0;background:transparent;color:#fff}.script-library-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:28px 20px;gap:28px 20px}.script-book-card{color:inherit;text-decoration:none;min-width:0}.script-book-cover{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:12px;background:linear-gradient(145deg,#271749,#0c0a16);border:1px solid hsla(0,0%,100%,.09);box-shadow:0 18px 50px -28px rgba(0,0,0,.9);transition:transform .22s,border-color .22s}.script-book-card:hover .script-book-cover{transform:translateY(-6px);border-color:#9b6cff}.script-book-cover img{width:100%;height:100%;object-fit:cover}.script-book-cover>span{height:100%;display:grid;place-content:center;text-align:center;font:800 26px/1.4 "Noto Serif SC",serif;color:#b99af8}.script-book-cover i{position:absolute;top:10px;right:10px;font-style:normal;font-size:11px;font-weight:700;padding:5px 9px;border-radius:999px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.script-book-cover i.playable{background:rgba(124,58,237,.85);color:#fff}.script-book-cover i.coming{background:rgba(15,15,24,.78);color:#beb7ca;border:1px solid hsla(0,0%,100%,.12)}.script-book-copy{padding:12px 3px}.script-book-copy h2{font:700 16px/1.45 "Noto Serif SC",serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.script-book-copy p{margin:5px 0 9px;color:#8e879d;font-size:13px}.script-book-copy>div{display:flex;gap:8px;color:#746d82;font-size:11px}.script-book-copy>div span+span:before{content:"·";margin-right:8px}.script-library-state{padding:80px 20px;text-align:center;color:#8e879d}.script-library-state.error{color:#fb7185}@media(max-width:1050px){.script-library-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:780px){.script-library-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 14px}.script-library-tools{align-items:stretch;flex-direction:column}.script-library-search{min-width:0}}@media(max-width:520px){.script-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.script-library-hero{padding-top:92px}.script-library-body{padding-inline:16px}}.script-library-catalog{background:radial-gradient(ellipse 70% 45% at 50% -10%,rgba(124,58,237,.22),transparent 62%),radial-gradient(ellipse 55% 40% at 90% 35%,rgba(79,70,229,.1),transparent 68%),#0b0b14}.script-library-shell{display:grid;grid-template-columns:minmax(190px,1fr) minmax(0,4fr);grid-column-gap:32px;column-gap:32px;width:min(100%,1600px);margin:0 auto;padding:112px 48px 100px;align-items:start}.script-library-sidebar{position:-webkit-sticky;position:sticky;top:112px;display:flex;flex-direction:column;min-width:0;min-height:calc(100vh - 160px);padding-right:24px;border-right:1px solid rgba(167,139,250,.13)}.script-library-filter-panel{display:flex;flex-direction:column;gap:18px;width:100%;min-width:0}.script-library-searchbox{position:relative;display:block;width:100%;min-width:0}.script-library-searchbox:before{content:"";position:absolute;left:16px;top:50%;width:17px;height:17px;transform:translateY(-50%);pointer-events:none;background:no-repeat 50%/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='%23a78bfa' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E")}.script-library-searchbox input{width:100%;height:42px;border:1px solid rgba(167,139,250,.2);border-radius:7px;outline:none;background:rgba(22,22,42,.75);color:var(--text-primary);padding:0 18px 0 42px;font:13px var(--font-sans);transition:border-color .22s ease,box-shadow .22s ease,background .22s ease}.script-library-searchbox input::placeholder{color:var(--text-muted)}.script-library-searchbox input:focus{border-color:rgba(167,139,250,.7);background:rgba(22,22,42,.9);box-shadow:0 0 0 3px rgba(124,58,237,.12)}.script-library-tags{display:flex;flex-wrap:wrap;gap:14px 18px;width:100%;min-width:0}.script-library-tags button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:transparent;color:var(--text-secondary);padding:0;font:400 12px var(--font-sans);white-space:nowrap;cursor:pointer;transition:color .22s ease,transform .22s ease}.script-library-tags button.active,.script-library-tags button:hover{color:var(--text-primary);transform:translateY(-1px)}.script-library-tags button.active{color:var(--accent-light);font-weight:700}.script-library-tags button:first-child.active{color:var(--accent-gold)}.script-library-grid-body.novels{min-width:0;padding:0;background:transparent}.script-library-grid-body .novels-list{min-width:0;grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr));justify-content:start}.script-library-grid-body .novel-feature-card{background:#1c122f}.script-library-grid-body .novel-feature-cover{border-radius:0}.script-library-grid-body .novel-feature-info{gap:6px;padding:8px 8px 9px}.script-library-grid-body .novel-feature-title{display:block;margin:0}.script-library-grid-body .novel-feature-title-text{font:700 14px/1.25 "Noto Serif SC",Songti SC,serif;letter-spacing:.02em}.script-library-grid-body .novel-feature-title-author{margin:0;color:var(--accent-light);font-size:9px;line-height:1.35}.script-library-grid-body .novel-feature-actions{display:flex;gap:6px;margin:0}.script-library-grid-body .btn-experience{flex:1 1;height:27px;justify-content:center;gap:4px;padding:0 10px;border-radius:16px;font-size:9px;letter-spacing:.03em;box-shadow:0 5px 16px rgba(124,58,237,.28)}.script-library-grid-body .btn-experience svg{width:12px;height:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:1000px){.script-library-shell{grid-template-columns:minmax(170px,.7fr) minmax(0,3fr);column-gap:20px;padding:120px 28px 80px}.script-library-sidebar{padding-right:18px}}@media (max-width:680px){.script-library-shell{display:block;padding:108px 18px 64px}.script-library-sidebar{position:static;min-height:0;padding:0 0 28px;border-right:0}.script-library-tags{width:100%;gap:10px 16px}.script-library-grid-body .novels-list{grid-template-columns:repeat(auto-fill,minmax(min(100%,150px),1fr));justify-content:start;gap:10px}}