:root{--bg:#0b1220;--panel:hsla(0,0%,100%,.06);--panel2:hsla(0,0%,100%,.1);--text:#eaf0ff;--muted:rgba(234,240,255,.75);--line:hsla(0,0%,100%,.12);--input-bg:hsla(0,0%,100%,.06);--input-border:hsla(0,0%,100%,.16);--input-text:rgba(234,240,255,.95);--input-placeholder:rgba(234,240,255,.55);--blue:#2b6cff;--blue2:#1f55cc;--shadow:0 10px 30px rgba(0,0,0,.35);--topbar-bg:rgba(11,18,32,.84);--modal-backdrop:rgba(0,0,0,.62);--modal-bg:rgba(20,24,36,.98)}:root[data-theme=light]{--bg:#f6f8ff;--panel:rgba(0,0,0,.04);--panel2:rgba(0,0,0,.06);--text:#0b1220;--muted:rgba(11,18,32,.72);--line:rgba(11,18,32,.12);--input-bg:hsla(0,0%,100%,.95);--input-border:rgba(11,18,32,.16);--input-text:rgba(11,18,32,.96);--input-placeholder:rgba(11,18,32,.48);--blue:#2b6cff;--blue2:#1f55cc;--shadow:0 10px 30px rgba(10,20,40,.1);--topbar-bg:hsla(0,0%,100%,.92);--modal-backdrop:rgba(0,0,0,.5);--modal-bg:hsla(0,0%,100%,.98)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:radial-gradient(900px 380px at 18% -8%,rgba(43,108,255,.08),transparent 50%),radial-gradient(680px 320px at 88% 6%,rgba(43,108,255,.05),transparent 54%),var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,Helvetica Neue,sans-serif}a{color:inherit}.container{max-width:1120px;margin:0 auto;padding:28px 18px}.topbar{z-index:50}.topbar__inner{max-width:1120px;margin:0 auto;padding:12px 18px;justify-content:space-between;gap:14px}.brand__mark,.topbar__inner{display:flex;align-items:center}.brand__mark{width:34px;height:34px;border-radius:10px;justify-content:center;background:rgba(43,108,255,.18);border:1px solid rgba(43,108,255,.35);font-weight:800;letter-spacing:.5px}.brand__name{font-weight:800;letter-spacing:.6px}.topbar__nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.topbar__link{text-decoration:none;color:var(--muted);padding:8px 10px;border-radius:10px}.topbar__link:hover{background:var(--panel2);color:var(--text)}.hero{padding:44px 0 18px}.heroGrid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:18px;gap:18px;align-items:stretch}@media (max-width:900px){.heroGrid{grid-template-columns:1fr}}.card{background:linear-gradient(180deg,rgba(21,30,48,.96),rgba(16,24,38,.96));border:1px solid hsla(0,0%,100%,.1);border-radius:20px;box-shadow:0 18px 48px rgba(0,0,0,.28),inset 0 1px 0 hsla(0,0%,100%,.04)}.cardPad{padding:22px}.kicker{color:var(--muted);font-weight:700;letter-spacing:.3px;font-size:13px;text-transform:uppercase}.h1{font-size:40px;line-height:1.05;margin:10px 0 12px}@media (max-width:900px){.h1{font-size:36px}}.p{color:var(--muted);font-size:16px;line-height:1.6;margin:0 0 16px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:14px;text-decoration:none;border:1px solid transparent;transition:.18s ease;cursor:pointer;white-space:nowrap}.btn,.btn-sm{font-weight:800}.btn-sm{padding:9px 12px;border-radius:12px;font-size:14px}.btn-primary{background:linear-gradient(180deg,var(--blue),var(--blue2));color:#fff;border-color:hsla(0,0%,100%,.08)}.btn-primary:hover{transform:translateY(-1px)}.btn-outline{background:transparent;border-color:var(--line);color:var(--text)}.btn-outline:hover{background:var(--panel2)}.btn-ghost{background:transparent;border-color:transparent;color:var(--text)}.btn-ghost:hover{background:var(--panel2)}.btn-danger{background:rgba(220,38,38,.16);border-color:hsla(0,91%,71%,.45);color:#ffd4d4}.btn-danger:hover{background:rgba(220,38,38,.24)}.btnRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}.field{width:100%;padding:12px;border-radius:14px;border:1px solid var(--input-border);background:var(--input-bg);color:var(--input-text);outline:none}.field::placeholder{color:var(--input-placeholder)}textarea.field{resize:vertical}.modalBackdrop{position:fixed;inset:0;background:var(--modal-backdrop);display:flex;align-items:center;justify-content:center;padding:18px;z-index:80}.modalCard{width:min(720px,100%);border-radius:18px;padding:16px;background:var(--modal-bg);border:1px solid var(--line);box-shadow:0 30px 80px rgba(0,0,0,.35)}.badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.badge{border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.06);border-radius:999px;padding:8px 10px;color:rgba(234,240,255,.8);font-size:13px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}@media (max-width:900px){.grid3{grid-template-columns:1fr}}.h2{font-size:22px;margin:0 0 8px}.small{color:var(--muted);font-size:14px;line-height:1.5;margin:0;font-weight:600}.sectionTitle{margin:26px 0 12px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.sectionTitle h3{margin:0;font-size:18px;letter-spacing:.2px;max-width:360px;line-height:1.12}.sectionTitle span{color:rgba(223,231,246,.78);font-size:13px;line-height:1.45;max-width:460px;text-align:right}.grid2{grid-template-columns:repeat(2,1fr);margin-bottom:12px}@media (max-width:900px){.grid2{grid-template-columns:1fr}}.label{display:block;font-size:13px;color:var(--muted);font-weight:700;margin:0 0 6px}.input,.select,.textarea{width:100%;padding:12px;border-radius:14px;background:var(--input-bg);border:1px solid var(--input-border);color:var(--input-text);outline:none;box-shadow:none}.input::placeholder,.textarea::placeholder{color:var(--input-placeholder)}.select,select.input{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:var(--input-bg);color:var(--input-text);border-color:var(--input-border)}.select option,optgroup,option,select,select.input option{background-color:#111827;color:#f8fbff}:root[data-theme=light] .select option,:root[data-theme=light] optgroup,:root[data-theme=light] option,:root[data-theme=light] select,:root[data-theme=light] select.input option{background-color:#fff;color:#0b1220}:root[data-theme=light] .input,:root[data-theme=light] .select,:root[data-theme=light] .textarea{background:#fff;color:#0b1220;border-color:rgba(11,18,32,.14)}:root[data-theme=light] .input::placeholder,:root[data-theme=light] .textarea::placeholder{color:rgba(11,18,32,.45)}.textarea{min-height:110px;resize:vertical}.divider{height:1px;background:var(--line);margin:18px 0}.alert{padding:12px 14px;border-radius:14px;border:1px solid var(--line);background:var(--panel);margin-bottom:12px;font-weight:700}.alert-err{border-color:rgba(255,90,90,.35)}.alert-ok{border-color:rgba(80,220,140,.35)}.pricingGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}@media (max-width:980px){.pricingGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.pricingGrid{grid-template-columns:1fr}}.price{font-size:36px;font-weight:900;margin:10px 0 6px}.priceSub{color:var(--muted);font-size:14px;margin:0 0 14px}.ul{margin:0;padding-left:18px;color:rgba(234,240,255,.82)}.ul li{margin:8px 0}.footer{margin-top:30px;padding:18px 0 30px;border-top:1px solid var(--line);color:rgba(234,240,255,.7);font-size:13px}.input::placeholder{color:var(--input-placeholder)}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:var(--topbar-bg)}.topbar-inner{max-width:1100px;margin:0 auto;justify-content:space-between;padding:14px 16px}.brand,.topbar-inner{display:flex;align-items:center}.brand{gap:10px;text-decoration:none;color:rgba(234,240,255,.95)}.brand-badge{width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1)}.brand-name{font-weight:700;letter-spacing:.4px}.topbar-right{display:flex}.pill,.topbar-right{gap:10px;align-items:center}.pill{display:inline-flex;padding:10px 12px;border-radius:999px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);color:rgba(234,240,255,.95);font-size:13px}.pill-sub{opacity:.7;font-size:12px}.badge.placeno{background:rgba(34,197,94,.16);border:1px solid rgba(34,197,94,.45);color:#22c55e;font-weight:800}.badge.neplaceno{background:rgba(239,68,68,.14);border:1px solid rgba(239,68,68,.45);color:#ef4444;font-weight:800}.grid4{grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px}.grid2,.grid4{display:grid;gap:12px}.grid2{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px}@media (max-width:980px){.grid4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid2{grid-template-columns:repeat(1,minmax(0,1fr))}}body{overflow-x:hidden}.row{display:flex}.tableWrap{width:100%;overflow:auto;-webkit-overflow-scrolling:touch;border-radius:14px}.table{width:100%;min-width:640px;border-collapse:collapse}.table td,.table th{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table th{font-size:13px;color:var(--muted);font-weight:800}.stackMobile{display:grid;grid-gap:12px;gap:12px}.navScroller>*{flex:0 0 auto}.statementShell{background:rgba(30,40,61,.88);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.statementShell,.statementSubtle{border:1px solid hsla(0,0%,100%,.12);box-shadow:none;min-width:0;overflow:hidden}.statementSubtle{background:hsla(0,0%,100%,.07)}.statementSummaryGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.statementLineCards{display:grid;grid-gap:12px;gap:12px;min-width:0}.statementFormRow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.statementEditorGrid{display:grid;grid-gap:12px;gap:12px;min-width:0}.statementStatusOk{border-color:rgba(88,215,132,.28);background:rgba(88,215,132,.1);color:rgba(217,255,227,.95)}.statementStatusWarn{border-color:rgba(255,160,90,.28);background:rgba(255,160,90,.1);color:rgba(255,231,205,.95)}.managerNav{display:flex;flex-wrap:wrap}.managerNav>*{flex:0 0 auto}.compactCard{box-shadow:none}.coverPreview{height:220px;border-radius:16px;border:1px solid hsla(0,0%,100%,.12)}.coverPreview,.noticeThumb{width:100%;object-fit:cover}.noticeThumb{max-height:120px;border-radius:12px;border:1px solid hsla(0,0%,100%,.12)}@media (max-width:768px){.container{padding:16px 12px}.topbar-inner,.topbar__inner{padding:10px 12px}.card{border-radius:16px}.cardPad{padding:16px}.h1{font-size:30px}.h2{font-size:20px}.btn{padding:11px 14px;border-radius:12px}.btn-sm{padding:8px 10px}.badge{padding:7px 9px;font-size:12px}.coverPreview{height:160px;border-radius:14px}.noticeThumb{max-height:90px}.mobileCols1{grid-template-columns:1fr!important}.mobileStackRow{flex-direction:column!important;align-items:stretch!important}.mobileStackRow>*{width:100%}.mobileTextCenter{text-align:center}}.mobileTable{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}.mobileTable table{min-width:720px}@media (max-width:720px){.modalBackdrop{padding:12px;background:rgba(3,8,18,.86);align-items:flex-start;overflow:auto}.modalCard{width:100%;max-width:100%;margin-top:10px;border-radius:16px;padding:14px;background:rgba(16,22,34,.98)}.btn{min-height:44px}.navScroller{gap:8px;padding-bottom:6px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.managerNav,.navScroller{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.statementFormRow,.statementSummaryGrid{grid-template-columns:1fr}}.landingHeader{gap:16px}.landingNav{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.landingPage .hero{padding-top:28px}.landingHeroGrid{align-items:stretch}.landingHeroCard{min-height:100%}.landingValueList{display:grid;grid-gap:12px;gap:12px;margin-top:14px}.landingValueItem{padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:hsla(0,0%,100%,.04);color:var(--muted)}.plansRow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.planCardCompact{text-align:center}.planCardFeatured{outline:1px solid rgba(43,108,255,.65)}.planCompactPrice{font-size:32px;margin-bottom:2px}.appPortalHero{align-items:stretch}.headerDropdown{position:absolute;top:calc(100% + 10px);min-width:260px;padding:10px;z-index:60;background:var(--modal-bg)}.notificationBell{position:relative;width:44px;height:44px;border-radius:999px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);color:var(--text);cursor:pointer;font-size:18px;transition:.18s ease}.notificationBell.isIdle{background:hsla(0,0%,100%,.04);color:rgba(234,240,255,.62)}.notificationBell.isActive{background:rgba(234,179,8,.18);color:#fde68a}.notificationDot{position:absolute;top:-4px;right:-2px;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.notificationsDropdown{width:min(420px,calc(100vw - 24px))}.notificationItem{padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:hsla(0,0%,100%,.04)}.invoicePreviewModal .notificationItem{background:hsla(0,0%,100%,.08)}.notificationMiniDot{width:10px;height:10px;border-radius:999px;background:#ef4444;display:inline-block;margin-top:4px}@media (max-width:980px){.plansRow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.landingHeader{flex-wrap:wrap}.landingNav{width:100%;overflow-x:auto;white-space:nowrap}.plansRow{grid-template-columns:1fr}.topbar-right{flex-wrap:wrap;justify-content:flex-end}}.invoicePreviewHeader{align-items:center;padding:12px;flex-wrap:wrap}.planGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.planChoiceCard{text-align:left;padding:16px;border-radius:16px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);color:var(--text);cursor:pointer;transition:.18s ease}.planChoiceCard:hover{border-color:rgba(43,108,255,.45);transform:translateY(-1px)}.planChoiceCardActive{border-color:rgba(43,108,255,.75);box-shadow:inset 0 0 0 1px rgba(43,108,255,.35);background:rgba(43,108,255,.08)}.planChoiceHeader{display:flex;justify-content:space-between;gap:10px;align-items:center}.planChoicePrice{font-size:28px;font-weight:800;margin-top:10px}.invoicePreviewModal{width:min(760px,calc(100vw - 24px))}@media (max-width:980px){.planGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.planGrid{grid-template-columns:1fr}.invoicePreviewModal{width:100%}}.invoiceActionRow{display:flex;gap:8px;flex-wrap:nowrap;align-items:center;justify-content:flex-start}.invoiceActionRow .btn{min-width:72px}@media (max-width:960px){.invoiceActionRow{flex-wrap:wrap}}.managerNavButton{min-height:46px;justify-content:center}@media (min-width:721px){.managerNav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px}.managerNav>*{width:100%;min-width:0}.managerNav .btn{width:100%}}.managerStripeHighlights{align-items:stretch}.managerStripeCard{background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.03))}:root[data-theme=light] .managerStripeCard{background:linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(246,248,255,.96))}.planSummaryGrid{align-items:start}.planSummaryMain,.planSummarySide{display:grid;grid-gap:10px;gap:10px}.invoicePreviewAmount{font-size:32px;line-height:1.1;margin-top:4px}:root[data-theme=light] .badge,:root[data-theme=light] .notificationItem,:root[data-theme=light] .statementShell,:root[data-theme=light] .statementSubtle{color:#0b1220}:root[data-theme=light] .badge{background:rgba(11,18,32,.04);border-color:rgba(11,18,32,.12)}:root[data-theme=light] .notificationItem{background:#fff}:root[data-theme=light] .statementShell,:root[data-theme=light] .statementSubtle{background:#fff;border-color:rgba(11,18,32,.08)}:root[data-theme=light] .btn-outline{color:#0b1220;border-color:rgba(11,18,32,.14);background:#fff}:root[data-theme=light] .btn-ghost{color:#0b1220}:root[data-theme=light] .small{color:rgba(11,18,32,.72)}.landingStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:900px){.landingStats{grid-template-columns:1fr}}.landingStat{padding:14px;border-radius:16px;border:1px solid var(--line);background:var(--panel2)}.landingStatValue{font-size:24px;font-weight:800;margin-bottom:4px}.pwaInstallPrompt{position:fixed;left:12px;right:12px;bottom:12px;z-index:80;display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px;border-radius:18px;border:1px solid hsla(0,0%,100%,.12);background:rgba(11,18,32,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px rgba(0,0,0,.28)}.pwaInstallTitle{font-weight:800;font-size:14px}.pwaInstallText{font-size:13px;color:var(--muted);margin-top:4px;max-width:760px}.pwaInstallActions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.tenantMobileShell{padding-bottom:88px}.tenantQuickMeta{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.tenantBottomNav{display:none}@media (max-width:720px){.pwaInstallPrompt{left:10px;right:10px;bottom:72px;align-items:flex-start;flex-direction:column}.tenantBottomNav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;position:fixed;left:10px;right:10px;bottom:10px;z-index:70;padding:8px;border-radius:18px;border:1px solid hsla(0,0%,100%,.12);background:rgba(11,18,32,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 30px rgba(0,0,0,.28)}.tenantBottomNavBtn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 6px;border-radius:14px;border:0;background:transparent;color:var(--muted);font-size:11px;font-weight:700}.tenantBottomNavBtn.isActive{background:rgba(43,108,255,.18);color:var(--text)}.tenantBottomNavIcon{font-size:18px;line-height:1}}.invoicePreviewPanel{background:hsla(0,0%,100%,.08);border:1px solid var(--line);border-radius:16px;padding:14px}:root[data-theme=light] .invoicePreviewPanel{background:#fff;border-color:rgba(11,18,32,.08)}.invoicePreviewModal{width:min(980px,100%);background:var(--modal-bg);border:1px solid var(--line);box-shadow:0 30px 80px rgba(0,0,0,.35)}.invoicePreviewHeader{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.invoicePreviewGrid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:14px;gap:14px;margin-top:16px}.invoicePreviewActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}@media (max-width:900px){.invoicePreviewGrid{grid-template-columns:1fr}.invoicePreviewHeader{flex-direction:column;align-items:flex-start}}.invoicePreviewAmount{font-size:28px;font-weight:800;color:var(--text)}.appPortalHero .card,.landingPage .badge,.landingPage .card,.landingPage .small,.landingStat,.landingValueItem,.registerSuccessBox,.wrapAnywhere{overflow-wrap:anywhere;word-break:break-word}.registerSuccessBox{display:block;width:100%;line-height:1.5;border-radius:18px;padding:14px 16px;white-space:normal}.tabBadge{justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:6px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:800}.tabBadge,.tabLabelInline{display:inline-flex;align-items:center}.tabLabelInline{gap:4px;white-space:nowrap}.noticeDeliveryRow{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.noticeDeliveryHint{color:var(--muted);font-size:12px;line-height:1.45}.browserNotifyPrompt{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 14px;border:1px dashed hsla(0,0%,100%,.16);border-radius:14px;background:hsla(0,0%,100%,.03)}.desktopOnly{display:inherit}.mobileOnly{display:none}.mobileMenuToggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:14px;border:1px solid var(--line);background:var(--panel);color:var(--text);font-weight:800;cursor:pointer;min-height:44px}.mobileMenuPanel{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;padding:8px;z-index:70;background:var(--modal-bg);display:grid;grid-gap:6px;gap:6px}.mobileMenuLink{display:block;padding:12px 14px;border-radius:12px;text-decoration:none;color:var(--text);background:transparent;border:1px solid transparent}.mobileMenuLink:hover{background:var(--panel2)}.mobileMenuPrimary{background:linear-gradient(180deg,var(--blue),var(--blue2));color:#fff}.navScroller{display:flex;flex-wrap:wrap;gap:10px;overflow:visible;padding-bottom:4px}.navScroller::-webkit-scrollbar{display:none}.managerNav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;overflow:visible;align-items:center}.managerNav .btn{justify-content:center;min-height:42px}.managerNav>*{min-width:0}.managerNav .btn{width:100%}@media (max-width:1040px){.managerNav{grid-template-columns:repeat(4,minmax(0,max-content))}}@media (max-width:820px){.desktopOnly{display:none!important}.mobileOnly{display:block}.topbar-right{gap:8px}.landingHeader{flex-wrap:nowrap}.brand-name{font-size:14px}.navScroller{gap:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.managerNav,.navScroller{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.managerNav{display:flex}.managerNav .btn{flex:0 0 auto}}.invoicePreviewModal{background:color-mix(in srgb,var(--modal-bg) 92%,#0b1220 8%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.invoicePreviewModal .notificationItem{background:rgba(11,18,32,.72);border:1px solid var(--line)}:root[data-theme=light] .invoicePreviewModal .notificationItem{background:#fff}.registerSuccessBox{max-width:100%;overflow:hidden}.ipsModalCard{background:color-mix(in srgb,var(--modal-bg) 96%,#0b1220 4%);border:1px solid var(--line);box-shadow:0 30px 80px rgba(0,0,0,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.noticeThumb{max-height:84px}.wrapAnywhere{overflow-wrap:anywhere;word-break:break-word}.messageAttachmentThumb{max-width:100%;height:auto;border-radius:12px;border:1px solid hsla(0,0%,100%,.12)}.managerInboxCompact .card{overflow:hidden}@media (max-width:768px){.noticeThumb{max-height:72px}}@media (max-width:720px){.topbar-right{position:static}.headerDropdown,.headerDropdown.notificationsDropdown,.notificationsDropdown{position:fixed!important;top:76px!important;left:12px!important;right:12px!important;width:auto!important;min-width:0!important;max-width:none!important;max-height:calc(100vh - 96px)!important;overflow:auto!important;box-sizing:border-box!important;z-index:9999!important;transform:none!important}}@media (max-width:900px){.sectionTitle{margin:18px 0 10px;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px}.sectionTitle h3{max-width:none;font-size:17px;line-height:1.15}.sectionTitle span{max-width:none;text-align:left;font-size:13px;line-height:1.42}.card{border-radius:18px}.cardPad{padding:18px}}.appPortalHero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start!important}.appPortalHero>.card{height:auto!important}.appPortalHero .grid2{align-items:start}.appPortalHero .h2{font-size:18px;line-height:1.18;margin-bottom:8px}.appPortalHero .small{font-size:13px;line-height:1.45}.appPortalHero .ul li{margin:6px 0}@media (max-width:900px){.appPortalHero{grid-template-columns:1fr}}.appPortalHero{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important;gap:18px!important}.appPortalHero>.card{height:100%;min-height:0!important}.appPortalHero>.card:first-child{display:flex;flex-direction:column;justify-content:space-between}.appPortalHero>.card:first-child .small{max-width:92%}.appPortalHero .grid2{gap:12px!important;align-items:stretch!important}.appPortalHero .grid2>div{height:100%}.appPortalHero .h2{font-size:17px!important;line-height:1.18!important;margin-bottom:8px!important}.appPortalHero .small{font-size:13px!important;line-height:1.42!important}.appPortalHero .ul{margin-top:8px!important}.appPortalHero .ul li{margin:5px 0!important;line-height:1.35!important}.sectionTitle{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.sectionTitle h3{margin:0!important;flex:0 0 auto!important}.sectionTitle span{flex:1 1 auto!important;text-align:right!important;font-size:13px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:rgba(223,231,246,.82)!important}@media (max-width:900px){.appPortalHero{grid-template-columns:1fr!important}.appPortalHero>.card{height:auto!important}.sectionTitle{align-items:flex-start!important;flex-direction:column!important;gap:6px!important}.sectionTitle span{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;text-align:left!important;line-height:1.42!important}}:root[data-theme=light] body,:root[data-theme=light] html{background:radial-gradient(1000px 420px at 18% -8%,rgba(43,108,255,.1),transparent 50%),radial-gradient(760px 360px at 88% 6%,rgba(43,108,255,.07),transparent 54%),#f6f8ff!important;color:#0b1220!important}:root[data-theme=light] body{color-scheme:light}:root[data-theme=light] a{color:inherit}:root[data-theme=light] .topbar,:root[data-theme=light] .topbar-inner,:root[data-theme=light] .topbar__inner{background:hsla(0,0%,100%,.92)!important;border-color:rgba(11,18,32,.08)!important}:root[data-theme=light] .brand,:root[data-theme=light] .brand-name,:root[data-theme=light] .brand__name,:root[data-theme=light] .mobileMenuLink,:root[data-theme=light] .topbar__link{color:#0b1220!important}:root[data-theme=light] .brand-badge,:root[data-theme=light] .brand__mark{background:rgba(43,108,255,.1)!important;border-color:rgba(43,108,255,.22)!important;color:#1e40af!important}:root[data-theme=light] .container{color:#0b1220}:root[data-theme=light] .card,:root[data-theme=light] .headerDropdown,:root[data-theme=light] .invoicePreviewModal .notificationItem,:root[data-theme=light] .invoicePreviewPanel,:root[data-theme=light] .ipsModalCard,:root[data-theme=light] .landingStat,:root[data-theme=light] .landingValueItem,:root[data-theme=light] .managerStripeCard,:root[data-theme=light] .mobileMenuPanel,:root[data-theme=light] .modalCard,:root[data-theme=light] .notificationItem,:root[data-theme=light] .planChoiceCard,:root[data-theme=light] .pwaInstallPrompt,:root[data-theme=light] .statementShell,:root[data-theme=light] .statementSubtle,:root[data-theme=light] .tenantBottomNav{background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(247,249,255,.98))!important;color:#0b1220!important;border-color:rgba(11,18,32,.1)!important;box-shadow:0 16px 40px rgba(10,20,40,.08),inset 0 1px 0 hsla(0,0%,100%,.65)!important}:root[data-theme=light] .modalBackdrop{background:rgba(15,23,42,.2)!important}:root[data-theme=light] .footer,:root[data-theme=light] .kicker,:root[data-theme=light] .label,:root[data-theme=light] .noticeDeliveryHint,:root[data-theme=light] .pill-sub,:root[data-theme=light] .sectionTitle span,:root[data-theme=light] .small{color:rgba(11,18,32,.72)!important}:root[data-theme=light] .brand,:root[data-theme=light] .brand-name,:root[data-theme=light] .h1,:root[data-theme=light] .h2,:root[data-theme=light] .price,:root[data-theme=light] .sectionTitle h3,:root[data-theme=light] strong{color:#0b1220!important}:root[data-theme=light] .p,:root[data-theme=light] .priceSub,:root[data-theme=light] .ul,:root[data-theme=light] .ul li{color:rgba(11,18,32,.82)!important}:root[data-theme=light] .field,:root[data-theme=light] .input,:root[data-theme=light] .select,:root[data-theme=light] .textarea{background:#fff!important;color:#0b1220!important;border-color:rgba(11,18,32,.14)!important;box-shadow:none!important}:root[data-theme=light] .field::placeholder,:root[data-theme=light] .input::placeholder,:root[data-theme=light] .textarea::placeholder{color:rgba(11,18,32,.45)!important}:root[data-theme=light] .btn-outline,:root[data-theme=light] optgroup,:root[data-theme=light] option,:root[data-theme=light] select{background:#fff!important;color:#0b1220!important}:root[data-theme=light] .btn-outline{border-color:rgba(11,18,32,.14)!important}:root[data-theme=light] .btn-ghost:hover,:root[data-theme=light] .btn-outline:hover,:root[data-theme=light] .mobileMenuLink:hover,:root[data-theme=light] .topbar__link:hover{background:rgba(11,18,32,.05)!important;color:#0b1220!important}:root[data-theme=light] .btn-ghost{color:#0b1220!important}:root[data-theme=light] .badge,:root[data-theme=light] .pill{background:rgba(11,18,32,.04)!important;border-color:rgba(11,18,32,.12)!important;color:#0b1220!important}:root[data-theme=light] .notificationBell{background:rgba(11,18,32,.04)!important;border-color:rgba(11,18,32,.1)!important;color:#0b1220!important}:root[data-theme=light] .notificationBell.isIdle{background:rgba(11,18,32,.03)!important;color:rgba(11,18,32,.6)!important}:root[data-theme=light] .notificationBell.isActive{background:rgba(234,179,8,.18)!important;color:#92400e!important}:root[data-theme=light] .notificationDot,:root[data-theme=light] .tabBadge{color:#fff!important}:root[data-theme=light] .divider{background:rgba(11,18,32,.08)!important}:root[data-theme=light] .table td,:root[data-theme=light] .table th{border-color:rgba(11,18,32,.08)!important;color:#0b1220!important}:root[data-theme=light] .table th{color:rgba(11,18,32,.62)!important}:root[data-theme=light] .alert{background:#fff!important;color:#0b1220!important;border-color:rgba(11,18,32,.1)!important}:root[data-theme=light] .alert-err{background:rgba(239,68,68,.08)!important;border-color:rgba(239,68,68,.24)!important;color:#991b1b!important}:root[data-theme=light] .alert-ok{background:rgba(34,197,94,.08)!important;border-color:rgba(34,197,94,.24)!important;color:#166534!important}:root[data-theme=light] .browserNotifyPrompt{background:rgba(11,18,32,.03)!important;border-color:rgba(11,18,32,.1)!important}:root[data-theme=light] .footer{border-top-color:rgba(11,18,32,.08)!important}:root[data-theme=light] .footer a{color:rgba(11,18,32,.8)!important}:root[data-theme=light] .mobileMenuToggle{background:#fff!important;color:#0b1220!important;border-color:rgba(11,18,32,.1)!important}:root[data-theme=light] .tenantBottomNavBtn{color:rgba(11,18,32,.72)!important}:root[data-theme=light] .tenantBottomNavBtn.isActive{background:rgba(43,108,255,.12)!important;color:#1d4ed8!important}:root[data-theme=light] .pwaInstallText{color:rgba(11,18,32,.72)!important}:root[data-theme=light] .badge.placeno{background:rgba(34,197,94,.12)!important;color:#166534!important;border-color:rgba(34,197,94,.22)!important}:root[data-theme=light] .badge.neplaceno{background:rgba(239,68,68,.1)!important;color:#991b1b!important;border-color:rgba(239,68,68,.22)!important}