*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;color:#1a1a1a;background:#f5f5f5}.loading-page{display:flex;align-items:center;justify-content:center;min-height:100vh;color:#666}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;width:100%;max-width:380px}.login-card h1{margin:0 0 .25rem;font-size:1.5rem}.login-sub{color:#666;margin:0 0 1.5rem;font-size:.9rem}.login-card label{display:block;margin-bottom:1rem;font-weight:500}.login-card input{display:block;width:100%;margin-top:.35rem;padding:.6rem .75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.login-card input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.login-card .error{color:#dc2626;font-size:.875rem;margin:0 0 .5rem}.login-card button{width:100%;padding:.65rem 1rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;margin-top:.5rem}.login-card button:hover:not(:disabled){background:#1d4ed8}.login-card button:disabled{opacity:.7;cursor:not-allowed}.layout{min-height:100vh;display:flex;flex-direction:row}.sidebar{width:240px;min-width:240px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column}.sidebar-brand{padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0}.sidebar-title{margin:0;font-size:1.125rem;font-weight:600;color:#1e293b}.sidebar-nav{flex:1;padding:.75rem .5rem;display:flex;flex-direction:column;gap:6px;overflow-y:auto}.sidebar-nav-group{border-radius:8px}.sidebar-nav-summary{list-style:none;padding:.45rem 1.35rem .35rem .75rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.sidebar-nav-summary::-webkit-details-marker{display:none}.sidebar-nav-summary:after{content:"";position:absolute;right:.65rem;top:50%;width:.32rem;height:.32rem;border-right:2px solid #cbd5e1;border-bottom:2px solid #cbd5e1;transform:translateY(-60%) rotate(45deg);transition:transform .15s ease}.sidebar-nav-group[open]>.sidebar-nav-summary:after{transform:translateY(-25%) rotate(-135deg)}.sidebar-nav-group-links{display:flex;flex-direction:column;gap:2px;padding:0 0 .4rem .15rem}.sidebar-link-nested{padding-left:.85rem;font-size:.9rem}.sidebar-link{padding:.6rem 1rem;border-radius:8px;text-decoration:none;color:#64748b;font-weight:500;transition:background .15s,color .15s}.sidebar-link:hover{background:#f1f5f9;color:#334155}.sidebar-link.active{background:#eff6ff;color:#2563eb}.sidebar-footer{padding:1rem 1rem 1.25rem;border-top:1px solid #e2e8f0}.sidebar-logout{width:100%;padding:.5rem 1rem;background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:.9rem;font-weight:500;cursor:pointer}.sidebar-logout:hover{background:#f8fafc;color:#334155;border-color:#cbd5e1}.layout-main{flex:1;min-width:0;max-width:1100px;width:100%;margin:0 auto;padding:1.5rem}.templates-page{width:100%}.templates-page .header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.templates-page .header h1{margin:0;font-size:1.5rem}.header-actions{display:flex;gap:.5rem}.alert{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.alert button{background:none;border:none;font-size:1.25rem;cursor:pointer;color:inherit;padding:0 .25rem}.loading{text-align:center;color:#666;padding:2rem}.table-wrap{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;overflow:hidden}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #eee}.table th{background:#f8fafc;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:#64748b}.table tbody tr:hover{background:#f8fafc}.table code{background:#f1f5f9;padding:.2rem .5rem;border-radius:4px;font-size:.85rem}.empty{padding:2rem;text-align:center;color:#64748b}.btn{padding:.5rem .9rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#334155}.btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.btn-ghost{border-color:transparent;background:transparent;color:#64748b}.btn-ghost:hover:not(:disabled){background:#f1f5f9;color:#334155}.btn-sm{padding:.35rem .6rem;font-size:.8rem;margin-right:.35rem}.btn-danger{color:#dc2626;border-color:#fecaca}.btn-danger:hover:not(:disabled){background:#fef2f2;border-color:#f87171}.btn:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;width:100%;max-width:420px;padding:1.5rem}.modal h2{margin:0 0 1.25rem;font-size:1.25rem}.modal label{display:block;margin-bottom:1rem;font-weight:500}.modal input,.modal select,.modal textarea{display:block;width:100%;margin-top:.35rem;padding:.5rem .75rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem}.modal textarea{resize:vertical;min-height:120px}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #eee}.modal-preview{max-width:90vw;width:800px;height:90vh;display:flex;flex-direction:column;padding:0}.modal-preview-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #eee}.modal-preview-header h2{margin:0}.btn-ghost{background:transparent;border:none;font-size:1.5rem;line-height:1;padding:.25rem .5rem;cursor:pointer;color:#666}.btn-ghost:hover{color:#1a1a1a}.preview-iframe{flex:1;width:100%;min-height:0;border:none;border-radius:0 0 12px 12px}.text-muted{color:#888;font-size:.9rem}.search-input{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;min-width:220px}.search-input:focus{outline:none;border-color:#2563eb}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.pagination-info{font-size:.875rem;color:#64748b}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0;padding:1.5rem;margin-bottom:1.5rem}.card-title{margin-top:0;margin-bottom:1rem;font-size:1.125rem;font-weight:600;color:#1e293b;border-bottom:1px solid #f1f5f9;padding-bottom:.75rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:500;margin-bottom:.4rem;color:#334155;font-size:.9rem}.form-control{display:block;width:100%;padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;background:#fff;color:#1e293b;transition:border-color .15s,box-shadow .15s}.form-control:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-control[type=checkbox]{width:auto;display:inline-block;margin-right:.5rem;accent-color:#3b82f6;width:1.1rem;height:1.1rem;cursor:pointer;margin-top:0}.form-checkbox-label{display:flex;align-items:center;font-weight:500;color:#334155;cursor:pointer;font-size:.95rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem 1.5rem}.form-grid-full{grid-column:1 / -1}textarea.form-control{resize:vertical;min-height:80px}select.form-control{cursor:pointer;background-color:#fff}.template-form{max-width:960px;margin:0 auto}.template-form-footer{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;align-items:center;padding-top:.5rem}.form-help{font-size:.875rem;color:#64748b;line-height:1.55;margin:0 0 1rem}.form-help code{font-size:.82em;background:#f1f5f9;padding:.12rem .4rem;border-radius:4px}.alias-slug-row{display:flex;gap:.5rem;align-items:stretch}.alias-slug-row .form-control{flex:1;min-width:0}.slug-alias-list-label{display:block;font-size:.82rem;font-weight:600;color:#475569;margin-bottom:.4rem}ul.slug-alias-list{display:flex;flex-wrap:wrap;gap:.4rem .5rem;align-items:center;list-style:none;margin:0 0 .75rem;padding:0}.slug-alias-chip{display:inline-block;font-size:.85rem;font-family:ui-monospace,Menlo,Monaco,monospace;padding:.28rem .55rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;color:#334155}.card--nested{background:#f8fafc;border-color:#e2e8f0;padding:1rem;margin-bottom:.75rem;box-shadow:none}.card--nested .card-title{font-size:1rem;padding-bottom:.5rem;margin-bottom:.75rem;border-bottom-color:#e2e8f0}.blog-form{max-width:1100px;margin:0 auto}.blog-html-split{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:stretch;min-height:400px}@media(max-width:900px){.blog-html-split{grid-template-columns:1fr}}.blog-html-col{display:flex;flex-direction:column;min-height:400px}.blog-html-col-label{font-size:.85rem;color:#64748b;margin-bottom:.35rem;font-weight:500}textarea.blog-html-textarea{flex:1;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:.9rem;line-height:1.5;min-height:360px}.blog-html-preview{flex:1;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;min-height:360px;overflow:auto;background:#fff}.blog-html-preview-inner{font-family:system-ui,sans-serif;font-size:1rem;line-height:1.6}input[type=file].form-control{cursor:pointer;font-size:.88rem;padding:.5rem .55rem}
