body{
font-size:14px;
background:linear-gradient(180deg,#eef3f8 0%,#f8fafc 100%);
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

/* Login */

.login-page{
min-height:100vh;
background:
radial-gradient(circle at 10% 12%,rgba(20,184,166,0.16),transparent 30%),
linear-gradient(135deg,#f7fafc 0%,#eef6f5 46%,#f8fbff 100%);
color:#132033;
}

.login-shell{
min-height:100vh;
display:grid;
grid-template-columns:minmax(0,1.15fr) minmax(380px,0.85fr);
background:transparent;
}

.login-hero{
position:relative;
display:flex;
align-items:flex-end;
overflow:hidden;
min-height:100vh;
padding:42px;
isolation:isolate;
}

.login-hero:before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(180deg,rgba(10,31,51,0.08) 0%,rgba(8,38,56,0.64) 100%);
z-index:1;
}

.login-hero__media{
position:absolute;
inset:18px;
border-radius:8px;
overflow:hidden;
box-shadow:0 28px 70px rgba(17,32,48,0.18);
}

.login-hero__media img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.login-hero__content{
position:relative;
z-index:2;
max-width:720px;
color:#ffffff;
text-shadow:0 2px 18px rgba(2,8,23,0.28);
}

.login-eyebrow{
display:inline-flex;
align-items:center;
gap:8px;
padding:7px 12px;
border-radius:999px;
background:rgba(255,255,255,0.18);
border:1px solid rgba(255,255,255,0.28);
font-size:12px;
font-weight:800;
text-transform:uppercase;
letter-spacing:.08em;
}

.login-hero h1{
max-width:680px;
margin:18px 0 12px;
font-size:48px;
line-height:1.05;
font-weight:800;
letter-spacing:0;
}

.login-hero p{
max-width:600px;
margin:0;
font-size:17px;
line-height:1.7;
color:rgba(255,255,255,0.9);
}

.login-feature-grid{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:12px;
max-width:650px;
margin-top:28px;
}

.login-feature{
display:flex;
align-items:center;
gap:10px;
min-height:54px;
padding:10px 12px;
border-radius:8px;
background:rgba(255,255,255,0.16);
border:1px solid rgba(255,255,255,0.24);
backdrop-filter:blur(12px);
font-weight:700;
}

.login-feature__icon{
display:inline-flex;
align-items:center;
justify-content:center;
flex:0 0 32px;
width:32px;
height:32px;
border-radius:8px;
background:#ffffff;
color:#0f766e;
font-size:11px;
font-weight:800;
text-shadow:none;
}

.login-panel{
display:flex;
align-items:center;
justify-content:center;
min-height:100vh;
padding:48px;
background:rgba(255,255,255,0.78);
border-left:1px solid rgba(148,163,184,0.22);
backdrop-filter:blur(18px);
}

.login-card{
width:100%;
max-width:430px;
padding:34px;
border-radius:8px;
background:#ffffff;
border:1px solid #e3eaf2;
box-shadow:0 24px 60px rgba(15,23,42,0.12);
}

.login-card__header{
margin-bottom:26px;
}

.login-card__kicker{
display:block;
margin-bottom:8px;
color:#0f766e;
font-size:12px;
font-weight:800;
text-transform:uppercase;
letter-spacing:.08em;
}

.login-card h2{
margin:0 0 8px;
font-size:28px;
line-height:1.2;
font-weight:800;
color:#102033;
letter-spacing:0;
}

.login-card p{
margin:0;
color:#64748b;
font-size:14px;
line-height:1.6;
}

.login-card .form-label{
margin-bottom:8px;
font-weight:700;
color:#26364a;
}

.login-control{
min-height:48px;
border-radius:8px;
border-color:#d7e0ea;
background:#f8fafc;
font-weight:600;
color:#132033;
}

.login-control:focus{
border-color:#0f766e;
box-shadow:0 0 0 .22rem rgba(15,118,110,0.16);
background:#ffffff;
}

.login-button{
min-height:48px;
border-radius:8px;
border:0;
background:linear-gradient(135deg,#0f766e 0%,#1d4ed8 100%);
font-weight:800;
box-shadow:0 14px 26px rgba(29,78,216,0.22);
}

.login-button:hover,
.login-button:focus{
background:linear-gradient(135deg,#0b645e 0%,#1e40af 100%);
}

/* App Shell */

.app-body{
background:
radial-gradient(circle at 8% 8%,rgba(20,184,166,0.10),transparent 24%),
linear-gradient(180deg,#f6fafb 0%,#edf4f7 100%);
color:#132033;
}

.shell-container{
max-width:none;
}

.shell-row{
min-height:calc(100vh - 66px);
}

.app-main{
min-height:calc(100vh - 66px);
padding:28px 32px 36px;
background:transparent;
}

/* Header */

.navbar{
background:rgba(255,255,255,0.92) !important;
border-bottom:1px solid rgba(148,163,184,0.24);
box-shadow:0 10px 28px rgba(15,23,42,0.06);
position:relative;
backdrop-filter:blur(18px);
}

.app-header{
min-height:66px;
padding:0;
z-index:1030;
}

.app-header__inner{
min-height:66px;
display:flex;
align-items:center;
justify-content:space-between;
gap:18px;
padding:0 24px;
}

.app-header__brand{
display:flex;
align-items:center;
gap:12px;
min-width:0;
}

.navbar-brand{
color:#132033 !important;
font-weight:700;
font-size:15px;
}

.app-brand{
display:flex;
align-items:center;
gap:0;
min-width:0;
margin:0;
}

.app-brand__mark{
display:inline-flex;
align-items:center;
justify-content:center;
flex:0 0 40px;
width:40px;
height:40px;
border-radius:8px;
background:linear-gradient(135deg,#0f766e 0%,#1d4ed8 100%);
color:#ffffff;
font-weight:800;
letter-spacing:0;
box-shadow:0 12px 24px rgba(15,118,110,0.20);
}

.app-brand__text{
display:flex;
flex-direction:column;
line-height:1.15;
min-width:0;
}

.app-brand__text span{
font-size:11px;
font-weight:800;
color:#0f766e;
text-transform:uppercase;
letter-spacing:.08em;
}

.app-brand__text strong{
font-size:16px;
color:#132033;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.app-header__toggle{
width:40px;
height:40px;
padding:0;
border-radius:8px;
border:1px solid #d7e0ea;
background:#ffffff;
}

.app-header__toggle .navbar-toggler-icon{
width:20px;
height:20px;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2819, 32, 51, 0.88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Header links */

.navbar .nav-link{
color:#374151 !important;
font-weight:500;
}

.navbar .nav-link:hover{
color:#0f766e !important;
}

.app-header__actions{
display:flex;
align-items:center;
justify-content:flex-end;
gap:12px;
min-width:0;
}

.app-change-password{
min-height:36px;
display:inline-flex;
align-items:center;
border-radius:8px;
font-weight:800;
}

.app-user-chip{
display:inline-flex;
align-items:center;
min-height:36px;
max-width:360px;
padding:7px 12px;
border-radius:999px;
background:#f4f8fb;
border:1px solid #dbe5f0;
color:#475569;
font-size:13px;
font-weight:700;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.app-logout{
min-height:36px;
display:inline-flex;
align-items:center;
border-radius:8px;
font-weight:800;
}

/* Sidebar */

.sidebar{
min-height:calc(100vh - 66px);
border-right:1px solid rgba(148,163,184,0.24);
background:rgba(255,255,255,0.72);
backdrop-filter:blur(18px);
padding:0;
box-shadow:12px 0 28px rgba(15,23,42,0.04);
}

.sidebar-inner{
top:66px;
min-height:calc(100vh - 66px);
padding:18px 12px 24px;
}

.sidebar-section-label{
margin:6px 14px 8px;
font-size:11px;
text-transform:uppercase;
letter-spacing:.08em;
color:#7b8a9d;
font-weight:800;
}

.sidebar .nav-link{
display:flex;
align-items:center;
min-height:42px;
color:#475569;
border-radius:8px;
margin:4px 6px;
padding:10px 12px;
font-size:15px;
font-weight:750;
transition:all .2s;
border:1px solid transparent;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover{
background:#eef8f7;
border-color:#cfe9e5;
color:#0f766e;
box-shadow:0 8px 18px rgba(15,118,110,0.08);
}

.sidebar .nav-link.disabled{
color:#94a3b8;
cursor:default;
}

.sidebar-user{
margin:0 6px 18px;
padding:14px;
border-radius:8px;
background:linear-gradient(135deg,#f0fdfa 0%,#f7fbff 100%);
border:1px solid #cfe9e5;
}

.sidebar-user-label{
font-size:11px;
text-transform:uppercase;
letter-spacing:.08em;
color:#64748b;
font-weight:700;
margin-bottom:4px;
}

.sidebar-user-name{
font-size:14px;
font-weight:700;
color:#0f172a;
}

/* Submenu */

.sidebar-submenu{
display:flex;
flex-direction:column;
margin:0 6px 8px 18px;
}

.nav-sublink{
color:#64748b;
border-left:2px solid #cbd5e1;
padding:8px 12px;
text-decoration:none;
font-size:14px;
font-weight:700;
border-radius:0 8px 8px 0;
}

.nav-sublink.active,
.nav-sublink:hover{
color:#0f766e;
border-left-color:#0f766e;
background:#eef8f7;
}

/* Main Content */

main{
background:transparent;
min-height:100vh;
}

.page-section{
max-width:1500px;
margin:0 auto;
}

.page-header-row{
display:flex;
align-items:flex-start;
justify-content:space-between;
gap:18px;
margin-bottom:24px;
}

.eyebrow{
color:#0f766e;
font-size:12px;
font-weight:800;
text-transform:uppercase;
letter-spacing:.08em;
}

.page-title{
font-size:30px;
line-height:1.2;
font-weight:800;
color:#132033;
letter-spacing:0;
}

.page-header-meta{
display:inline-flex;
align-items:center;
gap:8px;
min-height:36px;
padding:7px 12px;
border-radius:999px;
background:#ffffff;
border:1px solid #dbe5f0;
color:#475569;
font-size:13px;
font-weight:800;
white-space:nowrap;
box-shadow:0 10px 24px rgba(15,23,42,0.05);
}

.status-dot{
width:8px;
height:8px;
border-radius:999px;
background:#16a34a;
box-shadow:0 0 0 4px rgba(22,163,74,0.13);
}

/* Cards */

.card{
background:#ffffff;
border:1px solid #e3eaf2;
border-radius:8px;
box-shadow:0 16px 34px rgba(15,23,42,0.07);
}

.shell-card .card-body,
.stat-card .card-body{
padding:22px;
}

.section-title-row{
display:flex;
align-items:flex-start;
justify-content:space-between;
gap:16px;
}

.section-title-row h5{
font-weight:800;
color:#132033;
}

/* Dashboard stat cards */

.stat-card{
position:relative;
overflow:hidden;
}

.stat-card:after{
content:"";
position:absolute;
right:-30px;
top:-30px;
width:100px;
height:100px;
border-radius:999px;
background:rgba(15,118,110,0.08);
}

.stat-card .card-body{
display:flex;
align-items:center;
gap:14px;
min-height:128px;
position:relative;
z-index:1;
}

.stat-icon{
font-size:12px;
font-weight:900;
width:48px;
height:48px;
display:flex;
align-items:center;
justify-content:center;
border-radius:8px;
background:#e6f7f4;
color:#0f766e;
letter-spacing:0;
}

.stat-info{
display:flex;
flex-direction:column;
}

.stat-label{
font-size:13px;
color:#6b7280;
font-weight:800;
}

.stat-value{
font-size:28px;
font-weight:700;
color:#0f172a;
}

/* Color variations */

.stat-blue .stat-icon{
background:#e8f1ff;
color:#2563eb;
}

.stat-teal .stat-icon{
background:#e6f7f4;
color:#0f766e;
}

.stat-green .stat-icon{
background:#e8f9ef;
color:#16a34a;
}

.stat-purple .stat-icon{
background:#f3e8ff;
color:#7c3aed;
}

.stat-red .stat-icon{
background:#ffe8e8;
color:#dc2626;
}

.dashboard-chart{
min-height:350px;
padding-top:8px;
}

.chart-fallback{
display:flex;
flex-direction:column;
justify-content:center;
gap:18px;
min-height:300px;
}

.chart-fallback-row{
display:grid;
grid-template-columns:90px minmax(120px,1fr) 48px;
align-items:center;
gap:14px;
font-weight:800;
color:#475569;
}

.chart-fallback-track{
height:18px;
border-radius:999px;
background:#eef3f6;
overflow:hidden;
}

.chart-fallback-track span{
display:block;
height:100%;
min-width:4px;
border-radius:999px;
background:linear-gradient(135deg,#0f766e 0%,#1d4ed8 100%);
}

.chart-fallback-track .is-expired{
background:linear-gradient(135deg,#dc2626 0%,#f97316 100%);
}

/* Chart card */

.card-header{
font-weight:600;
background:#f8fafc;
border-bottom:1px solid #e2e8f0;
}

/* Forms */

.form-label{
font-weight:750;
color:#26364a;
}

.form-control,
.form-select{
min-height:42px;
border-radius:8px;
border-color:#d7e0ea;
background-color:#fbfdff;
color:#132033;
font-weight:600;
}

.form-control:focus,
.form-select:focus{
border-color:#0f766e;
box-shadow:0 0 0 .22rem rgba(15,118,110,0.14);
}

.password-field .btn{
min-width:64px;
}

.form-control:disabled,
.form-select:disabled{
background-color:#eef3f6;
color:#64748b;
}

.required-mark{
color:#dc2626;
font-weight:900;
}

.marathi-field-header{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
margin-bottom:8px;
}

.marathi-autofill-toggle{
display:flex;
align-items:center;
gap:6px;
margin:0;
font-weight:800;
color:#475569;
}

.devanagari-input{
font-family:"Nirmala UI","Mangal",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
font-size:16px;
}

.field-help{
margin-top:6px;
font-size:12px;
font-weight:700;
color:#64748b;
line-height:1.45;
}

.marathi-keyboard{
margin-top:10px;
padding:12px;
border:1px solid #dbe5f0;
border-radius:8px;
background:#f8fbfd;
}

.marathi-keyboard__group + .marathi-keyboard__group{
margin-top:10px;
}

.marathi-keyboard__title{
margin-bottom:6px;
font-size:11px;
font-weight:900;
text-transform:uppercase;
letter-spacing:.06em;
color:#64748b;
}

.marathi-keyboard__keys{
display:flex;
gap:6px;
flex-wrap:wrap;
}

.marathi-key{
min-width:36px;
min-height:34px;
padding:5px 9px;
border:1px solid #d7e0ea;
border-radius:8px;
background:#ffffff;
color:#132033;
font-family:"Nirmala UI","Mangal",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
font-size:15px;
font-weight:800;
line-height:1;
}

.marathi-key:hover,
.marathi-key:focus{
border-color:#0f766e;
background:#eef8f7;
color:#0f766e;
}

.form-actions{
display:flex;
align-items:center;
gap:10px;
flex-wrap:wrap;
}

.btn{
border-radius:8px;
font-weight:800;
}

.btn-primary{
border-color:#0f766e;
background:linear-gradient(135deg,#0f766e 0%,#1d4ed8 100%);
box-shadow:0 12px 24px rgba(29,78,216,0.16);
}

.btn-primary:hover,
.btn-primary:focus{
border-color:#0b645e;
background:linear-gradient(135deg,#0b645e 0%,#1e40af 100%);
}

.badge{
border-radius:999px;
font-weight:800;
}

.text-bg-primary-subtle{
background:#e8f1ff !important;
color:#1d4ed8 !important;
}

.service-card,
.payment-mode-row{
padding:12px;
border:1px solid #dbe5f0;
border-radius:8px;
background:#f8fbfd;
}

.payment-mode-row{
display:flex;
align-items:center;
gap:18px;
flex-wrap:wrap;
}

.subscription-form-card .card-body{
padding:24px;
}

.subscription-view-toggle{
display:flex;
align-items:center;
justify-content:flex-end;
gap:10px;
flex-wrap:wrap;
}

.subscription-form-grid{
display:grid;
grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
gap:16px;
}

.subscription-block{
padding:18px;
border:1px solid #dbe5f0;
border-radius:8px;
background:#fbfdff;
}

.subscription-block--validity,
.subscription-block--payment{
background:#f8fbfd;
}

.subscription-block__header{
display:flex;
align-items:flex-start;
gap:12px;
margin-bottom:14px;
}

.subscription-block__header h6{
margin:0 0 3px;
font-size:15px;
font-weight:850;
color:#132033;
}

.subscription-block__header p{
margin:0;
font-size:12px;
line-height:1.45;
color:#64748b;
}

.subscription-step{
display:inline-flex;
align-items:center;
justify-content:center;
flex:0 0 30px;
width:30px;
height:30px;
border-radius:8px;
background:#e6f7f4;
color:#0f766e;
font-size:13px;
font-weight:900;
}

.subscription-service-row{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
}

.service-card--select{
display:flex;
align-items:flex-start;
gap:10px;
min-height:78px;
margin:0;
cursor:pointer;
}

.service-card--select strong,
.service-card--select small{
display:block;
}

.service-card--select strong{
font-weight:850;
color:#132033;
}

.service-card--select small{
margin-top:3px;
line-height:1.4;
}

.payment-mode-row--grouped{
min-height:42px;
padding:9px 12px;
gap:14px;
}

.subscription-confirm-box{
min-height:42px;
display:flex;
align-items:center;
gap:8px;
padding:9px 12px;
border:1px solid #cfe9e5;
border-radius:8px;
background:#f0fdfa;
font-weight:800;
}

.subscription-duplicate-alert{
margin-top:14px;
padding:11px 12px;
border-radius:8px;
background:#fff7ed;
border:1px solid #fed7aa;
color:#9a3412;
font-weight:800;
line-height:1.45;
}

.subscription-form-footer{
display:flex;
align-items:center;
justify-content:flex-end;
gap:10px;
margin-top:18px;
padding-top:18px;
border-top:1px solid #e3eaf2;
}

.disabled-option{
opacity:.62;
}

/* Tables */

.table-responsive{
border-radius:8px;
}

.shell-table{
margin-bottom:0;
}

.shell-table thead th{
background:#f2f7f8;
border-bottom:0;
color:#4b5563;
font-size:12px;
font-weight:700;
text-transform:uppercase;
letter-spacing:.04em;
white-space:nowrap;
padding:13px 14px;
}

.shell-table tbody td{
padding:14px;
vertical-align:middle;
border-color:#edf2f7;
}

.shell-table tbody tr.subscription-row-highlight td{
background:#ecfdf5;
box-shadow:inset 0 1px 0 #bbf7d0,inset 0 -1px 0 #bbf7d0;
}

.shell-table tbody tr.subscription-row-highlight td:first-child{
box-shadow:inset 4px 0 0 #16a34a,inset 0 1px 0 #bbf7d0,inset 0 -1px 0 #bbf7d0;
}

.table-empty{
padding:32px 16px !important;
text-align:center;
color:#6b7280;
}

/* Status Pills */

.status-pill{
display:inline-flex;
align-items:center;
padding:4px 10px;
border-radius:999px;
font-size:12px;
font-weight:700;
text-transform:capitalize;
}

.status-active,
.status-completed{
background:#e8f7ee;
color:#157347;
}

.status-inactive,
.status-expired{
background:#fce8e6;
color:#b42318;
}

.status-draft{
background:#eef2f6;
color:#475467;
}

/* Buttons */

.action-buttons{
display:inline-flex;
gap:8px;
justify-content:flex-end;
flex-wrap:wrap;
}

.action-buttons--start{
justify-content:flex-start;
min-width:132px;
}

.patpedhi-page .page-header-row,
.branch-page .page-header-row{
margin-bottom:16px;
}

.patpedhi-page .page-header-row{
margin-bottom:10px;
}

.patpedhi-form-card .card-body{
padding:16px;
}

.patpedhi-form-card .form-label{
margin-bottom:4px;
font-size:13px;
}

.patpedhi-form-card .form-control,
.patpedhi-form-card .form-select{
min-height:38px;
}

.patpedhi-form-card .field-help{
margin-top:4px;
}

.patpedhi-form-card .marathi-field-header{
margin-bottom:4px;
}

.patpedhi-form-card .form-actions{
padding-top:4px;
}

.branch-page .page-header-row{
margin-bottom:10px;
}

.branch-form-card .card-body{
padding:16px;
}

.branch-form-card .form-label{
margin-bottom:4px;
font-size:13px;
}

.branch-form-card .form-control,
.branch-form-card .form-select{
min-height:38px;
}

.branch-form-card .field-help{
margin-top:4px;
}

.branch-form-card .marathi-field-header{
margin-bottom:4px;
}

.branch-form-card .form-actions{
padding-top:4px;
}

.report-ideas{
color:#475569;
line-height:1.8;
}

.shell-footer{
padding:0 32px 24px;
color:#7b8a9d;
font-size:12px;
text-align:center;
}

.shell-footer p{
margin:0;
}

/* Responsive */

@media(max-width:991px){

.app-main{
padding:24px 20px 32px;
}

.sidebar{
min-height:auto;
}

.sidebar-inner{
top:auto;
min-height:auto;
padding:16px 12px;
}

.page-header-row{
align-items:flex-start;
}

.page-title{
font-size:26px;
}

.stat-card .card-body{
min-height:112px;
}

.login-shell{
grid-template-columns:1fr;
}

.login-hero{
min-height:52vh;
padding:24px;
}

.login-hero__media{
inset:0;
border-radius:0;
}

.login-hero h1{
font-size:34px;
}

.login-feature-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
}

.login-panel{
min-height:auto;
padding:28px 18px 38px;
border-left:0;
}

}

@media(max-width:767px){

.app-header__inner{
padding:0 14px;
}

.app-brand__mark{
flex-basis:36px;
width:36px;
height:36px;
}

.app-brand__text strong{
font-size:14px;
max-width:190px;
}

.app-header__actions{
gap:8px;
}

.app-user-chip{
display:none;
}

.sidebar{
border-right:0;
border-bottom:1px solid rgba(148,163,184,0.24);
box-shadow:0 12px 28px rgba(15,23,42,0.06);
}

.app-main{
padding:22px 14px 30px;
}

.page-header-row,
.section-title-row{
flex-direction:column;
align-items:stretch;
}

.page-header-row .btn,
.form-actions .btn{
width:100%;
}

.subscription-view-toggle{
width:100%;
}

.subscription-view-toggle .btn{
flex:1 1 180px;
}

.page-header-meta{
align-self:flex-start;
}

.shell-card .card-body,
.stat-card .card-body{
padding:18px;
}

.payment-mode-row{
align-items:flex-start;
flex-direction:column;
gap:10px;
}

.subscription-form-grid{
grid-template-columns:1fr;
}

.subscription-service-row{
grid-template-columns:1fr;
}

.subscription-form-footer{
justify-content:flex-start;
}

.shell-footer{
padding:0 14px 20px;
}

}

@media(max-width:575px){

.app-brand__text span{
font-size:10px;
}

.app-brand__text strong{
max-width:150px;
}

.app-logout{
padding-left:10px;
padding-right:10px;
}

.page-title{
font-size:24px;
}

.page-header-row{
margin-bottom:18px;
}

.subscription-form-card .card-body{
padding:18px;
}

.subscription-block{
padding:14px;
}

.subscription-form-footer{
flex-direction:column;
align-items:stretch;
}

.login-hero{
min-height:48vh;
padding:20px;
}

.login-hero h1{
font-size:29px;
}

.login-hero p{
font-size:15px;
line-height:1.55;
}

.login-feature-grid{
gap:8px;
margin-top:18px;
}

.login-feature{
min-height:48px;
padding:8px;
font-size:12px;
}

.login-feature__icon{
flex-basis:28px;
width:28px;
height:28px;
font-size:10px;
}

.login-card{
padding:24px;
}

.login-card h2{
font-size:24px;
}

}
