.sb{--sb-primary-bg: #fff;--sb-brand-blue: #0868a8;width:72px;flex-shrink:0;transition:width .24s ease;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}.sb.sb--pinned{width:224px}.sb-shell{position:fixed;left:0;top:0;bottom:0;display:flex;z-index:120}.sb-edge-trigger{position:fixed;left:0;top:0;bottom:0;width:10px;z-index:130;cursor:default;-webkit-user-select:none;user-select:none;background:var(--sb-brand-blue)}.sb-primary{position:relative;width:72px;background:var(--sb-primary-bg);border-right:1px solid #eceef2;display:flex;flex-direction:column;flex-shrink:0;transition:width .24s ease,box-shadow .24s ease;overflow:hidden}.sb.sb--open .sb-primary{width:224px}.sb.sb--open:not(.sb--pinned) .sb-primary{box-shadow:4px 0 24px #0f172a0f}.sb-brand-bubble{position:fixed;right:20px;bottom:18px;left:auto;z-index:90;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:0;border:none;background:transparent;box-shadow:none;pointer-events:none;-webkit-user-select:none;user-select:none}.sb-brand-name{font-size:24px;font-weight:800;color:#334155;letter-spacing:-.03em;white-space:nowrap;line-height:1;text-shadow:0 1px 0 rgba(255,255,255,.85);opacity:.92}.sb-brand-name .brand-g{color:#00aeef}.sb-brand-logo{border-radius:9px;box-shadow:0 2px 8px #0000002e;flex-shrink:0}.sb-nav-scroll{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;justify-content:flex-end;min-height:0;padding-top:12px;padding-bottom:16px;box-sizing:border-box}.sb-nav-body{width:100%;flex:0 0 auto;margin-top:auto}.sb-nav-scroll::-webkit-scrollbar{width:3px}.sb-nav-scroll::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.sb-nav--primary{padding:0}.sb-module-tooltip{position:fixed;left:80px;transform:translateY(-50%);z-index:200;padding:6px 12px;border-radius:8px;background:#0f172a;color:#fff;font-size:13px;font-weight:500;line-height:1.2;white-space:nowrap;pointer-events:none;box-shadow:0 4px 14px #0f172a2e;animation:sb-tooltip-in .12s ease}.sb-module-tooltip:before{content:"";position:absolute;left:-5px;top:50%;transform:translateY(-50%);border:5px solid transparent;border-right-color:#0f172a}@keyframes sb-tooltip-in{0%{opacity:0;transform:translateY(-50%) translate(-4px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.sb-module{display:flex;align-items:center;gap:12px;width:100%;padding:0 12px 0 20px;min-height:50px;border:none;border-radius:10px;background:none;color:#64748b;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;text-align:left;transition:background .2s,color .2s;margin:4px 0}.sb:not(.sb--open) .sb-module{justify-content:flex-start;border-radius:0 12px 12px 0}.sb-module:hover{color:#334155;text-decoration:none}.sb-module.active{color:#1d4ed8;font-weight:600}.sb-module-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px}.sb-app-icon{display:inline-flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;border-radius:22%;box-shadow:0 1px 2px #00000024,0 4px 10px #00000014,inset 0 1px #ffffff47}.sb-app-icon--md{width:32px;height:32px}.sb-app-icon svg{display:block;width:16px;height:16px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.12))}.sb-module:hover .sb-app-icon{box-shadow:0 2px 4px #00000029,0 6px 14px #0000001a,inset 0 1px #ffffff4d}.sb-module.active .sb-app-icon{box-shadow:0 0 0 2px #1d4ed840,0 2px 6px #00000024,inset 0 1px #ffffff4d}.sb-module-label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:0;max-width:0;transition:opacity .16s ease,max-width .24s ease}.sb.sb--open .sb-module-label{opacity:1;max-width:180px}.sb-module-dot{width:7px;height:7px;border-radius:50%;background:#1d4ed8;flex-shrink:0}.sb-module--primary{border-radius:0 24px 24px 0;padding-left:20px}.sb.sb--open .sb-module--primary:hover{background:#f8fafc}.sb.sb--open .sb-module--primary.active{background:#f1f5f9;color:#1d4ed8}.sb:not(.sb--open) .sb-module--primary.active{background:#eff6ff}.sb-expand-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 18px 14px;margin:2px 10px 0}.sb-expand-label{font-size:12px;color:#b0b8c4;letter-spacing:.02em;font-weight:450;-webkit-user-select:none;user-select:none}.sb-expand-toggle{width:30px;height:18px;border:none;border-radius:999px;background:#e8ecf1;cursor:pointer;position:relative;flex-shrink:0;box-shadow:inset 0 0 0 1px #0f172a0f;transition:background .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.sb-expand-toggle:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0f172a24,0 0 0 .5px #0f172a0a;transition:transform .2s cubic-bezier(.4,0,.2,1)}.sb-expand-toggle:hover{background:#dfe4eb}.sb-expand-toggle.is-on{background:#00c9a7;box-shadow:inset 0 0 0 1px #008c6e2e}.sb-expand-toggle.is-on:hover{background:#00b896}.sb-expand-toggle.is-on:after{transform:translate(12px)}.sb-expand-toggle:focus-visible{outline:2px solid rgba(0,201,167,.35);outline-offset:2px}@media (max-width: 1280px){.sb.sb--pinned,.sb.sb--open .sb-primary{width:210px}}@media (max-width: 1024px){.sb.sb--pinned,.sb.sb--open .sb-primary{width:200px}}.cplug-layout{display:flex;height:100vh;background:#f4f6f9}.cplug-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.cplug-header{height:56px;background:#fff;border-bottom:1px solid #e8ecf1;display:flex;align-items:center;justify-content:space-between;padding:0 24px;flex-shrink:0}.cplug-header-left{display:flex;align-items:center}.cplug-user-select{font-size:14px;font-weight:600;color:#374151;display:flex;align-items:center;gap:6px}.cplug-header-right{display:flex;align-items:center;gap:12px}.cplug-header-avatar{width:36px;height:36px;border-radius:50%;background:#1e88e5;color:#fff;border:none;font-weight:700;font-size:14px;cursor:pointer}.cplug-header-avatar-wrap{position:relative}.cplug-header-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:140px;background:#fff;border:1px solid #e8ecf1;border-radius:10px;box-shadow:0 8px 24px #0f172a1f;padding:6px;z-index:50}.cplug-header-menu button{width:100%;border:none;background:transparent;text-align:left;padding:10px 12px;border-radius:8px;font-size:14px;color:#334155;cursor:pointer}.cplug-header-menu button:hover{background:#f1f5f9}.cplug-content{flex:1;overflow-y:auto;padding:24px 28px}:root{--primary: #00aeef;--primary-hover: #0090c7;--primary-light: #e0f7ff;--danger: #ef4444;--success: #22c55e;--warning: #f59e0b;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--radius: 10px;--shadow: 0 1px 3px rgba(0, 0, 0, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f4f6f9;color:var(--gray-800);font-size:14px}a{color:var(--primary);text-decoration:none}input,select,textarea,button{font-family:inherit;font-size:inherit}.brand-g{color:var(--primary)}h1{font-size:22px;margin-bottom:4px}h2{font-size:17px;margin-bottom:12px}.subtitle{color:var(--gray-500);margin-bottom:20px}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:filter .15s,background .15s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-danger{background:var(--danger);color:#fff}.btn-success{background:var(--success);color:#fff}.btn-warning{background:var(--warning);color:#fff}.btn-outline{background:#fff;border:1px solid var(--gray-300);color:var(--gray-700)}.btn-outline:hover:not(:disabled){background:var(--gray-100)}.btn-ghost{background:transparent;color:var(--gray-600)}.btn-ghost:hover:not(:disabled){background:var(--gray-100)}.btn-sm{padding:6px 12px;font-size:13px}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;border:1px solid var(--gray-200);margin-bottom:18px}.card-flat{padding:0;overflow:hidden}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:22px}.stat{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.stat-label{color:var(--gray-500);font-size:13px;font-weight:600}.stat-value{font-size:28px;font-weight:800;margin-top:6px;color:var(--gray-800)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--gray-200)}th{font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:var(--gray-500);background:#fafbfc}tbody tr:hover{background:#fafbfc}.row-link{cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1 / -1}.form-group{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.form-group label{font-weight:600;font-size:13px;color:var(--gray-600)}.form-control{padding:9px 12px;border:1px solid var(--gray-300);border-radius:8px;width:100%}.form-control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:700}.badge-success{background:#dcfce7;color:#15803d}.badge-danger{background:#fee2e2;color:#b91c1c}.badge-warning{background:#fef3c7;color:#b45309}.badge-gray{background:var(--gray-200);color:var(--gray-600)}.badge-info{background:var(--primary-light);color:#0369a1}.alert{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-weight:500}.alert-error,.alert-danger{background:#fee2e2;color:#b91c1c}.alert-success{background:#dcfce7;color:#15803d}.alert-warning{background:#fef3c7;color:#92400e}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}.toolbar-actions{display:flex;gap:8px}.search-input{padding:9px 14px;border:1px solid var(--gray-300);border-radius:8px;min-width:260px}.switch{position:relative;display:inline-block;width:42px;height:24px}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gray-300);border-radius:999px;transition:.2s;cursor:pointer}.switch .slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}.switch input:checked+.slider{background:var(--success)}.switch input:checked+.slider:before{transform:translate(18px)}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:50px}.loading-spinner:after{content:"";width:30px;height:30px;border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;padding:40px;color:var(--gray-500)}.muted{color:var(--gray-500)}.section-divider{margin:22px 0 12px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b)}.login-card{background:#fff;border-radius:16px;padding:36px;width:380px;box-shadow:0 20px 50px #0000004d}.login-brand{text-align:center;font-size:30px;font-weight:800;letter-spacing:-.03em;margin-bottom:4px;color:#334155}.login-brand .brand-g{color:#00aeef}.login-brand-logo{display:block;margin:0 auto 12px;border-radius:18px;box-shadow:0 8px 24px #00000040}.login-sub{text-align:center;color:var(--gray-500);margin-bottom:24px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.login-btn{width:100%;justify-content:center;margin-top:8px;padding:11px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal{background:#fff;border-radius:14px;padding:24px;width:640px;max-width:100%;max-height:92vh;overflow-y:auto}.modal.modal-lg{width:860px}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.check-row{display:flex;flex-wrap:wrap;gap:14px 20px;padding-top:6px}.check-item{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--gray-700);cursor:pointer}.check-item input{width:16px;height:16px}
