:root{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--secondary: #10b981;--danger: #ef4444;--warning: #f59e0b;--bg-dark: #0f172a;--bg-card: #1e293b;--bg-input: #334155;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--border: #334155;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4);--radius: 12px;--radius-sm: 8px;--transition: all .2s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg-dark);color:var(--text-primary);line-height:1.6;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,var(--bg-card) 0%,#1a2744 100%);border-bottom:1px solid var(--border);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header h1{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-light) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header nav{display:flex;gap:1rem}.main-content{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;cursor:pointer;transition:var(--transition);text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 2px 10px #6366f14d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #6366f166}.btn-secondary{background:var(--bg-input);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-success{background:linear-gradient(135deg,var(--secondary) 0%,#059669 100%);color:#fff}.btn-danger{background:linear-gradient(135deg,var(--danger) 0%,#dc2626 100%);color:#fff}.btn-danger:hover{transform:translateY(-2px)}.btn-sm{padding:.5rem 1rem;font-size:.8rem}.btn-icon{padding:.5rem;min-width:auto}.card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;transition:var(--transition)}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary)}.card-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.card-body{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-secondary);font-size:.875rem}.form-input{width:100%;padding:.75rem 1rem;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:1rem;transition:var(--transition)}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f133}.form-input::placeholder{color:var(--text-muted)}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem;padding-right:2.5rem}.content-list{display:flex;flex-direction:column;gap:1rem}.content-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;transition:var(--transition)}.content-item:hover{border-color:var(--primary);transform:translate(4px)}.content-item-info{flex:1}.content-item-title{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary)}.content-item-meta{font-size:.85rem;color:var(--text-muted);display:flex;gap:1rem;align-items:center}.content-item-actions{display:flex;gap:.5rem}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:500}.badge-published{background:#10b98133;color:#34d399}.badge-draft{background:#f59e0b33;color:#fbbf24}.badge-category{background:#6366f133;color:var(--primary-light)}.editor-container{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1200px){.editor-container.with-preview{grid-template-columns:1fr 1fr}}.editor-wrapper{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.editor-toolbar{display:flex;flex-wrap:wrap;gap:.25rem;padding:.75rem;background:var(--bg-input);border-bottom:1px solid var(--border)}.toolbar-btn{padding:.5rem;background:transparent;border:1px solid transparent;border-radius:6px;color:var(--text-secondary);cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;min-width:36px;height:36px}.toolbar-btn:hover{background:var(--bg-card);color:var(--text-primary)}.toolbar-btn.is-active{background:var(--primary);color:#fff;border-color:var(--primary)}.toolbar-divider{width:1px;height:24px;background:var(--border);margin:0 .5rem;align-self:center}.ProseMirror{min-height:400px;padding:1.5rem;outline:none;color:var(--text-primary)}.ProseMirror p{margin-bottom:1rem}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3{margin-top:1.5rem;margin-bottom:.75rem;font-weight:600;line-height:1.3}.ProseMirror h1{font-size:2rem}.ProseMirror h2{font-size:1.5rem}.ProseMirror h3{font-size:1.25rem}.ProseMirror ul,.ProseMirror ol{padding-left:1.5rem;margin-bottom:1rem}.ProseMirror li{margin-bottom:.25rem}.ProseMirror blockquote{border-left:4px solid var(--primary);padding-left:1rem;margin:1rem 0;color:var(--text-secondary);font-style:italic}.ProseMirror code{background:var(--bg-input);padding:.2rem .4rem;border-radius:4px;font-family:Fira Code,monospace;font-size:.9em}.ProseMirror pre{background:var(--bg-dark);padding:1rem;border-radius:var(--radius-sm);overflow-x:auto;margin:1rem 0}.ProseMirror pre code{background:transparent;padding:0}.ProseMirror a{color:var(--primary-light);text-decoration:underline}.ProseMirror img{max-width:100%;height:auto;border-radius:var(--radius-sm);margin:1rem 0}.ProseMirror mark{background:#facc1566;padding:.1rem .2rem;border-radius:2px}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--text-muted);pointer-events:none;height:0}.preview-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.preview-header{padding:.75rem 1rem;background:var(--bg-input);border-bottom:1px solid var(--border);font-weight:500;color:var(--text-secondary);font-size:.875rem}.preview-content{padding:1.5rem;max-height:600px;overflow-y:auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-title{font-size:1.75rem;font-weight:700}.page-actions{display:flex;gap:.75rem}.empty-state{text-align:center;padding:4rem 2rem;background:var(--bg-card);border-radius:var(--radius);border:2px dashed var(--border)}.empty-state-icon{font-size:4rem;margin-bottom:1rem}.empty-state-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.empty-state-text{color:var(--text-muted);margin-bottom:1.5rem}.loading{display:flex;justify-content:center;align-items:center;padding:4rem}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.alert{padding:1rem 1.25rem;border-radius:var(--radius-sm);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.alert-success{background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#34d399}.alert-error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#f87171}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal{background:var(--bg-card);border-radius:var(--radius);max-width:500px;width:100%;border:1px solid var(--border)}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.25rem;font-weight:600}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.75rem}@media(max-width:768px){.header{flex-direction:column;gap:1rem;padding:1rem}.main-content{padding:1rem}.page-header,.content-item{flex-direction:column;gap:1rem;align-items:flex-start}.content-item-actions{width:100%;justify-content:flex-end}}.manual-page{--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #3b82f6;--secondary: #64748b;--accent: #0ea5e9;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--bg-white: #ffffff;--bg-light: #f8fafc;--bg-gray: #f1f5f9;--bg-dark: #0f172a;--text-dark: #0f172a;--text-primary: #1e293b;--text-secondary: #475569;--text-muted: #94a3b8;--text-light: #cbd5e1;--border-light: #e2e8f0;--border: #cbd5e1;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius: 12px;--radius-sm: 8px;--radius-lg: 16px;--transition: all .2s ease}.manual-page{min-height:100vh;background:var(--bg-white);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}.manual-page *{box-sizing:border-box}.manual-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light)}.header-container{max-width:1280px;margin:0 auto;padding:0 2rem;height:70px;display:flex;align-items:center;justify-content:space-between}.header-brand{display:flex;align-items:center;gap:.75rem}.brand-logo{display:flex;align-items:center;justify-content:center}.brand-name{font-size:1.25rem;font-weight:700;color:var(--text-dark)}.header-nav{display:flex;gap:.5rem}.nav-link{padding:.5rem 1rem;color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;border-radius:var(--radius-sm);transition:var(--transition)}.nav-link:hover{color:var(--text-dark);background:var(--bg-gray)}.nav-link.active{color:var(--primary);background:#2563eb1a}.header-actions{display:flex;gap:.75rem}.btn-outline{padding:.5rem 1.25rem;background:transparent;color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;text-decoration:none;transition:var(--transition);cursor:pointer}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.btn-primary{padding:.5rem 1.25rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;text-decoration:none;transition:var(--transition);cursor:pointer}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb40}.manual-hero{background:linear-gradient(135deg,var(--bg-light) 0%,var(--bg-white) 100%);padding:4rem 2rem;text-align:center}.hero-container{max-width:700px;margin:0 auto}.manual-hero h1{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;line-height:1.2}.manual-hero p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem}.search-box{position:relative;max-width:500px;margin:0 auto}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted)}.search-box input{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;color:var(--text-primary);background:var(--bg-white);transition:var(--transition)}.search-box input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.search-box input::placeholder{color:var(--text-muted)}.manual-layout{display:flex;margin:0 auto;padding:3rem 2rem;gap:1rem}.manual-sidebar{width:260px;flex-shrink:0}.sidebar-sticky{position:sticky;top:20px;max-height:calc(100vh - 40px);overflow-y:auto}.sidebar-header{padding:1rem 0;margin-bottom:1rem;border-bottom:1px solid var(--border-light)}.sidebar-header h3{font-size:1rem;font-weight:700;color:var(--text-dark);margin:0}.sidebar-search{margin-bottom:1rem}.sidebar-search input{width:100%;padding:.5rem .75rem;border:1px solid var(--border-light);border-radius:var(--radius-sm);font-size:.875rem;outline:none;transition:var(--transition)}.sidebar-search input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.sidebar-section h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:1rem}.sidebar-nav{display:flex;flex-direction:column}.sidebar-category{margin-bottom:.5rem}.sidebar-category-title{font-size:.8rem;font-weight:600;color:var(--text-secondary);margin-bottom:.25rem}.sidebar-link{display:block;width:100%;padding:.5rem .75rem;margin:.125rem 0;border:none;border-left:2px solid transparent;background:transparent;color:var(--text-secondary);font-size:.875rem;text-align:left;cursor:pointer;transition:var(--transition);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.sidebar-link:hover{color:var(--text-dark);background:var(--bg-gray);border-left-color:var(--border)}.sidebar-link.active{color:var(--primary);background:#2563eb14;border-left-color:var(--primary);font-weight:500}.manual-content{flex:1;min-width:0}.content-container{max-width:1200px}.manual-article{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:2rem;margin-bottom:2rem;transition:var(--transition)}.manual-article:hover{border-color:var(--border);box-shadow:var(--shadow)}.article-badge{display:inline-block;padding:.25rem .75rem;background:#2563eb1a;color:var(--primary);font-size:.75rem;font-weight:600;border-radius:999px;margin-bottom:1rem}.article-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem;line-height:1.3}.article-meta{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.meta-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-muted)}.article-body{color:var(--text-secondary);line-height:1.8}.article-body h1,.article-body h2,.article-body h3,.article-body h4{color:var(--text-dark);margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.article-body h1{font-size:1.75rem}.article-body h2{font-size:1.5rem}.article-body h3{font-size:1.25rem}.article-body h4{font-size:1.1rem}.article-body p{margin-bottom:1rem}.article-body ul,.article-body ol{margin-bottom:1rem;padding-left:1.5rem}.article-body li{margin-bottom:.5rem}.article-body blockquote{border-left:4px solid var(--primary);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--bg-light);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-secondary);font-style:italic}.article-body code{background:var(--bg-gray);padding:.2rem .5rem;border-radius:4px;font-family:Fira Code,Consolas,monospace;font-size:.875em;color:var(--primary-dark)}.article-body pre{background:var(--bg-dark);color:var(--text-light);padding:1.25rem;border-radius:var(--radius);overflow-x:auto;margin:1.5rem 0}.article-body pre code{background:transparent;padding:0;color:inherit}.article-body a{color:var(--primary);text-decoration:underline;text-decoration-color:#2563eb4d;transition:var(--transition)}.article-body a:hover{text-decoration-color:var(--primary)}.article-body img,.manual-image{max-width:55%;height:auto;border-radius:var(--radius);margin:1.5rem auto;border:1px solid var(--border);box-shadow:0 2px 8px #00000014,0 1px 3px #0000000f;display:block;transition:all .3s ease;background:var(--bg-white);padding:.5rem}.article-body img:hover,.manual-image:hover{box-shadow:0 8px 16px #0000001f,0 4px 8px #00000014;border-color:var(--primary);transform:translateY(-2px)}.image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}.image-grid img{max-width:100%;margin:0}.article-body img.large{max-width:70%}.article-body img.small{max-width:40%}.article-body img+em,.manual-image+em{display:block;text-align:center;color:var(--text-muted);font-size:.8rem;margin-top:.5rem;margin-bottom:1rem;font-style:italic}.article-body table{width:100%;border-collapse:collapse;margin:1.5rem 0}.article-body th,.article-body td{padding:.75rem 1rem;text-align:left;border:1px solid var(--border-light)}.article-body th{background:var(--bg-gray);font-weight:600;color:var(--text-dark)}.article-body hr{border:none;height:1px;background:var(--border-light);margin:2rem 0}.article-body mark{background:#facc154d;padding:.1rem .3rem;border-radius:2px}.category-section{margin-bottom:3rem}.category-title{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary);display:inline-block}.no-results{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.no-results-icon{margin-bottom:1.5rem;opacity:.6}.no-results h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.no-results p{font-size:.95rem;color:var(--text-muted)}.manual-footer{background:var(--bg-light);border-top:1px solid var(--border-light);padding:2rem}.footer-container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text-dark)}.footer-copyright{font-size:.875rem;color:var(--text-muted)}.manual-loading,.manual-error,.manual-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.loader{position:relative;width:60px;height:60px;margin-bottom:1.5rem}.loader-ring{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top-color:var(--primary);border-radius:50%;animation:loader-spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.loader-ring:nth-child(1){animation-delay:-.45s}.loader-ring:nth-child(2){animation-delay:-.3s}.loader-ring:nth-child(3){animation-delay:-.15s}@keyframes loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.manual-loading p{color:var(--text-muted);font-size:1rem}.error-icon,.empty-icon{margin-bottom:1rem}.manual-error h2,.manual-empty h2{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.manual-error p,.manual-empty p{color:var(--text-muted);margin-bottom:1.5rem;max-width:400px}@media(max-width:1024px){.manual-sidebar{display:none}.manual-layout{padding:2rem 1.5rem}.header-nav{display:none}}@media(max-width:768px){.header-container{padding:0 1rem}.header-actions{gap:.5rem}.btn-outline{display:none}.manual-hero{padding:2rem 1rem}.manual-hero h1{font-size:1.75rem}.manual-hero p{font-size:1rem}.manual-layout{padding:1.5rem 1rem}.manual-article{padding:1.5rem}.article-title{font-size:1.25rem}.footer-container{flex-direction:column;gap:1rem;text-align:center}}
