:root{--primary: #7c3aed;--primary-light: #a78bfa;--bg: #0f0f23;--surface: #1a1a2e;--surface-light: #252542;--text: #e2e8f0;--text-muted: #94a3b8;--border: #334155;--danger: #ef4444;--success: #22c55e;--radius: 12px}:root[data-admin-theme=warm]{--primary: #b66b33;--primary-light: #d99a62;--bg: #fff8ef;--surface: #fff1df;--surface-light: #f6dfc4;--text: #3f3022;--text-muted: #7a6651;--border: #e4c9a9;--danger: #c45c48;--success: #5f8f64}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}.page{min-height:100%;padding:16px 16px 80px}.card{background:var(--surface);border-radius:var(--radius);padding:16px;margin-bottom:12px;border:1px solid var(--border);box-shadow:0 10px 28px #00000014}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:8px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s,opacity .15s}.btn:hover:not(:disabled){opacity:.92}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-outline:hover:not(:disabled){background:var(--surface-light);border-color:var(--primary-light)}.btn-block{width:100%}.input{width:100%;padding:12px;border-radius:8px;border:1px solid var(--border);background:var(--surface-light);color:var(--text);font-size:14px;outline:none}.input:focus{border-color:var(--primary-light)}.label{display:block;font-size:12px;color:var(--text-muted);margin-bottom:6px}.tab-bar{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;background:#1a1a2ef2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--border);padding:8px 0 calc(8px + env(safe-area-inset-bottom));z-index:100;gap:4px}.tab-item{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px;color:var(--text-muted);text-decoration:none;padding:4px 12px;border-radius:10px;border:1px solid transparent;min-width:48px;transition:background .15s,border-color .15s,color .15s,transform .15s}.tab-item:hover{background:var(--surface-light);border-color:var(--border);color:var(--text)}.tab-item.active{background:color-mix(in srgb,var(--primary) 18%,transparent);border-color:var(--primary);color:var(--primary-light);font-weight:700;transform:translateY(-1px)}.plugin-tab-item{padding:0}.plugin-tab-item>*{color:inherit}.right-panel{position:fixed;top:48px;right:8px;bottom:70px;width:280px;z-index:59;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:10px;box-shadow:0 18px 44px #00000047;padding:12px;overflow:auto}.admin-theme-switch{position:fixed;top:12px;right:12px;left:auto;z-index:99;display:inline-flex;gap:4px;padding:3px;background:var(--surface);border:1px solid var(--border);border-radius:999px;box-shadow:0 8px 20px #00000029}.admin-theme-switch button{border:0;border-radius:999px;padding:5px 10px;color:var(--text-muted);background:transparent;cursor:pointer;font-size:12px;transition:background .15s,color .15s}.admin-theme-switch button:hover{color:var(--text);background:var(--surface-light)}.admin-theme-switch button.active{color:#fff;background:var(--primary)}:root[data-admin-theme=warm] .tab-bar{background:#fff1dff2}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.header h1{margin:0;font-size:20px}.site-page{min-height:100%;color:#172033;background:#f7fbf8;padding-bottom:0}.site-nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(18px,5vw,72px);background:#f7fbf8eb;border-bottom:1px solid #dfe8df;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-brand{color:#173024;font-size:20px;font-weight:800;letter-spacing:0;display:flex;align-items:center;gap:8px}.site-logo{width:30px;height:30px;object-fit:contain;border-radius:6px}.site-nav nav{display:flex;align-items:center;gap:18px}.site-nav a{color:#486052;text-decoration:none;font-size:14px;font-weight:650}.site-nav a:hover{color:#13704c}.site-hero{min-height:calc(100vh - 72px);display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,560px);align-items:center;gap:clamp(28px,6vw,84px);padding:clamp(42px,7vw,96px) clamp(18px,5vw,72px)}.site-hero-copy h1{margin:10px 0 18px;color:#13251c;font-size:clamp(40px,7vw,86px);line-height:.98;letter-spacing:0;max-width:780px}.site-hero-copy p{max-width:680px;margin:0;color:#4b6355;font-size:clamp(16px,2vw,21px);line-height:1.75}.site-kicker,.section-head span{color:#13704c;font-size:13px;font-weight:800;letter-spacing:0}.site-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.site-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;border:1px solid #bfd3c4;color:#214233;background:#fff;text-decoration:none;font-weight:750;transition:transform .16s,box-shadow .16s,background .16s}.site-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #1f50371f}.site-btn.primary{color:#fff;background:#13704c;border-color:#13704c}.product-visual{overflow:hidden;border:1px solid #c9d9ce;border-radius:14px;background:#fff;box-shadow:0 30px 70px #1e433129}.visual-toolbar{display:flex;align-items:center;gap:7px;padding:13px 15px;background:#173024;color:#d9f2e1}.visual-toolbar span{width:9px;height:9px;border-radius:999px;background:#e98579}.visual-toolbar span:nth-child(2){background:#e5c766}.visual-toolbar span:nth-child(3){background:#76c893}.visual-toolbar b{margin-left:8px;font-size:12px;letter-spacing:0}.visual-pipeline{display:grid;grid-template-columns:1fr 1fr;min-height:400px}.pipeline-left{display:flex;flex-direction:column;gap:12px;padding:18px 20px}.pipe-files{display:flex;flex-direction:column;gap:4px}.pipe-file{display:flex;align-items:center;gap:10px;padding:9px 14px;border-radius:8px;background:#fff;border:1px solid #d8e5dc;font-size:12px;color:#5b6f62;transition:all .35s;animation:fileHighlight 9s ease-in-out infinite}.pf1{animation-delay:0s}.pf2{animation-delay:1.5s}.pf3{animation-delay:3s}.pf4{animation-delay:4.5s}.pf5{animation-delay:6s}.pf6{animation-delay:7.5s}@keyframes fileHighlight{0%{background:#fff;border-color:#d8e5dc;color:#5b6f62;box-shadow:none}5%{background:#d9f2e1;border-color:#7fc59b;color:#123d2a;box-shadow:0 0 0 3px #7fc59b40}18%{background:#d9f2e1;border-color:#7fc59b;color:#123d2a;box-shadow:0 0 0 3px #7fc59b40}25%{background:#fff;border-color:#d8e5dc;color:#5b6f62;box-shadow:none}to{background:#fff;border-color:#d8e5dc;color:#5b6f62;box-shadow:none}}.pipe-process-row{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;background:#13704c0a;border:1px dashed rgba(19,112,76,.18);border-radius:10px;animation:procPulse 2s ease-in-out infinite}@keyframes procPulse{0%,to{border-color:#13704c1a;background:#13704c05}50%{border-color:#13704c59;background:#13704c12}}.proc-spinner{width:18px;height:18px;border:2px solid #c9d9ce;border-top-color:#13704c;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.proc-label{font-size:12px;color:#13704c;font-weight:600}.pipe-wiki-row{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#34d3990d;border:1px solid rgba(52,211,153,.12);border-radius:10px;opacity:0;transform:scale(.95);animation:wikiInOut 9s ease-in-out infinite}@keyframes wikiInOut{0%{opacity:0;transform:scale(.9)}12%{opacity:1;transform:scale(1)}24%{opacity:1;transform:scale(1)}30%{opacity:0;transform:scale(.95)}to{opacity:0;transform:scale(.95)}}.pipe-wiki-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;background:#13704c1f;color:#0d7a4a;font-size:10px;font-weight:800;letter-spacing:.5px;flex-shrink:0}.pipe-wiki-lines{flex:1;display:flex;flex-direction:column;gap:4px}.pipe-wiki-lines span{height:6px;border-radius:3px;background:#13704c26}.pipe-wiki-lines span:nth-child(1){width:90%}.pipe-wiki-lines span:nth-child(2){width:65%}.pipe-wiki-lines span:nth-child(3){width:45%}.pipeline-graph{display:flex;align-items:center;justify-content:center;background:#f7faf8;border-left:1px solid #d8e5dc;border-radius:0 14px 14px 0;overflow:hidden}.graph-svg{width:100%;height:100%;max-height:380px}.g-edge{stroke:#c9d9ce;stroke-width:1.6;stroke-linecap:round;animation:edgeWave 3s ease-in-out infinite}.g-edge.e2,.g-edge.e4,.g-edge.e6,.g-edge.e8{animation-delay:1s}.g-edge.e3,.g-edge.e5,.g-edge.e7,.g-edge.e9{animation-delay:2s}@keyframes edgeWave{0%,to{stroke:#c9d9ce;stroke-width:1.2;opacity:.3}50%{stroke:#13704c;stroke-width:2.4;opacity:.85}}.g-node{fill:#13704c;animation:nodeGlow 3s ease-in-out infinite}.g-node.n2,.g-node.n5{animation-delay:.5s}.g-node.n3,.g-node.n6{animation-delay:1s}.g-node.n4{animation-delay:1.5s}.g-node.n7{animation-delay:2s}@keyframes nodeGlow{0%,to{opacity:.25}35%{opacity:1;fill:#0d7a4a}65%{opacity:.55;fill:#13704c}}.file-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:5px;font-size:9px;font-weight:800;color:#fff;flex-shrink:0}.ft-pdf{background:linear-gradient(135deg,#ef4444,#dc2626)}.ft-img{background:linear-gradient(135deg,#f59e0b,#d97706)}.ft-audio{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.ft-video{background:linear-gradient(135deg,#ec4899,#db2777)}.ft-epub{background:linear-gradient(135deg,#10b981,#059669)}.ft-mobi{background:linear-gradient(135deg,#6366f1,#4f46e5)}.graph-line{position:absolute;height:2px;border-radius:1px;background:#13704c4d;transform-origin:left center;animation:line-draw 4s ease-in-out infinite}@keyframes line-draw{0%,to{opacity:.2}50%{opacity:.7}}.visual-doc{padding:28px}.visual-doc h3{margin:0 0 12px;color:#172033;font-size:24px}.visual-doc p{margin:0 0 18px;color:#5a6b61;line-height:1.65}.tag-row{display:flex;flex-wrap:wrap;gap:8px}.tag-row span,.format-cloud span{border:1px solid #b9d4c1;border-radius:999px;color:#1f6d4a;background:#edf8f0;padding:7px 11px;font-size:12px;font-weight:750}.graph-preview{position:relative;height:130px;margin-top:34px;border-radius:12px;background:linear-gradient(90deg,rgba(19,112,76,.12) 1px,transparent 1px),linear-gradient(0deg,rgba(19,112,76,.12) 1px,transparent 1px);background-size:28px 28px}.graph-preview:before,.graph-preview:after{content:"";position:absolute;background:#9acaae;height:2px;transform-origin:left center}.graph-preview:before{width:170px;left:66px;top:60px;transform:rotate(16deg)}.graph-preview:after{width:145px;left:122px;top:78px;transform:rotate(-25deg)}.graph-preview i{position:absolute;width:34px;height:34px;border-radius:999px;background:#13704c;box-shadow:0 0 0 8px #13704c21}.graph-preview i:nth-child(1){left:48px;top:45px}.graph-preview i:nth-child(2){left:164px;top:78px;background:#3d7ea6}.graph-preview i:nth-child(3){right:44px;top:40px;background:#b66b33}.graph-preview i:nth-child(4){left:226px;bottom:22px;background:#6a7fdb}.site-band,.site-split,.custom-section{padding:clamp(42px,6vw,82px) clamp(18px,5vw,72px)}.site-band{background:#fff;border-top:1px solid #e0eadf}.section-head{max-width:760px;margin-bottom:24px}.section-head.compact{margin-bottom:14px}.section-head h2{margin:8px 0 0;color:#14251c;font-size:clamp(28px,4vw,48px);line-height:1.08}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.feature-card{min-height:180px;border:1px solid #d8e7db;border-radius:10px;padding:22px;background:#f7fbf8}.feature-card h3{margin:0 0 10px;color:#183626;font-size:20px}.feature-card p,.site-muted,.custom-section p{color:#53675b;line-height:1.75}.site-split{display:grid;grid-template-columns:minmax(0,.8fr) minmax(300px,1fr);gap:clamp(24px,5vw,72px);align-items:center;background:#f0f7f2}.format-cloud{display:flex;flex-wrap:wrap;gap:10px}.step-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.step-item{display:flex;align-items:center;gap:12px;border-top:2px solid #13704c;padding-top:16px;color:#183626;font-weight:750}.step-item b{color:#13704c;font-size:14px}.custom-section{display:flex;align-items:center;justify-content:space-between;gap:28px;background:#173024;color:#e8f5ec}.custom-section h2,.custom-section .section-head span{color:#e8f5ec}.custom-section p{max-width:800px;color:#bdd4c5}.feedback-page{max-width:1120px;margin:0 auto}.feedback-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px;border:1px solid var(--border);border-radius:12px;background:radial-gradient(circle at 12% 8%,color-mix(in srgb,var(--primary) 18%,transparent),transparent 32%),var(--surface);margin-bottom:14px}.feedback-hero h1{margin:4px 0 8px;font-size:clamp(28px,5vw,48px);line-height:1.05}.feedback-hero p{margin:0;color:var(--text-muted);max-width:760px;line-height:1.7}.feedback-hero-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.feedback-hello{display:inline-flex;align-items:center;max-width:220px;min-height:40px;padding:0 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface-light);color:var(--text);font-size:14px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feedback-kicker{color:var(--primary-light);font-size:12px;font-weight:800}.feedback-compose{display:grid;gap:12px;padding:16px;border:1px solid var(--border);border-radius:10px;background:var(--surface);margin-bottom:14px}.feedback-compose.compact{margin-top:14px}.feedback-form-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.feedback-textarea{min-height:116px;resize:vertical}.feedback-user-badge{padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-light)}.feedback-user-badge strong{display:block;color:var(--text);font-size:14px;line-height:1.4}.feedback-user-badge small{color:var(--text-muted);font-size:12px}.feedback-actions,.feedback-pager{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.feedback-notice{color:var(--primary-light);font-size:13px}.feedback-tabs{display:flex;gap:8px;overflow-x:auto;padding:4px 0 12px}.feedback-tabs button{border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-muted);padding:8px 13px;cursor:pointer;white-space:nowrap}.feedback-tabs button.active,.feedback-tabs button:hover{color:#fff;border-color:var(--primary);background:var(--primary)}.feedback-board-toolbar{display:grid;grid-template-columns:minmax(180px,320px) auto;align-items:end;justify-content:space-between;gap:12px;padding:14px;margin-bottom:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.feedback-board-toolbar .btn{min-height:42px}.feedback-topic-list{display:grid;gap:10px}.feedback-topic{display:grid;grid-template-columns:minmax(0,1fr) 86px;gap:14px;width:100%;padding:16px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);text-decoration:none;text-align:left;cursor:pointer;transition:transform .15s,border-color .15s,background .15s}.feedback-topic:hover{transform:translateY(-1px);border-color:var(--primary-light);background:var(--surface-light)}.feedback-topic-title{display:flex;align-items:center;gap:8px}.feedback-topic-title span,.feedback-reply.admin span{border-radius:999px;padding:2px 7px;color:#fff;background:var(--primary);font-size:11px;font-weight:800}.feedback-topic-title strong{font-size:17px}.feedback-topic p{margin:8px 0;color:var(--text-muted);line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feedback-topic small,.feedback-detail-meta,.feedback-reply small{color:var(--text-muted)}.feedback-topic-meta{display:grid;justify-items:end;align-content:center;gap:2px;color:var(--text-muted);font-size:12px}.feedback-topic-meta b{color:var(--primary-light);font-size:24px}.feedback-topic-meta em{font-style:normal}.feedback-pager{justify-content:center;margin-top:16px}.feedback-detail,.feedback-replies{margin-top:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface);padding:18px}.feedback-detail h1{margin:0;font-size:clamp(24px,4vw,38px)}.feedback-detail p,.feedback-reply p{white-space:pre-wrap;line-height:1.8}.feedback-replies h2{margin:0 0 12px}.feedback-reply-scroll{max-height:520px;overflow:auto;display:grid;gap:10px;padding-right:4px}.feedback-reply{padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-light)}.feedback-reply.admin{border-color:color-mix(in srgb,var(--primary) 48%,var(--border))}.feedback-reply div{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.feedback-empty{color:var(--text-muted);padding:12px}.feedback-inline-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.feedback-inline-actions .btn{padding:6px 12px;font-size:12px}.feedback-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;display:flex;align-items:center;justify-content:center;padding:24px;background:#0000008f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.feedback-modal{width:min(920px,100%);max-height:min(88vh,820px);overflow:auto;border:1px solid var(--border);border-radius:12px;background:var(--bg);box-shadow:0 24px 70px #0000005c;padding:16px}.feedback-modal-header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-16px -16px 12px;padding:12px 16px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.feedback-modal-header strong{color:var(--text);font-size:16px}.feedback-detail.in-modal,.feedback-replies.in-modal,.feedback-compose.in-modal{margin-top:10px}.feedback-compose-modal{width:min(620px,100%)}.feedback-edit-topbar{display:flex;align-items:center;justify-content:flex-start;margin-bottom:12px}.feedback-edit-form{min-height:calc(100vh - 180px)}.feedback-mobile-done{position:fixed;right:18px;bottom:calc(84px + env(safe-area-inset-bottom));z-index:80;min-width:96px;box-shadow:0 12px 26px #00000042}@media (max-width: 900px){.site-hero,.site-split{grid-template-columns:1fr}.feature-grid,.step-row{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.site-nav{align-items:flex-start;gap:10px;flex-direction:column}.site-nav nav{width:100%;overflow-x:auto;padding-bottom:2px}.site-hero{padding-top:32px}.visual-grid{grid-template-columns:1fr}.visual-list{border-right:0;border-bottom:1px solid #d8e5dc}.feature-grid,.step-row{grid-template-columns:1fr}.custom-section{align-items:flex-start;flex-direction:column}.feedback-hero,.feedback-topic{grid-template-columns:1fr}.feedback-board-toolbar{grid-template-columns:1fr auto;align-items:end}.feedback-modal-backdrop{align-items:stretch;padding:0}.feedback-modal{width:100%;max-height:100vh;border-radius:0}.feedback-compose-modal .feedback-modal-header{justify-content:flex-start}.feedback-compose-modal .feedback-modal-header strong{order:2}.feedback-compose-modal .feedback-modal-header .btn{order:1}.feedback-compose-modal .feedback-actions .btn-primary{position:fixed;right:18px;bottom:calc(84px + env(safe-area-inset-bottom));z-index:150;min-width:96px;box-shadow:0 12px 26px #00000042}.feedback-edit-page{padding:10px 12px 72px}.feedback-edit-topbar{margin-bottom:8px}.feedback-edit-topbar .btn{min-height:34px;padding:6px 10px;font-size:13px}.feedback-edit-form{gap:8px;min-height:0;padding:12px;margin-bottom:0}.feedback-edit-form .label{margin-bottom:4px;font-size:11px}.feedback-edit-form .input{padding:9px 10px;border-radius:7px;font-size:14px}.feedback-edit-form .feedback-textarea{min-height:42vh}.feedback-mobile-done,.feedback-compose-modal .feedback-actions .btn-primary{right:12px;bottom:calc(70px + env(safe-area-inset-bottom));min-width:84px;min-height:38px;padding:8px 14px;font-size:14px}.feedback-hero{flex-direction:column}.feedback-hero-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.feedback-hello{max-width:min(100%,260px)}.feedback-form-grid{grid-template-columns:1fr}.feedback-topic-meta{justify-items:start}}
