:root{--bg:#f3f6f8;--panel:#fff;--text:#172027;--muted:#6c7780;--line:#dde4e8;--primary:#0f6b55;--primary-dark:#0a4e3f;--nav:#102a26;--nav2:#153630;--success:#19734a;--danger:#b4232c;--warning:#a56605;--info:#196b8d;--purple:#7044a2;--shadow:0 10px 30px rgba(26,47,43,.07);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text)}body{font-size:14px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{padding-left:260px}.sidebar{position:fixed;inset:0 auto 0 0;width:260px;background:linear-gradient(180deg,var(--nav),#0b211e);color:#dce9e5;padding:24px 16px;display:flex;flex-direction:column;z-index:20}.brand,.login-brand,.install-head{display:flex;align-items:center;gap:12px}.brand{padding:0 10px 22px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:#d7ad42;color:#152d28;font-weight:900;letter-spacing:.5px}.brand strong,.login-brand strong{display:block;font-size:15px;letter-spacing:1px}.brand small,.login-brand small{display:block;color:#94aaa4;margin-top:3px}.sidebar nav{display:flex;flex-direction:column;gap:4px;overflow:auto}.sidebar nav a{padding:10px 12px;border-radius:9px;color:#b9cbc6;font-weight:650}.sidebar nav a:hover,.sidebar nav a.active{background:var(--nav2);color:#fff}.nav-label{margin:18px 12px 6px;color:#78928b;font-size:11px;text-transform:uppercase;letter-spacing:1.2px}.sidebar-user{margin-top:auto;border-top:1px solid #27423d;padding:17px 8px 0;display:flex;align-items:center;gap:10px}.sidebar-user>div:nth-child(2){min-width:0;flex:1}.sidebar-user strong,.sidebar-user small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user small{color:#8da49e;margin-top:2px}.sidebar-user>a{font-size:26px;color:#8da49e}.avatar{width:36px;height:36px;border-radius:50%;background:#d7ad42;color:#17302b;display:inline-flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 auto}.main{min-height:100vh}.topbar{height:90px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:18px;padding:18px 32px;position:sticky;top:0;z-index:10}.topbar>div{flex:1}.topbar h1{font-size:22px;margin:0}.topbar p{margin:4px 0 0;color:var(--muted);font-size:12px}.menu-btn{display:none;border:0;background:transparent;font-size:22px}.content{padding:28px 32px 54px;max-width:1600px;margin:0 auto}.footer{margin-left:260px;padding:12px 32px 20px;color:#7a858c;font-size:12px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:22px;margin-bottom:22px}.panel.narrow{max-width:820px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.panel-head h2{font-size:17px;margin:0}.panel-head p{color:var(--muted);margin:5px 0 0;line-height:1.5}.btn{border:1px solid transparent;border-radius:9px;padding:10px 14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:7px}.btn-sm{padding:7px 10px;font-size:12px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-light{background:#fff;border-color:var(--line);color:#314048}.btn-success{background:#19734a;color:#fff}.btn-danger{background:#b4232c;color:#fff}.btn-info{background:#196b8d;color:#fff}.btn-purple{background:#7044a2;color:#fff}.btn-wide{width:100%}.actions,.validation-actions{display:flex;gap:9px;flex-wrap:wrap}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 20px;box-shadow:var(--shadow);border-top:4px solid #3d7ca8}.stat-card.green{border-top-color:#218460}.stat-card.purple{border-top-color:#7650a6}.stat-card.amber{border-top-color:#c78a1f}.stat-card span,.stat-card small{display:block;color:var(--muted)}.stat-card strong{display:block;font-size:31px;margin:7px 0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:22px}.workflow{display:grid;gap:12px}.workflow>div{display:flex;gap:12px;align-items:center;padding:11px;border:1px solid var(--line);border-radius:10px}.workflow b{width:30px;height:30px;border-radius:9px;background:#e6f2ee;color:var(--primary);display:flex;align-items:center;justify-content:center}.workflow strong,.workflow small{display:block}.workflow small{color:var(--muted);margin-top:3px}.progress-list{display:grid;gap:18px}.progress-list>div{position:relative;padding-bottom:9px;border-bottom:5px solid #edf1f2}.progress-list span{font-weight:650}.progress-list b{float:right}.progress-list i{position:absolute;height:5px;background:var(--primary);bottom:-5px;left:0;border-radius:5px;max-width:100%}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.span-2{grid-column:span 2}.field label{display:block;font-weight:700;margin-bottom:7px}.field input,.field select,.field textarea,.searchbar input{width:100%;border:1px solid #cfd8dc;border-radius:9px;background:#fff;padding:11px 12px;outline:none;color:var(--text)}.field input:focus,.field select:focus,.field textarea:focus,.searchbar input:focus{border-color:#4b9a84;box-shadow:0 0 0 3px rgba(15,107,85,.09)}.field small{display:block;color:var(--muted);margin-top:6px}.field textarea{resize:vertical}.check{display:flex;align-items:center;gap:8px;font-weight:650}.check input{width:16px;height:16px}.searchbar{display:flex;gap:10px;margin-bottom:18px}.searchbar input{flex:1}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:11px}table{border-collapse:collapse;width:100%;min-width:900px}th,td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--line);vertical-align:middle}th{background:#f7f9fa;color:#5b6870;font-size:11px;text-transform:uppercase;letter-spacing:.5px}tbody tr:hover{background:#fafcfc}tbody tr:last-child td{border-bottom:0}.block{display:block}.clamp{max-width:420px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}.wrap{word-break:break-all}.badge{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800}.badge-success{background:#dff3e8;color:#12633d}.badge-danger{background:#fde5e7;color:#9c1c25}.badge-warning{background:#fff1d7;color:#875704}.badge-info{background:#e0f0f7;color:#155c78}.badge-purple{background:#eee5f7;color:#62388f}.badge-muted{background:#edf0f2;color:#617079}.alert{padding:13px 15px;border-radius:10px;margin-bottom:18px;border:1px solid}.alert-success{background:#e5f5ec;border-color:#bee1cb;color:#155c3d}.alert-danger{background:#fee9ea;border-color:#f1c7ca;color:#8c2228}.alert-info{background:#e7f3f8;border-color:#c8e2ed;color:#165b74}.detail-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.detail-head h2{margin:7px 0 4px;font-size:22px}.detail-head p{margin:0;color:var(--muted)}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.7px;color:var(--muted)}.meta-list{display:grid;grid-template-columns:180px 1fr;gap:0;margin:0}.meta-list dt,.meta-list dd{padding:10px 0;border-bottom:1px solid var(--line);margin:0}.meta-list dt{color:var(--muted)}.meta-list dd{font-weight:600}.meta-list.compact{margin-top:18px}.confidence-ring{text-align:right;min-width:150px}.confidence-ring strong{display:block;color:var(--primary);font-size:26px}.confidence-ring span{display:block;color:var(--muted);font-size:11px}.reason{line-height:1.65;background:#f4faf8;border:1px solid #d8ebe5;padding:13px;border-radius:10px}.recommendations{display:grid;gap:9px}.recommendations>div{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:9px;padding:10px}.recommendations b{width:27px;height:27px;border-radius:50%;background:#e7f2ef;color:var(--primary);display:flex;align-items:center;justify-content:center}.recommendations strong,.recommendations small{display:block}.recommendations small{margin-top:3px;color:var(--muted)}.evidence{margin-top:18px}.evidence>div{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.evidence span{background:#f0f2f3;border:1px solid #dfe5e7;border-radius:999px;padding:5px 8px;font-size:11px}.evidence em{color:var(--muted)}.document-preview{white-space:pre-wrap;max-height:500px;overflow:auto;background:#f7f9fa;border:1px solid var(--line);border-radius:10px;padding:17px;line-height:1.55;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}.rules{padding-left:20px;line-height:1.8;color:#4e5b62}.user-list{display:grid;gap:10px}.user-list>div{display:flex;align-items:center;gap:11px;border:1px solid var(--line);padding:11px;border-radius:10px}.user-list>div>span:nth-child(2){flex:1}.user-list strong,.user-list small{display:block}.user-list small{color:var(--muted);margin-top:3px}.link-danger{border:0;background:transparent;color:var(--danger);font-weight:700}.empty{text-align:center;padding:50px 15px;color:var(--muted)}.empty strong{color:var(--text);font-size:16px}.auth-shell{background:radial-gradient(circle at 20% 20%,#1a5146,#0d2722 55%,#081c18);min-height:100vh}.auth-main{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:30px}.login-card{width:100%;max-width:420px;background:#fff;border-radius:18px;padding:30px;box-shadow:0 24px 80px rgba(0,0,0,.35)}.login-brand{margin-bottom:28px}.login-card h1{font-size:25px;margin:0 0 8px}.login-card>p{color:var(--muted);line-height:1.55;margin:0 0 22px}.stack{display:grid;gap:16px}.login-foot{text-align:center;color:var(--muted);font-size:11px;margin-top:20px}.install-wrap{width:min(820px,calc(100% - 32px));margin:45px auto}.install-head{color:#fff;margin-bottom:22px}.install-head h1{margin:0}.install-head p{margin:5px 0 0;color:#afc2bd}.install-note{text-align:center;color:#aec0bc}.install-note code{background:#132e29;padding:3px 6px;border-radius:5px}.install-wrap .panel{box-shadow:0 24px 80px rgba(0,0,0,.25)}
@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.master-grid{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr}}
@media(max-width:780px){.app-shell{padding-left:0}.sidebar{transform:translateX(-100%);transition:.2s}.menu-open .sidebar{transform:translateX(0)}.topbar{height:auto;padding:15px 17px}.topbar .btn{display:none}.menu-btn{display:block}.content{padding:18px 14px 44px}.footer{margin-left:0;padding:10px 14px}.stats-grid{grid-template-columns:1fr 1fr;gap:12px}.form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.panel{padding:17px;border-radius:12px}.detail-head{align-items:flex-start;flex-direction:column}.meta-list{grid-template-columns:1fr}.meta-list dt{padding-bottom:2px;border-bottom:0}.meta-list dd{padding-top:2px}.panel-head{flex-direction:column}.confidence-ring{text-align:left}.validation-actions{display:grid}.validation-actions .btn{width:100%}}
@media(max-width:460px){.stats-grid{grid-template-columns:1fr}.login-card{padding:22px}.install-wrap{margin:20px auto}.topbar h1{font-size:18px}}
.searchbar select{border:1px solid #cfd8dc;border-radius:9px;background:#fff;padding:10px 12px;color:var(--text)}
.compact-stats{margin-bottom:0}.master-status .panel-head{align-items:center}.reanalyze-form{margin-top:16px}.pagination{display:flex;gap:6px;flex-wrap:wrap;margin-top:16px}.pagination a{min-width:34px;height:34px;padding:0 9px;border:1px solid var(--line);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#fff;font-weight:700}.pagination a.active{background:var(--primary);color:#fff;border-color:var(--primary)}
@media(max-width:780px){.searchbar{flex-direction:column}.searchbar select,.searchbar .btn{width:100%}.compact-stats{grid-template-columns:1fr 1fr}}
@media(max-width:460px){.compact-stats{grid-template-columns:1fr}}

.brand-block{display:flex;align-items:center;gap:12px;min-width:0}.brand-meta{min-width:0}.brand-meta strong,.brand-meta small{display:block}.brand-meta strong{font-size:15px;letter-spacing:.6px;line-height:1.2}.brand-meta small{color:#94aaa4;margin-top:4px;line-height:1.35}.brand .brand-block,.login-brand .brand-block,.install-head .brand-block{width:100%}.brand-logo{width:54px;height:54px;object-fit:cover;border-radius:14px;background:#fff;border:1px solid rgba(255,255,255,.15);flex:0 0 auto}.brand-mark{min-width:46px;padding:0 10px}.login-brand .brand-meta small{color:var(--muted)}.login-brand .brand-logo{border-color:#dce4e8}.logo-preview{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:12px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#f8fafb}.logo-preview img{width:72px;height:72px;object-fit:cover;border-radius:16px;border:1px solid var(--line);background:#fff}.field input[type="color"]{padding:4px;height:44px}.settings-note{color:var(--muted);font-size:12px}.auth-shell .brand-mark{padding:0 12px}

.archive-filter{align-items:stretch;flex-wrap:wrap}.archive-filter input{min-width:280px}.archive-filter select{min-width:180px}.register-summary{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:0 0 16px;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#f8fafb}.register-summary span{color:var(--muted);font-size:12px}.archive-register-table{min-width:1120px}.archive-register-table td{vertical-align:top}.registration-cell strong{font-size:13px;color:var(--primary)}.location-text{max-width:250px;white-space:normal;line-height:1.45;margin-top:6px}.table-actions{display:flex;gap:6px;flex-wrap:wrap}.registration-number{font-family:ui-monospace,SFMono-Regular,Consolas,monospace!important;font-size:16px!important;font-weight:800;color:var(--primary)!important}.classification-tree{display:grid;gap:10px}.classification-tree>div{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#fafcfc}.classification-tree>div>span{width:28px;height:28px;border-radius:9px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 auto}.classification-tree>div>div{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.classification-tree strong{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:var(--primary)}.classification-tree b{font-size:14px}.classification-description{margin-top:18px;padding:16px;border:1px solid var(--line);border-radius:10px;background:#fff}.classification-description h3{font-size:14px;margin:0 0 10px}.classification-description ol{margin:0;padding-left:22px;line-height:1.75}.field-muted{opacity:.58}.field-muted input{background:#f2f4f5}.detail-head .actions{justify-content:flex-end}
@media(max-width:780px){.register-summary{align-items:flex-start;flex-direction:column}.archive-filter input,.archive-filter select{min-width:0;width:100%}.detail-head .actions{justify-content:flex-start}.classification-tree>div>div{display:block}.classification-tree b{display:block;margin-top:3px}}

/* v1.3.0 — navigasi Arsip Digital, File Manager, dan dashboard baru */
.app-shell{padding-left:280px}.sidebar{width:280px;padding:0 14px 18px;background:linear-gradient(180deg,var(--nav),#2f384c);box-shadow:4px 0 20px rgba(31,42,62,.12)}.brand{min-height:86px;margin:0 -14px 12px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(18,27,44,.16)}.brand-logo{width:48px;height:48px;border-radius:50%}.brand-mark{width:48px;height:48px;border-radius:50%;background:#f5ca52}.brand-meta strong{font-size:18px;letter-spacing:0}.brand-meta small{font-size:10px;max-width:160px}.sidebar nav{gap:3px;padding:0 4px}.sidebar nav a,.nav-parent{min-height:43px;border:0;border-radius:7px;padding:10px 11px;color:#c5cedb;font-weight:600;background:transparent;text-align:left}.nav-link,.nav-parent{display:flex;align-items:center;gap:11px;width:100%}.nav-link-wrap{align-items:flex-start;line-height:1.35}.nav-symbol{display:inline-flex;align-items:center;justify-content:center;width:22px;min-width:22px;font-size:17px;color:#aeb9c9}.sidebar nav a:hover,.sidebar nav a.active,.nav-parent:hover,.nav-parent.active{background:rgba(255,255,255,.11);color:#fff}.sidebar nav a.active .nav-symbol,.nav-parent.active .nav-symbol{color:#fff}.nav-label{margin:18px 11px 5px;color:#9ea9bb;font-size:11px;letter-spacing:.7px}.nav-group{display:grid}.nav-parent{cursor:pointer}.nav-parent>span:nth-child(2){flex:1}.nav-chevron{transition:transform .2s}.nav-group.open .nav-chevron{transform:rotate(180deg)}.nav-submenu{display:grid;gap:3px;max-height:0;overflow:hidden;transition:max-height .22s ease}.nav-group.open .nav-submenu{max-height:180px}.sidebar nav .nav-submenu a{min-height:35px;padding:7px 10px 7px 44px;font-size:12px}.sidebar nav .nav-submenu a span{color:#7f8ca0}.sidebar-user{border-top-color:rgba(255,255,255,.12)}.avatar,.topbar-avatar{background:#fff3d1;color:#354057;border:2px solid rgba(255,255,255,.8)}
.main{min-height:100vh}.topbar{height:70px;padding:0 25px;background:var(--primary);border:0;color:#fff;box-shadow:0 5px 14px rgba(28,73,110,.2)}.topbar>div{flex:initial}.topbar-title{flex:1!important}.topbar h1{font-size:18px;color:#fff}.topbar p{color:rgba(255,255,255,.76)}.menu-btn{color:#fff}.topbar-actions{display:flex;align-items:center;gap:12px}.topbar-icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d8edff;font-size:21px}.topbar-icon:hover{background:rgba(255,255,255,.12);color:#fff}.topbar-avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800}.breadcrumb{height:66px;padding:0 32px;display:flex;align-items:center;gap:9px;background:#fff;border-bottom:1px solid var(--line);color:#73aee1}.breadcrumb strong{color:#8b96a8;font-weight:500}.content{max-width:none;padding:28px 32px 54px}.footer{margin-left:280px}
.panel{border-radius:7px;box-shadow:0 5px 16px rgba(42,67,91,.09)}.panel-head h2{font-weight:600}.panel-head p{font-size:12px}
.dashboard-stat-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.1fr;gap:24px;margin-bottom:24px}.dashboard-stat-card,.dashboard-add-card{position:relative;min-height:156px;border-radius:7px;color:#fff;overflow:hidden;box-shadow:0 12px 20px rgba(40,77,106,.15)}.dashboard-stat-card{display:flex;flex-direction:column;padding:20px 22px 0}.dashboard-stat-value{font-size:23px;font-weight:600;line-height:1.1}.dashboard-stat-label{font-size:17px;margin-top:13px}.dashboard-stat-icon{position:absolute;right:20px;top:20px;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.27);font-size:27px}.dashboard-stat-card small{display:block;margin:21px -22px 0;padding:12px 22px;background:rgba(0,0,0,.055);font-size:12px;color:#fff}.stat-blue{background:#0b87df}.stat-green{background:#08bd36}.stat-orange{background:#ff742a}.dashboard-add-card{display:flex;align-items:stretch;background:#fff;color:var(--text);border:1px solid var(--line)}.dashboard-add-card>span{flex:1;padding:18px}.dashboard-add-card strong,.dashboard-add-card small{display:block}.dashboard-add-card strong{font-size:17px;font-weight:600;padding-bottom:17px;border-bottom:1px solid var(--line)}.dashboard-add-card small{margin-top:18px;color:#8994a5;line-height:1.55}.dashboard-add-card>b{position:relative;width:84px;display:flex;align-items:center;justify-content:center;background:#ff1738;color:#fff;font-size:35px;font-weight:400}.dashboard-add-card>b i{position:absolute;right:20px;bottom:37px;font-size:19px;font-style:normal}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(320px,1fr);gap:24px}.dashboard-document-panel,.dashboard-category-panel{min-height:500px}.dashboard-table-wrap{border-radius:2px}.dashboard-table{min-width:760px}.dashboard-table th{background:#fff;color:#263249;font-size:12px;text-transform:none;letter-spacing:0;border-bottom:2px solid #e2e6eb}.dashboard-table td{background:#fff}.dashboard-table tbody tr:nth-child(odd) td{background:#f7f7f8}.dashboard-table td:first-child{width:50px}.dashboard-table small{margin-top:4px;color:#8b95a5}.dashboard-file-link{display:flex;align-items:flex-start;gap:7px;color:#5aa5ec;line-height:1.45;max-width:230px}.dashboard-file-link span{color:#8d9bab}.dashboard-actions{display:flex}.dashboard-actions a{width:35px;height:34px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:17px;font-weight:700}.action-edit{background:#10bb35;border-radius:6px 0 0 6px}.action-download{background:#ff1738;border-radius:0 6px 6px 0}.muted-text{color:var(--muted);font-size:12px}.dashboard-empty{min-height:320px;display:flex;flex-direction:column;justify-content:center}.donut-wrap{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-chart{position:relative;width:270px;height:270px;border-radius:50%;background:var(--donut-background)}.donut-chart:after{content:"";position:absolute;inset:67px;border-radius:50%;background:#fff}.donut-chart>span{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-chart strong{font-size:31px}.donut-chart small{color:var(--muted)}.donut-legend{display:flex;justify-content:center;gap:9px 16px;flex-wrap:wrap;margin-top:27px}.donut-legend span{font-size:11px;color:#738097}.donut-legend i{display:inline-block;width:20px;height:8px;margin-right:6px}.donut-legend b{margin-left:3px;color:#3e4a60}.muted-center{text-align:center;color:var(--muted)}.quick-menu-panel{margin-top:24px}.quick-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.quick-menu-grid>a{display:flex;align-items:center;gap:13px;padding:15px;border:1px solid var(--line);border-radius:8px;background:#fff}.quick-menu-grid>a:hover{border-color:#a9d3ef;box-shadow:0 6px 14px rgba(40,84,120,.08)}.quick-menu-grid b{width:42px;height:42px;border-radius:8px;background:#e8f5fd;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:20px}.quick-menu-grid span{min-width:0}.quick-menu-grid strong,.quick-menu-grid small{display:block}.quick-menu-grid small{color:var(--muted);font-size:11px;margin-top:3px}
.file-manager-panel{max-width:1100px}.file-manager-search{border-top:1px solid var(--line);padding-top:16px}.folder-root{display:flex;align-items:center;gap:12px;border:1px solid #cfd6dd;padding:14px 16px;margin-bottom:6px;background:#f9fbfc}.folder-root>div{flex:1}.folder-root strong,.folder-root small{display:block}.folder-root small{color:var(--muted);margin-top:4px}.folder-root>a,.folder-open-link{color:var(--primary);font-weight:700;font-size:12px}.folder-icon{font-size:20px;color:#6f7f92}.folder-tree{display:grid;gap:5px}.folder-group{border:1px solid #cfd6dd;background:#fff}.folder-group summary{list-style:none;display:flex;align-items:center;gap:10px;padding:11px 13px;cursor:pointer}.folder-group summary::-webkit-details-marker{display:none}.folder-group[open] .folder-toggle{transform:rotate(0deg)}.folder-group:not([open]) .folder-toggle{transform:rotate(-90deg)}.folder-toggle{transition:.15s;color:#68768a}.folder-name{flex:1;min-width:0}.folder-name strong,.folder-name small{display:block}.folder-name small{color:var(--muted);margin-top:3px;font-size:11px}.folder-count{font-size:11px;color:var(--muted);padding:5px 8px;border-radius:999px;background:#f1f4f6}.folder-open-link{padding:6px 9px;border:1px solid #b7d8ee;border-radius:5px}.folder-children{display:grid;gap:5px;padding:0 14px 12px 45px}.folder-children>a{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid #d5dbe1;background:#fff;color:#4b5669}.folder-children>a:hover{background:#f6fbfe;border-color:#a8d3ef}.folder-children>a>span:nth-child(2){flex:1}.folder-children>a strong{color:var(--primary);margin-right:7px}.folder-children>a b{color:#96a0ad}
.regulation-hero{display:flex;justify-content:space-between;align-items:center;gap:25px;border-top:4px solid var(--primary);padding:28px}.regulation-hero h2{font-size:25px;max-width:900px;margin:8px 0}.regulation-hero p{color:var(--muted);margin:0}.regulation-stats{margin-top:0}.regulation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.regulation-grid>a{display:flex;align-items:center;gap:12px;padding:13px;border:1px solid var(--line);border-radius:7px}.regulation-grid>a>b{width:45px;height:38px;border-radius:6px;background:#e8f5fd;color:var(--primary);display:flex;align-items:center;justify-content:center}.regulation-grid>a>span{flex:1}.regulation-grid strong,.regulation-grid small{display:block}.regulation-grid small{color:var(--muted);font-size:11px;margin-top:3px}.regulation-grid i{font-style:normal;color:#9aa4b2}
@media(max-width:1250px){.dashboard-stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-main-grid{grid-template-columns:1fr}.dashboard-category-panel{min-height:auto}.quick-menu-grid{grid-template-columns:repeat(2,1fr)}.regulation-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.app-shell{padding-left:0}.sidebar{width:280px}.topbar{height:62px;padding:0 15px}.topbar-title p{display:none}.topbar-actions{gap:5px}.breadcrumb{height:52px;padding:0 16px}.content{padding:18px 14px 44px}.footer{margin-left:0}.dashboard-stat-grid{grid-template-columns:1fr;gap:14px}.dashboard-stat-card,.dashboard-add-card{min-height:140px}.dashboard-main-grid{gap:14px}.quick-menu-grid{grid-template-columns:1fr}.donut-chart{width:230px;height:230px}.donut-chart:after{inset:57px}.folder-group summary{align-items:flex-start;flex-wrap:wrap}.folder-name{min-width:180px}.folder-count{margin-left:54px}.folder-open-link{margin-left:auto}.folder-children{padding-left:18px}.regulation-hero{align-items:flex-start;flex-direction:column}.regulation-grid{grid-template-columns:1fr}}
@media(max-width:460px){.topbar-title h1{font-size:15px}.topbar-icon{display:none}.dashboard-add-card>b{width:70px}.donut-chart{width:200px;height:200px}.donut-chart:after{inset:50px}}
.dashboard-table-filter{display:flex;align-items:center;gap:12px;margin-bottom:8px}.dashboard-table-filter select,.dashboard-table-filter input{height:39px;border:1px solid #d3dbe2;border-radius:5px;background:#fff;padding:8px 11px;color:var(--text)}.dashboard-table-filter select{min-width:180px}.dashboard-table-filter label{display:flex;align-items:center;gap:8px;margin-left:auto}.dashboard-table-filter label span{font-size:12px}.dashboard-table-filter input{width:225px}.dashboard-table-filter .btn{height:39px;padding:8px 12px}.dashboard-table-foot{display:flex;justify-content:space-between;align-items:center;padding-top:12px;color:var(--muted);font-size:12px}.dashboard-table-foot a{border:1px solid var(--line);padding:7px 11px;border-radius:5px;color:var(--primary)}
@media(max-width:780px){.dashboard-table-filter{align-items:stretch;flex-direction:column}.dashboard-table-filter select,.dashboard-table-filter input{width:100%}.dashboard-table-filter label{margin-left:0;display:grid;grid-template-columns:70px 1fr}.dashboard-table-filter .btn{width:100%}}

/* Arsip Statis File Manager v1.4.0 */
.static-archive-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:4px solid var(--primary);padding:25px 28px}.static-archive-hero h2{font-size:25px;margin:7px 0 8px}.static-archive-hero p{margin:0;color:var(--muted);max-width:780px;line-height:1.55}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--primary)}.static-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:10px;min-width:300px}.static-hero-stats span{padding:12px 14px;border:1px solid var(--line);border-radius:7px;background:#f8fbfd}.static-hero-stats b,.static-hero-stats small{display:block}.static-hero-stats b{font-size:18px}.static-hero-stats small{color:var(--muted);font-size:10px;margin-top:3px}.static-path{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:16px 0;padding:12px 15px;border:1px solid var(--line);border-radius:7px;background:#fff;font-size:12px}.static-path a{color:var(--primary)}.static-path span{color:#a3adba}.static-path strong{font-weight:700;color:var(--text)}.static-browser-panel{max-width:1180px}.static-search{padding-bottom:16px;border-bottom:1px solid var(--line)}.static-folder-list{display:grid;gap:6px}.static-folder-row{display:flex;align-items:center;gap:12px;min-height:59px;padding:11px 14px;border:1px solid #d1d9e0;border-radius:4px;background:#fff;color:var(--text)}.static-folder-row:hover{border-color:#9eccec;background:#f7fbfe;box-shadow:0 5px 12px rgba(34,86,123,.06)}.static-folder-icon{font-size:23px;color:#eaa600}.static-folder-copy{flex:1;min-width:0}.static-folder-copy strong,.static-folder-copy small{display:block}.static-folder-copy strong{font-size:13px}.static-folder-copy small{font-size:11px;color:var(--muted);margin-top:4px}.static-folder-action{color:var(--primary);font-size:12px;font-weight:700}.static-program-group{margin-top:22px}.static-program-group:first-of-type{margin-top:4px}.static-program-group h3{font-size:14px;margin:0 0 9px;padding:9px 12px;border-left:4px solid var(--primary);background:#f3f8fb}.static-program-row{margin-left:30px;width:calc(100% - 30px)}.static-manager-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.9fr);gap:22px;margin-bottom:22px}.static-program-summary dl,.static-metadata-panel dl{display:grid;grid-template-columns:125px minmax(0,1fr);margin:0}.static-program-summary dt,.static-program-summary dd,.static-metadata-panel dt,.static-metadata-panel dd{padding:10px 0;border-bottom:1px solid var(--line);font-size:12px}.static-program-summary dt,.static-metadata-panel dt{color:var(--muted)}.static-program-summary dd,.static-metadata-panel dd{margin:0;font-weight:600;overflow-wrap:anywhere}.static-upload-panel input[type=file]{padding:9px;background:#fff}.static-document-panel{max-width:none}.static-document-table{min-width:900px}.static-document-table td{vertical-align:middle}.static-document-table th:last-child,.static-document-table td:last-child{width:160px}.static-doc-actions{display:flex;gap:7px}.static-doc-actions .btn{padding:7px 10px;font-size:11px}.static-document-view-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(290px,.75fr);gap:22px}.static-preview-panel{min-height:600px}.static-image-preview{display:flex;align-items:center;justify-content:center;min-height:500px;padding:18px;background:#eef2f5;border-radius:7px;overflow:auto}.static-image-preview img{max-width:100%;max-height:760px;object-fit:contain;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.12)}.static-pdf-preview{width:100%;height:720px;border:1px solid var(--line);border-radius:6px;background:#eef2f5}.static-text-preview{min-height:500px;max-height:720px;overflow:auto;margin:0;padding:20px;border:1px solid var(--line);border-radius:6px;background:#fbfcfd;white-space:pre-wrap;word-break:break-word;font:13px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace}.static-generic-preview{min-height:470px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px}.static-generic-preview>span{width:90px;height:90px;border-radius:18px;background:#e9f5fd;color:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px}.static-generic-preview strong{margin-top:19px;font-size:18px;max-width:520px;overflow-wrap:anywhere}.static-generic-preview p{max-width:540px;color:var(--muted);line-height:1.6}.static-checksum{font-size:10px;font-weight:500!important;word-break:break-all}.quick-menu-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}
@media(max-width:1000px){.static-archive-hero{align-items:flex-start;flex-direction:column}.static-hero-stats{width:100%;min-width:0;grid-template-columns:repeat(4,1fr)}.static-manager-grid,.static-document-view-grid{grid-template-columns:1fr}.static-preview-panel{min-height:auto}.static-metadata-panel{order:-1}}
@media(max-width:620px){.static-hero-stats{grid-template-columns:repeat(2,1fr)}.static-program-row{margin-left:0;width:100%}.static-folder-row{align-items:flex-start}.static-folder-action{margin-left:auto}.static-program-summary dl,.static-metadata-panel dl{grid-template-columns:1fr}.static-program-summary dt,.static-metadata-panel dt{padding-bottom:2px;border-bottom:0}.static-program-summary dd,.static-metadata-panel dd{padding-top:2px}.static-pdf-preview{height:520px}.static-doc-actions{flex-direction:column}}
/* Batch upload Arsip Statis v1.4.1 */
.static-upload-summary{margin-top:9px;padding:9px 11px;border:1px dashed var(--line);border-radius:5px;background:#f8fafc;color:var(--muted);font-size:11px}.static-upload-summary.is-ready{border-color:#8fc9a4;background:#f1fbf5;color:#18733a}.static-upload-summary.is-error{border-color:#e6a1a1;background:#fff5f5;color:#a32222}.static-upload-panel button:disabled{opacity:.55;cursor:not-allowed}
