:root{--ng-green:#2c7030;--ng-green-dark:#205724;--ng-green-soft:#edf6ee;--ng-text:#1d211e;--ng-muted:#727a73;--ng-line:#e6e9e4;--ng-bg:#f5f7f4;--ng-card:#fff;--ng-danger:#b42318;--ng-danger-soft:#fff3f2;--ng-shadow:0 12px 36px rgba(30,55,33,.07);--ng-radius:18px}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Arial,"Helvetica Neue",sans-serif;color:var(--ng-text);background:var(--ng-bg)}body.superng-manager-body{direction:rtl;text-align:right}.superng-app-shell{min-height:100vh;display:flex;flex-direction:row}.superng-sidebar{width:260px;background:#17351b;color:#fff;position:fixed;top:0;right:0;bottom:0;display:flex;flex-direction:column;padding:26px 18px;z-index:30}.superng-sidebar-brand{padding:2px 8px 26px;border-bottom:1px solid rgba(255,255,255,.12)}.superng-sidebar-brand img{display:block;max-width:150px;max-height:50px;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:14px}.superng-sidebar-brand strong{font-size:24px;display:block;margin-bottom:8px}.superng-sidebar-brand span{font-size:12px;color:rgba(255,255,255,.68)}.superng-sidebar-nav{display:flex;flex-direction:column;gap:8px;padding-top:24px}.superng-sidebar-nav a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;color:rgba(255,255,255,.74);text-decoration:none;font-size:14px;font-weight:700;transition:.18s ease}.superng-sidebar-nav a:hover,.superng-sidebar-nav a.active{background:rgba(255,255,255,.11);color:#fff}.superng-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:17px}.superng-sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding-top:16px;display:flex;flex-direction:column;gap:5px}.superng-sidebar-footer a{color:rgba(255,255,255,.7);text-decoration:none;font-size:12px;padding:7px 8px;border-radius:8px}.superng-sidebar-footer a:hover{color:#fff;background:rgba(255,255,255,.08)}.superng-main{margin-right:260px;width:calc(100% - 260px);min-height:100vh}.superng-topbar{height:78px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--ng-line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:20}.superng-topbar-title{display:flex;flex-direction:column;gap:3px}.superng-topbar-title span{font-size:11px;color:var(--ng-muted);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.superng-topbar-title strong{font-size:16px}.superng-user-chip{display:flex;align-items:center;gap:10px}.superng-user-chip>div{display:flex;flex-direction:column}.superng-user-chip strong{font-size:13px}.superng-user-chip small{font-size:11px;color:var(--ng-muted);margin-top:2px}.superng-user-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--ng-green-soft);color:var(--ng-green);font-weight:800}.superng-menu-toggle{display:none;border:0;background:transparent;font-size:22px;cursor:pointer}.superng-content{max-width:1500px;margin:0 auto;padding:34px}.superng-page-head,.superng-detail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}.superng-page-head h1,.superng-detail-head h1{font-size:30px;line-height:1.15;margin:5px 0 7px}.superng-page-head p,.superng-detail-head p{margin:0;color:var(--ng-muted);font-size:13px}.superng-eyebrow{font-size:11px;color:var(--ng-green);font-weight:800;letter-spacing:.06em}.superng-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.superng-stat-card{background:var(--ng-card);border:1px solid var(--ng-line);border-radius:var(--ng-radius);padding:20px 22px;box-shadow:0 2px 10px rgba(30,55,33,.025);display:flex;flex-direction:column}.superng-stat-card span{font-size:12px;color:var(--ng-muted);font-weight:700}.superng-stat-card strong{font-size:30px;line-height:1;margin:16px 0 8px}.superng-stat-card small{font-size:11px;color:#99a09a}.superng-card{background:var(--ng-card);border:1px solid var(--ng-line);border-radius:var(--ng-radius);box-shadow:var(--ng-shadow)}.superng-list-card{overflow:hidden}.superng-card-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--ng-line)}.superng-filter-form{display:flex;align-items:center;gap:10px;flex:1}.superng-search-wrap{position:relative;min-width:300px;max-width:520px;flex:1}.superng-search-wrap span{position:absolute;right:13px;top:50%;transform:translateY(-50%);color:#98a099;font-size:18px}.superng-search-wrap input,.superng-filter-form select,.superng-settings-form textarea{width:100%;height:42px;border:1px solid #dfe4dd;border-radius:10px;background:#fff;color:var(--ng-text);font-size:13px;outline:none}.superng-search-wrap input{padding:0 39px 0 12px}.superng-filter-form select{width:155px;padding:0 12px}.superng-search-wrap input:focus,.superng-filter-form select:focus,.superng-settings-form textarea:focus{border-color:#8ab48d;box-shadow:0 0 0 3px rgba(44,112,48,.08)}.superng-results-count{white-space:nowrap;font-size:12px;color:var(--ng-muted)}.superng-btn{min-height:40px;border:0;border-radius:10px;padding:10px 15px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;cursor:pointer;transition:.15s ease;white-space:nowrap}.superng-btn:hover{transform:translateY(-1px)}.superng-btn-primary{background:var(--ng-green);color:#fff}.superng-btn-primary:hover{background:var(--ng-green-dark)}.superng-btn-ghost{background:#fff;color:#455046;border:1px solid #dfe4dd}.superng-btn-dark{background:#1d251e;color:#fff}.superng-btn-danger{background:var(--ng-danger);color:#fff}.superng-table-scroll{overflow-x:auto}.superng-data-table{width:100%;border-collapse:collapse;min-width:880px}.superng-data-table th{font-size:11px;text-align:right;color:#8b948c;font-weight:800;padding:14px 18px;background:#fbfcfa;border-bottom:1px solid var(--ng-line)}.superng-data-table td{padding:16px 18px;border-bottom:1px solid #eef0ed;font-size:13px;vertical-align:middle}.superng-data-table tbody tr:last-child td{border-bottom:0}.superng-data-table tbody tr:hover{background:#fbfcfa}.superng-data-table td strong{display:block;font-size:13px}.superng-data-table td small{display:block;color:var(--ng-muted);font-size:11px;margin-top:4px}.superng-request-number{color:var(--ng-green);font-weight:800;text-decoration:none}.superng-table-action{color:#334034;font-weight:800;text-decoration:none;font-size:12px}.superng-status{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.superng-status i{width:6px;height:6px;border-radius:50%;display:block}.superng-status-pending{background:#fff7e8;color:#9a6410}.superng-status-pending i{background:#d78b19}.superng-status-handled{background:var(--ng-green-soft);color:var(--ng-green)}.superng-status-handled i{background:var(--ng-green)}.superng-empty-state{padding:46px;text-align:center;display:flex;flex-direction:column;gap:7px}.superng-empty-state strong{font-size:15px}.superng-empty-state span{font-size:12px;color:var(--ng-muted)}.superng-pagination{display:flex;gap:7px;justify-content:flex-start;padding:15px 20px;border-top:1px solid var(--ng-line)}.superng-pagination a{width:34px;height:34px;border-radius:9px;border:1px solid #e0e4de;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#4d574e;font-size:12px;font-weight:800}.superng-pagination a.active{background:var(--ng-green);border-color:var(--ng-green);color:#fff}.superng-toast{background:#f0f8f1;border:1px solid #cfe2d1;color:#275b2b;border-radius:12px;padding:12px 15px;margin-bottom:20px;display:flex;align-items:center;gap:9px;font-size:12px}.superng-toast span{width:23px;height:23px;background:#dff0e1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900}.superng-back-link{color:var(--ng-green);font-size:12px;text-decoration:none;font-weight:800}.superng-detail-title-line{display:flex;align-items:center;gap:12px;margin-top:11px}.superng-detail-title-line h1{margin:0}.superng-detail-actions{display:flex;align-items:center;gap:9px}.superng-detail-actions form{margin:0}.superng-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.superng-detail-wide{grid-column:1/-1}.superng-detail-card,.superng-files-card,.superng-settings-card{padding:22px}.superng-card-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px}.superng-card-title>div{display:flex;align-items:center;gap:10px}.superng-card-title>div>span{width:29px;height:29px;border-radius:9px;background:var(--ng-green-soft);color:var(--ng-green);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900}.superng-card-title h2{font-size:15px;margin:0}.superng-files-title>strong{font-size:11px;color:var(--ng-muted)}.superng-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.superng-info-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.superng-info-item{background:#fafbf9;border:1px solid #edf0eb;border-radius:12px;padding:13px 14px;min-height:68px}.superng-info-item span{display:block;color:#8a938b;font-size:10px;margin-bottom:7px;font-weight:700}.superng-info-item strong{display:block;font-size:13px;word-break:break-word}.superng-long-text{margin-top:12px;border-top:1px solid #eef0ed;padding-top:16px}.superng-long-text span{display:block;color:#8a938b;font-size:10px;font-weight:700;margin-bottom:8px}.superng-long-text p{font-size:13px;line-height:1.75;margin:0}.superng-files-list{display:flex;flex-direction:column}.superng-file-row-item{display:grid;grid-template-columns:48px 1fr auto;gap:13px;align-items:center;padding:12px 0;border-bottom:1px solid #eef0ed}.superng-file-row-item:last-child{border-bottom:0}.superng-file-type{width:43px;height:43px;border-radius:11px;background:#f2f4f0;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:900;color:#5d675e}.superng-file-meta strong{display:block;font-size:12px}.superng-file-meta span{display:block;font-size:10px;color:#8a938b;margin-top:5px}.superng-file-download{color:var(--ng-green);font-weight:800;font-size:11px;text-decoration:none}.superng-danger-zone{margin-top:18px;background:var(--ng-danger-soft);border:1px solid #f0d1ce;border-radius:16px;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;gap:18px}.superng-danger-zone>div{display:flex;flex-direction:column;gap:5px}.superng-danger-zone strong{font-size:13px;color:#7e2018}.superng-danger-zone span{font-size:11px;color:#a35a54}.superng-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.superng-settings-wide{grid-column:1/-1}.superng-settings-card p{font-size:12px;line-height:1.7;color:var(--ng-muted);margin:0 0 18px}.superng-settings-form label{display:block;font-size:12px;font-weight:800;margin-bottom:14px}.superng-settings-form textarea{height:auto;min-height:110px;padding:12px;margin-top:7px;resize:vertical}.superng-shortcode{display:block;margin-top:16px;background:#f4f6f3;padding:11px 12px;border-radius:9px;font-size:11px;direction:ltr;text-align:left}.superng-health-good{background:var(--ng-green-soft);border:1px solid #d2e4d3;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:5px}.superng-health-good strong{font-size:13px;color:var(--ng-green)}.superng-health-good span{font-size:11px;color:#5e765f}.superng-health-list{display:flex;flex-direction:column;gap:9px}.superng-health-list>div{display:flex;gap:10px;align-items:flex-start;background:#fff8ed;border:1px solid #f0dfbf;border-radius:12px;padding:12px}.superng-health-list>div>span{width:22px;height:22px;border-radius:50%;background:#f7e5bd;color:#9b6715;display:flex;align-items:center;justify-content:center;font-weight:900}.superng-health-list p{margin:1px 0 0;color:#765826}.superng-not-found{padding:40px}.superng-not-found h1{margin-top:0}.superng-login-body{background:#f3f5f1}.superng-login-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.superng-login-brand{background:linear-gradient(145deg,#17351b,#285e2c);color:#fff;position:relative;overflow:hidden}.superng-login-brand:before,.superng-login-brand:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.045)}.superng-login-brand:before{width:520px;height:520px;right:-160px;bottom:-180px}.superng-login-brand:after{width:280px;height:280px;left:-100px;top:-70px}.superng-login-brand-inner{position:relative;z-index:2;max-width:560px;margin:0 auto;padding:80px 64px;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.superng-login-logo{max-width:170px;max-height:60px;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:46px}.superng-login-wordmark{font-size:26px;font-weight:900;margin-bottom:46px}.superng-login-kicker{font-size:11px;font-weight:800;color:#afd0b1;letter-spacing:.08em;margin-bottom:15px}.superng-login-brand h1{font-size:42px;line-height:1.15;margin:0 0 18px;max-width:500px}.superng-login-brand p{font-size:15px;line-height:1.8;color:rgba(255,255,255,.72);max-width:480px;margin:0}.superng-login-points{display:flex;gap:8px;flex-wrap:wrap;margin-top:34px}.superng-login-points span{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);padding:8px 10px;border-radius:999px;font-size:10px;color:rgba(255,255,255,.8)}.superng-login-panel-wrap{display:flex;align-items:center;justify-content:center;padding:40px}.superng-login-panel{width:min(420px,100%);background:#fff;border:1px solid #e3e7e1;border-radius:24px;box-shadow:0 24px 60px rgba(34,56,35,.1);padding:38px}.superng-login-mobile-logo{display:none}.superng-login-panel h2{font-size:25px;margin:0 0 8px}.superng-login-subtitle{font-size:12px;color:var(--ng-muted);margin:0 0 25px}.superng-login-alert{background:#fff3f2;border:1px solid #f1cfcb;color:#922c23;border-radius:10px;padding:11px 12px;font-size:11px;line-height:1.5;margin-bottom:16px}.superng-login-form{display:flex;flex-direction:column;gap:15px}.superng-login-form label{font-size:11px;font-weight:800;color:#4d574e}.superng-login-form input[type=text],.superng-login-form input[type=password]{width:100%;height:46px;border:1px solid #dfe4dd;border-radius:11px;padding:0 12px;font-size:13px;outline:none;margin-top:7px}.superng-login-form input:focus{border-color:#87b18b;box-shadow:0 0 0 3px rgba(44,112,48,.08)}.superng-login-form .superng-remember{display:flex;align-items:center;gap:7px;font-weight:400;color:var(--ng-muted)}.superng-login-form .superng-remember input{margin:0}.superng-login-form button{height:46px;border:0;border-radius:11px;background:var(--ng-green);color:#fff;font-size:13px;font-weight:900;cursor:pointer}.superng-login-form button:hover{background:var(--ng-green-dark)}.superng-back-site{display:block;text-align:center;margin-top:20px;color:#69726a;font-size:11px;text-decoration:none}@media(max-width:1100px){.superng-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.superng-info-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.superng-login-brand h1{font-size:34px}}@media(max-width:900px){.superng-sidebar{transform:translateX(100%);transition:.2s ease;box-shadow:-15px 0 40px rgba(0,0,0,.15)}.superng-sidebar.open{transform:translateX(0)}.superng-main{margin-right:0;width:100%}.superng-menu-toggle{display:block}.superng-topbar{padding:0 20px}.superng-content{padding:24px 18px}.superng-filter-form{flex-wrap:wrap}.superng-search-wrap{min-width:100%}.superng-login-shell{grid-template-columns:1fr}.superng-login-brand{display:none}.superng-login-panel-wrap{min-height:100vh;padding:24px}.superng-login-mobile-logo{display:block;margin-bottom:30px;font-weight:900;color:var(--ng-green)}.superng-login-mobile-logo img{max-width:150px;max-height:50px}.superng-login-panel{padding:30px}}@media(max-width:700px){.superng-stat-grid{grid-template-columns:1fr 1fr;gap:10px}.superng-stat-card{padding:16px}.superng-stat-card strong{font-size:24px}.superng-card-toolbar{align-items:stretch;flex-direction:column}.superng-filter-form select{width:100%;height:42px}.superng-filter-form .superng-btn{flex:1}.superng-page-head,.superng-detail-head{align-items:flex-start;flex-direction:column}.superng-detail-actions{width:100%;flex-wrap:wrap}.superng-detail-actions form,.superng-detail-actions .superng-btn{flex:1}.superng-detail-actions form .superng-btn{width:100%}.superng-detail-grid,.superng-settings-grid{grid-template-columns:1fr}.superng-detail-wide,.superng-settings-wide{grid-column:auto}.superng-info-grid,.superng-info-grid-four{grid-template-columns:1fr}.superng-danger-zone{align-items:stretch;flex-direction:column}.superng-danger-zone .superng-btn{width:100%}.superng-topbar-title span{display:none}.superng-user-chip>div{display:none}.superng-content{padding:20px 14px}.superng-page-head h1,.superng-detail-head h1{font-size:25px}.superng-file-row-item{grid-template-columns:43px 1fr}.superng-file-download{grid-column:2;justify-self:start}.superng-login-panel{border-radius:18px}.superng-login-panel-wrap{padding:16px}}@media(max-width:420px){.superng-stat-grid{grid-template-columns:1fr}.superng-topbar{height:68px}.superng-card-toolbar{padding:14px}.superng-data-table th,.superng-data-table td{padding:13px 14px}.superng-login-panel{padding:24px}}
.superng-confirm-overlay{position:fixed;inset:0;background:rgba(19,29,20,.52);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:18px;opacity:0;transition:opacity .16s ease}.superng-confirm-overlay.show{opacity:1}.superng-confirm-modal{width:min(430px,100%);background:#fff;border-radius:20px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.22);transform:translateY(8px) scale(.98);transition:transform .16s ease;text-align:right}.superng-confirm-overlay.show .superng-confirm-modal{transform:none}.superng-confirm-icon{width:42px;height:42px;border-radius:12px;background:var(--ng-danger-soft);color:var(--ng-danger);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;margin-bottom:15px}.superng-confirm-modal h3{font-size:18px;margin:0 0 9px}.superng-confirm-modal p{font-size:12px;line-height:1.75;color:var(--ng-muted);margin:0}.superng-confirm-actions{display:flex;gap:9px;justify-content:flex-start;margin-top:22px}.superng-confirm-actions .superng-btn{min-width:125px}

/* v2.1 visual refinements */
html,body,.superng-manager-body,.superng-manager-body button,.superng-manager-body input,.superng-manager-body select,.superng-manager-body textarea{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.superng-sidebar-logo-surface,.superng-login-logo-surface,.superng-login-mobile-logo-surface{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:14px;padding:9px 13px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.superng-sidebar-logo-surface{margin-bottom:13px}
.superng-sidebar-brand img{display:block;max-width:150px;max-height:58px;object-fit:contain;filter:none!important;margin:0!important}
.superng-login-logo-surface{align-self:flex-start;margin-bottom:42px}
.superng-login-logo{display:block;max-width:165px;max-height:68px;object-fit:contain;filter:none!important;margin:0!important}
.superng-login-mobile-logo-surface{padding:8px 11px}
.superng-login-mobile-logo img{display:block;max-width:145px;max-height:58px;object-fit:contain}
.superng-nav-icon svg{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.superng-row-actions{display:flex;align-items:center;gap:7px;white-space:nowrap}
.superng-row-actions form{margin:0;padding:0;display:inline-flex}
.superng-icon-action{position:relative;width:34px;height:34px;border:1px solid #dfe5dd;border-radius:10px;background:#fff;color:#536054;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;padding:0;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}
.superng-icon-action:hover{background:#f2f7f1;border-color:#bfd0bd;color:var(--ng-green);transform:translateY(-1px)}
.superng-icon-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.superng-icon-action.is-success{color:#26712d;background:#f1f8f1;border-color:#cfe1d0}
.superng-icon-action.is-muted{color:#737c74;background:#f7f8f6}
.superng-icon-action.is-danger{color:#b42318;background:#fff7f6;border-color:#efd7d4}
.superng-icon-action.is-danger:hover{background:#fff0ee;border-color:#e6beb9;color:#991b12}
.superng-icon-action[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);right:50%;transform:translateX(50%) translateY(3px);background:#172019;color:#fff;padding:6px 8px;border-radius:7px;font-size:10px;font-weight:700;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:.14s ease;z-index:50;box-shadow:0 6px 18px rgba(0,0,0,.14)}
.superng-icon-action[data-tooltip]:hover:after,.superng-icon-action[data-tooltip]:focus-visible:after{opacity:1;visibility:visible;transform:translateX(50%) translateY(0)}
.superng-data-table th:last-child,.superng-data-table td:last-child{min-width:182px}
@media(max-width:700px){.superng-row-actions{gap:5px}.superng-icon-action{width:32px;height:32px}.superng-icon-action[data-tooltip]:after{display:none}}

/* v2.2 branding + file actions */
.superng-sidebar{background:linear-gradient(180deg,#103614 0%,#124519 52%,#103614 100%);padding:20px 16px}
.superng-sidebar-brand{padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:rgba(255,255,255,.04);backdrop-filter:blur(6px);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.superng-sidebar-logo-surface{display:flex;width:100%;justify-content:center;padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f4f7f3);box-shadow:0 14px 28px rgba(0,0,0,.12);margin-bottom:16px}
.superng-sidebar-brand img{max-width:118px;max-height:78px}
.superng-sidebar-brand span{display:block;text-align:center;font-size:13px;color:rgba(255,255,255,.84);font-weight:700}
.superng-sidebar-nav{padding-top:18px}
.superng-sidebar-nav a{padding:14px 16px;border-radius:16px;font-size:14px;border:1px solid transparent}
.superng-sidebar-nav a:hover,.superng-sidebar-nav a.active{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.08);box-shadow:0 10px 24px rgba(0,0,0,.10)}
.superng-topbar-title strong{font-size:20px}
.superng-topbar-title span{font-size:10px}
.superng-page-head h1,.superng-detail-head h1{font-size:34px}
.superng-file-row-item{grid-template-columns:48px 1fr auto;gap:16px}
.superng-file-actions{display:flex;align-items:center;gap:8px}
.superng-file-action{position:relative;width:38px;height:38px;border:1px solid #dfe5dd;border-radius:11px;background:#fff;color:#536054;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}
.superng-file-action:hover{background:#f2f7f1;border-color:#bfd0bd;color:var(--ng-green);transform:translateY(-1px)}
.superng-file-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.superng-file-action[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);right:50%;transform:translateX(50%) translateY(3px);background:#172019;color:#fff;padding:6px 8px;border-radius:7px;font-size:10px;font-weight:700;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:.14s ease;z-index:50;box-shadow:0 6px 18px rgba(0,0,0,.14)}
.superng-file-action[data-tooltip]:hover:after,.superng-file-action[data-tooltip]:focus-visible:after{opacity:1;visibility:visible;transform:translateX(50%) translateY(0)}
.superng-file-download{display:none}
@media(max-width:700px){.superng-file-actions{grid-column:2;justify-self:start}.superng-file-action[data-tooltip]:after{display:none}.superng-page-head h1,.superng-detail-head h1{font-size:28px}}


/* v2.2 final management branding */
html,body,.superng-manager-body,.superng-manager-body *{font-family:"Segoe UI",Arial,Tahoma,sans-serif}
.superng-sidebar{width:276px;padding:18px 16px;background:linear-gradient(180deg,#123d18 0%,#103715 100%)}
.superng-main{margin-right:276px;width:calc(100% - 276px)}
.superng-sidebar-brand{display:grid;grid-template-columns:72px 1fr;align-items:center;gap:13px;padding:12px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(255,255,255,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 12px 32px rgba(0,0,0,.08)}
.superng-sidebar-logo-surface{width:72px;height:72px;margin:0;padding:8px;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.14);display:flex;align-items:center;justify-content:center}
.superng-sidebar-brand img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;margin:0!important;filter:none!important}
.superng-sidebar-brand-copy{min-width:0;display:flex;flex-direction:column;gap:4px}
.superng-sidebar-brand-copy strong{font-size:17px;line-height:1;color:#fff;font-weight:800;letter-spacing:.02em;margin:0}
.superng-sidebar-brand-copy span{font-size:11px;line-height:1.5;text-align:right;color:rgba(255,255,255,.68);font-weight:500}
.superng-sidebar-nav{padding-top:16px;gap:7px}
.superng-sidebar-nav a{min-height:49px;padding:0 14px;border-radius:13px;font-size:13px;font-weight:650;color:rgba(255,255,255,.76);border:1px solid transparent}
.superng-sidebar-nav a:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.07);color:#fff;box-shadow:none}
.superng-sidebar-nav a.active{background:#fff;color:#235d28;border-color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.16)}
.superng-sidebar-nav a.active .superng-nav-icon{color:#2c7030}
.superng-sidebar-footer{border-color:rgba(255,255,255,.1)}
.superng-topbar{height:74px}
.superng-topbar-title strong{font-size:18px;font-weight:750}
.superng-page-head h1,.superng-detail-head h1{font-size:32px;font-weight:760;letter-spacing:-.02em}
.superng-stat-card,.superng-card{box-shadow:0 8px 28px rgba(29,64,32,.055)}
.superng-file-actions{display:flex;align-items:center;gap:7px}
.superng-file-action{width:36px;height:36px;border-radius:10px}
.superng-file-action:focus-visible,.superng-icon-action:focus-visible{outline:2px solid #82ae85;outline-offset:2px}
@media(max-width:900px){.superng-main{margin-right:0;width:100%}.superng-sidebar{width:276px}}


/* v2.3 modern management polish */
:root{--ng-bg:#f6f8f5;--ng-line:#e7ebe5;--ng-shadow:0 10px 32px rgba(31,62,34,.055);--ng-radius:16px}
html,body,.superng-manager-body,.superng-manager-body button,.superng-manager-body input,.superng-manager-body select,.superng-manager-body textarea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important}
.superng-manager-body button,.superng-manager-body input,.superng-manager-body select,.superng-manager-body textarea{font:inherit!important}
.superng-sidebar{width:252px!important;padding:20px 15px!important;background:#153a19!important}
.superng-main{margin-right:252px!important;width:calc(100% - 252px)!important}
.superng-sidebar-brand{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:11px!important;padding:18px 12px!important;border:0!important;border-radius:18px!important;background:rgba(255,255,255,.045)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.075)!important}
.superng-sidebar-logo-surface{width:76px!important;height:76px!important;margin:0!important;padding:9px!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 24px rgba(0,0,0,.13)!important;display:flex!important;align-items:center!important;justify-content:center!important}
.superng-sidebar-brand img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;filter:none!important}
.superng-sidebar-brand-label{display:block!important;text-align:center!important;color:rgba(255,255,255,.78)!important;font-size:11px!important;font-weight:600!important;letter-spacing:0!important}
.superng-sidebar-nav{padding-top:18px!important;gap:7px!important}
.superng-sidebar-nav a{min-height:48px!important;border-radius:12px!important;padding:0 14px!important;font-size:13px!important;font-weight:650!important}
.superng-sidebar-nav a.active{background:#fff!important;color:#225c27!important;box-shadow:0 8px 20px rgba(0,0,0,.13)!important}
.superng-nav-icon{width:22px!important;height:22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.superng-nav-icon svg{width:19px!important;height:19px!important;margin:auto!important}
.superng-topbar{height:70px!important;padding:0 30px!important;background:rgba(255,255,255,.96)!important}
.superng-content{padding:30px!important;max-width:1440px!important}
.superng-page-head h1,.superng-detail-head h1{font-size:30px!important;font-weight:730!important;letter-spacing:-.02em!important}
.superng-stat-card,.superng-card{border-color:#e6eae4!important;box-shadow:var(--ng-shadow)!important}
.superng-stat-card{border-radius:15px!important;padding:19px 20px!important}
.superng-list-card{border-radius:16px!important}
.superng-card-toolbar{padding:16px 18px!important}
.superng-btn{font-family:inherit!important;font-size:12px!important;font-weight:650!important;border-radius:9px!important;min-height:40px!important;box-shadow:none!important;line-height:1.2!important}
.superng-btn:hover{transform:none!important}
.superng-detail-grid-simple{grid-template-columns:1fr!important;gap:16px!important}
.superng-detail-grid-simple .superng-detail-wide{grid-column:auto!important}
.superng-card-title-clean{margin-bottom:18px!important;padding-bottom:13px!important;border-bottom:1px solid #edf0eb!important}
.superng-card-title-clean>h2{font-size:15px!important;margin:0!important;font-weight:720!important;color:#202721!important}
.superng-card-title-clean>div{display:none!important}
.superng-info-grid-profile{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.superng-info-grid-request{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.superng-info-item{background:#fafcf9!important;border-color:#edf0eb!important;border-radius:10px!important;min-height:70px!important;padding:13px 14px!important}
.superng-info-item span{font-size:10px!important;color:#7d877f!important}
.superng-info-item strong{font-size:13px!important;font-weight:650!important}
.superng-long-text{margin-top:14px!important;padding:15px!important;border:1px solid #edf0eb!important;border-radius:10px!important;background:#fafcf9!important}
.superng-long-text span{font-size:10px!important}
.superng-files-card{padding:22px!important}
.superng-file-row-item{grid-template-columns:48px 1fr auto!important;padding:13px 0!important}
.superng-file-type{border-radius:10px!important;background:#f1f5ef!important;color:#547357!important;font-weight:700!important}
.superng-file-action{width:38px!important;height:38px!important;border-radius:10px!important;background:#fff!important}
.superng-danger-zone{border-radius:14px!important;background:#fff!important;border:1px solid #f0dddd!important;padding:18px 20px!important}
.superng-confirm-overlay{z-index:99999!important;background:rgba(19,29,20,.46)!important;backdrop-filter:blur(6px)!important}
.superng-confirm-modal{width:min(390px,100%)!important;border-radius:18px!important;padding:30px 28px 26px!important;text-align:center!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;box-shadow:0 26px 74px rgba(22,31,23,.2)!important;border:1px solid #ece5e4!important}
.superng-confirm-icon{width:52px!important;height:52px!important;border-radius:50%!important;margin:0 auto 16px!important;background:#fff3f2!important;color:#b42318!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:0!important}
.superng-confirm-icon svg{width:23px!important;height:23px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;margin:auto!important}
.superng-confirm-modal h3{text-align:center!important;font-size:19px!important;font-weight:720!important;margin:0 0 8px!important}
.superng-confirm-modal p{text-align:center!important;font-size:12px!important;line-height:1.75!important;margin:0 auto!important;max-width:310px!important}
.superng-confirm-actions{justify-content:center!important;align-items:center!important;margin-top:21px!important;gap:9px!important}
.superng-confirm-actions .superng-btn{min-width:112px!important}
/* Minimal login */
.superng-login-body{background:#f5f7f4!important;min-height:100vh!important}
.superng-login-simple-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 50% 15%,#ffffff 0,#f7f9f6 38%,#f3f6f2 100%)}
.superng-login-simple-card{width:min(390px,100%);background:#fff;border:1px solid #e4e8e2;border-radius:20px;padding:34px 34px 28px;box-shadow:0 20px 58px rgba(32,59,34,.09);text-align:right}
.superng-login-simple-logo{width:82px;height:82px;margin:0 auto 20px;padding:9px;border-radius:18px;background:#fff;border:1px solid #edf0eb;box-shadow:0 8px 24px rgba(34,69,36,.08);display:flex;align-items:center;justify-content:center}
.superng-login-simple-logo img{display:block;width:100%;height:100%;object-fit:contain}
.superng-login-simple-wordmark{text-align:center;font-size:25px;font-weight:800;color:var(--ng-green);margin-bottom:20px}
.superng-login-simple-heading{text-align:center;margin-bottom:25px}
.superng-login-simple-heading h1{margin:0 0 6px;font-size:24px;font-weight:730;letter-spacing:-.02em;color:#1d251f}
.superng-login-simple-heading p{margin:0;font-size:12px;color:#7a837b}
.superng-login-form-simple{gap:14px!important}
.superng-login-form-simple label{font-size:11px!important;font-weight:650!important;color:#485249!important}
.superng-login-form-simple input[type=text],.superng-login-form-simple input[type=password]{height:46px!important;margin-top:7px!important;border-radius:10px!important;background:#fff!important;border:1px solid #dfe4dd!important;font-size:13px!important;padding:0 13px!important}
.superng-login-form-simple input:focus{border-color:#83ad87!important;box-shadow:0 0 0 3px rgba(44,112,48,.08)!important}
.superng-login-options{display:flex;align-items:center;justify-content:space-between;margin-top:1px}
.superng-login-form-simple .superng-remember{font-size:11px!important;font-weight:400!important;color:#6f7870!important;margin:0!important}
.superng-login-form-simple button{height:46px!important;border-radius:10px!important;font-size:13px!important;font-weight:700!important;background:#2c7030!important;color:#fff!important;border:0!important;margin-top:2px!important}
.superng-login-form-simple button:hover{background:#245e28!important}
.superng-login-alert{text-align:center!important;font-size:11px!important;border-radius:10px!important}
.superng-login-simple-card .superng-back-site{margin-top:18px!important;text-align:center!important;font-size:11px!important;color:#7b847c!important}
@media(max-width:900px){.superng-main{margin-right:0!important;width:100%!important}.superng-sidebar{width:252px!important}.superng-content{padding:22px 16px!important}}
@media(max-width:760px){.superng-info-grid-profile,.superng-info-grid-request{grid-template-columns:1fr!important}.superng-detail-actions{gap:8px!important}.superng-login-simple-card{padding:30px 22px 24px!important;border-radius:17px!important}}

/* v2.4 management refinement */
.superng-sidebar{background:#143719!important;padding:18px 14px!important}
.superng-sidebar-brand{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:15px 10px 20px!important;margin:0 4px 14px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.11)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.superng-sidebar-logo-surface{width:60px!important;height:60px!important;padding:7px!important;border-radius:50%!important;background:#fff!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 5px 18px rgba(0,0,0,.14)!important;display:flex!important;align-items:center!important;justify-content:center!important}
.superng-sidebar-logo-surface img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;filter:none!important;margin:0!important}
.superng-sidebar-brand-title{display:block!important;color:#fff!important;font-size:13px!important;line-height:1.2!important;font-weight:700!important;text-align:center!important;letter-spacing:0!important}
.superng-sidebar-nav{padding-top:3px!important;gap:5px!important}
.superng-sidebar-nav a{position:relative!important;min-height:47px!important;padding:0 14px!important;border-radius:11px!important;color:rgba(255,255,255,.78)!important;font-size:13px!important;font-weight:650!important;box-shadow:none!important}
.superng-sidebar-nav a:hover{background:rgba(255,255,255,.07)!important;color:#fff!important}
.superng-sidebar-nav a.active{background:rgba(255,255,255,.12)!important;color:#fff!important;box-shadow:inset -3px 0 0 #9bc350!important}
.superng-sidebar-nav a.active .superng-nav-icon{color:#b7d26d!important}
.superng-nav-icon{color:rgba(255,255,255,.72)!important}
.superng-topbar-title span{font-size:10px!important;color:#8b948d!important;letter-spacing:.1em!important}
.superng-page-head{align-items:center!important;margin-bottom:24px!important}
.superng-page-head h1{margin:0!important}
.superng-stat-card{background:linear-gradient(180deg,#fff 0%,#fcfdfb 100%)!important}
.superng-list-card{border:1px solid #e4e9e2!important}
.superng-data-table th{background:#fafcf9!important;color:#778078!important}
.superng-data-table tbody tr:hover{background:#f8fbf7!important}
.superng-settings-page-head{margin-bottom:18px!important}
.superng-settings-page-head p{margin-top:8px!important;color:#7a837b!important;font-size:12px!important}
.superng-settings-panel{max-width:780px!important;padding:0!important;overflow:hidden!important;border-radius:16px!important}
.superng-settings-panel-head{display:grid!important;grid-template-columns:48px 1fr auto!important;align-items:center!important;gap:14px!important;padding:22px 24px!important;border-bottom:1px solid #e9ede7!important;background:#fbfcfa!important}
.superng-settings-icon{width:48px!important;height:48px!important;border-radius:13px!important;background:#edf5ed!important;color:#2c7030!important;display:flex!important;align-items:center!important;justify-content:center!important}
.superng-settings-icon svg{width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.superng-settings-panel-head h2{margin:0 0 5px!important;font-size:15px!important;font-weight:720!important;color:#202721!important}
.superng-settings-panel-head p{margin:0!important;font-size:11px!important;line-height:1.6!important;color:#7a837b!important}
.superng-settings-limit{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:28px!important;padding:0 10px!important;border-radius:999px!important;background:#f0f4ef!important;color:#667068!important;font-size:10px!important;font-weight:650!important;white-space:nowrap!important}
.superng-settings-form-clean{padding:24px!important;display:block!important}
.superng-settings-field{display:block!important;margin:0!important;color:#3c463e!important;font-size:12px!important;font-weight:650!important}
.superng-settings-label{display:inline-block!important;margin-bottom:5px!important}
.superng-settings-field small{display:block!important;margin:0 0 9px!important;color:#8b938c!important;font-size:10px!important;font-weight:400!important}
.superng-settings-form-clean textarea{display:block!important;width:100%!important;min-height:116px!important;height:auto!important;padding:13px 14px!important;border:1px solid #dde3da!important;border-radius:11px!important;background:#fff!important;color:#202721!important;font-size:13px!important;line-height:1.7!important;resize:vertical!important;direction:ltr!important;text-align:left!important;box-shadow:none!important}
.superng-settings-form-clean textarea:focus{border-color:#86ae89!important;box-shadow:0 0 0 3px rgba(44,112,48,.08)!important}
.superng-settings-actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin-top:18px!important;padding-top:18px!important;border-top:1px solid #eef1ec!important}
.superng-settings-actions>span{font-size:10px!important;color:#8b938c!important}
.superng-settings-actions .superng-btn{min-width:124px!important}
@media(max-width:760px){.superng-settings-panel-head{grid-template-columns:44px 1fr!important;padding:18px!important}.superng-settings-icon{width:44px!important;height:44px!important}.superng-settings-limit{grid-column:2!important;justify-self:start!important}.superng-settings-form-clean{padding:18px!important}.superng-settings-actions{align-items:stretch!important;flex-direction:column!important}.superng-settings-actions .superng-btn{width:100%!important}.superng-sidebar-brand{padding-top:12px!important}}

/* v2.5 navigation + centering refinements */
.superng-sidebar-brand{gap:12px!important;padding:18px 10px 22px!important}
.superng-sidebar-logo-surface{width:64px!important;height:64px!important;border-radius:18px!important;background:rgba(255,255,255,.98)!important;border:1px solid rgba(255,255,255,.9)!important;box-shadow:0 8px 22px rgba(0,0,0,.16)!important}
.superng-sidebar-brand-title{font-size:14px!important;font-weight:750!important;letter-spacing:.01em!important}
.superng-sidebar-nav a{justify-content:center!important;text-align:center!important;gap:10px!important}
.superng-sidebar-nav a span:last-child{text-align:center!important}
.superng-login-simple-card{text-align:center!important}
.superng-login-simple-heading h1,.superng-login-simple-heading p,.superng-login-alert,.superng-back-site{text-align:center!important}
.superng-login-form-simple label{text-align:right!important;display:block!important}
.superng-login-form-simple button{display:block!important;margin-right:auto!important;margin-left:auto!important;min-width:150px!important}
.superng-page-head,.superng-page-head>div{text-align:center!important;justify-content:center!important}
.superng-data-table th:last-child,.superng-data-table td:last-child{text-align:center!important}
.superng-icon-action{margin-inline:auto!important}
.superng-detail-head{text-align:center!important;align-items:center!important;justify-content:center!important}
.superng-detail-title-line{justify-content:center!important}
.superng-detail-head p,.superng-back-link{text-align:center!important;display:block!important}
.superng-detail-actions{justify-content:center!important}
.superng-btn,.superng-file-actions,.superng-danger-zone form{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important}

/* v2.6 restore the earlier management brand block */
.superng-sidebar-brand{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:11px!important;
  padding:18px 12px!important;
  margin:0 4px 16px!important;
  border:0!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.045)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.075)!important;
}
.superng-sidebar-logo-surface{
  width:76px!important;
  height:76px!important;
  margin:0!important;
  padding:9px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:0!important;
  box-shadow:0 10px 24px rgba(0,0,0,.13)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.superng-sidebar-logo-surface img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  margin:0!important;
  filter:none!important;
}
.superng-sidebar-brand-title{
  display:block!important;
  width:100%!important;
  margin:0!important;
  text-align:center!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.35!important;
}

/* v2.7 restore normal management heading alignment */
.superng-page-head,.superng-page-head>div{text-align:right!important;justify-content:space-between!important}
.superng-detail-head{text-align:right!important;align-items:flex-end!important;justify-content:space-between!important}
.superng-detail-title-line{justify-content:flex-start!important}
.superng-detail-head p,.superng-back-link{text-align:right!important}
.superng-detail-actions{justify-content:flex-start!important}
@media(max-width:700px){
  .superng-page-head,.superng-detail-head{align-items:flex-start!important}
}


/* v2.9 cleaner management menu */
.superng-sidebar{background:linear-gradient(180deg,#173f1f 0%,#113417 100%)!important;padding:18px 16px!important;box-shadow:0 0 0 1px rgba(255,255,255,.03) inset!important}
.superng-sidebar-brand{margin:0 2px 18px!important;padding:16px 14px 18px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:18px!important;background:rgba(255,255,255,.04)!important;backdrop-filter:blur(2px)!important}
.superng-sidebar-logo-surface{width:56px!important;height:56px!important;border-radius:14px!important;background:#fff!important;border:1px solid rgba(255,255,255,.86)!important;box-shadow:0 10px 24px rgba(0,0,0,.14)!important}
.superng-sidebar-brand-title{font-size:15px!important;font-weight:700!important;color:#fff!important}
.superng-sidebar-nav{gap:8px!important}
.superng-sidebar-nav a{justify-content:flex-start!important;text-align:right!important;min-height:48px!important;padding:0 14px!important;border-radius:14px!important;background:transparent!important;color:rgba(255,255,255,.82)!important;transition:background-color .16s ease,color .16s ease,transform .16s ease!important}
.superng-sidebar-nav a:hover{background:rgba(255,255,255,.08)!important;color:#fff!important;transform:translateX(-1px)!important}
.superng-sidebar-nav a.active{background:#fff!important;color:#173f1f!important;box-shadow:0 10px 28px rgba(0,0,0,.12)!important}
.superng-sidebar-nav a.active .superng-nav-icon{color:#2c7030!important}
.superng-nav-icon{width:20px!important;height:20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:rgba(255,255,255,.78)!important}
.superng-sidebar-footer{padding:16px 8px 4px!important;border-top:1px solid rgba(255,255,255,.08)!important;margin-top:18px!important}
.superng-sidebar-footer a{color:rgba(255,255,255,.8)!important;font-size:12px!important}


/* v2.9.2 final management menu cleanup */
.superng-sidebar{background:linear-gradient(180deg,#163d1d 0%,#102f16 100%)!important;padding:22px 16px 18px!important}
.superng-sidebar-brand{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin:0 0 18px!important;padding:4px 0 18px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.10)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.superng-sidebar-logo-surface{display:flex!important;align-items:center!important;justify-content:center!important;width:auto!important;height:auto!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.superng-sidebar-logo-surface img{display:block!important;max-width:112px!important;max-height:70px!important;width:auto!important;height:auto!important;object-fit:contain!important;margin:0 auto!important;filter:none!important}
.superng-sidebar-brand-title{display:block!important;margin:0!important;color:#fff!important;font-size:15px!important;line-height:1.2!important;font-weight:700!important;text-align:center!important;letter-spacing:0!important}
.superng-sidebar-nav{padding-top:8px!important;gap:8px!important}
.superng-sidebar-nav a{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;min-height:46px!important;padding:0 14px!important;border-radius:12px!important;background:transparent!important;color:rgba(255,255,255,.86)!important;text-align:right!important;transition:background-color .16s ease,color .16s ease!important}
.superng-sidebar-nav a:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}
.superng-sidebar-nav a.active{background:rgba(255,255,255,.14)!important;color:#fff!important;box-shadow:none!important}
.superng-nav-icon{width:18px!important;height:18px!important;color:currentColor!important}
.superng-sidebar-footer{margin-top:auto!important;padding:18px 0 0!important;border-top:1px solid rgba(255,255,255,.10)!important;display:flex!important;flex-direction:column!important;gap:8px!important}
.superng-sidebar-footer a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:0 12px!important;border-radius:10px!important;background:rgba(255,255,255,.06)!important;color:rgba(255,255,255,.88)!important;text-decoration:none!important;font-size:12px!important;font-weight:700!important}
.superng-sidebar-footer a:hover{background:rgba(255,255,255,.12)!important;color:#fff!important}


/* v2.9.3 minimalist management navigation */
.superng-sidebar{
    background:#14391b!important;
    padding:24px 18px 18px!important;
}
.superng-sidebar-brand{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    margin:0 0 20px!important;
    padding:2px 0 20px!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
.superng-sidebar-logo-surface{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:78px!important;
    height:78px!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}
.superng-sidebar-logo-surface img{
    display:block!important;
    width:72px!important;
    height:72px!important;
    max-width:72px!important;
    max-height:72px!important;
    object-fit:contain!important;
    margin:0 auto!important;
    filter:brightness(0) invert(1)!important;
    opacity:.96!important;
}
.superng-sidebar-brand-title{
    display:block!important;
    margin:0!important;
    color:#fff!important;
    font-size:14px!important;
    line-height:1.2!important;
    font-weight:700!important;
    text-align:center!important;
}
.superng-sidebar-nav{gap:5px!important;padding-top:2px!important}
.superng-sidebar-nav a{
    position:relative!important;
    min-height:46px!important;
    padding:0 14px!important;
    border-radius:10px!important;
    background:transparent!important;
    color:rgba(255,255,255,.76)!important;
    font-size:13px!important;
    font-weight:650!important;
    box-shadow:none!important;
}
.superng-sidebar-nav a:hover{background:rgba(255,255,255,.06)!important;color:#fff!important}
.superng-sidebar-nav a.active{background:rgba(255,255,255,.10)!important;color:#fff!important;box-shadow:none!important}
.superng-sidebar-nav a.active::before{
    content:'';position:absolute;right:0;top:12px;bottom:12px;width:3px;border-radius:3px;background:#a9c837;
}
.superng-nav-icon{width:19px!important;height:19px!important;color:currentColor!important}
.superng-sidebar-footer{
    margin-top:auto!important;
    padding:16px 0 0!important;
    border-top:1px solid rgba(255,255,255,.10)!important;
    display:flex!important;
    flex-direction:column!important;
    gap:2px!important;
}
.superng-sidebar-footer a{
    min-height:38px!important;
    padding:0 10px!important;
    border-radius:8px!important;
    background:transparent!important;
    color:rgba(255,255,255,.68)!important;
    font-size:12px!important;
    font-weight:600!important;
}
.superng-sidebar-footer a:hover{background:rgba(255,255,255,.06)!important;color:#fff!important}


/* v2.9.4 active menu item without frame */
.superng-sidebar-nav a{border:0!important;box-shadow:none!important}
.superng-sidebar-nav a.active{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    color:#ffffff!important;
    font-weight:800!important;
}
.superng-sidebar-nav a.active .superng-nav-icon{color:#b7d26d!important}
.superng-sidebar-nav a:hover{box-shadow:none!important}

/* v2.9.6 — management action spacing + centered requests label only */
.superng-row-actions{gap:3px!important}
.superng-data-table th:last-child,.superng-data-table td:last-child{min-width:158px!important}
.superng-sidebar-nav a:first-child{position:relative!important;justify-content:center!important;text-align:center!important}
.superng-sidebar-nav a:first-child .superng-nav-icon{position:absolute!important;right:14px!important}
.superng-sidebar-nav a:first-child span:last-child{display:block!important;width:100%!important;text-align:center!important}
@media(max-width:700px){.superng-row-actions{gap:3px!important}}


/* v2.9.8 management spacing + centered first nav text */
.superng-row-actions{gap:1px!important}
.superng-row-actions form{margin:0!important}
.superng-icon-action{margin:0!important}
.superng-sidebar-nav a:first-child{position:relative!important;justify-content:center!important;text-align:center!important;padding-right:38px!important;padding-left:14px!important}
.superng-sidebar-nav a:first-child .superng-nav-icon{position:absolute!important;right:14px!important;left:auto!important;margin:0!important}
.superng-sidebar-nav a:first-child span:last-child{display:block!important;width:100%!important;text-align:center!important;margin:0 auto!important}


/* v2.9.9 nav alignment + action spacing */
.superng-row-actions{gap:6px!important}
.superng-sidebar-nav a{justify-content:flex-start!important;text-align:right!important;padding-right:14px!important;padding-left:14px!important}
.superng-sidebar-nav a .superng-nav-icon{position:static!important;right:auto!important;left:auto!important;margin:0!important;flex:0 0 18px!important}
.superng-sidebar-nav a span:last-child{display:block!important;flex:1 1 auto!important;width:auto!important;text-align:right!important;margin:0!important}
.superng-sidebar-nav a:first-child{justify-content:flex-start!important;text-align:right!important;padding-right:14px!important;padding-left:14px!important}
.superng-sidebar-nav a:first-child .superng-nav-icon{position:static!important;right:auto!important;left:auto!important;margin:0!important}
.superng-sidebar-nav a:first-child span:last-child{text-align:right!important;width:auto!important;margin:0!important}
