:root{--green-900: #07382f;--green-800: #0b4a3f;--green-600: #15824f;--green-500: #1f9d55;--gold: #f4c400;--gold-soft: #fff6cc;--bg: #f4f6f8;--card: #ffffff;--text: #17231f;--muted: #667085;--line: #e4e7ec;--shadow: 0 12px 30px rgba(15, 23, 42, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.center-screen{min-height:100vh;display:grid;place-items:center}.sidebar{width:286px;background:linear-gradient(180deg,var(--green-900),#052720);color:#fff;position:fixed;inset:0 auto 0 0;padding:18px 14px;z-index:50;overflow-y:auto}.brand{display:flex;align-items:center;gap:12px;padding:12px 10px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--gold);color:var(--green-900);font-weight:900;font-size:1.45rem}.zcc-brand-mark{font-size:.9rem;letter-spacing:-.04em;line-height:1}.brand span{display:block;color:#ffffffa6;font-size:.82rem;margin-top:2px}.sidebar nav{display:grid;gap:4px;margin-top:16px}.sidebar a{display:flex;align-items:center;gap:10px;padding:12px 13px;border-radius:12px;color:#ffffffc7;transition:.2s ease}.sidebar a:hover,.sidebar a.active{background:#f4c40026;color:#fff}.sidebar a.active{border-left:4px solid var(--gold)}.main{flex:1;margin-left:286px;min-width:0}.topbar{position:sticky;top:0;z-index:20;min-height:86px;background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 28px}.topbar:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--gold)}.topbar h1{margin:0;font-size:1.25rem}.topbar p{margin:4px 0 0;color:var(--muted);font-size:.9rem}.topbar-title{min-width:0;flex:1}.topbar-logout{border:0;border-radius:999px;padding:10px 16px;background:var(--green-900);color:#fff;font-weight:900;white-space:nowrap;box-shadow:0 8px 24px #0f172a1a}.topbar-logout:hover{transform:translateY(-1px)}.user-pill{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid var(--line);border-radius:999px;padding:7px 8px 7px 14px;white-space:nowrap}.user-pill small{color:var(--muted)}.user-pill button,.menu-btn,.mobile-close{border:0;background:var(--green-900);color:#fff;border-radius:999px;padding:8px 12px}.content{padding:28px;max-width:1480px;margin:0 auto}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.page-header h2{margin:0;font-size:clamp(1.45rem,2vw,2rem)}.page-header p{margin:6px 0 0;color:var(--muted)}.actions{display:flex;gap:10px;flex-wrap:wrap}.card{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:20px;margin-bottom:18px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.card-head h2{margin:0;font-size:1.1rem}.grid{display:grid;gap:16px}.grid.stats{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.stat{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid var(--line);border-radius:18px;padding:18px;min-height:112px}.stat span{color:var(--muted);font-size:.88rem}.stat strong{display:block;font-size:clamp(1.5rem,3vw,2.15rem);margin-top:8px}.stat small{display:inline-block;color:var(--green-600);margin-top:5px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:14px}.search{flex:1;min-width:220px}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:11px 12px;background:#fff;color:var(--text);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--green-500);box-shadow:0 0 0 4px #1f9d551f}label{display:grid;gap:7px;color:#344054;font-weight:600;font-size:.9rem}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.btn{border:0;border-radius:12px;padding:11px 14px;background:var(--green-600);color:#fff;font-weight:700;display:inline-flex;align-items:center;gap:8px}.btn.gold{background:var(--gold);color:var(--green-900)}.btn.secondary{background:#eef2f7;color:#344054}.btn.danger{background:#dc2626}.btn:disabled{opacity:.5;cursor:not-allowed}.table-wrap{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:16px}table{width:100%;border-collapse:collapse;min-width:760px;background:#fff}th,td{padding:13px 14px;text-align:left;border-bottom:1px solid var(--line);font-size:.92rem;vertical-align:top}th{color:#475467;background:#f8fafc;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}tr:hover td{background:#fcfcfd}.empty{text-align:center;color:var(--muted);padding:34px}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:.78rem;font-weight:700}.badge.green{background:#dcfce7;color:#166534}.badge.gold{background:var(--gold-soft);color:#854d0e}.badge.red{background:#fee2e2;color:#991b1b}.badge.grey{background:#eef2f7;color:#344054}.pager{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:14px}.pager button{border:1px solid var(--line);background:#fff;padding:8px 12px;border-radius:10px}.login-page,.landing-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(244,196,0,.18),transparent 28%),linear-gradient(135deg,var(--green-900),#041f1a);display:grid;place-items:center;padding:24px}.login-card{width:min(460px,100%);background:#fff;border-radius:28px;padding:30px;box-shadow:0 30px 80px #00000040}.login-card h1{margin:0;font-size:1.9rem}.login-card p{color:var(--muted)}.login-logo{width:64px;height:64px;border-radius:20px;background:var(--gold);display:grid;place-items:center;font-weight:900;color:var(--green-900);margin-bottom:16px}.landing-card{max-width:1100px;width:100%;color:#fff}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.module-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:24px;padding:22px}.module-card strong{display:block;font-size:1.1rem;margin-bottom:8px}.menu-btn,.mobile-close{display:none}.error-text{color:#b42318;margin-top:8px}.success-text{color:#166534;margin-top:8px}.pdf-frame{width:100%;height:min(78vh,880px);border:0;border-radius:18px;background:#fff}@media(max-width:1100px){.grid.stats,.form-grid,.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.module-grid{grid-template-columns:1fr}}@media(max-width:820px){.sidebar{transform:translate(-100%);transition:.25s ease;width:min(86vw,320px)}.sidebar.open{transform:translate(0)}.main{margin-left:0}.menu-btn,.mobile-close{display:inline-flex}.brand{justify-content:space-between}.topbar{align-items:flex-start;padding:14px}.topbar p{display:none}.topbar-logout{padding:9px 13px}.content{padding:16px}.page-header{align-items:flex-start;flex-direction:column}.grid.stats,.grid.two,.grid.three,.form-grid{grid-template-columns:1fr}.card{border-radius:18px;padding:16px}}.clean-login-card{text-align:left}.login-intro{text-align:center;margin-bottom:20px}.login-intro h1{margin:0;font-size:1.95rem;line-height:1.1}.login-intro p{max-width:390px;margin:12px auto 0;color:#667085;line-height:1.35}.login-submit{justify-content:center;width:100%}.public-account-panel{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:grid;gap:9px;text-align:center;color:#475467}.public-account-panel strong{color:var(--green-900);font-size:1rem}.public-account-panel span{font-size:.9rem;line-height:1.35}.public-account-link{justify-content:center;width:100%;margin-top:4px}.public-register-card{width:min(980px,100%)}.public-register-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.public-register-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:18px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:22px;background:#041f1ab8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-card{width:min(480px,100%);background:#fff;border-radius:26px;box-shadow:0 30px 90px #00000057;padding:28px}.force-password-card{text-align:center}.modal-icon{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 12px;border-radius:20px;background:var(--gold-soft);font-size:1.8rem}.modal-card h2{margin:0;font-size:1.45rem;color:var(--green-900)}.modal-muted{margin:10px auto 18px;color:var(--muted);line-height:1.4}.force-password-card label{text-align:left}.modal-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:4px}.public-dashboard-page{min-height:100vh;background:var(--bg)}.public-topbar{min-height:96px;background:linear-gradient(135deg,var(--green-900),#041f1a);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 28px;border-bottom:5px solid var(--gold)}.public-topbar h1{margin:0;font-size:clamp(1.45rem,2vw,2.1rem)}.public-topbar p{margin:6px 0 0;color:#ffffffc7}.public-dashboard-content{max-width:1180px;margin:0 auto;padding:28px}.public-profile-card strong{display:block;margin-top:5px;font-size:1rem}.label-muted{display:inline-block;color:var(--muted);font-size:.84rem;margin-bottom:2px}@media(max-width:820px){.public-register-grid{grid-template-columns:1fr}.public-register-actions{justify-content:stretch}.public-register-actions .btn{justify-content:center;width:100%}.public-topbar{align-items:flex-start;flex-direction:column;padding:18px}.public-dashboard-content{padding:16px}}.public-landing-card{max-width:1120px}.landing-kicker{display:inline-flex;align-items:center;margin-bottom:12px;padding:7px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff17;color:#ffffffe0;font-size:.82rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.public-landing-card h1{margin:0;font-size:clamp(2rem,4vw,3.1rem);line-height:1.04}.landing-lead{max-width:820px;margin:14px 0 0;color:#ffffffd1;line-height:1.55;font-size:1.02rem}.public-module-grid .module-card p{color:#ffffffd1;line-height:1.35}.landing-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.landing-actions .btn{min-width:145px;justify-content:center}.landing-secondary{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.18)}.login-help-row{display:flex;justify-content:flex-end;margin-top:-8px}.login-help-row a{color:var(--green-600);font-weight:800;font-size:.9rem}.generic-account-panel strong{color:var(--green-900)}.reset-success-panel{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534;border-radius:16px;padding:14px;line-height:1.4}.temporary-password-box{display:grid;gap:7px;margin-top:12px;padding:12px;border:1px dashed #86efac;border-radius:14px;background:#fff;color:#344054}.temporary-password-box span{font-size:.82rem;font-weight:800;color:#166534;text-transform:uppercase;letter-spacing:.03em}.temporary-password-box code{display:inline-flex;align-items:center;justify-content:center;width:100%;border-radius:10px;background:#f8fafc;border:1px solid var(--line);padding:10px;font-weight:900;color:var(--green-900);font-size:1.05rem}.temporary-password-box small{color:#667085}@media(max-width:820px){.public-landing-card{text-align:center}.landing-lead{margin-left:auto;margin-right:auto}.landing-actions{justify-content:center}.landing-actions .btn{width:100%}.login-help-row{justify-content:center}}.public-member-shell{min-height:100vh;background:var(--bg)}.public-member-sidebar{position:fixed;inset:0 auto 0 0;width:304px;z-index:55;display:flex;flex-direction:column;gap:14px;padding:18px 14px;overflow-y:auto;color:#fff;background:linear-gradient(180deg,var(--green-900),#041f1a);box-shadow:18px 0 45px #0f172a29}.public-sidebar-brand{display:flex;align-items:center;gap:12px;padding:10px 8px 18px;border-bottom:1px solid rgba(255,255,255,.12)}.public-sidebar-brand .public-zcc-mark{font-size:.9rem;letter-spacing:-.04em;line-height:1}.public-sidebar-brand strong{display:block;line-height:1.1}.public-sidebar-brand span{display:block;margin-top:4px;color:#ffffffa8;font-size:.84rem}.public-sidebar-nav{display:grid;gap:7px}.public-sidebar-nav button{width:100%;border:1px solid transparent;border-radius:16px;background:transparent;color:#ffffffc7;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;padding:11px 10px;text-align:left;transition:.2s ease}.public-sidebar-nav button:hover,.public-sidebar-nav button.active{color:#fff;background:#f4c40024;border-color:#f4c40033}.public-sidebar-nav button.active{box-shadow:inset 4px 0 0 var(--gold)}.public-sidebar-nav strong{display:block;font-size:.94rem}.public-sidebar-nav small{display:block;margin-top:2px;color:#ffffff94;font-size:.76rem}.public-sidebar-nav em{min-width:24px;height:24px;display:inline-grid;place-items:center;border-radius:999px;background:var(--gold);color:var(--green-900);font-size:.75rem;font-style:normal;font-weight:900}.public-nav-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:#ffffff1a}.public-sidebar-footer{margin-top:auto;display:grid;gap:8px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff14}.public-sidebar-footer span{color:#ffffff9e;font-size:.78rem}.public-sidebar-footer strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-sidebar-footer button{border:0;border-radius:999px;padding:9px 12px;background:#fff;color:var(--green-900);font-weight:900}.public-member-main{min-height:100vh;margin-left:304px}.public-member-topbar{position:sticky;top:0;z-index:30;min-height:88px;padding:18px 28px;border-bottom:5px solid var(--gold)}.public-member-topbar .menu-btn{background:#ffffff24;border:1px solid rgba(255,255,255,.18)}.public-member-topbar .user-pill{color:var(--text)}.public-dashboard-content{max-width:1220px}.section-kicker{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;padding:6px 10px;background:var(--gold-soft);color:#854d0e;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.public-welcome-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;padding:24px;border-radius:26px;background:radial-gradient(circle at top right,rgba(244,196,0,.26),transparent 34%),linear-gradient(135deg,#fff,#f8fafc);border:1px solid var(--line);box-shadow:var(--shadow)}.public-welcome-card h2{margin:10px 0 8px;font-size:clamp(1.55rem,3vw,2.35rem);color:var(--green-900)}.public-welcome-card p{max-width:760px;margin:0;color:var(--muted);line-height:1.5}.public-welcome-status{min-width:160px;display:grid;justify-items:end;gap:8px}.public-welcome-status span{color:var(--muted);font-size:.84rem}.public-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.public-stat-card,.public-feature-card{width:100%;border:1px solid var(--line);border-radius:20px;background:#fff;text-align:left;box-shadow:var(--shadow);transition:.2s ease}.public-stat-card{min-height:138px;padding:18px}.public-stat-card:hover,.public-feature-card:hover{transform:translateY(-2px);border-color:#1f9d5561}.public-stat-card span{color:var(--muted);font-size:.86rem}.public-stat-card strong{display:block;margin-top:10px;color:var(--green-900);font-size:clamp(1.35rem,2vw,1.9rem)}.public-stat-card small{display:block;margin-top:8px;color:var(--muted);line-height:1.35}.public-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.public-feature-card{display:grid;gap:9px;min-height:156px;padding:20px}.public-feature-card span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--gold-soft);font-size:1.2rem}.public-feature-card strong{color:var(--green-900);font-size:1.02rem}.public-feature-card small{color:var(--muted);line-height:1.4}.public-info-grid>div{border:1px solid var(--line);border-radius:18px;padding:16px;background:linear-gradient(180deg,#fff,#f9fafb)}.public-info-grid strong{color:var(--green-900)}.public-info-grid p{margin:8px 0 0;color:var(--muted);line-height:1.45}.public-empty-panel{padding:28px;border:1px dashed #cbd5e1;border-radius:18px;background:#f8fafc;text-align:center}.public-empty-panel strong{color:var(--green-900)}.public-empty-panel p{max-width:720px;margin:10px auto 0;color:var(--muted);line-height:1.5}.public-note-panel{margin-top:16px;padding:14px 16px;border-radius:16px;background:var(--gold-soft);color:#854d0e;line-height:1.45}.public-sidebar-scrim{display:none}@media(max-width:1180px){.public-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-feature-grid{grid-template-columns:1fr}}@media(max-width:900px){.public-member-sidebar{transform:translate(-105%);transition:.25s ease;width:min(88vw,318px)}.public-member-sidebar.open{transform:translate(0)}.public-member-main{margin-left:0}.public-sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:54;display:block;border:0;background:#041f1a94}.public-welcome-card{align-items:flex-start;flex-direction:column}.public-welcome-status{justify-items:start}}@media(max-width:640px){.public-member-topbar{padding:14px 16px}.public-member-topbar .user-pill{display:none}.public-stat-grid,.public-feature-grid,.public-info-grid,.grid.two.public-info-grid,.grid.three.public-info-grid{grid-template-columns:1fr}.public-welcome-card{padding:18px;border-radius:20px}}@media(max-width:900px){.public-member-topbar .menu-btn,.public-sidebar-brand .mobile-close{display:inline-flex}.public-sidebar-brand .mobile-close{margin-left:auto}}.public-card-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.public-topbar-title{min-width:0;flex:1}.public-topbar-logout{border:0;border-radius:999px;padding:10px 16px;background:#fff;color:var(--green-900);font-weight:900;box-shadow:0 8px 24px #0f172a1f;white-space:nowrap}.public-topbar-logout:hover{transform:translateY(-1px)}.public-member-topbar .public-sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;border-radius:14px;padding:0 12px;font-size:1.18rem}.public-announcement-list{display:grid;gap:12px}.public-announcement-item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px}.public-announcement-item.unread{border-color:#f4c40080;background:linear-gradient(135deg,#fff,#fffbeb);box-shadow:0 12px 26px #854d0e14}.public-announcement-item strong{color:var(--green-900)}.public-announcement-item p{margin:8px 0 0;color:var(--muted);line-height:1.45}.public-announcement-item small{display:inline-block;margin-top:10px;color:#667085}.public-unread-dot{flex:0 0 auto;border-radius:999px;padding:5px 9px;background:var(--gold);color:var(--green-900);font-size:.72rem;font-weight:900}.public-member-shell.sidebar-collapsed .public-member-sidebar{width:88px;padding-left:12px;padding-right:12px;overflow-x:hidden}.public-member-shell.sidebar-collapsed .public-member-main{margin-left:88px}.public-member-shell.sidebar-collapsed .public-sidebar-brand{justify-content:center;padding-left:0;padding-right:0}.public-member-shell.sidebar-collapsed .public-sidebar-brand>div:not(.brand-mark),.public-member-shell.sidebar-collapsed .public-sidebar-nav button>span:not(.public-nav-icon),.public-member-shell.sidebar-collapsed .public-sidebar-footer span,.public-member-shell.sidebar-collapsed .public-sidebar-footer strong{display:none}.public-member-shell.sidebar-collapsed .public-sidebar-nav button{grid-template-columns:1fr;justify-items:center;padding:11px 8px;position:relative}.public-member-shell.sidebar-collapsed .public-sidebar-nav em{position:absolute;top:4px;right:4px;min-width:20px;height:20px;font-size:.68rem}.public-member-shell.sidebar-collapsed .public-sidebar-nav button.active{box-shadow:inset 0 -4px 0 var(--gold)}.public-member-shell.sidebar-collapsed .public-sidebar-footer{padding:10px}.public-member-shell.sidebar-collapsed .public-sidebar-footer button{width:100%;min-height:40px;padding:0;font-size:0}.public-member-shell.sidebar-collapsed .public-sidebar-footer button:before{content:"⏻";font-size:1rem}@media(max-width:1180px){.public-member-sidebar{width:280px}.public-member-main{margin-left:280px}.public-member-shell.sidebar-collapsed .public-member-sidebar{width:82px}.public-member-shell.sidebar-collapsed .public-member-main{margin-left:82px}}@media(max-width:900px){.public-member-shell.sidebar-collapsed .public-member-main,.public-member-main{margin-left:0}.public-member-shell.sidebar-collapsed .public-member-sidebar,.public-member-sidebar{width:min(88vw,318px)}.public-member-shell.sidebar-collapsed .public-sidebar-brand>div:not(.brand-mark),.public-member-shell.sidebar-collapsed .public-sidebar-nav button>span:not(.public-nav-icon),.public-member-shell.sidebar-collapsed .public-sidebar-footer span,.public-member-shell.sidebar-collapsed .public-sidebar-footer strong{display:block}.public-member-shell.sidebar-collapsed .public-sidebar-nav button{grid-template-columns:36px 1fr auto;justify-items:stretch;padding:11px 10px}.public-member-shell.sidebar-collapsed .public-sidebar-nav em{position:static;min-width:24px;height:24px;font-size:.75rem}.public-member-shell.sidebar-collapsed .public-sidebar-footer button{width:auto;min-height:0;padding:9px 12px;font-size:inherit}.public-member-shell.sidebar-collapsed .public-sidebar-footer button:before{content:none}.public-member-topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.public-member-topbar .public-topbar-title p{display:none}}@media(max-width:900px){.public-topbar-logout{display:none}}@media(max-width:640px){.public-member-topbar{grid-template-columns:auto 1fr}.public-card-actions{width:100%;justify-content:flex-start}.public-announcement-item{flex-direction:column}.public-unread-dot{align-self:flex-start}}.app-shell{display:flex;min-height:100vh}.app-shell .sidebar{display:flex;flex-direction:column;gap:14px;transition:width .25s ease,padding .25s ease,transform .25s ease}.app-shell .sidebar nav{flex:0 0 auto}.app-shell .main{transition:margin-left .25s ease}.topbar .menu-btn{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;border-radius:14px;padding:0 12px;background:#eef2f7;color:var(--green-900);box-shadow:none}.topbar .menu-btn:hover{background:#e4e7ec;transform:translateY(-1px)}.sidebar-footer{margin-top:auto;display:grid;gap:8px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff14}.sidebar-footer span{color:#ffffff9e;font-size:.78rem}.sidebar-footer strong{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-footer button{border:0;border-radius:999px;padding:9px 12px;background:#fff;color:var(--green-900);font-weight:900}.sidebar-scrim{display:none}.app-shell.sidebar-collapsed .sidebar{width:88px;padding-left:12px;padding-right:12px;overflow-x:hidden}.app-shell.sidebar-collapsed .main{margin-left:88px}.app-shell.sidebar-collapsed .brand{justify-content:center;padding-left:0;padding-right:0}.app-shell.sidebar-collapsed .brand>div:not(.brand-mark){display:none}.app-shell.sidebar-collapsed .sidebar a{justify-content:center;padding:12px 8px;border-left:0}.app-shell.sidebar-collapsed .sidebar a span{display:none}.app-shell.sidebar-collapsed .sidebar a.active{border-left:0;box-shadow:inset 0 -4px 0 var(--gold)}.app-shell.sidebar-collapsed .sidebar-footer{padding:10px}.app-shell.sidebar-collapsed .sidebar-footer span,.app-shell.sidebar-collapsed .sidebar-footer strong{display:none}.app-shell.sidebar-collapsed .sidebar-footer button{width:100%;min-height:40px;padding:0;font-size:0}.app-shell.sidebar-collapsed .sidebar-footer button:before{content:"⏻";font-size:1rem}@media(max-width:1180px)and (min-width:821px){.app-shell .sidebar{width:266px}.app-shell .main{margin-left:266px}.app-shell.sidebar-collapsed .sidebar{width:82px}.app-shell.sidebar-collapsed .main{margin-left:82px}}@media(max-width:820px){.app-shell .sidebar,.app-shell.sidebar-collapsed .sidebar{width:min(86vw,320px);padding:18px 14px;transform:translate(-105%)}.app-shell .sidebar.open,.app-shell.sidebar-collapsed .sidebar.open{transform:translate(0)}.app-shell .main,.app-shell.sidebar-collapsed .main{margin-left:0}.app-shell.sidebar-collapsed .brand{justify-content:space-between;padding:12px 10px 20px}.app-shell.sidebar-collapsed .brand>div:not(.brand-mark){display:block}.app-shell.sidebar-collapsed .sidebar a{justify-content:flex-start;padding:12px 13px}.app-shell.sidebar-collapsed .sidebar a span{display:inline}.app-shell.sidebar-collapsed .sidebar a.active{border-left:4px solid var(--gold);box-shadow:none}.app-shell.sidebar-collapsed .sidebar-footer{padding:14px}.app-shell.sidebar-collapsed .sidebar-footer span,.app-shell.sidebar-collapsed .sidebar-footer strong{display:block}.app-shell.sidebar-collapsed .sidebar-footer button{width:auto;min-height:0;padding:9px 12px;font-size:inherit}.app-shell.sidebar-collapsed .sidebar-footer button:before{content:none}.app-shell .sidebar.open+.sidebar-scrim,.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:49;display:block;border:0;background:#041f1a94}.mobile-close{display:inline-flex;margin-left:auto}.topbar{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px}.topbar-title{min-width:0}.topbar-title h1{font-size:clamp(1.25rem,5.4vw,1.65rem);white-space:normal}.topbar-title p,.topbar-logout{display:none}}@media(max-width:640px){.topbar{min-height:76px;padding:12px 14px}.content{padding:14px}}.sidebar,.public-member-sidebar{scrollbar-width:none;-ms-overflow-style:none}.sidebar::-webkit-scrollbar,.public-member-sidebar::-webkit-scrollbar{width:0;height:0;display:none}.notice-panel{margin:0 0 16px;padding:12px 14px;border:1px solid #bbf7d0;border-radius:14px;background:#f0fdf4;color:#166534;font-weight:700}.role-chip-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.role-chip-list button{border:1px solid var(--line);border-radius:16px;padding:12px;background:#fff;text-align:left;transition:.2s ease}.role-chip-list button.active,.role-chip-list button:hover{border-color:#1f9d5573;background:#f0fdf4}.role-chip-list strong,.permission-module-list strong{display:block;color:var(--green-900)}.role-chip-list small,.permission-module-list span,.check-row small,.table-subtext{display:block;margin-top:4px;color:var(--muted);font-size:.8rem;line-height:1.35}.permission-module-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.permission-module-list>div{padding:12px;border:1px solid var(--line);border-radius:16px;background:#f8fafc}.role-permission-editor{display:grid;gap:16px}.role-permission-editor textarea{resize:vertical}.permission-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}.permission-group{border:1px solid var(--line);border-radius:18px;padding:14px;background:#fbfdff}.permission-group h3{margin:0 0 10px;color:var(--green-900);font-size:1rem}.check-row{display:flex;grid-template-columns:none;flex-direction:row;align-items:flex-start;gap:9px;font-weight:600}.check-row input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--green-600)}.check-row span{flex:1}.stacked-form{display:grid;gap:12px}.mini-check-list{max-height:220px;overflow:auto;display:grid;gap:9px;padding:12px;border:1px solid var(--line);border-radius:16px;background:#f8fafc}.list-toolbar{display:flex;gap:10px;margin-bottom:12px}.list-toolbar input{flex:1}.right-actions{justify-content:flex-end}.row-actions{display:flex;gap:7px;flex-wrap:wrap}.row-actions button{border:1px solid var(--line);border-radius:999px;padding:7px 10px;background:#fff;color:var(--green-900);font-weight:800}.row-actions button:hover{background:#f8fafc}.row-actions .danger-link{color:#991b1b;border-color:#fecaca}.users-roles-summary{margin-bottom:16px}@media(max-width:1120px){.permission-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.role-chip-list,.permission-module-list,.permission-grid{grid-template-columns:1fr}.list-toolbar{flex-direction:column}.row-actions{min-width:180px}}.profile-layout{align-items:start}.profile-card .card-head p{margin:6px 0 0}.profile-summary-grid{margin-bottom:16px}.profile-summary-grid>div{border:1px solid var(--line);border-radius:16px;background:#f8fafc;padding:13px;min-width:0}.profile-summary-grid strong{display:block;margin-top:5px;color:var(--green-900);word-break:break-word}.profile-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-actions{margin-top:16px}.security-info-grid{margin-top:18px}.force-password-backdrop{z-index:1300}.force-password-card{max-height:calc(100vh - 44px);overflow-y:auto}@media(max-width:1000px){.profile-layout,.profile-form-grid{grid-template-columns:1fr}}@media(max-width:640px){.profile-summary-grid{grid-template-columns:1fr}.profile-actions .btn{width:100%;justify-content:center}}.form-section-title{display:flex;align-items:center;gap:10px;margin-top:4px;padding:10px 12px;border-radius:14px;background:linear-gradient(90deg,#07382f14,#f4c4002e);color:var(--green-900);font-weight:900}.form-section-title:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--gold);box-shadow:0 0 0 4px #f4c40038}.span-2{grid-column:span 2}textarea{resize:vertical;min-height:44px}.checkbox-label{display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fff}.checkbox-label input{width:auto}.muted-note{color:var(--muted);font-size:.9rem;line-height:1.45}@media(max-width:1100px){.span-2{grid-column:span 1}}.searchable-select{position:relative;width:100%}.searchable-select-trigger{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:12px;padding:11px 12px;background:#fff;color:var(--text);text-align:left;font-weight:600;outline:none}.searchable-select-trigger:focus,.searchable-select.open .searchable-select-trigger{border-color:var(--green-500);box-shadow:0 0 0 4px #1f9d551f}.searchable-select-placeholder{color:#667085;font-weight:600}.searchable-select-chevron{color:#475467;font-size:1.1rem;line-height:1}.searchable-select.disabled .searchable-select-trigger{cursor:not-allowed;background:#f8fafc;color:#98a2b3}.searchable-select-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:120;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 50px #0f172a2e;padding:10px}.searchable-select-search{margin-bottom:8px;border-radius:12px}.searchable-select-options{max-height:260px;overflow-y:auto;display:grid;gap:4px;padding-right:2px}.searchable-select-option{width:100%;display:grid;gap:3px;border:0;border-radius:12px;padding:10px 11px;background:#fff;color:#344054;text-align:left;font-weight:700}.searchable-select-option:hover,.searchable-select-option.selected{background:var(--gold-soft);color:var(--green-900)}.searchable-select-option small{color:#667085;font-weight:600;line-height:1.25}.searchable-select-empty{padding:14px;border-radius:12px;background:#f8fafc;color:#667085;text-align:center;font-weight:700}@media(max-width:820px){.searchable-select-menu{position:fixed;left:16px;right:16px;top:auto;bottom:18px;max-height:min(70vh,480px)}.searchable-select-options{max-height:min(52vh,350px)}}.member-table-actions{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:nowrap;min-width:150px;white-space:nowrap}.table-action-btn{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:#fff;color:var(--green-900);font-size:.84rem;font-weight:900;line-height:1;text-decoration:none;cursor:pointer;box-shadow:0 8px 20px #0f172a0f;transition:.18s ease}.table-action-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px #0f172a1a}.table-action-btn.view{background:#f8fafc;color:#344054}.table-action-btn.edit{border-color:#1f9d5547;background:#1f9d551a;color:var(--green-900)}.member-view-backdrop{align-items:start;padding-top:40px;overflow-y:auto}.member-view-modal{width:min(980px,100%);max-height:calc(100vh - 80px);overflow-y:auto;background:#fff;border-radius:28px;box-shadow:0 30px 90px #00000057;padding:24px}.member-view-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid var(--line)}.member-view-head p{margin:0 0 4px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:.76rem}.member-view-head h2{margin:0;color:var(--green-900);font-size:clamp(1.35rem,2.2vw,2rem)}.member-view-close{width:42px;height:42px;border:0;border-radius:14px;background:#eef2f7;color:var(--green-900);font-size:1.6rem;line-height:1;cursor:pointer}.member-view-close:hover{background:var(--gold-soft)}.member-view-loading{margin:18px 0;padding:18px;border-radius:16px;background:#f8fafc;color:var(--muted);font-weight:800}.member-view-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:16px 0}.member-view-summary span{display:inline-flex;align-items:center;min-height:30px;border-radius:999px;padding:7px 11px;background:#f2f4f7;color:#344054;font-weight:800;font-size:.86rem}.member-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.member-detail-item{min-height:78px;border:1px solid var(--line);border-radius:16px;padding:12px;background:#fff}.member-detail-item span{display:block;margin-bottom:6px;color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.member-detail-item strong{display:block;color:var(--text);font-size:.95rem;line-height:1.35;word-break:break-word}.member-view-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:20px;padding-top:16px;border-top:1px solid var(--line)}@media(max-width:1120px){.member-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.member-table-actions{min-width:132px;gap:6px}.table-action-btn{padding:8px 10px}.member-view-backdrop{padding:16px;align-items:start}.member-view-modal{max-height:calc(100vh - 32px);padding:18px;border-radius:22px}.member-detail-grid{grid-template-columns:1fr}.member-view-actions .btn{width:100%;justify-content:center}}.table-action-group{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:nowrap;min-width:140px;white-space:nowrap}.record-view-backdrop{align-items:start;padding-top:40px;overflow-y:auto}.record-view-modal{width:min(980px,100%);max-height:calc(100vh - 80px);overflow-y:auto;background:#fff;border-radius:28px;box-shadow:0 30px 90px #00000057;padding:24px}.record-view-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid var(--line)}.record-view-head p{margin:0 0 4px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:.76rem}.record-view-head h2{margin:0;color:var(--green-900);font-size:clamp(1.35rem,2.2vw,2rem)}.record-view-close{width:42px;height:42px;border:0;border-radius:14px;background:#eef2f7;color:var(--green-900);font-size:1.6rem;line-height:1;cursor:pointer}.record-view-close:hover{background:var(--gold-soft)}.record-view-loading{margin:18px 0;padding:18px;border-radius:16px;background:#f8fafc;color:var(--muted);font-weight:800}.record-view-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:16px 0}.record-view-summary span{display:inline-flex;align-items:center;min-height:30px;border-radius:999px;padding:7px 11px;background:#f2f4f7;color:#344054;font-weight:800;font-size:.86rem}.record-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.record-detail-item{min-height:78px;border:1px solid var(--line);border-radius:16px;padding:12px;background:#fff}.record-detail-item span{display:block;margin-bottom:6px;color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.record-detail-item strong{display:block;color:var(--text);font-size:.95rem;line-height:1.35;word-break:break-word}.record-view-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:20px;padding-top:16px;border-top:1px solid var(--line)}@media(max-width:1120px){.record-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.table-action-group{min-width:132px;gap:6px}.record-view-backdrop{padding:16px;align-items:start}.record-view-modal{max-height:calc(100vh - 32px);padding:18px;border-radius:22px}.record-detail-grid{grid-template-columns:1fr}.record-view-actions .btn{width:100%;justify-content:center}}.ditumedisho-page .page-header{margin-bottom:18px}.ditumedisho-stats{margin-bottom:22px;align-items:stretch;position:relative;z-index:1}.ditumedisho-stats .stat{min-height:128px;height:100%;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.ditumedisho-stats .stat strong{line-height:1.08;word-break:break-word}.ditumedisho-search-card{position:relative;z-index:0;clear:both}.ditumedisho-search-card .card{margin-top:0}.ditumedisho-search-card .card-head{margin-bottom:14px}.ditumedisho-search-toolbar{margin-bottom:0}@media(max-width:820px){.ditumedisho-stats{margin-bottom:18px}.ditumedisho-stats .stat{min-height:110px}}.vetting-upload-form .btn{width:100%;justify-content:center}.vetting-attachment-field{display:grid;gap:7px}.modern-file-upload{position:relative;display:flex;align-items:stretch;gap:10px;min-height:74px;border:1px dashed #cbd5e1;border-radius:18px;padding:10px;background:linear-gradient(135deg,#fff,#f8fafc);transition:.18s ease}.modern-file-upload:hover,.modern-file-upload.has-file{border-color:#1f9d556b;background:linear-gradient(135deg,#fff,#f0fdf4);box-shadow:0 10px 28px #0f172a0f}.modern-file-upload>input[type=file]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.modern-file-trigger{flex:1;min-height:52px;display:flex;align-items:center;gap:12px;border:0;padding:0;cursor:pointer}.modern-file-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:var(--gold-soft);color:var(--green-900);font-size:1.25rem;box-shadow:inset 0 0 0 1px #f4c40047}.modern-file-trigger strong{display:block;color:var(--green-900);font-weight:900;line-height:1.25;word-break:break-word}.modern-file-trigger small{display:block;margin-top:4px;color:var(--muted);font-size:.84rem;font-weight:700;line-height:1.25}.modern-file-remove{align-self:center;border:1px solid #fecaca;border-radius:999px;padding:9px 12px;background:#fff1f2;color:#991b1b;font-size:.84rem;font-weight:900}.modern-file-remove:hover{background:#ffe4e6}@media(max-width:720px){.modern-file-upload{flex-direction:column}.modern-file-remove{width:100%;justify-content:center}}.vetting-smart-panel{display:grid;gap:18px}.vetting-smart-copy{border:1px solid rgba(252,205,17,.35);background:linear-gradient(135deg,#fccd1129,#fffffff0);border-radius:18px;padding:16px 18px;color:var(--text)}.vetting-smart-copy strong{display:block;color:var(--green-900);font-size:1rem;margin-bottom:6px}.vetting-smart-copy p{margin:0 0 8px;color:#475467;line-height:1.55}.vetting-smart-copy small{display:block;color:#667085;font-weight:700;line-height:1.45}.vetting-import-grid{align-items:end}.vetting-import-actions,.vetting-save-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.vetting-import-actions .btn,.vetting-save-actions .btn{width:auto;min-width:160px;justify-content:center}.vetting-analysis-box{display:grid;gap:14px;border:1px solid var(--line);background:#fff;border-radius:18px;padding:14px}.vetting-analysis-stats{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:12px}.vetting-analysis-stats span{border:1px solid var(--line);border-radius:16px;background:#f8fafc;padding:12px;display:grid;gap:2px}.vetting-analysis-stats strong{font-size:1.3rem;color:var(--green-900)}.vetting-analysis-stats small{color:#667085;font-weight:800}.action-buttons{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.action-buttons .btn{min-height:36px;padding:8px 12px;border-radius:12px}.muted-text{color:#667085;font-weight:600}@media(max-width:900px){.vetting-analysis-stats{grid-template-columns:repeat(2,minmax(140px,1fr))}.vetting-import-actions .btn,.vetting-save-actions .btn{width:100%}}@media(max-width:560px){.vetting-analysis-stats{grid-template-columns:1fr}}.gateway-alert{border-radius:16px;padding:13px 16px;margin-bottom:16px;font-weight:800;border:1px solid var(--line)}.gateway-alert.success{background:#ecfdf3;color:#166534;border-color:#bbf7d0}.gateway-alert.error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.gateway-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.gateway-status-card{border:1px solid var(--line);background:linear-gradient(180deg,#fff,#f8fafc);border-radius:20px;padding:17px;box-shadow:var(--shadow)}.gateway-status-card span{display:block;color:var(--muted);font-size:.86rem;font-weight:800}.gateway-status-card strong{display:block;margin-top:7px;color:var(--green-900);font-size:1.1rem}.gateway-status-card small{display:block;margin-top:5px;color:#475467;font-weight:700}.gateway-status-card.warning{border-color:#f4c40059;background:linear-gradient(135deg,#f4c4002e,#fff)}.gateway-help-box{border:1px solid rgba(244,196,0,.36);background:linear-gradient(135deg,#f4c40024,#fff);border-radius:18px;padding:15px 16px;margin-bottom:16px}.gateway-help-box strong{color:var(--green-900);display:block;font-size:1rem;margin-bottom:6px}.gateway-help-box p{margin:0 0 7px;color:#475467;line-height:1.45}.gateway-help-box small{color:#667085;font-weight:800;line-height:1.4}.gateway-form-grid{align-items:end}.gateway-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:2px}.gateway-actions .btn{justify-content:center}.test-actions{margin-top:14px}.gateway-secret-hint{color:#667085;font-weight:700;font-size:.86rem}@media(max-width:1100px){.gateway-status-grid{grid-template-columns:1fr}}@media(max-width:720px){.gateway-actions .btn{width:100%}}.gateway-mode-note{margin:8px 0 0;color:#475569;font-size:.92rem}.gateway-mode-note strong{color:#0b3b2e}.gateway-secret-hint.warning{color:#b45309;font-weight:800}.gateway-actions .btn.gold{background:#f5c400;color:#12382d;border-color:#f5c400}.gateway-actions .btn.gold:hover{filter:brightness(.98)}.gateway-feedback-backdrop{z-index:1200}.gateway-feedback-modal{position:relative;width:min(540px,100%);text-align:center;border:1px solid #bbf7d0}.gateway-feedback-modal.error{border-color:#fecaca}.gateway-feedback-icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 14px;border-radius:999px;font-size:2rem;font-weight:1000;line-height:1}.gateway-feedback-icon.success{background:#dcfce7;color:#166534;box-shadow:0 14px 35px #16653429}.gateway-feedback-icon.error{background:#fee2e2;color:#991b1b;box-shadow:0 14px 35px #991b1b29}.gateway-feedback-message{white-space:pre-wrap;word-break:break-word;font-weight:700}.gateway-feedback-actions{justify-content:center;margin-top:18px}.gateway-feedback-actions .btn{min-width:128px;justify-content:center}.gateway-feedback-close{position:absolute;top:14px;right:14px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:999px;background:#f2f4f7;color:#475467;font-size:1.35rem;font-weight:900}.gateway-feedback-close:hover{background:#e4e7ec;color:var(--green-900)}@media(max-width:560px){.gateway-feedback-modal{padding:24px 18px;border-radius:22px}.gateway-feedback-actions .btn{width:100%}}.vetting-link-note{border-color:#1f9d5538;background:linear-gradient(135deg,#dcfce7b8,#fffffff5)}.vetting-link-note code,.vetting-template-panel code{background:#eef6f2;border:1px solid #d7eadf;border-radius:8px;color:var(--green-900);padding:2px 6px;font-weight:900}.vetting-template-panel{display:grid;gap:14px}.vetting-template-panel label{display:grid;gap:8px;font-weight:800;color:#344054}.template-textarea{min-height:116px;width:100%;resize:vertical;border:1px solid var(--line);border-radius:16px;padding:13px 14px;font:inherit;line-height:1.45;outline:none;background:#fff}.template-textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px #1f9d551f}.template-variable-pills{display:flex;flex-wrap:wrap;gap:8px}.template-pill{border:1px solid rgba(31,157,85,.2);background:#f0fdf4;color:var(--green-900);border-radius:999px;padding:7px 10px;font-weight:900;cursor:pointer}.template-pill:hover{background:#dcfce7}.gateway-feedback-modal.info{border-color:#bfdbfe}.vetting-feedback-details{background:#f8fafc;border:1px solid var(--line);border-radius:14px;padding:10px 12px}.kgoro-tabs{display:inline-flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.kgoro-tab{border:1px solid var(--line);border-radius:999px;padding:10px 14px;background:#fff;color:#344054;font-weight:900;box-shadow:0 8px 20px #0f172a0f}.kgoro-tab.active{border-color:#f4c4008c;background:var(--gold);color:var(--green-900)}.kgoro-stats{margin-bottom:18px}.kgoro-search-panel{display:grid;gap:14px}.kgoro-search-row{display:flex;gap:10px;align-items:center}.kgoro-search-row .btn{white-space:nowrap}.kgoro-error{border:1px solid #fecaca;border-radius:14px;background:#fff1f2;color:#991b1b;padding:12px 14px;font-weight:800}.kgoro-member-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kgoro-member-result{display:grid;gap:6px;width:100%;min-height:96px;border:1px solid var(--line);border-radius:16px;padding:13px;background:#fff;color:var(--text);text-align:left;box-shadow:0 8px 22px #0f172a0d}.kgoro-member-result:hover{transform:translateY(-1px);border-color:#1f9d5559;background:#f9fafb}.kgoro-member-result strong,.kgoro-selected-member strong{color:var(--green-900);font-size:1rem}.kgoro-member-result span,.kgoro-member-result small,.kgoro-selected-member small{color:var(--muted);line-height:1.35}.kgoro-selected-member{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(31,157,85,.24);border-radius:18px;padding:14px;background:linear-gradient(135deg,#1f9d5514,#f4c4001f)}.kgoro-selected-member>div{display:grid;gap:4px;min-width:0}.kgoro-selected-member span{color:var(--green-900);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.kgoro-visit-form .form-grid{align-items:start}.kgoro-visit-detail-grid .record-detail-item:nth-child(19){grid-column:span 2}@media(max-width:1100px){.kgoro-member-results{grid-template-columns:1fr}.kgoro-visit-detail-grid .record-detail-item:nth-child(19){grid-column:span 1}}@media(max-width:720px){.kgoro-tabs,.kgoro-search-row,.kgoro-selected-member{flex-direction:column;align-items:stretch}.kgoro-tab,.kgoro-search-row .btn{width:100%;justify-content:center}}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:18px;align-items:stretch;margin-bottom:22px}.dashboard-stat-card{position:relative;overflow:hidden;width:100%;min-height:142px;border:1px solid rgba(228,231,236,.95);border-radius:24px;padding:18px;background:linear-gradient(145deg,#fff,#f8fafc);color:var(--text);text-align:left;box-shadow:0 16px 36px #0f172a12;display:grid;grid-template-columns:48px 1fr;grid-template-rows:1fr auto;column-gap:14px;row-gap:12px;align-items:start;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.dashboard-stat-card:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:var(--green-500)}.dashboard-stat-card.gold:before{background:var(--gold)}.dashboard-stat-card.red:before{background:#dc2626}.dashboard-stat-card.grey:before{background:#98a2b3}.dashboard-stat-card:hover,.dashboard-stat-card:focus-visible{transform:translateY(-3px);border-color:#1f9d556b;box-shadow:0 22px 48px #0f172a1f;outline:none}.dashboard-stat-icon{width:48px;height:48px;display:inline-grid;place-items:center;border-radius:16px;background:#1f9d551a;font-size:1.35rem}.dashboard-stat-card.gold .dashboard-stat-icon{background:#f4c4002e}.dashboard-stat-card.red .dashboard-stat-icon{background:#dc26261a}.dashboard-stat-card.grey .dashboard-stat-icon{background:#6670851a}.dashboard-stat-copy{min-width:0;display:grid;gap:5px}.dashboard-stat-label{color:#667085;font-size:.86rem;font-weight:800;line-height:1.2}.dashboard-stat-card strong{display:block;color:var(--green-900);font-size:clamp(1.55rem,2.6vw,2.25rem);line-height:1.05;letter-spacing:-.04em;overflow-wrap:anywhere}.dashboard-stat-card small{color:var(--green-600);font-weight:800;line-height:1.25}.dashboard-stat-card.red small{color:#b42318}.dashboard-stat-card.grey small{color:#667085}.dashboard-stat-open{grid-column:1 / -1;align-self:end;color:#475467;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.activity-count{display:inline-flex;align-items:center;border-radius:999px;background:#f8fafc;border:1px solid var(--line);color:#667085;padding:6px 10px;font-size:.82rem;font-weight:800}.dashboard-activity-table table{min-width:720px}.dashboard-activity-pager{justify-content:space-between;flex-wrap:wrap}.dashboard-activity-pager span{color:#667085;font-weight:800}.dashboard-activity-pager button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:820px){.dashboard-stats-grid{grid-template-columns:1fr;gap:14px}.dashboard-stat-card{min-height:132px;border-radius:20px}.dashboard-activity-pager{justify-content:center}}.profile-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px;padding:24px;border:1px solid rgba(228,231,236,.9);border-radius:28px;background:radial-gradient(circle at top right,rgba(244,196,0,.22),transparent 32%),linear-gradient(135deg,#fff,#f8fafc 58%,#eefaf3);box-shadow:0 18px 46px #0f172a12}.profile-hero:before{content:"";position:absolute;inset:0 auto 0 0;width:7px;background:var(--gold)}.profile-hero-main{position:relative;z-index:1;display:flex;align-items:center;gap:18px;min-width:0}.profile-avatar{width:70px;height:70px;flex:0 0 auto;display:grid;place-items:center;border-radius:22px;background:linear-gradient(135deg,var(--green-900),var(--green-600));color:#fff;box-shadow:0 16px 30px #07382f38}.profile-kicker{display:inline-flex;align-items:center;gap:7px;margin-bottom:8px;color:var(--green-600);font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.profile-hero h2{margin:0;color:var(--green-900);font-size:clamp(1.8rem,3vw,2.55rem);line-height:1.05;letter-spacing:-.045em}.profile-hero p{max-width:740px;margin:8px 0 0;color:#667085;line-height:1.45}.profile-hero-status{position:relative;z-index:1;display:grid;justify-items:end;gap:8px;flex:0 0 auto;text-align:right}.profile-hero-status span:last-child{color:#475467;font-size:.85rem;font-weight:800}.profile-warning-panel{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;border-color:#f4c40073;background:linear-gradient(135deg,#fff9db,#fff)}.profile-warning-panel svg{flex:0 0 auto;margin-top:2px;color:#854d0e}.profile-warning-panel strong,.profile-warning-panel span{display:block}.profile-warning-panel strong{color:var(--green-900);margin-bottom:3px}.profile-warning-panel span{color:#667085;line-height:1.35}.profile-modern-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:18px;align-items:start}.profile-left-column,.profile-right-column{display:grid;gap:18px;min-width:0}.profile-modern-card.card,.profile-overview-card.card{margin-bottom:0;border-radius:26px;padding:22px;box-shadow:0 18px 44px #0f172a12}.profile-overview-card{background:radial-gradient(circle at top left,rgba(31,157,85,.12),transparent 34%),linear-gradient(180deg,#fff,#f9fbfc)}.profile-overview-header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:18px}.profile-overview-header h3,.profile-section-head h3{margin:0;color:var(--green-900);font-size:1.22rem;line-height:1.2}.profile-overview-header p,.profile-section-head p{margin:6px 0 0;color:#667085;line-height:1.4}.profile-summary-modern-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.profile-summary-tile{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:start;padding:15px;border:1px solid rgba(228,231,236,.95);border-radius:20px;background:#fff}.profile-summary-tile.green{background:linear-gradient(135deg,#fff,#f0fdf4)}.profile-summary-tile.gold{background:linear-gradient(135deg,#fff,#fffbeb)}.profile-summary-tile.grey{background:linear-gradient(135deg,#fff,#f8fafc)}.profile-summary-icon,.profile-section-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:15px;background:#1f9d551a;color:var(--green-700, var(--green-600))}.profile-summary-tile.gold .profile-summary-icon,.profile-section-icon.gold{background:#f4c4002e;color:#854d0e}.profile-summary-tile.grey .profile-summary-icon{background:#6670851a;color:#667085}.profile-summary-tile span,.contact-detail-box span{display:block;color:#667085;font-size:.78rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.profile-summary-tile strong,.contact-detail-box strong{display:block;margin-top:4px;color:var(--green-900);font-size:1rem;line-height:1.25;overflow-wrap:anywhere;word-break:break-word}.profile-summary-tile small{display:block;margin-top:5px;color:#667085;font-size:.82rem;line-height:1.3}.profile-section-head{display:flex;align-items:flex-start;gap:13px;margin-bottom:18px}.profile-section-head.compact{margin-bottom:14px}.profile-form-modern-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-form-modern-grid.single{grid-template-columns:1fr}.profile-form-modern-grid .profile-form-wide{grid-column:1 / -1}.profile-form-modern-grid input{min-height:48px;border-radius:15px;background:#fbfdff}.profile-message{padding:11px 13px;border-radius:14px;background:#f8fafc}.profile-actions{margin-top:18px}.profile-actions .btn{min-width:145px;justify-content:center;border-radius:14px;box-shadow:0 12px 24px #f4c4002e}.security-card{position:sticky;top:108px}.security-status-box{display:grid;gap:12px;margin-bottom:16px;padding:15px;border:1px solid rgba(228,231,236,.95);border-radius:20px;background:linear-gradient(135deg,#f8fafc,#fff)}.security-status-box strong,.security-status-box span{display:block}.security-status-box strong{color:var(--green-900)}.security-status-box span{margin-top:3px;color:#667085;font-size:.88rem}.password-strength-bars{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.password-strength-bars i{height:8px;border-radius:999px;background:#e4e7ec}.password-strength-bars i.active{background:linear-gradient(90deg,var(--gold),var(--green-500))}.password-rules-card{display:grid;gap:5px;margin-top:14px;padding:13px;border-radius:18px;background:#07382f0d;border:1px solid rgba(7,56,47,.08)}.password-rules-card strong{color:var(--green-900)}.password-rules-card span{color:#667085;line-height:1.4;font-size:.88rem}.contact-card{background:linear-gradient(135deg,#fff,#f8fafc)}.contact-detail-box{padding:14px;border-radius:18px;border:1px solid var(--line);background:#fff}@media(max-width:1180px){.profile-modern-grid{grid-template-columns:1fr}.security-card{position:static}}@media(max-width:720px){.profile-hero{align-items:flex-start;flex-direction:column;padding:20px;border-radius:22px}.profile-hero-main{align-items:flex-start;flex-direction:column;gap:14px}.profile-hero-status{justify-items:start;text-align:left}.profile-summary-modern-grid,.profile-form-modern-grid{grid-template-columns:1fr}.profile-modern-card.card,.profile-overview-card.card{padding:18px;border-radius:22px}.profile-overview-header{flex-direction:column}.profile-actions{justify-content:stretch}.profile-actions .btn{width:100%}}.profile-right-column{align-content:start;grid-auto-rows:max-content}.security-card{position:relative;top:auto;z-index:1}.contact-card{position:relative;z-index:1}.membership-page{display:grid;gap:18px}.membership-hero{position:relative;display:flex;align-items:stretch;justify-content:space-between;gap:20px;overflow:hidden;border:1px solid rgba(21,130,79,.16);border-radius:28px;padding:clamp(20px,2.3vw,30px);background:radial-gradient(circle at top right,rgba(244,196,0,.22),transparent 30%),linear-gradient(135deg,#fff,#f7fbf8 48%,#eef8f2);box-shadow:0 22px 55px #0f172a14}.membership-hero:before{content:"";position:absolute;inset:0 0 auto 0;height:6px;background:linear-gradient(90deg,var(--green-600),var(--gold))}.membership-hero-copy{position:relative;max-width:880px;z-index:1}.membership-kicker,.membership-section-label{display:inline-flex;align-items:center;gap:8px;color:var(--green-900);font-weight:900;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.membership-hero h2{margin:10px 0 8px;color:var(--text);font-size:clamp(1.85rem,3vw,2.65rem);letter-spacing:-.04em;line-height:1.02}.membership-hero p,.membership-register-head p{margin:0;color:#5b6678;line-height:1.55}.membership-hero-actions{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:flex-end;gap:10px;flex-wrap:wrap;min-width:fit-content}.membership-primary-action,.membership-secondary-action{min-height:46px;border-radius:15px;box-shadow:0 14px 28px #0f172a1a}.membership-secondary-action{background:#fff!important;border:1px solid var(--line)}.membership-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.membership-stat-card{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:center;min-height:118px;padding:18px;border:1px solid rgba(21,130,79,.13);border-radius:24px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 16px 38px #0f172a12}.membership-stat-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,#1f9d5524,#f4c40026);color:var(--green-900)}.membership-stat-card span{display:block;color:#667085;font-size:.83rem;font-weight:800}.membership-stat-card strong{display:block;margin-top:4px;color:var(--green-900);font-size:clamp(1.55rem,2.6vw,2.2rem);line-height:1}.membership-stat-card small{display:block;margin-top:6px;color:var(--green-600);font-weight:800;line-height:1.25}.membership-register-card{border:1px solid rgba(15,23,42,.08);border-radius:28px;padding:20px;background:#fffffff0;box-shadow:0 20px 55px #0f172a14}.membership-register-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.membership-register-head h3{margin:8px 0 6px;color:var(--text);font-size:clamp(1.25rem,1.8vw,1.65rem);letter-spacing:-.025em}.membership-result-pill{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;padding:10px 13px;border:1px solid var(--line);border-radius:999px;background:#f8fafc;color:#667085;font-weight:800;box-shadow:inset 0 1px #ffffffd9}.membership-result-pill strong{color:var(--green-900)}.membership-toolbar-modern{margin-bottom:14px}.membership-search-box{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:52px;padding:0 13px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:inset 0 1px #ffffffe6}.membership-search-box:focus-within{border-color:var(--green-500);box-shadow:0 0 0 4px #1f9d551f}.membership-search-box svg{color:#667085}.membership-search-box input{min-width:0;border:0;border-radius:0;padding:12px 0;background:transparent;box-shadow:none!important}.membership-search-box input:focus{border:0;box-shadow:none}.membership-search-box button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:999px;background:#eef2f7;color:#475467}.membership-table-shell{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:22px;background:#fff}.membership-table{width:100%;min-width:1180px;border-collapse:separate;border-spacing:0;background:#fff}.membership-table th,.membership-table td{padding:15px 16px;border-bottom:1px solid #edf0f4;vertical-align:middle}.membership-table th{position:sticky;top:0;z-index:1;color:#475467;background:linear-gradient(180deg,#fbfcfd,#f3f6f9);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.055em}.membership-table tbody tr:last-child td{border-bottom:0}.membership-table tbody tr:hover td{background:#fcfdf8}.membership-member-cell{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:12px;min-width:260px}.membership-avatar{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#1f9d5529,#f4c40038);color:var(--green-900);font-weight:1000;text-transform:uppercase}.membership-member-cell strong,.membership-mini-stack strong{display:flex;align-items:center;gap:6px;color:#1d2939;font-weight:900;line-height:1.25}.membership-member-cell span,.membership-mini-stack span{display:flex;align-items:center;gap:6px;margin-top:5px;color:#667085;font-size:.84rem;line-height:1.25}.membership-mini-stack{display:grid;min-width:135px}.membership-mini-stack svg,.membership-member-cell svg{flex:0 0 auto;color:var(--green-600)}.membership-actions-modern{min-width:150px}.membership-actions-modern .table-action-btn{display:inline-flex;align-items:center;gap:6px}.membership-empty-state{padding:42px 20px!important;text-align:center;color:#667085}.membership-empty-state svg{display:block;margin:0 auto 9px;color:var(--green-600)}.membership-empty-state strong{display:block;color:var(--green-900);font-size:1.05rem}.membership-empty-state span{display:block;margin-top:5px}.membership-register-card .pager{padding-top:16px}.membership-register-card .pager button{min-width:92px;border-radius:999px;font-weight:800}.membership-register-card .pager span{color:#475467;font-weight:800}@media(max-width:1240px){.membership-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.membership-hero{flex-direction:column}.membership-hero-actions{justify-content:flex-start}}@media(max-width:720px){.membership-hero,.membership-register-card{border-radius:22px;padding:16px}.membership-stat-grid{grid-template-columns:1fr}.membership-register-head{flex-direction:column}.membership-result-pill,.membership-hero-actions .btn{width:100%;justify-content:center}.membership-table{min-width:1040px}.membership-search-box{border-radius:15px}}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.app-shell,.app-shell .main,.main,.content,.membership-page,.membership-hero,.membership-register-card,.membership-stat-grid,.membership-table-shell{min-width:0;max-width:100%}.content{width:100%}.membership-page{overflow-x:clip}.membership-hero{align-items:flex-start}.membership-hero-copy{flex:1 1 620px;min-width:0}.membership-hero-actions{flex:0 1 auto;min-width:0;max-width:100%}.membership-hero-actions .btn{white-space:nowrap}.membership-stat-card,.membership-register-card{min-width:0}.membership-register-card{overflow:hidden}.membership-table-shell{overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-gutter:stable both-edges}@media(min-width:1180px){.membership-table{min-width:0!important}}.member-view-backdrop{display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden;background:radial-gradient(circle at 20% 12%,rgba(244,196,0,.2),transparent 28%),#041f1ab8}.modern-member-modal{width:min(1080px,calc(100vw - 48px));max-width:calc(100vw - 48px);max-height:min(860px,calc(100vh - 48px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;padding:0;border:1px solid rgba(255,255,255,.55);border-radius:30px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 36px 110px #00000057}.modern-member-head{padding:22px 24px;border-bottom:1px solid rgba(228,231,236,.9);background:radial-gradient(circle at top right,rgba(244,196,0,.22),transparent 34%),linear-gradient(135deg,#fff,#f7fbf8)}.modern-member-head>div{min-width:0}.modern-member-head h2{color:var(--green-900);letter-spacing:-.035em;overflow-wrap:anywhere}.modern-member-head>div>span{display:block;margin-top:6px;color:#667085;font-weight:700;line-height:1.35}.modern-member-modal .member-view-close{flex:0 0 auto;width:44px;height:44px;border-radius:16px;background:#ffffffd1;box-shadow:0 10px 28px #0f172a1a}.modern-member-modal .member-view-close:hover{background:var(--gold-soft);transform:translateY(-1px)}.member-view-body{min-height:0;overflow-y:auto;overflow-x:hidden;padding:20px 24px 22px;display:grid;gap:16px}.member-view-body::-webkit-scrollbar{width:10px}.member-view-body::-webkit-scrollbar-track{background:transparent}.member-view-body::-webkit-scrollbar-thumb{background:#d0d5dd;border:3px solid #f8fafc;border-radius:999px}.member-profile-hero{display:grid;grid-template-columns:76px minmax(0,1fr);gap:16px;align-items:center;padding:18px;border:1px solid rgba(21,130,79,.14);border-radius:24px;background:radial-gradient(circle at top right,rgba(31,157,85,.12),transparent 36%),#fff;box-shadow:0 16px 38px #0f172a0f}.member-profile-avatar{display:grid;place-items:center;width:76px;height:76px;border-radius:24px;background:linear-gradient(135deg,#1f9d552e,#f4c40052);color:var(--green-900);font-size:1.45rem;font-weight:1000;text-transform:uppercase;box-shadow:inset 0 1px #ffffffb3}.member-profile-copy{min-width:0}.member-profile-kicker{display:inline-flex;align-items:center;width:fit-content;margin-bottom:6px;color:var(--green-600);font-size:.78rem;font-weight:1000;letter-spacing:.06em;text-transform:uppercase}.member-profile-copy h3{margin:0;color:#101828;font-size:clamp(1.35rem,2vw,2rem);line-height:1.08;letter-spacing:-.035em;overflow-wrap:anywhere}.modern-member-modal .member-view-summary{margin:12px 0 0}.member-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.member-quick-card{display:grid;gap:7px;min-width:0;min-height:104px;padding:15px;border:1px solid rgba(228,231,236,.95);border-radius:20px;background:#fff;box-shadow:0 12px 28px #0f172a0d}.member-quick-card svg{color:var(--green-600)}.member-quick-card span{color:#667085;font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.member-quick-card strong{color:var(--green-900);font-size:.98rem;line-height:1.25;overflow-wrap:anywhere}.member-detail-section{display:grid;gap:12px;min-width:0;padding:16px;border:1px solid rgba(228,231,236,.95);border-radius:24px;background:#ffffffdb}.member-detail-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:10px;border-bottom:1px solid #edf0f4}.member-detail-section-head span{color:var(--green-900);font-weight:1000;letter-spacing:-.01em}.member-detail-section-head small{max-width:560px;color:#667085;font-weight:700;line-height:1.35;text-align:right}.modern-member-modal .member-detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.modern-member-modal .member-detail-item{min-width:0;min-height:84px;border-color:#edf0f4;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcfd);box-shadow:inset 0 1px #ffffffd9}.modern-member-modal .member-view-actions{margin:0;padding:16px 24px;border-top:1px solid rgba(228,231,236,.9);background:#ffffffeb;box-shadow:0 -14px 30px #0f172a0a}.modern-member-modal .member-view-loading{margin:20px 24px}@media(max-width:980px){.member-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.member-view-backdrop{align-items:stretch;padding:12px}.modern-member-modal{width:calc(100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);border-radius:24px}.modern-member-head,.member-view-body,.modern-member-modal .member-view-actions{padding-left:16px;padding-right:16px}.member-profile-hero,.member-quick-grid{grid-template-columns:1fr}.member-detail-section-head{display:grid}.member-detail-section-head small{text-align:left}}.membership-table-shell{overflow-x:hidden!important;overflow-y:visible!important;scrollbar-gutter:auto!important}.membership-table{width:100%!important;min-width:0!important;table-layout:fixed}.membership-table th,.membership-table td{white-space:normal;overflow-wrap:anywhere;word-break:normal}.membership-table th:nth-child(1),.membership-table td:nth-child(1){width:28%}.membership-table th:nth-child(2),.membership-table td:nth-child(2){width:20%}.membership-table th:nth-child(3),.membership-table td:nth-child(3){width:23%}.membership-table th:nth-child(4),.membership-table td:nth-child(4){width:10%}.membership-table th:nth-child(5),.membership-table td:nth-child(5){width:10%}.membership-table th:nth-child(6),.membership-table td:nth-child(6){width:9%}.membership-member-cell{min-width:0!important;grid-template-columns:42px minmax(0,1fr)}.membership-member-cell>div:last-child,.membership-mini-stack{min-width:0!important}.membership-member-cell strong,.membership-member-cell span,.membership-mini-stack strong,.membership-mini-stack span{max-width:100%;overflow-wrap:anywhere}.membership-actions-modern,.member-table-actions.membership-actions-modern{min-width:0!important;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px}.membership-actions-modern .table-action-btn{min-width:0;padding-inline:10px}@media(max-width:1100px){.membership-table th,.membership-table td{padding:13px 10px}.membership-avatar{width:38px;height:38px;border-radius:14px;font-size:.82rem}.membership-member-cell{grid-template-columns:38px minmax(0,1fr);gap:9px}.membership-actions-modern .table-action-btn span{display:none}}@media(max-width:760px){.membership-table th:nth-child(1),.membership-table td:nth-child(1){width:32%}.membership-table th:nth-child(2),.membership-table td:nth-child(2){width:20%}.membership-table th:nth-child(3),.membership-table td:nth-child(3){width:22%}.membership-table th:nth-child(4),.membership-table td:nth-child(4){width:9%}.membership-table th:nth-child(5),.membership-table td:nth-child(5){width:9%}.membership-table th:nth-child(6),.membership-table td:nth-child(6){width:8%}.membership-table th,.membership-table td{padding:11px 8px;font-size:.78rem}}.member-form-page{display:grid;gap:18px;min-width:0;max-width:100%;overflow-x:clip}.member-form-hero{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;overflow:hidden;border:1px solid rgba(21,130,79,.16);border-radius:28px;padding:clamp(20px,2.3vw,30px);background:radial-gradient(circle at top right,rgba(244,196,0,.24),transparent 30%),linear-gradient(135deg,#fff,#f7fbf8 48%,#eef8f2);box-shadow:0 22px 55px #0f172a14}.member-form-hero:before{content:"";position:absolute;inset:0 0 auto 0;height:6px;background:linear-gradient(90deg,var(--green-600),var(--gold))}.member-form-hero-copy,.member-form-hero-actions{position:relative;z-index:1}.member-form-hero-copy{flex:1 1 680px;min-width:0}.member-form-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--green-900);font-size:.82rem;font-weight:1000;letter-spacing:.06em;text-transform:uppercase}.member-form-hero h2{margin:10px 0 8px;color:var(--text);font-size:clamp(1.85rem,3vw,2.65rem);letter-spacing:-.04em;line-height:1.02}.member-form-hero p{max-width:880px;margin:0;color:#5b6678;line-height:1.55}.member-form-back{min-height:46px;border-radius:15px;background:#fff!important;border:1px solid var(--line);box-shadow:0 14px 28px #0f172a14;white-space:nowrap}.member-form-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.member-form-stat-card{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:center;min-width:0;min-height:116px;padding:18px;border:1px solid rgba(21,130,79,.13);border-radius:24px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 16px 38px #0f172a12}.member-form-stat-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,#1f9d5524,#f4c40026);color:var(--green-900)}.member-form-stat-card span{display:block;color:#667085;font-size:.82rem;font-weight:900}.member-form-stat-card strong{display:block;max-width:100%;margin-top:4px;color:var(--green-900);font-size:clamp(1rem,1.5vw,1.28rem);line-height:1.15;overflow-wrap:anywhere}.member-form-stat-card small{display:block;margin-top:6px;color:var(--green-600);font-weight:850;line-height:1.25}.member-form-card{display:grid;gap:18px;min-width:0;padding:clamp(16px,2vw,24px);border:1px solid rgba(15,23,42,.08);border-radius:28px;background:#fffffff5;box-shadow:0 20px 55px #0f172a14}.member-form-section{display:grid;gap:16px;min-width:0;padding:clamp(16px,2vw,20px);border:1px solid rgba(228,231,236,.96);border-radius:24px;background:radial-gradient(circle at top right,rgba(244,196,0,.11),transparent 30%),linear-gradient(180deg,#fff,#fbfcfd)}.member-form-section-head{display:grid;grid-template-columns:50px minmax(0,1fr);gap:14px;align-items:center;padding-bottom:14px;border-bottom:1px solid #edf0f4}.member-form-section-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:17px;color:var(--green-900);background:linear-gradient(135deg,#1f9d5521,#f4c4002e)}.member-form-section h3{margin:0;color:var(--green-900);font-size:clamp(1.05rem,1.5vw,1.28rem);letter-spacing:-.02em}.member-form-section p{margin:5px 0 0;color:#667085;font-size:.91rem;line-height:1.45}.member-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;align-items:start}.member-form-grid label{min-width:0;color:#344054;font-weight:850}.member-form-grid input,.member-form-grid textarea,.member-form-grid select,.member-form-grid .searchable-select-trigger{min-height:48px;border-radius:14px;background:#fff}.member-form-grid textarea{min-height:92px}.member-form-card .searchable-select-menu{z-index:500}.member-form-save-bar{position:sticky;bottom:0;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0;padding:16px;border:1px solid rgba(228,231,236,.95);border-radius:22px;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 -10px 30px #0f172a0f,0 14px 34px #0f172a12}.member-form-save-bar>div{display:grid;gap:4px;min-width:0}.member-form-save-bar strong{color:var(--green-900);font-size:1rem}.member-form-save-bar span{color:#667085;font-size:.9rem}.member-form-save{min-height:46px;border-radius:15px;white-space:nowrap;box-shadow:0 16px 30px #15824f33}@media(max-width:1240px){.member-form-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.member-form-hero{flex-direction:column}}@media(max-width:1100px){.member-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.member-form-hero,.member-form-card,.member-form-section{border-radius:22px}.member-form-stat-grid,.member-form-grid,.member-form-section-head{grid-template-columns:1fr}.member-form-save-bar{position:static;display:grid}.member-form-save,.member-form-back{width:100%;justify-content:center}}.searchable-select.placement-up .searchable-select-menu{top:auto;bottom:calc(100% + 8px)}.searchable-select-search-wrap{position:relative;display:flex;align-items:center;margin-bottom:8px}.searchable-select-search-wrap svg{position:absolute;left:14px;z-index:1;color:#667085;pointer-events:none}.searchable-select-search{min-height:44px;margin-bottom:0;padding-left:42px;border-radius:13px;background:#fff}.searchable-select-search::placeholder{color:#667085;opacity:.86;font-weight:700}.member-form-card .searchable-select-menu{max-height:min(360px,44vh);overflow:hidden}.member-form-card .searchable-select-options{max-height:min(280px,32vh);overscroll-behavior:contain;scrollbar-gutter:stable}.member-save-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:24px;background:#0527207a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.member-save-modal{width:min(440px,100%);display:grid;justify-items:center;gap:14px;padding:26px;border:1px solid rgba(255,255,255,.7);border-radius:28px;background:radial-gradient(circle at top right,rgba(244,196,0,.2),transparent 34%),linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 32px 90px #0f172a47;text-align:center}.member-save-modal-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:22px;background:linear-gradient(135deg,#1f9d5526,#f4c4002e);color:var(--green-900);font-size:1.8rem;font-weight:1000;box-shadow:inset 0 0 0 1px #1f9d551a}.member-save-modal-success .member-save-modal-icon{background:#dcfce7;color:#166534}.member-save-modal-error .member-save-modal-icon{background:#fee2e2;color:#b42318}.member-save-modal-copy h3{margin:0;color:var(--green-900);font-size:1.35rem;letter-spacing:-.02em}.member-save-modal-copy p{margin:8px 0 0;color:#667085;line-height:1.5;font-weight:700}.member-save-modal-progress{width:100%;height:9px;overflow:hidden;border-radius:999px;background:#eef2f7}.member-save-modal-progress:before{content:"";display:block;width:46%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green-600),var(--gold));animation:memberSaveProgress 1.05s ease-in-out infinite}.member-save-modal-actions{width:100%;display:flex;justify-content:center;margin-top:2px}.member-save-modal-actions .btn{min-width:150px;justify-content:center}@keyframes memberSaveProgress{0%{transform:translate(-110%)}to{transform:translate(230%)}}@media(max-width:720px){.searchable-select.placement-up .searchable-select-menu{top:auto;bottom:18px}.member-save-modal-backdrop{padding:16px}.member-save-modal{border-radius:24px;padding:22px}}.ministry-modern-page{display:grid;gap:18px;min-width:0;max-width:100%;overflow-x:clip}.ministry-hero{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;min-width:0;overflow:hidden;border:1px solid rgba(21,130,79,.16);border-radius:28px;padding:clamp(22px,2.4vw,32px);background:radial-gradient(circle at top right,rgba(244,196,0,.28),transparent 32%),linear-gradient(135deg,#fff,#f7fbf8 48%,#eef8f2);box-shadow:0 24px 58px #0f172a14}.ministry-hero:before{content:"";position:absolute;inset:0 0 auto 0;height:6px;background:linear-gradient(90deg,var(--green-600),var(--gold))}.ministry-hero-copy,.ministry-hero-actions{position:relative;z-index:1}.ministry-hero-copy{flex:1 1 740px;min-width:0}.ministry-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--green-900);font-size:.81rem;font-weight:1000;letter-spacing:.08em;text-transform:uppercase}.ministry-hero h2{margin:10px 0 8px;color:var(--text);font-size:clamp(1.9rem,3vw,2.65rem);letter-spacing:-.045em;line-height:1.02}.ministry-hero p{max-width:860px;margin:0;color:#5b6678;line-height:1.58;font-weight:700}.ministry-hero-cancel{min-height:46px;border-radius:15px;background:#fff!important;border:1px solid var(--line);box-shadow:0 14px 28px #0f172a14;white-space:nowrap}.ministry-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ministry-stat-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:center;min-width:0;min-height:116px;padding:18px;border:1px solid rgba(21,130,79,.13);border-radius:24px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 16px 38px #0f172a12}.ministry-stat-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:19px;background:linear-gradient(135deg,#1f9d5524,#f4c40029);color:var(--green-900)}.ministry-stat-card span:not(.ministry-stat-icon){display:block;color:#667085;font-size:.82rem;font-weight:900}.ministry-stat-card strong{display:block;max-width:100%;margin-top:4px;color:var(--green-900);font-size:clamp(1.42rem,2vw,2rem);line-height:1.05;overflow-wrap:anywhere}.ministry-stat-card small{display:block;margin-top:6px;color:var(--green-600);font-weight:850;line-height:1.25}.ministry-form-card,.ministry-register-card{display:grid;gap:18px;min-width:0;padding:clamp(16px,2vw,24px);border:1px solid rgba(15,23,42,.08);border-radius:28px;background:#fffffff5;box-shadow:0 20px 55px #0f172a14}.ministry-section-head{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:center;padding-bottom:16px;border-bottom:1px solid #edf0f4}.ministry-section-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;color:var(--green-900);background:linear-gradient(135deg,#1f9d5521,#f4c4002e)}.ministry-section-head h3,.ministry-register-head h3{margin:0;color:var(--green-900);font-size:clamp(1.18rem,1.8vw,1.65rem);letter-spacing:-.03em}.ministry-section-head p,.ministry-register-head p{margin:5px 0 0;color:#667085;font-size:.94rem;line-height:1.45;font-weight:700}.ministry-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.ministry-form-grid label{min-width:0;color:#344054;font-weight:850}.ministry-form-grid input,.ministry-form-grid textarea,.ministry-form-grid select,.ministry-form-grid .searchable-select-trigger{min-height:48px;border-radius:14px;background:#fff}.ministry-form-grid textarea{min-height:92px}.ministry-form-grid .span-2{grid-column:span 2}.ministry-form-grid .span-3{grid-column:1 / -1}.ministry-country-select{z-index:18}.ministry-country-select.open{z-index:80}.ministry-country-menu{max-height:min(370px,50vh);overflow:hidden;z-index:700}.ministry-country-menu .searchable-select-options{max-height:min(285px,38vh);overscroll-behavior:contain;scrollbar-gutter:stable}.ministry-save-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0;margin-top:6px;padding:16px;border:1px solid rgba(228,231,236,.95);border-radius:22px;background:radial-gradient(circle at top right,rgba(244,196,0,.13),transparent 30%),#fffffff0;box-shadow:0 14px 34px #0f172a0f}.ministry-save-row>div:first-child{display:grid;gap:4px;min-width:0}.ministry-save-row strong{color:var(--green-900);font-size:1rem}.ministry-save-row span{color:#667085;font-size:.9rem;font-weight:700}.ministry-save-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.ministry-save-button{min-height:46px;border-radius:15px;white-space:nowrap;box-shadow:0 16px 30px #15824f33}.ministry-register-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;min-width:0}.ministry-count-pill{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:#f8fafc;color:#667085;font-weight:1000;white-space:nowrap}.ministry-search-wrap{position:relative;display:flex;align-items:center;min-width:0}.ministry-search-wrap svg{position:absolute;left:16px;color:#667085;pointer-events:none}.ministry-search{width:100%;min-height:54px;padding-left:48px;border-radius:18px;background:#fff;font-size:.98rem}.ministry-table-shell{overflow-x:hidden;min-width:0;border:1px solid var(--line);border-radius:22px;background:#fff}.ministry-table{width:100%;min-width:0;border-collapse:collapse;table-layout:fixed}.ministry-table th,.ministry-table td{padding:15px 16px;border-bottom:1px solid #edf0f4;text-align:left;vertical-align:middle;white-space:normal;overflow-wrap:anywhere}.ministry-table th{background:linear-gradient(180deg,#f8fafc,#f3f5f7);color:#475467;font-size:.76rem;font-weight:1000;letter-spacing:.06em;text-transform:uppercase}.ministry-table tr:last-child td{border-bottom:0}.ministry-table th:nth-child(1),.ministry-table td:nth-child(1){width:26%}.ministry-table th:nth-child(2),.ministry-table td:nth-child(2){width:22%}.ministry-table th:nth-child(3),.ministry-table td:nth-child(3){width:22%}.ministry-table th:nth-child(4),.ministry-table td:nth-child(4){width:18%}.ministry-table th:nth-child(5),.ministry-table td:nth-child(5){width:12%}.ministry-name-cell{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:center;min-width:0}.ministry-avatar,.ministry-profile-avatar{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;color:var(--green-900);background:linear-gradient(135deg,#1f9d5524,#f4c40029);font-weight:1000;letter-spacing:.02em}.ministry-profile-avatar{width:64px;height:64px;border-radius:23px;font-size:1.25rem}.ministry-name-cell strong,.ministry-mini-stack strong{display:block;color:#1f2937;font-weight:1000;line-height:1.2}.ministry-name-cell span,.ministry-mini-stack span{display:block;margin-top:4px;color:#667085;font-size:.86rem;font-weight:700;line-height:1.25}.ministry-actions-modern,.member-table-actions.ministry-actions-modern{min-width:0;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px}.ministry-actions-modern .table-action-btn{min-width:0;padding-inline:10px}.modern-ministry-modal{width:min(980px,calc(100vw - 42px))}.ministry-view-head{align-items:flex-start}.ministry-profile-hero{align-items:center}.ministry-view-summary{margin-top:10px}.ministry-view-body{display:grid;gap:16px}.ministry-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ministry-detail-section .member-detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.ministry-detail-item{display:grid;gap:9px;min-width:0;min-height:86px;padding:15px;border:1px solid #edf0f4;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcfd);box-shadow:inset 0 1px #ffffffd9}.ministry-detail-label{display:inline-flex;align-items:center;gap:7px;color:#667085;font-size:.76rem;font-weight:1000;letter-spacing:.055em;text-transform:uppercase}.ministry-detail-label svg{color:var(--green-600)}.ministry-detail-item strong{color:var(--text);font-size:.98rem;line-height:1.28;overflow-wrap:anywhere}.ministry-view-actions .btn{min-height:44px;border-radius:14px}@media(max-width:1240px){.ministry-stat-grid,.ministry-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ministry-hero{flex-direction:column}}@media(max-width:1100px){.ministry-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ministry-table th,.ministry-table td{padding:13px 10px}.ministry-actions-modern .table-action-btn span{display:none}}@media(max-width:820px){.ministry-table-shell{border-radius:20px}.ministry-table thead{display:none}.ministry-table,.ministry-table tbody,.ministry-table tr,.ministry-table td{display:block;width:100%!important}.ministry-table tr{padding:14px;border-bottom:1px solid #edf0f4}.ministry-table tr:last-child{border-bottom:0}.ministry-table td{padding:9px 0;border-bottom:0}.ministry-actions-modern{justify-content:flex-start}}@media(max-width:720px){.ministry-hero,.ministry-form-card,.ministry-register-card{border-radius:22px}.ministry-stat-grid,.ministry-form-grid,.ministry-quick-grid{grid-template-columns:1fr}.ministry-form-grid .span-2,.ministry-form-grid .span-3{grid-column:auto}.ministry-section-head{grid-template-columns:1fr}.ministry-register-head,.ministry-save-row{display:grid}.ministry-save-actions,.ministry-save-actions .btn{width:100%;justify-content:center}.modern-ministry-modal{width:calc(100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}}.ministry-country-select{position:relative;isolation:isolate}.ministry-country-select.open{z-index:900}.ministry-country-menu{z-index:1200;margin-top:8px}.ministry-country-menu .searchable-select-search-wrap{min-height:46px;border-radius:14px;background:#fff}.ministry-country-menu .searchable-select-search{min-height:44px;margin:0}.ministry-name-cell{display:flex;align-items:center;gap:12px;min-width:0}.ministry-name-cell>div{min-width:0;display:grid;gap:3px}.ministry-avatar,.ministry-profile-avatar{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto;line-height:1;text-align:center;white-space:nowrap}.ministry-avatar{width:48px;height:48px;border-radius:17px;font-size:.95rem}.ministry-profile-avatar{width:64px;height:64px;border-radius:22px;font-size:1.2rem}.ministry-view-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.ministry-view-head .ministry-profile-hero{flex:1 1 auto;min-width:0;grid-template-columns:64px minmax(0,1fr)}.modern-ministry-modal .member-view-close{display:inline-grid;place-items:center;flex:0 0 44px;margin:0;padding:0;line-height:1;align-self:flex-start}.member-quick-card>div{display:grid;gap:4px;min-width:0}.member-quick-card small{display:block;color:#667085;font-size:.76rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;line-height:1.2}.member-quick-card strong{display:block;line-height:1.25}@media(max-width:720px){.ministry-view-head{gap:12px}.ministry-view-head .ministry-profile-hero{grid-template-columns:52px minmax(0,1fr);padding:14px}.ministry-profile-avatar{width:52px;height:52px;border-radius:18px;font-size:1rem}}.branch-modern-page{overflow-x:clip}.branch-hero{background:radial-gradient(circle at top right,rgba(244,196,0,.28),transparent 32%),linear-gradient(135deg,#fff,#f7fbf8 46%,#eff8f4)}.branch-form-card,.branch-register-card{overflow:visible}.branch-form-grid .searchable-select{position:relative;isolation:isolate}.branch-form-grid .searchable-select.open{z-index:950}.branch-select-menu{max-height:min(370px,50vh);overflow:hidden;z-index:1250;margin-top:8px}.branch-select-options{max-height:min(285px,38vh);overscroll-behavior:contain;scrollbar-gutter:stable}.branch-select-search-wrap{min-height:46px;border-radius:14px;background:#fff}.branch-select-search-wrap .searchable-select-search{min-height:44px;margin:0}.branch-address-field textarea{resize:vertical}.branch-table-shell{overflow-x:hidden}.branch-table{table-layout:fixed;min-width:0}.branch-table th:nth-child(1),.branch-table td:nth-child(1){width:27%}.branch-table th:nth-child(2),.branch-table td:nth-child(2){width:21%}.branch-table th:nth-child(3),.branch-table td:nth-child(3){width:21%}.branch-table th:nth-child(4),.branch-table td:nth-child(4){width:20%}.branch-table th:nth-child(5),.branch-table td:nth-child(5){width:11%}.branch-name-cell{display:flex;align-items:center;gap:12px;min-width:0}.branch-name-cell>div,.branch-mini-stack{min-width:0;display:grid;gap:3px}.branch-avatar,.branch-profile-avatar{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto;line-height:1;text-align:center;white-space:nowrap}.branch-avatar{width:48px;height:48px;border-radius:17px;font-size:.95rem}.branch-profile-avatar{width:64px;height:64px;border-radius:22px;font-size:1.2rem}.branch-actions-modern,.member-table-actions.branch-actions-modern{min-width:0;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px}.branch-actions-modern .table-action-btn{min-width:0;padding-inline:10px}.modern-branch-modal{width:min(1010px,calc(100vw - 42px))}.branch-view-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.branch-view-head .branch-profile-hero{flex:1 1 auto;min-width:0;grid-template-columns:64px minmax(0,1fr)}.modern-branch-modal .member-view-close{display:inline-grid;place-items:center;flex:0 0 44px;margin:0;padding:0;line-height:1;align-self:flex-start}.branch-view-body{display:grid;gap:16px}.branch-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.branch-detail-section .member-detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.branch-detail-item strong{overflow-wrap:anywhere}.branch-view-actions .btn{min-height:44px;border-radius:14px}@media(max-width:1240px){.branch-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.branch-table th,.branch-table td{padding:13px 10px}.branch-actions-modern .table-action-btn span{display:none}}@media(max-width:820px){.branch-table th,.branch-table td{width:100%!important}}@media(max-width:720px){.modern-branch-modal{width:calc(100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.branch-view-head{gap:12px}.branch-view-head .branch-profile-hero{grid-template-columns:52px minmax(0,1fr);padding:14px}.branch-profile-avatar{width:52px;height:52px;border-radius:18px;font-size:1rem}}.subbranch-modern-page{overflow-x:clip}.subbranch-hero{background:radial-gradient(circle at top right,rgba(244,196,0,.28),transparent 32%),linear-gradient(135deg,#fff,#f7fbf8 46%,#eff8f4)}.subbranch-form-card,.subbranch-register-card{overflow:visible}.subbranch-form-grid .searchable-select{position:relative;isolation:isolate}.subbranch-form-grid .searchable-select.open{z-index:960}.subbranch-select-menu{max-height:min(370px,50vh);overflow:hidden;z-index:1260;margin-top:8px}.subbranch-select-options{max-height:min(285px,38vh);overscroll-behavior:contain;scrollbar-gutter:stable}.subbranch-select-search-wrap{min-height:46px;border-radius:14px;background:#fff}.subbranch-select-search-wrap .searchable-select-search{min-height:44px;margin:0}.subbranch-address-field textarea{resize:vertical}.subbranch-table-shell{overflow-x:hidden}.subbranch-table{table-layout:fixed;min-width:0}.subbranch-table th:nth-child(1),.subbranch-table td:nth-child(1){width:28%}.subbranch-table th:nth-child(2),.subbranch-table td:nth-child(2){width:20%}.subbranch-table th:nth-child(3),.subbranch-table td:nth-child(3){width:23%}.subbranch-table th:nth-child(4),.subbranch-table td:nth-child(4){width:18%}.subbranch-table th:nth-child(5),.subbranch-table td:nth-child(5){width:11%}.subbranch-name-cell{display:flex;align-items:center;gap:12px;min-width:0}.subbranch-name-cell>div,.subbranch-mini-stack{min-width:0;display:grid;gap:3px}.subbranch-avatar,.subbranch-profile-avatar{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto;line-height:1;text-align:center;white-space:nowrap}.subbranch-avatar{width:48px;height:48px;border-radius:17px;font-size:.9rem}.subbranch-profile-avatar{width:64px;height:64px;border-radius:22px;font-size:1.12rem}.subbranch-actions-modern,.member-table-actions.subbranch-actions-modern{min-width:0;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px}.subbranch-actions-modern .table-action-btn{min-width:0;padding-inline:10px}.modern-subbranch-modal{width:min(1010px,calc(100vw - 42px))}.subbranch-view-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.subbranch-view-head .subbranch-profile-hero{flex:1 1 auto;min-width:0;grid-template-columns:64px minmax(0,1fr)}.modern-subbranch-modal .member-view-close{display:inline-grid;place-items:center;flex:0 0 44px;margin:0;padding:0;line-height:1;align-self:flex-start}.subbranch-view-body{display:grid;gap:16px}.subbranch-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.subbranch-detail-section .member-detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.subbranch-detail-item strong{overflow-wrap:anywhere}.subbranch-view-actions .btn{min-height:44px;border-radius:14px}@media(max-width:1240px){.subbranch-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.subbranch-table th,.subbranch-table td{padding:13px 10px}.subbranch-actions-modern .table-action-btn span{display:none}}@media(max-width:820px){.subbranch-table th,.subbranch-table td{width:100%!important}}@media(max-width:720px){.modern-subbranch-modal{width:calc(100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.subbranch-view-head{gap:12px}.subbranch-view-head .subbranch-profile-hero{grid-template-columns:52px minmax(0,1fr);padding:14px}.subbranch-profile-avatar{width:52px;height:52px;border-radius:18px;font-size:.96rem}}.district-modern-page{overflow-x:clip}.district-hero{background:radial-gradient(circle at top right,rgba(244,196,0,.26),transparent 32%),linear-gradient(135deg,#fff,#f8fbf9 48%,#eef8f4)}.district-form-card,.district-register-card{overflow:visible}.district-form-grid .searchable-select{position:relative;isolation:isolate}.district-form-grid .searchable-select.open{z-index:960}.district-select-menu{max-height:min(370px,50vh);overflow:hidden;z-index:1260;margin-top:8px}.district-select-options{max-height:min(285px,38vh);overscroll-behavior:contain;scrollbar-gutter:stable}.district-select-search-wrap{min-height:46px;border-radius:14px;background:#fff}.district-select-search-wrap .searchable-select-search{min-height:44px;margin:0}.district-address-field textarea{resize:vertical}.district-table-shell{overflow-x:hidden}.district-table{table-layout:fixed;min-width:0}.district-table th:nth-child(1),.district-table td:nth-child(1){width:30%}.district-table th:nth-child(2),.district-table td:nth-child(2){width:14%}.district-table th:nth-child(3),.district-table td:nth-child(3){width:22%}.district-table th:nth-child(4),.district-table td:nth-child(4){width:22%}.district-table th:nth-child(5),.district-table td:nth-child(5){width:12%}.district-name-cell{display:flex;align-items:center;gap:12px;min-width:0}.district-name-cell>div,.district-mini-stack{min-width:0;display:grid;gap:3px}.district-avatar,.district-profile-avatar{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto;line-height:1;text-align:center;white-space:nowrap}.district-avatar{width:48px;height:48px;border-radius:17px;font-size:.95rem}.district-profile-avatar{width:64px;height:64px;border-radius:22px;font-size:1.2rem}.district-actions-modern,.member-table-actions.district-actions-modern{min-width:0;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px}.district-actions-modern .table-action-btn{min-width:0;padding-inline:10px}.modern-district-modal{width:min(1010px,calc(100vw - 42px))}.district-view-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.district-view-head .district-profile-hero{flex:1 1 auto;min-width:0;grid-template-columns:64px minmax(0,1fr)}.modern-district-modal .member-view-close{display:inline-grid;place-items:center;flex:0 0 44px;margin:0;padding:0;line-height:1;align-self:flex-start}.district-view-body{display:grid;gap:16px}.district-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.district-detail-section .member-detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.district-detail-item strong{overflow-wrap:anywhere}.district-view-actions .btn{min-height:44px;border-radius:14px}@media(max-width:1240px){.district-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.district-table th,.district-table td{padding:13px 10px}.district-actions-modern .table-action-btn span{display:none}}@media(max-width:820px){.district-table th,.district-table td{width:100%!important}}@media(max-width:720px){.modern-district-modal{width:calc(100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.district-view-head{gap:12px}.district-view-head .district-profile-hero{grid-template-columns:52px minmax(0,1fr);padding:14px}.district-profile-avatar{width:52px;height:52px;border-radius:18px;font-size:1rem}}.portfolio-modern-page{overflow-x:clip}.portfolio-hero{background:radial-gradient(circle at top right,rgba(244,196,0,.28),transparent 32%),linear-gradient(135deg,#fff,#f8fbf9 48%,#eef8f4)}.portfolio-form-card,.portfolio-register-card{overflow:visible}.portfolio-form-grid .searchable-select{position:relative;isolation:isolate}.portfolio-form-grid .searchable-select.open{z-index:980}.portfolio-select-menu{max-height:min(370px,50vh);overflow:hidden;z-index:1280;margin-top:8px}.portfolio-select-options{max-height:min(285px,38vh);overscroll-behavior:contain;scrollbar-gutter:stable}.portfolio-select-search-wrap{min-height:46px;border-radius:14px;background:#fff}.portfolio-select-search-wrap .searchable-select-search{min-height:44px;margin:0}.portfolio-address-field textarea{resize:vertical}.portfolio-table-shell{overflow-x:hidden}.portfolio-table{table-layout:fixed;min-width:0}.portfolio-table th:nth-child(1),.portfolio-table td:nth-child(1){width:30%}.portfolio-table th:nth-child(2),.portfolio-table td:nth-child(2){width:23%}.portfolio-table th:nth-child(3),.portfolio-table td:nth-child(3){width:23%}.portfolio-table th:nth-child(4),.portfolio-table td:nth-child(4){width:14%}.portfolio-table th:nth-child(5),.portfolio-table td:nth-child(5){width:10%}.portfolio-name-cell{display:flex;align-items:center;gap:12px;min-width:0}.portfolio-name-cell>div,.portfolio-mini-stack{min-width:0;display:grid;gap:3px}.portfolio-avatar,.portfolio-profile-avatar{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto;line-height:1;text-align:center;white-space:nowrap}.portfolio-avatar{width:48px;height:48px;border-radius:17px;font-size:.95rem}.portfolio-profile-avatar{width:64px;height:64px;border-radius:22px;font-size:1.2rem}.portfolio-name-cell .badge{width:fit-content}.portfolio-actions-modern,.member-table-actions.portfolio-actions-modern{min-width:0;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px}.portfolio-actions-modern .table-action-btn{min-width:0;padding-inline:10px}.modern-portfolio-modal{width:min(1010px,calc(100vw - 42px))}.portfolio-view-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.portfolio-view-head .portfolio-profile-hero{flex:1 1 auto;min-width:0;grid-template-columns:64px minmax(0,1fr)}.modern-portfolio-modal .member-view-close{display:inline-grid;place-items:center;flex:0 0 44px;margin:0;padding:0;line-height:1;align-self:flex-start}.portfolio-view-body{display:grid;gap:16px}.portfolio-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.portfolio-detail-section .member-detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.portfolio-detail-item strong{overflow-wrap:anywhere}.portfolio-view-actions .btn{min-height:44px;border-radius:14px}@media(max-width:1240px){.portfolio-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.portfolio-table th,.portfolio-table td{padding:13px 10px}.portfolio-actions-modern .table-action-btn span{display:none}}@media(max-width:820px){.portfolio-table th,.portfolio-table td{width:100%!important}}@media(max-width:720px){.modern-portfolio-modal{width:calc(100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.portfolio-view-head{gap:12px}.portfolio-view-head .portfolio-profile-hero{grid-template-columns:52px minmax(0,1fr);padding:14px}.portfolio-profile-avatar{width:52px;height:52px;border-radius:18px;font-size:1rem}}.kgoro-modern-page{display:grid;gap:18px}.kgoro-modern-page .page-header{align-items:center;padding:4px 0 2px}.kgoro-modern-page .page-header h2{color:var(--green-900);letter-spacing:-.03em}.kgoro-modern-page .card{border:1px solid rgba(226,232,240,.95);border-radius:26px;box-shadow:0 20px 52px #0f172a14;overflow:visible}.kgoro-modern-page .card-head h2{color:var(--green-900);font-size:1.15rem;letter-spacing:-.02em}.kgoro-modern-page .stat{position:relative;overflow:hidden;border-radius:22px;background:linear-gradient(145deg,#fff,#f8fafc 58%,#fff6cc6b);box-shadow:0 12px 32px #0f172a0e}.kgoro-modern-page .stat:after{content:"";position:absolute;width:86px;height:86px;right:-36px;top:-42px;border-radius:999px;background:#f4c40029}.kgoro-modern-page .stat strong{color:var(--green-900);letter-spacing:-.04em}.kgoro-modern-page .stat small{font-weight:800}.kgoro-tabs{padding:5px;border:1px solid var(--line);background:#ffffffc7;border-radius:999px;box-shadow:0 12px 34px #0f172a14}.kgoro-tab{min-height:42px;padding:10px 17px;border-color:transparent;box-shadow:none}.kgoro-tab.active{box-shadow:0 12px 28px #f4c40042}.kgoro-search-panel{border-radius:20px}.kgoro-search-row .search,.kgoro-modern-page .toolbar .search{min-height:48px;border-radius:16px;border-color:#e5e7eb}.kgoro-search-row .btn{min-height:48px;border-radius:15px;padding-inline:22px}.kgoro-modern-form{gap:18px}.kgoro-form-banner{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid rgba(244,196,0,.28);border-radius:18px;background:linear-gradient(90deg,#f4c4002e,#f4c4000d,#15824f0f)}.kgoro-form-banner span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:999px;background:var(--gold);color:var(--green-900);font-weight:1000}.kgoro-form-banner strong{display:block;color:var(--green-900);font-size:1.02rem}.kgoro-form-banner small{display:block;margin-top:2px;color:var(--muted);font-weight:700}.kgoro-modern-form .form-grid{gap:16px}.kgoro-modern-form label{color:#344054}.kgoro-modern-form input,.kgoro-modern-form select,.kgoro-modern-form textarea,.kgoro-modern-form .searchable-select-trigger{min-height:46px;border-radius:15px;border-color:#e5e7eb;box-shadow:inset 0 1px #ffffffd9}.kgoro-modern-form textarea{min-height:84px;resize:vertical}.readonly-input,.kgoro-auto-field{background:linear-gradient(180deg,#f8fafc,#f3f6f8)!important;color:var(--green-900)!important;border-color:#e5e7eb!important;font-weight:900;cursor:not-allowed}.readonly-input:focus,.kgoro-auto-field:focus{border-color:#d0d5dd!important;box-shadow:none!important}.field-hint{color:var(--muted);font-size:.78rem;font-weight:700;line-height:1.35}.kgoro-selected-member{border-radius:20px;border-color:#15824f47;background:linear-gradient(135deg,#15824f14,#f4c40021);box-shadow:0 14px 34px #0f172a0f}.kgoro-member-result{border-radius:20px}.kgoro-modern-page .table-wrap{border-radius:18px;box-shadow:inset 0 1px #fffc}.kgoro-modern-page th{background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.kgoro-modern-page td{vertical-align:middle}.kgoro-view-modal{width:min(1060px,100%);border:1px solid rgba(255,255,255,.32);background:linear-gradient(180deg,#fff,#fbfcfd)}.kgoro-view-head{align-items:center;border-bottom:0;padding:18px;margin:-4px -4px 18px;border-radius:22px;background:linear-gradient(135deg,#07382ff5,#0b4a3feb);color:#fff}.kgoro-view-head p,.kgoro-view-head h2{color:#fff}.kgoro-view-head p{opacity:.72}.kgoro-view-head .record-view-close,.kgoro-view-head .record-view-close:hover{background:#ffffff24;color:#fff}.kgoro-view-modal .record-view-summary span{background:var(--gold-soft);color:var(--green-900);border:1px solid rgba(244,196,0,.34)}.kgoro-view-modal .record-detail-item{border-radius:18px;background:#fff;box-shadow:0 10px 24px #0f172a0b}.kgoro-view-modal .record-detail-item span{color:#667085}.kgoro-feedback-backdrop{z-index:1400}.kgoro-feedback-modal{position:relative;width:min(520px,100%);padding:28px;text-align:center;border-radius:28px;background:#fff;border:1px solid #bbf7d0;box-shadow:0 32px 90px #041f1a57}.kgoro-feedback-modal.error{border-color:#fecaca}.kgoro-feedback-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border:0;border-radius:14px;background:#f2f4f7;color:var(--green-900);font-size:1.45rem;line-height:1}.kgoro-feedback-close:hover{background:var(--gold-soft)}.kgoro-feedback-icon{width:76px;height:76px;display:grid;place-items:center;margin:0 auto 14px;border-radius:999px;font-size:2rem;font-weight:1000}.kgoro-feedback-icon.success{background:#dcfce7;color:#166534;box-shadow:0 16px 36px #1665342e}.kgoro-feedback-icon.error{background:#fee2e2;color:#991b1b;box-shadow:0 16px 36px #991b1b29}.kgoro-feedback-kicker{margin:0 0 6px;color:var(--muted);font-weight:900;text-transform:uppercase;letter-spacing:.07em;font-size:.75rem}.kgoro-feedback-modal h2{margin:0;color:var(--green-900);font-size:clamp(1.35rem,3vw,1.85rem)}.kgoro-feedback-message{margin:12px 0 0;color:#344054;font-weight:700;line-height:1.48}.kgoro-feedback-detail{margin-top:14px;padding:12px;border-radius:14px;background:#f8fafc;color:#475467;font-weight:700;white-space:pre-wrap}.kgoro-feedback-actions{display:flex;justify-content:center;margin-top:18px}.kgoro-feedback-actions .btn{min-width:132px;justify-content:center}@media(max-width:980px){.kgoro-modern-page .page-header{align-items:flex-start}.kgoro-tabs{border-radius:24px}}@media(max-width:720px){.kgoro-modern-page .card{border-radius:20px}.kgoro-form-banner{align-items:flex-start}.kgoro-feedback-modal{padding:24px 18px;border-radius:22px}}.modern-ditumedisho-page,.modern-contributions-page{display:grid;gap:18px}.ditu-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:6px}.ditu-stat-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}.ditu-stat-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:132px;border:1px solid rgba(228,231,236,.96);border-radius:24px;background:radial-gradient(circle at 100% 0,rgba(244,196,0,.18),transparent 28%),linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 18px 48px #0f172a14;padding:18px;text-align:left;color:var(--text);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}button.ditu-stat-card:hover,button.ditu-stat-card:focus-visible{transform:translateY(-3px);border-color:#15824f5c;box-shadow:0 24px 60px #0f172a21;outline:none}.ditu-stat-card.static{cursor:default}.ditu-stat-icon{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:14px;background:#f4c4002e;color:var(--green-900);margin-bottom:12px}.ditu-stat-card span:not(.ditu-stat-icon){display:block;color:var(--muted);font-size:.88rem;font-weight:800}.ditu-stat-card strong{display:block;margin-top:6px;font-size:clamp(1.55rem,2.5vw,2.2rem);color:var(--green-900);letter-spacing:-.04em}.ditu-stat-card small{display:inline-flex;align-items:center;gap:6px;margin-top:10px;color:var(--green-600);font-weight:850;line-height:1.25}.ditu-panel{background:#fff;border:1px solid rgba(228,231,236,.94);border-radius:26px;box-shadow:0 18px 56px #0f172a14;padding:20px}.ditu-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.ditu-panel-head h3{margin:1px 0 4px;color:var(--green-900);font-size:1.16rem}.ditu-panel-head span{display:block;color:var(--muted);line-height:1.35}.eyebrow{margin:0;color:var(--green-600);font-size:.74rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.ditu-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.ditu-primary-search{min-height:54px;border-radius:17px;padding-left:16px;font-weight:700;background:#fff}.ditu-primary-search:focus{border-color:var(--green-500);box-shadow:0 0 0 5px #1f9d5521,0 12px 28px #0f172a14}.ditu-results-wrap{margin-top:18px}.ditu-results-head{margin-bottom:10px;color:var(--muted);font-weight:850}.modern-table-wrap{border-radius:20px;border-color:#e4e7ecfa;overflow:auto}.modern-table-wrap table{min-width:900px}.modern-table-wrap td strong{display:block;color:var(--text)}.modern-table-wrap td small{display:block;margin-top:2px;color:var(--muted)}.modern-file-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;background:#dcfce7;color:#166534;font-weight:900;font-size:.78rem;white-space:nowrap}.ditu-selected-member{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;padding:16px;border:1px solid rgba(31,157,85,.18);border-radius:22px;background:linear-gradient(135deg,#dcfce7b8,#fff6cc8c)}.ditu-selected-member.compact{margin:0 0 14px}.ditu-selected-member span{display:block;color:var(--muted);font-size:.82rem;font-weight:900}.ditu-selected-member strong{display:block;margin-top:3px;color:var(--green-900);font-size:1.1rem}.ditu-selected-member small{display:block;margin-top:4px;color:#475467;font-weight:700}.ditu-selected-badge{flex:0 0 auto;border-radius:999px;padding:8px 12px;background:var(--green-900);color:#fff;font-weight:900;font-size:.82rem}.ditu-amount-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ditu-amount-grid.modal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ditu-amount-card{border:1px solid rgba(228,231,236,.98);border-radius:20px;padding:14px;background:#fff;box-shadow:0 8px 22px #0f172a0a}.ditu-amount-card span{color:#344054;font-weight:900}.ditu-amount-card input{margin-top:7px;min-height:48px;border-radius:15px;font-weight:850}.ditu-total-card{background:linear-gradient(135deg,var(--green-900),#0b4a3f);border-color:#07382f73}.ditu-total-card span{color:#fffc}.ditu-total-card input{background:#ffffff1f;color:#fff;border-color:#ffffff2e}.ditu-actions-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px}.ditu-actions-row span{color:var(--muted);font-weight:750}.ditu-record-toolbar{margin:0 0 14px}.table-actions{display:flex;gap:8px;flex-wrap:wrap}.btn.ghost{background:#fff;color:var(--green-900);border:1px solid var(--line)}.btn.secondary.success{background:#dcfce7;color:#064e3b;border:1px solid #bbf7d0}.empty-state{color:var(--muted);text-align:center;padding:30px!important;font-weight:800}.modern-ditu-modal{position:relative;width:min(760px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#fff;border-radius:28px;box-shadow:0 30px 90px #00000057;padding:24px}.modern-ditu-edit-modal{width:min(860px,100%)}.modern-ditu-modal .member-view-close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;background:#f8fafc;color:var(--green-900);box-shadow:inset 0 0 0 1px var(--line)}.modern-modal-hero{display:flex;align-items:center;gap:14px;padding:4px 50px 18px 0;border-bottom:1px solid var(--line);margin-bottom:16px}.modern-modal-hero h3{margin:2px 0 4px;color:var(--green-900);font-size:1.45rem}.modern-modal-hero span:not(.modern-modal-icon){color:var(--muted)}.modern-modal-icon{flex:0 0 54px;height:54px;display:inline-grid;place-items:center;border-radius:18px;background:var(--gold-soft);color:var(--green-900)}.modern-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.modern-detail-grid div,.modern-entry-list div{border:1px solid var(--line);border-radius:18px;padding:13px;background:#f8fafc}.modern-detail-grid span,.modern-entry-list span{display:block;color:var(--muted);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.modern-detail-grid strong,.modern-entry-list strong{display:block;margin-top:4px;color:var(--green-900)}.modern-entry-list{display:grid;gap:10px;margin-bottom:16px}.modern-entry-list div{display:flex;align-items:center;justify-content:space-between;gap:10px}.approval-warning{margin:0 0 14px;padding:12px 14px;border-radius:18px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-weight:850;line-height:1.35}.approval-reason-field{margin-top:14px}.approval-reason-field textarea{min-height:96px;resize:vertical}.contribution-filter-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(160px,.6fr) minmax(160px,.6fr) auto;gap:12px;align-items:end;margin-bottom:16px}@media(max-width:1100px){.ditu-stat-grid,.ditu-amount-grid,.ditu-amount-grid.modal-grid,.contribution-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.ditu-stat-grid,.ditu-stat-grid.compact,.ditu-search-row,.ditu-amount-grid,.ditu-amount-grid.modal-grid,.modern-detail-grid,.contribution-filter-grid{grid-template-columns:1fr}.ditu-panel{border-radius:20px;padding:16px}.ditu-panel-head,.ditu-selected-member,.ditu-actions-row{align-items:stretch;flex-direction:column}.ditu-selected-badge,.ditu-search-row .btn,.contribution-filter-grid .btn{width:100%;justify-content:center}.modern-ditu-modal{max-height:calc(100vh - 28px);border-radius:22px;padding:18px}.modern-modal-hero{padding-right:46px}}.member-save-modal-info .member-save-modal-icon{background:#dbeafe;color:#1d4ed8}.kgoro-section-nav{width:min(880px,100%);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:8px;margin:-6px 0 4px;border:1px solid rgba(226,232,240,.96);border-radius:24px;background:#ffffffd1;box-shadow:0 16px 42px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.kgoro-section-tab{display:grid;gap:4px;min-height:68px;border:1px solid transparent;border-radius:18px;padding:13px 16px;text-align:left;background:transparent;color:#344054;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.kgoro-section-tab:hover{transform:translateY(-1px);border-color:#15824f2e;background:#15824f0d}.kgoro-section-tab span{color:var(--green-900);font-size:1rem;font-weight:1000;letter-spacing:-.02em}.kgoro-section-tab small{color:#667085;font-weight:700;line-height:1.3}.kgoro-section-tab.active{background:linear-gradient(135deg,var(--green-900),var(--green-700));border-color:#15824f61;box-shadow:0 16px 34px #041f1a2e}.kgoro-section-tab.active span,.kgoro-section-tab.active small{color:#fff}.kgoro-section-tab.active small{opacity:.78}.kgoro-modern-page .page-header{margin-bottom:2px}.kgoro-modern-form .searchable-select-menu{z-index:260}.record-view-backdrop.kgoro-view-backdrop{align-items:center;padding:28px;overflow:hidden}.record-view-modal.kgoro-view-modal{width:min(1080px,calc(100vw - 56px));max-height:min(88vh,920px);display:flex;flex-direction:column;overflow:hidden;padding:0;border-radius:30px;border:1px solid rgba(255,255,255,.42);background:linear-gradient(180deg,#fff,#fbfcfd);box-shadow:0 34px 100px #041f1a57}.kgoro-view-modal .kgoro-view-head{position:relative;flex:0 0 auto;margin:0;padding:22px 24px;border-radius:0;background:radial-gradient(circle at top right,rgba(244,196,0,.2),transparent 32%),linear-gradient(135deg,#07382ffa,#0b4a3ff0)}.kgoro-view-title-block p{margin-bottom:6px;font-size:.72rem;letter-spacing:.1em}.kgoro-view-title-block h2{line-height:1.05;letter-spacing:-.04em}.kgoro-view-modal .record-view-close{width:44px;height:44px;flex:0 0 auto;border-radius:16px;font-size:1.5rem}.kgoro-view-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:18px 24px 24px;background:linear-gradient(180deg,#fff,#fbfcfd)}.kgoro-view-body::-webkit-scrollbar{width:10px}.kgoro-view-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.kgoro-view-body::-webkit-scrollbar-track{background:#f1f5f9}.kgoro-view-chips{margin:0 0 16px;padding:0}.kgoro-view-modal .kgoro-selected-member{margin-bottom:14px}.kgoro-view-modal .record-detail-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px}.kgoro-view-modal .record-detail-item{min-height:86px;padding:14px;border:1px solid rgba(226,232,240,.96);background:linear-gradient(180deg,#fff,#fbfcfd);box-shadow:0 10px 24px #0f172a0b}.kgoro-view-modal .record-detail-item strong{font-size:.98rem}.kgoro-view-modal .record-view-actions{position:sticky;bottom:-24px;margin:18px -24px -24px;padding:14px 24px;background:#fffffff0;border-top:1px solid rgba(226,232,240,.96);box-shadow:0 -14px 32px #0f172a0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:860px){.kgoro-section-nav{grid-template-columns:1fr;border-radius:22px}.kgoro-section-tab{min-height:58px}.record-view-backdrop.kgoro-view-backdrop{align-items:flex-start;padding:14px;overflow-y:auto}.record-view-modal.kgoro-view-modal{width:100%;max-height:calc(100vh - 28px);border-radius:24px}.kgoro-view-modal .kgoro-view-head{padding:18px}.kgoro-view-body{padding:16px}.kgoro-view-modal .record-view-actions{bottom:-16px;margin:16px -16px -16px;padding:12px 16px}}.ditu-search-panel{position:relative;overflow:hidden}.ditu-search-head{margin-bottom:14px}.ditu-search-input-shell{position:relative;display:flex;align-items:center;min-width:0;min-height:58px;border:1px solid rgba(228,231,236,.98);border-radius:19px;background:linear-gradient(180deg,#fff,#fbfcfd);box-shadow:inset 0 1px #fffffff2,0 10px 26px #0f172a0a;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.ditu-search-input-shell:hover,.ditu-search-input-shell:focus-within{border-color:#1f9d558c;box-shadow:0 0 0 5px #1f9d551f,0 16px 38px #0f172a14}.ditu-search-input-shell>svg{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:var(--green-900);opacity:.72;pointer-events:none}.ditu-search-input-shell .ditu-primary-search{width:100%;min-width:0;min-height:56px;border:0;border-radius:18px;background:transparent;padding:0 52px;font-size:1rem;font-weight:800;color:var(--green-900)}.ditu-search-input-shell .ditu-primary-search:focus{border-color:transparent;box-shadow:none}.ditu-search-input-shell .ditu-primary-search::placeholder{color:transparent}.ditu-search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;color:var(--green-900);background:#f4c40029}.ditu-search-clear:hover{background:var(--gold-soft)}.ditu-modal-action{border-radius:999px;padding-inline:13px;min-height:40px;box-shadow:0 7px 18px #0f172a0f}.ditu-modal-action:hover{transform:translateY(-1px)}.ditu-popup-backdrop{align-items:center;justify-content:center;padding:20px;background:#052720ad;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.modern-ditu-view-modal,.modern-ditu-edit-modal{border:1px solid rgba(255,255,255,.72);box-shadow:0 38px 110px #021a146b}.modern-ditu-view-modal{width:min(880px,100%)}.ditu-modal-hero{margin:-4px -4px 16px;padding:20px 66px 20px 20px;border:0;border-radius:24px;background:radial-gradient(circle at 100% 0,rgba(244,196,0,.2),transparent 32%),linear-gradient(135deg,var(--green-900),#0f5b4d);color:#fff}.ditu-modal-hero .eyebrow,.ditu-modal-hero h3,.ditu-modal-hero span:not(.modern-modal-icon){color:#fff}.ditu-modal-hero .eyebrow{opacity:.78}.ditu-modal-hero .modern-modal-icon{background:#ffffff24;color:var(--gold);box-shadow:inset 0 0 0 1px #ffffff2e}.modern-ditu-modal .member-view-close{z-index:2;top:20px;right:20px;background:#ffffff24;color:#fff;box-shadow:inset 0 0 0 1px #fff3}.modern-ditu-modal .member-view-close:hover{background:#ffffff38}.ditu-modal-status-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 16px}.ditu-modal-status-row span{display:inline-flex;align-items:center;min-height:34px;border-radius:999px;padding:7px 12px;background:#ecfdf3;color:#05603a;border:1px solid #bbf7d0;font-size:.82rem;font-weight:950}.ditu-member-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ditu-member-detail-grid div,.ditu-entry-list-modern div{background:linear-gradient(180deg,#fff,#f8fafc);border-color:#e4e7ecfa;box-shadow:0 8px 24px #0f172a0a}.ditu-modal-section-title{margin:4px 0 10px;color:var(--green-900);font-size:.9rem;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.approval-info{margin:0 0 14px;padding:13px 15px;border-radius:18px;background:#ecfdf3;border:1px solid #bbf7d0;color:#05603a;font-weight:850;line-height:1.38}.approval-audit-note{margin-top:12px;padding:12px 14px;border-radius:16px;background:#f8fafc;border:1px dashed #cbd5e1;color:#475467;font-size:.88rem;font-weight:800;line-height:1.35}.modern-ditu-edit-modal .ditu-selected-badge{white-space:nowrap;background:#f4c40038;color:var(--green-900)}@media(max-width:900px){.ditu-member-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.ditu-search-input-shell .ditu-primary-search{padding-right:46px}.ditu-member-detail-grid{grid-template-columns:1fr}.ditu-popup-backdrop{align-items:flex-start;padding:14px}.ditu-modal-hero{padding:18px 54px 18px 18px}}.member-view-backdrop.ditu-popup-backdrop,.ditu-popup-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:3000!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100vw!important;height:100vh!important;margin:0!important;padding:24px!important;overflow-y:auto!important;background:#052720b8!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ditu-popup-backdrop .modern-ditu-modal{position:relative!important;margin:auto!important;max-height:calc(100vh - 48px)!important;overflow-y:auto!important;transform:none!important}.ditu-popup-backdrop .modern-ditu-view-modal{width:min(920px,calc(100vw - 48px))!important}.ditu-popup-backdrop .modern-ditu-edit-modal{width:min(980px,calc(100vw - 48px))!important}.kgoro-section-nav{width:min(920px,100%);margin:6px 0 18px;padding:8px;border-radius:26px;background:#ffffffeb;border:1px solid rgba(226,232,240,.96);box-shadow:0 18px 42px #0f172a14}.kgoro-section-nav .kgoro-section-tab{border-radius:20px}.kgoro-section-nav .kgoro-section-tab.active{background:linear-gradient(135deg,#07382f,#0b4a3f 68%,#15824f)!important;border-color:#f4c4007a!important;color:#fff!important;box-shadow:0 18px 36px #041f1a3d,inset 0 0 0 1px #ffffff1f!important}.kgoro-section-nav .kgoro-section-tab.active span,.kgoro-section-nav .kgoro-section-tab.active small{color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.14)}.kgoro-section-nav .kgoro-section-tab.active small{opacity:.86!important}.kgoro-section-nav .kgoro-section-tab:not(.active){background:#ffffffbd!important;color:#344054!important}.kgoro-section-nav .kgoro-section-tab:not(.active) span{color:#07382f!important}@media(max-width:720px){.member-view-backdrop.ditu-popup-backdrop,.ditu-popup-backdrop{align-items:flex-start!important;padding:14px!important}.ditu-popup-backdrop .modern-ditu-modal,.ditu-popup-backdrop .modern-ditu-view-modal,.ditu-popup-backdrop .modern-ditu-edit-modal{width:100%!important;max-height:calc(100vh - 28px)!important}}.result-viewer-card{width:min(960px,100%)}.result-auth-form{display:grid;gap:14px;margin-top:18px;text-align:left}.result-auth-form .btn{justify-content:center;width:100%}.result-logo-zcc{min-width:72px;width:72px;font-size:18px;font-weight:900;letter-spacing:-.5px}.delivery-report{display:grid;gap:6px;min-width:230px}.delivery-report-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:.82rem}.delivery-report-row strong{min-width:44px;color:var(--text)}.delivery-report-row small{color:var(--muted);font-size:.72rem}.vetting-report-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.vetting-report-toolbar .search{flex:1;min-width:260px}.vetting-report-toolbar .btn{white-space:nowrap}.delivery-report-row small{display:block;margin-left:44px;margin-top:3px;color:#667085;font-size:11px}
