:root{--bc-primary: #3b82f6;--bc-primary-hover: #2563eb;--bc-primary-light: #dbeafe;--bc-success: #10b981;--bc-success-light: #d1fae5;--bc-warning: #f59e0b;--bc-warning-light: #fef3c7;--bc-critical: #ef4444;--bc-critical-light: #fee2e2;--bc-info: #6366f1;--bc-info-light: #e0e7ff;--bc-neutral: #6b7280;--bc-neutral-light: #f3f4f6;--bc-bg: #f9fafb;--bc-surface: #ffffff;--bc-border: #e5e7eb;--bc-text: #111827;--bc-text-secondary: #6b7280;--bc-text-muted: #9ca3af;--bc-radius: 8px;--bc-radius-sm: 4px;--bc-shadow: 0 1px 3px rgba(0,0,0,.08);--bc-shadow-md: 0 4px 12px rgba(0,0,0,.1);--bc-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--bc-font);background:var(--bc-bg);color:var(--bc-text);line-height:1.5;-webkit-font-smoothing:antialiased}.app-layout{display:flex;min-height:100vh}.sidebar{width:220px;background:var(--bc-surface);border-right:1px solid var(--bc-border);padding:20px 0;flex-shrink:0;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-logo{padding:0 20px 20px;font-size:15px;font-weight:700;color:var(--bc-primary);letter-spacing:-.02em;border-bottom:1px solid var(--bc-border);margin-bottom:8px}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:0 8px}.sidebar-nav a{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:var(--bc-radius);color:var(--bc-text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:all .15s}.sidebar-nav a:hover{background:var(--bc-neutral-light);color:var(--bc-text)}.sidebar-nav a.active{background:var(--bc-primary-light);color:var(--bc-primary)}.nav-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--bc-radius-sm);background:var(--bc-neutral-light);font-size:12px;font-weight:700;color:var(--bc-text-secondary);flex-shrink:0}.sidebar-nav a.active .nav-icon{background:var(--bc-primary);color:#fff}.main-content{flex:1;padding:24px 32px;min-width:0;max-width:1100px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.page-header h1{font-size:22px;font-weight:700;letter-spacing:-.02em}.page-header-actions{display:flex;gap:8px}.card{background:var(--bc-surface);border:1px solid var(--bc-border);border-radius:var(--bc-radius);padding:20px;box-shadow:var(--bc-shadow)}.card+.card{margin-top:16px}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-header h2{font-size:16px;font-weight:600}.card-description{font-size:13px;color:var(--bc-text-secondary);margin-bottom:16px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:var(--bc-surface);border:1px solid var(--bc-border);border-radius:var(--bc-radius);padding:16px;box-shadow:var(--bc-shadow)}.stat-label{font-size:12px;font-weight:500;color:var(--bc-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.stat-value{font-size:28px;font-weight:700}.stat-sub{font-size:12px;color:var(--bc-text-muted);margin-top:2px}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.4}.badge-success{background:var(--bc-success-light);color:#065f46}.badge-warning{background:var(--bc-warning-light);color:#92400e}.badge-critical{background:var(--bc-critical-light);color:#991b1b}.badge-info{background:var(--bc-info-light);color:#3730a3}.badge-neutral{background:var(--bc-neutral-light);color:#374151}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--bc-radius);font-size:14px;font-weight:500;cursor:pointer;border:1px solid transparent;transition:all .15s;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--bc-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--bc-primary-hover)}.btn-outline{background:var(--bc-surface);color:var(--bc-text);border-color:var(--bc-border)}.btn-outline:hover:not(:disabled){background:var(--bc-neutral-light)}.btn-danger{background:var(--bc-critical);color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-sm{padding:4px 10px;font-size:13px}.btn-ghost{background:transparent;color:var(--bc-text-secondary)}.btn-ghost:hover:not(:disabled){background:var(--bc-neutral-light);color:var(--bc-text)}.form-group{margin-bottom:16px}.form-label{display:block;font-size:13px;font-weight:600;color:var(--bc-text);margin-bottom:4px}.form-hint{font-size:12px;color:var(--bc-text-muted);margin-top:2px}.form-input,.form-select,.form-textarea{width:100%;padding:8px 12px;border:1px solid var(--bc-border);border-radius:var(--bc-radius-sm);font-size:14px;font-family:var(--bc-font);background:var(--bc-surface);color:var(--bc-text);transition:border-color .15s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--bc-primary);box-shadow:0 0 0 2px var(--bc-primary-light)}.form-textarea{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-switch{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--bc-border)}.form-switch:last-child{border-bottom:none}.form-switch-label{font-size:14px;font-weight:500}.form-switch-desc{font-size:12px;color:var(--bc-text-muted)}.toggle{position:relative;width:40px;height:22px;background:var(--bc-border);border:none;padding:0;border-radius:999px;cursor:pointer;transition:background .2s;flex-shrink:0}.toggle.active{background:var(--bc-primary)}.toggle:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s}.toggle.active:after{transform:translate(18px)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}th{text-align:left;padding:10px 12px;font-size:12px;font-weight:600;color:var(--bc-text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--bc-border)}td{padding:10px 12px;border-bottom:1px solid var(--bc-border);vertical-align:middle}tr:hover td{background:var(--bc-neutral-light)}.table-empty{text-align:center;padding:40px 20px;color:var(--bc-text-muted)}.pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 0;font-size:13px;color:var(--bc-text-secondary)}.pagination-buttons{display:flex;gap:8px}.progress-bar{width:100%;height:8px;background:var(--bc-neutral-light);border-radius:999px;overflow:hidden}.progress-fill{height:100%;border-radius:999px;transition:width .3s}.progress-fill.green{background:var(--bc-success)}.progress-fill.yellow{background:var(--bc-warning)}.progress-fill.red{background:var(--bc-critical)}.progress-fill.blue{background:var(--bc-primary)}.bar-chart{display:flex;align-items:flex-end;gap:4px;height:120px}.bar-chart-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.bar-chart-bar{width:100%;max-width:32px;background:var(--bc-primary);border-radius:var(--bc-radius-sm) var(--bc-radius-sm) 0 0;min-height:2px;transition:height .3s;position:relative;cursor:default}.bar-chart-bar:hover{opacity:.8}.bar-chart-label{font-size:10px;color:var(--bc-text-muted);white-space:nowrap}.bar-chart-bar .tooltip{display:none;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:var(--bc-text);color:#fff;padding:4px 8px;border-radius:var(--bc-radius-sm);font-size:12px;white-space:nowrap;z-index:10}.bar-chart-bar:hover .tooltip{display:block}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--bc-surface);border-radius:var(--bc-radius);padding:24px;max-width:480px;width:90%;box-shadow:var(--bc-shadow-md)}.modal h3{font-size:18px;font-weight:600;margin-bottom:12px}.modal p{font-size:14px;color:var(--bc-text-secondary);margin-bottom:20px}.modal-actions{display:flex;gap:8px;justify-content:flex-end}.banner{padding:12px 16px;border-radius:var(--bc-radius);font-size:14px;margin-bottom:16px;display:flex;align-items:flex-start;gap:10px}.banner-success{background:var(--bc-success-light);color:#065f46}.banner-warning{background:var(--bc-warning-light);color:#92400e}.banner-critical{background:var(--bc-critical-light);color:#991b1b}.banner-info{background:var(--bc-info-light);color:#3730a3}.spinner{display:inline-block;width:20px;height:20px;border:2px solid var(--bc-border);border-top-color:var(--bc-primary);border-radius:50%;animation:spin .6s linear infinite}.spinner-lg{width:32px;height:32px;border-width:3px}@keyframes spin{to{transform:rotate(360deg)}}.loading-center{display:flex;align-items:center;justify-content:center;gap:12px;padding:60px 20px;color:var(--bc-text-secondary);font-size:14px}.color-picker-row{display:flex;gap:8px;flex-wrap:wrap}.color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid transparent;padding:0;cursor:pointer;transition:all .15s}.color-swatch:hover{transform:scale(1.1)}.color-swatch.selected{border-color:var(--bc-text);box-shadow:0 0 0 2px var(--bc-surface)}.section-type{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.thumb{width:40px;height:40px;border-radius:var(--bc-radius-sm);object-fit:cover;background:var(--bc-neutral-light)}.text-muted{color:var(--bc-text-muted)}.text-secondary{color:var(--bc-text-secondary)}.text-sm{font-size:13px}.text-xs{font-size:12px}.mt-4{margin-top:16px}.mt-2{margin-top:8px}.mb-4{margin-bottom:16px}.mb-2{margin-bottom:8px}.gap-2{gap:8px}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.inline-flex{display:inline-flex}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-page{max-width:760px;margin:0 auto;padding:48px 24px 80px}.public-page-header{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--bc-border)}.public-page-header h1{font-size:28px;font-weight:700;margin-bottom:4px}.public-page-updated,.public-page-subtitle{color:var(--bc-text-secondary);font-size:14px}.public-page-content section{margin-bottom:32px}.public-page-content h2{font-size:18px;font-weight:600;margin-bottom:12px;color:var(--bc-text)}.public-page-content h3{font-size:15px;font-weight:600;margin:16px 0 8px;color:var(--bc-text)}.public-page-content p{font-size:14px;line-height:1.7;color:var(--bc-text-secondary);margin-bottom:12px}.public-page-content ul{list-style:disc;padding-left:24px;margin-bottom:12px}.public-page-content ul li{font-size:14px;line-height:1.7;color:var(--bc-text-secondary);margin-bottom:4px}.public-page-content dl{margin-bottom:12px}.public-page-content dt{font-size:14px;font-weight:600;color:var(--bc-text);margin-top:16px;margin-bottom:4px}.public-page-content dd{font-size:14px;line-height:1.7;color:var(--bc-text-secondary);margin-left:0}.public-page-content a{color:var(--bc-primary);text-decoration:none}.public-page-content a:hover{text-decoration:underline}
