*{box-sizing:border-box;margin:0;padding:0}body{color:#374151;background:#fff;font-family:DM Sans,sans-serif;line-height:1.65;overflow-x:hidden}:root{--navy:#0f2b4c;--navy-light:#1a3d66;--blue:#2e7db5;--blue-light:#4a9fd9;--sky:#e8f4fd;--mint:#e6f7f0;--green:#2e8b6a;--warm:#f8f6f2;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--coral:#e8734a;--shadow-sm:0 1px 3px #0f2b4c14;--shadow-md:0 4px 16px #0f2b4c1a;--shadow-lg:0 12px 40px #0f2b4c1f}.dashboard-container{min-height:100vh;display:flex}.sidebar{background:var(--navy);color:#fff;z-index:50;flex-direction:column;width:260px;padding:1.5rem 0;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-logo{color:#fff;align-items:center;gap:.6rem;margin-bottom:2rem;padding:0 1.5rem;text-decoration:none;display:flex}.sidebar-logo-icon{background:var(--blue);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.sidebar-logo span{font-family:DM Serif Display,serif;font-size:1.15rem}.sidebar-nav{flex-direction:column;flex:1;gap:.2rem;padding:0 .75rem;display:flex}.sidebar-link{color:#fff9;border-radius:8px;align-items:center;gap:.75rem;padding:.7rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-link:hover{color:#fff;background:#ffffff14}.sidebar-link.active{color:#fff;background:#2e7db540}.sidebar-link svg{flex-shrink:0;width:20px;height:20px}.sidebar-footer{border-top:1px solid #ffffff1a;padding:1rem 1.5rem}.sidebar-signout{color:#ffffff80;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 0;font-family:inherit;font-size:.85rem;transition:color .2s;display:flex}.sidebar-signout:hover{color:#fff}.main-content{background:var(--gray-50);flex:1;min-height:100vh;margin-left:260px}.page-header{border-bottom:1px solid var(--gray-200);background:#fff;padding:1.5rem 2rem}.page-header h1{color:var(--navy);font-family:DM Serif Display,serif;font-size:1.6rem}.page-header p{color:var(--gray-500);margin-top:.25rem;font-size:.9rem}.page-body{padding:2rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:1.5rem;transition:box-shadow .2s}.stat-card:hover{box-shadow:var(--shadow-md)}.stat-card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.stat-card-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.stat-card-icon svg{width:20px;height:20px}.stat-card-label{color:var(--gray-500);font-size:.85rem;font-weight:500}.stat-card-value{color:var(--navy);font-size:2rem;font-weight:700}.data-table-wrapper{border:1px solid var(--gray-200);background:#fff;border-radius:12px;overflow:hidden}.data-table-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.data-table-header h2{color:var(--navy);font-size:1.1rem;font-weight:700}.data-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:.75rem 1.5rem;font-size:.8rem;font-weight:600}.data-table td{color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:.85rem 1.5rem;font-size:.9rem}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--gray-50)}.status-badge{border-radius:100px;padding:.2rem .65rem;font-size:.78rem;font-weight:600;display:inline-block}.status-new{color:#1e40af;background:#dbeafe}.status-contacted{color:#92400e;background:#fef3c7}.status-demo_scheduled{color:#4338ca;background:#e0e7ff}.status-signed{color:#046c4e;background:#def7ec}.status-declined{color:#9b1c1c;background:#fde8e8}.status-lead{color:#5b21b6;background:#ede9fe}.status-onboarding{color:#92400e;background:#fef3c7}.status-active{color:#046c4e;background:#def7ec}.status-inactive{color:#374151;background:#f3f4f6}.status-churned{color:#9b1c1c;background:#fde8e8}.status-processing{color:#5b21b6;background:#ede9fe}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary-sm{background:var(--blue);color:#fff}.btn-primary-sm:hover{background:var(--navy)}.btn-outline{color:var(--gray-700);border:1px solid var(--gray-200);background:#fff}.btn-outline:hover{border-color:var(--blue);color:var(--blue)}.modal-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{width:90%;max-width:520px;max-height:90vh;box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;padding:2rem;overflow-y:auto}.modal h2{color:var(--navy);margin-bottom:1.5rem;font-family:DM Serif Display,serif}.modal-field{margin-bottom:1rem}.modal-field label{color:var(--gray-700);margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:block}.modal-field input,.modal-field textarea,.modal-field select{border:1.5px solid var(--gray-200);border-radius:8px;width:100%;padding:.6rem .8rem;font-family:inherit;font-size:.9rem}.modal-field input:focus,.modal-field textarea:focus,.modal-field select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2e7db51a}.modal-wide{max-width:900px}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.login-container{background:linear-gradient(165deg, var(--sky) 0%, var(--mint) 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{width:90%;max-width:400px;box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;padding:2.5rem}.login-card h1{color:var(--navy);text-align:center;margin-bottom:.5rem;font-family:DM Serif Display,serif}.login-card p{text-align:center;color:var(--gray-500);margin-bottom:2rem;font-size:.9rem}.login-field{margin-bottom:1rem}.login-field label{color:var(--gray-700);margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:block}.login-field input{border:1.5px solid var(--gray-200);border-radius:8px;width:100%;padding:.7rem .9rem;font-family:inherit;font-size:.95rem}.login-field input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2e7db51a}.login-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.85rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background .2s}.login-btn:hover{background:var(--navy)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.login-error{color:#9b1c1c;background:#fde8e8;border-radius:8px;margin-bottom:1rem;padding:.6rem .8rem;font-size:.85rem}.login-logo{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.login-logo-icon{background:var(--blue);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.checklist-section{border:1px solid var(--gray-200);background:#fff;border-radius:12px;margin-bottom:1.5rem}.checklist-section-header{border-bottom:1px solid var(--gray-100);color:var(--navy);padding:1rem 1.5rem;font-size:1rem;font-weight:700}.checklist-item{border-bottom:1px solid var(--gray-50);cursor:pointer;align-items:center;gap:.75rem;padding:.75rem 1.5rem;transition:background .15s;display:flex}.checklist-item:hover{background:var(--gray-50)}.checklist-item:last-child{border-bottom:none}.checklist-item input[type=checkbox]{width:18px;height:18px;accent-color:var(--blue);cursor:pointer}.checklist-item span{color:var(--gray-700);font-size:.9rem}.checklist-item.completed span{color:var(--gray-400);text-decoration:line-through}.instance-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.instance-card{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:1.5rem}.instance-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.instance-name{color:var(--navy);font-weight:700}.instance-url{color:var(--gray-400);margin-bottom:1rem;font-size:.82rem}.health-indicator{align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.health-dot{border-radius:50%;width:10px;height:10px}.health-healthy .health-dot{background:#046c4e}.health-healthy{color:#046c4e}.health-unhealthy .health-dot{background:#9b1c1c}.health-unhealthy{color:#9b1c1c}.health-unknown .health-dot{background:var(--gray-400)}.health-unknown{color:var(--gray-500)}.health-checking .health-dot{background:var(--blue);animation:1s infinite pulse}.health-checking{color:var(--blue)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.detail-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.detail-card{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:1.5rem}.detail-card h3{color:var(--navy);margin-bottom:1rem;font-size:1rem;font-weight:700}.detail-row{border-bottom:1px solid var(--gray-50);justify-content:space-between;padding:.5rem 0;font-size:.9rem;display:flex}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--gray-500)}.detail-value{color:var(--gray-700);font-weight:500}.notes-section{margin-top:1.5rem}.notes-input{border:1.5px solid var(--gray-200);resize:vertical;border-radius:8px;width:100%;min-height:80px;margin-bottom:.75rem;padding:.7rem .9rem;font-family:inherit;font-size:.9rem}.notes-input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2e7db51a}.note-item{background:var(--gray-50);border-radius:8px;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.88rem}.note-item-date{color:var(--gray-400);margin-top:.25rem;font-size:.78rem}.file-upload-area{border:2px dashed var(--gray-200);text-align:center;cursor:pointer;border-radius:10px;padding:2rem;transition:all .2s}.file-upload-area:hover{border-color:var(--blue);background:var(--sky)}.file-upload-area input{display:none}@media (width<=900px){.sidebar{z-index:1000;height:100vh;transition:left .3s;position:fixed;top:0;left:-260px}.sidebar.sidebar-open{left:0}.sidebar-overlay{z-index:999;background:#0006;display:none;position:fixed;inset:0}.sidebar-overlay.active{display:block}.mobile-header{background:var(--navy);color:#fff;z-index:100;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.mobile-header button{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px}.mobile-header span{font-family:DM Serif Display,serif;font-size:1.15rem}.main-content{margin-left:0}.detail-grid{grid-template-columns:1fr}.data-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.data-table-scroll .data-table{min-width:820px}.stats-grid{grid-template-columns:1fr}.modal{border-radius:12px 12px 0 0;width:100%;max-width:100%;max-height:85vh;margin:auto 0 0;padding:1.5rem}.btn,.btn-primary-sm,.btn-outline,.login-btn,.modal-field input,.modal-field textarea,.modal-field select,.login-field input,.notes-input{min-height:44px}.checklist-item{gap:1rem;padding:1rem 1.5rem}.checklist-item input[type=checkbox]{width:24px;height:24px}.checklist-item span{font-size:.95rem}.page-body{padding:1rem}.page-header{padding:1rem 1.5rem}}@media (width>=901px){.mobile-header,.sidebar-overlay{display:none}}.invoice-filters{flex-wrap:wrap;gap:.35rem;display:flex}.filter-chip{border:1.5px solid var(--gray-200);color:var(--gray-600);cursor:pointer;background:#fff;border-radius:20px;padding:.3rem .7rem;font-family:inherit;font-size:.78rem;font-weight:500;transition:all .2s}.filter-chip:hover{border-color:var(--blue);color:var(--blue)}.filter-chip.active{background:var(--blue);border-color:var(--blue);color:#fff}.payment-method-tag{background:var(--gray-100);color:var(--gray-700);border-radius:6px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.78rem;font-weight:500;display:inline-flex}.invoice-type-grid{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.35rem;display:grid}.invoice-type-card{border:1.5px solid var(--gray-200);cursor:pointer;text-align:center;background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:.2rem;padding:.75rem .5rem;font-family:inherit;transition:all .2s;display:flex}.invoice-type-card:hover{border-color:var(--blue-light);background:var(--gray-50)}.invoice-type-card.selected{border-color:var(--blue);background:var(--sky);box-shadow:0 0 0 3px #2e7db51f}.invoice-type-card .itc-amount{color:var(--navy);font-family:DM Serif Display,serif;font-size:1.3rem;font-weight:400}.invoice-type-card .itc-label{color:var(--gray-500);font-size:.72rem;line-height:1.3}.invoice-type-card.selected .itc-amount{color:var(--blue)}.invoice-type-card.selected .itc-label{color:var(--navy)}.invoice-summary-box{background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:10px;margin-top:.75rem;padding:.85rem 1rem}.isb-row{color:var(--gray-700);justify-content:space-between;align-items:center;padding:.3rem 0;font-size:.88rem;display:flex}.isb-row.isb-tax{color:var(--gray-500);font-size:.78rem}.isb-row.isb-total{border-top:2px solid var(--navy);color:var(--navy);margin-top:.4rem;padding-top:.5rem;font-size:1.05rem;font-weight:700}.isb-meta{text-align:right;color:var(--gray-400);margin-top:.35rem;font-size:.72rem}.action-dropdown{border:1px solid var(--gray-200);box-shadow:var(--shadow-md);z-index:50;background:#fff;border-radius:8px;min-width:150px;position:absolute;top:100%;right:0;overflow:hidden}.action-dropdown button{cursor:pointer;width:100%;color:var(--gray-700);background:0 0;border:none;align-items:center;gap:.5rem;padding:.55rem .85rem;font-family:inherit;font-size:.83rem;transition:background .15s;display:flex}.action-dropdown button:hover{background:var(--gray-50)}.billing-callout{background:linear-gradient(135deg,#f8fbfe 0%,#eff7fc 100%);border:1px solid #d8e6f2;border-radius:12px;margin-bottom:1.5rem;padding:1.1rem 1.25rem}.billing-callout h2{color:var(--navy);margin-bottom:.35rem;font-size:1rem}.billing-callout p{color:var(--gray-600);font-size:.9rem;line-height:1.55}.billing-bool-pill{background:var(--gray-100);color:var(--gray-600);border-radius:999px;align-items:center;padding:.22rem .65rem;font-size:.76rem;font-weight:600;display:inline-flex}.billing-bool-pill.enabled{background:var(--mint);color:var(--green)}.billing-modal{max-width:760px}.billing-modal-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.billing-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-bottom:1rem;display:grid}.billing-toggle-card{border:1px solid var(--gray-200);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.billing-toggle-card.active{background:#f6fbff;border-color:#2e7db573}.billing-toggle-copy{color:var(--navy);align-items:center;gap:.65rem;font-size:.88rem;font-weight:600;display:inline-flex}.billing-toggle-icon{background:var(--sky);width:32px;height:32px;color:var(--blue);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.billing-toggle-card input[type=checkbox]{width:18px;height:18px}.billing-toggle-card.disabled{background:var(--gray-50,#f9fafb);cursor:not-allowed;border-style:dashed}.billing-toggle-card.disabled .billing-toggle-icon{opacity:.5}.billing-toggle-card.disabled input[type=checkbox]{cursor:not-allowed;opacity:.5}.billing-toggle-hint{color:var(--gray-500);margin-top:.2rem;font-size:.74rem;font-weight:500;display:block}.billing-section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem 1rem;display:grid}.input-with-icon{border:1.5px solid var(--gray-200);background:#fff;border-radius:10px;align-items:center;gap:.55rem;padding:0 .75rem;display:flex}.input-with-icon svg{color:var(--gray-400);flex-shrink:0}.input-with-icon input{width:100%;font:inherit;background:0 0;border:none;outline:none;padding:.85rem 0}.billing-implementation-note{background:var(--gray-50);color:var(--gray-600);border-radius:12px;align-items:flex-start;gap:.6rem;margin-top:.5rem;padding:.9rem 1rem;font-size:.86rem;line-height:1.5;display:flex}.billing-implementation-note svg{color:var(--green);flex-shrink:0;margin-top:.12rem}@media (width<=900px){.billing-form-grid,.billing-section-grid{grid-template-columns:1fr}}.portal-shell{background:var(--gray-50);grid-template-columns:260px 1fr;min-height:100vh;font-family:DM Sans,sans-serif;display:grid}.portal-sidebar{background:var(--navy);color:#ffffffd9;flex-direction:column;gap:1.25rem;height:100vh;padding:1.75rem 1.25rem;display:flex;position:sticky;top:0}.portal-brand{align-items:center;gap:.75rem;display:flex}.portal-brand-icon{background:var(--blue);color:#fff;letter-spacing:.02em;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:.95rem;font-weight:700;display:flex}.portal-brand-title{color:#fff;font-family:DM Serif Display,serif;font-size:1.05rem;line-height:1.1}.portal-brand-sub{text-transform:uppercase;letter-spacing:.12em;color:#ffffff80;margin-top:2px;font-size:.72rem}.portal-facility{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;padding:.75rem .9rem}.portal-facility-label{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:.25rem;font-size:.7rem}.portal-facility-name{color:#fff;word-break:break-word;font-size:.9rem;font-weight:500;line-height:1.3}.portal-nav{flex-direction:column;flex:1;gap:.15rem;display:flex}.portal-nav-item{color:#ffffffb3;border-radius:8px;align-items:center;gap:.65rem;padding:.65rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.portal-nav-item:hover{color:#fff;background:#ffffff0f}.portal-nav-item.active{background:var(--blue);color:#fff}.portal-logout{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem;font-family:inherit;font-size:.85rem;transition:all .15s;display:flex}.portal-logout:hover{color:#fff;background:#ffffff0f}.portal-main{width:100%;max-width:1100px;padding:2.5rem 3rem}.portal-page-header{margin-bottom:2rem}.portal-page-header h1{color:var(--navy);margin:0 0 .35rem;font-family:DM Serif Display,serif;font-size:2rem;line-height:1.1}.portal-page-header p{color:var(--gray-500);margin:0;font-size:.95rem}.portal-stats{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.portal-stat{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:1.25rem 1.35rem}.portal-stat-label{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);margin-bottom:.5rem;font-size:.78rem}.portal-stat-value{color:var(--navy);font-family:DM Serif Display,serif;font-size:1.9rem;line-height:1.1}.portal-stat-meta{color:var(--gray-500);margin-top:.3rem;font-size:.82rem}.portal-stat.accent{background:linear-gradient(140deg, var(--navy) 0%, #163761 100%);color:#fff;border-color:#0000}.portal-stat.accent .portal-stat-label{color:#fff9}.portal-stat.accent .portal-stat-value{color:#fff}.portal-stat.accent .portal-stat-meta{color:#ffffffa6}.portal-panel{border:1px solid var(--gray-200);background:#fff;border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.portal-panel-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.portal-panel-header h2{color:var(--navy);margin:0;font-size:1rem;font-weight:600}.portal-panel-body{padding:0}.portal-table{border-collapse:collapse;width:100%;font-size:.9rem}.portal-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:.75rem 1.25rem;font-size:.75rem;font-weight:600}.portal-table td{border-bottom:1px solid var(--gray-100);color:var(--gray-700);vertical-align:middle;padding:.85rem 1.25rem}.portal-table tr:last-child td{border-bottom:none}.portal-table tr:hover td{background:var(--gray-50)}.portal-empty{text-align:center;color:var(--gray-400);padding:3rem 1.5rem;font-size:.9rem}.pill{text-transform:uppercase;letter-spacing:.04em;border-radius:9999px;padding:.2rem .6rem;font-size:.72rem;font-weight:600;display:inline-block}.pill-paid{color:#065f46;background:#d1fae5}.pill-sent{color:#1e40af;background:#dbeafe}.pill-processing{color:#5b21b6;background:#ede9fe}.pill-overdue{color:#991b1b;background:#fee2e2}.pill-draft{background:var(--gray-100);color:var(--gray-500)}.pill-void{background:var(--gray-100);color:var(--gray-400);text-decoration:line-through}.portal-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-family:inherit;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.portal-btn-primary{background:var(--blue);color:#fff}.portal-btn-primary:hover{background:#256a9d}.portal-btn-outline{color:var(--navy);border-color:var(--gray-200);background:#fff}.portal-btn-outline:hover{border-color:var(--blue);color:var(--blue)}.portal-btn-danger{color:#991b1b;background:#fff;border-color:#fecaca}.portal-btn-danger:hover{background:#fef2f2}.portal-btn:disabled{opacity:.55;cursor:not-allowed}.nav-portal-login{color:var(--navy);border-radius:8px;padding:.45rem .9rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .15s}.nav-portal-login:hover{background:var(--gray-100)}@media (width<=900px){.portal-shell{grid-template-columns:1fr}.portal-sidebar{z-index:1000;width:260px;height:100vh;transition:left .3s;position:fixed;top:0;left:-260px}.portal-sidebar.portal-sidebar-open{left:0}.portal-sidebar-overlay{z-index:999;background:#0006;display:none;position:fixed;inset:0}.portal-sidebar-overlay.active{display:block}.portal-mobile-header{background:var(--navy);color:#fff;z-index:100;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.portal-mobile-header button{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px}.portal-mobile-header span{font-family:DM Serif Display,serif;font-size:1.15rem}.portal-main{padding:1.5rem 1.25rem}.portal-page-header h1{font-size:1.6rem}}@media (width>=901px){.portal-mobile-header,.portal-sidebar-overlay{display:none}}
