@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--portal-bg: #f5efe6;--portal-surface: rgba(255, 251, 245, .94);--portal-surface-strong: rgba(255, 255, 255, .9);--portal-line: rgba(101, 86, 69, .16);--portal-text: #31271d;--portal-muted: #6e6255;--portal-accent: #0f5c78;--portal-accent-soft: rgba(15, 92, 120, .08);--portal-shadow: 0 28px 80px rgba(55, 42, 27, .14);--portal-radius-xl: 30px;--portal-radius-lg: 24px;--portal-radius-md: 18px}.customer-portal-page,.customer-portal-shell{font-family:Inter,Segoe UI,Roboto,sans-serif}.customer-portal-page{background:radial-gradient(circle at top left,rgba(15,92,120,.18),transparent 24%),radial-gradient(circle at bottom right,rgba(198,126,72,.16),transparent 24%),linear-gradient(180deg,#fbf8f2,#ece2d4)}.customer-portal-login-card{width:min(100%,520px)}.customer-portal-status-banner{margin-top:18px;padding:14px 16px;border-radius:16px;background:#0f5c781a;color:var(--portal-accent)}.customer-portal-alt-card{display:grid;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid var(--portal-line)}.secondary-button{border:1px solid rgba(15,92,120,.24);border-radius:999px;padding:13px 18px;background:#ffffffd1;color:var(--portal-accent);cursor:pointer;font:inherit}.customer-portal-footer-copy{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;color:var(--portal-muted)}.customer-portal-footer-copy a{color:var(--portal-accent);font-weight:600;text-decoration:none}.customer-portal-social-divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--portal-muted);font-size:.9rem}.customer-portal-social-divider:before,.customer-portal-social-divider:after{content:"";flex:1;height:1px;background:var(--portal-line)}.customer-portal-google-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:0 18px;border:1px solid var(--portal-line);border-radius:18px;background:#ffffffeb;color:var(--portal-text);font-weight:700;text-decoration:none;box-shadow:0 16px 28px #31271d14;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.customer-portal-google-button:hover{transform:translateY(-1px);border-color:#0f5c7842;box-shadow:0 20px 34px #31271d1f}.customer-portal-shell{margin:0;min-height:100vh;color:var(--portal-text);background:radial-gradient(circle at top left,rgba(15,92,120,.14),transparent 24%),radial-gradient(circle at bottom right,rgba(198,126,72,.14),transparent 24%),linear-gradient(180deg,#fbf8f2,#ece2d4)}.customer-portal-frame{min-height:100vh;display:grid;grid-template-columns:minmax(250px,290px) minmax(0,1fr)}.customer-portal-sidebar{display:grid;align-content:start;gap:28px;padding:30px 24px;border-right:1px solid var(--portal-line);background:#fffcf8b8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.customer-portal-brand h1,.customer-portal-card h3,.customer-portal-hero h3,.customer-portal-topbar h2{margin:0}.customer-portal-eyebrow,.customer-portal-card-eyebrow,.customer-portal-topbar-eyebrow{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--portal-accent)}.customer-portal-copy,.customer-portal-hero p,.customer-portal-card p{margin:12px 0 0;color:var(--portal-muted);line-height:1.7}.customer-portal-nav{display:grid;gap:8px}.customer-portal-nav-item{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid transparent;border-radius:var(--portal-radius-md);color:var(--portal-text);text-decoration:none;background:transparent;transition:.18s ease}.customer-portal-nav-item:hover,.customer-portal-nav-item.is-active{background:var(--portal-accent-soft);border-color:#0f5c781f}.customer-portal-nav-icon{display:inline-flex;width:18px;height:18px;color:var(--portal-accent)}.customer-portal-nav-icon svg{width:100%;height:100%}.customer-portal-main{padding:28px}.customer-portal-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.customer-portal-topbar-actions{display:flex;align-items:center;gap:12px}.customer-portal-icon-button{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid var(--portal-line);border-radius:16px;background:var(--portal-surface-strong);color:var(--portal-text);box-shadow:0 14px 26px #31271d14}.customer-portal-icon-button svg{width:20px;height:20px}.customer-portal-user-menu{position:relative}.customer-portal-user-summary{list-style:none;cursor:pointer}.customer-portal-user-summary::-webkit-details-marker{display:none}.customer-portal-avatar{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#0f5c781f;color:var(--portal-accent);font-weight:800}.customer-portal-user-dropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:20;display:grid;gap:8px;min-width:220px;padding:14px;border:1px solid var(--portal-line);border-radius:20px;background:#fffcf8fa;box-shadow:0 24px 42px #31271d2e}.customer-portal-user-dropdown-head{display:grid;gap:4px;padding-bottom:10px;border-bottom:1px solid var(--portal-line)}.customer-portal-user-dropdown-head strong{font-size:.96rem}.customer-portal-user-dropdown-head span{color:var(--portal-muted);font-size:.88rem}.customer-portal-dropdown-link,.customer-portal-dropdown-button{display:flex;width:100%;align-items:center;justify-content:flex-start;padding:10px 12px;border:0;border-radius:14px;background:transparent;color:var(--portal-text);font:inherit;text-decoration:none;cursor:pointer}.customer-portal-dropdown-link:hover,.customer-portal-dropdown-button:hover{background:var(--portal-accent-soft)}.customer-portal-content{display:grid;gap:24px}.customer-portal-hero,.customer-portal-card{border:1px solid var(--portal-line);background:var(--portal-surface);box-shadow:var(--portal-shadow)}.customer-portal-hero{padding:30px;border-radius:var(--portal-radius-xl)}.customer-portal-grid{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.customer-portal-grid-single{grid-template-columns:minmax(0,1fr)}.customer-portal-card{padding:24px;border-radius:var(--portal-radius-lg)}.customer-portal-definition-list{display:grid;gap:16px;margin:18px 0 0}.customer-portal-definition-list dt{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--portal-muted)}.customer-portal-definition-list dd{margin:6px 0 0;font-size:1rem;font-weight:600}@media (max-width: 1024px){.customer-portal-frame{grid-template-columns:1fr}.customer-portal-sidebar{border-right:0;border-bottom:1px solid var(--portal-line)}}@media (max-width: 720px){.customer-portal-main{padding:18px}.customer-portal-sidebar{padding:22px 18px}.customer-portal-topbar{align-items:start;flex-direction:column}.customer-portal-topbar-actions{width:100%;justify-content:flex-end}.customer-portal-grid{grid-template-columns:1fr}}
