@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300..800;1,300..800&display=swap";html,body{color:#1f2937;background:#fff;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.6}:root{--primary:#10b981;--primary-dark:#059669;--primary-light:#ecfdf5;--secondary:#667eea;--danger:#ef4444;--warning:#f59e0b;--success:#10b981;--text-primary:#1f2937;--text-secondary:#6b7280;--text-light:#9ca3af;--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-tertiary:#f3f4f6;--border:#e5e7eb;--border-light:#f3f4f6;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 25px #0000001a}h1,h2,h3,h4,h5,h6{color:var(--text-primary);margin:0;font-weight:700;line-height:1.2}h1{font-size:32px}h2{font-size:24px}h3{font-size:20px}h4{font-size:17px}h5{font-size:15px}h6{font-size:13px}p{color:var(--text-secondary);margin:0}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}button{cursor:pointer;font-family:inherit;transition:all .2s}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font-family:inherit;font-size:inherit;border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;transition:all .2s}input:focus,textarea:focus,select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #10b9811a}input::placeholder,textarea::placeholder{color:var(--text-light)}.hidden{display:none!important}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1024px){html,body{font-size:14px}h1{font-size:28px}h2{font-size:20px}h3{font-size:17px}}@media (width<=768px){html,body{font-size:13px}h1{font-size:24px}h2{font-size:18px}h3{font-size:15px}.container{padding:0 1rem}}.jolyon-docs-layout{background:#fff;flex-direction:column;width:100%;height:100vh;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.docs-header{flex-shrink:0;width:100%}.docs-main-container{flex:1;width:100%;display:flex;overflow:hidden}.docs-sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;width:280px;display:flex;overflow-y:auto;box-shadow:0 1px 3px #0000000d}.docs-content{background:#fff;flex-direction:column;flex:1;width:100%;padding:2rem 3rem;display:flex;overflow-y:auto}.docs-right-panel{background:#f9fafb;border-left:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;width:300px;padding:2rem 1.5rem;display:flex;overflow-y:auto}.docs-footer{text-align:center;color:#6b7280;background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;width:100%;padding:1.5rem 2rem;font-size:13px}.role-documentation{background:#f9fafb;min-height:100vh}.role-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:20px 40px;box-shadow:0 1px 3px #0000001a}.role-header h1{color:#1f2937;margin:10px 0 5px;font-size:28px;font-weight:700}.role-description{color:#6b7280;margin:0;font-size:14px}.back-btn{cursor:pointer;color:#374151;background:#f3f4f6;border:none;border-radius:6px;margin-bottom:10px;padding:8px 16px;font-size:14px;transition:all .2s}.back-btn:hover{color:#1f2937;background:#e5e7eb}.docs-container{grid-template-columns:300px 1fr;max-width:1400px;height:calc(100vh - 180px);margin:0 auto;display:grid}.docs-sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:20px;overflow-y:auto;box-shadow:0 1px 3px #0000000d}.search-box{margin-bottom:25px}.search-input{border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-size:14px;transition:all .2s}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.categories-section,.documents-section{margin-bottom:25px}.categories-section h3,.documents-section h3{text-transform:uppercase;color:#6b7280;letter-spacing:.5px;margin-bottom:12px;font-size:12px;font-weight:600}.categories-list,.documents-list{flex-direction:column;gap:8px;display:flex}.category-btn{cursor:pointer;color:#374151;text-align:left;background:0 0;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:8px;padding:10px 12px;font-family:inherit;font-size:14px;transition:all .2s;display:flex}.category-btn:hover{background:#f3f4f6;border-color:#d1d5db}.category-btn.active{color:#1e40af;background:#dbeafe;border-color:#3b82f6;font-weight:600}.cat-icon{font-size:16px}.doc-item{cursor:pointer;color:#374151;text-align:left;background:0 0;border:1px solid #e5e7eb;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;font-family:inherit;font-size:13px;transition:all .2s;display:flex;position:relative}.doc-item:hover{background:#f3f4f6;border-color:#d1d5db}.doc-item.active{color:#1e40af;background:#dbeafe;border-color:#3b82f6;font-weight:600}.doc-title{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.edit-btn-small{color:#fff;cursor:pointer;opacity:0;background:#3b82f6;border:none;border-radius:4px;padding:4px 8px;font-size:12px;transition:opacity .2s}.doc-item:hover .edit-btn-small{opacity:1}.docs-content{background:#f9fafb;padding:40px;overflow-y:auto}.no-docs{color:#9ca3af;text-align:center;padding:12px;font-size:13px}.document{background:#fff;border-radius:8px;max-width:900px;padding:30px;box-shadow:0 1px 3px #0000001a}.document-header{border-bottom:2px solid #e5e7eb;margin-bottom:30px;padding-bottom:20px}.document-header h2{color:#1f2937;margin-bottom:10px;font-size:28px;font-weight:700}.document-description{color:#6b7280;margin-bottom:15px;font-size:16px}.edit-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:background .2s}.edit-btn:hover{background:#2563eb}.document-content{color:#374151;font-size:16px;line-height:1.8}.document-content h1,.document-content h2,.document-content h3,.document-content h4,.document-content h5,.document-content h6{color:#1f2937;margin:25px 0 15px;font-weight:600}.document-content h1{font-size:28px}.document-content h2{font-size:24px}.document-content h3{font-size:20px}.document-content h4{font-size:18px}.document-content p{margin:15px 0}.document-content ul,.document-content ol{margin:15px 0;padding-left:30px}.document-content li{margin:8px 0}.document-content code{color:#d97706;background:#f3f4f6;border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:14px}.document-content pre{color:#f3f4f6;background:#1f2937;border-radius:6px;margin:15px 0;padding:15px;overflow-x:auto}.document-content pre code{color:#f3f4f6;background:0 0;padding:0}.no-document{text-align:center;color:#9ca3af;background:#fff;border-radius:8px;padding:60px 30px}.docs-empty-state{text-align:center;color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:60px 30px;display:flex}.docs-empty-state p{margin:10px 0}.docs-empty-state p:first-child{margin-bottom:20px;font-size:48px}.empty-hint{color:#d1d5db;font-size:14px}@media (width<=768px){.docs-container{grid-template-columns:1fr;height:auto}.docs-sidebar{border-bottom:1px solid #e5e7eb;border-right:none;gap:20px;max-height:300px;display:flex;overflow-x:auto}.categories-section,.documents-section{white-space:nowrap;flex:none;margin-bottom:0}.role-header,.docs-content,.document{padding:20px}.document-header h2{font-size:20px}}*{box-sizing:border-box}body{color:#111827;background-color:#fff;margin:0;font-family:Inter,-apple-system,sans-serif}.admin-layout{flex-direction:column;height:100vh;display:flex;overflow:hidden}.admin-header{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex}.header-left{align-items:center;gap:16px;width:280px;display:flex}.brand{color:#10b981;align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.brand-icon{color:#fff;background:#10b981;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.role-badge{color:#6b7280;border-left:1px solid #e5e7eb;padding-left:16px;font-size:13px}.header-center{flex:1;justify-content:center;display:flex}.global-search{width:100%;max-width:500px;position:relative}.global-search svg{color:#9ca3af;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.global-search input{background:#f9fafb;border:1px solid #0000;border-radius:6px;outline:none;width:100%;height:36px;padding-left:36px;padding-right:16px;font-size:14px;transition:all .2s}.global-search input:focus{background:#fff;border-color:#10b981}.btn-feedback{color:#4b5563;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.btn-exit{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;display:flex}.avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.admin-body{flex:1;display:flex;overflow:hidden}.minibar{background:#f9fafb;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;align-items:center;gap:16px;width:56px;padding:16px 0;display:flex}.minibar-item{color:#6b7280;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.minibar-item.active{color:#fff;background:#10b981}.minibar-item:hover:not(.active){background:#e5e7eb}.minibar-bottom{margin-top:auto}.nav-sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;width:260px;display:flex}.nav-header{justify-content:space-between;align-items:center;padding:16px;display:flex}.nav-header h3{color:#6b7280;letter-spacing:.05em;margin:0;font-size:11px;font-weight:600}.nav-header-actions{color:#9ca3af;gap:8px;display:flex}.nav-header-actions svg{cursor:pointer}.nav-header-actions svg.delete:hover{color:#ef4444}.nav-search{padding:0 16px 12px}.nav-search input{background:#f9fafb url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%239ca3af\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"11\" cy=\"11\" r=\"8\"></circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"></line></svg>") 10px no-repeat;border:1px solid #0000;border-radius:6px;outline:none;width:100%;height:32px;padding:0 12px 0 32px;font-size:13px}.nav-tree{flex:1;padding:0 12px;overflow-y:auto}.tree-section{margin-bottom:4px}.tree-header{color:#374151;cursor:pointer;border-radius:6px;align-items:center;padding:6px 8px;font-size:13px;font-weight:500;display:flex}.tree-header:hover{background:#f3f4f6}.tree-icon{color:#9ca3af;margin-right:8px;display:flex}.tree-title{flex:1}.tree-toggle{color:#d1d5db;justify-content:center;width:16px;display:flex}.tree-items{border-left:1px solid #e5e7eb;flex-direction:column;gap:2px;margin-top:2px;margin-bottom:8px;margin-left:20px;padding-left:8px;display:flex}.tree-item{color:#4b5563;cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:6px 8px;font-size:13px;display:flex}.tree-item svg{color:#9ca3af}.tree-item:hover{background:#f3f4f6}.tree-item.active{color:#10b981;background:#ecfdf5;font-weight:500;position:relative}.tree-item.active svg{color:#10b981}.tree-item.active:before{content:"";background:#10b981;border-radius:0 4px 4px 0;width:3px;position:absolute;top:10%;bottom:10%;left:-9px}.nav-actions{border-top:1px solid #e5e7eb;flex-direction:column;gap:8px;padding:16px;display:flex}.nav-actions button{color:#10b981;cursor:pointer;text-align:left;background:0 0;border:1px dashed #a7f3d0;border-radius:6px;align-items:center;gap:8px;padding:8px;font-size:13px;font-weight:500;display:flex}.nav-actions button:hover{background:#ecfdf5}.ap-editor-main{background:#fff;flex-direction:column;flex:1;display:flex;overflow-y:auto}.ap-editor-top-bar{justify-content:space-between;align-items:center;padding:24px 32px 16px;display:flex}.editor-breadcrumbs{align-items:center;gap:12px;font-size:12px;display:flex}.badge-published{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:4px 8px;font-weight:600}.breadcrumb-path{color:#6b7280}.editor-actions{align-items:center;gap:16px;display:flex}.btn-ghost{color:#4b5563;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.btn-save{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;display:flex}.btn-icon{color:#4b5563;cursor:pointer;background:0 0;border:none;align-items:center;display:flex}.ap-editor-content-wrapper{width:100%;max-width:800px;padding:0 32px 32px}.editor-title{color:#111827;margin:0 0 16px;font-size:28px;font-weight:700}.editor-toolbar{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:24px;padding:8px 0;display:flex}.toolbar-group{gap:4px;display:flex}.toolbar-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.toolbar-btn:hover{background:#f3f4f6}.view-toggle{background:#f3f4f6;border-radius:6px;padding:2px;display:flex}.view-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:500}.view-btn.active{color:#111827;background:#fff;box-shadow:0 1px 2px #0000000d}.content-body{color:#4b5563;font-size:15px;line-height:1.6}.content-body h2{color:#111827;margin:24px 0 12px;font-size:18px;font-weight:600}.content-body p{margin:0 0 16px}.media-dropzone{text-align:center;cursor:pointer;background:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin:24px 0;padding:32px;display:flex}.media-dropzone:hover{background:#f3f4f6;border-color:#10b981}.dropzone-icon{color:#10b981;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;display:flex;box-shadow:0 1px 2px #0000000d}.dropzone-title{color:#111827;margin-bottom:4px;font-size:14px;font-weight:600}.dropzone-subtitle{color:#6b7280;font-size:12px}.content-body ul{margin:0 0 16px;padding-left:20px}.content-body li{margin-bottom:8px}.rightbar{background:#f9fafb;border-left:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;width:320px;display:flex;position:relative}.rightbar-header{justify-content:space-between;align-items:center;padding:16px;font-size:12px;display:flex}.role-info{color:#6b7280;align-items:center;gap:8px;display:flex}.role-info strong{color:#111827}.btn-share{color:#4b5563;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:12px;display:flex}.rightbar-content{flex:1;padding:0 16px 16px;overflow-y:auto}.info-card{background:#fff;border-radius:12px;margin-bottom:16px;padding:20px;box-shadow:0 1px 3px #0000000d}.info-card h4{color:#111827;margin:0 0 8px;font-size:18px;font-weight:700}.info-card p{color:#6b7280;margin:0 0 16px;font-size:14px;line-height:1.5}.code-snippet{color:#374151;white-space:pre-wrap;background:#f9fafb;border-left:4px solid #10b981;border-radius:6px;padding:12px 16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.6}.snippet-comment{color:#6b7280}.snippet-keyword{color:#8b5cf6}.snippet-string{color:#10b981}.gif-placeholder{color:#6b7280;text-align:center;background:#e5e7eb;border-radius:8px;justify-content:center;align-items:center;height:180px;padding:16px;font-size:12px;display:flex}.rightbar-footer{background:#fff;border-top:1px solid #e5e7eb;padding:16px}.edit-info{color:#6b7280;margin-bottom:12px;font-size:12px;font-style:italic}.btn-goto{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;font-size:13px;font-weight:500;display:flex;box-shadow:0 1px 2px #0000000d}.btn-goto:hover{background:#f9fafb}@media (width<=1024px){.rightbar{display:none}}.minibar-item.active{background:#1bc26c}.admin-header{border-bottom:1px solid #f1f2f4}.admin-body{background:#fafafa}.ap-editor-main{background:#fff;margin:0 1px}.nav-sidebar{background:#fafafa;border-right:1px solid #f1f2f4}.minibar{border-right:1px solid #f1f2f4}.header-left .divider{background:#e5e7eb;width:1px;height:24px;margin-left:8px}.header-left .brand{color:#1bc26c}.header-left .brand-icon,.btn-exit{background:#1bc26c}.avatar-wrapper{display:flex;position:relative}.status-dot{background:#1bc26c;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.btn-dashed{color:#10b981;cursor:pointer;background:0 0;border:1px dashed #6ee7b7;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:8px;padding:8px;font-size:13px;font-weight:500;display:flex}.btn-dashed:last-child{margin-bottom:0}.nav-actions{background:#fff;border-top:1px solid #f1f2f4;padding:16px}.tree-item.active{background:#f0fdf4;border-left:3px solid #10b981;border-radius:0 6px 6px 0;padding-left:5px}.tree-item.active:before{display:none}.tree-item{margin-bottom:2px;padding:8px}.badge-published{color:#111827;border:1px solid #e5e7eb;border-radius:12px;font-size:12px}.btn-draft{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500}.btn-save{background:#1bc26c}.toolbar-group button{color:#111827}.view-btn.active{color:#111827;font-weight:500;box-shadow:0 1px 2px #0000000d}.view-btn{color:#6b7280;font-weight:400}.role-badge-small{color:#111827;background:#f3f4f6;border-radius:12px;padding:2px 8px;font-weight:600}.rightbar-footer .edit-info{color:#6b7280;margin-bottom:12px;font-size:13px;font-style:italic;display:block}.btn-goto{color:#111827;justify-content:space-between;font-weight:500;display:flex}.nav-bottom-info{color:#6b7280;background:#fafafa;border-top:1px solid #f1f2f4;justify-content:space-between;align-items:center;width:260px;padding:16px;font-size:11px;display:flex;position:absolute;bottom:50px;left:56px}.version-badge{background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:2px 6px;font-weight:500}.admin-footer-global{color:#6b7280;z-index:100;background:#fafafa;border-top:1px solid #f1f2f4;justify-content:space-between;align-items:center;height:50px;padding:0 24px;font-size:13px;display:flex;position:absolute;bottom:0;left:0;right:0}.admin-footer-global a{color:#6b7280;margin-left:24px;text-decoration:none}.admin-body{padding-bottom:50px}.ap-editor-content-wrapper,.ap-editor-top-bar{width:100%;max-width:800px;margin:0 auto}.admin-login-container{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.admin-login-box{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:3rem;box-shadow:0 10px 40px #0000001a}.login-header{text-align:center;margin-bottom:2rem}.login-logo{color:#10b981;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:24px;font-weight:700;display:flex}.login-logo-icon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;font-weight:700;display:flex;box-shadow:0 4px 12px #10b9814d}.login-logo-text{color:#1f2937;font-weight:700}.login-header h1{color:#1f2937;margin:0 0 .5rem;font-size:28px;font-weight:700}.login-subtitle{color:#9ca3af;margin:0;font-size:14px}.login-form{flex-direction:column;gap:1.5rem;display:flex}.form-input{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:14px;transition:all .2s}.form-input:focus{background:#fff;border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.form-input:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.form-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem;font-size:14px}.login-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:8px;padding:.875rem 1.5rem;font-family:inherit;font-size:16px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #10b9814d}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-hint{text-align:center;color:#4b5563;background:#f0fdf4;border:1px solid #dcfce7;border-radius:8px;margin-top:1rem;padding:1rem;font-size:13px}.login-hint p{margin:.25rem 0}.login-hint p strong{color:#10b981;font-weight:600}@media (width<=768px){.admin-login-box{padding:2rem}.login-header h1{font-size:24px}}.public-docs-wrapper{color:#1f2937;background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.6;display:flex}.public-docs-sidebar{background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-right:1px solid #0d9488;width:280px;height:100vh;position:sticky;top:0;overflow-y:auto;box-shadow:0 4px 12px #10b98126}.public-docs-sidebar::-webkit-scrollbar{width:8px}.public-docs-sidebar::-webkit-scrollbar-track{background:#ffffff1a}.public-docs-sidebar::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.public-docs-sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff80}.public-docs-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.public-docs-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;box-shadow:0 1px 3px #0000000d}.public-docs-content-wrapper{background:#fff;flex:1;display:flex;overflow-y:auto}.public-docs-content{flex:1;max-width:900px;padding:2rem 3rem}.public-docs-right-panel{background:#f9fafb;border-left:1px solid #e5e7eb;width:280px;padding:2rem 1.5rem;overflow-y:auto}.public-docs-right-panel::-webkit-scrollbar{width:8px}.public-docs-right-panel::-webkit-scrollbar-track{background:0 0}.public-docs-right-panel::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.public-docs-right-panel::-webkit-scrollbar-thumb:hover{background:#9ca3af}.public-docs-footer{text-align:center;color:#6b7280;background:#fff;border-top:1px solid #e5e7eb;padding:1.5rem 2rem;font-size:13px}.docs-loading{background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.docs-loading p{color:#6b7280;font-size:14px}.docs-error-page{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.error-container{text-align:center;background:#fff;border-radius:12px;max-width:500px;padding:3rem;box-shadow:0 4px 16px #00000014}.error-container p{color:#6b7280;margin:.5rem 0;line-height:1.6}@media (width<=1440px){.public-docs-sidebar,.public-docs-right-panel{width:260px}.public-docs-content{padding:1.5rem 2.5rem}}@media (width<=1024px){.public-docs-wrapper{flex-direction:column}.public-docs-sidebar{border-bottom:1px solid #0d9488;border-right:none;width:100%;height:auto;position:relative}.public-docs-content-wrapper{flex-direction:column}.public-docs-right-panel{background:#f9fafb;border-top:1px solid #e5e7eb;border-left:none;width:100%}.public-docs-content{max-width:none;padding:1.5rem}}@media (width<=768px){.public-docs-header{padding:.75rem 1rem}.public-docs-content{padding:1rem}.public-docs-right-panel{padding:1.5rem 1rem}}.docs-header{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;width:100%;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.docs-header-left{flex-shrink:0;align-items:center;gap:1rem;display:flex}.header-subtitle{color:#9ca3af;margin:0;padding:0;font-size:13px;font-weight:500}.docs-header-right{flex-shrink:0;align-items:center;gap:1rem;margin-left:auto;display:flex}.current-role{color:#10b981;white-space:nowrap;background:#ecfdf5;border-radius:6px;align-items:center;padding:.5rem .75rem;font-size:12px;font-weight:600;display:inline-flex}.docs-btn-secondary{cursor:pointer;color:#6b7280;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:flex}.header-logo,.docs-logo{color:#10b981;align-items:center;gap:.75rem;margin:0;padding:0;font-size:18px;font-weight:700;text-decoration:none;display:flex}.header-logo-icon,.logo-icon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;font-weight:700;display:flex;box-shadow:0 2px 8px #10b98133}.logo-text{color:#1f2937;font-weight:700}.header-search,.docs-search-wrapper{flex:1;max-width:400px;position:relative}.search-input,.docs-search-input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:.625rem 1rem .625rem 2.5rem;font-family:inherit;font-size:14px;transition:all .2s}.search-input:focus,.docs-search-input:focus{background:#fff;border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.search-input::placeholder,.docs-search-input::placeholder{color:#9ca3af}.search-icon{color:#9ca3af;font-size:14px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.header-right{align-items:center;gap:1rem;display:flex}.role-badge{color:#10b981;background:#ecfdf5;border:1px solid #d1fae5;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:13px;font-weight:500;display:inline-flex}.role-badge-dot{background:#10b981;border-radius:50%;width:8px;height:8px}.header-button,.docs-button{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:flex}.header-button:hover,.docs-button:hover{color:#10b981;background:#ecfdf5;border-color:#10b981}.header-button.primary,.docs-button.primary{color:#fff;background:#10b981;border-color:#10b981;font-weight:600}.header-button.primary:hover,.docs-button.primary:hover{background:#059669;border-color:#059669;box-shadow:0 4px 12px #10b9814d}.docs-btn-primary{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #10b9814d}.docs-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.docs-btn-primary:active{transform:translateY(0)}.docs-btn-edit{color:#0ea5e9;cursor:pointer;white-space:nowrap;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:flex}.docs-btn-edit:hover{background:#e0f2fe;border-color:#7dd3fc}.docs-btn-edit.active{color:#fff;background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);border-color:#0284c7;box-shadow:0 4px 12px #0ea5e94d}.docs-btn-edit.active:hover{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%)}.docs-btn-secondary{color:#6b7280;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:flex}@media (width<=1024px){.docs-header{flex-wrap:wrap;gap:1rem}.header-search,.docs-search-wrapper{order:3;width:100%;max-width:none}}@media (width<=768px){.docs-header{gap:.75rem;padding:.75rem 1rem}.header-logo,.docs-logo{font-size:16px}.header-logo-icon,.logo-icon{width:32px;height:32px;font-size:16px}.header-button,.docs-button{padding:.5rem .75rem;font-size:13px}.role-badge{display:none}}.docs-header-right{align-items:center;gap:16px;min-width:fit-content;display:flex}.current-role{color:#065f46;text-transform:uppercase;letter-spacing:.5px;background:#f0fdf4;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:600}.docs-btn-secondary{color:#374151;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e5e7eb;border-radius:4px;padding:8px 12px;font-size:13px;font-weight:500;transition:all .2s}.docs-btn-secondary:hover{color:#111827;background:#f9fafb;border-color:#d1d5db}.docs-btn-secondary:active{background:#f3f4f6}@media (width<=768px){.docs-header-container{gap:12px;padding:10px 16px}.docs-search-wrapper{max-width:none}.docs-btn-secondary{padding:6px 10px;font-size:12px}.header-subtitle{display:none}}@media (width<=480px){.docs-logo{gap:6px}.logo-icon{width:28px;height:28px;font-size:14px}.docs-search-wrapper,.docs-btn-secondary{display:none}.current-role{padding:4px 8px;font-size:10px}}.docs-sidebar,.public-docs-sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;width:280px;display:flex;overflow-y:auto;box-shadow:0 1px 3px #0000000d}.docs-sidebar::-webkit-scrollbar{width:8px}.public-docs-sidebar::-webkit-scrollbar{width:8px}.docs-sidebar::-webkit-scrollbar-track{background:0 0}.public-docs-sidebar::-webkit-scrollbar-track{background:0 0}.docs-sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.public-docs-sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.docs-sidebar::-webkit-scrollbar-thumb:hover{background:#9ca3af}.public-docs-sidebar::-webkit-scrollbar-thumb:hover{background:#9ca3af}.docs-nav{flex-direction:column;flex:1;padding:1.5rem 0;display:flex}.nav-section{flex:none;padding:.5rem 0}.nav-section:first-child{flex:1;overflow-y:auto}.nav-section-bottom{border-top:1px solid #e5e7eb;margin-top:auto;padding-top:1rem}.nav-title{text-transform:uppercase;color:#9ca3af;letter-spacing:.5px;margin:0;padding:0 1.5rem .75rem;font-size:11px;font-weight:700}.sidebar-search{padding:0 1rem 1rem}.sidebar-search-input{color:#1f2937;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:.625rem 1rem;font-family:inherit;font-size:13px;transition:all .2s}.sidebar-search-input::placeholder{color:#9ca3af}.sidebar-search-input:focus{background:#fff;border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.category-group{flex:none}.category-toggle{color:#1f2937;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.5rem;font-size:14px;font-weight:600;transition:all .2s;display:flex}.category-toggle:hover{color:#10b981;background:#10b9810d}.category-toggle:active{background:#10b9811a}.category-toggle .icon-expanded:before{content:"▼";color:#10b981;font-size:10px}.category-toggle .icon-collapsed:before{content:"▶";color:#6b7280;font-size:10px}.category-name{text-align:left;flex:1}.doc-list{padding:.25rem 0;animation:.2s ease-out slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.doc-item{color:#6b7280;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.5rem .75rem 2.5rem;font-family:inherit;font-size:13px;transition:all .2s;display:flex;position:relative}.doc-item:hover{color:#10b981;background:#10b9810d}.doc-item.active{color:#10b981;background:#ecfdf5;border-left:3px solid #10b981;padding-left:29px;font-weight:600}.doc-icon{flex-shrink:0}.doc-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.nav-link{color:#6b7280;align-items:center;gap:10px;padding:10px 12px;font-size:13px;text-decoration:none;transition:all .2s;display:flex}.nav-link:hover{color:#374151;background:#f9fafb}.nav-link .icon{flex-shrink:0}.docs-sidebar ::-webkit-scrollbar{width:6px}.docs-sidebar ::-webkit-scrollbar-track{background:0 0}.docs-sidebar ::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.docs-sidebar ::-webkit-scrollbar-thumb:hover{background:#999}@media (width<=768px){.docs-sidebar{width:240px}.nav-title{font-size:10px}.category-toggle{padding:6px 10px;font-size:12px}.doc-item{padding:6px 10px 6px 28px;font-size:12px}.doc-item.active{padding-left:25px}}@media (width<=480px){.docs-sidebar{display:none}}.docs-content,.public-docs-content{background:#fff;flex-direction:column;flex:1;width:100%;padding:2rem 3rem;display:flex;overflow-y:auto}.docs-content-header,.breadcrumb-section{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1rem 0 1.5rem;display:flex}.breadcrumb{color:#6b7280;align-items:center;gap:.5rem;font-size:13px;display:flex}.bread{cursor:pointer;color:#6b7280;transition:color .2s}.bread:hover{color:#10b981}.bread.current{color:#1f2937;font-weight:600}.doc-tools{flex-shrink:0;gap:.75rem;display:flex}.tool-btn{color:#6b7280;cursor:pointer;white-space:nowrap;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s;display:flex}.tool-btn:hover{color:#10b981;background:#f3f4f6;border-color:#10b981}.doc-article{flex:1;width:100%}.doc-title{color:#1f2937;margin:0 0 1rem;font-size:28px;font-weight:700;line-height:1.2}.doc-meta{border-bottom:1px solid #f3f4f6;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1rem 0;font-size:13px;display:flex}.meta-item{color:#6b7280;align-items:center;gap:.5rem;display:flex}.meta-label{color:#1f2937;font-weight:500}.doc-body{color:#4b5563;margin-bottom:3rem;line-height:1.8}.doc-body h1{color:#1f2937;border-bottom:2px solid #f3f4f6;margin:2rem 0 1rem;padding-bottom:.5rem;font-size:24px;font-weight:700}.doc-body h2{color:#1f2937;margin:1.5rem 0 1rem;font-size:20px;font-weight:700}.doc-body h3{color:#374151;margin:1.25rem 0 .75rem;font-size:17px;font-weight:600}.doc-body p{color:#4b5563;margin:0 0 1rem}.doc-body ul,.doc-body ol{color:#4b5563;margin:1rem 0;padding-left:2rem}.doc-body li{margin:.5rem 0;line-height:1.6}.doc-body code{color:#d97706;background:#f3f4f6;border-radius:4px;padding:.25rem .5rem;font-family:Monaco,Courier New,monospace;font-size:13px}.doc-body pre{color:#ecfdf5;background:#1f2937;border-radius:8px;margin:1.5rem 0;padding:1.5rem;font-family:Monaco,Courier New,monospace;font-size:13px;line-height:1.5;overflow-x:auto}.doc-body blockquote{color:#059669;background:#ecfdf5;border-left:4px solid #10b981;border-radius:4px;margin:1.5rem 0;padding:1rem 0 1rem 1.5rem;font-style:italic}.doc-body table{border-collapse:collapse;border:1px solid #e5e7eb;border-radius:8px;width:100%;margin:1.5rem 0;overflow:hidden}.doc-body th{color:#1f2937;text-align:left;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem;font-weight:600}.doc-body td{color:#4b5563;border-bottom:1px solid #e5e7eb;padding:1rem}.doc-navigation{border-top:1px solid #e5e7eb;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.nav-button{color:#10b981;cursor:pointer;background:#fff;border:1px solid #10b981;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:flex}.nav-button:hover{background:#ecfdf5;box-shadow:0 2px 8px #10b98133}@media (width<=1024px){.docs-content,.public-docs-content{max-width:none;padding:1.5rem 2rem}.doc-title{font-size:24px}}@media (width<=768px){.docs-content,.public-docs-content{padding:1rem}.doc-title{font-size:20px}.doc-meta{flex-direction:column;align-items:flex-start}}.docs-right-panel,.public-docs-right-panel{background:#f9fafb;border-left:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;gap:2rem;width:300px;padding:2rem 1.5rem;display:flex;overflow-y:auto}.docs-right-panel::-webkit-scrollbar{width:8px}.public-docs-right-panel::-webkit-scrollbar{width:8px}.docs-right-panel::-webkit-scrollbar-track{background:0 0}.public-docs-right-panel::-webkit-scrollbar-track{background:0 0}.docs-right-panel::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.public-docs-right-panel::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.docs-right-panel::-webkit-scrollbar-thumb:hover{background:#9ca3af}.public-docs-right-panel::-webkit-scrollbar-thumb:hover{background:#9ca3af}.panel-section{flex-direction:column;gap:1rem;margin-bottom:0;display:flex}.panel-section:last-child{margin-bottom:0}.panel-title{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;margin:0;font-size:12px;font-weight:700;display:flex}.panel-title-section{color:#6b7280;font-size:11px}.panel-title-help{color:#1f2937;text-transform:none;letter-spacing:normal;font-size:15px;font-weight:600}.panel-title-icon{font-size:16px}.table-of-contents{flex-direction:column;gap:.75rem;display:flex}.toc-link{color:#10b981;cursor:pointer;border-radius:4px;padding:.5rem 0;font-size:13px;font-weight:500;line-height:1.4;text-decoration:none;transition:all .2s;display:block}.toc-link:hover{color:#059669;background:#10b9810d;padding-left:.5rem}.help-section{background:#f0fdf4;border:1px solid #dcfce7;border-radius:8px;gap:1rem;padding:1.5rem}.help-text{color:#4b5563;margin:0;font-size:13px;line-height:1.6}.chat-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #10b9814d}.chat-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.chat-button:active{transform:translateY(0)}.feedback-section{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.feedback-item{border-radius:6px;align-items:center;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.feedback-item:hover{background:#10b9810d}.feedback-checkbox{cursor:pointer;accent-color:#10b981;width:20px;height:20px}.feedback-label{color:#4b5563;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;font-size:13px;display:flex}.panel-links{flex-direction:column;gap:.75rem;display:flex}.panel-link{color:#10b981;cursor:pointer;border-radius:4px;padding:.5rem 0;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.panel-link:hover{color:#059669;background:#10b9810d;padding-left:.5rem}.info-box{background:#ecfdf5;border-left:3px solid #10b981;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.info-box-title{color:#059669;margin:0 0 .5rem;font-size:13px;font-weight:600}.info-box-text{color:#4b5563;margin:0;font-size:13px;line-height:1.5}.feedback-buttons{gap:.75rem;display:flex}.feedback-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.feedback-btn:hover{color:#059669;background:#ecfdf5;border-color:#10b981}.feedback-btn:active{transform:scale(.98)}@media (width<=1440px){.docs-right-panel,.public-docs-right-panel{width:280px}}@media (width<=1024px){.docs-right-panel,.public-docs-right-panel{background:#f9fafb;border-top:1px solid #e5e7eb;border-left:none;width:100%;padding:1.5rem}.panel-section{width:48%;margin-bottom:1.5rem;margin-right:4%;display:inline-block}.panel-section:nth-child(odd){margin-right:4%}.panel-section:nth-child(2n){margin-right:0}}@media (width<=768px){.docs-right-panel,.public-docs-right-panel{padding:1rem}.panel-section{width:100%;margin-bottom:1.5rem;margin-right:0;display:block}}.docs-footer,.public-docs-footer{text-align:center;color:#6b7280;background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;padding:2rem;font-size:13px}.footer-content{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.footer-section{flex:none}.footer-section h4{color:#1f2937;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:12px;font-weight:600}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer-links a{color:#6b7280;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#10b981}.footer-divider{color:#e5e7eb;margin:0 .5rem}.footer-copyright{color:#9ca3af;font-size:12px}@media (width<=768px){.docs-footer,.public-docs-footer{padding:1.5rem 1rem;font-size:12px}.footer-content{flex-direction:column;gap:1rem}.footer-links{justify-content:center;gap:1rem}.footer-content{flex-direction:column;align-items:flex-start}.footer-section h4,.footer-links a{font-size:11px}}.admin-docs-wrapper{color:#1f2937;background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.6;display:flex}.admin-sidebar{background:#fff;border-right:1px solid #e5e7eb;width:280px;height:100vh;position:sticky;top:0;overflow-y:auto;box-shadow:0 2px 8px #0000000a}.admin-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.admin-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;box-shadow:0 1px 3px #0000000d}.admin-content-wrapper{background:#fff;flex:1;display:flex;overflow-y:auto}.admin-editor{flex:1;max-width:1000px;padding:2rem 3rem}.admin-doc-list{padding:1.5rem}.admin-login-wrapper{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.admin-login-container{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:3rem;box-shadow:0 4px 16px #00000014}.admin-login-header{text-align:center;margin-bottom:2rem}.admin-login-header h1{color:#1f2937;margin:0 0 .5rem;font-size:24px}.admin-login-header p{color:#6b7280;margin:0;font-size:14px}.admin-login-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#1f2937;font-size:14px;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:14px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.form-group input::placeholder{color:#9ca3af}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:#10b981}.btn-primary:hover{background:#059669;box-shadow:0 4px 12px #10b9814d}.btn-secondary{color:#1f2937;background:#f3f4f6;border:1px solid #e5e7eb}.btn-secondary:hover{background:#e5e7eb;border-color:#d1d5db}.btn-danger{color:#fff;background:#ef4444}.btn-danger:hover{background:#dc2626}.docs-loading,.docs-error-page{background:#fff;justify-content:center;align-items:center;min-height:100vh;display:flex}.spinner{border:3px solid #e5e7eb;border-top-color:#10b981;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.error-container{text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:2rem}.error-container h1{color:#991b1b;margin:0 0 .5rem;font-size:20px}.error-container p{color:#7f1d1d;margin:0}@media (width<=1024px){.admin-docs-wrapper{flex-direction:column}.admin-sidebar{border-bottom:1px solid #e5e7eb;border-right:none;width:100%;height:auto;position:relative}.admin-content-wrapper{flex-direction:column}.admin-editor{max-width:none;padding:1.5rem}}@media (width<=768px){.admin-header{padding:.75rem 1rem}.admin-editor{padding:1rem}.admin-login-container{padding:2rem 1.5rem}}.admin-header{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:2rem;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.admin-header-left{align-items:center;gap:1rem;display:flex}.admin-title{color:#10b981;margin:0;font-size:20px;font-weight:700}.mode-switcher{background:#f3f4f6;border-radius:8px;gap:.5rem;padding:.25rem;display:flex}.mode-btn{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:.5rem 1rem;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.mode-btn.active{color:#10b981;background:#fff;border-color:#e5e7eb;box-shadow:0 1px 3px #0000000d}.mode-btn:hover:not(.active){color:#1f2937}.admin-header-right{align-items:center;gap:1rem;margin-left:auto;display:flex}.save-status{border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:13px;font-weight:500;display:flex}.save-status.saving{color:#f59e0b;background:#fffbeb}.save-status.saved{color:#10b981;background:#ecfdf5}.save-status.error{color:#ef4444;background:#fef2f2}.save-status-dot{border-radius:50%;width:8px;height:8px;animation:1s infinite pulse}.save-status.saved .save-status-dot{background:#10b981;animation:none}.save-status.saving .save-status-dot{background:#f59e0b}.save-status.error .save-status-dot{background:#ef4444;animation:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.admin-btn{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:flex}.admin-btn:hover{color:#10b981;background:#ecfdf5;border-color:#10b981}.admin-btn.primary{color:#fff;background:#10b981;border-color:#10b981}.admin-btn.primary:hover{background:#059669;border-color:#059669;box-shadow:0 4px 12px #10b9814d}.admin-btn.danger{color:#ef4444;border-color:#fecaca}.admin-btn.danger:hover{background:#fef2f2;border-color:#ef4444}@media (width<=1024px){.admin-header{flex-wrap:wrap;gap:1rem}.admin-header-right{order:3;width:100%;margin-left:0}}@media (width<=768px){.admin-header{gap:.75rem;padding:.75rem 1rem}.admin-title{font-size:16px}.admin-btn{padding:.5rem .75rem;font-size:13px}.mode-switcher{display:none}}.admin-sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;width:280px;display:flex;overflow-y:auto;box-shadow:0 2px 8px #0000000a}.admin-sidebar::-webkit-scrollbar{width:8px}.admin-sidebar::-webkit-scrollbar-track{background:0 0}.admin-sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.admin-sidebar::-webkit-scrollbar-thumb:hover{background:#9ca3af}.sidebar-header{border-bottom:1px solid #e5e7eb;padding:1.5rem 1.5rem 1rem}.sidebar-title{color:#1f2937;text-transform:uppercase;letter-spacing:.5px;margin:0 0 1rem;font-size:14px;font-weight:700}.new-doc-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #10b98133}.new-doc-btn:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.new-doc-btn:active{transform:translateY(0)}.doc-list-container{flex:1;padding:1rem 0;overflow-y:auto}.doc-list-item{color:#6b7280;cursor:pointer;text-align:left;background:0 0;border:none;border-left:3px solid #0000;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-family:inherit;font-size:13px;transition:all .2s;display:flex}.doc-list-item:hover{color:#1f2937;background:#f9fafb;border-left-color:#10b981}.doc-list-item.active{color:#10b981;background:#ecfdf5;border-left-color:#10b981;font-weight:600}.doc-item-name{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.doc-item-status{white-space:nowrap;border-radius:4px;padding:.25rem .5rem;font-size:11px}.doc-item-status.published{color:#10b981;background:#ecfdf5;font-weight:600}.doc-item-status.draft{color:#6b7280;background:#f3f4f6}.category-group{margin-bottom:1rem}.category-header{color:#1f2937;text-transform:uppercase;letter-spacing:.5px;background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:12px;font-weight:700;display:flex}.category-toggle{cursor:pointer;color:#6b7280;background:0 0;border:none;align-items:center;padding:0;font-size:11px;display:inline-flex}@media (width<=1024px){.admin-sidebar{border-bottom:1px solid #e5e7eb;border-right:none;width:100%;max-height:400px}}@media (width<=768px){.admin-sidebar{max-height:300px}.sidebar-header{padding:1rem}.new-doc-btn{padding:.6rem 1rem;font-size:13px}.doc-list-item{padding:.5rem 1rem;font-size:12px}}.admin-editor-modern{background:#fff;flex-direction:column;min-height:100vh;display:flex}.editor-top-bar{background:#fff;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:1rem 2rem;display:flex;box-shadow:0 1px 3px #0000000d}.editor-title-section{flex:1;min-width:300px}.editor-main-title{color:#1f2937;background:0 0;border:none;width:100%;margin:0 0 .5rem;padding:0;font-size:28px;font-weight:700}.editor-main-title::placeholder{color:#d1d5db}.editor-main-title:focus{color:#10b981;outline:none}.editor-breadcrumb{color:#9ca3af;align-items:center;gap:.5rem;font-size:12px;display:flex}.separator{color:#d1d5db}.editor-top-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.editor-view-btn{color:#6b7280;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem 1rem;font-size:13px;font-weight:600;transition:all .2s}.editor-view-btn:hover{color:#10b981;background:#f0fdf4;border-color:#10b981}.editor-view-btn.active{color:#fff;background:#10b981;border-color:#10b981}.saved-indicator{color:#10b981;background:#ecfdf5;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:12px;font-weight:600;animation:.3s slideIn;display:flex}.editor-btn-cancel{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem 1.25rem;font-size:13px;font-weight:600;transition:all .2s}.editor-btn-cancel:hover{color:#374151;background:#f9fafb;border-color:#d1d5db}.editor-btn-save{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:13px;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #10b9814d}.editor-btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.editor-btn-save:disabled{opacity:.6;cursor:not-allowed}.editor-main{flex:1;grid-template-columns:1fr 320px;gap:0;display:grid;overflow:hidden}.editor-left{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;display:flex;overflow:hidden}.editor-toolbar{background:#f9fafb;border-bottom:1px solid #e5e7eb;align-items:center;padding:.75rem 1.5rem;display:flex}.toolbar-group{align-items:center;gap:0;display:flex}.toolbar-btn{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.toolbar-btn:hover{color:#10b981;background:#e5e7eb;border-color:#10b981}.toolbar-btn:active{color:#fff;background:#10b981}.toolbar-divider{background:#e5e7eb;width:1px;height:24px;margin:0 .5rem}.editor-textarea{color:#1f2937;resize:none;background:#fff;border:none;flex:1;padding:2rem;font-family:Monaco,Menlo,monospace;font-size:15px;line-height:1.6;overflow-y:auto}.editor-textarea::placeholder{color:#d1d5db}.editor-textarea:focus{outline:none;box-shadow:inset 0 0 0 2px #10b9811a}.editor-preview{background:#fff;flex:1;padding:2rem;overflow-y:auto}.preview-content{color:#1f2937;max-width:800px;line-height:1.8}.preview-content h1,.preview-content h2,.preview-content h3,.preview-content h4,.preview-content h5,.preview-content h6{color:#1f2937;margin:1.5rem 0 1rem;font-weight:700}.preview-content h1{font-size:28px}.preview-content h2{font-size:24px}.preview-content h3{font-size:20px}.preview-content p{margin:1rem 0}.preview-content ul,.preview-content ol{margin:1rem 0;padding-left:2rem}.preview-content li{margin:.5rem 0}.preview-content code{color:#d97706;background:#f3f4f6;border-radius:3px;padding:.2em .4em;font-family:Monaco,monospace;font-size:.9em}.preview-content a{color:#10b981;text-decoration:none}.editor-right{background:#f9fafb;border-left:1px solid #e5e7eb;padding:1.5rem;overflow-y:auto}.editor-properties{flex-direction:column;gap:0;display:flex}.property-group{border-bottom:1px solid #e5e7eb;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.property-group:last-child{border-bottom:none;margin-bottom:0}.property-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:700}.property-input{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;font-size:13px;transition:all .2s}.property-input:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.visibility-list{flex-direction:column;gap:.5rem;display:flex}.visibility-item{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:13px;transition:all .2s;display:flex}.visibility-item:hover{background:#f0fdf4;border-color:#10b981}.visibility-item input[type=checkbox]{cursor:pointer;accent-color:#10b981;width:16px;height:16px}.visibility-role{color:#1f2937;flex:1;font-weight:500}.doc-info{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;gap:.75rem;padding:.75rem;font-size:12px;display:flex}.info-row{justify-content:space-between;gap:.5rem;display:flex}.info-label{color:#6b7280;font-weight:600}.info-value{color:#10b981;word-break:break-all;font-family:monospace}.tips{flex-direction:column;gap:.5rem;display:flex}.tip{color:#b45309;background:#fffbeb;border-left:3px solid #f59e0b;border-radius:4px;align-items:flex-start;gap:.5rem;padding:.75rem;font-size:12px;display:flex}.tip-icon{flex-shrink:0;margin-top:1px;font-size:14px}@media (width<=768px){.editor-top-bar{flex-direction:column;align-items:stretch;padding:1rem}.editor-main{grid-template-columns:1fr}.editor-left{border-bottom:1px solid #e5e7eb;border-right:none;min-height:400px}.editor-right{border-top:1px solid #e5e7eb;border-left:none}.editor-textarea{padding:1.5rem;font-size:14px}.editor-main-title{font-size:20px}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-outline-style:solid}}}@layer components;@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.absolute{position:absolute}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.flex{display:flex}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.outline{outline-style:var(--tw-outline-style);outline-width:1px}}*{box-sizing:border-box;margin:0;padding:0}:root{--color-brand-primary:#a7f35a;--color-brand-secondary:#8ee442;--color-brand-soft:#e8f7cc;--color-brand-lighter:#f6fbd4;--color-brand-lightest:#e9f3d9;--color-accent-orange:#ff8c42;--color-accent-red:#ff6b6b;--color-bg-base:#fdfdfd;--color-bg-alt:#f4f7f4;--color-border-light:#f1f5f9;--gray-900:#111827;--gray-800:#1f2937;--gray-700:#374151;--gray-600:#4b5563;--gray-500:#6b7280;--gray-400:#9ca3af;--gray-300:#d1d5db;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--gray-50:#f9fafb}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gray-900);letter-spacing:-.3px;background:#fff;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
