.login-page{box-sizing:border-box;background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 45%,#f8fafc 100%);justify-content:center;align-items:center;min-height:100vh;padding:30px;display:flex}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;grid-template-columns:1fr .9fr;width:100%;max-width:1100px;min-height:650px;display:grid;overflow:hidden;box-shadow:0 25px 70px #0f172a1f}.login-content{background:#fff;flex-direction:column;justify-content:center;padding:55px;display:flex}.login-brand{color:#166534;letter-spacing:1.5px;align-items:center;gap:10px;margin-bottom:30px;font-size:13px;font-weight:800;display:flex}.brand-icon{color:#fff;background:#16a34a;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;font-weight:800;display:flex}.login-content h1{color:#111827;margin:0;font-size:42px;font-weight:800;line-height:1.15}.login-subtitle{color:#6b7280;margin:12px 0 30px;font-size:15px;line-height:1.7}.login-subtitle strong{color:#374151}.login-form{flex-direction:column;gap:21px;width:100%;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#374151;font-size:13px;font-weight:700}.password-label-row{justify-content:space-between;align-items:center;gap:15px;display:flex}.form-group input{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;height:50px;padding:0 15px;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder{color:#9ca3af;opacity:1}.form-group input:disabled{color:#6b7280;background:#f9fafb}.form-group input:-webkit-autofill{-webkit-text-fill-color:#111827;box-shadow:inset 0 0 0 1000px #fff}.form-group input:-webkit-autofill:hover{-webkit-text-fill-color:#111827;box-shadow:inset 0 0 0 1000px #fff}.form-group input:-webkit-autofill:focus{-webkit-text-fill-color:#111827;box-shadow:inset 0 0 0 1000px #fff}.forgot-link{color:#16a34a;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:700}.forgot-link:hover{color:#15803d;text-decoration:underline}.login-button{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:11px;width:100%;height:52px;margin-top:5px;font-size:14px;font-weight:800;transition:background .2s,transform .2s,box-shadow .2s}.login-button:hover{background:#15803d;transform:translateY(-1px);box-shadow:0 10px 25px #16a34a33}.login-button:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.back-button{color:#16a34a;cursor:pointer;background:0 0;border:none;width:fit-content;margin-bottom:25px;padding:0;font-size:13px;font-weight:700}.back-button:hover{color:#15803d}.message{border-radius:10px;margin-bottom:20px;padding:13px 15px;font-size:13px;font-weight:600;line-height:1.5}.message.success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.message.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.login-side{background:linear-gradient(145deg,#14532d 0%,#166534 45%,#15803d 100%);align-items:center;padding:55px;display:flex;position:relative;overflow:hidden}.side-content{z-index:2;max-width:430px;position:relative}.side-badge{color:#dcfce7;letter-spacing:1.3px;background:#ffffff14;border:1px solid #ffffff40;border-radius:30px;margin-bottom:22px;padding:8px 13px;font-size:11px;font-weight:800;display:inline-block}.side-content h2{color:#fff;margin:0;font-size:40px;font-weight:800;line-height:1.15}.side-content p{color:#dcfce7;margin-top:22px;font-size:15px;line-height:1.8}.glow-circle{filter:blur(1px);pointer-events:none;background:#ffffff14;border-radius:50%;position:absolute}.circle-one{width:330px;height:330px;animation:7s ease-in-out infinite floatCircle;top:-100px;right:-130px}.circle-two{background:#86efac14;width:260px;height:260px;animation:9s ease-in-out infinite reverse floatCircle;bottom:-100px;left:-120px}@keyframes floatCircle{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(20px)scale(1.04)}}@media (width<=850px){.login-page{padding:15px}.login-card{grid-template-columns:1fr}.login-side{display:none}.login-content{padding:40px 30px}}@media (width<=500px){.login-content{padding:30px 20px}.login-content h1{font-size:32px}.login-brand{margin-bottom:22px}.password-label-row{align-items:flex-start}}.dashboard-page{max-width:1500px;margin:0 auto}.dashboard-heading{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.dashboard-label{color:#809087;letter-spacing:1.8px;font-size:10px;font-weight:700}.dashboard-heading h1{color:#13221d;margin:6px 0 5px;font-size:30px;line-height:1.2}.dashboard-heading p{color:#7b8983;margin:0;font-size:13px}.status-badge{color:#4d5d55;background:#fff;border:1px solid #e3e9e5;border-radius:30px;align-items:center;gap:8px;padding:9px 13px;font-size:11px;font-weight:600;display:flex}.status-badge span{background:#70c83c;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #70c83c1f}.dashboard-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.dashboard-card{background:#fff;border:1px solid #e5ebe7;border-radius:15px;padding:19px;transition:transform .2s,box-shadow .2s}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #182d2312}.card-top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.card-icon{color:#4d8b27;background:#eef8e7;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:800;display:flex}.card-tag{color:#9aa59f;letter-spacing:1.2px;font-size:8px;font-weight:700}.card-value{color:#182720;letter-spacing:-.5px;font-size:25px;font-weight:750}.card-title{color:#738079;margin-top:5px;font-size:12px}.card-footer{color:#6b7a72;margin-top:18px;font-size:11px;font-weight:600}.card-footer span{color:#9aa59f;margin-left:6px;font-weight:400}.card-footer.positive{color:#4d9827}.dashboard-grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:16px;display:grid}.dashboard-panel{background:#fff;border:1px solid #e5ebe7;border-radius:15px;padding:21px}.panel-header{justify-content:space-between;align-items:center;margin-bottom:19px;display:flex}.panel-header h2{color:#1a2922;margin:0;font-size:15px}.panel-header p{color:#8a9690;margin:4px 0 0;font-size:11px}.panel-header button{color:#58942f;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:700}.payment-list{flex-direction:column;display:flex}.payment-row{border-top:1px solid #eef1ef;align-items:center;gap:12px;min-height:65px;display:flex}.payment-avatar{color:#617169;background:#f0f5f1;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:9px;font-weight:800;display:flex}.payment-info{flex-direction:column;flex:1;gap:4px;display:flex}.payment-info strong{color:#304039;font-size:11px}.payment-info span{color:#98a29d;font-size:10px}.payment-amount{color:#33483c;font-size:11px;font-weight:700}.payment-status{text-align:center;color:#54942e;background:#edf8e8;border-radius:20px;min-width:53px;padding:5px 7px;font-size:8px;font-weight:700}.payment-status.pending{color:#a87920;background:#fff7e5}.api-health{padding-top:5px}.health-item{justify-content:space-between;align-items:center;margin-top:19px;display:flex}.health-item:first-child{margin-top:5px}.health-name{color:#52615a;align-items:center;gap:8px;font-size:11px;display:flex}.health-name strong{color:#34443c}.health-item>strong{color:#4e8e2c;font-size:11px}.health-dot{background:#72c83d;border-radius:50%;width:7px;height:7px}.health-bar{background:#edf1ee;border-radius:10px;height:5px;margin-top:8px;overflow:hidden}.health-bar span{border-radius:inherit;background:#9bdc69;height:100%;display:block}@media (width<=1100px){.dashboard-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media (width<=650px){.dashboard-heading{flex-direction:column;gap:15px}.dashboard-cards{grid-template-columns:1fr}.payment-row{gap:8px}.payment-amount{display:none}}.sidebar{box-sizing:border-box;z-index:1000;background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:255px;transition:width .28s,transform .28s,box-shadow .28s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.sidebar.sidebar-closed{width:76px}.sidebar-logo{box-sizing:border-box;background:#fff;border-bottom:1px solid #f1f5f9;flex-shrink:0;align-items:center;gap:12px;width:100%;min-height:82px;padding:0 18px;display:flex}.logo-box{color:#fff;background:#16a34a;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:19px;font-weight:800;display:flex;box-shadow:0 6px 16px #16a34a38}.logo-text{white-space:nowrap;flex-direction:column;gap:1px;transition:opacity .2s,width .28s;display:flex;overflow:hidden}.logo-text strong{color:#111827;letter-spacing:.8px;font-size:14px;font-weight:800}.logo-text span{color:#16a34a;letter-spacing:1.8px;font-size:10px;font-weight:700}.sidebar-closed .sidebar-logo{justify-content:center;padding-left:0;padding-right:0}.sidebar-closed .logo-text{opacity:0;width:0}.sidebar-section{box-sizing:border-box;padding:22px 12px 0}.admin-section{padding-top:28px}.section-title{color:#9ca3af;letter-spacing:1.5px;white-space:nowrap;padding:0 12px 10px;font-size:10px;font-weight:800;transition:opacity .2s}.sidebar-closed .section-title{opacity:0;height:0;padding:0;overflow:hidden}.sidebar-nav{flex-direction:column;gap:5px;display:flex}.sidebar-link{box-sizing:border-box;color:#6b7280;white-space:nowrap;cursor:pointer;border-radius:11px;align-items:center;gap:13px;height:46px;padding:0 13px;font-size:13px;font-weight:650;text-decoration:none;transition:background .2s,color .2s;display:flex;position:relative}.sidebar-link:hover{color:#16a34a;background:#f0fdf4}.sidebar-link.active{color:#15803d;background:#ecfdf5;font-weight:750}.sidebar-link.active:before{content:"";background:#16a34a;border-radius:0 5px 5px 0;width:3px;position:absolute;top:10px;bottom:10px;left:0}.sidebar-icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;width:25px;font-size:18px;display:flex}.sidebar-closed .sidebar-section{padding-left:10px;padding-right:10px}.sidebar-closed .sidebar-link{justify-content:center;gap:0;padding-left:0;padding-right:0}.sidebar-closed .sidebar-link-text{opacity:0;width:0;overflow:hidden}.sidebar-bottom{box-sizing:border-box;border-top:1px solid #f1f5f9;margin-top:auto;padding:16px 12px 18px}.sidebar-user{background:#f8fafc;border-radius:11px;align-items:center;gap:11px;min-width:0;margin-bottom:10px;padding:9px;display:flex}.user-avatar{color:#15803d;background:#dcfce7;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:flex}.user-info{flex-direction:column;gap:3px;min-width:0;transition:opacity .2s,width .28s;display:flex;overflow:hidden}.user-info strong{color:#111827;white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:11px;font-weight:750;display:block;overflow:hidden}.user-info span{color:#6b7280;white-space:nowrap;font-size:10px}.sidebar-closed .sidebar-bottom{padding-left:10px;padding-right:10px}.sidebar-closed .sidebar-user{justify-content:center;padding:7px}.sidebar-closed .user-info{opacity:0;width:0}.logout-button{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;gap:9px;width:100%;height:42px;font-size:12px;font-weight:700;transition:background .2s,color .2s,border-color .2s;display:flex}.logout-button:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.logout-icon{font-size:17px}.sidebar-closed .logout-button{gap:0}.sidebar-closed .logout-text{opacity:0;width:0;overflow:hidden}.sidebar-overlay{display:none}.sidebar-toggle{color:#374151;cursor:pointer;z-index:1200;background:#fff;border:1px solid #e5e7eb;justify-content:center;align-items:center;width:34px;height:34px;font-size:20px;line-height:1;transition:left .28s,background .2s,color .2s,box-shadow .2s;display:flex;position:fixed;top:25px}.sidebar-toggle:hover{color:#fff;background:#16a34a;border-color:#16a34a}.sidebar-toggle.toggle-open{border-radius:0 8px 8px 0;left:255px}.sidebar-toggle.toggle-closed{border-radius:0 8px 8px 0;left:76px;box-shadow:4px 4px 15px #0f172a1f}@media (width<=768px){.sidebar{width:255px;transform:translate(0);box-shadow:10px 0 35px #0f172a29}.sidebar.sidebar-closed{width:255px;box-shadow:none;transform:translate(-100%)}.sidebar-toggle{border-left:none;border-radius:0 11px 11px 0;width:42px;height:42px;top:18px;box-shadow:4px 4px 15px #0f172a24;left:0!important}.sidebar-toggle.toggle-open{border-left:1px solid #e5e7eb;border-radius:0 9px 9px 0;left:255px!important}.sidebar.sidebar-closed .sidebar-logo{justify-content:flex-start;padding-left:18px;padding-right:18px}.sidebar.sidebar-closed .logo-text{opacity:1;width:auto}.sidebar.sidebar-closed .sidebar-section{padding-left:12px;padding-right:12px}.sidebar.sidebar-closed .sidebar-link{justify-content:flex-start;gap:13px;padding-left:13px;padding-right:13px}.sidebar.sidebar-closed .sidebar-link-text{opacity:1;width:auto}.sidebar.sidebar-closed .section-title{opacity:1;height:auto;padding:0 12px 10px}.sidebar.sidebar-closed .sidebar-bottom{padding-left:12px;padding-right:12px}.sidebar.sidebar-closed .sidebar-user{justify-content:flex-start;padding:9px}.sidebar.sidebar-closed .user-info{opacity:1;width:auto}.sidebar.sidebar-closed .logout-button{gap:9px}.sidebar.sidebar-closed .logout-text{opacity:1;width:auto}.sidebar-overlay{opacity:0;visibility:hidden;pointer-events:none;z-index:900;background:#0f172a6b;transition:opacity .25s,visibility .25s;display:block;position:fixed;inset:0}.sidebar-overlay.overlay-visible{opacity:1;visibility:visible;pointer-events:auto}}.dashboard-layout{background:#f8fafc;width:100%;min-height:100vh}.dashboard-main{box-sizing:border-box;width:auto;min-height:100vh;margin-left:255px;transition:margin-left .28s}.dashboard-layout.layout-sidebar-open .dashboard-main{margin-left:255px}.dashboard-layout.layout-sidebar-closed .dashboard-main{margin-left:76px}@media (width<=768px){.dashboard-main,.dashboard-layout.layout-sidebar-open .dashboard-main,.dashboard-layout.layout-sidebar-closed .dashboard-main{box-sizing:border-box;width:100%;min-width:0;margin-left:0;padding-top:54px}}.create-user-page{box-sizing:border-box;background:radial-gradient(circle at 90% 5%,#22c55e12,#0000 28%);width:100%;min-height:100%;padding:32px 34px 50px}.create-user-header{justify-content:space-between;align-items:center;gap:25px;max-width:1080px;margin-bottom:28px;display:flex}.create-user-header-content{min-width:0}.create-user-badge{color:#15803d;letter-spacing:1.8px;align-items:center;gap:8px;margin-bottom:10px;font-size:11px;font-weight:800;display:inline-flex}.badge-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #22c55e1c}.create-user-header h1{color:#111827;letter-spacing:-.7px;margin:0;font-size:31px;font-weight:800;line-height:1.2}.create-user-header p{color:#6b7280;margin:9px 0 0;font-size:14px;line-height:1.6}.create-user-header-icon{color:#fff;background:linear-gradient(135deg,#22c55e,#15803d);border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 9px 22px #16a34a2e}.create-user-header-icon span{font-size:29px;font-weight:300;line-height:1}.create-user-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:18px;width:100%;max-width:1080px;overflow:hidden;box-shadow:0 18px 45px #0f172a12}.create-user-card-top{background:linear-gradient(#fff,#fbfdfc);border-bottom:1px solid #eef1ef;justify-content:space-between;align-items:center;gap:20px;padding:23px 28px;display:flex}.card-title-area{align-items:center;gap:13px;min-width:0;display:flex}.card-icon{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.card-icon span{font-size:19px}.card-title-area h2{color:#111827;margin:0;font-size:16px;font-weight:800}.card-title-area p{color:#9ca3af;margin:3px 0 0;font-size:12px;line-height:1.5}.secure-badge{color:#047857;background:#ecfdf5;border:1px solid #d1fae5;border-radius:8px;align-items:center;gap:6px;padding:7px 10px;font-size:11px;font-weight:700;display:inline-flex}.secure-badge span{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;font-size:9px;display:flex}.create-user-message{border-radius:10px;align-items:center;gap:10px;margin:22px 28px 0;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.4;display:flex}.create-user-message.success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.create-user-message.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.message-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:800;display:flex}.create-user-message.success .message-icon{background:#10b981}.create-user-message.error .message-icon{background:#ef4444}.create-user-form{flex-direction:column;gap:0;padding:28px;display:flex}.form-section{border-bottom:1px solid #eef1ef;margin-bottom:28px;padding-bottom:28px}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-header{align-items:center;gap:12px;margin-bottom:19px;display:flex}.section-number{color:#15803d;background:#f0fdf4;border:1px solid #dcfce7;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:800;display:flex}.section-header h3{color:#1f2937;margin:0;font-size:14px;font-weight:800}.section-header p{color:#9ca3af;margin:3px 0 0;font-size:12px;line-height:1.5}.form-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;display:grid}.form-group{flex-direction:column;gap:8px;min-width:0;display:flex}.form-group label{color:#374151;font-size:12px;font-weight:750;display:block}.form-group small{color:#9ca3af;font-size:11px;line-height:1.5}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{z-index:1;color:#16a34a;pointer-events:none;background:#f0fdf4;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;font-weight:800;display:flex;position:absolute;left:14px}.input-wrapper input{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #dfe4e1;border-radius:10px;outline:none;width:100%;height:48px;padding:0 14px 0 47px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .2s,box-shadow .2s,background .2s}.input-wrapper input::placeholder{color:#b0b7b3}.input-wrapper input:hover{border-color:#b9c4be}.input-wrapper input:focus{background:#fff;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e17}.input-wrapper input:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.input-wrapper input:-webkit-autofill{-webkit-text-fill-color:#111827;box-shadow:inset 0 0 0 1000px #fff}.input-wrapper input:-webkit-autofill:hover{-webkit-text-fill-color:#111827;box-shadow:inset 0 0 0 1000px #fff}.input-wrapper input:-webkit-autofill:focus{-webkit-text-fill-color:#111827;box-shadow:inset 0 0 0 1000px #fff}.admin-access-box{box-sizing:border-box;background:#f8faf9;border:1px solid #e3e9e5;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;min-height:82px;padding:16px 18px;transition:background .2s,border-color .2s,box-shadow .2s;display:flex}.admin-access-box.admin-enabled{background:#f0fdf4;border-color:#bbf7d0;box-shadow:0 8px 22px #22c55e12}.admin-left{align-items:center;gap:13px;min-width:0;display:flex}.admin-icon{color:#15803d;background:#dcfce7;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;font-weight:800;display:flex}.admin-text{min-width:0}.admin-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-text strong{color:#1f2937;font-size:13px;font-weight:800}.admin-text p{color:#7b847e;max-width:600px;margin:4px 0 0;font-size:11px;line-height:1.5}.active-label{color:#047857;letter-spacing:.7px;background:#d1fae5;border-radius:5px;padding:3px 6px;font-size:8px;font-weight:800}.switch{flex-shrink:0;width:48px;height:27px;display:block;position:relative}.switch input{opacity:0;width:0;height:0;position:absolute}.slider{cursor:pointer;background:#d1d5db;border-radius:30px;transition:background .25s;position:absolute;inset:0}.slider:before{content:"";background:#fff;border-radius:50%;width:21px;height:21px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 2px 6px #00000026}.switch input:checked+.slider{background:#22c55e}.switch input:checked+.slider:before{transform:translate(21px)}.switch input:disabled+.slider{opacity:.55;cursor:not-allowed}.form-footer{justify-content:space-between;align-items:center;gap:20px;padding-top:27px;display:flex}.required-info{color:#9ca3af;font-size:11px;font-weight:500}.required-info span{color:#ef4444;margin-right:3px;font-weight:800}.create-user-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-width:155px;height:46px;padding:0 19px;font-family:inherit;font-size:13px;font-weight:750;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 6px 16px #16a34a2e}.create-user-button:hover:not(:disabled){filter:brightness(.97);transform:translateY(-1px);box-shadow:0 8px 20px #16a34a40}.create-user-button:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 10px #16a34a29}.create-user-button:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.button-plus{font-size:19px;font-weight:300;line-height:1}@keyframes create-user-spin{to{transform:rotate(360deg)}}@media (width<=900px){.create-user-page{padding:27px 24px 40px}.create-user-header,.create-user-card{max-width:100%}.create-user-card-top{padding:21px 23px}.create-user-form{padding:24px}}@media (width<=700px){.create-user-page{padding:20px 16px 35px}.create-user-header{align-items:flex-start;margin-bottom:21px}.create-user-header h1{letter-spacing:-.4px;font-size:25px}.create-user-header p{font-size:13px}.create-user-header-icon{border-radius:12px;width:44px;height:44px}.create-user-header-icon span{font-size:25px}.create-user-card{border-radius:15px}.create-user-card-top{align-items:flex-start;padding:18px}.secure-badge{display:none}.card-title-area{align-items:flex-start}.card-icon{width:39px;height:39px}.card-title-area h2{font-size:14px}.card-title-area p{font-size:11px}.create-user-message{margin:18px 18px 0}.create-user-form{padding:20px 18px}.form-section{margin-bottom:23px;padding-bottom:23px}.form-row{grid-template-columns:1fr;gap:17px}.section-header{align-items:flex-start;margin-bottom:17px}.section-number{width:31px;height:31px}.section-header h3{font-size:13px}.section-header p{font-size:11px}.admin-access-box{align-items:center;padding:14px}.admin-left{align-items:flex-start}.admin-icon{width:36px;height:36px}.admin-text p{font-size:10px}.form-footer{flex-direction:column;align-items:stretch;gap:14px}.required-info{order:2}.create-user-button{order:1;width:100%}}@media (width<=420px){.create-user-page{padding:16px 12px 28px}.create-user-header-icon{display:none}.create-user-header h1{font-size:23px}.create-user-card-top{padding:16px}.create-user-form{padding:18px 15px}.input-wrapper input{height:47px;font-size:13px}.admin-access-box{padding:12px}.admin-left{gap:9px}.admin-icon{width:33px;height:33px}.admin-text strong{font-size:12px}.switch{width:44px;height:25px}.slider:before{width:19px;height:19px}.switch input:checked+.slider:before{transform:translate(19px)}}.internal-users-page{box-sizing:border-box;background:radial-gradient(circle at 90% 5%,#22c55e12,#0000 28%);width:100%;min-height:100%;padding:32px 34px 50px}.internal-users-heading{justify-content:space-between;align-items:center;gap:25px;width:100%;max-width:none;margin-bottom:28px;display:flex}.internal-users-heading>div{min-width:0}.internal-users-heading span{color:#15803d;letter-spacing:1.8px;margin-bottom:8px;font-size:11px;font-weight:800;display:inline-block}.internal-users-heading h1{color:#111827;letter-spacing:-.7px;margin:0;font-size:31px;font-weight:800;line-height:1.2}.internal-users-heading p{color:#6b7280;margin:9px 0 0;font-size:14px;line-height:1.6}.add-user-header-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e,#15803d);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-width:128px;height:46px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 20px #16a34a2e}.add-user-header-button:hover{transform:translateY(-1px);box-shadow:0 11px 25px #16a34a3d}.add-user-header-button:active{transform:translateY(0)}.add-user-plus{color:#fff!important;letter-spacing:0!important;margin:0!important;font-size:20px!important;line-height:1!important}.internal-users-message{box-sizing:border-box;border-radius:10px;width:100%;max-width:none;margin-bottom:20px;padding:12px 15px;font-size:13px;font-weight:600}.internal-users-message.success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.internal-users-message.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.users-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:none;overflow:hidden;box-shadow:0 15px 40px #0f172a0f}.users-empty{box-sizing:border-box;color:#6b7280;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:220px;padding:30px;font-size:14px;display:flex}.users-empty strong{color:#374151;font-size:15px}.empty-add-user-button{color:#15803d;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:9px;height:40px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:700}.users-table-wrapper{width:100%;overflow-x:auto}.users-table{border-collapse:collapse;width:100%;min-width:900px}.users-table thead{background:#f8faf9}.users-table th{color:#64748b;text-align:left;text-transform:uppercase;letter-spacing:.7px;border-bottom:1px solid #e5e7eb;padding:15px 17px;font-size:11px;font-weight:800}.users-table td{color:#4b5563;border-bottom:1px solid #eef1ef;padding:16px 17px;font-size:13px}.users-table tbody tr:last-child td{border-bottom:none}.users-table tbody tr{transition:background .15s}.users-table tbody tr:hover{background:#fbfefc}.serial-column{width:70px}.serial-cell{font-weight:700;color:#9ca3af!important;font-size:12px!important}.user-name-cell{align-items:center;gap:11px;display:flex}.user-name-cell strong{color:#1f2937;font-size:13px;font-weight:750}.table-avatar{color:#15803d;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:flex}.role-badge{border-radius:7px;justify-content:center;align-items:center;min-width:54px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.role-badge.admin{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.role-badge.user{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.status-badge-user{border-radius:7px;justify-content:center;align-items:center;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.status-badge-user.enabled{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.status-badge-user.disabled{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.user-actions{white-space:nowrap;align-items:center;gap:7px;display:flex}.user-actions button{cursor:pointer;border-radius:7px;height:32px;padding:0 10px;font-family:inherit;font-size:11px;font-weight:750;transition:background .15s,border-color .15s,transform .15s}.edit-user-button{color:#1d4ed8;background:#eff6ff;border:1px solid #dbeafe}.edit-user-button:hover{background:#dbeafe}.permissions-button{color:#7c3aed;background:#f5f3ff;border:1px solid #ede9fe}.permissions-button:hover{background:#ede9fe}.status-button.enable{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.status-button.enable:hover{background:#dcfce7}.status-button.disable{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.status-button.disable:hover{background:#fef3c7}.status-button:disabled{opacity:.6;cursor:not-allowed}.mobile-users-list{display:none}.pagination-footer{background:#fff;border-top:1px solid #eef1ef;justify-content:space-between;align-items:center;gap:20px;padding:16px 18px;display:flex}.pagination-info strong{color:#475569}.users-pagination,.pagination-numbers{align-items:center;gap:5px;display:flex}.pagination-arrow,.pagination-number{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;font-family:inherit;font-size:12px;font-weight:700;display:flex}.pagination-number.active{color:#fff;background:#16a34a;border-color:#16a34a}.pagination-arrow:hover:not(:disabled),.pagination-number:hover:not(.active){background:#f8fafc}.success-popup{z-index:10000;box-sizing:border-box;background:#fff;border:1px solid #bbf7d0;border-radius:12px;align-items:center;gap:12px;width:min(390px,100vw - 32px);padding:14px 15px;display:flex;position:fixed;top:22px;right:24px;box-shadow:0 18px 45px #0f172a24}.success-popup-icon{color:#fff;background:#10b981;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;font-weight:800;display:flex}.success-popup-content{flex-direction:column;gap:3px;min-width:0;display:flex}.success-popup-content strong{color:#1f2937;font-size:13px}.success-popup-content span{color:#6b7280;font-size:12px;line-height:1.4}.success-popup-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex-shrink:0;width:26px;height:26px;margin-left:auto;font-size:20px}.add-user-modal-overlay{z-index:9000;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a7a;justify-content:center;align-items:center;padding:25px;display:flex;position:fixed;inset:0}.add-user-modal{background:#fff;border-radius:18px;width:100%;max-width:720px;max-height:92vh;overflow-y:auto;box-shadow:0 25px 70px #0f172a40}.add-user-modal-header{border-bottom:1px solid #eef1ef;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px;display:flex}.add-user-modal-header span{color:#16a34a;letter-spacing:1.5px;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.add-user-modal-header h2{color:#111827;margin:0;font-size:22px;font-weight:800}.add-user-modal-header p{color:#6b7280;margin:5px 0 0;font-size:13px}.add-user-modal-close{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:21px;display:flex}.add-user-modal-close:hover{color:#111827;background:#f8fafc}.add-user-form{padding:24px}.add-user-section{border-bottom:1px solid #eef1ef;margin-bottom:23px;padding-bottom:23px}.add-user-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.add-user-section-title{align-items:center;gap:11px;margin-bottom:17px;display:flex}.add-user-section-number{color:#15803d;background:#f0fdf4;border:1px solid #dcfce7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:10px;font-weight:800;display:flex}.add-user-section-title h3{color:#1f2937;margin:0;font-size:14px;font-weight:800}.add-user-section-title p{color:#9ca3af;margin:3px 0 0;font-size:11px}.add-user-form-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:15px;display:grid}.add-user-form-group{flex-direction:column;gap:7px;min-width:0;display:flex}.add-user-form-group label{color:#374151;font-size:12px;font-weight:750}.add-user-form-group label span{color:#ef4444;margin-left:3px}.add-user-form-group input{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #dfe4e1;border-radius:9px;outline:none;width:100%;height:44px;padding:0 13px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .2s,box-shadow .2s}.add-user-form-group input:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.add-user-form-group input:disabled{cursor:not-allowed;background:#f8fafc}.add-user-form-group small{color:#9ca3af;font-size:10px}.add-user-admin-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;justify-content:space-between;align-items:center;gap:15px;padding:15px;transition:border-color .2s,background .2s;display:flex}.add-user-admin-box.admin-enabled{background:#f0fdf4;border-color:#bbf7d0}.add-user-admin-left{align-items:center;gap:11px;min-width:0;display:flex}.add-user-admin-icon{color:#15803d;background:#dcfce7;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:flex}.add-user-admin-title{align-items:center;gap:7px;display:flex}.add-user-admin-title strong{color:#1f2937;font-size:13px}.add-user-admin-title span{color:#047857;letter-spacing:.7px;background:#d1fae5;border-radius:5px;padding:3px 6px;font-size:8px;font-weight:800;margin:0!important}.add-user-admin-left p{color:#94a3b8;margin:3px 0 0;font-size:10px;line-height:1.4}.add-user-switch{flex-shrink:0;width:46px;height:25px;position:relative}.add-user-switch input{opacity:0;position:absolute}.add-user-switch span{cursor:pointer;background:#cbd5e1;border-radius:999px;transition:background .2s;position:absolute;inset:0}.add-user-switch span:before{content:"";background:#fff;border-radius:50%;width:19px;height:19px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #0f172a26}.add-user-switch input:checked+span{background:#16a34a}.add-user-switch input:checked+span:before{transform:translate(21px)}.add-user-modal-footer{border-top:1px solid #eef1ef;justify-content:space-between;align-items:center;gap:15px;padding-top:23px;display:flex}.add-user-required{color:#94a3b8;font-size:11px}.add-user-required span{color:#ef4444;margin-right:3px}.add-user-footer-actions{align-items:center;gap:8px;display:flex}.add-user-cancel,.add-user-submit{cursor:pointer;border-radius:8px;height:40px;padding:0 15px;font-family:inherit;font-size:12px;font-weight:750}.add-user-cancel{color:#475569;background:#fff;border:1px solid #dbe1e6}.add-user-cancel:hover{background:#f8fafc}.add-user-submit{color:#fff;background:linear-gradient(135deg,#22c55e,#15803d);border:none;justify-content:center;align-items:center;gap:7px;display:inline-flex;box-shadow:0 7px 17px #16a34a29}.add-user-submit:hover{box-shadow:0 9px 21px #16a34a38}.add-user-submit>span{font-size:17px;line-height:1}.add-user-submit:disabled,.add-user-cancel:disabled{opacity:.6;cursor:not-allowed}.add-user-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite add-user-spin}@keyframes add-user-spin{to{transform:rotate(360deg)}}.edit-user-modal-overlay,.permissions-modal-overlay{z-index:8000;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a7a;justify-content:center;align-items:center;padding:25px;display:flex;position:fixed;inset:0}.edit-user-modal,.permissions-modal{background:#fff;border-radius:18px;width:100%;max-width:570px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 70px #0f172a40}.edit-user-modal-header,.permissions-modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;padding:24px;display:flex}.edit-user-modal-header span,.permissions-modal-header>div>span{color:#16a34a;letter-spacing:1.5px;font-size:10px;font-weight:800;display:block}.edit-user-modal-header h2,.permissions-modal-header h2{color:#111827;margin:7px 0 4px;font-size:22px}.edit-user-modal-header p,.permissions-modal-header p{color:#6b7280;margin:0;font-size:13px}.modal-close{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:21px;display:flex}.edit-user-form{gap:17px;padding:24px;display:grid}.edit-form-group{flex-direction:column;gap:7px;display:flex}.edit-form-group label{color:#374151;font-size:12px;font-weight:700}.edit-form-group input,.edit-form-group select{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;width:100%;height:44px;padding:0 13px;font-family:inherit;font-size:13px}.edit-form-group input:focus,.edit-form-group select:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.edit-form-group input:disabled,.edit-form-group select:disabled{color:#64748b;cursor:not-allowed;background:#f8fafc}.edit-form-group small{color:#9ca3af;font-size:10px}.edit-user-loading{color:#6b7280;text-align:center;padding:60px 20px}.edit-user-modal-footer,.permissions-modal-footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:8px;padding:15px 24px;display:flex}.cancel-permissions,.save-permissions{cursor:pointer;border-radius:8px;height:40px;padding:0 15px;font-family:inherit;font-size:12px;font-weight:750}.cancel-permissions{color:#475569;background:#fff;border:1px solid #dbe1e6}.save-permissions{color:#fff;background:#16a34a;border:1px solid #16a34a}.save-permissions:disabled,.cancel-permissions:disabled{opacity:.6;cursor:not-allowed}.permissions-modal{max-width:680px}.permissions-modal-body{max-height:55vh;padding:20px 24px;overflow-y:auto}.permissions-loading,.permissions-empty{color:#6b7280;text-align:center;padding:50px 20px;font-size:13px}.permissions-select-all{background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;margin-bottom:20px;padding:12px 14px}.permissions-select-all label{color:#374151;cursor:pointer;align-items:center;gap:9px;font-size:12px;font-weight:750;display:flex}.permissions-select-all input{accent-color:#16a34a}.permission-category{margin-bottom:22px}.permission-category:last-child{margin-bottom:0}.permission-category h3{color:#1f2937;margin:0 0 10px;font-size:13px;font-weight:800}.permission-list{gap:7px;display:grid}.permission-item{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:9px;align-items:flex-start;gap:10px;padding:12px;transition:background .15s,border-color .15s;display:flex;position:relative}.permission-item:hover{background:#f8fafc}.permission-item.selected{background:#f0fdf4;border-color:#bbf7d0}.permission-item input{opacity:0;position:absolute}.permission-check{background:#fff;border:1px solid #cbd5e1;border-radius:5px;flex-shrink:0;width:17px;height:17px;margin-top:1px}.permission-item.selected .permission-check{background:#16a34a;border-color:#16a34a;position:relative}.permission-item.selected .permission-check:after{content:"✓";color:#fff;font-size:12px;font-weight:800;position:absolute;top:-1px;left:3px}.permission-item strong{color:#374151;font-size:12px}.permission-item p{color:#9ca3af;margin:3px 0 0;font-size:10px;line-height:1.4}@media (width<=700px){.internal-users-page{width:100%;padding:16px}.internal-users-heading{flex-direction:column;align-items:stretch;gap:15px;width:100%;margin-bottom:20px}.internal-users-heading h1{font-size:25px}.internal-users-heading p{margin-top:6px;font-size:13px}.add-user-header-button{width:100%;height:43px}.users-card{width:100%;box-shadow:none;background:0 0;border:none;overflow:visible}.users-table-wrapper{display:none}.mobile-users-list{flex-direction:column;gap:11px;display:flex}.mobile-user-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 7px 20px #0f172a0d}.mobile-user-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.mobile-user-main{align-items:center;gap:10px;min-width:0;display:flex}.mobile-avatar{color:#15803d;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:14px;font-weight:800;display:flex}.mobile-user-info{min-width:0}.mobile-user-name-row{align-items:center;gap:7px;min-width:0;display:flex}.mobile-user-info h3{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;max-width:190px;margin:0;font-size:14px;font-weight:800;overflow:hidden}.mobile-serial{color:#94a3b8;white-space:nowrap;font-size:9px}.mobile-user-info p{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:210px;margin:4px 0 0;font-size:11px;overflow:hidden}.mobile-user-details{border-top:1px solid #eef1ef;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;margin-top:15px;padding-top:13px;display:grid}.mobile-detail-item{flex-direction:column;gap:5px;display:flex}.mobile-detail-item>span{color:#9ca3af;font-size:10px}.mobile-detail-item strong{color:#475569;font-size:11px}.mobile-status-enabled{color:#15803d!important}.mobile-status-disabled{color:#b91c1c!important}.mobile-user-actions{grid-template-columns:1fr 1.3fr 1fr;gap:6px;margin-top:14px;display:grid}.mobile-action{cursor:pointer;border-radius:7px;height:34px;padding:0 5px;font-family:inherit;font-size:10px;font-weight:750}.mobile-action.edit{color:#1d4ed8;background:#eff6ff;border:1px solid #dbeafe}.mobile-action.permissions{color:#7c3aed;background:#f5f3ff;border:1px solid #ede9fe}.mobile-action.enable{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.mobile-action.disable{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.pagination-footer{border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;gap:12px;margin-top:12px;padding:15px}.add-user-modal-overlay,.edit-user-modal-overlay,.permissions-modal-overlay{align-items:flex-end;padding:0}.add-user-modal,.edit-user-modal,.permissions-modal{border-radius:20px 20px 0 0;max-height:94vh}.add-user-modal-header,.edit-user-modal-header,.permissions-modal-header{padding:18px}.add-user-modal-header h2,.edit-user-modal-header h2,.permissions-modal-header h2{font-size:20px}.add-user-modal-header p,.edit-user-modal-header p,.permissions-modal-header p{font-size:12px}.add-user-form{padding:18px}.add-user-form-row{grid-template-columns:1fr;gap:13px}.add-user-section{margin-bottom:19px;padding-bottom:19px}.add-user-admin-box{align-items:flex-start}.add-user-modal-footer{flex-direction:column;align-items:stretch;gap:12px;padding-top:18px}.add-user-required{order:2}.add-user-footer-actions{width:100%}.add-user-cancel,.add-user-submit{flex:1}.edit-user-form{gap:15px;padding:18px}.edit-user-modal-footer,.permissions-modal-footer{padding:14px 18px}.edit-user-modal-footer .cancel-permissions,.edit-user-modal-footer .save-permissions,.permissions-modal-footer .cancel-permissions,.permissions-modal-footer .save-permissions{flex:1}.permissions-modal-body{max-height:52vh;padding:18px}}@media (width<=380px){.internal-users-page{padding:12px}.mobile-user-card{padding:14px}.mobile-user-top{gap:8px}.mobile-avatar{width:42px;height:42px}.mobile-user-info h3{max-width:135px;font-size:14px}.mobile-user-info p{max-width:150px}.mobile-user-top>.status-badge-user{padding:0 6px}.mobile-user-actions{gap:5px}.mobile-action{padding:0 3px;font-size:10px}.add-user-section-title p,.add-user-admin-left p{display:none}}.services-page{box-sizing:border-box;background:#f8fafc;width:100%;min-height:100vh;padding:34px 34px 50px}.services-header{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:28px;display:flex}.services-heading{min-width:0}.services-eyebrow{color:#16a34a;letter-spacing:1.5px;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.services-heading h1{color:#111827;letter-spacing:-.5px;margin:0;font-size:28px;font-weight:800;line-height:1.2}.services-heading p{color:#6b7280;max-width:550px;margin:8px 0 0;font-size:13px;line-height:1.5}.services-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.refresh-button,.add-service-button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 17px;font-size:12px;font-weight:750;transition:all .2s;display:inline-flex}.refresh-button{color:#4b5563;background:#fff;border:1px solid #e5e7eb}.refresh-button span{font-size:17px}.add-service-button{color:#fff;background:#16a34a;border:1px solid #16a34a;box-shadow:0 5px 14px #16a34a2e}.add-service-button:hover{background:#15803d;border-color:#15803d;transform:translateY(-1px)}.add-service-button span{font-size:18px;line-height:1}.services-success,.services-error,.modal-error{border-radius:10px;align-items:center;gap:9px;padding:12px 15px;font-size:12px;font-weight:650;display:flex}.services-success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;margin-bottom:18px}.services-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;margin-bottom:18px}.services-success span,.services-error span,.modal-error span{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:21px;height:21px;font-weight:800;display:flex}.services-success span{background:#dcfce7}.services-error span,.modal-error span{background:#fee2e2}.services-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;overflow:hidden;box-shadow:0 8px 25px #0f172a0a}.services-card-header{box-sizing:border-box;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;min-height:78px;padding:0 22px;display:flex}.services-card-header h2{color:#1f2937;margin:0;font-size:15px;font-weight:800}.services-card-header p{color:#9ca3af;margin:4px 0 0;font-size:11px}.service-count{box-sizing:border-box;color:#15803d;background:#ecfdf5;border-radius:9px;justify-content:center;align-items:center;min-width:34px;height:34px;padding:0 8px;font-size:12px;font-weight:800;display:flex}.services-table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.services-table{border-collapse:collapse;width:100%;min-width:720px}.services-table th{text-align:left;color:#6b7280;letter-spacing:.5px;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e5e7eb;height:48px;padding:0 18px;font-size:10px;font-weight:800}.services-table td{color:#4b5563;vertical-align:middle;border-bottom:1px solid #f1f5f9;height:68px;padding:0 18px;font-size:12px}.services-table tbody tr{transition:background .18s}.services-table tbody tr:hover{background:#fafffc}.services-table tbody tr:last-child td{border-bottom:none}.mobile-label{display:none}.serial-heading{width:75px;text-align:center!important}.serial-cell{text-align:center;width:75px;font-weight:750;color:#6b7280!important;font-size:12px!important}.serial-number{display:inline-block}.service-name-cell{align-items:center;gap:11px;display:flex}.service-icon{color:#15803d;background:#dcfce7;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:flex}.service-name-content{min-width:0}.service-name-cell strong{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;display:block;overflow:hidden}.service-name-cell span{color:#9ca3af;margin-top:3px;font-size:9px;display:block}.service-date{color:#6b7280;font-size:11px}.service-action-heading{text-align:center!important}.service-action-cell{text-align:center}.edit-service-button{color:#15803d;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-width:72px;height:34px;padding:0 12px;font-size:10px;font-weight:750;transition:all .2s;display:inline-flex}.edit-service-button:hover{color:#fff;background:#16a34a;border-color:#16a34a;transform:translateY(-1px);box-shadow:0 4px 10px #16a34a26}.edit-service-button span{font-size:13px}.services-pagination{box-sizing:border-box;background:#fff;border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:20px;min-height:68px;padding:0 22px;display:flex}.pagination-info{color:#9ca3af;font-size:11px}.pagination-info strong{color:#4b5563;font-weight:750}.pagination-controls{align-items:center;gap:5px;display:flex}.pagination-page,.pagination-arrow{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;transition:all .2s;display:flex}.pagination-page:hover,.pagination-arrow:hover:not(:disabled){color:#15803d;background:#f0fdf4;border-color:#16a34a}.pagination-page.active{color:#fff;background:#16a34a;border-color:#16a34a}.pagination-arrow{font-size:18px;line-height:1}.pagination-arrow:disabled{opacity:.45;cursor:not-allowed}.services-loading{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:250px;font-size:12px;display:flex}.loading-spinner,.button-spinner{border:2px solid #dcfce7;border-top-color:#16a34a;border-radius:50%;animation:.7s linear infinite serviceSpin}.loading-spinner{width:28px;height:28px}.button-spinner{width:13px;height:13px}@keyframes serviceSpin{to{transform:rotate(360deg)}}.services-empty{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:35px;display:flex}.services-empty h3{color:#1f2937;margin:0;font-size:15px;font-weight:800}.services-empty p{color:#9ca3af;margin:6px 0 17px;font-size:12px}.services-empty button{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:9px;height:38px;padding:0 16px;font-size:11px;font-weight:750}.service-modal-overlay{box-sizing:border-box;z-index:2000;background:#0f172a6b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.service-modal{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:450px;animation:.2s modalAppear;box-shadow:0 25px 70px #0f172a38}@keyframes modalAppear{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.service-modal-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:15px;padding:22px;display:flex}.modal-header-left{align-items:center;gap:12px;min-width:0;display:flex}.modal-icon{color:#15803d;background:#dcfce7;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;font-weight:700;display:flex}.service-modal-header h2{color:#111827;margin:0;font-size:16px;font-weight:800}.service-modal-header p{color:#9ca3af;margin:4px 0 0;font-size:11px}.modal-close{color:#6b7280;cursor:pointer;background:#f8fafc;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:21px;display:flex}.service-modal form{padding:22px}.service-form-group label{color:#374151;margin-bottom:8px;font-size:12px;font-weight:750;display:block}.service-form-group input{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;height:46px;padding:0 13px;font-family:inherit;font-size:12px;transition:border-color .2s,box-shadow .2s}.service-form-group input::placeholder{color:#9ca3af}.service-form-group input:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.service-form-group input:disabled{cursor:not-allowed;background:#f8fafc}.service-edit-info{background:#f8fafc;border:1px solid #e5e7eb;border-radius:9px;flex-direction:column;gap:5px;margin-top:14px;padding:10px 12px;display:flex}.service-edit-info span{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:750}.service-edit-info strong{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:600;overflow:hidden}.modal-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;margin-top:13px}.service-modal-actions{justify-content:flex-end;gap:9px;margin-top:22px;display:flex}.cancel-button,.submit-service-button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:40px;padding:0 16px;font-size:11px;font-weight:750;display:inline-flex}.cancel-button:hover{color:#374151;background:#f8fafc}.submit-service-button{color:#fff;background:#16a34a;border:1px solid #16a34a;box-shadow:0 4px 12px #16a34a2e}.submit-service-button:hover{background:#15803d;border-color:#15803d}.submit-service-button:disabled,.cancel-button:disabled,.refresh-button:disabled,.modal-close:disabled{opacity:.65;cursor:not-allowed}@media (width<=900px){.services-page{padding:28px 22px 40px}.services-heading h1{font-size:25px}.services-table th,.services-table td{padding-left:14px;padding-right:14px}}@media (width<=768px){.services-page{padding:18px 12px 30px}.services-header{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:18px}.services-eyebrow{letter-spacing:1.2px;margin-bottom:5px;font-size:9px}.services-heading h1{font-size:22px;line-height:1.25}.services-heading p{max-width:100%;margin-top:6px;font-size:11px;line-height:1.45}.services-actions{gap:8px;width:100%}.refresh-button,.add-service-button{flex:1;width:50%;height:40px;padding:0 9px;font-size:11px}.services-card{border-radius:13px;overflow:hidden}.services-card-header{min-height:64px;padding:0 13px}.services-card-header h2{font-size:13px}.services-card-header p{margin-top:3px;font-size:10px}.service-count{border-radius:8px;min-width:31px;height:31px;font-size:11px}.services-table-wrapper{width:100%;overflow:visible}.services-table{border-collapse:separate;width:100%;min-width:0;display:block}.services-table thead{display:none}.services-table tbody{width:100%;padding:4px 0 6px;display:block}.services-table tbody tr{box-sizing:border-box;background:#fff;border:1px solid #e7ece9;border-radius:13px;grid-template-rows:auto auto auto auto;grid-template-columns:38px minmax(0,1fr);gap:0 10px;width:calc(100% - 20px);margin:8px 10px;padding:13px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 2px 8px #0f172a09}.services-table tbody tr:hover{background:#fff;border-color:#d7eadc;transform:translateY(-1px);box-shadow:0 5px 15px #0f172a0f}.services-table tbody td{box-sizing:border-box;border:none;align-items:center;width:auto;min-width:0;height:auto;padding:0;display:flex}.services-table tbody td:first-child{grid-area:1/1;align-items:flex-start}.serial-cell{text-align:left;width:auto;color:#6b7280!important}.serial-number{color:#15803d;background:#f0fdf4;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:10px;font-weight:800;display:flex}.services-table tbody td:nth-child(2){grid-area:1/2;align-items:flex-start;min-height:30px}.service-name-cell{align-items:center;gap:9px;width:100%;min-width:0;display:flex}.service-icon{border-radius:8px;width:32px;height:32px;font-size:11px}.service-name-content{flex:1;min-width:0}.service-name-cell strong{color:#1f2937;max-width:100%;font-size:12px;line-height:1.3}.service-name-cell span{color:#9ca3af;margin-top:3px;font-size:9px}.services-table tbody td:nth-child(3){border-top:1px solid #f1f5f9;grid-area:2/1/auto/-1;min-height:34px;margin-top:12px;padding-top:9px}.services-table tbody td:nth-child(4){grid-area:3/1/auto/-1;min-height:34px}.services-table tbody td:nth-child(5){border-top:1px solid #f1f5f9;grid-area:4/1/auto/-1;justify-content:space-between;min-height:42px;margin-top:3px;padding-top:9px}.mobile-label{color:#9ca3af;letter-spacing:.45px;text-transform:uppercase;flex-shrink:0;align-items:center;min-width:70px;font-size:9px;font-weight:750;display:inline-flex}.service-date{color:#4b5563;font-size:10px;font-weight:600}.service-action-cell .mobile-label{display:inline-flex}.edit-service-button{border-radius:8px;min-width:72px;height:32px;padding:0 11px;font-size:10px}.services-pagination{flex-direction:column;align-items:center;gap:11px;min-height:auto;padding:13px}.pagination-info{text-align:center;width:100%;font-size:10px}.pagination-controls{flex-wrap:wrap;justify-content:center;gap:5px;width:100%}.pagination-page,.pagination-arrow{width:31px;height:31px}.services-loading{min-height:210px}.services-empty{min-height:250px;padding:25px 15px}.service-modal-overlay{align-items:flex-end;padding:8px}.service-modal{border-radius:15px 15px 10px 10px;max-width:none;max-height:calc(100vh - 16px);overflow-y:auto}.service-modal-header,.service-modal form{padding:17px}.service-modal-actions{width:100%}.cancel-button,.submit-service-button{flex:1}}@media (width<=420px){.services-page{padding:16px 9px 25px}.services-heading h1{font-size:20px}.services-heading p{font-size:10px}.services-actions{gap:7px}.refresh-button,.add-service-button{height:38px;padding:0 7px;font-size:10px}.services-card-header{padding:0 11px}.services-table tbody tr{border-radius:12px;grid-template-columns:35px minmax(0,1fr);gap:0 8px;width:calc(100% - 16px);margin:7px 8px;padding:11px}.serial-number{border-radius:8px;width:29px;height:29px}.service-icon{border-radius:8px;width:31px;height:31px}.mobile-label{min-width:66px}.edit-service-button{min-width:68px;padding:0 9px}.service-modal-header,.service-modal form{padding:15px}}@media (width<=340px){.services-page{padding-left:7px;padding-right:7px}.services-table tbody tr{grid-template-columns:33px minmax(0,1fr);gap:0 7px;width:calc(100% - 12px);margin:6px;padding:10px}.serial-number{width:27px;height:27px;font-size:9px}.service-icon{width:29px;height:29px;font-size:10px}.service-name-cell strong{font-size:11px}.service-name-cell span{font-size:8px}.services-table tbody td:nth-child(3),.services-table tbody td:nth-child(4){font-size:9px}.mobile-label{min-width:60px;font-size:8px}.service-date{font-size:9px}.edit-service-button{min-width:64px;height:30px;padding:0 8px;font-size:9px}}.customer-status{box-sizing:border-box;border-radius:7px;justify-content:center;align-items:center;min-width:68px;height:28px;padding:0 10px;font-size:10px;font-weight:750;display:inline-flex}.customer-status.active{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.customer-status.inactive{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}@media (width<=768px){.services-table tbody td:nth-child(3){border-top:1px solid #f1f5f9;grid-area:2/1/auto/-1;min-height:34px;margin-top:12px;padding-top:9px}.services-table tbody td:nth-child(4){grid-area:3/1/auto/-1;min-height:34px}.services-table tbody td:nth-child(5){grid-area:4/1/auto/-1;min-height:34px}.services-table tbody td:nth-child(6){border-top:1px solid #f1f5f9;grid-area:5/1/auto/-1;justify-content:space-between;min-height:42px;margin-top:3px;padding-top:9px}.customer-status{min-width:65px;height:27px;font-size:9px}}.corporates-page{box-sizing:border-box;background:#f8fafc;width:100%;min-height:100vh;padding:30px}.corporates-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.corporates-header h1{color:#111827;letter-spacing:-.7px;margin:0;font-size:28px;font-weight:800}.corporates-header p{color:#6b7280;margin:7px 0 0;font-size:13px;line-height:1.5}.corporate-search{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:9px;align-items:center;width:270px;height:40px;padding:0 12px;transition:all .2s;display:flex}.corporate-search:focus-within{border-color:#86efac;box-shadow:0 0 0 3px #22c55e14}.corporate-search input{color:#111827;background:0 0;border:none;outline:none;width:100%;min-width:0;font-size:12px}.corporate-search input::placeholder{color:#9ca3af}.corporates-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;align-items:center;gap:10px;margin-bottom:18px;padding:12px 15px;font-size:12px;font-weight:600;display:flex}.corporates-table-wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:thin;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;overflow-x:auto;box-shadow:0 4px 18px #0f172a09}.corporates-table{border-collapse:collapse;table-layout:auto;width:100%;min-width:650px}.corporates-table th{color:#6b7280;text-align:left;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;background:#fafafa;border-bottom:1px solid #eef2f7;padding:13px 16px;font-size:10px;font-weight:800}.corporates-table td{color:#374151;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:15px 16px;font-size:12px}.corporates-table tbody tr{transition:background .2s}.corporates-table tbody tr:hover{background:#fafffc}.corporates-table tbody tr:last-child td{border-bottom:none}.corporate-name-cell{flex-direction:column;gap:3px;min-width:180px;display:flex}.corporate-name-cell strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;max-width:280px;font-size:12px;font-weight:800;display:block;overflow:hidden}.corporate-name-cell span{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;max-width:280px;font-size:10px;display:block;overflow:hidden}.corporates-table td:nth-child(2){color:#111827;white-space:nowrap;font-size:12px;font-weight:700}.verification-badge{white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;padding:5px 9px;font-size:9px;font-weight:800;display:inline-flex}.verification-badge.verified{color:#15803d;background:#dcfce7}.verification-badge.pending{color:#c2410c;background:#fff7ed}.status-badge{white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;padding:5px 9px;font-size:9px;font-weight:800;display:inline-flex}.status-badge.disabled{color:#dc2626;background:#fef2f2}.view-btn{color:#15803d;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:7px;justify-content:center;align-items:center;min-width:70px;padding:7px 12px;font-size:10px;font-weight:800;transition:all .2s;display:inline-flex}.view-btn:hover{color:#fff;background:#16a34a;border-color:#16a34a}.view-btn:active{transform:translateY(1px)}.table-loading,.table-empty{height:220px;font-weight:600;text-align:center!important;color:#9ca3af!important;font-size:12px!important}.corporates-pagination{justify-content:flex-end;align-items:center;gap:12px;margin-top:15px;display:flex}.corporates-pagination span{color:#6b7280;text-align:center;min-width:100px;font-size:11px;font-weight:700}.corporates-pagination button{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:7px;min-width:80px;height:34px;padding:0 12px;font-size:10px;font-weight:700;transition:all .2s}.corporates-pagination button:hover:not(:disabled){color:#15803d;background:#f0fdf4;border-color:#86efac}.corporates-pagination button:disabled{opacity:.45;cursor:not-allowed}.corporate-details-overlay{z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a73;justify-content:flex-end;display:flex;position:fixed;inset:0}.corporate-details-drawer{box-sizing:border-box;background:#fff;width:min(680px,100%);height:100%;animation:.25s corporateSlideIn;overflow-y:auto;box-shadow:-10px 0 35px #0f172a29}@keyframes corporateSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.corporate-details-header{z-index:10;background:#fff;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:15px;padding:22px;display:flex;position:sticky;top:0}.corporate-details-header h2{color:#111827;word-break:break-word;margin:0;font-size:21px;font-weight:800;line-height:1.3}.corporate-details-header p{color:#9ca3af;margin:5px 0 0;font-size:11px}.close-details-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:21px;line-height:1;transition:all .2s;display:flex}.close-details-btn:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.corporate-details-content{padding-top:20px}.details-section{margin:0 22px 22px}.details-section h3{color:#374151;margin:0 0 11px;font-size:12px;font-weight:800}.details-grid>div{background:#f8fafc;border:1px solid #eef2f7;border-radius:9px;min-width:0;padding:12px}.details-grid>div span{color:#9ca3af;text-transform:uppercase;letter-spacing:.3px;margin-bottom:5px;font-size:9px;font-weight:700;display:block}.details-grid>div strong{overflow-wrap:anywhere;color:#374151;font-size:11px;font-weight:700;line-height:1.5;display:block}.billing-section-header{background:#f0fdf4;border:1px solid #d1fae5;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;padding:14px;display:flex}.billing-section-header h3{color:#166534;margin:0 0 4px;font-size:13px;font-weight:800}.billing-section-header p{color:#6b7280;margin:0;font-size:10px;line-height:1.5}.billing-details-btn{color:#fff;cursor:pointer;background:#16a34a;border:1px solid #16a34a;border-radius:8px;flex-shrink:0;min-height:36px;padding:0 13px;font-size:10px;font-weight:800;transition:all .2s}.billing-details-btn:hover:not(:disabled){background:#15803d;border-color:#15803d}.billing-details-btn:disabled{opacity:.6;cursor:not-allowed}.billing-result{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.billing-result>div{background:#fff;border:1px solid #e5e7eb;border-radius:9px;min-width:0;padding:12px;box-shadow:0 2px 7px #0f172a06}.billing-result>div:last-child{background:#f0fdf4;border-color:#bbf7d0}.billing-result span{color:#9ca3af;text-transform:uppercase;letter-spacing:.3px;margin-bottom:5px;font-size:9px;font-weight:700;display:block}.billing-result strong{overflow-wrap:anywhere;color:#374151;font-size:11px;font-weight:800;line-height:1.45;display:block}.billing-result>div:nth-child(2) strong{color:#111827}.billing-result>div:last-child strong{color:#15803d}.corporate-actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.toggle-account-btn,.verify-account-btn{cursor:pointer;border-radius:8px;min-height:40px;padding:0 14px;font-size:11px;font-weight:800;transition:all .2s}.toggle-account-btn{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.toggle-account-btn:hover:not(:disabled){color:#fff;background:#dc2626;border-color:#dc2626}.verify-account-btn{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.verify-account-btn:hover:not(:disabled){color:#fff;background:#16a34a;border-color:#16a34a}.toggle-account-btn:disabled,.verify-account-btn:disabled{opacity:.55;cursor:not-allowed}.details-loading{color:#9ca3af;justify-content:center;align-items:center;min-height:350px;font-size:12px;font-weight:600;display:flex}.corporate-details-drawer::-webkit-scrollbar{width:6px;height:6px}.corporates-table-wrapper::-webkit-scrollbar{width:6px;height:6px}.corporate-details-drawer::-webkit-scrollbar-track{background:#f8fafc}.corporates-table-wrapper::-webkit-scrollbar-track{background:#f8fafc}.corporate-details-drawer::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.corporates-table-wrapper::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.corporate-details-drawer::-webkit-scrollbar-thumb:hover{background:#9ca3af}.corporates-table-wrapper::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (width<=1100px){.corporates-page{padding:24px}.corporate-search{width:230px}.corporates-table{min-width:620px}}@media (width<=768px){.corporates-page{padding:20px 14px}.corporates-header{flex-direction:column;gap:14px}.corporates-header h1{font-size:24px}.corporates-header p{font-size:12px}.corporate-search{width:100%}.corporates-table-wrapper{border-radius:11px;overflow-x:auto}.corporates-table{min-width:620px}.corporates-table th{padding:11px 12px}.corporates-table td{padding:12px}.corporate-details-drawer{width:100%}.corporate-details-header{padding:18px 15px}.corporate-details-header h2{font-size:18px}.corporate-details-content{padding-top:16px}.details-section{margin-left:15px;margin-right:15px}.details-grid{grid-template-columns:1fr}.billing-section-header{flex-direction:column;align-items:flex-start}.billing-details-btn{width:100%}.billing-result{grid-template-columns:1fr}.corporate-actions{flex-direction:column;align-items:stretch}.toggle-account-btn,.verify-account-btn{width:100%}.corporates-pagination{justify-content:center}}@media (width<=520px){.corporates-page{padding:16px 10px}.corporates-header h1{font-size:22px}.corporates-header p{font-size:11px}.corporates-table-wrapper{border-radius:10px}.corporates-table{min-width:580px}.corporates-table th{padding:10px;font-size:9px}.corporates-table td{padding:11px 10px;font-size:11px}.corporate-name-cell strong{max-width:190px;font-size:11px}.corporate-name-cell span{max-width:190px;font-size:9px}.view-btn{min-width:62px;padding:6px 9px}.corporates-pagination{gap:7px}.corporates-pagination button{min-width:70px;height:32px}.corporates-pagination span{min-width:80px;font-size:10px}.corporate-details-header{padding:16px 14px}.corporate-details-header h2{max-width:240px;font-size:17px}.details-section{margin-left:14px;margin-right:14px}.details-grid>div{padding:11px}.billing-section-header{padding:12px}.billing-result>div{padding:11px}.billing-result strong{font-size:10px}}@media (width<=360px){.corporates-page{padding:12px 8px}.corporates-table{min-width:550px}.corporates-table th,.corporates-table td{padding:9px 8px}.corporate-name-cell strong,.corporate-name-cell span{max-width:160px}.corporate-details-header{padding:14px 12px}.details-section{margin-left:12px;margin-right:12px}.billing-result{gap:7px}.close-details-btn{width:32px;height:32px}}.providers-page{color:#172033;background:#f8fafc;width:100%;min-height:100vh;padding:34px 34px 50px}.providers-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.providers-header h1{color:#172033;margin:0 0 6px;font-size:30px;font-weight:750;line-height:1.2}.providers-header p{color:#64748b;margin:0;font-size:14px;line-height:1.5}.primary-btn,.secondary-btn,.action-btn{cursor:pointer;border:0;font-family:inherit;transition:background .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s}.primary-btn{color:#fff;white-space:nowrap;background:#159447;border-radius:9px;min-height:42px;padding:0 18px;font-size:14px;font-weight:700;box-shadow:0 4px 12px #15944729}.primary-btn:hover{background:#107d3b;transform:translateY(-1px)}.primary-btn:disabled,.secondary-btn:disabled,.action-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.secondary-btn{color:#334155;background:#fff;border:1px solid #d8dee8;border-radius:9px;min-height:42px;padding:0 18px;font-size:14px;font-weight:650}.secondary-btn:hover{background:#f8fafc;border-color:#cbd5e1}.alert{border-radius:9px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;padding:12px 15px;font-size:14px;line-height:1.4;display:flex}.alert button{cursor:pointer;background:0 0;border:0;font-size:20px;line-height:1}.error-alert{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.error-alert button{color:#b91c1c}.success-alert{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.success-alert button{color:#15803d}.providers-toolbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.search-box{width:min(420px,100%);height:44px;position:relative}.search-box input{color:#172033;background:#fff;border:1px solid #dbe2ea;border-radius:9px;outline:none;width:100%;height:100%;padding:0 42px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.search-box input::placeholder{color:#94a3b8}.search-box input:focus{border-color:#159447;box-shadow:0 0 0 3px #15944717}.search-icon{z-index:2;pointer-events:none;font-size:15px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.clear-search{color:#64748b;cursor:pointer;background:#eef2f7;border:0;border-radius:50%;width:24px;height:24px;font-size:17px;line-height:22px;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.clear-search:hover{color:#334155;background:#e2e8f0}.provider-count{color:#64748b;font-size:13px;font-weight:600}.providers-table-wrapper{background:#fff;border:1px solid #e5eaf0;border-radius:12px;width:100%;overflow-x:auto;box-shadow:0 5px 18px #0f172a09}.providers-table{border-collapse:collapse;width:100%;min-width:960px}.providers-table thead{background:#f8fafc}.providers-table th{color:#64748b;text-align:left;text-transform:uppercase;letter-spacing:.035em;white-space:nowrap;border-bottom:1px solid #e5eaf0;padding:15px 18px;font-size:12px;font-weight:750}.providers-table td{color:#334155;vertical-align:middle;border-bottom:1px solid #edf1f5;padding:16px 18px;font-size:14px}.providers-table tbody tr:last-child td{border-bottom:0}.providers-table tbody tr{transition:background .18s}.providers-table tbody tr:hover{background:#fbfefc}.provider-cell{align-items:center;gap:11px;min-width:190px;display:flex}.provider-avatar{color:#148642;background:#e9f8ef;border-radius:10px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:flex}.provider-avatar.large{border-radius:13px;width:54px;height:54px;font-size:16px}.provider-cell strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;max-width:230px;font-size:14px;font-weight:700;display:block;overflow:hidden}.provider-cell span{color:#64748b;margin-top:3px;font-size:12px;display:block}.service-name{color:#334155;text-overflow:ellipsis;white-space:nowrap;background:#f1f5f9;border-radius:7px;align-items:center;max-width:220px;padding:5px 9px;font-size:13px;font-weight:650;display:inline-flex;overflow:hidden}.status-badge{border-radius:999px;justify-content:center;align-items:center;min-width:72px;padding:5px 10px;font-size:11px;font-weight:750;line-height:1.2;display:inline-flex}.status-badge.active{color:#15803d;background:#dcfce7}.status-badge.inactive{color:#b91c1c;background:#fee2e2}.action-buttons{white-space:nowrap;align-items:center;gap:7px;display:flex}.action-btn{border-radius:7px;min-height:32px;padding:0 10px;font-size:12px;font-weight:700}.view-btn{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe}.view-btn:hover{background:#dbeafe}.edit-btn{color:#15803d;background:#f0fdf4;border:1px solid #dcfce7}.edit-btn:hover{background:#dcfce7}.disable-btn{color:#dc2626;background:#fef2f2;border:1px solid #fee2e2}.disable-btn:hover{background:#fee2e2}.enable-btn{color:#15803d;background:#f0fdf4;border:1px solid #dcfce7}.enable-btn:hover{background:#dcfce7}.loading-state{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:280px;display:flex}.loading-state p{margin:0;font-size:14px}.loader{border:3px solid #dcfce7;border-top-color:#159447;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite providers-spin}@keyframes providers-spin{to{transform:rotate(360deg)}}.details-loading{min-height:320px}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:35px 20px;display:flex}.empty-state.small{min-height:170px;padding:25px 15px}.empty-icon{background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:12px;font-size:22px;display:flex}.empty-state h3{color:#172033;margin:0 0 7px;font-size:17px}.empty-state p{color:#64748b;max-width:420px;margin:0 0 18px;font-size:13px;line-height:1.5}.providers-mobile-list{display:none}.provider-mobile-card{background:#fff;border:1px solid #e5eaf0;border-radius:12px;padding:16px;box-shadow:0 4px 14px #0f172a09}.mobile-card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:17px;display:flex}.mobile-card-header .provider-cell{min-width:0}.mobile-card-header .provider-cell strong{max-width:200px}.mobile-card-grid{border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:13px 0;display:grid}.mobile-card-grid>div{min-width:0}.mobile-card-grid span{color:#94a3b8;margin-bottom:5px;font-size:11px;font-weight:650;display:block}.mobile-card-grid strong{color:#334155;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;display:block;overflow:hidden}.mobile-card-actions{gap:8px;margin-top:14px;display:flex}.mobile-card-actions .action-btn{flex:1}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a94;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.provider-modal{background:#fff;border-radius:15px;width:min(920px,100%);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 25px 70px #0f172a38}.provider-details-modal{background:#fff;border-radius:15px;width:min(980px,100%);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 25px 70px #0f172a38}.modal-header{z-index:5;background:#fff;border-bottom:1px solid #e8edf2;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 24px;display:flex;position:sticky;top:0}.modal-header h2{color:#172033;margin:0 0 5px;font-size:21px;font-weight:750}.modal-header p{color:#64748b;margin:0;font-size:13px;line-height:1.5}.modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:23px;line-height:1;display:flex}.provider-form{padding:24px}.form-section{margin-bottom:25px}.form-section:last-of-type{margin-bottom:5px}.form-section-title{color:#172033;margin-bottom:14px;font-size:15px;font-weight:750}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.form-grid.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.form-group{min-width:0}.form-group input,.form-group select,.form-group textarea{color:#172033;background:#fff;border:1px solid #dbe2ea;border-radius:8px;outline:none;width:100%;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s}.form-group input,.form-group select{height:42px;padding:0 12px}.form-group textarea{resize:vertical;min-height:110px;padding:11px 12px;line-height:1.5}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0aec0}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#159447;box-shadow:0 0 0 3px #15944714}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{cursor:not-allowed;background:#f8fafc}.modal-footer{border-top:1px solid #e8edf2;justify-content:flex-end;gap:10px;margin-top:25px;padding-top:20px;display:flex}.details-content{padding:24px}.details-profile{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:14px;margin-bottom:24px;padding:18px;display:flex}.details-profile-info{flex:1;min-width:0}.details-profile-info h3{color:#172033;text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;font-size:18px;font-weight:750;overflow:hidden}.details-profile-info p{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;overflow:hidden}.details-section{background:#fff;border:1px solid #e5eaf0;border-radius:12px;margin-bottom:20px;padding:18px}.details-section:last-of-type{margin-bottom:0}.details-section-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px;display:flex}.details-section-header h3{color:#172033;margin:0;font-size:15px;font-weight:750}.details-section-header p{color:#64748b;margin:4px 0 0;font-size:12px}.details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.detail-item{background:#fafbfc;border:1px solid #edf1f5;border-radius:9px;min-width:0;padding:13px}.detail-item.full-width{grid-column:1/-1}.detail-item>span:first-child{color:#94a3b8;text-transform:uppercase;letter-spacing:.025em;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.detail-item strong{color:#334155;font-size:13px;font-weight:700;line-height:1.45;display:block}.break-value{overflow-wrap:anywhere;word-break:break-word}.json-preview{color:#334155;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;max-height:260px;margin:0;padding:13px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.6;overflow:auto}.service-list{flex-direction:column;gap:9px;display:flex}.service-item{background:#fafbfc;border:1px solid #e5eaf0;border-radius:9px;justify-content:space-between;align-items:center;gap:15px;min-width:0;padding:12px 14px;display:flex}.service-item>div{flex:1;min-width:0}.service-item strong{color:#334155;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;display:block;overflow:hidden}.details-footer{border-top:1px solid #e8edf2;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:20px;display:flex}.provider-modal::-webkit-scrollbar{width:7px;height:7px}.provider-details-modal::-webkit-scrollbar{width:7px;height:7px}.json-preview::-webkit-scrollbar{width:7px;height:7px}.providers-table-wrapper::-webkit-scrollbar{width:7px;height:7px}.provider-modal::-webkit-scrollbar-track{background:#f1f5f9}.provider-details-modal::-webkit-scrollbar-track{background:#f1f5f9}.json-preview::-webkit-scrollbar-track{background:#f1f5f9}.providers-table-wrapper::-webkit-scrollbar-track{background:#f1f5f9}.provider-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.provider-details-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.json-preview::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.providers-table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.provider-modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}.provider-details-modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}.json-preview::-webkit-scrollbar-thumb:hover{background:#94a3b8}.providers-table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (width<=1100px){.providers-page{padding:28px 24px 40px}.providers-header h1{font-size:27px}.providers-table{min-width:900px}.provider-modal,.provider-details-modal{width:min(900px,100%)}}@media (width<=768px){.providers-page{padding:20px 16px 32px}.providers-header{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:20px}.providers-header h1{font-size:24px}.providers-header p{font-size:13px}.providers-header .primary-btn{width:100%}.providers-toolbar{flex-direction:column;align-items:stretch;gap:10px}.search-box{width:100%}.provider-count{font-size:12px}.providers-table-wrapper{display:none}.providers-mobile-list{flex-direction:column;gap:12px;display:flex}.modal-overlay{align-items:flex-end;padding:0}.provider-modal,.provider-details-modal{border-radius:17px 17px 0 0;width:100%;max-height:94vh}.modal-header{padding:17px 18px}.modal-header h2{font-size:18px}.modal-header p{font-size:12px}.provider-form,.details-content{padding:18px}.form-grid,.form-grid.three-columns{grid-template-columns:1fr;gap:14px}.form-section{margin-bottom:22px}.details-profile{flex-wrap:wrap;align-items:flex-start;padding:15px}.details-profile-info{flex:1;min-width:150px}.details-profile-info h3{font-size:16px}.details-profile .status-badge{width:100%;margin-top:2px}.details-grid{grid-template-columns:1fr}.detail-item.full-width{grid-column:auto}.details-section{padding:14px}.details-section-header{margin-bottom:13px}.modal-footer,.details-footer{flex-direction:column-reverse}.modal-footer button,.details-footer button{width:100%}}@media (width<=480px){.providers-page{padding:16px 12px 28px}.providers-header h1{font-size:22px}.provider-mobile-card{padding:14px}.mobile-card-header{gap:8px}.mobile-card-header .provider-avatar{border-radius:8px;width:34px;height:34px;font-size:11px}.mobile-card-header .provider-cell{gap:8px}.mobile-card-header .provider-cell strong{max-width:150px;font-size:13px}.mobile-card-header .provider-cell span{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.mobile-card-grid{grid-template-columns:1fr;gap:9px}.mobile-card-grid>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.mobile-card-grid span{margin:0}.mobile-card-grid strong{text-align:right}.mobile-card-actions{grid-template-columns:1fr 1fr;display:grid}.mobile-card-actions .action-btn:last-child{grid-column:1/-1}.details-content{padding:14px}.details-profile{gap:10px}.provider-avatar.large{width:46px;height:46px;font-size:14px}.details-section{margin-bottom:14px;padding:12px}.json-preview{max-height:220px;font-size:11px}.service-item{padding:11px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.terms-page{box-sizing:border-box;background:radial-gradient(circle at 90% 5%,#22c55e12,#0000 30%),#f8fafc;width:100%;min-height:100%;padding:32px 34px 50px}.terms-page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;display:flex}.terms-eyebrow{color:#16a34a;letter-spacing:1.5px;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.terms-page-header h1{color:#0f172a;margin:0;font-size:28px;font-weight:800}.terms-page-header p{color:#64748b;margin:7px 0 0;font-size:14px}.add-terms-button{cursor:pointer;color:#fff;background:#16a34a;border:0;border-radius:10px;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 8px 20px #16a34a2e}.add-terms-button:hover{background:#15803d;transform:translateY(-1px)}.add-terms-button span{font-size:20px;line-height:1}.terms-alert{border-radius:10px;align-items:center;gap:10px;margin-bottom:20px;padding:13px 15px;font-size:14px;font-weight:600;display:flex}.terms-alert button{cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:20px}.terms-success{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.terms-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.terms-form-card,.terms-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 30px #0f172a0d}.terms-form-card{margin-bottom:24px;overflow:hidden}.terms-form-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;padding:22px 24px;display:flex}.terms-form-header h2,.terms-list-header h2{color:#0f172a;margin:0;font-size:18px;font-weight:800}.terms-form-header p,.terms-list-header p{color:#64748b;margin:5px 0 0;font-size:13px}.close-form-button,.drawer-close-button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:34px;height:34px;font-size:22px}.close-form-button:hover,.drawer-close-button:hover{color:#0f172a;background:#f8fafc}.terms-form{padding:24px}.terms-form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.form-group label span{color:#dc2626;margin-left:3px}.form-group input,.form-group textarea{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:9px;outline:none;width:100%;font-family:inherit;font-size:14px;transition:all .2s}.form-group input{height:44px;padding:0 13px}.form-group textarea{resize:vertical;min-height:150px;padding:13px}.form-group input:focus,.form-group textarea:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a14}.file-upload-box{box-sizing:border-box;cursor:pointer;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:10px;align-items:center;gap:14px;min-height:95px;padding:18px;transition:all .2s;display:flex}.file-upload-box:hover{background:#f0fdf4;border-color:#16a34a}.file-upload-box.file-selected{background:#f0fdf4;border-style:solid;border-color:#86efac}.upload-icon,.file-icon{color:#16a34a;background:#dcfce7;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;font-weight:800;display:flex}.file-upload-box strong{color:#334155;font-size:13px;display:block}.file-upload-box span{color:#94a3b8;margin-top:4px;font-size:12px;display:block}.selected-file-info{flex:1;min-width:0}.selected-file-info strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.remove-file-button{color:#dc2626;cursor:pointer;background:#fee2e2;border:0;border-radius:7px;width:30px;height:30px;font-size:18px}.terms-form-actions{justify-content:flex-end;gap:10px;padding-top:5px;display:flex}.cancel-button,.save-terms-button{cursor:pointer;border-radius:9px;min-width:110px;height:42px;padding:0 16px;font-size:13px;font-weight:700}.save-terms-button{color:#fff;background:#16a34a;border:0}.save-terms-button:hover{background:#15803d}.save-terms-button:disabled,.cancel-button:disabled{opacity:.6;cursor:not-allowed}.terms-list-card{overflow:hidden}.terms-list-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.terms-count{color:#15803d;background:#dcfce7;border-radius:9px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0 10px;font-size:14px;font-weight:800;display:flex}.terms-table-wrapper{overflow-x:auto}.terms-table{border-collapse:collapse;width:100%}.terms-table th{text-align:left;color:#64748b;letter-spacing:.5px;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:14px 22px;font-size:11px;font-weight:800}.terms-table td{color:#475569;border-bottom:1px solid #f1f5f9;padding:16px 22px;font-size:13px}.terms-table tbody tr{transition:all .2s}.terms-table tbody tr:hover{background:#f8fafc}.serial-number{color:#475569;background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:inline-flex}.version-cell{align-items:center;gap:10px;display:flex}.version-icon{color:#16a34a;background:#f0fdf4;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:800;display:flex}.version-cell strong{color:#0f172a}.status-badge{color:#15803d;background:#dcfce7;border-radius:20px;align-items:center;gap:6px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.status-badge i,.drawer-active i{background:#16a34a;border-radius:50%;width:6px;height:6px;display:inline-block}.view-term-button{color:#15803d;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:7px;padding:8px 13px;font-size:12px;font-weight:700;transition:all .2s}.view-term-button:hover{background:#dcfce7;transform:translateY(-1px)}.view-term-button:disabled{opacity:.5;cursor:not-allowed}.terms-mobile-cards{display:none}.term-mobile-card{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px;transition:all .2s}.term-mobile-card:last-child{border-bottom:0}.term-mobile-card:active{background:#f8fafc}.mobile-card-top{align-items:center;gap:11px;display:flex}.mobile-serial{color:#16a34a;background:#f0fdf4;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:800;display:flex}.mobile-version-info{flex:1;min-width:0}.mobile-version-info span{color:#94a3b8;letter-spacing:.8px;margin-bottom:3px;font-size:9px;font-weight:800;display:block}.mobile-version-info strong{text-overflow:ellipsis;white-space:nowrap;color:#0f172a;font-size:15px;font-weight:800;display:block;overflow:hidden}.mobile-card-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;grid-template-columns:1fr;gap:11px;margin-top:15px;padding:13px;display:grid}.mobile-detail{min-width:0}.mobile-detail span{color:#94a3b8;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.mobile-detail strong{text-overflow:ellipsis;white-space:nowrap;color:#334155;font-size:12px;display:block;overflow:hidden}.mobile-view-button{color:#15803d;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:9px;justify-content:space-between;align-items:center;width:100%;height:42px;margin-top:13px;padding:0 13px;font-size:12px;font-weight:800;transition:all .2s;display:flex}.mobile-view-button:hover{background:#dcfce7}.mobile-view-button b{font-size:18px;line-height:1}.terms-loading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:250px;font-size:13px;display:flex}.loading-spinner{border:3px solid #dcfce7;border-top-color:#16a34a;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite terms-spin}@keyframes terms-spin{to{transform:rotate(360deg)}}.terms-empty{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:35px 20px;display:flex}.terms-empty h3{color:#0f172a;margin:0;font-size:17px}.terms-empty p{color:#64748b;margin:7px 0 18px;font-size:13px}.terms-empty button{color:#fff;cursor:pointer;background:#16a34a;border:0;border-radius:8px;padding:10px 15px;font-size:13px;font-weight:700}.term-drawer-overlay{z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a6b;position:fixed;inset:0}.term-drawer{z-index:999;box-sizing:border-box;background:#fff;flex-direction:column;width:min(560px,94vw);height:100vh;animation:.25s drawer-in;display:flex;position:fixed;top:0;right:0;overflow:hidden;box-shadow:-20px 0 50px #0f172a26}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.term-drawer-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:15px;min-height:84px;padding:17px 20px;display:flex}.drawer-title-area{align-items:center;gap:12px;min-width:0;display:flex}.drawer-title-icon{color:#16a34a;background:#dcfce7;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;font-weight:800;display:flex}.drawer-title-area span{color:#16a34a;letter-spacing:1.2px;margin-bottom:4px;font-size:9px;font-weight:800;display:block}.drawer-title-area h2{text-overflow:ellipsis;white-space:nowrap;color:#0f172a;margin:0;font-size:18px;font-weight:800;overflow:hidden}.drawer-close-button{flex-shrink:0;transition:all .2s}.drawer-close-button:hover{color:#dc2626;background:#fee2e2;border-color:#fecaca;transform:rotate(90deg)}.term-drawer-body{background:#f8fafc;flex:1;min-height:0;padding:20px;overflow-y:auto}.drawer-info-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.drawer-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:0;padding:13px}.drawer-info-card span{color:#94a3b8;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:800;display:block}.drawer-info-card strong{text-overflow:ellipsis;white-space:nowrap;color:#334155;font-size:12px;display:block;overflow:hidden}.drawer-active{align-items:center;gap:5px;color:#15803d!important;display:flex!important}.terms-content-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:14px;padding:17px}.content-heading{border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding-bottom:13px;display:flex}.content-heading-icon{color:#16a34a;background:#f0fdf4;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-weight:800;display:flex}.content-heading strong{color:#334155;font-size:13px;display:block}.content-heading span{color:#94a3b8;margin-top:2px;font-size:10px;display:block}.content-text{white-space:pre-wrap;color:#475569;padding-top:14px;font-size:13px;line-height:1.75}.document-box{background:#fff;border:1px solid #e2e8f0;border-radius:11px;align-items:center;gap:11px;margin-top:14px;padding:13px;display:flex}.document-icon{color:#dc2626;background:#fee2e2;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:10px;font-weight:800;display:flex}.document-info{flex:1;min-width:0}.document-box strong{color:#334155;font-size:13px;display:block}.document-box span{text-overflow:ellipsis;white-space:nowrap;color:#94a3b8;margin-top:3px;font-size:10px;display:block;overflow:hidden}.document-view-button{color:#15803d;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:7px;flex-shrink:0;padding:8px 12px;font-size:11px;font-weight:700;transition:all .2s}.document-view-button:hover{background:#dcfce7;transform:translateY(-1px)}.drawer-footer{box-sizing:border-box;background:#fff;border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;min-height:62px;padding:10px 20px;display:flex}.drawer-footer button{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-width:90px;height:36px;font-size:12px;font-weight:700}.drawer-footer button:hover{color:#0f172a;background:#f8fafc}.document-modal-overlay{z-index:100000;box-sizing:border-box;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172ab8;justify-content:center;align-items:center;padding:20px;animation:.2s document-overlay-in;display:flex;position:fixed;inset:0}.document-modal{background:#fff;border-radius:16px;flex-direction:column;width:min(1250px,96vw);height:min(900px,94vh);animation:.25s document-modal-in;display:flex;overflow:hidden;box-shadow:0 30px 90px #0000004d}.document-modal-header{box-sizing:border-box;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:18px;min-height:72px;padding:13px 18px 13px 22px;display:flex}.document-modal-title{flex:1;min-width:0}.document-modal-eyebrow{color:#16a34a;letter-spacing:1.3px;margin-bottom:4px;font-size:10px;font-weight:800;display:block}.document-modal-title h2{text-overflow:ellipsis;white-space:nowrap;color:#0f172a;max-width:750px;margin:0;font-size:16px;font-weight:800;overflow:hidden}.document-modal-actions{flex-shrink:0;align-items:center;gap:9px;display:flex}.real-download-button{color:#fff;background:#16a34a;border-radius:8px;justify-content:center;align-items:center;min-height:36px;padding:0 13px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.real-download-button:hover{background:#15803d}.document-modal-close{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:23px;transition:all .2s;display:flex}.document-modal-close:hover{color:#dc2626;background:#fee2e2;border-color:#fecaca;transform:rotate(90deg)}.document-modal-body{background:#e5e7eb;flex:1;min-height:0;position:relative}.document-iframe{background:#fff;border:0;width:100%;height:100%;display:block}.document-preview-error{color:#64748b;background:#f8fafc;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:600;display:flex}.document-modal-footer{box-sizing:border-box;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:15px;min-height:48px;padding:7px 16px;display:flex}.document-modal-footer span{color:#94a3b8;font-size:11px;font-weight:600}.document-modal-footer button{color:#475569;cursor:pointer;background:#f1f5f9;border:0;border-radius:7px;padding:7px 12px;font-size:11px;font-weight:700}@keyframes document-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes document-modal-in{0%{opacity:0;transform:translateY(15px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.terms-page{padding:20px 14px 30px}.terms-page-header{flex-direction:column;align-items:stretch;gap:15px;margin-bottom:20px}.terms-page-header h1{font-size:24px}.terms-page-header p{font-size:13px}.add-terms-button{justify-content:center;width:100%}.terms-form-grid{grid-template-columns:1fr;gap:0}.terms-form,.terms-form-header,.terms-list-header{padding:18px}.terms-table-wrapper{display:none}.terms-mobile-cards{display:block}.term-drawer{width:100vw;max-width:100vw}.term-drawer-header{min-height:76px;padding:14px}.term-drawer-body{padding:14px}.drawer-info-grid{grid-template-columns:1fr 1fr}.drawer-info-card:last-child{grid-column:1/-1}.drawer-footer{padding:10px 14px}.document-box{flex-wrap:wrap;align-items:flex-start}.document-info{flex:none;width:calc(100% - 58px)}.document-view-button{width:100%;margin-top:3px}.document-modal-overlay{padding:7px}.document-modal{border-radius:11px;width:100%;height:97vh}.document-modal-header{gap:7px;min-height:62px;padding:9px 10px}.document-modal-title h2{max-width:calc(100vw - 145px);font-size:12px}.document-modal-eyebrow{font-size:8px}.document-modal-actions{gap:5px}.real-download-button{min-height:33px;padding:0 8px;font-size:9px}.document-modal-close{width:33px;height:33px;font-size:19px}.document-modal-footer{min-height:42px;padding:5px 9px}.document-modal-footer span{font-size:9px}.document-modal-footer button{padding:6px 9px;font-size:9px}}@media (width<=480px){.terms-page{padding:17px 10px 25px}.terms-page-header h1{font-size:22px}.terms-page-header p{font-size:12px}.terms-list-header{padding:15px}.terms-list-header h2{font-size:16px}.terms-list-header p{font-size:11px}.terms-count{min-width:32px;height:32px}.term-mobile-card{padding:14px}.mobile-card-top{gap:9px}.mobile-serial{border-radius:9px;width:34px;height:34px;font-size:12px}.mobile-version-info strong{font-size:14px}.status-badge{padding:4px 7px;font-size:9px}.mobile-card-details{padding:11px}.mobile-view-button{height:40px}.drawer-title-icon{width:38px;height:38px}.drawer-title-area h2{font-size:15px}.drawer-info-grid{grid-template-columns:1fr}.drawer-info-card:last-child{grid-column:auto}.terms-content-box{padding:14px}.content-text{font-size:12px;line-height:1.65}.document-modal-title h2{max-width:120px}.real-download-button{display:none}}.credit-requests-page{box-sizing:border-box;background:radial-gradient(circle at 90% 5%,#22c55e12,#0000 28%);width:100%;min-height:100%;padding:32px 34px 50px}.credit-page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;display:flex}.credit-page-header h1{color:#17211b;margin:0;font-size:28px;font-weight:750;line-height:1.2}.credit-page-header p{color:#718078;margin:7px 0 0;font-size:14px;line-height:1.5}.credit-tabs{border-bottom:1px solid #e6ece8;align-items:center;gap:8px;margin-bottom:18px;display:flex;overflow-x:auto}.credit-tabs::-webkit-scrollbar{display:none}.credit-tab{color:#718078;cursor:pointer;background:0 0;border:0;outline:none;flex-shrink:0;padding:13px 18px;font-size:14px;font-weight:650;transition:color .2s,background .2s;position:relative}.credit-tab:hover,.credit-tab.active{color:#15803d}.credit-tab.active:after{content:"";background:#22c55e;border-radius:3px 3px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.credit-error{color:#b91c1c;background:#fff7f7;border:1px solid #fecaca;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;padding:13px 16px;font-size:14px;display:flex}.credit-error span{word-break:break-word;min-width:0}.credit-error button{color:#b91c1c;cursor:pointer;background:0 0;border:0;flex-shrink:0;font-size:13px;font-weight:700}.credit-error button:hover{text-decoration:underline}.credit-table-card{background:#fff;border:1px solid #e5ebe7;border-radius:14px;width:100%;overflow:hidden;box-shadow:0 7px 24px #0f172a0b}.credit-table-header{border-bottom:1px solid #edf1ee;justify-content:space-between;align-items:center;gap:20px;padding:21px 22px;display:flex}.credit-table-header h2{color:#1d2922;margin:0;font-size:17px;font-weight:700;line-height:1.3}.credit-table-header span{color:#87938c;margin-top:5px;font-size:12px;display:block}.credit-table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow:auto hidden}.credit-table-wrapper::-webkit-scrollbar{height:7px}.credit-table-wrapper::-webkit-scrollbar-track{background:#f5f7f6}.credit-table-wrapper::-webkit-scrollbar-thumb{background:#d2dbd5;border-radius:10px}.credit-table-wrapper::-webkit-scrollbar-thumb:hover{background:#b8c5bd}.credit-table{border-collapse:collapse;border-spacing:0;width:100%;min-width:1180px}.credit-table th{color:#68756d;text-align:left;white-space:nowrap;background:#f8faf9;border-bottom:1px solid #e9eeeb;padding:14px 18px;font-size:12px;font-weight:750}.credit-table td{color:#37443c;white-space:nowrap;vertical-align:middle;border-bottom:1px solid #eef2ef;padding:16px 18px;font-size:13px}.credit-table tbody tr{transition:background .15s}.credit-table tbody tr:hover{background:#fbfdfb}.credit-table tbody tr:last-child td{border-bottom:0}.credit-table th:first-child,.credit-table td:first-child{color:#87938c;text-align:center;width:45px}.corporate-cell{align-items:center;gap:10px;min-width:240px;display:flex}.corporate-avatar{color:#15803d;background:#ecfdf3;border-radius:9px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:750;display:flex}.corporate-info{flex-direction:column;gap:3px;min-width:0;display:flex}.corporate-info span{color:#253129;font-size:13px;font-weight:700}.corporate-info small{text-overflow:ellipsis;color:#87938c;max-width:230px;font-size:10px;line-height:1.4;display:block;overflow:hidden}.amount-value{color:#37443c;font-size:13px;font-weight:700}.approved-amount{color:#15803d;font-size:13px;font-weight:750}.gst-info{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.gst-badge{color:#536158;background:#f3f5f4;border-radius:20px;align-items:center;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.gst-info small{color:#87938c;font-size:10px;line-height:1.3}.status-badge{text-transform:capitalize;white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;min-width:72px;padding:6px 10px;font-size:11px;font-weight:750;display:inline-flex}.status-approved{color:#15803d;background:#ecfdf3}.status-rejected{color:#b91c1c;background:#fef2f2}.status-pending{color:#c2410c;background:#fff7ed}.status-default{color:#4b5563;background:#f3f4f6}.date-value{color:#68756d;white-space:nowrap;font-size:12px}.edit-request-button{color:#15803d;white-space:nowrap;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:7px;padding:8px 13px;font-size:12px;font-weight:700;transition:background .2s,border-color .2s,transform .15s}.edit-request-button:hover{background:#dcfce7;border-color:#86efac}.edit-request-button:active{transform:translateY(1px)}.credit-loading{color:#78857d;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:30px;display:flex}.credit-spinner{border:3px solid #dcefe2;border-top-color:#22c55e;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite creditSpin}.credit-loading p{color:#78857d;margin:13px 0 0;font-size:13px}@keyframes creditSpin{to{transform:rotate(360deg)}}.credit-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:30px;display:flex}.credit-empty h3{color:#26332b;margin:0;font-size:17px;font-weight:700}.credit-empty p{color:#87928c;margin:7px 0 0;font-size:13px;line-height:1.5}.credit-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(3px);background:#0f172a7a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.credit-modal{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:calc(100vh - 40px);animation:.2s creditModalIn;overflow-y:auto;box-shadow:0 25px 70px #0f172a33}@keyframes creditModalIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.credit-modal::-webkit-scrollbar{width:6px}.credit-modal::-webkit-scrollbar-track{background:0 0}.credit-modal::-webkit-scrollbar-thumb{background:#d7dfda;border-radius:10px}.credit-modal-header{border-bottom:1px solid #edf1ee;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 23px;display:flex}.credit-modal-header h2{color:#202c25;margin:0;font-size:19px;font-weight:750}.credit-modal-header p{color:#849088;margin:5px 0 0;font-size:12px;line-height:1.4}.modal-close{color:#647169;cursor:pointer;background:#f4f6f5;border:0;border-radius:8px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;font-size:22px;line-height:1;transition:background .2s,color .2s;display:flex}.modal-close:disabled{opacity:.55;cursor:not-allowed}.credit-modal-body{padding:23px}.request-reference{background:#f8faf9;border:1px solid #e9eeeb;border-radius:9px;flex-direction:column;gap:5px;margin-bottom:14px;padding:12px 14px;display:flex}.request-reference:last-child{margin-bottom:0}.request-reference span{color:#87938c;font-size:11px;font-weight:650}.request-reference strong{color:#37443c;word-break:break-all;font-size:12px;font-weight:700}.form-group:last-child{margin-bottom:0}.form-group input,.form-group select{box-sizing:border-box;color:#26332b;background:#fff;border:1px solid #dce4df;border-radius:8px;outline:none;width:100%;height:44px;padding:0 12px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s}.form-group input:hover,.form-group select:hover{border-color:#c8d4cc}.form-group input:focus,.form-group select:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.credit-modal-footer{border-top:1px solid #edf1ee;justify-content:flex-end;gap:10px;padding:17px 23px;display:flex}.cancel-button,.save-button{cursor:pointer;border-radius:8px;height:42px;padding:0 17px;font-family:inherit;font-size:13px;font-weight:700;transition:background .2s,border-color .2s,transform .15s}.cancel-button:hover{background:#f8faf9;border-color:#cbd5cf}.save-button{color:#fff;background:#16a34a;border:1px solid #16a34a}.save-button:hover{background:#15803d;border-color:#15803d}.cancel-button:active,.save-button:active{transform:translateY(1px)}.cancel-button:disabled,.save-button:disabled{opacity:.55;cursor:not-allowed;transform:none}@media (width<=1024px){.credit-requests-page{padding:28px 24px 45px}.credit-table{min-width:1120px}.credit-table th,.credit-table td{padding-left:15px;padding-right:15px}}@media (width<=768px){.credit-requests-page{padding:24px 18px 40px}.credit-page-header{align-items:flex-start;margin-bottom:20px}.credit-page-header h1{font-size:23px}.credit-page-header p{font-size:13px}.credit-tabs{margin-bottom:16px}.credit-tab{padding:12px 15px;font-size:13px}.credit-error{align-items:flex-start;padding:12px 13px;font-size:13px}.credit-table-card{border-radius:12px}.credit-table-header{padding:18px}.credit-table-header h2{font-size:15px}.credit-table-header span{font-size:11px}.credit-modal-overlay{align-items:center;padding:12px}.credit-modal{border-radius:14px;max-height:calc(100vh - 24px)}.credit-modal-header,.credit-modal-body{padding:18px}.credit-modal-footer{flex-direction:column-reverse;padding:15px 18px}.cancel-button,.save-button{width:100%}}@media (width<=480px){.credit-requests-page{padding:20px 14px 35px}.credit-page-header{flex-direction:column;gap:5px}.credit-page-header h1{font-size:21px}.credit-page-header p{font-size:12px}.credit-tabs{gap:3px}.credit-tab{padding:11px 12px;font-size:12px}.credit-table-header{padding:16px}.credit-table-header h2{font-size:14px}.credit-modal-overlay{padding:8px}.credit-modal{max-height:calc(100vh - 16px)}.credit-modal-header{padding:16px}.credit-modal-header h2{font-size:17px}.credit-modal-body{padding:16px}.request-reference{padding:11px 12px}}.payment-proof-reference{gap:10px}.payment-proof-link{width:100%;text-decoration:none;display:block}.payment-proof-image{object-fit:contain;box-sizing:border-box;cursor:pointer;background:#f8faf9;border:1px solid #e5ebe7;border-radius:10px;width:100%;max-width:420px;max-height:320px;padding:6px;display:block}.billing-page{box-sizing:border-box;background:radial-gradient(circle at 90% 5%,#22c55e12,#0000 28%),#f7f9fb;width:100%;min-height:100%;padding:30px 34px 50px}.billing-header{margin-bottom:26px}.billing-header-content{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.billing-breadcrumb{color:#7b8794;letter-spacing:.8px;align-items:center;gap:9px;margin-bottom:9px;font-size:11px;font-weight:700;display:flex}.billing-breadcrumb span{color:#b5bec8;font-size:16px}.billing-header h1{color:#17202a;margin:0;font-size:30px;font-weight:750;line-height:1.2}.billing-header p{color:#778391;margin:8px 0 0;font-size:14px}.billing-add-button{color:#fff;cursor:pointer;background:#16a34a;border:0;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 18px;font-size:13px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 7px 18px #16a34a2e}.billing-add-button:hover{background:#15803d;transform:translateY(-1px);box-shadow:0 10px 22px #16a34a3d}.billing-add-icon{font-size:20px;line-height:1}.billing-content{width:100%}.billing-alert{box-sizing:border-box;border-radius:9px;align-items:center;gap:10px;width:100%;margin-bottom:18px;padding:12px 15px;font-size:13px;font-weight:600;display:flex}.billing-alert.success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.billing-alert.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.alert-icon{border-radius:50%;flex:none;justify-content:center;align-items:center;width:21px;height:21px;font-size:12px;font-weight:800;display:inline-flex}.success .alert-icon{background:#dcfce7}.error .alert-icon{background:#fee2e2}.billing-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.billing-summary-card{box-sizing:border-box;background:#fff;border:1px solid #e7ebef;border-radius:13px;align-items:center;gap:15px;min-height:95px;padding:18px 20px;display:flex;box-shadow:0 3px 12px #0f172a09}.active-icon{color:#2563eb;background:#eff6ff}.summary-label{color:#7b8794;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.summary-value{color:#18212b;font-size:23px;font-weight:750;display:block}.billing-card{background:#fff;border:1px solid #e6eaee;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #0f172a0a}.billing-card-header{border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:center;gap:15px;padding:20px 22px;display:flex}.billing-card-header h2{color:#202a34;margin:0;font-size:17px;font-weight:750}.billing-card-header p{color:#8a95a1;margin:5px 0 0;font-size:12px}.refresh-button{color:#596572;cursor:pointer;background:#fff;border:1px solid #e2e7eb;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:19px;transition:all .2s;display:flex}.refresh-button:hover{color:#16a34a;background:#f0fdf4;border-color:#86efac}.refresh-button:disabled{opacity:.5;cursor:not-allowed}.billing-table-wrapper{width:100%;overflow-x:auto}.billing-table{border-collapse:collapse;width:100%;min-width:760px}.billing-table th{color:#6c7783;text-align:left;letter-spacing:.45px;text-transform:uppercase;background:#fafbfc;border-bottom:1px solid #edf0f2;padding:14px 18px;font-size:11px;font-weight:750}.billing-table td{color:#39434e;vertical-align:middle;border-bottom:1px solid #f0f2f4;padding:16px 18px;font-size:13px}.billing-table tbody tr:last-child td{border-bottom:0}.billing-table tbody tr{transition:background .18s}.billing-table tbody tr:hover{background:#fbfefc}.serial-column{width:60px;text-align:center!important;color:#8a95a1!important}.billing-name-cell{align-items:center;gap:11px;display:flex}.billing-group-icon{color:#15803d;letter-spacing:.3px;background:#ecfdf3;border-radius:9px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:10px;font-weight:800;display:flex}.billing-name-cell strong{color:#26313b;font-size:13px;font-weight:700}.billing-status{border-radius:20px;align-items:center;gap:7px;padding:6px 9px;font-size:11px;font-weight:700;display:inline-flex}.status-inactive{color:#6b7280;background:#f3f4f6}.status-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.date-text{color:#687481;font-size:12px}.billing-loading{color:#7b8794;justify-content:center;align-items:center;gap:11px;min-height:260px;font-size:13px;display:flex}.billing-spinner{border:3px solid #dcfce7;border-top-color:#16a34a;border-radius:50%;width:22px;height:22px;animation:.75s linear infinite billingSpin}@keyframes billingSpin{to{transform:rotate(360deg)}}.billing-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:310px;padding:30px;display:flex}.empty-icon{color:#16a34a;background:#f0fdf4;border-radius:14px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:15px;font-size:25px;display:flex}.billing-empty h3{color:#27313b;margin:0 0 7px;font-size:16px}.billing-empty p{color:#8a95a1;margin:0 0 17px;font-size:13px}.billing-empty button{color:#fff;cursor:pointer;background:#16a34a;border:0;border-radius:8px;min-height:39px;padding:0 15px;font-size:12px;font-weight:700}.billing-modal-overlay{z-index:9999;box-sizing:border-box;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a7a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.billing-modal{background:#fff;border:1px solid #e5e9ed;border-radius:15px;width:100%;max-width:500px;animation:.2s ease-out billingModalIn;overflow:hidden;box-shadow:0 24px 70px #0f172a38}@keyframes billingModalIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.billing-modal-header{border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:flex-start;gap:15px;padding:21px 22px;display:flex}.modal-title-wrapper{align-items:center;gap:12px;display:flex}.billing-modal-header h2{color:#202a34;margin:0;font-size:17px;font-weight:750}.billing-modal-header p{color:#8a95a1;margin:4px 0 0;font-size:12px}.modal-close{color:#7a8590;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:23px;line-height:1;display:flex}.modal-close:hover{color:#27313b;background:#f4f6f7}.billing-form{padding:22px}.modal-alert{margin-bottom:19px}.form-group{margin-bottom:23px}.form-group label{color:#374151;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.required{color:#dc2626;margin-left:3px}.form-group input{box-sizing:border-box;color:#27313b;background:#fff;border:1px solid #d9dfe4;border-radius:9px;outline:none;width:100%;min-height:45px;padding:0 13px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s;display:block}.form-group input::placeholder{color:#a0a9b2}.form-group input:focus{border-color:#4ade80;box-shadow:0 0 0 3px #22c55e1a}.form-group input:disabled{cursor:not-allowed;background:#f8fafb}.input-hint{color:#929ca6;margin-top:7px;font-size:11px;display:block}.billing-form-actions{border-top:1px solid #edf0f2;justify-content:flex-end;align-items:center;gap:10px;padding-top:18px;display:flex}.cancel-button,.save-button{cursor:pointer;border-radius:8px;min-height:40px;padding:0 16px;font-family:inherit;font-size:12px;font-weight:700}.cancel-button{color:#596572;background:#fff;border:1px solid #dfe4e8}.cancel-button:hover{background:#f8fafb}.save-button{color:#fff;background:#16a34a;border:1px solid #16a34a;justify-content:center;align-items:center;gap:7px;display:inline-flex}.save-button:hover:not(:disabled){background:#15803d}.save-button:disabled,.cancel-button:disabled{opacity:.55;cursor:not-allowed}@media (width<=900px){.billing-page{padding:25px 22px 40px}.billing-header h1{font-size:27px}}@media (width<=768px){.billing-page{padding:20px 15px 35px}.billing-header-content{flex-direction:column;align-items:stretch}.billing-header h1{font-size:24px}.billing-header p{font-size:13px}.billing-add-button{width:100%}.billing-summary{grid-template-columns:1fr;gap:12px}.billing-summary-card{min-height:85px}.billing-card-header{padding:17px}.billing-table-wrapper{box-sizing:border-box;padding:12px;overflow:visible}.billing-table{min-width:0;display:block}.billing-table thead{display:none}.billing-table tbody{flex-direction:column;gap:12px;display:flex}.billing-table tbody tr{background:#fff;border:1px solid #e7ebef;border-radius:12px;padding:14px;display:block;box-shadow:0 2px 8px #0f172a08}.billing-table tbody tr:hover{background:#fff}.billing-table td{text-align:right;border:0;justify-content:space-between;align-items:center;gap:15px;min-height:34px;padding:7px 0;display:flex}.billing-table td:before{content:attr(data-label);color:#8a95a1;text-align:left;flex:none;font-size:11px;font-weight:700}.billing-table td.serial-column{justify-content:space-between;width:auto;text-align:right!important}.billing-table td.serial-column:before{content:"Serial No."}.billing-name-cell{justify-content:flex-end}.billing-name-cell strong{font-size:12px}.date-text{font-size:11px}.billing-status{font-size:10px}.billing-empty{min-height:260px;padding:25px 18px}.billing-modal-overlay{align-items:flex-end;padding:0}.billing-modal{border-radius:17px 17px 0 0;max-width:none}}@media (width<=480px){.billing-page{padding:17px 11px 30px}.billing-header h1{font-size:22px}.billing-breadcrumb{font-size:10px}.billing-card-header h2{font-size:15px}.billing-card-header p{font-size:11px}.billing-form,.billing-modal-header{padding:18px}.billing-form-actions{flex-direction:column-reverse}.cancel-button,.save-button{width:100%}}.reports-page{box-sizing:border-box;width:100%;min-height:100%;padding:28px}.reports-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.reports-breadcrumb{color:#7b8794;margin-bottom:7px;font-size:13px;font-weight:600}.reports-breadcrumb span{color:#a5afb7;margin:0 7px}.reports-header h1{color:#17212b;margin:0;font-size:30px;font-weight:750;line-height:1.2}.reports-header p{color:#74808c;margin:8px 0 0;font-size:14px}.reports-add-button{color:#fff;cursor:pointer;white-space:nowrap;background:#168b67;border:0;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:12px 17px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 7px 18px #168b6729}.reports-add-button span{font-size:20px;line-height:1}.reports-add-button:hover{background:#117656;transform:translateY(-1px)}.reports-add-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.reports-message{box-sizing:border-box;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;min-height:48px;margin-bottom:20px;padding:11px 14px;display:flex}.reports-message span{border-radius:50%;flex:0 0 25px;justify-content:center;align-items:center;width:25px;height:25px;font-size:13px;font-weight:800;display:flex}.reports-message p{flex:1;margin:0;font-size:13px;font-weight:600}.message-success{color:#17694f;background:#eefaf5;border-color:#c8eddd}.message-success span{background:#c9efdf}.message-error{color:#9a3028;background:#fff3f2;border-color:#f2d0cc}.message-error span{background:#f8d6d2}.reports-filter-card{background:#fff;border:1px solid #e8edf0;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:20px;padding:20px;display:flex;box-shadow:0 5px 18px #14232d09}.filter-heading{align-items:center;gap:13px;display:flex}.filter-icon{color:#168b67;background:#eaf8f3;border-radius:11px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;font-size:21px;font-weight:700;display:flex}.filter-heading strong{color:#202a33;margin:0;font-size:16px;display:block}.filter-heading span{color:#7d8892;margin-top:4px;font-size:12px;display:block}.service-select-wrapper{min-width:300px}.service-select-wrapper select{color:#26323b;cursor:pointer;background:#fff;border:1px solid #dce3e7;border-radius:9px;outline:none;width:100%;min-height:44px;padding:0 40px 0 13px;font-size:14px}.service-select-wrapper select:focus{border-color:#168b67;box-shadow:0 0 0 3px #168b6717}.reports-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.summary-card{background:#fff;border:1px solid #e8edf0;border-radius:13px;align-items:center;gap:13px;padding:17px;display:flex}.summary-icon{color:#168b67;background:#eff8f5;border-radius:10px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;font-weight:800;display:flex}.summary-card span{color:#7c8790;margin-bottom:4px;font-size:12px;display:block}.summary-card strong{color:#202b34;font-size:21px}.reports-card{background:#fff;border:1px solid #e7ecef;border-radius:14px;overflow:hidden;box-shadow:0 5px 18px #14232d09}.reports-card-header{border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:17px 20px;display:flex}.reports-card-header h2{color:#202a33;margin:0;font-size:18px}.reports-card-header p{color:#7d8891;margin:5px 0 0;font-size:12px}.version-count{color:#168b67;background:#f0f7f5;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:700}.reports-table-wrapper{width:100%;overflow-x:auto}.reports-table{border-collapse:collapse;width:100%;min-width:1000px}.reports-table th{text-align:left;color:#78838c;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#fafbfb;border-bottom:1px solid #e9edef;padding:13px 16px;font-size:11px;font-weight:750}.reports-table td{color:#56626c;vertical-align:middle;border-bottom:1px solid #edf0f2;padding:15px 16px;font-size:13px}.reports-table tbody tr:last-child td{border-bottom:0}.reports-table tbody tr:hover{background:#fcfefd}.version-name-cell{align-items:center;gap:10px;display:flex}.version-symbol{color:#168b67;background:#eaf8f3;border-radius:9px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:flex}.version-name-cell strong{color:#26323a;font-size:14px}.description-cell{white-space:nowrap;text-overflow:ellipsis;max-width:220px;overflow:hidden}.status-badge{white-space:nowrap;border-radius:30px;justify-content:center;align-items:center;gap:6px;padding:6px 9px;font-size:11px;font-weight:700;display:inline-flex}.status-active{color:#187255;background:#eaf8f3}.status-disabled{color:#7b848c;background:#f4f5f6}.default-badge{color:#9b7410;white-space:nowrap;background:#fff7df;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:6px 9px;font-size:11px;font-weight:750;display:inline-flex}.default-button{color:#168b67;cursor:pointer;white-space:nowrap;background:#f5fbf8;border:1px solid #d7e9e2;border-radius:7px;padding:7px 9px;font-size:11px;font-weight:700}.default-button:hover{background:#eaf8f3}.default-button:disabled{opacity:.5;cursor:not-allowed}.report-actions{align-items:center;gap:7px;display:flex}.action-edit,.action-toggle{cursor:pointer;white-space:nowrap;border-radius:7px;padding:7px 10px;font-size:11px;font-weight:700}.action-edit{color:#46535c;background:#fff;border:1px solid #dce3e7}.action-edit:hover{background:#f6f8f9}.action-toggle{border:1px solid #0000}.toggle-disable{color:#a34036;background:#fff2f0;border-color:#f0d0cb}.toggle-enable{color:#187255;background:#eaf8f3;border-color:#cceade}.action-edit:disabled,.action-toggle:disabled{opacity:.5;cursor:not-allowed}.reports-empty,.reports-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:30px;display:flex}.empty-icon{color:#168b67;background:#edf8f4;border-radius:14px;justify-content:center;align-items:center;width:55px;height:55px;margin-bottom:13px;font-size:25px;font-weight:800;display:flex}.reports-empty h3{color:#29343c;margin:0;font-size:17px}.reports-empty p{color:#808b94;margin:7px 0 18px;font-size:13px}.reports-loading span{color:#808b94;font-size:13px}.reports-spinner{border:3px solid #e2eee9;border-top-color:#168b67;border-radius:50%;width:30px;height:30px;margin-bottom:10px;animation:.8s linear infinite reports-spin}@keyframes reports-spin{to{transform:rotate(360deg)}}.reports-mobile-list{display:none}.report-mobile-card{background:#fff;border:1px solid #e7ecef;border-radius:12px;padding:15px;box-shadow:0 3px 10px #14232d08}.mobile-card-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.mobile-version{align-items:center;gap:10px;min-width:0;display:flex}.mobile-version strong{color:#26323a;font-size:15px;display:block}.mobile-version span{color:#8a949c;margin-top:3px;font-size:11px;display:block}.mobile-description{margin-top:17px}.mobile-description label,.mobile-meta-grid label{color:#8a949c;text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px;font-size:10px;font-weight:750;display:block}.mobile-description p{color:#4d5962;word-break:break-word;margin:0;font-size:12px;line-height:1.55}.mobile-meta-grid{border-top:1px solid #edf0f2;grid-template-columns:1fr 1fr;gap:12px;margin-top:17px;padding-top:14px;display:grid}.mobile-meta-grid>div{min-width:0}.mobile-meta-grid strong{color:#4a555d;font-size:11px;line-height:1.4;display:block}.mobile-card-actions{flex-wrap:wrap;gap:7px;margin-top:15px;display:flex}.mobile-card-actions button{flex:1}.report-view-button{color:#15803d;cursor:pointer;white-space:nowrap;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:8px 12px;font-size:12px;font-weight:700;transition:all .2s;display:inline-flex}.report-view-button:hover{background:#dcfce7;border-color:#86efac}.report-view-button span{font-size:14px}.no-document{color:#94a3b8;font-size:12px}.report-file-help{color:#64748b;margin-top:7px;font-size:12px;display:block}.selected-report-file{color:#334155;background:#f8fafc;border:1px solid #dbe4ea;border-radius:8px;align-items:center;gap:9px;margin-top:10px;padding:10px 12px;font-size:13px;display:flex}.selected-report-file span:first-child{font-size:18px}.selected-report-file strong{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.report-modal-overlay{z-index:1000;background:#121d2485;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.report-modal{background:#fff;border-radius:16px;width:min(520px,100%);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 25px 70px #0000002e}.report-modal-header{border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:flex-start;gap:15px;padding:19px 20px;display:flex}.report-modal-header>div:first-child{gap:12px;display:flex}.modal-icon{color:#168b67;background:#eaf8f3;border-radius:10px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:21px;font-weight:800;display:flex}.report-modal-header h2{color:#202a33;margin:1px 0 0;font-size:18px}.report-modal-header p{color:#808a93;margin:5px 0 0;font-size:12px}.modal-close{color:#75818a;cursor:pointer;background:0 0;border:0;font-size:25px;line-height:1}.report-form{padding:20px}.form-service-info{background:#f4faf8;border:1px solid #dcefe8;border-radius:9px;margin-bottom:18px;padding:11px 12px}.form-service-info span{color:#7f8b93;letter-spacing:.08em;margin-bottom:4px;font-size:9px;font-weight:800;display:block}.form-service-info strong{color:#26715a;font-size:13px}.report-form-group{margin-bottom:17px}.report-form-group label{color:#36424a;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.report-form-group label span{color:#d0473d;margin-left:3px}.report-form-group input,.report-form-group textarea{box-sizing:border-box;color:#27333b;background:#fff;border:1px solid #dce3e7;border-radius:9px;outline:none;width:100%;font-family:inherit;font-size:13px}.report-form-group input{height:45px;padding:0 12px}.report-form-group textarea{resize:vertical;min-height:115px;padding:11px 12px;line-height:1.5}.report-form-group input:focus,.report-form-group textarea:focus{border-color:#168b67;box-shadow:0 0 0 3px #168b6714}.report-form-actions{justify-content:flex-end;gap:9px;padding-top:4px;display:flex}.modal-cancel-button,.modal-save-button{cursor:pointer;border-radius:8px;min-height:42px;padding:0 15px;font-size:12px;font-weight:700}.modal-cancel-button{color:#536069;background:#fff;border:1px solid #dce3e7}.modal-save-button{color:#fff;background:#168b67;border:0;justify-content:center;align-items:center;gap:8px;display:inline-flex}.modal-save-button:hover{background:#117656}.modal-cancel-button:disabled,.modal-save-button:disabled{opacity:.5;cursor:not-allowed}.button-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite reports-spin}.edit-file-info{color:#1e40af;background:#eff6ff;border:1px solid #dbeafe;border-radius:9px;align-items:flex-start;gap:10px;margin-bottom:17px;padding:12px 14px;display:flex}.edit-file-info>span{font-size:16px;font-weight:700}.edit-file-info p{margin:0;font-size:13px;line-height:1.5}.pdf-viewer-overlay{z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172abf;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.pdf-viewer-modal{background:#fff;border-radius:14px;flex-direction:column;width:min(1200px,100%);height:min(90vh,900px);display:flex;overflow:hidden;box-shadow:0 25px 70px #0f172a4d}.pdf-viewer-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:15px;min-height:68px;padding:12px 18px;display:flex}.pdf-viewer-title{color:#0f172a;align-items:center;gap:9px;font-size:15px;font-weight:700;display:flex}.pdf-viewer-title span{text-overflow:ellipsis;white-space:nowrap;max-width:500px;overflow:hidden}.pdf-viewer-header>div:first-child small{color:#64748b;margin-top:3px;font-size:11px;display:block}.pdf-viewer-header-actions{align-items:center;gap:8px;display:flex}.pdf-viewer-header-actions button{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #dbe4ea;border-radius:7px;min-height:36px;padding:0 12px;font-size:12px;font-weight:600;transition:all .2s}.pdf-viewer-header-actions button:hover{background:#f1f5f9}.pdf-viewer-header-actions .pdf-close-button{color:#b91c1c;background:#fee2e2;border:none;width:36px;padding:0;font-size:22px;line-height:1}.pdf-viewer-header-actions .pdf-close-button:hover{background:#fecaca}.pdf-viewer-body{background:#52525b;flex:1;min-height:0}.pdf-viewer-frame{border:none;width:100%;height:100%;display:block}@media (width<=900px){.reports-page{padding:20px}.reports-filter-card{flex-direction:column;align-items:stretch}.service-select-wrapper{width:100%;min-width:0}}@media (width<=700px){.reports-page{padding:15px}.reports-header{flex-direction:column;align-items:stretch;gap:15px}.reports-header h1{font-size:25px}.reports-header p{font-size:13px}.reports-add-button{width:100%}.reports-summary{grid-template-columns:1fr;gap:10px}.summary-card{padding:14px}.reports-filter-card{gap:15px;padding:15px}.reports-card{border-radius:12px}.reports-card-header{flex-direction:column;align-items:flex-start;gap:10px;min-height:auto;padding:15px}.reports-table-wrapper{display:none!important}.reports-mobile-list{grid-template-columns:1fr;gap:10px;padding:12px;display:grid!important}.report-modal-overlay{align-items:flex-end;padding:12px}.report-modal{border-radius:15px 15px 0 0;max-height:calc(100vh - 24px)}.report-form-actions{grid-template-columns:1fr 1fr;display:grid}.modal-cancel-button,.modal-save-button{width:100%}.pdf-viewer-overlay{padding:0}.pdf-viewer-modal{border-radius:0;width:100%;height:100%}.pdf-viewer-header{align-items:flex-start;padding:12px}.pdf-viewer-title span{max-width:180px}.pdf-viewer-header-actions{flex-wrap:wrap;justify-content:flex-end}.pdf-viewer-header-actions button:not(.pdf-close-button){padding:0 8px;font-size:11px}.pdf-viewer-header-actions .pdf-close-button{width:32px;height:32px}}@media (width<=430px){.reports-page{padding:12px}.reports-header h1{font-size:23px}.filter-heading{align-items:flex-start}.filter-icon{flex-basis:38px;width:38px;height:38px}.reports-filter-card{padding:13px}.mobile-card-top{align-items:flex-start}.mobile-meta-grid{grid-template-columns:1fr}.mobile-card-actions{grid-template-columns:1fr 1fr;display:grid}.mobile-card-actions button,.report-view-button,.mobile-meta-grid .default-button{width:100%}.report-modal-overlay{padding:0}.report-modal{border-radius:15px 15px 0 0;width:100%;max-height:100vh}}.billing-group-services-page{box-sizing:border-box;width:100%;min-height:100%;padding:28px}.bgs-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;display:flex}.bgs-eyebrow{letter-spacing:1.5px;color:#16a34a;margin-bottom:8px;font-size:12px;font-weight:800}.bgs-header h1{color:#111827;margin:0;font-size:30px;font-weight:800}.bgs-header p{color:#6b7280;margin:8px 0 0;font-size:14px}.bgs-total-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-width:170px;padding:18px 22px;box-shadow:0 4px 16px #0f172a0d}.bgs-total-card span{color:#6b7280;margin-bottom:5px;font-size:12px;display:block}.bgs-total-card strong{color:#111827;font-size:25px;display:block}.bgs-total-card small{color:#6b7280;margin-top:4px;font-size:11px;display:block}.bgs-message{border-radius:10px;margin-bottom:18px;padding:13px 16px;font-size:14px;font-weight:600}.bgs-message.success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.bgs-message.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.bgs-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:22px;overflow:hidden;box-shadow:0 4px 18px #0f172a0a}.bgs-panel-header{border-bottom:1px solid #f0f1f3;justify-content:space-between;align-items:center;gap:20px;padding:21px 22px;display:flex}.bgs-panel-header h2{color:#111827;margin:0;font-size:18px;font-weight:750}.bgs-panel-header p{color:#6b7280;margin:6px 0 0;font-size:13px}.bgs-select-wrapper{max-width:650px;padding:22px}.bgs-select-wrapper label,.bgs-field label{color:#374151;margin-bottom:7px;font-size:13px;font-weight:700;display:block}.bgs-select-wrapper select,.bgs-field select,.bgs-field input{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;width:100%;height:44px;padding:0 13px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.bgs-select-wrapper select,.bgs-field select{cursor:pointer}.bgs-select-wrapper select:focus,.bgs-field select:focus,.bgs-field input:focus,.bgs-inline-input:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.bgs-select-wrapper select:disabled,.bgs-field select:disabled,.bgs-field input:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.bgs-add-button,.bgs-save-button,.bgs-update-button,.bgs-edit-button,.bgs-empty-button{cursor:pointer;border:none;border-radius:9px;font-weight:700;transition:all .2s}.bgs-add-button{color:#fff;background:#16a34a;padding:11px 17px}.bgs-add-button:hover{background:#15803d}.bgs-save-button{color:#fff;background:#16a34a;min-width:125px;padding:11px 18px}.bgs-save-button:hover{background:#15803d}.bgs-update-button{color:#fff;background:#16a34a;padding:8px 13px}.bgs-update-button:hover{background:#15803d}.bgs-edit-button{color:#2563eb;background:#eff6ff;padding:8px 14px}.bgs-edit-button:hover{background:#dbeafe}.bgs-add-button:disabled,.bgs-save-button:disabled,.bgs-update-button:disabled,.bgs-edit-button:disabled{opacity:.6;cursor:not-allowed}.bgs-cancel-button,.bgs-cancel-small{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9px;font-weight:700}.bgs-cancel-button{padding:10px 18px}.bgs-cancel-small{padding:8px 12px}.bgs-cancel-button:hover,.bgs-cancel-small:hover{background:#f9fafb}.bgs-count{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;padding:6px 11px;font-size:12px;font-weight:700}.bgs-add-panel{overflow:visible}.bgs-form{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:22px;display:grid}.bgs-field,.bgs-field input,.bgs-field select{min-width:0}.bgs-form-actions{grid-column:1/-1;justify-content:flex-end;gap:10px;padding-top:5px;display:flex}.bgs-table-wrapper{width:100%;overflow-x:auto}.bgs-table{border-collapse:collapse;width:100%;min-width:1050px}.bgs-table th{color:#6b7280;text-align:left;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:14px 18px;font-size:12px}.bgs-table td{color:#374151;vertical-align:middle;border-bottom:1px solid #f0f1f3;padding:16px 18px;font-size:14px}.bgs-table tbody tr:hover{background:#fcfffd}.bgs-service-name{flex-direction:column;gap:4px;display:flex}.bgs-service-name strong{color:#111827;font-size:14px}.bgs-service-name small{color:#9ca3af;font-size:11px}.bgs-number{color:#15803d;background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:29px;height:29px;font-size:12px;font-weight:800;display:inline-flex}.bgs-price{color:#111827;white-space:nowrap;font-weight:800}.bgs-date{color:#374151;white-space:nowrap;font-weight:500}.bgs-status{white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.bgs-status.active{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.bgs-status.inactive{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.bgs-inline-input{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:7px;outline:none;width:130px;height:38px;padding:0 9px;transition:all .2s}.bgs-action-group{align-items:center;gap:7px;display:flex}.bgs-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:35px 20px;display:flex}.bgs-empty-icon{color:#16a34a;background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:13px;font-size:24px;font-weight:800;display:flex}.bgs-empty h3{color:#111827;margin:0;font-size:17px}.bgs-empty p{color:#6b7280;margin:7px 0 17px;font-size:13px}.bgs-empty-button{color:#fff;background:#16a34a;padding:10px 16px}.bgs-empty-button:hover{background:#15803d}.bgs-loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:250px;font-size:14px;display:flex}.bgs-spinner{border:3px solid #dcfce7;border-top-color:#16a34a;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite bgs-spin}@keyframes bgs-spin{to{transform:rotate(360deg)}}.bgs-mobile-list{display:none}@media (width<=900px){.billing-group-services-page{padding:20px}.bgs-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.billing-group-services-page{padding:14px}.bgs-header{flex-direction:column;align-items:stretch}.bgs-header h1{font-size:24px}.bgs-header p{font-size:13px}.bgs-total-card{box-sizing:border-box;width:100%}.bgs-panel-header{flex-direction:column;align-items:flex-start}.bgs-panel-header h2{font-size:17px}.bgs-add-button{width:100%}.bgs-select-wrapper{max-width:none;padding:16px}.bgs-form{grid-template-columns:1fr;padding:16px}.bgs-form-actions{flex-direction:column-reverse;grid-column:auto}.bgs-form-actions button{width:100%}.bgs-table-wrapper{display:none}.bgs-mobile-list{flex-direction:column;gap:12px;padding:14px;display:flex}.bgs-mobile-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.bgs-mobile-top{border-bottom:1px solid #f0f1f3;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:13px;display:flex}.bgs-mobile-top>div{flex-direction:column;gap:3px;display:flex}.bgs-mobile-top strong{color:#111827;font-size:15px}.bgs-mobile-top small{color:#9ca3af;font-size:11px}.bgs-mobile-number{color:#16a34a;font-size:12px;font-weight:800}.bgs-mobile-prices{flex-direction:column;gap:12px;display:flex}.bgs-mobile-price{background:#fafafa;border:1px solid #edf0f2;border-radius:10px;padding:13px}.bgs-price-period-header{color:#6b7280;text-transform:uppercase;letter-spacing:.3px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;font-size:11px;font-weight:700;display:flex}.bgs-mobile-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;gap:15px;padding:9px 0;display:flex}.bgs-mobile-row:last-of-type{border-bottom:none}.bgs-mobile-row span{color:#6b7280;font-size:13px}.bgs-mobile-row strong{color:#111827;text-align:right;font-size:13px}.bgs-mobile-edit-button{width:100%;margin-top:13px}.bgs-mobile-edit{flex-direction:column;gap:13px;display:flex}.bgs-mobile-edit .bgs-field,.bgs-mobile-edit .bgs-field input,.bgs-action-group{width:100%}.bgs-action-group button{flex:1}.bgs-no-price{color:#6b7280;text-align:center;background:#f9fafb;border-radius:8px;padding:12px;font-size:13px}}@media (width<=400px){.billing-group-services-page{padding:10px}.bgs-panel-header{padding:17px}.bgs-select-wrapper{padding:14px}.bgs-mobile-list{padding:10px}.bgs-mobile-card{padding:14px}}.corporate-services-page{box-sizing:border-box;background:#f8fafc;min-height:100vh;padding:24px}.corporate-services-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.corporate-services-header h1{color:#172033;margin:0;font-size:27px;font-weight:800;line-height:1.2}.corporate-services-header p{color:#64748b;margin:6px 0 0;font-size:13px}.corporate-services-card{background:#fff;border:1px solid #e5eaf0;border-radius:12px;margin-bottom:18px;overflow:hidden;box-shadow:0 2px 8px #0f172a09}.corporate-services-field{flex-wrap:wrap;align-items:center;gap:12px;padding:15px 18px;display:flex}.corporate-services-field+.corporate-services-field{border-top:1px solid #eef2f7}.corporate-services-field label{color:#334155;min-width:145px;font-size:13px;font-weight:700}.corporate-services-field select{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe4ea;border-radius:7px;outline:none;min-width:280px;height:38px;padding:0 12px;font-size:13px;transition:all .18s}.corporate-services-field select:focus{border-color:#16a34a;box-shadow:0 0 0 2px #16a34a14}.corporate-services-field select:disabled{opacity:.65;cursor:not-allowed}.billing-group-assignment-row{flex:1;align-items:center;gap:10px;display:flex}.billing-group-assignment-row select{flex:1;min-width:0}.service-action-btn.assign-btn{color:#2563eb;cursor:pointer;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:7px;flex-shrink:0;height:38px;padding:0 18px;font-size:12px;font-weight:700;transition:all .18s}.service-action-btn.assign-btn:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd}.service-action-btn.assign-btn:disabled{opacity:.55;cursor:not-allowed}.corporate-billing-group-info{background:#fafbfc;border-top:1px solid #eef2f7;align-items:center;gap:15px;padding:13px 18px;display:flex}.corporate-billing-group-info.assigned{background:#f0fdf4}.corporate-billing-group-info.pending{background:#fffbeb}.billing-group-status-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:800;display:flex}.corporate-billing-group-info.assigned .billing-group-status-icon{color:#15803d;background:#dcfce7}.corporate-billing-group-info.pending .billing-group-status-icon{color:#d97706;background:#fef3c7}.corporate-billing-group-info>div{flex-direction:column;gap:2px;display:flex}.corporate-billing-group-info>div span{color:#94a3b8;letter-spacing:.5px;font-size:9px;font-weight:800}.corporate-billing-group-info.assigned>div span{color:#15803d}.corporate-billing-group-info.pending>div span{color:#d97706}.corporate-billing-group-info strong{color:#172033;font-size:14px;font-weight:700}.corporate-billing-group-info small{color:#94a3b8;font-size:10px}.billing-group-required-card{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;align-items:center;gap:16px;margin-bottom:18px;padding:20px 24px;display:flex}.billing-group-required-icon{color:#d97706;background:#fef3c7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;font-weight:800;display:flex}.billing-group-required-card h3{color:#92400e;margin:0 0 4px;font-size:15px}.billing-group-required-card p{color:#78350f;margin:0;font-size:12px;line-height:1.5}.billing-group-services-card{overflow:hidden}.billing-group-services-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:15px;padding:16px 18px;display:flex}.billing-group-services-header .section-eyebrow{color:#94a3b8;letter-spacing:.6px;text-transform:uppercase;font-size:9px;font-weight:800}.billing-group-services-header h2{color:#172033;margin:0;font-size:15px;font-weight:800}.billing-group-services-header p{color:#64748b;margin:5px 0 0;font-size:11px}.billing-group-service-count{background:#f0fdf4;border:1px solid #dcfce7;border-radius:8px;flex-shrink:0;align-items:center;gap:10px;padding:7px 11px;display:flex}.billing-group-service-count span{color:#64748b;font-size:10px;font-weight:700}.billing-group-service-count strong{color:#15803d;font-size:16px;font-weight:800}.billing-group-service-count small{color:#64748b;font-size:10px;font-weight:600}.billing-group-services-table-wrapper{width:100%;overflow-x:auto}.billing-group-services-table{border-collapse:collapse;width:100%;min-width:820px}.billing-group-services-table th{color:#64748b;text-align:left;letter-spacing:.45px;white-space:nowrap;background:#fafbfc;border-bottom:1px solid #eef2f7;padding:11px 15px;font-size:10px;font-weight:800}.billing-group-services-table th:first-child{text-align:center;width:55px}.billing-group-services-table td{color:#475569;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:12px 15px;font-size:12px}.billing-group-services-table td:first-child{text-align:center;width:55px;font-weight:700}.billing-group-services-table tbody tr{transition:background .15s}.billing-group-services-table tbody tr:hover{background:#fcfefc}.billing-group-services-table tbody tr:last-child td{border-bottom:0}.billing-group-services-table td:nth-child(2){min-width:230px}.billing-group-services-table td:nth-child(2) strong{color:#1e293b;font-size:12px;font-weight:700;display:block}.bg-service-name-wrapper{flex-direction:column;gap:3px;display:flex}.bg-service-name-wrapper strong{color:#1e293b;font-size:12px;font-weight:700}.bg-service-name-wrapper small{color:#94a3b8;font-size:9px;font-weight:600}.price-period-badge{color:#64748b;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:5px;justify-content:center;align-items:center;padding:4px 8px;font-size:9px;font-weight:800;display:inline-flex}.billing-group-services-table td:nth-child(4){min-width:110px}.billing-group-services-table .service-price{color:#172033;font-size:13px;font-weight:700}.billing-group-services-table td:nth-child(7){min-width:90px}.billing-group-services-cards{display:none}.bg-service-card-group{background:#fff;border:1px solid #e5eaf0;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px #0f172a0a}.bg-service-card-group-header{background:#fafbfc;border-bottom:1px solid #eef2f7;align-items:flex-start;gap:10px;padding:13px 14px;display:flex}.bg-service-sno{box-sizing:border-box;color:#94a3b8;background:#f1f5f9;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;min-width:30px;padding:3px 7px;font-size:9px;font-weight:800;display:inline-flex}.bg-service-name{color:#1e293b;font-size:14px;font-weight:700;line-height:1.3}.bg-service-desc{color:#64748b;margin-top:3px;font-size:10px}.bg-service-price-list{flex-direction:column;gap:8px;padding:10px;display:flex}.bg-service-price-card{background:#fff;border:1px solid #e5eaf0;border-radius:8px;padding:11px 12px}.bg-service-price-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:9px;display:flex}.bg-service-price-header>span:first-child{color:#64748b;font-size:10px;font-weight:800}.bg-service-price-row{justify-content:space-between;align-items:center;gap:10px;padding:5px 0;display:flex}.bg-service-price-row+.bg-service-price-row{border-top:1px solid #f1f5f9}.bg-service-price-row span{color:#94a3b8;font-size:10px;font-weight:600}.bg-service-price-row strong{color:#334155;font-size:11px;font-weight:700}.bg-service-no-price{color:#94a3b8;text-align:center;padding:14px;font-size:11px}.billing-group-services-loading{flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:160px;display:flex}.billing-group-services-loading span{color:#64748b;font-size:12px}.billing-group-services-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:160px;padding:25px;display:flex}.billing-group-services-empty>div{color:#64748b;background:#f1f5f9;border-radius:9px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:9px;font-size:18px;font-weight:700;display:flex}.billing-group-services-empty h3{color:#334155;margin:0 0 4px;font-size:14px}.billing-group-services-empty p{color:#94a3b8;margin:0;font-size:11px}.success-message,.error-message{border-radius:8px;align-items:center;gap:9px;margin-bottom:16px;padding:11px 14px;font-size:13px;font-weight:600;display:flex}.success-message{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.corporate-services-summary{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.summary-card{background:#fff;border:1px solid #e5eaf0;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;padding:15px 16px;display:flex;box-shadow:0 2px 7px #0f172a09}.summary-card span{color:#64748b;font-size:11px;font-weight:600;display:block}.summary-card strong{color:#172033;font-size:21px;font-weight:800}.services-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:15px;padding:16px 18px;display:flex}.services-header h2{color:#172033;margin:0;font-size:15px;font-weight:800}.services-header p{color:#94a3b8;margin:5px 0 0;font-size:11px}.section-eyebrow{color:#94a3b8;letter-spacing:.6px;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:800}.services-filters{align-items:center;gap:9px;display:flex}.services-filters input{box-sizing:border-box;color:#334155;background:#fff;border:1px solid #dbe4ea;border-radius:7px;outline:none;width:250px;height:37px;padding:0 11px;font-size:12px;transition:all .18s}.services-filters input:focus{border-color:#16a34a;box-shadow:0 0 0 2px #16a34a0f}.services-filters input::placeholder{color:#94a3b8}.services-filters select{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe4ea;border-radius:7px;outline:none;min-width:120px;height:37px;padding:0 10px;font-size:12px}.services-filters select:focus{border-color:#16a34a}.corporate-services-table-wrapper{width:100%;overflow-x:auto}.corporate-services-table{border-collapse:collapse;width:100%;min-width:900px}.corporate-services-table th{color:#64748b;text-align:left;letter-spacing:.45px;white-space:nowrap;background:#fafbfc;border-bottom:1px solid #eef2f7;padding:11px 15px;font-size:10px;font-weight:800}.corporate-services-table th:first-child{text-align:center;width:50px}.corporate-services-table td{color:#475569;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:12px 15px;font-size:12px}.corporate-services-table td:first-child{color:#475569;text-align:center;width:50px;font-weight:700}.corporate-services-table tbody tr{transition:background .15s}.corporate-services-table tbody tr:hover{background:#fcfefc}.corporate-services-table tbody tr:last-child td{border-bottom:0}.corporate-services-table td:nth-child(2){min-width:210px}.corporate-service-name-wrapper{flex-direction:column;gap:3px;display:flex}.corporate-service-name-wrapper strong{color:#1e293b;font-size:12px;font-weight:700;display:block}.corporate-service-name-wrapper small{color:#94a3b8;font-size:9px;font-weight:600}.corporate-services-table td:nth-child(3){min-width:100px;font-weight:600}.service-price{color:#172033;font-size:13px;font-weight:700}.service-price-na{color:#94a3b8;font-size:12px}.corporate-services-table td:nth-child(4),.corporate-services-table td:nth-child(5){color:#64748b;white-space:nowrap;min-width:115px;font-size:11px}.service-status{white-space:nowrap;border-radius:20px;align-items:center;gap:6px;padding:4px 9px;font-size:10px;font-weight:800;display:inline-flex}.service-status.available{color:#2563eb;background:#eff6ff}.service-status.active{color:#15803d;background:#ecfdf5}.service-status.inactive{color:#dc2626;background:#fef2f2}.corporate-services-table td:nth-child(7){min-width:90px}.service-action-btn{color:#15803d;cursor:pointer;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:6px;min-width:76px;padding:7px 11px;font-size:10px;font-weight:800;transition:all .18s}.service-action-btn:hover:not(:disabled){background:#dcfce7;border-color:#86efac}.service-action-btn:disabled{opacity:.55;cursor:not-allowed}.corporate-services-loading{flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:260px;display:flex}.corporate-services-spinner{border:3px solid #dcfce7;border-top-color:#16a34a;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite corporateServiceSpin}.corporate-services-loading span{color:#64748b;font-size:12px}@keyframes corporateServiceSpin{to{transform:rotate(360deg)}}.corporate-services-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:25px;display:flex}.corporate-services-empty>div{color:#64748b;background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:10px;font-size:20px;font-weight:700;display:flex}.corporate-services-empty h3{color:#334155;margin:0 0 4px;font-size:15px}.corporate-services-empty p{color:#94a3b8;margin:0;font-size:12px}.corporate-mobile-price-periods{display:none}.corporate-mobile-price-period{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:10px;padding:9px 0;display:flex}.corporate-mobile-price-period:first-child{border-top:0}.corporate-mobile-price-period>div{flex-direction:column;gap:2px;display:flex}.corporate-mobile-price-period>div:first-child{min-width:70px}.corporate-mobile-price-period span{color:#64748b;font-size:9px;font-weight:700}.corporate-mobile-price-period strong{color:#172033;font-size:12px;font-weight:800}.corporate-mobile-price-period small{color:#94a3b8;font-size:8px;font-weight:700}.corporate-service-modal-overlay{z-index:9999;box-sizing:border-box;-webkit-backdrop-filter:blur(3px);background:#0f172a85;justify-content:center;align-items:center;padding:20px;animation:.2s assignOverlayIn;display:flex;position:fixed;inset:0}@keyframes assignOverlayIn{0%{opacity:0}to{opacity:1}}.corporate-service-modal{background:#fff;border:1px solid #e2e8f0;border-radius:15px;width:100%;max-width:470px;animation:.25s assignModalIn;position:relative;overflow:hidden;box-shadow:0 20px 50px #0f172a2e,0 5px 15px #0f172a14}@keyframes assignModalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.corporate-service-modal-close{z-index:2;color:#64748b;cursor:pointer;background:#f8fafc;border:0;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;font-size:21px;line-height:1;transition:all .15s;display:flex;position:absolute;top:14px;right:14px}.corporate-service-modal-close:hover{color:#dc2626;background:#fef2f2}.corporate-service-modal h2{color:#172033;margin:0;padding:20px 55px 6px 20px;font-size:17px;font-weight:800}.assign-service-name{color:#64748b;margin:0;padding:0 20px 18px;font-size:12px;font-weight:600}.assign-steps{flex-direction:column;gap:10px;padding:0 20px 20px;display:flex}.assign-step{box-sizing:border-box;background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:13px;min-height:55px;padding:10px 12px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.assign-step.active{background:#f0fdf4;border-color:#bbf7d0;box-shadow:0 0 0 2px #16a34a0d}.step-number{color:#64748b;background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:flex}.assign-step.active .step-number{color:#15803d;background:#dcfce7}.assign-step>div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.assign-step strong{color:#334155;font-size:13px;font-weight:800}.assign-step span{color:#94a3b8;font-size:10px}.assign-step.active span{color:#15803d}.assign-success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:11px 12px;font-size:11px;font-weight:700;line-height:1.4}.assign-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:11px 12px;font-size:11px;font-weight:600;line-height:1.4}@media (width<=1100px){.corporate-services-summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.corporate-services-page{padding:18px 14px}.corporate-services-header{align-items:flex-start}.corporate-services-header h1{font-size:23px}.corporate-services-header p{font-size:12px}.corporate-services-field{flex-direction:column;align-items:flex-start}.corporate-services-field label{min-width:0}.corporate-services-field select{width:100%;min-width:0}.billing-group-assignment-row{flex-direction:column;width:100%}.billing-group-assignment-row select{width:100%}.service-action-btn.assign-btn{justify-content:center;width:100%}.corporate-billing-group-info{flex-direction:column;align-items:flex-start;gap:6px}.corporate-billing-group-info>div{align-items:flex-start}.billing-group-required-card{text-align:center;flex-direction:column;padding:18px 16px}.billing-group-services-header{align-items:flex-start}.services-header{flex-direction:column;align-items:stretch}.services-filters{flex-direction:column;align-items:stretch;width:100%}.services-filters input,.services-filters select{width:100%}.corporate-services-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.summary-card{padding:13px}.billing-group-services-table-wrapper{overflow:visible}.billing-group-services-table{display:none}.billing-group-services-cards{flex-direction:column;gap:10px;padding:12px 14px;display:flex!important}.bg-service-card-group{width:100%}.corporate-services-table-wrapper{overflow:visible}.corporate-services-table{display:none}.corporate-services-cards{flex-direction:column;gap:12px;padding:12px 14px;display:flex!important}.service-card{background:#fff;border:1px solid #e5eaf0;border-radius:10px;padding:14px 16px;transition:all .15s;box-shadow:0 1px 4px #0f172a0a}.service-card:hover{border-color:#d0d7e0}.service-card .service-sno{color:#94a3b8;background:#f1f5f9;border-radius:12px;margin-bottom:8px;padding:2px 10px;font-size:10px;font-weight:800;display:inline-block}.service-card .service-name{color:#1e293b;margin-bottom:4px;font-size:14px;font-weight:700}.service-card .service-desc{color:#64748b;margin-bottom:8px;font-size:12px;line-height:1.4}.service-card .service-meta{flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px;display:flex}.service-card .service-meta-left{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.service-card .service-price{color:#172033;font-size:13px;font-weight:700}.service-card .service-status{border-radius:20px;align-items:center;gap:6px;padding:3px 10px;font-size:10px;font-weight:800;display:inline-flex}.service-card .service-action-btn{color:#15803d;cursor:pointer;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:6px;min-width:70px;margin-left:auto;padding:6px 12px;font-size:10px;font-weight:800;transition:all .18s}.service-card .service-action-btn:hover:not(:disabled){background:#dcfce7;border-color:#86efac}.service-card .service-action-btn:disabled{opacity:.55;cursor:not-allowed}.service-card .service-action-btn.assign-btn{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.service-card .service-action-btn.assign-btn:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd}.corporate-mobile-price-periods{background:#fafbfc;border:1px solid #eef2f7;border-radius:8px;flex-direction:column;margin-top:12px;padding:8px 10px;display:flex}}@media (width<=500px){.corporate-services-summary{grid-template-columns:1fr 1fr}.summary-card{flex-direction:column;align-items:flex-start;gap:5px}.summary-card strong{font-size:19px}.billing-group-services-header{flex-direction:column}.billing-group-service-count{box-sizing:border-box;justify-content:space-between;width:100%}.corporate-service-modal-overlay{align-items:flex-end;padding:10px}.corporate-service-modal{border-radius:14px;max-width:100%}.corporate-service-modal h2{padding:17px 50px 6px 16px}.assign-service-name,.assign-steps{padding:0 16px 16px}.assign-step{padding:9px}.billing-group-services-cards{padding:10px 12px}.bg-service-card-group-header{padding:12px}.bg-service-price-list{padding:9px}.corporate-services-cards{padding:10px 12px}.service-card{padding:12px 14px}.service-card .service-meta{flex-wrap:wrap}.service-card .service-action-btn{text-align:center;width:100%;margin-top:8px;margin-left:0}.corporate-mobile-price-period{flex-wrap:wrap;align-items:flex-start}}@media (width<=360px){.corporate-services-page{padding:14px 10px}.corporate-services-summary{grid-template-columns:1fr}.assign-step{padding:9px}.assign-step strong{font-size:12px}.billing-group-services-cards,.corporate-services-cards{padding:8px 10px}}@media (width>=769px){.billing-group-services-cards,.corporate-services-cards{display:none!important}}.transactions-page{box-sizing:border-box;background:#f8fafc;min-height:100vh;padding:24px}.transactions-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.transactions-header h1{color:#0f172a;margin:0;font-size:28px;font-weight:700}.transactions-header p{color:#64748b;margin:6px 0 0;font-size:14px}.transactions-refresh-btn{color:#fff;cursor:pointer;background:#15803d;border:0;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s}.transactions-refresh-btn:hover{background:#166534}.transactions-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.transactions-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:14px 16px;font-size:14px;display:flex}.transactions-error button{color:#fff;cursor:pointer;background:#991b1b;border:0;border-radius:6px;padding:7px 12px;font-size:12px;font-weight:600}.transactions-error button:hover{background:#7f1d1d}.transactions-summary{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.transaction-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0f172a0a}.transaction-summary-card .summary-card-label{color:#64748b;margin-bottom:8px;font-size:13px;display:block}.transaction-summary-card strong{color:#0f172a;font-size:24px;font-weight:700;display:block}.transactions-filters-row{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;padding:14px 18px;display:flex;box-shadow:0 1px 3px #0f172a0a}.transactions-filter-group{align-items:center;gap:8px;display:flex}.transactions-filter-group label{color:#475569;font-size:13px;font-weight:600}.transactions-filter-input{color:#334155;box-sizing:border-box;background:#fff;border:1px solid #dbe4ea;border-radius:7px;outline:none;height:36px;padding:0 12px;font-size:13px;transition:all .18s}.transactions-filter-input:focus{border-color:#15803d;box-shadow:0 0 0 2px #16a34a0f}.transactions-filter-input::placeholder{color:#94a3b8}.transactions-filter-group:first-child .transactions-filter-input{min-width:220px}.transactions-filter-group input[type=date]{cursor:pointer;min-width:150px}.transactions-clear-filters-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;padding:7px 16px;font-size:12px;font-weight:600;transition:all .18s}.transactions-clear-filters-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.transactions-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}.transactions-card-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.transactions-card-header h2{color:#0f172a;margin:0 0 4px;font-size:18px;font-weight:700}.transactions-card-header p{color:#64748b;margin:0;font-size:13px}.transaction-count{color:#64748b;flex-shrink:0;font-size:13px}.transactions-table-wrapper{width:100%;overflow-x:auto}.transactions-table{border-collapse:collapse;width:100%;min-width:1120px}.transactions-table th{text-align:left;white-space:nowrap;color:#475569;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:13px 16px;font-size:12px;font-weight:700}.transactions-table td{vertical-align:middle;color:#334155;border-bottom:1px solid #f1f5f9;padding:15px 16px;font-size:13px}.transactions-table tbody tr{transition:background .15s}.transactions-table tbody tr:hover{background:#f8fafc}.transactions-table tbody tr:last-child td{border-bottom:0}.transaction-serial-column{width:65px;min-width:65px;max-width:65px;text-align:center!important}.transaction-serial-number{box-sizing:border-box;color:#475569;background:#f1f5f9;border-radius:6px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 6px;font-size:12px;font-weight:700;display:inline-flex}.transaction-corporate{min-width:150px}.transaction-corporate strong{text-overflow:ellipsis;white-space:nowrap;color:#0f172a;max-width:200px;font-size:13px;font-weight:600;display:block;overflow:hidden}.transaction-service{text-overflow:ellipsis;white-space:nowrap;color:#334155;min-width:150px;max-width:220px;font-size:13px;overflow:hidden}.transaction-payload-preview{box-sizing:border-box;color:#475569;white-space:pre-wrap;word-break:break-word;background:#f8fafc;border-radius:6px;width:250px;max-width:250px;max-height:70px;padding:7px 9px;font-family:monospace;font-size:11px;line-height:1.5;overflow:hidden}.transaction-cost{white-space:nowrap;color:#15803d;font-size:13px;font-weight:700}.transaction-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.transaction-status.pending{color:#92400e;background:#fef3c7}.transaction-status.completed{color:#166534;background:#dcfce7}.transaction-status.failed{color:#991b1b;background:#fee2e2}.transaction-status.processing{color:#1d4ed8;background:#dbeafe}.transaction-status.unknown{color:#475569;background:#e2e8f0}.transaction-date{white-space:nowrap;color:#64748b;min-width:125px;font-size:12px;display:block}.transaction-actions{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;display:flex}.transaction-view-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#15803d;border:0;border-radius:7px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s}.transaction-view-btn:hover{background:#166534}.transaction-view-btn:active{transform:translateY(1px)}.transaction-view-pdf-btn{color:#fff;background:#0b6bb5}.transaction-view-pdf-btn:hover{background:#095a99}.transactions-pagination{background:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.transactions-pagination-info{color:#64748b;font-size:13px}.transactions-pagination-info strong{color:#334155;font-weight:600}.transactions-pagination-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe4ea;border-radius:7px;min-width:82px;height:36px;padding:0 14px;font-size:13px;font-weight:600;transition:all .18s}.transactions-pagination-btn:hover:not(:disabled){color:#166534;background:#f0fdf4;border-color:#15803d}.transactions-pagination-btn:disabled{opacity:.45;cursor:not-allowed;background:#f8fafc}.transactions-empty{height:180px;text-align:center!important;color:#64748b!important;font-size:14px!important}.transactions-loading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:300px;font-size:14px;display:flex}.transactions-loader{border:3px solid #e2e8f0;border-top-color:#15803d;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite transactions-spin}@keyframes transactions-spin{to{transform:rotate(360deg)}}.transaction-modal-overlay{z-index:9999;box-sizing:border-box;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.transaction-modal{background:#fff;border-radius:14px;width:min(850px,100%);max-height:90vh;overflow-y:auto;box-shadow:0 25px 60px #0f172a40}.transaction-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px;display:flex}.transaction-modal-header h2{color:#0f172a;margin:0 0 5px;font-size:22px;font-weight:700}.transaction-modal-header p{color:#64748b;margin:0;font-size:14px}.transaction-modal-close{color:#334155;cursor:pointer;background:#f1f5f9;border:0;border-radius:7px;flex-shrink:0;width:34px;height:34px;font-size:24px;line-height:1;transition:all .2s}.transaction-modal-close:hover{color:#0f172a;background:#e2e8f0}.transaction-modal-body{grid-template-columns:repeat(2,1fr);gap:0 24px;padding:24px;display:grid}.transaction-detail-item{border-bottom:1px solid #f1f5f9;padding:13px 0}.transaction-detail-item span{color:#64748b;margin-bottom:5px;font-size:13px;display:block}.transaction-detail-item strong{color:#0f172a;word-break:break-word;font-size:14px;font-weight:600;display:block}.transaction-detail-full{grid-column:1/-1;margin-top:20px}.transaction-detail-full>span{color:#0f172a;margin-bottom:10px;font-size:14px;font-weight:700;display:block}.transaction-detail-full pre{box-sizing:border-box;color:#334155;white-space:pre-wrap;word-break:break-word;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;max-height:280px;margin:0;padding:16px;font-family:monospace;font-size:12px;line-height:1.6;overflow:auto}.transaction-error-message{color:#991b1b;word-break:break-word;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 14px;font-size:13px;line-height:1.5}.transaction-modal-footer{border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:10px;padding:16px 24px;display:flex}.transaction-modal-close-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#15803d;border:0;border-radius:7px;padding:9px 18px;font-size:13px;font-weight:600;transition:all .2s}.transaction-modal-close-btn:hover{background:#166534}.transactions-table-wrapper::-webkit-scrollbar{width:7px;height:7px}.transaction-modal::-webkit-scrollbar{width:7px;height:7px}.transaction-detail-full pre::-webkit-scrollbar{width:7px;height:7px}.transactions-table-wrapper::-webkit-scrollbar-track{background:#f1f5f9}.transaction-modal::-webkit-scrollbar-track{background:#f1f5f9}.transaction-detail-full pre::-webkit-scrollbar-track{background:#f1f5f9}.transactions-table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.transaction-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.transaction-detail-full pre::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.transactions-table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.transaction-modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}.transaction-detail-full pre::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (width<=1000px){.transactions-summary{grid-template-columns:repeat(2,1fr)}.transactions-table{min-width:1080px}}@media (width<=768px){.transactions-page{padding:16px}.transactions-header{align-items:flex-start}.transactions-header h1{font-size:24px}.transactions-card-header{flex-direction:column;align-items:flex-start}.transaction-count{font-size:12px}.transactions-pagination{flex-direction:column;align-items:stretch}.transactions-pagination-info{text-align:center}.transaction-modal-overlay{align-items:flex-start;padding:10px;overflow-y:auto}.transaction-modal{border-radius:12px;max-height:95vh}.transaction-modal-header,.transaction-modal-body{padding:18px}.transaction-modal-footer{padding:14px 18px}.transactions-filters-row{flex-direction:column;align-items:stretch;padding:12px 14px}.transactions-filter-group{width:100%}.transactions-filter-group:first-child .transactions-filter-input,.transactions-filter-group input[type=date]{width:100%;min-width:0}.transactions-filter-group label{min-width:40px}.transactions-clear-filters-btn{width:100%}}@media (width<=560px){.transactions-page{padding:12px}.transactions-header{flex-direction:column}.transactions-refresh-btn{width:100%}.transactions-summary{grid-template-columns:1fr}.transaction-summary-card{padding:16px}.transaction-summary-card strong{font-size:22px}.transactions-card-header{padding:16px}.transactions-table{min-width:1050px}.transaction-modal-body{grid-template-columns:1fr}.transaction-detail-full{grid-column:auto}.transaction-modal-header h2{font-size:19px}.transaction-modal-header p{font-size:13px}.transactions-pagination{padding:14px}.transactions-pagination-btn{width:100%}.transactions-filters-row{padding:10px 12px}.transactions-filter-group{flex-direction:column;align-items:stretch;gap:4px}.transactions-filter-group label{font-size:12px}.transactions-filter-input{height:34px;font-size:12px}.transaction-actions{flex-direction:column;align-items:stretch;gap:6px}.transaction-actions .transaction-view-btn{text-align:center;width:100%}.transaction-modal-footer{flex-direction:column-reverse;align-items:stretch;gap:8px}.transaction-modal-footer .transaction-modal-close-btn{text-align:center;width:100%}}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}
