:root{--ehr-sidebar-bg:linear-gradient(180deg, #101f4e 0%, #0b1739 100%);--ehr-sidebar-solid:#0e1c44;--ehr-sidebar-border:#94a3b824;--ehr-sidebar-text:#b7c3e0;--ehr-sidebar-text-dim:#7e8bb0;--ehr-sidebar-active:#2563eb;--ehr-topbar-h:64px}.ehr-shell{background:var(--bg-base);height:100vh;color:var(--text-primary);font-family:var(--font-body);grid-template-columns:240px minmax(0,1fr);display:grid;overflow:hidden}.ehr-sidebar{background:var(--ehr-sidebar-bg);border-right:1px solid var(--ehr-sidebar-border);flex-direction:column;min-height:0;display:flex}.ehr-sidebar-brand{border-bottom:1px solid var(--ehr-sidebar-border);padding:22px 20px 18px}.ehr-brand-name{font-family:var(--font-heading);letter-spacing:.04em;color:#fff;font-size:1.3rem;font-weight:800;line-height:1}.ehr-brand-name em{color:#60a5fa;font-style:normal}.ehr-brand-rule{background:linear-gradient(90deg,#2563eb,#22d3ee);border-radius:2px;width:100%;height:2px;margin:8px 0 6px}.ehr-brand-sub{letter-spacing:.28em;text-transform:uppercase;color:var(--ehr-sidebar-text-dim);font-size:.58rem;font-weight:700}.ehr-nav{flex-direction:column;flex:1;gap:2px;min-height:0;padding:14px 12px;display:flex;overflow-y:auto}.ehr-nav::-webkit-scrollbar{width:4px}.ehr-nav::-webkit-scrollbar-thumb{background:#94a3b840}.ehr-nav-label{letter-spacing:.22em;text-transform:uppercase;color:var(--ehr-sidebar-text-dim);padding:12px 12px 8px;font-size:.56rem;font-weight:700}.ehr-nav-item{width:100%;color:var(--ehr-sidebar-text);font-family:var(--font-ui);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;font-size:.86rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.ehr-nav-item:hover{color:#e2e8f0;background:#94a3b81a}.ehr-nav-item.active{background:var(--ehr-sidebar-active);color:#fff;font-weight:600;box-shadow:0 4px 14px #2563eb59}.ehr-nav-item svg{opacity:.9;flex-shrink:0}.ehr-nav-count{color:#fff;background:#2563eb;border-radius:100px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 6px;font-size:.68rem;font-weight:700;display:inline-flex}.ehr-nav-item.active .ehr-nav-count{background:#ffffff38}.ehr-sidebar-footer{border-top:1px solid var(--ehr-sidebar-border);flex-direction:column;gap:2px;padding:12px;display:flex}.ehr-sidebar-version{color:var(--ehr-sidebar-text-dim);padding:10px 12px 4px;font-size:.64rem;line-height:1.5}.ehr-main{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.ehr-topbar{height:var(--ehr-topbar-h);background:var(--bg-surface);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:14px;padding:0 24px;display:flex}.ehr-search{background:var(--gray50);border:1.5px solid var(--gray200);height:40px;color:var(--gray400);border-radius:10px;flex:0 360px;align-items:center;gap:10px;padding:0 12px;transition:border-color .2s,box-shadow .2s;display:flex}.ehr-search:focus-within{border-color:var(--p600);box-shadow:0 0 0 3px #2563eb1a}.ehr-search input{min-width:0;box-shadow:none;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:.85rem}.ehr-kbd{font-family:var(--font-mono);color:var(--gray500);background:var(--bg-surface);border:1px solid var(--gray200);white-space:nowrap;border-bottom-width:2px;border-radius:6px;padding:2px 6px;font-size:.64rem;font-weight:500}.ehr-topbar-spacer{flex:1}.ehr-iconbtn{background:var(--bg-surface);border:1px solid var(--gray200);width:40px;height:40px;color:var(--gray500);cursor:pointer;transition:var(--transition);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.ehr-iconbtn:hover{border-color:var(--p300);color:var(--p600);background:var(--p50)}.ehr-iconbtn-badge{background:var(--danger);border:2px solid var(--bg-surface);color:#fff;border-radius:100px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.6rem;font-weight:700;display:inline-flex;position:absolute;top:-5px;right:-5px}.ehr-user-chip{border:1px solid var(--gray200);background:var(--bg-surface);cursor:default;border-radius:100px;align-items:center;gap:10px;padding:5px 12px 5px 5px;display:flex}.ehr-user-avatar{background:var(--p100);width:34px;height:34px;color:var(--p700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex;position:relative;overflow:hidden}.ehr-user-status{background:var(--success);border:2px solid var(--bg-surface);border-radius:50%;width:9px;height:9px;position:absolute;bottom:0;right:0}.ehr-user-name{color:var(--text-primary);white-space:nowrap;font-size:.8rem;font-weight:700;line-height:1.2}.ehr-user-role{color:var(--text-muted);white-space:nowrap;font-size:.66rem;line-height:1.2}.ehr-content{flex:1;min-height:0;padding:24px 28px 40px;overflow-y:auto}.ehr-page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.ehr-page-title{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:1.35rem;font-weight:800}.ehr-page-sub{color:var(--text-muted);margin:4px 0 0;font-size:.84rem}.ehr-section-title{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:8px;margin:0 0 12px;font-size:1rem;font-weight:700;display:flex}.ehr-card{background:var(--bg-surface);border:1px solid var(--border);box-shadow:var(--shadow-xs);border-radius:14px}.ehr-card-pad{padding:20px 22px}.ehr-stat-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.ehr-stat{background:var(--bg-surface);border:1px solid var(--border);box-shadow:var(--shadow-xs);border-radius:14px;flex-direction:column;gap:6px;padding:16px 18px;display:flex}.ehr-stat-top{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.74rem;font-weight:600;display:flex}.ehr-stat-icon{border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.ehr-stat-value{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);font-size:1.7rem;font-weight:800;line-height:1}.ehr-btn{font-family:var(--font-ui);cursor:pointer;white-space:nowrap;transition:var(--transition);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:9px 16px;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.ehr-btn:disabled{opacity:.55;cursor:not-allowed}.ehr-btn-primary{background:var(--p600);color:#fff;box-shadow:0 2px 10px #2563eb40}.ehr-btn-primary:hover:not(:disabled){background:var(--p700);color:#fff}.ehr-btn-outline{background:var(--bg-surface);color:var(--text-secondary);border-color:var(--gray200)}.ehr-btn-outline:hover:not(:disabled){border-color:var(--p400);color:var(--p600);background:var(--p50)}.ehr-btn-ghost{color:var(--text-secondary);background:0 0}.ehr-btn-ghost:hover:not(:disabled){background:var(--gray100);color:var(--text-primary)}.ehr-btn-danger-soft{background:var(--danger-light);color:#b91c1c}.ehr-btn-danger-soft:hover:not(:disabled){background:#fecaca}.ehr-btn-success-soft{background:var(--success-light);color:#047857}.ehr-btn-sm{border-radius:8px;padding:6px 12px;font-size:.76rem}.ehr-badge{font-size:.7rem;font-weight:600;font-family:var(--font-ui);white-space:nowrap;border-radius:100px;align-items:center;gap:5px;padding:3px 10px;display:inline-flex}.ehr-badge-blue{background:var(--p100);color:var(--p700)}.ehr-badge-green{background:var(--success-light);color:#065f46}.ehr-badge-amber{background:var(--warning-light);color:#92400e}.ehr-badge-red{background:var(--danger-light);color:#991b1b}.ehr-badge-gray{background:var(--gray100);color:var(--gray600)}.ehr-badge-purple{color:#5b21b6;background:#ede9fe}.ehr-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block}.ehr-input,.ehr-select{background:var(--bg-surface);border:1.5px solid var(--gray200);color:var(--text-primary);font-size:.84rem;font-family:var(--font-body);border-radius:10px;outline:none;padding:9px 12px;transition:border-color .2s,box-shadow .2s}.ehr-input:focus,.ehr-select:focus{border-color:var(--p600);box-shadow:0 0 0 3px #2563eb1a}.ehr-seg-btn{color:var(--gray500);font-size:.78rem;font-weight:600;font-family:var(--font-ui);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;display:inline-flex}.ehr-seg-btn.active{background:var(--bg-surface);color:var(--text-primary);box-shadow:var(--shadow-xs)}.ehr-empty{text-align:center;background:var(--bg-surface);border:1.5px dashed var(--gray300);color:var(--text-muted);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:56px 32px;display:flex}.ehr-empty-icon{background:var(--gray100);width:64px;height:64px;color:var(--gray400);border-radius:50%;justify-content:center;align-items:center;display:flex}.ehr-empty-title{color:var(--text-primary);font-size:1rem;font-weight:700}.ehr-empty-sub{color:var(--text-muted);max-width:400px;font-size:.84rem;line-height:1.6}.ehr-table-wrap{background:var(--bg-surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.ehr-table{border-collapse:collapse;width:100%;font-size:.84rem}.ehr-table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--gray500);background:var(--gray50);border-bottom:1px solid var(--border);white-space:nowrap;padding:12px 16px;font-size:.7rem;font-weight:700}.ehr-table td{border-bottom:1px solid var(--gray100);vertical-align:middle;color:var(--text-secondary);padding:14px 16px}.ehr-table tbody tr{transition:background .15s}.ehr-table tbody tr:hover{background:var(--gray50)}.ehr-table tbody tr:last-child td{border-bottom:none}.ehr-row{background:var(--bg-surface);border:1px solid var(--border);cursor:pointer;transition:var(--transition);border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.ehr-row:hover{border-color:var(--border-blue);box-shadow:var(--shadow-md);transform:translateY(-1px)}.ehr-avatar{background:var(--p100);width:44px;height:44px;color:var(--p700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex;overflow:hidden}.agd-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}.agd-grid-wrap{overflow-x:auto}.agd-grid{gap:6px;min-width:640px;display:grid}.agd-grid-head{color:var(--gray600);text-align:center;background:var(--gray50);border:1px solid var(--gray100);white-space:nowrap;border-radius:8px;padding:8px 4px;font-size:.74rem;font-weight:700}.agd-slot{font-size:.78rem;font-weight:600;font-family:var(--font-ui);text-align:center;cursor:default;transition:var(--transition);white-space:nowrap;border:1px solid #0000;border-radius:8px;padding:9px 4px}.agd-slot--free{background:var(--gray100);color:var(--gray700);border-color:var(--gray200);cursor:pointer}.agd-slot--free:hover{background:var(--p50);border-color:var(--p400);color:var(--p700)}.agd-slot--busy{color:#fff;background:#34c08b}.agd-slot--mine{background:var(--p600);color:#fff;box-shadow:0 3px 10px #2563eb59}.agd-slot--group{color:#78350f;background:#fcd34d}.agd-slot--off{color:var(--gray300);background:0 0;border-color:#0000}.agd-legend{border-top:1px solid var(--gray100);flex-wrap:wrap;gap:20px;margin-top:18px;padding-top:16px;display:flex}.agd-legend-item{color:var(--gray500);align-items:flex-start;gap:10px;font-size:.76rem;line-height:1.4;display:flex}.agd-legend-swatch{border:1px solid #0f172a0f;border-radius:5px;flex-shrink:0;width:26px;height:18px;margin-top:1px}.agd-legend-item strong{color:var(--gray700);font-weight:700;display:block}.agd-mode-card{background:var(--bg-surface);border:1.5px solid var(--gray200);cursor:pointer;text-align:left;transition:var(--transition);font-family:var(--font-ui);border-radius:12px;align-items:center;gap:12px;padding:16px;display:flex}.agd-mode-card:hover{border-color:var(--p300)}.agd-mode-card.active{border-color:var(--p600);background:var(--p50);box-shadow:0 0 0 3px #2563eb14}.agd-mode-icon{background:var(--p100);width:40px;height:40px;color:var(--p700);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.agd-summary-row{border-bottom:1px solid var(--gray100);padding:14px 0}.agd-summary-row:last-of-type{border-bottom:none}.agd-summary-label{text-transform:uppercase;letter-spacing:.05em;color:var(--gray400);margin-bottom:5px;font-size:.7rem;font-weight:600}.agd-summary-value{color:var(--text-primary);align-items:center;gap:8px;font-size:.9rem;font-weight:700;display:flex}@media (max-width:1180px){.agd-layout{grid-template-columns:1fr}}@media (max-width:1024px){.ehr-shell{grid-template-columns:68px minmax(0,1fr)}.ehr-sidebar-brand{text-align:center;padding:18px 10px}.ehr-brand-name{font-size:.9rem}.ehr-brand-sub,.ehr-brand-rule{display:none}.ehr-nav-item{justify-content:center;padding:12px 0}.ehr-nav-item span,.ehr-nav-label,.ehr-nav-count,.ehr-user-info{display:none}.ehr-stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.ehr-content{padding:16px 14px 32px}.ehr-topbar{gap:8px;padding:0 12px}.ehr-search{flex:auto}.ehr-kbd{display:none}.ehr-stat-grid{grid-template-columns:1fr 1fr}}.meddoc-sheet{color:#0f172a;border:1px solid var(--gray200);width:100%;max-width:794px;box-shadow:var(--shadow-md);font-family:var(--font-body);background:#fff;border-radius:6px;flex-direction:column;min-height:1080px;margin:0 auto;padding:44px 52px;display:flex;position:relative}.meddoc-header{justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:18px;display:flex}.meddoc-clinic{text-align:right;color:var(--gray500);font-size:.7rem;line-height:1.6}.meddoc-clinic strong{font-family:var(--font-heading);color:#1e3a8a;letter-spacing:.04em;font-size:.8rem;display:block}.meddoc-rule{background:linear-gradient(90deg,#1e3a8a,#2563eb 55%,#60a5fa);border-radius:2px;height:3px;margin-bottom:2px}.meddoc-rule-thin{background:var(--gray200);height:1px;margin-bottom:28px}.meddoc-titlebar{text-align:center;margin-bottom:26px}.meddoc-title{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;color:#0f172a;margin:0;font-size:1.25rem;font-weight:800}.meddoc-docmeta{color:var(--gray500);letter-spacing:.02em;margin-top:6px;font-size:.72rem}.meddoc-patient{background:var(--gray50);border:1px solid var(--gray100);border-radius:8px;flex-wrap:wrap;justify-content:space-between;gap:20px;margin-bottom:30px;padding:14px 18px;display:flex}.meddoc-patient-label{text-transform:uppercase;letter-spacing:.1em;color:var(--gray400);margin-bottom:3px;font-size:.62rem;font-weight:700}.meddoc-patient-value{color:#0f172a;font-size:.92rem;font-weight:700}.meddoc-body{color:#1e293b;flex:1;font-size:.92rem;line-height:1.8}.meddoc-section-label{letter-spacing:.12em;text-transform:uppercase;color:#1e3a8a;border-bottom:1px solid var(--gray200);margin:0 0 14px;padding-bottom:6px;font-size:.68rem;font-weight:800}.meddoc-item{border-bottom:1px dashed var(--gray100);gap:12px;padding:10px 0;display:flex}.meddoc-item-num{font-family:var(--font-heading);color:#2563eb;flex-shrink:0;width:22px;font-weight:800}.meddoc-item-name{color:#0f172a;font-weight:700}.meddoc-item-detail{color:#475569;margin-top:2px;font-size:.85rem}.meddoc-freetext{white-space:pre-wrap;font-family:var(--font-body);margin:0}.meddoc-signblock{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;margin-top:44px;display:flex}.meddoc-dateline{color:#334155;font-size:.85rem}.meddoc-signarea{text-align:center;min-width:300px}.meddoc-signline{border-top:1.5px solid #0f172a;width:300px;margin:0 auto 10px}.meddoc-signed-note{color:#047857;margin-bottom:8px;font-size:.68rem;font-weight:600}.meddoc-stamp{outline-offset:3px;color:#1e3a8a;text-align:center;background:#1e3a8a05;border:2.5px solid #1e3a8a;border-radius:6px;outline:1.5px solid #1e3a8a;margin-top:6px;padding:10px 22px;display:inline-block}.meddoc-stamp-name{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.06em;font-size:.88rem;font-weight:800;line-height:1.3}.meddoc-stamp-crm{letter-spacing:.08em;margin-top:2px;font-size:.78rem;font-weight:700}.meddoc-stamp-org{letter-spacing:.14em;text-transform:uppercase;opacity:.8;margin-top:4px;font-size:.6rem;font-weight:600}.meddoc-verify{border-top:1.5px dashed var(--gray300);align-items:center;gap:16px;margin-top:36px;padding-top:16px;display:flex}.meddoc-verify img{border:1px solid var(--gray200);border-radius:6px;flex-shrink:0;width:76px;height:76px}.meddoc-verify-code{font-family:var(--font-mono);color:#0f172a;font-size:.8rem;font-weight:700}.meddoc-verify-url{color:#2563eb;word-break:break-all;font-size:.7rem}.meddoc-verify-hash{font-family:var(--font-mono);color:var(--gray400);word-break:break-all;font-size:.62rem}.meddoc-verify-disclaimer{color:var(--gray400);margin-top:4px;font-size:.6rem;line-height:1.5}.meddoc-draft-note{color:var(--gray400);font-size:.68rem;font-style:italic}.meddoc-watermark{pointer-events:none;z-index:0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.meddoc-watermark span{font-family:var(--font-heading);letter-spacing:.2em;color:#0f172a0b;text-transform:uppercase;white-space:nowrap;font-size:5rem;font-weight:800;transform:rotate(-28deg)}.meddoc-sheet>:not(.meddoc-watermark){z-index:1;position:relative}@media print{body *{visibility:hidden!important}.meddoc-printable,.meddoc-printable *{visibility:visible!important}.preview-modal-container{background:0 0!important;padding:0!important;display:block!important;position:absolute!important;inset:0!important;overflow:visible!important}.preview-modal-backdrop,.preview-modal-actions{display:none!important}.preview-modal-document{width:100%!important;box-shadow:none!important;position:absolute!important;top:0!important;left:0!important;transform:none!important}.meddoc-printable{width:100%!important;max-width:100%!important;box-shadow:none!important;border:none!important;border-radius:0!important;min-height:auto!important;margin:0!important;padding:15mm!important;position:relative!important}.meddoc-watermark{display:none!important}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes scanline{0%{top:0}to{top:100%}}.ehr-seg{background:var(--gray50);border-radius:8px;gap:4px;padding:3px;display:flex}.ehr-seg-btn{cursor:pointer;color:var(--gray500);background:0 0;border:none;border-radius:6px;padding:4px 10px;font-size:.72rem;font-weight:600;transition:all .2s}.ehr-seg-btn.active{background:var(--p600);color:#fff}
.layout-module__L5FxyW__topbar{z-index:1001;background:#fff;border-bottom:1px solid #0f172a14;padding:8px 0;position:fixed;top:0;left:0;right:0}.layout-module__L5FxyW__topbarInner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 28px;display:flex}.layout-module__L5FxyW__topbarLeft,.layout-module__L5FxyW__topbarRight{align-items:center;gap:16px;display:flex}.layout-module__L5FxyW__topbarItem{color:#0f172a85;letter-spacing:.1px;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:.72rem;display:flex}.layout-module__L5FxyW__topbarIcon{align-items:center;font-size:.78rem;display:inline-flex}.layout-module__L5FxyW__topbarDivider{background:#0f172a1a;width:1px;height:14px}.layout-module__L5FxyW__topbarLink{color:#1a44c8;letter-spacing:.1px;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.layout-module__L5FxyW__topbarLink:hover{color:#1238aa}.layout-module__L5FxyW__headerWrap{z-index:1000;position:fixed;top:0;left:0;right:0;overflow-x:clip}.layout-module__L5FxyW__header{-webkit-backdrop-filter:blur(20px);background:#f3f2f7f5;border-bottom:1px solid #0f172a14;margin-top:34px;transition:box-shadow .3s;box-shadow:0 1px 4px #0f172a0f}.layout-module__L5FxyW__header:after{content:"";opacity:.8;background:linear-gradient(90deg,#0000,#1a44c84d,#1a44c81a,#0000);height:1px;position:absolute;bottom:0;left:10%;right:10%}.layout-module__L5FxyW__headerContainer{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:14px 28px;display:flex}.layout-module__L5FxyW__logoArea{align-items:center;gap:12px;text-decoration:none;display:flex}.layout-module__L5FxyW__logoImg{mix-blend-mode:multiply;filter:contrast(1.1)brightness(1.05);width:auto;height:90px;margin:-15px 0}.layout-module__L5FxyW__logoText{flex-direction:column;line-height:1.1;display:flex}.layout-module__L5FxyW__logoTitle{color:#0f172a;letter-spacing:.5px;text-transform:uppercase;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:1.08rem;font-weight:700}.layout-module__L5FxyW__logoSubtitle{color:#2563eb;letter-spacing:1.2px;text-transform:uppercase;font-family:Inter,sans-serif;font-size:.6rem;font-weight:500}.layout-module__L5FxyW__mainNav{align-items:center;gap:28px;display:flex}.layout-module__L5FxyW__mainNav a{letter-spacing:.1px;color:#0f172a9e;white-space:nowrap;padding:6px 0;font-family:Inter,sans-serif;font-size:.83rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.layout-module__L5FxyW__mainNav a:after{content:"";background:linear-gradient(90deg,#1a44c8,#1238aa);border-radius:1px;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.layout-module__L5FxyW__mainNav a:hover{color:#0d1f5c}.layout-module__L5FxyW__mainNav a:hover:after{width:100%}.layout-module__L5FxyW__headerActions{align-items:center;gap:12px;display:flex}.layout-module__L5FxyW__portalBtn{color:#1a44c8;white-space:nowrap;background:#1a44c80a;border:1.5px solid #1a44c84d;border-radius:8px;padding:8px 18px;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s}.layout-module__L5FxyW__portalBtn:hover{color:#1238aa;background:#1a44c814;border-color:#1a44c88c;box-shadow:0 2px 10px #1a44c81f}.layout-module__L5FxyW__statusDot{color:#10b981;letter-spacing:.3px;align-items:center;gap:7px;font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;display:flex}.layout-module__L5FxyW__statusDot:before{content:"";background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite layout-module__L5FxyW__statusBlink;box-shadow:0 0 6px #10b98199}@keyframes layout-module__L5FxyW__statusBlink{0%,to{opacity:1}50%{opacity:.3}}.layout-module__L5FxyW__mainContent{flex-direction:column;flex:1;padding-top:100px;display:flex}.layout-module__L5FxyW__footer{color:#f8fafca6;background:#0d1f5c;border-top:2px solid #1a44c866;padding:70px 0 0;font-family:Inter,sans-serif}.layout-module__L5FxyW__footerGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:48px;margin-bottom:48px;display:grid}.layout-module__L5FxyW__footerLogoArea{align-items:center;gap:10px;margin-bottom:20px;display:inline-flex}.layout-module__L5FxyW__footerLogoImg{width:auto;height:40px}.layout-module__L5FxyW__footerLogoText{color:#f8fafc;letter-spacing:1px;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:700}.layout-module__L5FxyW__footerCol h3{color:#f8fafcf2;letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid #f8fafc26;margin-bottom:20px;padding-bottom:10px;font-family:Inter,sans-serif;font-size:.68rem;font-weight:600}.layout-module__L5FxyW__footerCol p{color:#f8fafcd9;margin-bottom:10px;font-family:Inter,sans-serif;font-size:.88rem;line-height:1.75}.layout-module__L5FxyW__footerCol ul{list-style:none}.layout-module__L5FxyW__footerCol ul li{margin-bottom:10px}.layout-module__L5FxyW__footerCol ul li a{color:#f8fafcd9;font-family:Inter,sans-serif;font-size:.85rem;transition:color .2s}.layout-module__L5FxyW__footerCol ul li a:hover{color:#93c5fd}.layout-module__L5FxyW__newsletterForm{flex-wrap:wrap;gap:8px;min-width:0;max-width:100%;margin-top:16px;display:flex}.layout-module__L5FxyW__newsletterForm input{border-radius:6px;outline:none;flex:1;min-width:0;padding:10px 14px;color:#f8fafc!important;background:#f8fafc0f!important;border:1px solid #f8fafc1f!important;font-family:Inter,sans-serif!important;font-size:.82rem!important}.layout-module__L5FxyW__footerBottom{text-align:center;color:#f8fafc40;letter-spacing:.3px;background:#00000040;border-top:1px solid #f8fafc0f;padding:20px 28px;font-family:Inter,sans-serif;font-size:.75rem}@media (max-width:1360px){.layout-module__L5FxyW__mainNav{gap:16px}.layout-module__L5FxyW__mainNav a{font-size:.78rem}.layout-module__L5FxyW__headerContainer{padding:14px 20px}}@media (max-width:1120px){.layout-module__L5FxyW__mainNav{display:none}.layout-module__L5FxyW__headerContainer{padding:12px 20px}.layout-module__L5FxyW__headerActions{gap:8px}.layout-module__L5FxyW__portalBtn,.layout-module__L5FxyW__topbarLeft{display:none}}@media (max-width:600px){.layout-module__L5FxyW__topbarRight{gap:8px}.layout-module__L5FxyW__topbarLink{font-size:.65rem}.layout-module__L5FxyW__headerActions{display:none}}
