@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{color-scheme:light;font-family:Plus Jakarta Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;--font-display: "Manrope", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--font-body: "Plus Jakarta Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--app-content-max: 1480px;--color-background: #f6f9fc;--color-surface: #ffffff;--color-surface-strong: #0a2540;--color-border: #e4e8ee;--color-text: #0a2540;--color-text-muted: #425466;--color-primary: #635bff;--color-primary-strong: #574fd6;--color-secondary: #eef2ff;--color-secondary-strong: #e4e8ff;--shadow-soft: 0 18px 44px rgba(10, 37, 64, .07);--radius-lg: 20px;--radius-md: 14px;--radius-sm: 10px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.58;background:linear-gradient(120deg,#635bff1a,#fff0 34%),radial-gradient(circle at top right,rgba(255,146,64,.18),transparent 30%),linear-gradient(180deg,#fefefe,#f6f9fc);color:var(--color-text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.04em}.route-loading-shell{min-height:100vh;display:grid;place-items:center;padding:32px 20px}.route-loading-shell--page{min-height:320px;place-items:start;padding:0}.route-loading-card{width:min(100%,520px);display:grid;gap:16px;justify-items:start;padding:32px;border:1px solid rgba(10,37,64,.08);border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f6f9fcf5);box-shadow:var(--shadow-soft)}.route-loading-card--page{width:min(100%,720px)}.route-loading-card__brand{font-size:.86rem;font-weight:800;letter-spacing:.14em;color:var(--color-primary)}.route-loading-card__spinner{width:42px;height:42px;border-radius:999px;border:3px solid rgba(99,91,255,.16);border-top-color:var(--color-primary);animation:route-loading-spin .9s linear infinite}.route-loading-card h1{font-size:1.9rem;line-height:1.08;letter-spacing:-.03em}.route-loading-card p{max-width:36ch;color:var(--color-text-muted);line-height:1.6}@keyframes route-loading-spin{to{transform:rotate(360deg)}}a{color:inherit;text-decoration:none}button,input{font:inherit}h1,h2,h3,p,ul{margin:0}ul{padding-left:1.25rem}.layout-shell{min-height:100vh}.layout-shell--public{padding:0 20px 24px}.topbar{position:sticky;top:0;z-index:20;margin:0 -20px 36px;padding:0 12px;background:#ffffffe0;border-bottom:1px solid rgba(10,37,64,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar__inner{max-width:100%;margin:0 auto;min-height:88px;display:flex;justify-content:space-between;align-items:center;gap:16px}.brand,.sidebar__brand{font-family:var(--font-display);font-size:1.75rem;font-weight:800;letter-spacing:-.04em}.topbar__nav,.sidebar__nav{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:flex-end}.topbar__nav a,.sidebar__nav a{color:var(--color-text-muted);font-weight:600}.topbar__action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:12px}.topbar__action--primary{background:#635bff;color:#fff!important;box-shadow:0 12px 26px #635bff38}.content-shell{max-width:1240px;margin:0 auto}.landing-page{display:flex;flex-direction:column;gap:40px}.landing-hero{display:grid;gap:32px;align-items:start}.landing-hero__content{position:relative;display:flex;flex-direction:column;gap:22px;padding:12px 0}.landing-pill{display:inline-flex;align-items:center;width:fit-content;padding:8px 0;border-radius:999px;color:#0a2540;font-size:.88rem;font-weight:700;letter-spacing:.08em;text-transform:none}.landing-hero__content h1{max-width:16ch;font-family:Inter,Inter Fallback,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-style:normal;font-size:48px;font-weight:700;line-height:60px;letter-spacing:-.045em}.landing-hero__subheader{max-width:38rem;font-size:clamp(1.08rem,2vw,1.28rem);line-height:1.6;color:var(--color-text-muted)}.landing-hero__actions{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.landing-action{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:60px;padding:0 28px;border-radius:14px;border:1px solid transparent;font-weight:700;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,border-color .12s ease}.landing-action:hover{transform:translateY(-1px)}.landing-action--primary{background:#635bff;color:#fff;box-shadow:0 18px 36px #635bff3d}.landing-action--primary:hover,.topbar__action--primary:hover{background:#574fd6}.landing-action--google{background:#fff;border-color:#635bff57;color:#3c4257;box-shadow:0 10px 20px #0f1c3f0a}.landing-action__google-icon{display:inline-flex;width:18px;height:18px}.landing-meta{font-size:.98rem;color:var(--color-text-muted);line-height:1.6}.landing-support-link{display:inline-flex;width:fit-content;align-items:center;gap:8px;color:#0a2540;font-weight:600}.landing-support-link:hover{color:#635bff}.landing-proof{display:grid;gap:10px;color:var(--color-text-muted);font-size:.96rem}.landing-proof span{position:relative;padding-left:18px}.landing-proof span:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:#635bff}.landing-showcase{position:relative;min-height:380px}.landing-showcase__halo{position:absolute;top:2%;right:2%;bottom:10%;left:14%;border-radius:44px;background:radial-gradient(circle at 30% 30%,rgba(135,181,255,.6),transparent 26%),linear-gradient(145deg,#ffbf62eb,#f478ffcc 58%,#635bffb3);filter:blur(0);transform:skewY(-6deg);animation:landingGlow 10s ease-in-out infinite alternate}.landing-showcase__network{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.landing-network__hub,.landing-network__node{position:absolute;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:700;box-shadow:0 20px 44px #0a254024}.landing-network__hub{left:38%;top:19%;width:116px;height:116px;background:linear-gradient(145deg,#635bff,#0a2540);color:#fff;font-size:1rem;animation:landingPulse 4.8s ease-in-out infinite}.landing-network__node{min-width:120px;height:64px;padding:0 18px;background:#fffffff5;color:#0a2540;font-size:.92rem;border:1px solid rgba(10,37,64,.08)}.landing-network__node--payments{left:10%;top:8%;animation:landingFloat 8s ease-in-out infinite}.landing-network__node--reminders{right:4%;top:16%;animation:landingFloat 9s ease-in-out infinite .8s}.landing-network__node--access{left:6%;top:40%;animation:landingFloat 8.6s ease-in-out infinite 1.2s}.landing-network__node--renewals{right:8%;top:43%;animation:landingFloat 7.8s ease-in-out infinite .3s}.landing-network__line{position:absolute;height:2px;background:linear-gradient(90deg,#635bff1a,#635bff8c,#635bff1f);transform-origin:left center;animation:landingLine 4.5s ease-in-out infinite}.landing-network__line--one{left:23%;top:20%;width:160px;transform:rotate(14deg)}.landing-network__line--two{left:50%;top:22%;width:176px;transform:rotate(-12deg);animation-delay:.8s}.landing-network__line--three{left:20%;top:42%;width:150px;transform:rotate(-10deg);animation-delay:1.4s}.landing-network__line--four{left:52%;top:40%;width:160px;transform:rotate(16deg);animation-delay:.4s}.landing-showcase__app{position:relative;padding:22px;border:1px solid rgba(10,37,64,.08);border-radius:28px;background:#ffffffeb;box-shadow:0 28px 80px #0a254029;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:landingCardIn .9s cubic-bezier(.2,.8,.2,1) both}.landing-dashboard-preview{display:grid;gap:20px}.landing-dashboard-preview__intro{display:grid;gap:10px;max-width:52rem}.landing-dashboard-preview__intro h2{margin:0;font-size:clamp(1.7rem,4vw,2.4rem);line-height:1.08;letter-spacing:-.035em}.landing-dashboard-preview__intro p{margin:0;color:var(--color-text-muted);line-height:1.65}.landing-preview-toolbar{display:grid;gap:14px;margin-bottom:18px}.landing-preview-toolbar__actions{display:grid;gap:10px}.landing-preview-selector,.landing-preview-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:999px;border:1px solid rgba(10,37,64,.08);background:#fff;font-weight:700}.landing-preview-selector{justify-content:space-between;gap:12px}.landing-preview-selector__label{color:var(--color-text-muted);font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.landing-preview-cta{background:#635bff1a;color:#574fd6}.landing-preview-shell{display:grid;gap:16px}.landing-preview-pane,.landing-preview-rail-card{display:grid;gap:14px;padding:16px;border:1px solid rgba(10,37,64,.08);border-radius:20px;background:#fffffff5}.landing-preview-pane__header{display:grid;gap:6px}.landing-preview-pane__header h3{margin:0;font-size:1.2rem}.landing-preview-pane__header p{margin:0;color:var(--color-text-muted);line-height:1.55}.landing-preview-section-label{color:var(--color-text-muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landing-preview-chip-row,.landing-preview-feed-meta,.landing-preview-footer-chips,.landing-preview-inline-actions{display:flex;gap:10px;flex-wrap:wrap}.landing-preview-chip{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.34rem .7rem;border-radius:999px;background:#1018280f;color:var(--color-text);font-size:.8rem;font-weight:700}.landing-preview-chip--info{background:#635bff1f;color:#574fd6}.landing-preview-chip--good{background:#0ca6781f;color:#027a48}.landing-preview-chip--warning{background:#f57c0024;color:#b54708}.landing-preview-chip--danger{background:#d92d201f;color:#b42318}.landing-preview-note{padding:14px 16px;border-radius:16px;border:1px solid rgba(10,37,64,.08);background:#10182808;color:var(--color-text-muted);line-height:1.55}.landing-preview-meta-grid,.landing-preview-stat-grid,.landing-preview-health-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.landing-preview-info-card,.landing-preview-stat-card,.landing-preview-health-card{display:grid;gap:6px;padding:14px;border-radius:16px;border:1px solid rgba(10,37,64,.08);background:#fff}.landing-preview-info-card span,.landing-preview-stat-card span,.landing-preview-health-card span,.landing-preview-feed-card small,.landing-preview-quick-list span{color:var(--color-text-muted)}.landing-preview-info-card strong,.landing-preview-stat-card strong,.landing-preview-health-card strong,.landing-preview-feed-card strong{font-size:1rem}.landing-preview-inline-actions span{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;background:#635bff14;color:#574fd6;font-size:.9rem;font-weight:700}.landing-preview-feed{display:grid;gap:12px}.landing-preview-feed-card{display:grid;gap:8px;padding:16px;border-radius:18px;border:1px solid rgba(10,37,64,.08);background:#fff}.landing-preview-feed-card p,.landing-preview-rail-card p{margin:0;color:var(--color-text-muted);line-height:1.55}.landing-preview-quick-list{display:grid;gap:10px}.landing-preview-quick-list div{display:flex;justify-content:space-between;gap:12px}.landing-preview-rail-card--muted{background:#10182808}.landing-preview-footer-chips span{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:999px;background:#f6f9fc;color:#0a2540;font-size:.88rem;font-weight:700}.landing-showcase__topbar,.landing-showcase__boards,.landing-showcase__stats,.landing-showcase__channels{display:grid;gap:14px}.landing-showcase__topbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-bottom:18px}.landing-showcase__eyebrow{margin-bottom:6px;color:#6b7c93;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landing-showcase__status{padding:8px 12px;border-radius:999px;background:#0db7831f;color:#0b8f6a;font-size:.82rem;font-weight:700}.landing-showcase__hero-card{display:grid;gap:10px;margin-bottom:18px;padding:18px;border-radius:20px;background:linear-gradient(135deg,#0a2540,#364ee0);color:#fff}.landing-showcase__hero-card strong{font-size:1.45rem}.landing-showcase__hero-card p{color:#fffc;line-height:1.55}.landing-showcase__stats{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.landing-stat-card,.landing-board{border:1px solid rgba(10,37,64,.08);border-radius:18px;background:#fff}.landing-stat-card{display:grid;gap:8px;padding:16px;animation:landingLiftIn .9s ease both}.landing-stat-card:nth-child(2){animation-delay:.12s}.landing-stat-card:nth-child(3){animation-delay:.22s}.landing-stat-card span,.landing-board header span{color:var(--color-text-muted);font-size:.85rem}.landing-stat-card strong{font-size:1.28rem}.landing-stat-card small,.landing-board__list small{color:var(--color-text-muted);line-height:1.5}.landing-showcase__boards{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:18px}.landing-board{padding:16px;animation:landingLiftIn .9s ease both}.landing-board:nth-child(2){animation-delay:.18s}.landing-board header{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}.landing-board__list{list-style:none;padding:0;display:grid;gap:12px}.landing-board__list li{padding:12px 0 0;border-top:1px solid rgba(10,37,64,.08)}.landing-board__list li:first-child{padding-top:0;border-top:0}.landing-board__list span{display:block;margin-bottom:4px;font-weight:700}.landing-showcase__channels{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-showcase__channels span{display:inline-flex;justify-content:center;padding:10px 12px;border-radius:999px;background:#f6f9fc;color:#0a2540;font-size:.88rem;font-weight:700;animation:landingLiftIn 1s ease both}.landing-showcase__channels span:nth-child(2){animation-delay:60ms}.landing-showcase__channels span:nth-child(3){animation-delay:.12s}.landing-showcase__channels span:nth-child(4){animation-delay:.18s}@keyframes landingGlow{0%{transform:skewY(-6deg) scale(1);opacity:.9}to{transform:skewY(-5deg) scale(1.03);opacity:1}}@keyframes landingFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@keyframes landingPulse{0%,to{transform:scale(1);box-shadow:0 20px 44px #0a254024}50%{transform:scale(1.04);box-shadow:0 26px 56px #635bff3d}}@keyframes landingLine{0%,to{opacity:.35}50%{opacity:.9}}@keyframes landingCardIn{0%{opacity:0;transform:translate3d(0,26px,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes landingLiftIn{0%{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:translateZ(0)}}.dashboard-layout{display:flex;flex-direction:column;min-height:100vh}.sidebar{display:none}.sidebar--admin{background:#2b1d1d}.dashboard-layout__main{display:flex;justify-content:center;padding:20px;min-width:0}.dashboard-layout__main>*{width:min(100%,var(--app-content-max))}.app-shell-mobile-bar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:calc(env(safe-area-inset-top,0px) + 14px) 16px 12px;background:#ffffffeb;border-bottom:1px solid rgba(16,24,40,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.app-shell-mobile-bar--admin{background:#2b1d1df5;border-bottom-color:#ffffff1a;color:#f5f8fc}.app-shell-mobile-bar__brand{font-family:var(--font-display);font-size:1.05rem;font-weight:800;letter-spacing:-.03em}.app-shell-menu-button{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;min-width:46px;min-height:46px;padding:0 12px;border:1px solid rgba(16,24,40,.12);border-radius:999px;background:#fff;color:var(--color-text);cursor:pointer}.app-shell-menu-button span{display:block;width:18px;height:2px;border-radius:999px;background:currentColor}.app-shell-menu-button--admin{border-color:#ffffff29;background:#ffffff14;color:#f5f8fc}.app-shell-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#0a254080}.app-shell-drawer{position:fixed;inset:0 auto 0 0;width:min(86vw,320px);padding:calc(env(safe-area-inset-top,0px) + 16px) 16px calc(env(safe-area-inset-bottom,0px) + 16px);background:var(--color-surface-strong);color:#f5f8fc;box-shadow:0 20px 48px #0a254047;overflow-y:auto;animation:appShellDrawerIn .18s ease}.app-shell-drawer--admin{background:#2b1d1d}.app-shell-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff14;color:#f5f8fc;font-size:1.45rem;line-height:1;cursor:pointer}.shell-nav-panel{display:flex;flex-direction:column;gap:18px;height:100%}.shell-nav-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.shell-nav-panel__brand{font-family:var(--font-display);font-size:1.75rem;font-weight:800;letter-spacing:-.04em}.shell-nav-panel__meta{margin:0;color:#f5f8fcbf}.shell-nav-panel__nav{display:flex;flex-direction:column;gap:10px}.shell-nav-panel__nav a{display:inline-flex;align-items:center;justify-content:flex-start;width:100%;min-height:46px;padding:0 14px;border-radius:12px;color:#f5f8fcd1;font-weight:600}.shell-nav-panel__nav a.active{background:#ffffff1f;color:#fff}.shell-nav-panel__footer{margin-top:auto}.shell-nav-panel__footer .button{width:100%}.screen-stack{display:flex;flex-direction:column;gap:28px}.page-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px}.page-header h1{font-family:var(--font-display);font-size:clamp(2.3rem,4.2vw,3.5rem);font-weight:800;line-height:1.05;letter-spacing:-.055em;margin-bottom:8px}.page-header__eyebrow{color:var(--color-primary);font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;font-size:.76rem}.page-header__description{max-width:820px;color:var(--color-text-muted);font-size:1.02rem;line-height:1.7}.card-grid,.auth-grid{display:grid;grid-template-columns:1fr;gap:20px}.state-card{background:#fffffff0;border:1px solid rgba(216,224,236,.95);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-soft)}.state-card h2{margin-bottom:18px;font-size:1.24rem;font-weight:800;letter-spacing:-.03em}.state-card__body,.form-stack{display:flex;flex-direction:column;gap:16px}.field-shell{display:flex;flex-direction:column;gap:8px}.field-shell__label{font-weight:600}.field-shell__hint{color:var(--color-text-muted);font-size:.9rem;line-height:1.5}.form-error{padding:12px 14px;border:1px solid rgba(190,42,42,.2);border-radius:var(--radius-sm);background:#be2a2a14;color:#9c2525;line-height:1.5}.text-input{width:100%;min-height:50px;padding:0 15px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;color:var(--color-text);font-size:.98rem}.text-input:focus{outline:2px solid rgba(31,122,90,.2);border-color:var(--color-primary)}.button-row{display:flex;gap:12px;flex-wrap:wrap}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0;color:#6f6a61;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#2c27201f}.auth-divider span{flex:0 0 auto}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;width:100%;border:1px solid transparent;border-radius:999px;cursor:pointer;font-family:var(--font-display);font-weight:700;letter-spacing:-.01em;transition:transform .12s ease,background .12s ease}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.7;transform:none}.button--primary{background:var(--color-primary);color:#fff}.button--primary:hover{background:var(--color-primary-strong)}.button--secondary{background:var(--color-secondary);color:var(--color-text)}.button--secondary:hover{background:var(--color-secondary-strong)}.list{display:flex;flex-direction:column;gap:10px;color:var(--color-text-muted);line-height:1.6}@keyframes appShellDrawerIn{0%{opacity:0;transform:translate3d(-16px,0,0)}to{opacity:1;transform:translateZ(0)}}@media (min-width: 720px){.layout-shell--public{padding:0 24px 28px}.topbar{margin:0 -24px 40px;padding:0 14px}.topbar__nav,.button{width:auto}.state-card{padding:24px 26px}.landing-hero__actions{flex-direction:row;flex-wrap:wrap}}@media (max-width: 719px){.topbar__inner{min-height:auto;padding:14px 0;align-items:flex-start}.topbar__nav{justify-content:flex-start}.dashboard-layout__main{padding:16px}.state-card{padding:18px;border-radius:20px}.button-row{flex-direction:column;align-items:stretch}.button-row>*{width:100%}}@media (min-width: 900px){.card-grid,.auth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-header{flex-direction:row;align-items:flex-start;gap:20px}.page-header h1{font-size:clamp(2rem,4vw,3rem)}.landing-hero{grid-template-columns:minmax(0,1.32fr) minmax(340px,.68fr);gap:20px}.landing-hero__content{padding-left:72px}.landing-dashboard-preview{gap:24px;padding-left:72px}.landing-preview-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:center}.landing-preview-toolbar__actions{grid-template-columns:minmax(240px,320px) auto;align-items:center}.landing-preview-shell{grid-template-columns:minmax(0,1fr) minmax(0,1.08fr) minmax(250px,.92fr);align-items:start}.landing-preview-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 960px){.dashboard-layout{display:grid;grid-template-columns:280px minmax(0,1fr)}.app-shell-mobile-bar,.app-shell-drawer-backdrop{display:none}.sidebar{display:flex;padding:28px;gap:24px;background:var(--color-surface-strong);color:#f5f8fc}.sidebar--admin{background:#2b1d1d}.dashboard-layout__main{padding:34px 40px 48px}}@media (max-width: 899px){.landing-showcase{min-height:auto}.landing-showcase__network{position:relative;height:240px;margin-bottom:12px}.landing-network__hub{left:50%;top:48%;margin-left:-58px;margin-top:-58px}.landing-network__node--payments{left:4%;top:0}.landing-network__node--reminders{right:2%;top:14%}.landing-network__node--access{left:2%;top:62%}.landing-network__node--renewals{right:5%;top:70%}.landing-network__line--one{left:18%;top:24%;width:108px}.landing-network__line--two{left:54%;top:30%;width:100px}.landing-network__line--three{left:18%;top:64%;width:102px}.landing-network__line--four{left:56%;top:66%;width:96px}.landing-showcase__stats,.landing-showcase__boards,.landing-showcase__channels{grid-template-columns:1fr}}
