@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8f9fa;color:#1a1a2e;-webkit-font-smoothing:antialiased;min-height:100vh}a{text-decoration:none;color:inherit}input,select,textarea{font:inherit}:root{--red: #e53935;--red-d: #c62828;--red-l: #ffebee;--blue: #1971c2;--green: #2e7d32;--text: #1a1a2e;--muted: #6b7280;--border: #e5e7eb;--bg: #f8f9fa;--card: #ffffff;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.06);--rad: 12px}.nav{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;color:var(--text)}.nav-logo-icon{width:34px;height:34px;border-radius:8px;background:var(--red);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:900}.nav-links{display:flex;align-items:center;gap:6px}.nav-link{padding:6px 14px;border-radius:8px;font-size:14px;font-weight:500;color:var(--muted);transition:all .15s}.nav-link:hover{color:var(--text);background:#f3f4f6}.nav-link--active{color:var(--red)}.nav-cta{padding:8px 20px;background:var(--red);color:#fff;border-radius:8px;font-size:14px;font-weight:600;transition:background .15s}.nav-cta:hover{background:var(--red-d)}.hero{background:linear-gradient(135deg,#fff,#fff5f5,#fce4ec);padding:80px 24px 60px;text-align:center;border-bottom:1px solid var(--border)}.hero-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:20px;background:var(--red-l);color:var(--red);font-size:12px;font-weight:600;margin-bottom:24px;border:1px solid #ffcdd2}.hero h1{font-size:clamp(36px,6vw,60px);font-weight:900;line-height:1.1;color:var(--text);margin-bottom:18px;letter-spacing:-.02em}.hero h1 span{color:var(--red)}.hero-sub{font-size:18px;color:var(--muted);max-width:600px;margin:0 auto 36px;line-height:1.6}.hero-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-hero{padding:14px 32px;border-radius:50px;font-size:16px;font-weight:700;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.btn-hero--p{background:var(--red);color:#fff;box-shadow:0 4px 20px #e5393559}.btn-hero--p:hover{background:var(--red-d);transform:translateY(-1px);box-shadow:0 6px 24px #e5393573}.btn-hero--g{background:#fff;color:var(--text);border:1.5px solid var(--border)}.btn-hero--g:hover{border-color:#d1d5db;transform:translateY(-1px)}.hero-trust{display:flex;gap:24px;justify-content:center;margin-top:36px;font-size:13px;color:var(--muted);flex-wrap:wrap;align-items:center}.hero-trust span{display:flex;align-items:center;gap:5px}.tools-section{padding:64px 24px;max-width:1200px;margin:0 auto}.section-tag{display:inline-block;padding:4px 12px;border-radius:4px;background:var(--red-l);color:var(--red);font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px}.section-title{font-size:32px;font-weight:800;margin-bottom:6px}.section-sub{font-size:15px;color:var(--muted);margin-bottom:40px}.tool-cat{margin-bottom:48px}.tool-cat-title{font-size:13px;font-weight:700;color:var(--muted);letter-spacing:.8px;text-transform:uppercase;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px}.tool-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.tool-card{background:var(--card);border-radius:var(--rad);border:1.5px solid var(--border);padding:22px 18px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;text-align:left}.tool-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--card-color, var(--red));transform:scaleX(0);transition:transform .2s;transform-origin:left}.tool-card:hover{border-color:transparent;box-shadow:0 4px 20px #0000001f;transform:translateY(-2px)}.tool-card:hover:before{transform:scaleX(1)}.tool-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;background:var(--card-bg, #ffebee);color:var(--card-color, var(--red))}.tool-icon svg{width:22px;height:22px}.tool-name{font-size:14px;font-weight:700;color:var(--text)}.tool-desc{font-size:12px;color:var(--muted);line-height:1.4}.tool-tag{position:absolute;top:10px;right:10px;font-size:10px;font-weight:700;padding:2px 7px;border-radius:3px;background:#ecfdf5;color:#065f46}.hiw{background:#fff;border-top:1px solid var(--border);padding:64px 24px}.hiw-inner{max-width:900px;margin:0 auto;text-align:center}.hiw-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.hiw-step{position:relative}.hiw-step:after{content:"→";position:absolute;right:-20px;top:24px;font-size:22px;color:#e5e7eb}.hiw-step:last-child:after{display:none}.hiw-num{width:52px;height:52px;border-radius:50%;background:var(--red-l);color:var(--red);font-size:22px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.hiw-step h3{font-size:16px;font-weight:700;margin-bottom:6px}.hiw-step p{font-size:13px;color:var(--muted);line-height:1.5}.why{background:#1a1a2e;color:#fff;padding:64px 24px}.why-inner{max-width:900px;margin:0 auto}.why h2{font-size:30px;font-weight:800;text-align:center;margin-bottom:10px}.why-sub{text-align:center;color:#9ca3af;margin-bottom:48px;font-size:15px}.why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.why-card{background:#252541;border-radius:var(--rad);padding:24px;border:1px solid #323254}.why-icon{font-size:24px;margin-bottom:12px}.why-card h3{font-size:15px;font-weight:700;margin-bottom:6px}.why-card p{font-size:13px;color:#9ca3af;line-height:1.5}.stats{background:var(--red);color:#fff;padding:40px 24px;text-align:center}.stats-inner{max-width:800px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.stat-val{font-size:36px;font-weight:900}.stat-lbl{font-size:13px;opacity:.85;margin-top:4px}.footer{background:#111827;color:#9ca3af;padding:48px 24px 24px}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;margin-bottom:40px}.footer-brand h3{font-size:18px;font-weight:800;color:#fff;margin-bottom:8px}.footer-brand p{font-size:13px;line-height:1.6}.footer-col h4{font-size:13px;font-weight:700;color:#fff;margin-bottom:14px;letter-spacing:.3px}.footer-col a{display:block;font-size:13px;color:#9ca3af;margin-bottom:9px;transition:color .12s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #1f2937;padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.tool-page{min-height:calc(100vh - 60px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px}.tool-center{width:100%;max-width:640px;text-align:center}.tool-page-icon{width:72px;height:72px;border-radius:18px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:36px}.tool-page h1{font-size:28px;font-weight:800;margin-bottom:8px}.tool-page-desc{font-size:15px;color:var(--muted);margin-bottom:32px;line-height:1.6}.drop-zone{border:2px dashed var(--border);border-radius:16px;padding:56px 32px;cursor:pointer;transition:all .2s;background:#fafafa;position:relative}.drop-zone:hover,.drop-zone.drag-over{border-color:var(--red);background:var(--red-l)}.drop-zone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.drop-icon{font-size:48px;margin-bottom:14px;display:block}.drop-title{font-size:16px;font-weight:700;margin-bottom:6px}.drop-sub{font-size:13px;color:var(--muted)}.drop-or{font-size:12px;color:var(--muted);margin:12px 0}.btn-upload{display:inline-flex;align-items:center;gap:7px;padding:10px 24px;background:var(--red);color:#fff;border-radius:8px;font-size:14px;font-weight:600;transition:background .15s}.btn-upload:hover{background:var(--red-d)}.file-list{margin-top:20px;display:flex;flex-direction:column;gap:8px;text-align:left}.file-item{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:10px;padding:12px 14px;animation:fadeUp .2s ease both}.file-item-icon{font-size:22px;flex-shrink:0}.file-item-info{flex:1;min-width:0}.file-item-name{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-item-size{font-size:12px;color:var(--muted)}.file-item-remove{width:28px;height:28px;border-radius:6px;color:var(--muted);display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .1s;flex-shrink:0}.file-item-remove:hover{background:#fee2e2;color:var(--red)}.btn-process{width:100%;padding:16px;margin-top:20px;background:var(--red);color:#fff;border-radius:12px;font-size:16px;font-weight:700;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.btn-process:hover:not(:disabled){background:var(--red-d);transform:translateY(-1px);box-shadow:0 4px 16px #e5393559}.btn-process:disabled{opacity:.6;cursor:not-allowed}.settings-panel{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px;margin-top:16px;text-align:left}.settings-panel h3{font-size:14px;font-weight:700;margin-bottom:14px}.setting-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f3f4f6}.setting-row:last-child{border-bottom:none}.setting-label{font-size:13px;font-weight:500;color:var(--text)}.setting-sub{font-size:11px;color:var(--muted);margin-top:2px}.setting-row select,.setting-row input[type=text],.setting-row input[type=number]{border:1px solid var(--border);border-radius:6px;padding:6px 10px;font-size:13px;color:var(--text);background:var(--bg);min-width:140px}.setting-row select:focus,.setting-row input:focus{outline:none;border-color:var(--red)}.result-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:28px;margin-top:20px;text-align:center;animation:fadeUp .25s ease both}.result-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;background:#ecfdf5;color:#065f46;font-size:13px;font-weight:600;margin-bottom:14px}.result-title{font-size:18px;font-weight:800;margin-bottom:6px}.result-sub{font-size:13px;color:var(--muted);margin-bottom:20px}.result-stats{display:flex;justify-content:center;gap:32px;margin-bottom:20px}.result-stat-label{font-size:11px;font-weight:600;color:var(--muted);letter-spacing:.5px;text-transform:uppercase}.result-stat-value{font-size:18px;font-weight:700;margin-top:2px}.btn-download{display:inline-flex;align-items:center;gap:8px;padding:12px 32px;background:#1a1a2e;color:#fff;border-radius:10px;font-size:15px;font-weight:700;transition:all .15s}.btn-download:hover{background:#252541;transform:translateY(-1px)}.loading-bar{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin-top:20px}.loading-fill{height:100%;background:var(--red);border-radius:2px;animation:loadbar 1.2s ease infinite}@keyframes loadbar{0%{width:0;margin-left:0}50%{width:80%;margin-left:0}to{width:0;margin-left:100%}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:14px;margin-top:20px}.page-thumb{background:#fff;border:2px solid var(--border);border-radius:8px;overflow:hidden;cursor:pointer;transition:all .15s;position:relative}.page-thumb:hover{border-color:var(--red)}.page-thumb.selected{border-color:var(--red);box-shadow:0 0 0 2px var(--red-l)}.page-thumb img{width:100%;display:block}.page-thumb-n{text-align:center;font-size:11px;font-weight:600;color:var(--muted);padding:6px}.page-check{position:absolute;top:6px;right:6px;width:20px;height:20px;border-radius:10px;background:var(--red);color:#fff;display:none;align-items:center;justify-content:center;font-size:11px}.page-thumb.selected .page-check{display:flex}.toast-container{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:6px;align-items:center;pointer-events:none}.toast{padding:10px 22px;border-radius:24px;font-size:13px;font-weight:600;white-space:nowrap;box-shadow:0 4px 16px #0003;animation:toastIn .2s ease both;transition:opacity .3s}.toast-ok{background:#1a1a2e;color:#fff}.toast-err{background:#dc2626;color:#fff}.toast-info{background:var(--blue);color:#fff}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (max-width: 768px){.hero h1{font-size:32px}.hiw-steps,.stats-inner{grid-template-columns:1fr;gap:24px}.hiw-step:after{display:none}.footer-top{grid-template-columns:1fr 1fr}.tool-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media (max-width: 500px){.footer-top{grid-template-columns:1fr}.nav-links{display:none}}.um-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:8000}.um-box{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:8001;background:#fff;border-radius:20px;padding:40px 36px;max-width:420px;width:calc(100% - 32px);text-align:center;box-shadow:0 20px 60px #00000040;animation:fadeUp .2s ease}.um-close{position:absolute;top:14px;right:16px;font-size:18px;color:#9ca3af;cursor:pointer;background:none;border:none}.um-close:hover{color:#374151}.um-icon{font-size:44px;margin-bottom:10px}.um-title{font-size:22px;font-weight:800;margin-bottom:8px;color:#1a1a2e}.um-sub{font-size:14px;color:#6b7280;margin-bottom:20px;line-height:1.5}.um-features{text-align:left;background:#f9fafb;border-radius:10px;padding:14px 18px;margin-bottom:20px}.um-feat{font-size:13px;font-weight:500;padding:4px 0;color:#374151}.um-cta{display:block;width:100%;padding:14px;border-radius:10px;background:var(--red);color:#fff;font-size:15px;font-weight:700;transition:background .15s;margin-bottom:10px}.um-cta:hover{background:var(--red-d)}.um-hint{font-size:12px;color:#9ca3af}.usage-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;background:#f3f4f6;color:#374151;margin-left:4px}.usage-badge--warn{background:#fef3c7;color:#92400e}.usage-badge--pro{background:#ecfdf5;color:#065f46}.pricing-hero{background:linear-gradient(135deg,#fff,#fff5f5 60%);padding:64px 24px 48px;text-align:center;border-bottom:1px solid var(--border)}.pricing-hero h1{font-size:40px;font-weight:900;margin:12px 0 8px}.pricing-sub{font-size:17px;color:var(--muted)}.pricing-section{max-width:1100px;margin:0 auto;padding:56px 24px 80px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:64px}.pricing-card{background:#fff;border:2px solid var(--border);border-radius:20px;padding:32px 28px;position:relative;transition:all .2s}.pricing-card--pro{border-color:var(--red);box-shadow:0 8px 32px #e5393526;transform:scale(1.03)}.plan-popular{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--red);color:#fff;font-size:11px;font-weight:700;padding:4px 16px;border-radius:20px;white-space:nowrap}.plan-badge{display:inline-block;padding:3px 12px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase;margin-bottom:16px}.plan-badge--free{background:#f3f4f6;color:#374151}.plan-badge--pro{background:var(--red-l);color:var(--red)}.plan-badge--team{background:#ede7f6;color:#6a1b9a}.plan-price{margin-bottom:8px}.plan-amt{font-size:48px;font-weight:900;color:#1a1a2e}.plan-per{font-size:15px;color:var(--muted);margin-left:2px}.plan-desc{font-size:13px;color:var(--muted);margin-bottom:24px;line-height:1.5}.plan-features{list-style:none;margin-bottom:28px;display:flex;flex-direction:column;gap:8px}.feat-ok,.feat-no{font-size:13px;line-height:1.4}.feat-no{opacity:.5}.plan-cta-wrap{margin-top:auto}.plan-btn{display:block;width:100%;padding:14px;border-radius:10px;font-size:15px;font-weight:700;text-align:center;cursor:pointer;transition:all .15s;border:none;margin-bottom:8px}.plan-btn--pro{background:var(--red);color:#fff}.plan-btn--pro:hover{background:var(--red-d);transform:translateY(-1px)}.plan-btn--ghost{background:#f3f4f6;color:#1a1a2e;border:1.5px solid var(--border)}.plan-btn--ghost:hover{border-color:#9ca3af}.plan-current{font-size:13px;font-weight:600;color:#2e7d32;margin-bottom:8px;text-align:center}.plan-current--pro{color:var(--red)}.plan-note{font-size:11px;color:var(--muted);text-align:center}.faq{max-width:860px;margin:0 auto}.faq-title{font-size:26px;font-weight:800;text-align:center;margin-bottom:32px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.faq-item{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px}.faq-q{font-size:14px;font-weight:700;margin-bottom:6px}.faq-a{font-size:13px;color:var(--muted);line-height:1.6}.ad-slot{background:#f3f4f6;border:1px dashed #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#d1d5db;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.ad-slot--banner{width:100%;height:90px;margin:16px 0}.ad-slot--sidebar{width:300px;height:250px}.ad-slot--hide{display:none}@media (max-width: 900px){.pricing-grid{grid-template-columns:1fr;gap:16px}.pricing-card--pro{transform:none}.faq-grid{grid-template-columns:1fr}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#3c3f41;color:#dde1e7;-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}input,select{font:inherit;color:inherit}#app{display:flex;flex-direction:column;height:100vh}.hdr{display:flex;align-items:center;justify-content:space-between;height:38px;padding:0 12px;flex-shrink:0;background:#1e1f22;border-bottom:1px solid #111}.hdr-l{display:flex;align-items:center;gap:8px}.logo svg{width:20px;height:20px;display:block}.logo-t{font-size:13px;font-weight:600;letter-spacing:.1px}.hdr-r{display:flex;align-items:center;gap:4px}.hsep{width:1px;height:14px;background:#3a3c40;margin:0 6px}.hd-btn{display:flex;align-items:center;gap:5px;padding:0 10px;height:26px;border-radius:4px;font-size:12px;font-weight:500;color:#9da0a5;transition:all .1s}.hd-btn:hover{background:#2b2d30;color:#dde1e7}.hd-btn--p{background:#1c4c8a;color:#8db8f5}.hd-btn--p:hover{background:#235290;color:#a6caf8}.hd-btn svg{width:13px;height:13px}.lw{position:relative}.lb{height:24px;padding:0 8px;border-radius:3px;font-size:11px;font-weight:600;color:#7a7d83;letter-spacing:.4px}.lb:hover{background:#2b2d30;color:#dde1e7}.lm{display:none;position:absolute;top:calc(100%+4px);right:0;background:#1e1f22;border:1px solid #3a3c40;border-radius:5px;min-width:120px;z-index:500;box-shadow:0 8px 20px #00000080}.lm--on{display:block}.lo{padding:8px 12px;font-size:12px;color:#9da0a5;cursor:pointer;display:flex;gap:7px;align-items:center}.lo:hover{background:#2b2d30;color:#dde1e7}.lo--on{color:#5c9ff8}.toolbar{display:flex;align-items:center;gap:0;flex-shrink:0;height:58px;padding:0 8px;background:#1e1f22;border-bottom:1px solid #111}.tg{display:flex;align-items:center;gap:1px}.ts{width:1px;height:30px;background:#323436;margin:0 6px;flex-shrink:0}.tb{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 9px;min-width:54px;height:50px;border-radius:5px;color:#8a8d92;font-size:10px;font-weight:400;transition:all .1s}.tb:hover{background:#2b2d30;color:#dde1e7}.tb--on{background:#1c3758;color:#5c9ff8}.tb--on:hover{background:#1e3e64}.tb svg{width:20px;height:20px}.tb span{white-space:nowrap}.tf-bar{display:flex;align-items:center;gap:4px;margin-left:auto}.tf-s{height:26px;padding:0 5px;background:#111213;border:1px solid #3a3c40;border-radius:4px;color:#dde1e7;font-size:12px;cursor:pointer;min-width:88px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.tf-s:focus{border-color:#4d90fe;outline:none}.tf-n{width:40px;height:26px;text-align:center;background:#111213;border:1px solid #3a3c40;border-radius:4px;color:#dde1e7;font-size:12px}.tf-n:focus{border-color:#4d90fe;outline:none}.tf-u{font-size:10px;color:#5f6368}.tf-b{width:26px;height:26px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:13px;color:#8a8d92}.tf-b:hover{background:#2b2d30;color:#dde1e7}.tf-c{width:24px;height:24px;border-radius:3px;border:1px solid #3a3c40;overflow:hidden}.tf-c input{width:30px;height:30px;border:none;cursor:pointer;margin:-3px}.zo{width:22px;height:22px;border-radius:3px;font-size:16px;display:flex;align-items:center;justify-content:center;color:#8a8d92;line-height:1}.zo:hover{background:#2b2d30;color:#dde1e7}.zv{font-size:11px;color:#dde1e7;min-width:38px;text-align:center;font-weight:500}.ws{flex:1;display:flex;overflow:hidden}.sb{width:128px;flex-shrink:0;background:#1e1f22;border-right:1px solid #111;overflow-y:auto;padding:16px 8px;display:none;flex-direction:column;gap:12px}.sb::-webkit-scrollbar{width:4px}.sb::-webkit-scrollbar-thumb{background:#3a3c40;border-radius:2px}.th{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;border-radius:4px;padding:4px;border:1px solid transparent;transition:all .1s}.th:hover{background:#2b2d30;border-color:#3a3c40}.th img{border-radius:1px;box-shadow:0 1px 5px #00000080}.th-n{font-size:10px;color:#7a7d83;font-weight:500}.viewer{flex:1;overflow-y:auto;overflow-x:auto;display:flex;flex-direction:column;align-items:center;padding:40px 60px;gap:0;background:#3c3f41}.viewer::-webkit-scrollbar{width:14px;height:14px}.viewer::-webkit-scrollbar-thumb{background:#5f6368;border:4px solid #3c3f41;border-radius:7px}.viewer.dz{outline:2px dashed #5c9ff8}.pw{flex-shrink:0;-webkit-user-select:none;user-select:none}.welcome{display:flex;flex-direction:column;align-items:center;gap:14px;margin:auto;text-align:center;padding:40px}.wlc-icon svg{width:48px;height:48px;display:block}.wlc-t{font-size:20px;font-weight:600;color:#dde1e7}.wlc-s{font-size:13px;color:#7a7d83;max-width:280px;line-height:1.5}.wlc-btn{padding:10px 28px;background:#1971c2;color:#fff;border-radius:20px;font-size:13px;font-weight:600;transition:background .15s;margin-top:6px}.wlc-btn:hover{background:#1764ab}.hl{-webkit-user-select:none;user-select:none}.hit{cursor:default;pointer-events:none;transition:border-color .08s,box-shadow .08s}.hit textarea{cursor:text}.sb-bar{display:flex;align-items:center;justify-content:space-between;height:28px;padding:0 12px;flex-shrink:0;background:#1e1f22;border-top:1px solid #111;font-size:11px;color:#7a7d83}.sb-pg{display:flex;align-items:center;gap:8px}.pn{width:18px;height:18px;border-radius:3px;display:flex;align-items:center;justify-content:center}.pn:hover{background:#2b2d30;color:#dde1e7}.pn svg{width:13px;height:13px}.sb-fn{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-z{display:flex;align-items:center;gap:8px}.zr{width:80px;height:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#3a3c40;border-radius:1px;cursor:pointer}.zr::-webkit-slider-thumb{-webkit-appearance:none;width:9px;height:9px;background:#5c9ff8;border-radius:50%}.modal-bg{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:600;align-items:center;justify-content:center}.modal-bg--open{display:flex}.modal{background:#1e1f22;border:1px solid #3a3c40;border-radius:8px;padding:24px;min-width:420px;box-shadow:0 20px 60px #000000b3}.modal-t{font-size:15px;font-weight:600;margin-bottom:18px}.ml{font-size:11px;font-weight:500;color:#7a7d83;margin-bottom:6px}.m-inp{width:100%;padding:8px 12px;background:#111;border:1px solid #3a3c40;border-radius:4px;color:#dde1e7;font-size:13px;margin-bottom:8px}.m-inp:focus{border-color:#4d90fe;outline:none}.sig-prev{font-family:Brush Script MT,Segoe Script,Georgia,cursive;font-size:30px;color:#dde1e7;min-height:40px;margin-bottom:14px;padding:2px 0}.m-act{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.m-btn{padding:7px 20px;border-radius:20px;font-size:13px;font-weight:600;transition:all .12s}.m-btn--g{border:1px solid #3a3c40;color:#5c9ff8}.m-btn--g:hover{background:#2b2d30}.m-btn--p{background:#1971c2;color:#fff}.m-btn--p:hover{background:#1764ab}.clr-btn{font-size:11px;color:#7a7d83;padding:2px 0}.clr-btn:hover{color:#dde1e7}.toasts{position:fixed;bottom:40px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:6px;align-items:center;pointer-events:none}.toast{padding:8px 18px;border-radius:20px;font-size:12px;font-weight:500;white-space:nowrap;box-shadow:0 4px 14px #00000080;animation:tin .18s ease both;transition:opacity .3s}.toast--ok{background:#2b2d30;color:#dde1e7;border:1px solid #3a3c40}.toast--err{background:#5c1a1a;color:#ffb3b3}.toast--info{background:#1c3758;color:#8db8f5}@keyframes tin{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
