:root{
  --ih-green:#1f6b3a;--ih-green-dark:#123d24;--ih-brown:#8a5a1e;--ih-bg:#f3f6f2;--ih-card:#fff;--ih-line:#dfe7dd;--ih-muted:#637064;
}
body.ih-admin-theme{background:var(--ih-bg);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:#142018;}
.ih-admin-theme .navbar-inverse{background:linear-gradient(135deg,#102218,#1f6b3a);border:0;box-shadow:0 2px 16px rgba(0,0,0,.16)}
.ih-admin-theme .navbar-brand{display:flex;align-items:center;gap:10px;height:56px;padding:8px 16px;color:#fff!important;font-weight:800;letter-spacing:.2px;max-width:75vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ih-admin-theme .navbar-brand img{width:38px;height:38px;object-fit:contain;border-radius:50%;background:#fff;padding:2px;}
.ih-admin-theme .navbar-top-links>li>a{color:#fff!important;line-height:56px;min-height:56px;padding-top:0;padding-bottom:0;}
.ih-admin-theme .navbar-toggle{margin-top:11px;border-color:rgba(255,255,255,.45)}
.ih-admin-theme .navbar-toggle:hover,.ih-admin-theme .navbar-toggle:focus{background:rgba(255,255,255,.12)}
.ih-admin-theme .sidebar{margin-top:0px;border-right:1px solid #d6dfd5;background:#fff;box-shadow:3px 0 16px rgba(18,61,36,.08)}
.ih-admin-theme .sidebar .sidebar-search{padding:15px;background:#f6faf6;border-bottom:1px solid var(--ih-line)}
.ih-admin-theme #side-menu>li>a{color:#243226;font-weight:700;border-left:4px solid transparent;padding:12px 15px;}
.ih-admin-theme #side-menu>li>a:hover,.ih-admin-theme #side-menu>li>a:focus{background:#eef6ef;color:var(--ih-green);border-left-color:#b98a3f;text-decoration:none;}
.ih-admin-theme #side-menu>li>a.active{background:#e7f4e9;color:var(--ih-green-dark);border-left-color:var(--ih-green)}
.ih-admin-theme #side-menu .nav-second-level li a{padding:9px 15px 9px 38px;color:#405044;font-size:13.5px;}
.ih-admin-theme #side-menu .nav-second-level li a.active{font-weight:800;color:var(--ih-green);background:#f3faf4;}
.ih-admin-theme #page-wrapper{margin-top:56px;background:var(--ih-bg);min-height:calc(100vh - 56px);padding:0 22px 34px;}
.ih-admin-theme .page-header{border-bottom:1px solid #d7e2d6;color:#122418;font-weight:800;margin:20px 0 18px;padding-bottom:12px;}
.ih-admin-theme .card{background:var(--ih-card);border:1px solid var(--ih-line);border-radius:14px;box-shadow:0 8px 24px rgba(20,32,24,.06);padding:18px;margin-bottom:18px;}
.ih-admin-theme .card h1,.ih-admin-theme .card h2,.ih-admin-theme .card h3{margin-top:0;color:#16291b;}
.ih-admin-theme .grid{display:grid;gap:15px;margin-bottom:18px}.ih-admin-theme .grid.stats{grid-template-columns:repeat(4,minmax(160px,1fr))}.ih-admin-theme .grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.ih-admin-theme .stat{position:relative;overflow:hidden;border-top:4px solid var(--ih-green)}
.ih-admin-theme .stat span{display:block;color:var(--ih-muted);font-size:13px;text-transform:uppercase;letter-spacing:.04em}.ih-admin-theme .stat strong{display:block;font-size:25px;margin-top:4px;color:#102218}
.ih-admin-theme .btn{border-radius:8px;font-weight:700;border:1px solid transparent;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:8px 12px;}
.ih-admin-theme .btn.primary,.ih-admin-theme button.primary{background:var(--ih-green);color:#fff;border-color:var(--ih-green)}
.ih-admin-theme .btn.primary:hover,.ih-admin-theme button.primary:hover{background:var(--ih-green-dark);color:#fff;}
.ih-admin-theme .btn.light{background:#f7faf7;color:#173a22;border-color:#cfdcce}.ih-admin-theme .btn.light:hover{background:#eaf4ec;color:var(--ih-green-dark)}
.ih-admin-theme input,.ih-admin-theme select,.ih-admin-theme textarea{border:1px solid #cfd9ce;border-radius:9px;padding:8px 10px;background:#fff;width:100%;box-shadow:none;}
.ih-admin-theme input:focus,.ih-admin-theme select:focus,.ih-admin-theme textarea:focus{border-color:var(--ih-green);outline:0;box-shadow:0 0 0 3px rgba(31,107,58,.12)}
.ih-admin-theme label{font-weight:700;color:#314033}.ih-admin-theme label small{font-weight:400;color:var(--ih-muted)}
.ih-admin-theme .form-grid,.ih-admin-theme .filters,.ih-admin-theme .filters-wide,.ih-admin-theme .lead-filters{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;align-items:end;}
.ih-admin-theme .table-wrap{border:1px solid var(--ih-line);border-radius:12px;overflow:auto;background:#fff;margin-top:8px;}
.ih-admin-theme table{width:100%;border-collapse:collapse;background:#fff}.ih-admin-theme th{background:#edf5ee;color:#243226;text-transform:uppercase;font-size:12px;letter-spacing:.04em}.ih-admin-theme th,.ih-admin-theme td{padding:10px;border-bottom:1px solid #e2e9e1;vertical-align:top;white-space:nowrap}.ih-admin-theme tr:hover td{background:#fbfdfb}.ih-admin-theme .num{text-align:left}.ih-admin-theme .empty{text-align:center;color:var(--ih-muted);padding:24px}.ih-admin-theme .badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#edf2ef;color:#203328;font-weight:800;font-size:12px;}
.ih-admin-theme .alert{border-radius:10px;padding:12px 14px;margin:12px 0;border:1px solid}.ih-admin-theme .alert.success{background:#e9f7ee;color:#15572b;border-color:#ccebd5}.ih-admin-theme .alert.error{background:#fff1f0;color:#8c1d18;border-color:#ffd1cc}
.ih-admin-theme .section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.ih-admin-theme .quick-actions,.ih-admin-theme .actions-row,.ih-admin-theme .actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.ih-admin-theme .muted{color:var(--ih-muted)}
.ih-admin-theme .narrow{max-width:460px;margin-left:auto;margin-right:auto}.ih-admin-theme .login-panel{max-width:460px;margin:58px auto 20px}.ih-admin-theme .login-logo{text-align:center;margin-bottom:18px}.ih-admin-theme .login-logo img{width:110px;height:110px;object-fit:contain}.ih-admin-theme .login-title{text-align:center;font-size:28px;font-weight:800;margin-bottom:18px;color:#142018;}
.ih-admin-theme .ih-footer-note{color:var(--ih-muted);font-size:12px;text-align:center;padding:18px 0;}
@media(max-width:1200px){.ih-admin-theme .grid.stats{grid-template-columns:repeat(3,1fr)}.ih-admin-theme .form-grid,.ih-admin-theme .filters,.ih-admin-theme .filters-wide,.ih-admin-theme .lead-filters{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.ih-admin-theme .grid.stats{grid-template-columns:repeat(2,1fr)}.ih-admin-theme .grid.two{grid-template-columns:1fr}.ih-admin-theme .form-grid,.ih-admin-theme .filters,.ih-admin-theme .filters-wide,.ih-admin-theme .lead-filters{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.ih-admin-theme .navbar-brand{height:52px;font-size:15px}.ih-admin-theme .navbar-brand img{width:34px;height:34px}.ih-admin-theme .navbar-top-links{display:none}.ih-admin-theme .sidebar{margin-top:52px}.ih-admin-theme #page-wrapper{margin:52px 0 0!important;padding:0 12px 78px}.ih-admin-theme .page-header{font-size:24px;margin:16px 0 12px}.ih-admin-theme .card{border-radius:12px;padding:14px}.ih-admin-theme .grid.stats,.ih-admin-theme .form-grid,.ih-admin-theme .filters,.ih-admin-theme .filters-wide,.ih-admin-theme .lead-filters{grid-template-columns:1fr}.ih-admin-theme th,.ih-admin-theme td{font-size:13px;padding:9px 8px}.ih-admin-theme .navbar-collapse{max-height:calc(100vh - 52px);overflow-y:auto}.ih-admin-theme .sidebar .sidebar-search{display:none}.ih-admin-theme .section-head{align-items:flex-start}.ih-admin-theme .quick-actions .btn,.ih-admin-theme .actions-row .btn{width:100%}}
@media print{.navbar,.sidebar,.ih-footer-note{display:none!important}.ih-admin-theme #page-wrapper{margin:0!important;padding:0!important}.ih-admin-theme .card{box-shadow:none;border:0}.btn{display:none!important}}
.ih-admin-theme.ih-guest #page-wrapper{margin:56px 0 0!important;}.ih-admin-theme.ih-guest .navbar-brand{float:none}.ih-admin-theme.ih-guest .navbar-header{float:none;text-align:center}.ih-admin-theme.ih-guest .navbar-brand{display:inline-flex;float:none;}
