@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
:root{
    --gtech-primary:#08b5c7;
    --gtech-primary-dark:#0793a4;
    --gtech-primary-deep:#066a79;
    --gtech-primary-soft:#e9fbfd;
    --gtech-sidebar:#09172a;
    --gtech-sidebar-2:#0d2037;
    --gtech-sidebar-text:#d7e0ec;
    --gtech-sidebar-muted:#718096;
    --gtech-bg:#f7f9fc;
    --gtech-surface:#fff;
    --gtech-border:#e6ebf2;
    --gtech-text:#111d33;
    --gtech-muted:#718096;
    --gtech-success:#14a76c;
    --gtech-success-soft:#eafaf3;
    --gtech-danger:#ed4d64;
    --gtech-danger-soft:#fff0f3;
    --gtech-warning:#eb980f;
    --gtech-warning-soft:#fff7e8;
    --gtech-info:#2b7df0;
    --gtech-info-soft:#eef5ff;
    --gtech-purple:#7448e8;
    --gtech-purple-soft:#f4efff;
    --gtech-radius:16px;
    --gtech-shadow:0 8px 28px rgba(23,35,58,.055);
    --gtech-sidebar-width:244px;
}
*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;background:var(--gtech-bg);color:var(--gtech-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-size:16px}a{color:var(--gtech-primary-dark)}a:hover{color:var(--gtech-primary-deep)}

/* Shell */
.saas-app{min-height:100vh;display:flex}.saas-sidebar{width:var(--gtech-sidebar-width);background:linear-gradient(180deg,var(--gtech-sidebar) 0%,#0a1a2f 100%);position:fixed;inset:0 auto 0 0;z-index:1040;color:var(--gtech-sidebar-text);display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.045);box-shadow:14px 0 40px rgba(9,23,42,.07)}
.sidebar-brand{height:88px;display:flex;align-items:center;gap:12px;padding:18px 20px;color:#fff;border-bottom:1px solid rgba(255,255,255,.06)}.brand-logo-wrap{width:42px;height:42px;border-radius:13px;background:rgba(255,255,255,.04);display:grid;place-items:center;flex:0 0 42px}.brand-logo-wrap img{width:37px;height:37px;object-fit:contain}.sidebar-brand-copy{min-width:0}.sidebar-brand-title{font-size:19px;font-weight:850;letter-spacing:.03em;line-height:1}.sidebar-brand-subtitle{font-size:13px;color:#91a4bb;margin-top:5px}.sidebar-scroll{flex:1;overflow-y:auto;padding:17px 10px 18px;scrollbar-width:thin;scrollbar-color:#263852 transparent}.sidebar-section-label{padding:18px 15px 7px;color:#5e718a;font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.sidebar-nav{display:flex;flex-direction:column;gap:5px}.sidebar-nav-primary{margin-top:2px}.sidebar-nav a{display:flex;align-items:center;gap:11px;min-height:46px;padding:7px 11px;border-radius:10px;color:#cfdae8;text-decoration:none;font-size:15px;font-weight:650;transition:.18s ease;position:relative}.sidebar-nav a .nav-icon{width:31px;height:31px;border-radius:8px;display:grid;place-items:center;color:#c5d0de;font-size:17px;flex:0 0 31px}.sidebar-nav a:hover{background:rgba(255,255,255,.05);color:#fff}.sidebar-nav a.active{background:linear-gradient(135deg,#07aebf,#10c2ce);color:#fff;box-shadow:0 8px 20px rgba(6,179,196,.22)}.sidebar-nav a.active .nav-icon{color:#fff}.sidebar-nav a.active::after{content:"";width:5px;height:5px;border-radius:50%;background:#fff;margin-left:auto;opacity:.92}.sidebar-footer{padding:13px 11px 17px;border-top:1px solid rgba(255,255,255,.06)}.sidebar-account{display:flex;align-items:center;gap:10px;padding:11px;border-radius:12px;background:linear-gradient(135deg,rgba(7,180,198,.20),rgba(7,180,198,.09));border:1px solid rgba(67,224,237,.16)}.sidebar-account .account-copy{min-width:0;flex:1}.account-name{font-size:14.5px;font-weight:750;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-role{font-size:11.5px;color:#9eb7c8;margin-top:3px}.sidebar-account-arrow{font-size:14px;color:#61e1eb}
.saas-main{margin-left:var(--gtech-sidebar-width);width:calc(100% - var(--gtech-sidebar-width));min-height:100vh}.saas-topbar{height:70px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--gtech-border);display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:1025}.topbar-left,.topbar-right{display:flex;align-items:center;gap:12px;min-width:0}.topbar-menu-button{width:40px;height:40px;border-radius:50%;border:1px solid var(--gtech-border);background:#fff;display:grid;place-items:center;color:#44536b;font-size:21px;box-shadow:0 2px 8px rgba(22,38,64,.03)}.topbar-search{width:min(440px,38vw);height:40px;border:1px solid #dfe5ee;background:#fff;border-radius:10px;align-items:center;padding:0 10px 0 13px;gap:10px}.topbar-search i{color:#76869b}.topbar-search input{border:0;outline:0;flex:1;min-width:0;font-size:14.5px;color:#26344a}.topbar-search input::placeholder{color:#8b99ad}.search-hint{font-size:11px;color:#7f8da2;background:#f5f7fa;border:1px solid #e6eaf0;border-radius:6px;padding:3px 6px}.topbar-date{height:36px;border:1px solid var(--gtech-border);border-radius:9px;background:#fff;align-items:center;gap:7px;padding:0 11px;color:#6c7a8f;font-size:13px}.user-menu{border:0;background:transparent;display:flex;align-items:center;gap:9px;text-align:left;padding:4px 6px}.user-menu::after{margin-left:6px;color:#7b899d}.user-menu-copy{max-width:145px}.user-menu-name{font-size:14px;font-weight:800;color:#142039;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-role{font-size:12px;color:#7c899b;margin-top:2px}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#11c4cf,#0794a7);color:#fff;font-size:13px;font-weight:800;text-transform:uppercase;box-shadow:0 5px 14px rgba(8,181,199,.18);overflow:hidden;flex:0 0 36px}.avatar-sm{width:32px;height:32px;flex-basis:32px;font-size:12px}.avatar-lg{width:58px;height:58px;flex-basis:58px;font-size:19px}.avatar img{width:100%;height:100%;object-fit:cover}.account-dropdown{min-width:240px;border:1px solid var(--gtech-border);border-radius:12px;padding:8px;box-shadow:0 18px 45px rgba(26,42,66,.12)}.account-dropdown .dropdown-item{border-radius:8px;padding:9px 10px;font-size:14px;color:#46546b;display:flex;align-items:center;gap:9px}.account-dropdown .dropdown-item:hover{background:#f5f8fb;color:#1b2a42}.dropdown-account-head{display:flex;align-items:center;gap:10px;padding:7px}.dropdown-account-head strong{font-size:14px;display:block}.dropdown-account-head span{font-size:12px;color:var(--gtech-muted);display:block;margin-top:2px}.topbar-context{min-width:0}.topbar-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--gtech-muted);font-weight:800}.topbar-title{font-size:15px;font-weight:800;margin-top:3px}.sidebar-backdrop{display:none;position:fixed;inset:0;z-index:1035;background:rgba(6,17,32,.48);backdrop-filter:blur(2px)}
.saas-content{padding:26px 30px 38px}.saas-content-inner{max-width:1550px;margin:0 auto}

/* Page headers */
.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.page-header-copy{min-width:0}.breadcrumb-mini{display:flex;align-items:center;gap:7px;font-size:12.5px;color:#8491a3;margin-bottom:7px}.breadcrumb-mini a{color:#8491a3;text-decoration:none}.breadcrumb-mini a:hover{color:var(--gtech-primary-dark)}.page-kicker{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:850;text-transform:uppercase;letter-spacing:.11em;color:var(--gtech-primary-dark);margin-bottom:6px}.page-title{margin:0;font-size:29px;font-weight:850;letter-spacing:-.035em;color:#111d33;line-height:1.16}.page-subtitle,.subtle{font-size:14.5px;color:var(--gtech-muted)}.page-subtitle{margin-top:6px;max-width:760px}.page-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}

/* Buttons */
.btn{border-radius:9px;font-size:14px;font-weight:750;padding:.57rem .88rem;box-shadow:none!important}.btn-sm{font-size:12.8px;padding:.4rem .62rem;border-radius:8px}.btn-primary{background:linear-gradient(135deg,#08b4c5,#10c0cb)!important;border-color:#08b4c5!important;color:#fff!important}.btn-primary:hover,.btn-primary:focus{background:linear-gradient(135deg,#079baa,#08b3be)!important;border-color:#079baa!important;color:#fff!important}.btn-light{background:#fff;border:1px solid #dde4ed;color:#4c5a70}.btn-light:hover{background:#f7f9fb;border-color:#d3dbe6;color:#2d3b51}.btn-outline-primary{color:var(--gtech-primary-dark);border-color:#93dce5;background:#fff}.btn-outline-primary:hover{color:#087c8b;background:var(--gtech-primary-soft);border-color:#64cbd7}.btn-outline-success{color:var(--gtech-success);border-color:#aee1cb}.btn-outline-success:hover{background:var(--gtech-success-soft);color:#0c8055;border-color:#89d4b7}.btn-outline-danger{color:var(--gtech-danger);border-color:#f0b9c2}.btn-outline-danger:hover{background:var(--gtech-danger-soft);color:#c53c51;border-color:#ec9dab}.btn-outline-secondary{color:#647187;border-color:#d7dde7}.btn-outline-secondary:hover{background:#f4f6f9;color:#344158;border-color:#cbd3df}.icon-btn{width:34px;height:34px;padding:0;display:inline-grid;place-items:center;border-radius:8px}.action-group{display:flex;align-items:center;justify-content:flex-end;gap:5px}.action-group .btn{white-space:nowrap}

/* Cards */
.card,.panel-card,.table-card,.chart-card{background:#fff;border:1px solid var(--gtech-border)!important;border-radius:var(--gtech-radius)!important;box-shadow:var(--gtech-shadow)}.card-header-clean{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #edf0f4}.card-title-clean{font-size:16px;font-weight:850;margin:0;color:#19253b}.card-subtitle-clean{font-size:12.5px;color:var(--gtech-muted);margin-top:3px}.card-body{color:var(--gtech-text)}

/* KPI */
.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.metric-grid.metric-grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}.metric-card{background:#fff;border:1px solid var(--gtech-border);border-radius:14px;padding:16px;box-shadow:var(--gtech-shadow);min-height:116px;position:relative;overflow:hidden}.metric-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.metric-icon{width:39px;height:39px;border-radius:11px;display:grid;place-items:center;font-size:19px;background:var(--metric-soft,var(--gtech-primary-soft));color:var(--metric-color,var(--gtech-primary-dark))}.metric-label{font-size:12.5px;font-weight:700;color:#758398}.metric-value{font-size:25px;font-weight:850;letter-spacing:-.035em;margin-top:12px;line-height:1}.metric-meta{font-size:11.8px;color:#8793a5;margin-top:6px}.metric-success{--metric-color:var(--gtech-success);--metric-soft:var(--gtech-success-soft)}.metric-danger{--metric-color:var(--gtech-danger);--metric-soft:var(--gtech-danger-soft)}.metric-warning{--metric-color:var(--gtech-warning);--metric-soft:var(--gtech-warning-soft)}.metric-info{--metric-color:var(--gtech-info);--metric-soft:var(--gtech-info-soft)}.metric-primary{--metric-color:var(--gtech-primary-dark);--metric-soft:var(--gtech-primary-soft)}.metric-purple{--metric-color:var(--gtech-purple);--metric-soft:var(--gtech-purple-soft)}

/* Dashboard */
.dashboard-welcome{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.dashboard-welcome .page-title{font-size:31px}.dashboard-date-pill{border:1px solid var(--gtech-border);background:#fff;border-radius:9px;padding:8px 11px;font-size:13px;color:#627086;display:flex;align-items:center;gap:8px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,.9fr) minmax(290px,.95fr);gap:14px}.chart-card{padding:0;overflow:hidden}.chart-card-body{padding:15px 18px 17px;height:265px}.chart-card-body canvas{max-height:230px}.status-donut-wrap{height:170px;position:relative}.status-donut-wrap canvas{max-height:170px}.chart-legend{display:grid;gap:8px;margin-top:8px}.legend-row{display:flex;align-items:center;gap:8px;font-size:12.5px}.legend-dot{width:7px;height:7px;border-radius:50%}.legend-label{color:#69768b;flex:1}.legend-value{font-weight:750;color:#263349}.renewal-list{padding:7px 14px 14px}.renewal-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #eef1f5}.renewal-item:last-child{border-bottom:0}.renewal-avatar{width:33px;height:33px;border-radius:9px;background:#eef9fb;color:#078c9c;display:grid;place-items:center;font-weight:800;font-size:12px;flex:0 0 33px}.renewal-copy{min-width:0;flex:1}.renewal-name{font-size:13.5px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.renewal-meta{font-size:11.8px;color:#8491a4;margin-top:3px}.renewal-days{font-size:11px;padding:4px 7px;border-radius:999px;background:var(--gtech-warning-soft);color:var(--gtech-warning);border:1px solid #f4dfad;white-space:nowrap}.dashboard-lower{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}

/* Tables & filters */
.table-card{overflow:hidden}.table-card-toolbar{padding:14px 16px 0}.filter-panel{background:#fff;border:0;border-radius:0;padding:0;margin:0}.filter-surface{padding:14px 16px;background:#fff;border-bottom:1px solid #edf0f4}.filter-grid{display:grid;grid-template-columns:minmax(220px,1.7fr) repeat(3,minmax(140px,.8fr)) auto;gap:10px;align-items:end}.filter-grid.filter-grid-5{grid-template-columns:minmax(220px,1.6fr) repeat(4,minmax(130px,.8fr)) auto}.filter-label{font-size:11.5px;font-weight:800;color:#69768b;margin-bottom:5px}.form-label{font-size:13px;font-weight:750;color:#344158;margin-bottom:6px}.form-control,.form-select{min-height:40px;border:1px solid #dce3ec;border-radius:9px;font-size:14px;color:#28354b;background-color:#fff}.form-control:focus,.form-select:focus{border-color:#67cdd8;box-shadow:0 0 0 3px rgba(8,181,199,.09)}.form-control::placeholder{color:#9aa6b6}.form-check-input:checked{background-color:var(--gtech-primary);border-color:var(--gtech-primary)}.input-icon{position:relative}.input-icon>i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#8391a4;z-index:3;font-size:14px}.input-icon>.form-control{padding-left:35px}.filter-actions{display:flex;align-items:center;gap:7px}.table-responsive{scrollbar-width:thin;scrollbar-color:#d6dde7 transparent}.table{margin-bottom:0;color:#243148}.table>:not(caption)>*>*{padding:11px 14px;border-bottom-color:#eef1f5}.table thead th{background:#fbfcfe;color:#6f7c90;font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:850;white-space:nowrap;border-bottom:1px solid #e8ecf2}.table tbody td{font-size:13.5px;vertical-align:middle}.table tbody tr{transition:.12s ease}.table tbody tr:hover{background:#fcfdff}.table tbody tr:last-child td{border-bottom:0}.entity-cell{display:flex;align-items:center;gap:10px;min-width:180px}.entity-name{font-size:13.7px;font-weight:800;color:#19263c;line-height:1.25}.entity-meta{font-size:11.8px;color:#8390a2;margin-top:3px}.table-actions{text-align:right;white-space:nowrap}.table-empty{padding:44px 16px!important;text-align:center;color:var(--gtech-muted)}.empty-state-icon{width:44px;height:44px;border-radius:13px;background:#f0f5f8;color:#7d8ca0;display:grid;place-items:center;margin:0 auto 10px;font-size:21px}.table-footer-note{font-size:12px;color:#7d899b;padding:13px 16px;border-top:1px solid #eef1f5}.pagination{margin:13px 16px;gap:4px}.page-link{border-radius:7px!important;border:1px solid var(--gtech-border);font-size:12.5px;color:#5e6c82;min-width:31px;text-align:center}.page-item.active .page-link{background:var(--gtech-primary);border-color:var(--gtech-primary);color:#fff;font-weight:800}

/* Badges */
.badge{border-radius:999px;padding:.4em .7em;font-size:11px;font-weight:800;letter-spacing:.01em}.badge-soft-success{background:var(--gtech-success-soft);color:var(--gtech-success);border:1px solid #c8eedf}.badge-soft-danger{background:var(--gtech-danger-soft);color:var(--gtech-danger);border:1px solid #f6ccd4}.badge-soft-warning{background:var(--gtech-warning-soft);color:var(--gtech-warning);border:1px solid #f3dfb3}.badge-soft-info{background:var(--gtech-info-soft);color:var(--gtech-info);border:1px solid #d5e5ff}.badge-soft-primary{background:var(--gtech-primary-soft);color:var(--gtech-primary-dark);border:1px solid #c8eff3}.badge-soft-purple{background:var(--gtech-purple-soft);color:var(--gtech-purple);border:1px solid #e2d7ff}.status-dot{width:6px;height:6px;border-radius:50%;display:inline-block;margin-right:5px;background:currentColor}

/* Plan cards */
.plan-card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:16px}.plan-card{background:#fff;border:1px solid var(--gtech-border);border-radius:14px;padding:16px;box-shadow:var(--gtech-shadow);position:relative;overflow:hidden}.plan-card.is-featured{border-color:#9fe0c6;box-shadow:0 9px 28px rgba(20,167,108,.08)}.plan-ribbon{position:absolute;left:50%;top:0;transform:translateX(-50%);font-size:10px;font-weight:850;letter-spacing:.05em;color:#fff;background:var(--gtech-success);padding:4px 10px;border-radius:0 0 8px 8px;white-space:nowrap}.plan-card-head{display:flex;align-items:center;gap:10px}.plan-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--gtech-info-soft);color:var(--gtech-info);font-size:18px}.plan-card:nth-child(2) .plan-icon{background:var(--gtech-success-soft);color:var(--gtech-success)}.plan-card:nth-child(3) .plan-icon{background:var(--gtech-purple-soft);color:var(--gtech-purple)}.plan-card:nth-child(4) .plan-icon{background:var(--gtech-warning-soft);color:var(--gtech-warning)}.plan-card:nth-child(5) .plan-icon{background:var(--gtech-primary-soft);color:var(--gtech-primary-dark)}.plan-name{font-size:14px;font-weight:850}.plan-price{font-size:22px;font-weight:850;margin-top:10px;letter-spacing:-.03em}.plan-price small{font-size:11px;font-weight:600;color:#7f8ca0}.plan-validity{margin-top:11px;border-radius:7px;background:#f5f8fb;padding:6px;text-align:center;font-size:11.5px;color:#5f6d82}.plan-users{display:flex;align-items:center;justify-content:center;gap:6px;color:#758195;font-size:11.5px;margin:13px 0}.plan-card .btn{width:100%}

/* Forms */
.form-section{border:1px solid var(--gtech-border);border-radius:14px;background:#fff;box-shadow:var(--gtech-shadow);overflow:hidden;margin-bottom:15px}.form-section-head{display:flex;align-items:center;gap:11px;padding:15px 18px;border-bottom:1px solid #edf0f4;background:#fbfcfe}.form-section-icon{width:36px;height:36px;border-radius:10px;background:var(--gtech-primary-soft);color:var(--gtech-primary-dark);display:grid;place-items:center;flex:0 0 36px}.form-section-title{font-size:15px;font-weight:850;margin:0}.form-section-subtitle{font-size:11.8px;color:var(--gtech-muted);margin-top:3px}.form-section-body{padding:18px}.form-text{font-size:11.5px;color:#8895a7}.form-actions{display:flex;justify-content:flex-end;gap:8px;padding:7px 0 2px}.required-star{color:var(--gtech-danger)}.form-aside-card{border:1px solid var(--gtech-border);border-radius:14px;background:linear-gradient(180deg,#fff,#fbfdff);padding:18px;box-shadow:var(--gtech-shadow);position:sticky;top:90px}.form-aside-card h3{font-size:15px;font-weight:850;margin:0 0 8px}.form-aside-card p{font-size:12.5px;color:#7b889b;line-height:1.6}.form-tip{display:flex;gap:9px;padding:11px 0;border-top:1px solid #eef1f4}.form-tip:first-of-type{border-top:0}.form-tip i{color:var(--gtech-primary-dark)}.form-tip strong{font-size:12.5px;display:block}.form-tip span{font-size:11.5px;color:#8793a5;display:block;margin-top:2px}

/* Detail */
.detail-hero{display:flex;align-items:center;gap:14px}.detail-hero-copy{min-width:0}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.info-card{background:#fbfcfe;border:1px solid var(--gtech-border);border-radius:11px;padding:12px 13px}.detail-label{font-size:10.8px;text-transform:uppercase;letter-spacing:.07em;font-weight:850;color:#7f8ca0}.detail-value{font-size:13.5px;font-weight:700;color:#233148;margin-top:4px;word-break:break-word}.summary-line{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eef1f5}.summary-line:last-child{border-bottom:0}.summary-label{font-size:12.5px;color:#758297}.summary-value{font-size:13.5px;font-weight:850}.progress-thin{height:7px;background:#edf1f5;border-radius:99px;overflow:hidden}.progress-thin>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gtech-primary),#56d5df)}

/* Login */
.auth-page{min-height:100vh;background:#f7fafc;padding:32px;display:grid;grid-template-columns:minmax(520px,1.25fr) minmax(450px,.95fr);gap:16px}.auth-brand-panel,.auth-login-panel{border:1px solid #e3e9f0;border-radius:20px;box-shadow:0 18px 55px rgba(31,48,76,.07);overflow:hidden;background:#fff}.auth-brand-panel{position:relative;background:linear-gradient(145deg,#f5fdff 0%,#effbfc 65%,#e8f8fb 100%);padding:32px 40px;display:flex;flex-direction:column;min-height:calc(100vh - 64px)}.auth-brand-top{display:flex;align-items:center;gap:12px}.auth-brand-top .auth-logo{width:42px;height:42px;object-fit:contain}.auth-brand-top strong{font-size:22px;font-weight:900;letter-spacing:.02em}.auth-brand-top span{font-size:13px;color:#65748a;display:block;margin-top:1px}.auth-brand-content{margin-top:auto;margin-bottom:auto;max-width:400px;position:relative;z-index:2}.auth-brand-content h1{font-size:40px;line-height:1.2;letter-spacing:-.04em;font-weight:900;margin:0 0 14px;color:#10203a}.auth-brand-content h1 .accent{color:#0baebd}.auth-brand-content>p{font-size:15px;line-height:1.7;color:#65748a;max-width:390px}.auth-feature-list{display:grid;gap:14px;margin-top:25px}.auth-feature{display:flex;gap:11px;align-items:flex-start}.auth-feature-icon{width:38px;height:38px;border-radius:10px;background:#fff;border:1px solid #e1e9ef;display:grid;place-items:center;color:var(--gtech-primary-dark);box-shadow:0 5px 14px rgba(23,45,64,.05);flex:0 0 38px}.auth-feature strong{font-size:13.5px;display:block}.auth-feature span{font-size:12px;color:#7a879a;display:block;margin-top:3px;line-height:1.45}.auth-trust{display:inline-flex;align-items:center;gap:9px;margin-top:26px;padding:10px 13px;border:1px solid #dde8ed;border-radius:10px;background:rgba(255,255,255,.85);font-size:12.5px;font-weight:750;color:#344158}.auth-trust i{font-size:20px;color:var(--gtech-primary-dark)}.auth-visual{position:absolute;right:-34px;bottom:54px;width:48%;height:58%;border-radius:18px 0 0 18px;background:#fff;border:1px solid #dfe8ef;box-shadow:0 18px 45px rgba(30,58,75,.10);transform:rotate(-1.5deg);overflow:hidden;opacity:.98}.auth-visual-bar{height:34px;border-bottom:1px solid #edf1f4;background:#fff}.auth-visual-shell{display:grid;grid-template-columns:86px 1fr;height:calc(100% - 34px)}.auth-visual-nav{background:#0b1a2e;padding:10px 8px}.auth-visual-nav div{height:17px;border-radius:5px;background:rgba(255,255,255,.08);margin-bottom:7px}.auth-visual-nav div:first-child{background:#0db6c5}.auth-visual-main{padding:12px;background:#f8fafc}.auth-visual-title{height:14px;width:36%;background:#19253b;border-radius:4px;margin-bottom:12px}.auth-visual-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.auth-visual-cards span{height:47px;border-radius:7px;background:#fff;border:1px solid #e7ecf1}.auth-visual-chart{height:92px;border-radius:8px;background:#fff;border:1px solid #e7ecf1;margin-top:8px;position:relative;overflow:hidden}.auth-visual-chart:before{content:"";position:absolute;inset:28px 12px 12px;background:linear-gradient(90deg,transparent 0 7%,#13b7c5 7% 14%,transparent 14% 25%,#13b7c5 25% 34%,transparent 34% 46%,#13b7c5 46% 58%,transparent 58% 70%,#13b7c5 70% 83%,transparent 83%)}.auth-login-panel{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:46px;background:#fff}.auth-card{width:100%;max-width:440px}.auth-login-logo{text-align:center;margin-bottom:28px}.auth-login-logo img{width:72px;height:58px;object-fit:contain}.auth-login-logo h2{font-size:24px;font-weight:900;margin:5px 0 0;letter-spacing:.02em}.auth-login-logo span{font-size:14px;color:#5f6e84}.auth-title{text-align:center;font-size:31px;font-weight:900;letter-spacing:-.035em;margin:0}.auth-subtitle{text-align:center;color:#748196;font-size:14px;margin:8px 0 28px}.auth-input-wrap{position:relative}.auth-input-wrap i{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#7e8ca0;font-size:16px}.auth-input-wrap .form-control{padding-left:39px;height:47px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#7f8ca0;padding:4px}.auth-submit{height:47px;width:100%;font-size:14.5px}.auth-security{display:flex;align-items:center;justify-content:center;gap:8px;color:#8a96a8;font-size:11.8px;margin-top:24px}.auth-security i{color:#7891a5}.auth-links{text-align:center;margin-top:15px;font-size:12.5px}.auth-links a{text-decoration:none}.auth-delete-link{color:#c84a5c!important}.auth-brand-panel::after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(10,188,203,.08);right:-120px;top:-130px}.auth-brand-panel::before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;background:rgba(10,188,203,.07);left:50%;bottom:-110px}

/* Misc */
.alert{border:0;border-radius:10px;font-size:13.5px;padding:11px 13px;box-shadow:0 4px 15px rgba(28,42,64,.04)}.alert-success{background:var(--gtech-success-soft);color:#0f7751}.alert-danger{background:var(--gtech-danger-soft);color:#ae3347}.text-muted-custom{color:var(--gtech-muted)!important}.money{font-variant-numeric:tabular-nums;font-weight:750}.min-w-0{min-width:0}.font-strong{font-weight:800}.soft-divider{border-top:1px solid var(--gtech-border)}

@media(max-width:1399.98px){.metric-grid.metric-grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}.plan-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-grid{grid-template-columns:minmax(0,1.5fr) minmax(270px,.8fr)}.dashboard-grid>.chart-card:last-child{grid-column:1/-1}.renewal-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 18px}.filter-grid.filter-grid-5{grid-template-columns:minmax(220px,1.5fr) repeat(2,minmax(140px,.8fr));}.filter-grid.filter-grid-5 .filter-actions{grid-column:1/-1}}
@media(max-width:1199.98px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-page{grid-template-columns:1fr 1fr}.auth-visual{display:none}.filter-grid{grid-template-columns:1fr 1fr}.filter-actions{grid-column:1/-1}.dashboard-lower{grid-template-columns:1fr}}
@media(max-width:991.98px){.saas-sidebar{transform:translateX(-100%);transition:transform .22s ease}.saas-sidebar.show{transform:translateX(0)}.sidebar-backdrop.show{display:block}.saas-main{margin-left:0;width:100%}.saas-topbar{padding:0 18px}.saas-content{padding:22px 18px 30px}.dashboard-grid{grid-template-columns:1fr}.dashboard-grid>.chart-card:last-child{grid-column:auto}.auth-page{display:block;padding:0}.auth-brand-panel{display:none}.auth-login-panel{border:0;border-radius:0;min-height:100vh;box-shadow:none;padding:30px 22px}.form-aside-card{position:static}.metric-grid.metric-grid-6{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.page-header,.dashboard-welcome{flex-direction:column;align-items:stretch}.page-actions{width:100%}.page-actions .btn{flex:1}.metric-grid,.metric-grid.metric-grid-6{grid-template-columns:1fr 1fr}.plan-card-grid{grid-template-columns:1fr}.filter-grid,.filter-grid.filter-grid-5{grid-template-columns:1fr}.filter-grid.filter-grid-5 .filter-actions{grid-column:auto}.renewal-list{grid-template-columns:1fr}.topbar-date,.user-menu-copy{display:none!important}.saas-content{padding:18px 13px 26px}.page-title{font-size:26px}.dashboard-welcome .page-title{font-size:28px}.chart-card-body{height:230px}.detail-grid{grid-template-columns:1fr}.form-section-body{padding:15px}.card-header-clean{padding:14px 15px}}
@media(max-width:479.98px){.metric-grid,.metric-grid.metric-grid-6{grid-template-columns:1fr}.saas-topbar{height:66px;padding:0 12px}.topbar-menu-button{width:38px;height:38px}.saas-content{padding:16px 10px 24px}.page-title{font-size:24px}.auth-login-panel{padding:24px 18px}.auth-card{max-width:100%}}


/* === Typography readability refresh === */
body{
    font-family:"Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size:17px;
    line-height:1.5;
    color:#1b2940;
}
.sidebar-brand-title{font-size:20px;font-weight:800}
.sidebar-brand-subtitle{font-size:14px}
.sidebar-section-label{font-size:12.5px;font-weight:700}
.sidebar-nav a{font-size:17px;font-weight:700;min-height:50px}
.sidebar-nav a .nav-icon{font-size:18px}
.account-name{font-size:15.5px;font-weight:700}
.account-role{font-size:13px}
.topbar-search{height:44px}
.topbar-search input{font-size:16px}
.search-hint{font-size:12px}
.topbar-date{font-size:14.5px;height:40px}
.user-menu-name{font-size:16px;font-weight:700}
.user-menu-role{font-size:13.5px}
.page-title{font-size:36px;font-weight:800;letter-spacing:-.02em}
.page-subtitle,.subtle{font-size:16px;line-height:1.6}
.breadcrumb-mini{font-size:14px}
.page-kicker{font-size:12.5px;font-weight:700}
.btn{font-size:16px;font-weight:700;padding:.68rem 1rem}
.btn-sm{font-size:14px;padding:.5rem .76rem}
.card-title-clean{font-size:20px;font-weight:800}
.card-subtitle-clean{font-size:14px;line-height:1.5}
.metric-card{padding:18px;min-height:124px}
.metric-label{font-size:14px;font-weight:700}
.metric-value{font-size:34px;font-weight:800}
.metric-meta{font-size:14px;line-height:1.5}
.dashboard-welcome .page-title{font-size:38px}
.dashboard-date-pill{font-size:14.5px;padding:9px 12px}
.legend-row{font-size:14.5px}
.legend-value{font-weight:700}
.renewal-name{font-size:16px;font-weight:700}
.renewal-meta{font-size:13.5px;line-height:1.5}
.renewal-days{font-size:12.5px;padding:5px 8px;font-weight:700}
.filter-label{font-size:13px;font-weight:700}
.form-label{font-size:15px;font-weight:700}
.form-control,.form-select{min-height:44px;font-size:16px}
.input-icon>i{font-size:15px}
.table thead th{font-size:13px;font-weight:800;letter-spacing:.08em}
.table tbody td{font-size:16px;line-height:1.45}
.entity-name{font-size:16.5px;font-weight:700}
.entity-meta{font-size:14px;line-height:1.5}
.table-footer-note{font-size:14px}
.page-link{font-size:14px;min-width:34px}
.badge{font-size:13px;font-weight:700;padding:.5em .8em}
.plan-name{font-size:17px;font-weight:800}
.plan-price{font-size:30px;font-weight:800}
.plan-price small{font-size:14px}
.plan-validity,.plan-users{font-size:14px}
.form-section-title{font-size:18px;font-weight:800}
.form-section-subtitle{font-size:14px;line-height:1.5}
.form-text{font-size:14px;line-height:1.5}
.form-aside-card h3{font-size:18px;font-weight:800}
.form-aside-card p{font-size:14.5px;line-height:1.7}
.form-tip strong{font-size:14.5px}
.form-tip span{font-size:13.5px;line-height:1.5}
.detail-label{font-size:12px;font-weight:800}
.detail-value{font-size:16px;font-weight:700}
.summary-label{font-size:14px}
.summary-value{font-size:16px;font-weight:800}
.auth-brand-top strong{font-size:24px;font-weight:800}
.auth-brand-top span{font-size:14px}
.auth-brand-content h1{font-size:46px;font-weight:800}
.auth-brand-content>p{font-size:17px;line-height:1.8}
.auth-feature strong{font-size:16px;font-weight:700}
.auth-feature span{font-size:14px;line-height:1.6}
.auth-trust{font-size:14px;font-weight:700}
.auth-login-logo h2{font-size:26px;font-weight:800}
.auth-login-logo span{font-size:15px}
.auth-title{font-size:36px;font-weight:800}
.auth-subtitle{font-size:16px;line-height:1.6}
.auth-input-wrap .form-control{height:50px;font-size:16px}
.auth-submit{height:50px;font-size:16px;font-weight:800}
.auth-security{font-size:13px;line-height:1.5}
.auth-links{font-size:14px}
.alert{font-size:15px;line-height:1.6}
.money{font-weight:800}
.font-strong{font-weight:700}

@media(max-width:767.98px){
    body{font-size:16px}
    .page-title{font-size:30px}
    .dashboard-welcome .page-title{font-size:32px}
    .metric-value{font-size:30px}
    .table thead th{font-size:12.5px}
    .table tbody td{font-size:15px}
    .auth-brand-content h1{font-size:38px}
    .auth-title{font-size:30px}
}

/* ========================================================================
   GTECH Exact SaaS UI Refresh - matches approved visual reference
   ======================================================================== */
:root{
    --gtech-primary:#0db7c5;
    --gtech-primary-dark:#0796a7;
    --gtech-primary-soft:#e9fbfd;
    --gtech-sidebar:#0b1a2e;
    --gtech-bg:#f7f9fc;
    --gtech-border:#e4e9f1;
    --gtech-text:#101d35;
    --gtech-muted:#748198;
    --gtech-radius:14px;
    --gtech-shadow:0 7px 24px rgba(21,35,58,.055);
    --gtech-sidebar-width:242px;
}
body{
    font-family:"Manrope","Segoe UI",Arial,sans-serif;
    font-size:15px;
    line-height:1.45;
    color:var(--gtech-text);
    background:var(--gtech-bg);
}
.saas-sidebar{background:linear-gradient(180deg,#0b1a2e 0%,#0a1a2f 100%);box-shadow:none}
.sidebar-brand{height:84px;padding:18px 21px;gap:11px}
.brand-logo-wrap{width:42px;height:42px;flex-basis:42px;border-radius:50%;background:rgba(13,183,197,.08)}
.brand-logo-wrap img{width:36px;height:36px}
.sidebar-brand-title{font-size:19px;font-weight:800;letter-spacing:.035em}
.sidebar-brand-subtitle{font-size:12.5px;margin-top:4px;color:#9aabc0}
.sidebar-scroll{padding:16px 10px}
.sidebar-section-label{font-size:11px;padding:18px 13px 7px;color:#667991}
.sidebar-nav{gap:5px}
.sidebar-nav a{min-height:44px;padding:6px 10px;border-radius:9px;font-size:14.5px;font-weight:650;gap:9px}
.sidebar-nav a .nav-icon{width:30px;height:30px;flex-basis:30px;font-size:16px}
.sidebar-nav a.active{background:linear-gradient(135deg,#0aaebd,#13c0cb);box-shadow:0 7px 18px rgba(11,184,199,.22)}
.sidebar-footer{padding:13px 10px 16px}
.sidebar-account{padding:10px 11px;border-radius:11px}
.account-name{font-size:13.5px;font-weight:750}
.account-role{font-size:11px}

.saas-topbar{height:68px;padding:0 28px;background:#fff;backdrop-filter:none}
.topbar-menu-button{width:39px;height:39px;font-size:20px;box-shadow:0 2px 6px rgba(22,38,64,.03)}
.topbar-search{width:min(450px,38vw);height:40px;border-radius:9px}
.topbar-search input{font-size:14px}
.search-hint{font-size:10.5px}
.topbar-eyebrow{font-size:10px;letter-spacing:.12em}
.topbar-title{font-size:14px;margin-top:2px}
.topbar-date{height:36px;font-size:12.5px;border-radius:8px}
.topbar-notification{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--gtech-border);border-radius:50%;background:#fff;color:#67758a;font-size:16px;padding:0}
.topbar-notification:hover{background:#f7fafc;color:#1b2a42}
.user-menu-name{font-size:13.5px}
.user-menu-role{font-size:11.5px}
.avatar-sm{width:31px;height:31px;flex-basis:31px;font-size:11.5px}
.saas-content{padding:25px 30px 38px}
.saas-content-inner{max-width:none;width:100%;margin:0}

.page-header{margin-bottom:18px}
.breadcrumb-mini{font-size:12px;margin-bottom:6px}
.page-title{font-size:30px;font-weight:800;letter-spacing:-.03em;line-height:1.16}
.page-subtitle,.subtle{font-size:13.5px;line-height:1.55}
.btn{font-size:13.5px;font-weight:700;padding:.56rem .86rem;border-radius:8px}
.btn-sm{font-size:12px;padding:.4rem .62rem}
.card,.panel-card,.table-card,.chart-card{border-radius:13px!important;box-shadow:var(--gtech-shadow)}
.card-header-clean{padding:14px 16px}
.card-title-clean{font-size:15.5px;font-weight:800}
.card-subtitle-clean{font-size:11.8px}

.metric-grid{gap:12px}
.metric-grid.metric-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.metric-card{padding:15px 16px;min-height:104px;border-radius:13px}
.metric-top{gap:9px}
.metric-icon{width:40px;height:40px;flex-basis:40px;border-radius:10px;font-size:19px}
.metric-label{font-size:12.5px;font-weight:650}
.metric-value{font-size:26px;font-weight:800;letter-spacing:-.025em;margin-top:6px}
.metric-value-text{font-size:23px}
.metric-value-date{font-size:22px}
.metric-meta{font-size:11.8px;line-height:1.45;margin-top:2px}
.dashboard-welcome{margin-bottom:17px}
.dashboard-welcome .page-title{font-size:31px}
.dashboard-date-pill{font-size:12.5px;padding:8px 10px}
.dashboard-grid{gap:13px}
.dashboard-lower{gap:13px;margin-top:13px}
.chart-card-body{height:250px;padding:14px 16px 15px}
.legend-row{font-size:12.5px}
.renewal-name{font-size:13.5px}
.renewal-meta{font-size:11.5px}
.renewal-days{font-size:10.8px;padding:4px 7px}

.filter-surface{padding:14px 16px}
.filter-label{font-size:11.5px;font-weight:750;margin-bottom:6px}
.form-label{font-size:13px;font-weight:700;margin-bottom:6px}
.form-control,.form-select{min-height:40px;height:auto;font-size:13.5px;border-radius:8px;border-color:#dde4ed;padding:.55rem .75rem}
textarea.form-control{min-height:90px}
.form-text{font-size:12px}
.table{margin-bottom:0}
.table thead th{font-size:11px;font-weight:800;letter-spacing:.065em;padding:11px 14px;color:#58667c;background:#fafbfd;border-bottom-color:#e8edf3;white-space:nowrap}
.table tbody td{font-size:13.5px;line-height:1.4;padding:10px 14px;border-bottom-color:#edf1f5;vertical-align:middle}
.entity-name{font-size:13.8px;font-weight:700}
.entity-meta{font-size:11.8px;line-height:1.45;margin-top:2px}
.badge{font-size:11px;font-weight:700;padding:.42em .68em}
.pagination{margin:13px 16px}
.page-link{font-size:12px;min-width:31px}

/* Portal dashboard */
.portal-welcome .page-subtitle{max-width:660px}
.portal-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.78fr);gap:13px}
.portal-recent-card,.portal-plan-card{overflow:hidden}
.portal-plan-body{padding:20px}
.portal-plan-icon{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#e9fbfd,#d9f7fa);color:var(--gtech-primary-dark);font-size:22px;margin-bottom:14px}
.portal-plan-name{font-size:22px;font-weight:800;letter-spacing:-.02em;color:#142039}
.portal-plan-type{font-size:12.5px;color:#7c899b;margin-top:3px}
.portal-plan-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:18px}
.portal-plan-info{border:1px solid #e7ecf2;background:#fafbfd;border-radius:10px;padding:11px 12px}
.portal-plan-info span{display:block;font-size:11px;color:#8390a2;text-transform:uppercase;letter-spacing:.07em;font-weight:750}
.portal-plan-info strong{display:block;font-size:13.5px;margin-top:4px;color:#223047}
.plan-progress-wrap{margin-top:17px;border-top:1px solid #edf1f5;padding-top:14px;font-size:11.8px;color:#758297}
.plan-progress-wrap strong{font-size:12px;color:#435068}
.plan-progress{height:7px;border-radius:99px;background:#edf3f5;overflow:hidden}
.plan-progress span{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#0cb7c5,#25cfb4)}
.portal-empty-plan{text-align:center;padding:20px 5px}
.portal-empty-plan .portal-plan-icon{margin:0 auto 13px}
.portal-empty-plan h3{font-size:18px;font-weight:800;margin:0}
.portal-empty-plan p{font-size:12.5px;color:#7c899b;max-width:280px;margin:7px auto 0;line-height:1.6}
.portal-quick-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.quick-action-card{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid var(--gtech-border);border-radius:13px;padding:14px 15px;text-decoration:none;color:#17243a;box-shadow:var(--gtech-shadow);transition:.18s ease}
.quick-action-card:hover{transform:translateY(-1px);border-color:#cfe8eb;color:#17243a}
.quick-action-card>.quick-action-icon{width:38px;height:38px;flex:0 0 38px;border-radius:10px;background:var(--gtech-primary-soft);display:grid;place-items:center;color:var(--gtech-primary-dark);font-size:18px}
.quick-action-card>div:nth-child(2){min-width:0;flex:1}
.quick-action-card strong{display:block;font-size:13.5px;font-weight:800}
.quick-action-card span{display:block;font-size:11.5px;color:#7b889b;margin-top:3px;line-height:1.45}
.quick-action-card>.bi-chevron-right{font-size:13px;color:#9eabbc}

/* Login - approved split-screen reference */
.auth-page{min-height:100vh;padding:40px 48px;background:#f8fafc;display:grid;grid-template-columns:minmax(600px,1.28fr) minmax(500px,.92fr);gap:16px}
.auth-brand-panel,.auth-login-panel{border:1px solid #e2e8ef;border-radius:20px;box-shadow:0 14px 45px rgba(24,42,67,.06)}
.auth-brand-panel{min-height:calc(100vh - 80px);padding:38px 48px;background:linear-gradient(145deg,#f7feff 0%,#effbfc 58%,#e9f8fa 100%)}
.auth-brand-top{gap:10px;position:relative;z-index:3}
.auth-brand-top .auth-logo{width:43px;height:43px}
.auth-brand-top strong{font-size:20px;font-weight:800;letter-spacing:.02em}
.auth-brand-top span{font-size:12px;color:#68758a}
.auth-brand-content{max-width:445px;margin-top:auto;margin-bottom:auto;padding:18px 0;position:relative;z-index:3}
.auth-brand-content h1{font-size:42px;line-height:1.16;font-weight:800;letter-spacing:-.04em;margin-bottom:14px}
.auth-brand-content>p{font-size:14.5px;line-height:1.75;color:#66758a;max-width:400px}
.auth-feature-list{gap:14px;margin-top:24px}
.auth-feature{gap:11px}
.auth-feature-icon{width:38px;height:38px;flex-basis:38px;border-radius:10px}
.auth-feature strong{font-size:13px;font-weight:750}
.auth-feature span{font-size:11.5px;line-height:1.5}
.auth-trust{margin-top:24px;padding:10px 13px;font-size:11.8px;border-radius:10px}
.auth-visual{right:-38px;bottom:42px;width:49%;height:57%;border-radius:18px 0 0 18px;transform:rotate(-1.1deg);box-shadow:0 16px 40px rgba(28,48,70,.11)}
.auth-login-panel{min-height:calc(100vh - 80px);padding:42px 58px;background:#fff}
.auth-card{max-width:470px}
.auth-login-logo{margin-bottom:27px}
.auth-login-logo img{width:64px;height:64px}
.auth-login-logo h2{font-size:25px;font-weight:800;margin:4px 0 0}
.auth-login-logo span{font-size:13.5px}
.auth-title{font-size:31px;font-weight:800;letter-spacing:-.035em}
.auth-subtitle{font-size:13.5px;line-height:1.55;margin:7px 0 27px}
.auth-card .form-label{font-size:13px;margin-bottom:7px}
.auth-input-wrap .form-control{height:50px;min-height:50px;font-size:13.5px;padding-left:39px;border-radius:9px}
.auth-input-wrap i{font-size:15px}
.auth-card .form-check-label,.auth-card a.small{font-size:12.5px!important}
.auth-submit{height:50px;font-size:14px;font-weight:800;border-radius:9px}
.auth-security{font-size:11.2px;margin-top:22px}
.auth-links{font-size:12px;margin-top:13px}

@media(max-width:1399.98px){
    .auth-page{padding:24px;grid-template-columns:1.08fr .92fr}
    .auth-brand-panel,.auth-login-panel{min-height:calc(100vh - 48px)}
    .portal-dashboard-grid{grid-template-columns:1.4fr .8fr}
}
@media(max-width:1199.98px){
    .auth-page{grid-template-columns:1fr 1fr}
    .auth-brand-panel{padding:34px}
    .auth-login-panel{padding:38px}
    .portal-dashboard-grid{grid-template-columns:1fr}
    .portal-quick-actions{grid-template-columns:1fr 1fr}
}
@media(max-width:991.98px){
    .auth-page{display:block;padding:0}
    .auth-brand-panel{display:none}
    .auth-login-panel{min-height:100vh;border:0;border-radius:0;padding:32px 22px}
    .saas-content-inner{max-width:none}
}
@media(max-width:767.98px){
    body{font-size:14.5px}
    .page-title,.dashboard-welcome .page-title{font-size:26px}
    .metric-grid,.metric-grid.metric-grid-3{grid-template-columns:1fr 1fr}
    .metric-value{font-size:24px}
    .portal-quick-actions{grid-template-columns:1fr}
    .portal-plan-info-grid{grid-template-columns:1fr}
    .table tbody td{font-size:13px}
}
@media(max-width:479.98px){
    .metric-grid,.metric-grid.metric-grid-3{grid-template-columns:1fr}
    .auth-login-panel{padding:26px 18px}
}

/* ========================================================================
   Login redesign: real GTECH platform preview + larger typography
   ======================================================================== */
.auth-page-real-preview{
    min-height:100vh;
    padding:28px;
    display:grid;
    grid-template-columns:minmax(0,1.36fr) minmax(500px,.94fr);
    gap:18px;
    background:#f7f9fc;
}
.auth-brand-panel-real,
.auth-login-panel-real{
    min-height:calc(100vh - 56px);
    border:1px solid #e2e8f0;
    border-radius:22px;
    overflow:hidden;
    position:relative;
    box-shadow:0 14px 44px rgba(23,38,62,.055);
}
.auth-brand-panel-real{
    padding:34px 38px 32px;
    background:
        radial-gradient(circle at 92% 8%,rgba(13,183,197,.10) 0 130px,transparent 131px),
        linear-gradient(145deg,#f7feff 0%,#effbfd 58%,#e9f7fa 100%);
    display:flex;
    flex-direction:column;
}
.auth-brand-panel-real .auth-brand-top{
    display:flex;
    align-items:center;
    gap:11px;
    position:relative;
    z-index:5;
}
.auth-brand-panel-real .auth-brand-top .auth-logo{
    width:46px;
    height:46px;
    object-fit:contain;
}
.auth-brand-panel-real .auth-brand-top strong{
    display:block;
    font-size:20px;
    line-height:1.1;
    font-weight:800;
    letter-spacing:.02em;
    color:#10203a;
}
.auth-brand-panel-real .auth-brand-top span{
    display:block;
    margin-top:4px;
    font-size:12px;
    color:#6e7c91;
}
.auth-brand-layout{
    flex:1;
    min-height:0;
    display:grid;
    grid-template-columns:minmax(330px,.82fr) minmax(470px,1.18fr);
    gap:30px;
    align-items:center;
    position:relative;
    z-index:3;
}
.auth-brand-panel-real .auth-brand-content{
    max-width:440px;
    padding:38px 0 26px;
    margin:0;
}
.auth-eyebrow{
    font-size:11px;
    font-weight:800;
    letter-spacing:.14em;
    color:#0798a8;
    margin-bottom:12px;
}
.auth-brand-panel-real .auth-brand-content h1{
    margin:0 0 18px;
    font-size:44px;
    line-height:1.1;
    letter-spacing:-.045em;
    font-weight:850;
    color:#101d35;
}
.auth-brand-panel-real .auth-brand-content h1 .accent{
    color:#0bb4c4;
}
.auth-brand-panel-real .auth-brand-content>p{
    margin:0;
    max-width:410px;
    font-size:14.5px;
    line-height:1.75;
    color:#63738a;
}
.auth-brand-panel-real .auth-feature-list{
    display:grid;
    gap:15px;
    margin-top:27px;
}
.auth-brand-panel-real .auth-feature{
    display:flex;
    align-items:flex-start;
    gap:12px;
}
.auth-brand-panel-real .auth-feature-icon{
    width:42px;
    height:42px;
    flex:0 0 42px;
    border:1px solid rgba(10,157,174,.13);
    border-radius:11px;
    display:grid;
    place-items:center;
    background:#fff;
    font-size:17px;
    box-shadow:0 6px 16px rgba(31,58,78,.05);
}
.auth-feature-icon-green{color:#13a96b!important;background:#f6fffb!important}
.auth-feature-icon-blue{color:#2b7df0!important;background:#f7fbff!important}
.auth-feature-icon-purple{color:#7448e8!important;background:#fbf9ff!important}
.auth-brand-panel-real .auth-feature strong{
    display:block;
    font-size:13px;
    line-height:1.35;
    font-weight:800;
    color:#17253c;
}
.auth-brand-panel-real .auth-feature span{
    display:block;
    margin-top:3px;
    font-size:11.5px;
    line-height:1.5;
    color:#77869b;
}
.auth-brand-panel-real .auth-trust{
    margin-top:25px;
    width:max-content;
    max-width:100%;
    display:flex;
    align-items:center;
    gap:9px;
    padding:11px 14px;
    border:1px solid #dbe8ec;
    border-radius:11px;
    background:rgba(255,255,255,.82);
    color:#263750;
    font-size:11.5px;
    font-weight:750;
    box-shadow:0 6px 18px rgba(27,55,75,.035);
}
.auth-brand-panel-real .auth-trust i{
    color:#0aaebe;
    font-size:16px;
}
.auth-platform-showcase{
    position:relative;
    min-width:0;
    align-self:center;
    margin-right:-118px;
    padding:18px 0;
}
.auth-platform-window{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(213,225,232,.95);
    border-radius:17px;
    background:#fff;
    box-shadow:0 20px 48px rgba(25,48,70,.15);
    transform:perspective(1400px) rotateY(-4deg) rotateZ(-.45deg);
    transform-origin:center left;
}
.auth-platform-window-bar{
    height:34px;
    padding:0 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    background:#fbfcfe;
    border-bottom:1px solid #e8edf3;
}
.auth-window-dots{display:flex;align-items:center;gap:5px}
.auth-window-dots span{width:7px;height:7px;border-radius:50%;background:#d9e1e9}
.auth-window-dots span:nth-child(1){background:#ffb0b8}
.auth-window-dots span:nth-child(2){background:#ffd88e}
.auth-window-dots span:nth-child(3){background:#9fe3c2}
.auth-window-label{
    display:flex;
    align-items:center;
    gap:5px;
    font-size:9.5px;
    font-weight:700;
    color:#8a96a8;
}
.auth-platform-window img{
    display:block;
    width:100%;
    height:auto;
    object-fit:cover;
    object-position:left top;
}
.auth-decoration{
    position:absolute;
    border-radius:50%;
    background:rgba(25,198,210,.08);
    pointer-events:none;
}
.auth-decoration-one{width:185px;height:185px;right:-70px;top:-48px}
.auth-decoration-two{width:165px;height:165px;left:47%;bottom:-100px}
.auth-dot-pattern{
    position:absolute;
    left:28px;
    bottom:22px;
    width:96px;
    height:62px;
    opacity:.26;
    background-image:radial-gradient(#57cbd4 1.5px,transparent 1.5px);
    background-size:14px 14px;
}
.auth-login-panel-real{
    padding:40px 54px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
.auth-card-real{
    width:100%;
    max-width:505px;
    margin:0 auto;
}
.auth-card-real .auth-login-logo{
    text-align:center;
    margin-bottom:28px;
}
.auth-card-real .auth-login-logo img{
    width:68px;
    height:68px;
    object-fit:contain;
}
.auth-card-real .auth-login-logo h2{
    margin:5px 0 0;
    font-size:26px;
    line-height:1.05;
    font-weight:850;
    letter-spacing:.035em;
    color:#101d35;
}
.auth-card-real .auth-login-logo span{
    display:block;
    margin-top:5px;
    font-size:13.5px;
    color:#66748a;
}
.auth-login-heading{text-align:center}
.auth-card-real .auth-title{
    margin:0;
    font-size:32px;
    line-height:1.15;
    font-weight:850;
    letter-spacing:-.035em;
    color:#101d35;
}
.auth-card-real .auth-subtitle{
    margin:8px 0 31px;
    font-size:13.5px;
    line-height:1.6;
    color:#758399;
}
.auth-form-real .form-label{
    margin-bottom:8px;
    font-size:13px;
    font-weight:750;
    color:#24324a;
}
.auth-card-real .auth-input-wrap{
    position:relative;
}
.auth-card-real .auth-input-wrap>.bi{
    position:absolute;
    left:15px;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    color:#8a98ac;
    font-size:15px;
    pointer-events:none;
}
.auth-card-real .auth-input-wrap .form-control{
    height:54px;
    min-height:54px;
    border-radius:10px;
    border:1px solid #dbe3ec;
    background:#fff;
    padding:0 46px 0 43px;
    font-size:13.5px;
    color:#17253c;
    box-shadow:none;
    transition:border-color .18s ease,box-shadow .18s ease;
}
.auth-card-real .auth-input-wrap .form-control:focus{
    border-color:#44c7d3;
    box-shadow:0 0 0 3px rgba(13,183,197,.09);
}
.auth-card-real .auth-input-wrap .form-control::placeholder{color:#9aa6b7}
.auth-card-real .password-toggle{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    border:0;
    border-radius:8px;
    background:transparent;
    color:#8b98aa;
    display:grid;
    place-items:center;
    z-index:3;
}
.auth-card-real .password-toggle:hover{background:#f3f7f9;color:#0a9cad}
.auth-form-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:18px;
    margin:17px 0 23px;
}
.auth-card-real .form-check-label,
.auth-card-real .auth-forgot-link{
    font-size:12.5px;
}
.auth-card-real .form-check-input{
    width:16px;
    height:16px;
    margin-top:.12em;
}
.auth-card-real .form-check-input:checked{
    background-color:#0db7c5;
    border-color:#0db7c5;
}
.auth-card-real .auth-forgot-link{
    color:#0799aa;
    text-decoration:none;
    font-weight:650;
}
.auth-card-real .auth-forgot-link:hover{text-decoration:underline}
.auth-card-real .auth-submit{
    width:100%;
    height:54px;
    border:0;
    border-radius:10px;
    background:linear-gradient(135deg,#08aebe,#13c1cc);
    box-shadow:0 9px 22px rgba(13,183,197,.19);
    color:#fff;
    font-size:14px;
    font-weight:800;
}
.auth-card-real .auth-submit:hover{
    background:linear-gradient(135deg,#079eae,#0fb5c1);
    transform:translateY(-1px);
}
.auth-card-real .auth-security{
    margin-top:24px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    color:#8794a6;
    font-size:11.5px;
    line-height:1.5;
    text-align:center;
}
.auth-security-icon{
    width:25px;
    height:25px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#f2f6f8;
    color:#8291a5;
    flex:0 0 25px;
}
.auth-card-real .auth-links{
    margin-top:14px;
    text-align:center;
    font-size:12px;
}
.auth-card-real .auth-delete-link{
    color:#e34d61;
    text-decoration:none;
}
.auth-card-real .auth-delete-link:hover{text-decoration:underline}
.auth-card-real .alert{
    border-radius:10px;
    font-size:13px;
}

@media(max-width:1499.98px){
    .auth-page-real-preview{padding:22px;grid-template-columns:minmax(0,1.2fr) minmax(470px,.9fr)}
    .auth-brand-panel-real,.auth-login-panel-real{min-height:calc(100vh - 44px)}
    .auth-brand-panel-real{padding:30px 32px}
    .auth-brand-layout{grid-template-columns:minmax(310px,.86fr) minmax(420px,1.14fr);gap:22px}
    .auth-brand-panel-real .auth-brand-content h1{font-size:40px}
    .auth-platform-showcase{margin-right:-92px}
    .auth-login-panel-real{padding:36px 42px}
}
@media(max-width:1199.98px){
    .auth-page-real-preview{grid-template-columns:1fr 1fr}
    .auth-brand-layout{grid-template-columns:1fr}
    .auth-platform-showcase{margin-right:-70px;margin-top:-10px}
    .auth-brand-panel-real .auth-brand-content{max-width:520px;padding:28px 0 0}
    .auth-feature-list{grid-template-columns:1fr}
    .auth-platform-window{max-height:330px}
    .auth-platform-window img{min-height:300px;object-fit:cover}
}
@media(max-width:991.98px){
    .auth-page-real-preview{display:block;padding:0}
    .auth-brand-panel-real{display:none}
    .auth-login-panel-real{min-height:100vh;border:0;border-radius:0;padding:34px 22px}
    .auth-card-real{max-width:520px}
}
@media(max-width:575.98px){
    .auth-login-panel-real{padding:28px 18px}
    .auth-card-real .auth-login-logo img{width:60px;height:60px}
    .auth-card-real .auth-title{font-size:28px}
    .auth-card-real .auth-subtitle{font-size:12.5px}
    .auth-form-meta{align-items:flex-start;gap:10px}
}

/* === Protected blurred real preview on login page === */
.auth-platform-window-protected{
    position:relative;
}
.auth-platform-window-protected img{
    display:block;
    width:100%;
    height:auto;
    min-height:340px;
    object-fit:cover;
    object-position:left top;
    filter:blur(10px);
    transform:scale(1.05);
    transform-origin:center center;
}
.auth-platform-window-protected::after{
    content:"";
    position:absolute;
    inset:34px 0 0 0;
    background:linear-gradient(180deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,.24) 42%, rgba(7,19,35,.18) 100%);
    pointer-events:none;
}
.auth-platform-protection-overlay{
    position:absolute;
    inset:34px 0 0 0;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:16px;
    pointer-events:none;
}
.auth-platform-protection-badge{
    align-self:flex-end;
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.88);
    color:#16314d;
    border:1px solid rgba(219,229,238,.95);
    box-shadow:0 8px 22px rgba(23,42,63,.08);
    font-size:12px;
    font-weight:800;
}
.auth-platform-protection-copy{
    align-self:flex-start;
    max-width:330px;
    padding:14px 16px;
    border-radius:14px;
    background:rgba(9,23,42,.78);
    color:#fff;
    box-shadow:0 12px 30px rgba(9,23,42,.18);
    backdrop-filter:blur(6px);
}
.auth-platform-protection-copy strong{
    display:block;
    font-size:15px;
    font-weight:800;
    letter-spacing:-.01em;
}
.auth-platform-protection-copy span{
    display:block;
    margin-top:4px;
    font-size:12px;
    line-height:1.6;
    color:rgba(255,255,255,.86);
}

@media(max-width:1199.98px){
    .auth-platform-window-protected img{min-height:300px}
}

/* =========================================================
   Login V2 - image-free premium access screen
   ========================================================= */
.auth-v2-body{
    margin:0;
    min-height:100vh;
    overflow-x:hidden;
    background:#f4f7fb;
}
.auth-v2-page{
    min-height:100vh;
    display:grid;
    grid-template-columns:minmax(520px,46%) minmax(0,54%);
    background:#f4f7fb;
}
.auth-v2-brand{
    position:relative;
    overflow:hidden;
    min-height:100vh;
    background:
        radial-gradient(circle at 85% 12%,rgba(30,221,231,.14),transparent 24%),
        linear-gradient(145deg,#071526 0%,#0a1c31 54%,#082639 100%);
    color:#fff;
}
.auth-v2-brand-inner{
    position:relative;
    z-index:3;
    width:min(620px,calc(100% - 88px));
    min-height:100vh;
    margin:0 auto;
    padding:44px 0 42px;
    display:flex;
    flex-direction:column;
}
.auth-v2-brand-top{
    display:flex;
    align-items:center;
    gap:13px;
}
.auth-v2-logo-wrap{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:15px;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.auth-v2-logo-wrap img{width:37px;height:37px;object-fit:contain}
.auth-v2-brand-copy strong{
    display:block;
    font-size:21px;
    font-weight:800;
    line-height:1;
    letter-spacing:.04em;
}
.auth-v2-brand-copy span{
    display:block;
    margin-top:5px;
    color:#8ea6bd;
    font-size:13px;
}
.auth-v2-copy-block{margin-top:76px;max-width:560px}
.auth-v2-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#6ce8ef;
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.auth-v2-copy-block h1{
    margin:16px 0 16px;
    max-width:570px;
    font-size:46px;
    line-height:1.08;
    letter-spacing:-.045em;
    font-weight:800;
    color:#fff;
}
.auth-v2-copy-block h1 span{color:#22c7d2}
.auth-v2-copy-block p{
    margin:0;
    max-width:520px;
    color:#a9bbcd;
    font-size:16px;
    line-height:1.8;
}
.auth-v2-feature-stack{
    display:grid;
    gap:12px;
    margin-top:38px;
    max-width:570px;
}
.auth-v2-feature-card{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:15px 16px;
    border-radius:15px;
    background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
    border:1px solid rgba(255,255,255,.07);
    backdrop-filter:blur(4px);
}
.auth-v2-feature-icon{
    width:42px;
    height:42px;
    flex:0 0 42px;
    display:grid;
    place-items:center;
    border-radius:12px;
    color:#69edf3;
    background:rgba(18,191,206,.13);
    border:1px solid rgba(105,237,243,.13);
    font-size:18px;
}
.auth-v2-feature-card strong{
    display:block;
    color:#f7fbff;
    font-size:14px;
    font-weight:750;
}
.auth-v2-feature-card span{
    display:block;
    margin-top:4px;
    color:#8fa6bc;
    font-size:12.5px;
    line-height:1.55;
}
.auth-v2-stat-row{
    display:flex;
    align-items:center;
    gap:22px;
    margin-top:34px;
    padding:18px 20px;
    max-width:570px;
    border-radius:16px;
    background:rgba(3,13,25,.28);
    border:1px solid rgba(255,255,255,.06);
}
.auth-v2-stat{flex:1;min-width:0}
.auth-v2-stat strong{
    display:block;
    color:#fff;
    font-size:20px;
    font-weight:800;
    line-height:1;
}
.auth-v2-stat span{
    display:block;
    margin-top:6px;
    color:#8299af;
    font-size:11.5px;
}
.auth-v2-stat-divider{width:1px;height:38px;background:rgba(255,255,255,.08)}
.auth-v2-brand-footer{
    margin-top:auto;
    display:flex;
    align-items:flex-start;
    gap:12px;
    max-width:570px;
    padding-top:34px;
}
.auth-v2-shield{
    width:36px;
    height:36px;
    flex:0 0 36px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:rgba(25,198,210,.12);
    color:#5de5ec;
}
.auth-v2-brand-footer strong{display:block;font-size:12.5px;color:#dce8f3}
.auth-v2-brand-footer span{display:block;margin-top:4px;font-size:11.5px;line-height:1.55;color:#7890a7}
.auth-v2-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.auth-v2-orb-one{width:330px;height:330px;right:-150px;top:-90px;background:rgba(26,210,220,.11)}
.auth-v2-orb-two{width:230px;height:230px;left:-120px;bottom:45px;background:rgba(30,126,208,.08)}
.auth-v2-grid-pattern{
    position:absolute;
    right:28px;
    bottom:28px;
    width:150px;
    height:120px;
    opacity:.12;
    background-image:radial-gradient(#55dbe3 1.3px,transparent 1.3px);
    background-size:16px 16px;
}
.auth-v2-login-side{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:48px 54px;
    background:
        radial-gradient(circle at 92% 8%,rgba(21,187,201,.08),transparent 22%),
        linear-gradient(180deg,#f8fbfe 0%,#f4f7fb 100%);
}
.auth-v2-login-shell{
    width:100%;
    max-width:560px;
    padding:44px 46px 34px;
    border-radius:24px;
    background:#fff;
    border:1px solid #e5ebf2;
    box-shadow:0 24px 70px rgba(25,44,68,.09);
}
.auth-v2-mobile-brand{display:none}
.auth-v2-login-head{
    display:flex;
    align-items:center;
    gap:16px;
    padding-bottom:25px;
    margin-bottom:28px;
    border-bottom:1px solid #edf1f5;
}
.auth-v2-login-icon{
    width:54px;
    height:54px;
    flex:0 0 54px;
    display:grid;
    place-items:center;
    border-radius:16px;
    color:#0799aa;
    background:linear-gradient(145deg,#e8fbfd,#f4fdfe);
    border:1px solid #d7f3f6;
    font-size:23px;
}
.auth-v2-small-label{
    color:#8090a5;
    font-size:10.5px;
    font-weight:800;
    letter-spacing:.12em;
}
.auth-v2-login-head h2{
    margin:3px 0 3px;
    font-size:32px;
    font-weight:800;
    letter-spacing:-.035em;
    color:#102039;
}
.auth-v2-login-head p{
    margin:0;
    color:#77869a;
    font-size:13.5px;
}
.auth-v2-form{margin-top:2px}
.auth-v2-field-group{margin-bottom:22px}
.auth-v2-form .form-label{
    margin-bottom:8px;
    color:#24334a;
    font-size:13.5px;
    font-weight:750;
}
.auth-v2-password-label-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
}
.auth-v2-password-label-row a{
    font-size:12px;
    font-weight:700;
    text-decoration:none;
    color:#079aaa;
}
.auth-v2-input-wrap{position:relative}
.auth-v2-input-wrap>i{
    position:absolute;
    left:16px;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    color:#8c9bad;
    font-size:15px;
}
.auth-v2-input-wrap .form-control{
    height:54px;
    padding-left:47px;
    border:1px solid #dce4ed;
    border-radius:12px;
    background:#fbfcfe;
    color:#18273e;
    font-size:14.5px;
    box-shadow:none;
}
.auth-v2-input-wrap .form-control:focus{
    background:#fff;
    border-color:#30bac7;
    box-shadow:0 0 0 4px rgba(15,181,198,.08);
}
.auth-v2-input-wrap .form-control::placeholder{color:#a6b1c0}
.auth-v2-password-toggle{
    right:13px;
    color:#8493a7;
}
.auth-v2-remember-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-top:-2px;
    margin-bottom:22px;
}
.auth-v2-remember-row .form-check-label{
    color:#4e5e74;
    font-size:12.5px;
    font-weight:600;
}
.auth-v2-secure-chip{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:7px 10px;
    border-radius:999px;
    background:#eefaf5;
    color:#17815c;
    font-size:10.5px;
    font-weight:750;
}
.auth-v2-submit{
    width:100%;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border:0;
    border-radius:12px;
    background:linear-gradient(135deg,#08adbf,#15c5cf);
    color:#fff;
    font-size:14px;
    font-weight:800;
    box-shadow:0 12px 26px rgba(9,177,193,.18);
    transition:.18s ease;
}
.auth-v2-submit:hover{
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 15px 30px rgba(9,177,193,.24);
}
.auth-v2-help-card{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-top:24px;
    padding:14px 15px;
    border-radius:13px;
    background:#f7f9fc;
    border:1px solid #e8edf3;
}
.auth-v2-help-icon{
    width:32px;
    height:32px;
    flex:0 0 32px;
    display:grid;
    place-items:center;
    border-radius:9px;
    color:#63758c;
    background:#fff;
    border:1px solid #e4eaf0;
}
.auth-v2-help-card strong{display:block;color:#2d3b50;font-size:11.5px}
.auth-v2-help-card span{display:block;margin-top:3px;color:#7f8da1;font-size:10.8px;line-height:1.55}
.auth-v2-login-footer{
    margin-top:24px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:9px;
    color:#8a97a8;
    font-size:10.8px;
}
.auth-v2-login-footer a{color:#c64f61;text-decoration:none}
.auth-v2-footer-dot{width:3px;height:3px;border-radius:50%;background:#b7c0cc}

@media(max-width:1199.98px){
    .auth-v2-page{grid-template-columns:minmax(430px,44%) minmax(0,56%)}
    .auth-v2-brand-inner{width:min(540px,calc(100% - 58px))}
    .auth-v2-copy-block{margin-top:58px}
    .auth-v2-copy-block h1{font-size:40px}
    .auth-v2-stat-row{gap:14px;padding:16px}
    .auth-v2-login-side{padding:38px}
}
@media(max-width:991.98px){
    .auth-v2-page{display:block}
    .auth-v2-brand{display:none}
    .auth-v2-login-side{min-height:100vh;padding:28px 20px}
    .auth-v2-login-shell{max-width:580px;padding:38px 34px 30px}
    .auth-v2-mobile-brand{display:flex;align-items:center;gap:10px;margin-bottom:32px}
    .auth-v2-mobile-brand img{width:40px;height:40px;object-fit:contain}
    .auth-v2-mobile-brand strong{display:block;font-size:17px;font-weight:800;line-height:1}
    .auth-v2-mobile-brand span{display:block;margin-top:4px;color:#8290a2;font-size:11px}
}
@media(max-width:575.98px){
    .auth-v2-login-side{padding:16px 12px}
    .auth-v2-login-shell{padding:28px 20px 24px;border-radius:18px}
    .auth-v2-login-head{align-items:flex-start}
    .auth-v2-login-icon{width:46px;height:46px;flex-basis:46px;font-size:19px}
    .auth-v2-login-head h2{font-size:27px}
    .auth-v2-login-head p{font-size:12.5px}
    .auth-v2-input-wrap .form-control{height:51px;font-size:13.5px}
    .auth-v2-remember-row{align-items:flex-start;flex-direction:column;gap:12px}
    .auth-v2-submit{height:51px}
    .auth-v2-login-footer{flex-wrap:wrap}
}

/* Delete Account password eye alignment fix only */
.auth-input-wrap .password-toggle{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    padding:0;
    margin:0;
    border:0;
    border-radius:8px;
    background:transparent;
    color:#7f8ca0;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    z-index:3;
}
.auth-input-wrap .password-toggle i{
    position:static !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    transform:none !important;
    margin:0 !important;
    font-size:16px;
    line-height:1;
    color:inherit;
}
.auth-input-wrap .password-toggle:hover{
    background:#f3f7f9;
    color:#0a9cad;
}
.auth-input-wrap .form-control.pe-5{
    padding-right:52px !important;
}
