:root{color:#111214;background:#fff;color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--blue: #2962ff;--ink: #111214;--muted: #6a6d78;--border: #d8d9df;--line: #e8e9ed;--surface: #f6f7f9;--danger: #bd3349;--success: #18794e}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}body{min-height:100dvh;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input{font:inherit}button{color:inherit;touch-action:manipulation;-webkit-tap-highlight-color:transparent}button:disabled{cursor:wait;opacity:.62}.auth-shell{width:100%;height:100dvh;min-height:640px;display:grid;grid-template-columns:calc(50% - 12px) minmax(0,1fr);gap:16px;background:#fff}.campaign-panel{position:relative;min-width:0;height:calc(100dvh - 16px);margin:8px 0 8px 8px;overflow:hidden;border-radius:24px;isolation:isolate;background:#ebe8e2}.campaign-visual{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#ebe8e2}.campaign-slogan{position:absolute;z-index:2;top:9.5%;left:7.4%;width:85.2%;margin:0;display:grid;color:#13151a;font-size:clamp(32px,3.25vw,50px);font-weight:650;line-height:.96;letter-spacing:-.055em;text-shadow:0 1px rgba(255,255,255,.32)}.campaign-signoff{position:absolute;z-index:2;right:7.4%;bottom:7.2%;margin:0;display:grid;color:#20232a;font-size:clamp(16px,1.55vw,21px);font-weight:620;line-height:1.08;letter-spacing:-.035em;text-align:right;text-shadow:0 1px rgba(255,255,255,.3)}.campaign-hero-picture{position:absolute;top:-3%;right:-3%;bottom:-3%;left:-3%;z-index:1;display:block;transform:scale(1.015);transform-origin:50% 64%;will-change:transform;animation:campaign-image-drift 16s cubic-bezier(.45,0,.22,1) infinite alternate}.campaign-hero-image{width:100%;height:100%;display:block;object-fit:cover;object-position:50% 55%}@keyframes campaign-image-drift{0%{transform:scale(1.015) translateZ(0)}to{transform:scale(1.065) translate3d(0,-.65%,0)}}.auth-pane,.recovery-page{position:relative;min-width:0;height:100dvh;background:#fff}.auth-header{position:absolute;z-index:3;top:0;left:0;width:100%;height:111px;display:flex;align-items:center;justify-content:center;background:#fff}.brand-logo{position:relative;display:inline-flex;height:31px;align-items:center;gap:8px;color:#0f0f0f;white-space:nowrap}.brand-symbol{width:30px;height:30px;display:block;object-fit:contain;border-radius:6px}.brand-wordmark{display:inline-flex;align-items:baseline;font-size:25px;line-height:31px;letter-spacing:-1.15px}.brand-wordmark-ap7{font-weight:780}.brand-wordmark-office{font-weight:400}.brand-beta{position:absolute;top:2px;left:100%;color:#3f424a;font-size:7px;font-weight:750;line-height:1;letter-spacing:.07em}.back-button{position:absolute;left:36px;top:32px;width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;background:transparent;cursor:pointer}.back-button svg{width:30px;height:30px;stroke-width:1.35}.auth-content{width:100%;height:100%;display:grid;place-items:center;padding:104px 32px 40px;overflow-y:auto}.auth-stack{width:360px;max-width:100%;display:flex;flex-direction:column;align-items:stretch;gap:28px}.auth-card{width:100%;max-width:100%}.auth-card h2{margin:0;color:var(--ink);font-size:25px;font-weight:720;line-height:30px;letter-spacing:-.6px;text-align:center}.card-intro{max-width:350px;margin:10px auto 27px;color:#666970;font-size:14px;line-height:20px;text-align:center}.card-intro strong{color:#33353a;font-weight:650;overflow-wrap:anywhere}.card-intro.compact{margin-bottom:18px}.flow-eyebrow{display:block;margin-bottom:8px;color:#6b6e75;font-size:12px;font-weight:620;line-height:16px;letter-spacing:.01em;text-align:center}.primary-button{border-radius:10px;cursor:pointer;transition:transform .14s cubic-bezier(.2,.8,.2,1),background .12s ease,border-color .12s ease,box-shadow .12s ease}@media(hover:hover)and (pointer:fine){button:not(:disabled):hover{transform:translateY(-1px)}button:not(:disabled):active{transform:translateY(0) scale(.985)}}button:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.account-switch{text-align:center}.account-switch p{margin:0;color:#6b6e76;font-size:14px;line-height:20px}.text-link,.forgot-link,.secondary-link{padding:0;border:0;background:transparent;color:#3156b9;cursor:pointer}.email-card form,.recovery-card form,.onboarding-card form,.focused-card form{display:flex;flex-direction:column}.email-card>h2{margin-bottom:0}.field{position:relative;display:flex;flex-direction:column;margin-bottom:21px}.field-label{margin-bottom:5px;color:#686b75;font-size:13px;line-height:17px}.field-control{position:relative;width:100%;height:48px;display:flex;align-items:center}.field-control input{width:100%;height:48px;padding:0 14px;border:1px solid var(--border);border-radius:10px;outline:0;background:#fff;color:var(--ink);font-size:16px;line-height:20px;transition:border-color .12s ease,box-shadow .12s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none}.field-control input[type=password]{padding-right:50px}.field-control input[type=password]::-ms-reveal,.field-control input[type=password]::-ms-clear,.field-control input[type=password]::-webkit-credentials-auto-fill-button,.field-control input[type=password]::-webkit-contacts-auto-fill-button{display:none!important;visibility:hidden!important;pointer-events:none!important}.field-control input:focus{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.has-error .field-control input{border-color:var(--danger)}.has-error .field-control input:focus{box-shadow:0 0 0 1px var(--danger)}.field-hint{margin-top:5px;color:#686b73;font-size:12px;line-height:16px}.field-error{margin-top:5px;color:var(--danger);font-size:12px;line-height:16px}.field-trailing{position:absolute;right:7px;width:35px;height:35px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;background:transparent;cursor:pointer}.field-trailing svg{width:23px;height:23px;stroke-width:1.35}.forgot-link{align-self:flex-start;margin:-12px 0 21px;font-size:13px;line-height:18px}.primary-button{width:100%;height:48px;border:0;background:#252628;color:#fff;font-size:15px;font-weight:620;line-height:20px}.primary-button:not(:disabled):hover{background:#161719}.form-error,.inline-message,.success-message{margin:-7px 0 16px;padding:10px 12px;border-radius:8px;font-size:12px;line-height:17px}.form-error{background:#fff1f3;color:var(--danger)}.inline-message{margin-top:0;background:#f1f4fa;color:#3c465d;text-align:center}.success-message{display:flex;align-items:flex-start;gap:7px;background:#effaf4;color:var(--success)}.success-message svg{width:17px;height:17px;flex:0 0 auto;margin-top:1px}.invitation-guidance{display:flex;align-items:center;gap:12px;margin:0 0 23px;padding:13px 14px;border:1px solid #e2e3e6;border-radius:12px;background:#f8f8f9}.invitation-guidance>svg{width:23px;height:23px;flex:0 0 auto;stroke-width:1.4}.invitation-guidance span{display:grid;gap:2px}.invitation-guidance strong{font-size:13px;line-height:17px}.invitation-guidance small{color:#70737b;font-size:11px;line-height:15px}.recovery-page{width:100%}.recovery-card{position:absolute;top:50%;left:50%;width:360px;max-width:calc(100% - 48px);transform:translate(-50%,-50%)}.recovery-card .card-intro{margin-bottom:28px}.recovery-card .field{margin-bottom:23px}.focused-card,.onboarding-card{width:380px}.focused-card .card-intro,.onboarding-card .card-intro{margin-bottom:27px}.secondary-link{display:block;margin:17px auto 0;font-size:13px;line-height:18px}.step-indicator{width:72px;display:grid;grid-template-columns:repeat(2,1fr);gap:5px;margin:0 auto 25px}.step-indicator span{height:3px;border-radius:4px;background:#dfe1e6}.step-indicator span.active{background:#222428}.security-callout{display:flex;align-items:center;gap:13px;margin:0 0 23px;padding:14px;border:1px solid #e2e3e6;border-radius:12px;background:#f8f8f9}.security-callout>svg{width:25px;height:25px;flex:0 0 auto;stroke-width:1.4}.security-callout span{display:grid;gap:3px}.security-callout strong{font-size:13px;line-height:17px}.security-callout small{color:#777a84;font-size:11px;line-height:15px}.qr-frame{width:178px;height:178px;display:grid;place-items:center;margin:0 auto 13px;border:1px solid #e2e3e7;border-radius:14px;background:#fff}.qr-frame img{width:160px;height:160px;display:block}.manual-secret{margin:0 0 18px;color:#616570;font-size:12px;text-align:center}.manual-secret summary{width:max-content;margin:0 auto;border-radius:4px;cursor:pointer;color:#3156b9}.manual-secret code{display:block;margin-top:9px;padding:9px;overflow-wrap:anywhere;border-radius:7px;background:#f4f5f7;color:#33363d;font-size:11px;-webkit-user-select:all;user-select:all}.mfa-card .field{margin-bottom:18px}.dashboard-shell{min-height:100dvh;background:#f7f7f5;color:var(--ink);overflow-y:auto}.dashboard-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,4vw,64px);border-bottom:1px solid #e5e5e2;background:#fffffff0}.dashboard-account{display:flex;align-items:center;gap:10px;padding:5px 7px;border:0;border-radius:10px;background:transparent;text-align:left;cursor:pointer}.dashboard-account>span:last-child{display:grid;gap:1px}.dashboard-account strong{max-width:220px;overflow:hidden;color:#2d2f33;font-size:12px;font-weight:600;text-overflow:ellipsis}.dashboard-account small{color:#777a84;font-size:10px}.account-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#212225;color:#fff;font-size:13px;font-weight:700}.dashboard-content{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:72px 0 88px}.dashboard-kicker{width:max-content;display:flex;align-items:center;gap:7px;margin-bottom:18px;color:#317054;font-size:12px;font-weight:650;letter-spacing:.02em}.dashboard-kicker svg{width:17px;height:17px;padding:2px;border-radius:50%;background:#dceee4}.dashboard-content>h1{max-width:780px;margin:0;font-size:clamp(38px,5vw,64px);font-weight:650;line-height:1.01;letter-spacing:-.055em}.dashboard-content>p{max-width:670px;margin:20px 0 36px;color:#656971;font-size:16px;line-height:25px}.owner-summary{min-height:82px;display:flex;align-items:center;gap:14px;padding:15px 17px;border:1px solid #e0e1df;border-radius:16px;background:#fff}.summary-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:#f0efec}.summary-icon svg{width:24px;height:24px;stroke-width:1.45}.owner-summary>span:nth-child(2){display:grid;gap:3px}.owner-summary small{color:#7c7f86;font-size:11px}.owner-summary strong{font-size:15px;font-weight:650}.role-pill{margin-left:auto;padding:6px 10px;border-radius:999px;background:#f0f1f3;font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.roadmap-heading{display:flex;align-items:baseline;justify-content:space-between;margin:50px 0 16px}.roadmap-heading span{font-size:19px;font-weight:650;letter-spacing:-.3px}.roadmap-heading small{color:#85888e;font-size:12px}.roadmap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.roadmap-card{position:relative;min-height:245px;padding:25px;overflow:hidden;border:1px solid #e0e1df;border-radius:18px;background:#fff}.roadmap-card>svg{width:27px;height:27px;margin:31px 0 19px;stroke-width:1.35}.roadmap-number{position:absolute;top:21px;right:23px;color:#a6a8ad;font-size:11px;font-variant-numeric:tabular-nums;letter-spacing:.1em}.roadmap-card h2{margin:0 0 8px;font-size:17px;font-weight:650;letter-spacing:-.3px}.roadmap-card p{margin:0;color:#74777f;font-size:13px;line-height:19px}.coming-soon{position:absolute;bottom:23px;display:flex;align-items:center;gap:5px;color:#8b8e94;font-size:11px}.coming-soon svg{width:14px;height:14px}.status-page{width:100%;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding:24px;background:#fff}.loading-ring{width:22px;height:22px;border:2px solid #dedfe2;border-top-color:#202124;border-radius:50%;animation:loading-spin .7s linear infinite}@keyframes loading-spin{to{transform:rotate(360deg)}}.status-card{width:370px;max-width:100%;text-align:center}.status-card>svg{width:38px;height:38px;margin-bottom:14px;stroke-width:1.2}.status-card h1{margin:0 0 10px;font-size:24px;letter-spacing:-.5px}.status-card p{margin:0 0 23px;color:#6b6e77;font-size:14px;line-height:20px}@media(max-width:900px){body{overflow:auto}.auth-shell{display:block;min-height:640px}.campaign-panel{display:none}.auth-pane{width:100%;height:100dvh;min-height:640px}.auth-header,.recovery-page .auth-header{height:64px}.back-button{top:15px;left:24px}.auth-content{width:100%;padding:82px 24px 32px}.dashboard-content{padding-top:54px}.roadmap-grid{grid-template-columns:1fr}.roadmap-card{min-height:218px}}@media(max-width:620px){.auth-stack{width:min(380px,calc(100vw - 48px))}.dashboard-header{height:68px;padding:0 20px}.dashboard-account strong{max-width:105px}.dashboard-account small{display:none}.dashboard-content{width:calc(100% - 40px);padding:45px 0 64px}.dashboard-content>h1{font-size:38px}.dashboard-content>p{font-size:14px;line-height:22px}.roadmap-heading{align-items:flex-start;flex-direction:column;gap:5px}}@media(max-height:639px){body{overflow:auto}.auth-shell,.auth-pane,.recovery-page{height:640px}.campaign-panel{height:624px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.campaign-hero-picture{animation:none!important}button{transform:none!important}}
