*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}a{text-decoration:none;color:inherit}input,button,select,textarea{font:inherit}.m-0{margin:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-3xl{max-width:48rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.p-4{padding:1rem}.p-7{padding:1.75rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.border{border-width:1px;border-style:solid}.border-0{border:0}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.z-10{z-index:10}.overflow-hidden{overflow:hidden}.hidden{display:none}.block{display:block}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.wrap{flex-wrap:wrap}.text-left{text-align:left}.text-center{text-align:center}.font-sans{font-family:"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-xs{font-size:.75rem;line-height:1.25}.text-sm{font-size:.875rem;line-height:1.35}.text-2xl{font-size:1.5rem;line-height:1.25}.text-3xl{font-size:1.875rem;line-height:1.2}.tracking-wide{letter-spacing:.04em}.text-white{color:#fff}.text-ink{color:#1f2630}.text-muted{color:#5f6772}.text-brand{color:#0f766e}.text-ok{color:#166534}.text-bad{color:#b91c1c}.text-warn{color:#b45309}.bg-white{background:#fff}.bg-white-soft{background:rgba(255,255,255,.72)}.bg-ok{background:rgba(22,101,52,.1)}.bg-bad{background:rgba(185,28,28,.1)}.border-line{border-color:rgba(17,24,39,.1)}.border-ok{border-color:rgba(22,101,52,.2)}.border-bad{border-color:rgba(185,28,28,.2)}.outline-none{outline:none}.pointer{cursor:pointer}.glass-card{background:rgba(255,255,255,.86);box-shadow:0 18px 40px rgba(15,23,42,.08);backdrop-filter:blur(8px)}.btn-brand{background:linear-gradient(120deg,#0f766e 0,#164e63 100%);color:#fff;cursor:pointer}.btn-brand:hover{filter:brightness(1.05)}.input-soft{background:#fff;border:1px solid rgba(17,24,39,.1);color:#1f2630}.input-soft:focus{border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.16)}.soft-bg{background:radial-gradient(circle at 10% 10%,#d7f9f4 0,transparent 28%),radial-gradient(circle at 88% 12%,#dbeafe 0,transparent 24%),linear-gradient(140deg,#f8fafc 0,#f5f3ea 55%,#e8ede3 100%)}.soft-grid{background-image:linear-gradient(rgba(15,118,110,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(15,118,110,.05) 1px,transparent 1px);background-size:26px 26px;mask-image:radial-gradient(circle at center,black 58%,transparent 100%)}.state-row{display:flex;justify-content:space-between;gap:.75rem;padding:.6rem 0}.state-row+.state-row{border-top:1px dashed rgba(15,23,42,.12)}.grid-cols-form{grid-template-columns:minmax(0,1fr)9rem}.space-y-4>*+*{margin-top:1rem}.link{color:#0f766e}.link:hover{color:#0d9488}@media (max-width:760px){.grid-cols-form{grid-template-columns:1fr}.justify-end{justify-content:flex-start}.p-7{padding:1.25rem}}
.index-page{margin:0;font-family:"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:#1f2630;background:radial-gradient(circle at 10% 10%,#d7f9f4 0,transparent 28%),radial-gradient(circle at 88% 12%,#dbeafe 0,transparent 24%),linear-gradient(140deg,#f8fafc 0,#f5f3ea 55%,#e8ede3 100%);min-height:100vh}.index-page .shell{width:min(1280px,calc(100% - 40px));margin:30px auto}.index-page .card{background:rgba(255,255,255,.86);border:1px solid rgba(17,24,39,.1);border-radius:18px;box-shadow:0 18px 40px rgba(15,23,42,.08);backdrop-filter:blur(8px)}.index-page .topbar{padding:14px 18px;display:flex;gap:10px;align-items:center;justify-content:space-between}.index-page .brand{font-size:20px;letter-spacing:1px;font-weight:700}.index-page .muted{color:#5f6772}.index-page .content{padding:22px}.index-page h1,.index-page h2,.index-page h3{margin:0 0 12px}.index-page .input,.index-page select,.index-page textarea{width:100%;padding:11px 12px;border:1px solid rgba(17,24,39,.1);border-radius:10px;background:#fff;color:#1f2630;outline:none}.index-page .input:focus,.index-page select:focus,.index-page textarea:focus{border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.16)}.index-page .row{display:flex;gap:10px;align-items:center}.index-page .wrap{flex-wrap:wrap}.index-page .btn{border:0;border-radius:10px;padding:10px 15px;cursor:pointer;color:#fff;background:linear-gradient(120deg,#0f766e 0,#164e63 100%)}.index-page .btn-ghost{color:#1f2630;background:#fff;border:1px solid rgba(17,24,39,.1)}.index-page .badge{border-radius:999px;padding:4px 11px;font-size:12px;background:rgba(15,118,110,.12);color:#0f766e}.index-page .badge.bad{background:rgba(185,28,28,.12);color:#b91c1c}.index-page .alert{padding:11px 12px;border-radius:10px;font-size:14px}.index-page .alert.ok{background:rgba(22,101,52,.1);color:#166534}.index-page .alert.bad{background:rgba(185,28,28,.1);color:#b91c1c}.index-page .alert.info{background:rgba(8,145,178,.1);color:#155e75}.index-page .user-home{margin-top:18px;display:block}.index-page .user-main{min-width:0}.index-page .notice-top-card{margin-bottom:14px}.index-page .parser-card{padding:26px}.index-page .section-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.index-page .status-pills{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.index-page .parse-form{display:grid;grid-template-columns:minmax(0,1fr)156px;gap:12px;margin-bottom:16px}.index-page .parse-input{min-width:0}.index-page .parse-btn{white-space:nowrap}.index-page .result-title{margin:0}.index-page .result-empty{justify-content:center;color:#64748b}.index-page .notice-body{border:1px solid rgba(15,23,42,.1);background:#fff;border-radius:12px;padding:12px;line-height:1.65;color:#334155;max-height:240px;overflow:auto}.index-page .player{width:100%;min-height:320px;border:1px solid rgba(17,24,39,.1);border-radius:12px;background:linear-gradient(130deg,#f8fafc 0%,#e2e8f0 100%)}.index-page audio.player,.index-page video.player{min-height:58px;background:#fff}.index-page iframe.player{height:420px}.index-page .visto-shell{border:1px solid #dbe4f5;border-radius:14px;padding:14px;background:linear-gradient(140deg,rgba(239,246,255,.9) 0%,rgba(255,255,255,.95) 56%,rgba(241,245,249,.95) 100%)}.index-page .official-layout.visto-layout{grid-template-columns:1fr;gap:14px}.index-page .playlist-panel{border:1px solid rgba(17,24,39,.1);border-radius:12px;background:#fff;min-height:180px;padding:0;overflow:hidden}.index-page .official-tabs-head-wrap{display:flex;justify-content:space-between;gap:14px;align-items:center;border-bottom:1px solid rgba(17,24,39,.1);padding:10px 12px;background:#f8fafc}.index-page .official-tabs-head{display:flex;gap:4px}.index-page .official-tab-btn{border:1px solid transparent;border-radius:8px;background:transparent;color:#475569;padding:8px 12px;cursor:pointer}.index-page .official-tab-btn.is-active{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.index-page .el-tabs__content{padding:14px}.index-page .el-tab-pane{display:none}.index-page .el-tab-pane.is-active{display:block}.index-page .audioList .all-title{padding:10px 0;border-bottom:1px solid rgba(17,24,39,.1);margin-bottom:10px}.index-page .audioList .left_box{font-weight:600}.index-page .part-area{max-height:620px;overflow:auto;padding-right:6px}.index-page .part-area ul{margin:0;padding:0;list-style:none}.index-page .li_item+.li_item{margin-top:10px}.index-page .episode-row{display:grid;grid-template-columns:minmax(0,1fr)108px;gap:12px;align-items:stretch}.index-page .infoplayer-item{width:100%;border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:12px 14px;display:flex;justify-content:space-between;gap:10px;cursor:pointer;align-items:center}.index-page .infoplayer-item:hover{border-color:#bfdbfe;background:#f8fbff}.index-page .infoplayer-item.active{border-color:#60a5fa;background:#eff6ff}.index-page .infoplayer_title{text-align:left;line-height:1.45;color:#0f172a}.index-page .info_wrap{margin-top:8px;display:flex;align-items:center;gap:10px;color:#64748b;font-size:13px}.index-page .icon_wrap{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.index-page .icon_wrap .play{display:inline-block;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:10px solid #2563eb;margin-top:8px}.index-page .chapter-state{border-radius:999px;background:#f1f5f9;color:#64748b;padding:2px 8px}.index-page .chapter-state.part{background:#fff7ed;color:#c2410c}.index-page .chapter-state.done{background:#ecfdf3;color:#166534}.index-page .text-version-link{border:1px solid #bfdbfe;border-radius:10px;color:#1d4ed8;background:#eff6ff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;padding:0 12px;cursor:pointer;white-space:nowrap}.index-page .text-version-link.disabled{border-color:#e5e7eb;color:#94a3b8;background:#f8fafc;cursor:not-allowed}.index-page .text-pane{display:grid;gap:12px}.index-page .text-accordion{margin:0;padding:0;list-style:none;border:1px solid #dbe4f5;border-radius:12px;background:#fff;overflow:hidden}.index-page .text-accordion-item+.text-accordion-item{border-top:1px solid #e2e8f0}.index-page .text-accordion-trigger{position:relative;padding-right:34px}.index-page .text-accordion-trigger::after{content:"";position:absolute;right:14px;top:50%;width:8px;height:8px;border-right:2px solid #94a3b8;border-bottom:2px solid #94a3b8;transform:translateY(-62%) rotate(45deg);transition:transform .2s ease}.index-page .text-accordion-item.is-open .text-accordion-trigger::after{transform:translateY(-38%) rotate(-135deg)}.index-page .text-chapter-item{width:100%;border:0;background:#fff;padding:10px 12px;display:grid;gap:6px;text-align:left;cursor:pointer}.index-page .text-chapter-item:hover{background:#f8fbff}.index-page .text-chapter-item.active{background:#eff6ff;box-shadow:inset 2px 0 0 #2563eb}.index-page .text-chapter-item.no-text .text-chapter-flag{color:#94a3b8}.index-page .text-chapter-name{color:#0f172a;line-height:1.4}.index-page .text-chapter-flag{color:#1d4ed8;font-size:12px}.index-page .text-accordion-panel{display:none;padding:0 12px 12px;background:#fcfdff}.index-page .text-accordion-item.is-open .text-accordion-panel{display:block}.index-page .text-frame-empty{height:120px;border:1px dashed #cbd5e1;border-radius:10px;background:#f8fafc;color:#64748b;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 10px}.index-page .text-content-loading{min-height:44px;border:1px dashed #cbd5e1;border-radius:10px;background:#f8fafc;color:#475569;display:flex;align-items:center;justify-content:center}.index-page .text-content-body{border:1px solid #dbe4f5;border-radius:10px;background:#fff;min-height:180px;max-height:460px;overflow:auto;padding:16px;color:#1e293b;line-height:1.75}.index-page .text-content-body p{margin:0 0 12px}.index-page .text-content-body h1,.index-page .text-content-body h2,.index-page .text-content-body h3{margin:18px 0 10px;line-height:1.4}.index-page .text-content-body img{max-width:100%;height:auto}.index-page .klx-audio{border:1px solid #d5dfef;border-radius:14px;padding:14px;background:linear-gradient(145deg,#fff 0%,#f3f8ff 100%);box-shadow:0 18px 44px rgba(14,165,233,.22),inset 0 1px 0 rgba(255,255,255,.8)}.index-page .native-audio{display:none}.index-page .klx-audio-top{display:flex;justify-content:space-between;gap:12px;align-items:center}.index-page .klx-audio-name{font-size:16px;font-weight:700;line-height:1.45;color:#0f172a}.index-page .klx-audio-time{margin-top:4px;color:#6b7280;font-size:13px}.index-page .klx-speed-wrap{display:flex;align-items:center;gap:8px;color:#475569;white-space:nowrap}.index-page .klx-speed-select{width:104px;padding:8px 10px;font-size:13px}.index-page .klx-progress-wrap{margin-top:12px}.index-page #klxProgress{width:100%;accent-color:#2563eb;cursor:pointer}.index-page .klx-controls{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.index-page .klx-play-btn{min-width:88px}.index-page .klx-ctrl{padding:9px 12px}@media (max-width:960px){.index-page .section-head{flex-direction:column}.index-page .status-pills{justify-content:flex-start}.index-page .parse-form{grid-template-columns:1fr}.index-page .official-tabs-head-wrap{flex-direction:column;align-items:stretch}.index-page .episode-row{grid-template-columns:1fr}.index-page .text-version-link{min-height:38px}.index-page .text-content-body{max-height:360px}.index-page .klx-audio-top{flex-direction:column;align-items:flex-start}}
