:root{--text: rgb(0, 0, 0);--sidebar-bg: #ffffff;--sidebar-text: rgb(31, 41, 55);--header-bg: rgb(255, 255, 255);--header-text: rgb(31, 41, 55);--primary: #1e3a8a;--primary-hover: #1e40af;--bg: #f8fafc;--border: #e5e7eb;--muted: #6b7280;--success: #16a34a;--danger: #dc2626;--warning: #f59e0b;--font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.layout{display:flex;min-height:100vh}.sidebar{width:256px;background:var(--sidebar-bg);color:var(--sidebar-text);border-right:1px solid var(--border);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar-logo{padding:20px;border-bottom:1px solid var(--border);text-align:center}.logo-box{display:inline-flex;align-items:center;gap:4px;font-weight:800;font-size:22px}.logo-bpn{color:#1e3a8a}.logo-sya{background:linear-gradient(90deg,#ef4444,#f59e0b,#10b981,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}.logo-sub{font-size:11px;color:#6b7280;margin-top:2px}.sidebar-section{padding:16px 20px 8px;font-size:11px;color:#9ca3af;letter-spacing:.08em}.sidebar-nav{flex:1;padding:0 12px;display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;color:var(--sidebar-text);font-size:14px}.nav-item:hover{background:#f3f4f6}.nav-item.active{background:#eef2ff;color:var(--primary);font-weight:600}.logout-btn{margin:12px;padding:10px 12px;display:flex;align-items:center;gap:12px;background:transparent;border:1px solid transparent;border-radius:8px;color:var(--sidebar-text);font-size:14px}.logout-btn:hover{background:#fee2e2;color:var(--danger)}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{height:64px;background:var(--header-bg);color:var(--header-text);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:10}.topbar-title{font-size:18px;font-weight:700}.topbar-right{display:flex;align-items:center;gap:20px}.bell-btn{position:relative;background:transparent;border:none;color:#6b7280;padding:6px;border-radius:8px}.bell-btn:hover{background:#f3f4f6}.bell-badge{position:absolute;top:2px;right:2px;background:var(--danger);color:#fff;font-size:10px;border-radius:999px;padding:0 5px;min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.user-menu{position:relative;display:flex;align-items:center;gap:8px;cursor:pointer}.user-info{text-align:right;line-height:1.2}.user-name{font-weight:700;font-size:14px}.user-role{color:#6b7280;font-size:12px}.user-avatar{width:36px;height:36px;border-radius:999px;background:var(--primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.user-dropdown{position:absolute;right:0;top:44px;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px #00000014;min-width:140px;z-index:20}.user-dropdown button{display:block;width:100%;text-align:left;padding:10px 14px;background:transparent;border:none;font-size:14px}.user-dropdown button:hover{background:#f3f4f6}.content{padding:24px;flex:1}.page-title{font-size:20px;font-weight:700;margin-bottom:16px}.card{background:#fff;border:1px solid var(--border);border-radius:12px;margin-bottom:16px;overflow:hidden}.card-header{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.card-title{font-weight:700;font-size:16px}.empty{padding:24px;text-align:center;color:var(--muted)}.notif-list{display:flex;flex-direction:column}.notif-item{display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid var(--border)}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:#f9fafb}.notif-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center}.notif-body{flex:1;min-width:0}.notif-text{color:#111827;font-size:14px}.notif-time{color:#9ca3af;font-size:12px;margin-top:4px}.notif-chevron{color:#9ca3af}.form-row{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.form-row label{font-size:13px;color:#374151;font-weight:600}.form-row input,.form-row select,.form-row textarea{padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1e3a8a1f}.btn{padding:9px 14px;border-radius:8px;border:1px solid transparent;font-size:14px;font-weight:600}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:#fff;color:#111827;border-color:var(--border)}.btn-secondary:hover{background:#f3f4f6}.btn-danger{background:var(--danger);color:#fff}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px 16px;text-align:left;font-size:14px;border-bottom:1px solid var(--border)}.table th{background:#f9fafb;font-weight:600;color:#374151}.table tr:hover td{background:#fafafa}.badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600;text-transform:capitalize}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#1e40af}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:16px}.stat-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px}.stat-label{color:#6b7280;font-size:13px}.stat-value{font-size:24px;font-weight:800;margin-top:4px;color:#111827}.stat-sub{color:#6b7280;font-size:12px;margin-top:4px}.chart-bars{display:flex;align-items:flex-end;gap:24px;height:240px;padding-top:20px;border-bottom:1px solid var(--border)}.chart-bar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px}.chart-bar{width:100%;max-width:48px;background:linear-gradient(180deg,#3b82f6,#1e3a8a);border-radius:6px 6px 0 0;min-height:4px}.chart-bar-label{font-size:12px;color:#6b7280}.chart-bar-value{font-size:11px;color:#374151;font-weight:600}.progress{width:100%;height:10px;background:#f3f4f6;border-radius:999px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#1e3a8a);border-radius:999px}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#e0e7ff);padding:20px}.login-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000014;padding:32px;width:100%;max-width:400px}.login-title{font-size:22px;font-weight:800;margin-bottom:4px;text-align:center}.login-sub{color:#6b7280;font-size:13px;text-align:center;margin-bottom:24px}.login-hint{background:#f3f4f6;border-radius:8px;padding:10px 12px;font-size:12px;color:#6b7280;margin-top:12px}.login-error{background:#fee2e2;color:#991b1b;padding:10px 12px;border-radius:8px;font-size:13px;margin-bottom:12px}
