@import"https://fonts.googleapis.com/css2?family=Inter: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:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;--font-display: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--font-body: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--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 24px 60px rgba(10, 37, 64, .08);--radius-lg: 24px;--radius-md: 16px;--radius-sm: 10px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font-body);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)}.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-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:28px}.landing-hero{display:grid;gap:32px;align-items:center}.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:720px}.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;z-index:2;margin:248px 0 0 36px;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-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{padding:20px;background:var(--color-surface-strong);color:#f5f8fc;display:flex;flex-direction:column;gap:18px}.sidebar--admin{background:#2b1d1d}.sidebar__meta{color:#f5f8fcbf}.sidebar__nav{flex-direction:row;overflow-x:auto;padding-bottom:2px}.sidebar__nav a{color:#f5f8fcc7}.sidebar__nav a.active{background:#ffffff1f;color:#fff}.dashboard-layout__main{padding:20px}.screen-stack{display:flex;flex-direction:column;gap:24px}.page-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px}.page-header h1{font-size:clamp(1.85rem,10vw,2.5rem);line-height:1.05;margin-bottom:10px}.page-header__eyebrow{color:var(--color-primary);font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.78rem}.page-header__description{max-width:760px;color:var(--color-text-muted);line-height:1.6}.card-grid,.auth-grid{display:grid;grid-template-columns:1fr;gap:20px}.state-card{background:#ffffffeb;border:1px solid rgba(216,224,236,.95);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-soft)}.state-card h2{margin-bottom:16px;font-size:1.1rem}.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:48px;padding:0 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;color:var(--color-text)}.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:46px;padding:0 18px;width:100%;border:1px solid transparent;border-radius:999px;cursor:pointer;font-weight:600;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}@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}.landing-hero__actions{flex-direction:row;flex-wrap:wrap}}@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}}@media (min-width: 960px){.dashboard-layout{display:grid;grid-template-columns:280px minmax(0,1fr)}.sidebar{padding:28px;gap:24px}.sidebar__nav{flex-direction:column;align-items:stretch;justify-content:flex-start;overflow-x:visible;padding-bottom:0}.sidebar__nav a{display:inline-flex;align-items:center;justify-content:flex-start;width:100%;min-height:44px;padding:0 14px;border-radius:12px}.dashboard-layout__main{padding:32px}}@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__app{margin:0}.landing-showcase__stats,.landing-showcase__boards,.landing-showcase__channels{grid-template-columns:1fr}}
