@import url(https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;600;700;800&family=Figtree:wght@400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--border-accent:#2563eb61;--accent-glow:#2563eb1f}html{-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body.modal-open{overflow:hidden}.home{min-height:100vh}.navbar{align-items:center;background:#fff;background:var(--white);border-bottom:1px solid #0000;display:flex;height:64px;justify-content:space-between;left:0;padding:0 2.5rem;position:fixed;right:0;top:0;transition:border-color .3s ease,box-shadow .3s ease;z-index:100}.navbar--scrolled{border-bottom-color:#00000012;box-shadow:0 2px 24px #00000012}.navbar__logo{color:#1e3a8a;font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.1rem;font-weight:800;letter-spacing:-.025em;-webkit-user-select:none;user-select:none}.navbar__cta{background:#2563eb;background:var(--accent);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;color:var(--white);cursor:pointer;font-family:Figtree,sans-serif;font-family:var(--font-body);font-size:.875rem;font-weight:600;padding:.5rem 1.25rem;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}.navbar__cta:hover{background:#1d4ed8;background:var(--accent-hover);box-shadow:0 4px 14px #2563eb59;transform:translateY(-1px)}.navbar__cta:active{transform:translateY(0)}.hero{align-items:center;background-color:#0a0a0f;background-color:var(--bg);background-image:linear-gradient(hsla(0,0%,100%,.022) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.022) 1px,#0000 0);background-size:64px 64px;display:flex;min-height:100vh;overflow:hidden;padding-top:64px;position:relative}.hero__glow{background:radial-gradient(ellipse at 50% 0,#2563eb17 0,#0000 65%);height:600px;left:50%;pointer-events:none;position:absolute;top:-10%;transform:translateX(-50%);width:900px}.hero__inner{margin:0 auto;max-width:860px;padding:6rem 2.5rem 7rem;position:relative;text-align:center;z-index:1}.hero__label{animation:fadeSlideDown .55s cubic-bezier(.22,1,.36,1) both;border:1px solid #ffffff12;border:1px solid var(--border);border-radius:100px;color:#8888a8;color:var(--text-dim);display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.14em;margin-bottom:2.25rem;padding:.35rem 1rem;text-transform:uppercase}.hero__title{animation:fadeSlideDown .55s cubic-bezier(.22,1,.36,1) .08s both;color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:clamp(3.25rem,8.5vw,6.5rem);font-weight:800;letter-spacing:-.04em;line-height:1.04;margin-bottom:1.5rem}.hero__sub{animation:fadeSlideDown .55s cubic-bezier(.22,1,.36,1) .16s both;color:#8888a8;color:var(--text-dim);font-size:clamp(.95rem,2vw,1.15rem);line-height:1.65;margin:0 auto 3.5rem;max-width:440px}.hero__stats{align-items:stretch;animation:fadeSlideDown .55s cubic-bezier(.22,1,.36,1) .24s both;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:hsla(0,0%,100%,.025);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);display:inline-flex;overflow:hidden}.hero__stat{align-items:center;display:flex;flex-direction:column;gap:.2rem;padding:1.25rem 2.75rem}.hero__stat strong{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.65rem;font-weight:800;letter-spacing:-.04em;line-height:1}.hero__stat span{color:#52527a;color:var(--text-muted);font-size:.72rem;font-weight:500;letter-spacing:.01em;white-space:nowrap}.hero__stat-divider{align-self:stretch;background:#ffffff12;background:var(--border);width:1px}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}.plans{background:#0f0f18;background:var(--surface);border-top:1px solid #ffffff12;border-top:1px solid var(--border);padding:7rem 2.5rem}.plans__inner{margin:0 auto;max-width:1080px}.plans__title{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.035em;margin-bottom:.65rem;text-align:center}.plans__sub{color:#52527a;color:var(--text-muted);font-size:.95rem;margin-bottom:4rem;text-align:center}.plans__grid{grid-gap:1.25rem;align-items:start;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}.plan-card{background:#0a0a0f;background:var(--bg);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);display:flex;flex-direction:column;gap:1.5rem;padding:2rem;position:relative;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.plan-card:hover{border-color:#ffffff24;border-color:var(--border-hover);box-shadow:0 20px 56px #00000073;transform:translateY(-5px)}.plan-card--popular{background:#090d1a;border-color:#2563eb61;border-color:var(--border-accent);box-shadow:0 0 0 1px #2563eb26,0 8px 32px #2563eb1a}.plan-card--popular:hover{border-color:#2563eba6;box-shadow:0 0 0 1px #2563eb59,0 20px 56px #2563eb2e}.plan-card__badge{background:#2563eb;background:var(--accent);border-radius:100px;color:#fff;color:var(--white);font-family:Figtree,sans-serif;font-family:var(--font-body);font-size:.68rem;font-weight:700;left:50%;letter-spacing:.1em;padding:.3rem 1rem;position:absolute;text-transform:uppercase;top:-13px;transform:translateX(-50%);white-space:nowrap}.plan-card__header{display:flex;flex-direction:column;gap:.4rem}.plan-card__name{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.15rem;font-weight:700;letter-spacing:-.025em}.plan-card__desc{color:#52527a;color:var(--text-muted);font-size:.825rem;line-height:1.45}.plan-card__price{align-items:baseline;display:flex;gap:.2rem}.plan-card__amount{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:2.9rem;font-weight:800;letter-spacing:-.045em;line-height:1}.plan-card__period{color:#52527a;color:var(--text-muted);font-size:.875rem}.plan-card__features{display:flex;flex:1 1;flex-direction:column;gap:.55rem;list-style:none}.plan-card__feature{align-items:center;color:#8888a8;color:var(--text-dim);display:flex;font-size:.85rem;gap:.65rem;line-height:1.4}.plan-card__feature:before{background:#2563eb;background:var(--accent);border-radius:50%;content:"";display:block;flex-shrink:0;height:5px;opacity:.6;width:5px}.plan-card--popular .plan-card__feature:before{opacity:1}.plan-card__btn{background:#0000;border:1px solid #ffffff12;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#8888a8;color:var(--text-dim);cursor:pointer;font-family:Figtree,sans-serif;font-family:var(--font-body);font-size:.875rem;font-weight:600;padding:.85rem 1rem;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease;width:100%}.plan-card__btn:hover{background:#ffffff0d;border-color:#ffffff24;border-color:var(--border-hover);color:#ededf5;color:var(--text)}.plan-card--popular .plan-card__btn{background:#2563eb;background:var(--accent);border-color:#2563eb;border-color:var(--accent);color:#fff;color:var(--white)}.plan-card--popular .plan-card__btn:hover{background:#1d4ed8;background:var(--accent-hover);border-color:#1d4ed8;border-color:var(--accent-hover);box-shadow:0 4px 14px #2563eb59;transform:translateY(-1px)}.plan-card__btn:active{transform:translateY(0)}.footer{background:#0a0a0f;background:var(--bg);border-top:1px solid #ffffff12;border-top:1px solid var(--border);padding:2.25rem 2.5rem}.footer__inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1080px}.footer__brand{font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:.875rem;font-weight:700;letter-spacing:-.01em}.footer__brand,.footer__copy{color:#52527a;color:var(--text-muted)}.footer__copy{font-size:.775rem}.footer__links{display:flex;gap:1.5rem}.footer__links a{color:#52527a;color:var(--text-muted);font-size:.775rem;text-decoration:none;transition:color .2s ease}.footer__links a:hover{color:#8888a8;color:var(--text-dim)}.modal-overlay{align-items:center;animation:overlayIn .2s ease both;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#05050acc;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:200}.modal{animation:modalIn .28s cubic-bezier(.22,1,.36,1) both;background:#131320;background:var(--surface-2);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:20px;box-shadow:0 0 0 1px #ffffff0a,0 32px 96px #000000a6;max-width:420px;padding:2.5rem;position:relative;width:100%}.modal__close{align-items:center;background:#0000;border:1px solid #ffffff12;border:1px solid var(--border);border-radius:6px;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:1.2rem;top:1.2rem;transition:background .2s ease,border-color .2s ease;width:30px}.modal__close:hover{background:#ffffff0d;border-color:#ffffff24;border-color:var(--border-hover)}.modal__close-icon{display:block;height:11px;position:relative;width:11px}.modal__close-icon:after,.modal__close-icon:before{background:#8888a8;background:var(--text-dim);border-radius:2px;content:"";height:1.5px;left:0;position:absolute;top:50%;transform-origin:center;width:100%}.modal__close-icon:before{transform:translateY(-50%) rotate(45deg)}.modal__close-icon:after{transform:translateY(-50%) rotate(-45deg)}.modal__plan-tag{background:#2563eb1a;border:1px solid #2563eb38;border-radius:100px;color:#60a5fa;display:inline-flex;font-size:.72rem;font-weight:600;letter-spacing:.02em;margin-bottom:1.2rem;padding:.3rem .9rem}.modal__title{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.8rem;font-weight:800;letter-spacing:-.035em;margin-bottom:.4rem}.modal__sub{color:#52527a;color:var(--text-muted);font-size:.85rem;line-height:1.5;margin-bottom:2rem}.modal__error{background:#ef444414;border:1px solid #ef444438;border-radius:8px;border-radius:var(--radius-sm);color:#fca5a5;font-size:.825rem;margin-bottom:1rem;padding:.7rem 1rem}.modal__form{gap:1rem}.modal__field,.modal__form{display:flex;flex-direction:column}.modal__field{gap:.4rem}.modal__label{color:#8888a8;color:var(--text-dim);font-size:.775rem;font-weight:600;letter-spacing:.025em}.modal__input{background:#0a0a0f;background:var(--bg);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#ededf5;color:var(--text);font-family:Figtree,sans-serif;font-family:var(--font-body);font-size:.925rem;outline:none;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.modal__input::placeholder{color:#52527a;color:var(--text-muted)}.modal__input:focus{border-color:#2563eb8c;box-shadow:0 0 0 3px #2563eb1a}.modal__submit{background:#2563eb;background:var(--accent);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;color:var(--white);cursor:pointer;font-family:Figtree,sans-serif;font-family:var(--font-body);font-size:.925rem;font-weight:700;margin-top:.35rem;padding:.9rem;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;width:100%}.modal__submit:hover:not(:disabled){background:#1d4ed8;background:var(--accent-hover);box-shadow:0 6px 20px #2563eb61;transform:translateY(-1px)}.modal__submit:active:not(:disabled){transform:translateY(0)}.modal__submit:disabled{cursor:not-allowed;opacity:.55}.modal__secure{color:#52527a;color:var(--text-muted);font-size:.72rem;margin-top:1.2rem;text-align:center}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:900px){.plans__grid{grid-template-columns:1fr;margin:0 auto;max-width:400px}.plan-card--popular{order:-1}}@media (max-width:640px){.navbar{padding:0 1.25rem}.hero__inner{padding:4rem 1.25rem 5rem}.hero__stats{flex-direction:column;width:100%}.hero__stat{padding:1rem 2rem}.hero__stat-divider{align-self:stretch;height:1px;width:auto}.plans{padding:4rem 1.25rem}.footer__inner{align-items:flex-start;flex-direction:column;gap:.75rem}.modal{padding:2rem 1.5rem}}:root{--border-hover:#ffffff24;--border-focus:#2563eb8c}.auth-page{background-color:#0a0a0f;background-color:var(--bg);background-image:linear-gradient(hsla(0,0%,100%,.022) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.022) 1px,#0000 0);background-size:64px 64px;display:flex;flex-direction:column;min-height:100vh}.auth-navbar{align-items:center;background:#fff;background:var(--white);border-bottom:1px solid #0000000f;display:flex;flex-shrink:0;height:64px;justify-content:space-between;padding:0 2.5rem}.auth-navbar__logo{background:none;border:none;color:#1e3a8a;cursor:pointer;font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.1rem;font-weight:800;letter-spacing:-.025em;padding:0}.auth-navbar__link{color:#475569;font-family:Figtree,sans-serif;font-family:var(--font-body);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.auth-navbar__link:hover{color:#1e293b}.auth-body{align-items:center;display:flex;flex:1 1;justify-content:center;padding:3rem 1.5rem}.auth-card{animation:authCardIn .4s cubic-bezier(.22,1,.36,1) both;background:#131320;background:var(--surface-2);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:20px;box-shadow:0 0 0 1px #ffffff08,0 24px 64px #0000008c;max-width:440px;padding:2.5rem;width:100%}@keyframes authCardIn{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-card__label{border:1px solid #ffffff12;border:1px solid var(--border);border-radius:100px;color:#8888a8;color:var(--text-dim);display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.12em;margin-bottom:1.2rem;padding:.3rem .8rem;text-transform:uppercase}.auth-card__title{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.9rem;font-weight:800;letter-spacing:-.035em;margin-bottom:.4rem}.auth-card__sub{color:#52527a;color:var(--text-muted);font-size:.875rem;line-height:1.5;margin-bottom:2rem}.auth-info-box{align-items:center;background:#2563eb12;border:1px solid #2563eb33;border-radius:8px;border-radius:var(--radius-sm);color:#93c5fd;display:flex;font-size:.85rem;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem}.auth-info-box strong{color:#ededf5;color:var(--text)}.auth-plan-tag{align-items:center;background:#4ade8014;border:1px solid #4ade8033;border-radius:100px;color:#4ade80;display:inline-flex;font-size:.72rem;font-weight:700;gap:.4rem;letter-spacing:.08em;margin-bottom:1.5rem;padding:.3rem .9rem;text-transform:uppercase}.auth-form{gap:1rem}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:.4rem}.auth-label{color:#8888a8;color:var(--text-dim);font-size:.775rem;font-weight:600;letter-spacing:.02em}.auth-input{background:#0a0a0f;background:var(--bg);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#ededf5;color:var(--text);font-family:Figtree,sans-serif;font-family:var(--font-body);font-size:.925rem;outline:none;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.auth-input::placeholder{color:#52527a;color:var(--text-muted)}.auth-input:focus{border-color:#2563eb8c;border-color:var(--border-focus);box-shadow:0 0 0 3px #2563eb1a}.auth-consent{align-items:flex-start;cursor:pointer;display:flex;gap:.65rem;padding:.25rem 0}.auth-consent__checkbox{accent-color:#2563eb;accent-color:var(--accent);background:#0a0a0f;background:var(--bg);border:1px solid #ffffff24;border:1px solid var(--border-hover);border-radius:4px;cursor:pointer;flex-shrink:0;height:16px;margin-top:2px;width:16px}.auth-consent__text{color:#52527a;color:var(--text-muted);font-size:.8rem;line-height:1.5}.auth-consent__text a{color:#60a5fa;text-decoration:none}.auth-consent__text a:hover{text-decoration:underline}.auth-btn{background:#2563eb;background:var(--accent);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;color:var(--white);cursor:pointer;font-family:Figtree,sans-serif;font-family:var(--font-body);font-size:.925rem;font-weight:700;margin-top:.25rem;padding:.9rem;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;width:100%}.auth-btn:hover:not(:disabled){background:#1d4ed8;background:var(--accent-hover);box-shadow:0 6px 20px #2563eb61;transform:translateY(-1px)}.auth-btn:active:not(:disabled){transform:translateY(0)}.auth-btn:disabled{cursor:not-allowed;opacity:.55}.auth-links{align-items:center;display:flex;flex-direction:column;gap:.6rem;margin-top:1.5rem}.auth-links p{color:#52527a;color:var(--text-muted);font-size:.825rem}.auth-links a{color:#60a5fa;font-weight:500;text-decoration:none;transition:color .2s}.auth-links a:hover{color:#93c5fd}.auth-links__forgot{color:#52527a;color:var(--text-muted);font-size:.8rem;text-decoration:none;transition:color .2s}.auth-links__forgot:hover{color:#8888a8;color:var(--text-dim)}.auth-error{background:#ef444414;border:1px solid #ef444438;border-radius:8px;border-radius:var(--radius-sm);color:#fca5a5;font-size:.825rem;margin-bottom:1rem;padding:.7rem 1rem}.auth-loading{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1.25rem;justify-content:center}.auth-spinner{animation:spin .75s linear infinite;border:2px solid #ffffff12;border-top-color:#2563eb;border:2px solid var(--border);border-radius:50%;border-top-color:var(--accent);height:36px;width:36px}.auth-loading__text{color:#52527a;color:var(--text-muted);font-size:.9rem}.auth-state-error{align-items:center;display:flex;flex:1 1;justify-content:center;padding:2rem}.auth-state-error__card{background:#131320;background:var(--surface-2);border:1px solid #ef444433;border-radius:20px;box-shadow:0 24px 64px #0000008c;max-width:440px;padding:2.5rem;text-align:center;width:100%}.auth-state-error__icon{align-items:center;background:#ef44441a;border:1px solid #ef444440;border-radius:50%;display:flex;height:48px;justify-content:center;margin:0 auto 1.25rem;width:48px}.auth-state-error__icon:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f87171' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18 18 6M6 6l12 12'/%3E%3C/svg%3E") no-repeat 50%/contain;content:"";display:block;height:20px;width:20px}.auth-state-error__title{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.4rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem}.auth-state-error__msg{color:#52527a;color:var(--text-muted);font-size:.875rem;line-height:1.55;margin-bottom:1.75rem}.auth-btn-ghost{background:#0000;border:1px solid #ffffff12;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#8888a8;color:var(--text-dim);cursor:pointer;font-family:Figtree,sans-serif;font-family:var(--font-body);font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:background .2s,border-color .2s,color .2s}.auth-btn-ghost:hover{background:#ffffff0d;border-color:#ffffff24;border-color:var(--border-hover);color:#ededf5;color:var(--text)}.auth-secure{color:#52527a;color:var(--text-muted);font-size:.72rem;margin-top:1.25rem;text-align:center}@media (max-width:480px){.auth-card{padding:2rem 1.5rem}.auth-navbar{padding:0 1.25rem}}:root{--surface-3:#16162a;--border-hover:#ffffff21;--border-accent:#2563eb59;--accent-hover:#1d4ed8;--success:#10b981;--warning:#f59e0b}body{line-height:1.6}.dash-loading{align-items:center;background:#0a0a0f;background:var(--bg);display:flex;flex-direction:column;gap:1.25rem;justify-content:center;min-height:100vh}.dash-spinner{animation:spin .75s linear infinite;border:2px solid #ffffff12;border-top-color:#2563eb;border:2px solid var(--border);border-radius:50%;border-top-color:var(--accent);height:36px;width:36px}@keyframes spin{to{transform:rotate(1turn)}}.dash-loading__text{color:#52527a;color:var(--text-muted);font-size:.875rem}.dashboard{background-color:#0a0a0f;background-color:var(--bg);display:flex;flex-direction:column;min-height:100vh}.dash-nav{align-items:center;background:#0f0f18;background:var(--surface);border-bottom:1px solid #ffffff12;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;height:64px;justify-content:space-between;padding:0 2.5rem;position:sticky;top:0;z-index:50}.dash-nav__logo{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.05rem;font-weight:800;letter-spacing:-.025em;-webkit-user-select:none;user-select:none}.dash-nav__logo span{color:#2563eb;color:var(--accent)}.dash-nav__right{align-items:center;display:flex;gap:1rem}.dash-nav__user{color:#8888a8;color:var(--text-dim);font-size:.85rem;font-weight:500}.dash-nav__logout{background:#0000;border:1px solid #ffffff12;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#52527a;color:var(--text-muted);cursor:pointer;font-family:Figtree,sans-serif;font-family:var(--font-body);font-size:.825rem;font-weight:600;padding:.45rem 1rem;transition:background .2s,border-color .2s,color .2s}.dash-nav__logout:hover{background:#ffffff0d;border-color:#ffffff21;border-color:var(--border-hover);color:#ededf5;color:var(--text)}.dash-main{flex:1 1;margin:0 auto;max-width:1080px;padding:3rem 2.5rem 4rem;width:100%}.dash-hero{animation:fadeSlideUp .45s cubic-bezier(.22,1,.36,1) both;margin-bottom:2.5rem}.dash-hero__greeting{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:.4rem}.dash-hero__sub{color:#52527a;color:var(--text-muted);font-size:.95rem}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.dash-grid{grid-gap:1.25rem;animation:fadeSlideUp .45s cubic-bezier(.22,1,.36,1) .08s both;display:grid;gap:1.25rem;grid-template-columns:1fr 340px;margin-bottom:1.25rem}.dash-agent-card{background:#131320;background:var(--surface-2);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);display:flex;flex-direction:column;gap:1.25rem;padding:2rem}.dash-agent-card--active{border-color:#2563eb59;border-color:var(--border-accent);box-shadow:0 0 0 1px #2563eb26,0 8px 32px #2563eb14}.dash-agent-header{align-items:center;display:flex;justify-content:space-between}.dash-status{align-items:center;display:flex;font-size:.75rem;font-weight:600;gap:.5rem;letter-spacing:.08em;text-transform:uppercase}.dash-status__dot{border-radius:50%;flex-shrink:0;height:7px;width:7px}.dash-status--active .dash-status__dot{background:#10b981;background:var(--success);box-shadow:0 0 6px #10b98199}.dash-status--inactive .dash-status__dot{background:#f59e0b;background:var(--warning)}.dash-status--active{color:#10b981;color:var(--success)}.dash-status--inactive{color:#f59e0b;color:var(--warning)}.dash-agent-title{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.4rem;font-weight:800;letter-spacing:-.03em}.dash-agent-desc{color:#52527a;color:var(--text-muted);flex:1 1;font-size:.875rem;line-height:1.55}.dash-agent-actions{display:flex;flex-wrap:wrap;gap:.75rem}.dash-btn-primary{background:#2563eb;background:var(--accent);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;color:var(--white);cursor:pointer;font-family:Figtree,sans-serif;font-family:var(--font-body);font-size:.875rem;font-weight:700;padding:.75rem 1.5rem;transition:background .2s,transform .15s,box-shadow .2s}.dash-btn-primary:hover{background:#1d4ed8;background:var(--accent-hover);box-shadow:0 4px 14px #2563eb59;transform:translateY(-1px)}.dash-btn-primary:active{transform:translateY(0)}.dash-btn-secondary{align-items:center;background:#0000;border:1px solid #ffffff12;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#8888a8;color:var(--text-dim);cursor:pointer;display:inline-flex;font-family:Figtree,sans-serif;font-family:var(--font-body);font-size:.875rem;font-weight:600;padding:.75rem 1.25rem;text-decoration:none;transition:background .2s,border-color .2s,color .2s}.dash-btn-secondary:hover{background:#ffffff0a;border-color:#ffffff21;border-color:var(--border-hover);color:#ededf5;color:var(--text)}.dash-info-stack{gap:1.25rem}.dash-info-card,.dash-info-stack{display:flex;flex-direction:column}.dash-info-card{background:#131320;background:var(--surface-2);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);gap:.35rem;padding:1.5rem}.dash-info-card__label{color:#52527a;color:var(--text-muted);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.dash-info-card__value{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.dash-info-card__sub{color:#52527a;color:var(--text-muted);font-size:.775rem}.dash-steps{animation:fadeSlideUp .45s cubic-bezier(.22,1,.36,1) .16s both;background:#131320;background:var(--surface-2);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);padding:2rem}.dash-steps__title{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.1rem;font-weight:700;letter-spacing:-.025em;margin-bottom:1.5rem}.dash-step-list{display:flex;flex-direction:column;gap:0}.dash-step{align-items:flex-start;border-bottom:1px solid #ffffff12;border-bottom:1px solid var(--border);display:flex;gap:1rem;padding:1rem 0}.dash-step:last-child{border-bottom:none;padding-bottom:0}.dash-step__num{align-items:center;background:#16162a;background:var(--surface-3);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:50%;color:#52527a;color:var(--text-muted);display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:28px;justify-content:center;margin-top:1px;width:28px}.dash-step--done .dash-step__num{background:#10b9811f;border-color:#10b9814d;color:#10b981;color:var(--success)}.dash-step__content strong{color:#ededf5;color:var(--text);display:block;font-size:.9rem;font-weight:600;margin-bottom:.15rem}.dash-step__content p{color:#52527a;color:var(--text-muted);font-size:.8rem;line-height:1.5}.dash-step--done .dash-step__content strong{color:#8888a8;color:var(--text-dim)}.dash-cta-card{animation:fadeSlideUp .45s cubic-bezier(.22,1,.36,1) .08s both;background:#090d1a;border:1px solid #2563eb59;border:1px solid var(--border-accent);border-radius:14px;border-radius:var(--radius);box-shadow:0 0 0 1px #2563eb1f,0 8px 32px #2563eb14;margin-bottom:1.25rem;padding:2.5rem;text-align:center}.dash-cta-card__title{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem}.dash-cta-card__sub{color:#8888a8;color:var(--text-dim);font-size:.9rem;margin-bottom:1.75rem;margin-left:auto;margin-right:auto;max-width:480px}@media (max-width:860px){.dash-grid{grid-template-columns:1fr}.dash-info-stack{flex-direction:row}.dash-info-card{flex:1 1}}@media (max-width:600px){.dash-nav{padding:0 1.25rem}.dash-main{padding:2rem 1.25rem 3rem}.dash-info-stack{flex-direction:column}.dash-nav__user{display:none}}:root{--bg:#0a0a0f;--surface:#0f0f18;--surface-2:#131320;--border:#ffffff12;--text:#ededf5;--text-dim:#8888a8;--text-muted:#52527a;--accent:#2563eb;--white:#fff;--font-display:"Bricolage Grotesque",sans-serif;--font-body:"Figtree",sans-serif;--radius:14px;--radius-sm:8px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased}body{color:#ededf5;color:var(--text);font-family:Figtree,sans-serif;font-family:var(--font-body);line-height:1.7}.legal-page,body{background:#0a0a0f;background:var(--bg)}.legal-page{display:flex;flex-direction:column;min-height:100vh}.legal-nav{align-items:center;background:#fff;background:var(--white);border-bottom:1px solid #0000000f;display:flex;flex-shrink:0;height:64px;justify-content:space-between;padding:0 2.5rem;position:sticky;top:0;z-index:50}.legal-nav__logo{background:none;border:none;color:#1e3a8a;cursor:pointer;font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.1rem;font-weight:800;letter-spacing:-.025em;padding:0}.legal-nav__back{background:none;border:1px solid #0000001f;border-radius:8px;border-radius:var(--radius-sm);color:#475569;cursor:pointer;font-family:Figtree,sans-serif;font-family:var(--font-body);font-size:.875rem;font-weight:500;padding:.4rem 1rem;transition:background .2s,color .2s}.legal-nav__back:hover{background:#0000000a;color:#1e293b}.legal-main{flex:1 1;margin:0 auto;max-width:800px;padding:4rem 2.5rem;width:100%}.legal-header{border-bottom:1px solid #ffffff12;border-bottom:1px solid var(--border);margin-bottom:3.5rem;padding-bottom:2.5rem}.legal-header__label{border:1px solid #ffffff12;border:1px solid var(--border);border-radius:100px;color:#8888a8;color:var(--text-dim);display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.12em;margin-bottom:1.2rem;padding:.3rem .8rem;text-transform:uppercase}.legal-header__title{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:.75rem}.legal-header__meta{color:#52527a;color:var(--text-muted);font-size:.85rem}.legal-content{display:flex;flex-direction:column;gap:2.5rem}.legal-section h2{color:#ededf5;color:var(--text);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-display);font-size:1.15rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.9rem}.legal-section p{color:#8888a8;color:var(--text-dim);font-size:.925rem;line-height:1.75;margin-bottom:.75rem}.legal-section p:last-child{margin-bottom:0}.legal-section ul{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:.75rem 0}.legal-section ul li{color:#8888a8;color:var(--text-dim);font-size:.9rem;line-height:1.65;padding-left:1.1rem;position:relative}.legal-section ul li:before{background:#2563eb;background:var(--accent);border-radius:50%;content:"";display:block;height:4px;left:0;opacity:.6;position:absolute;top:.6em;width:4px}.legal-section ul li strong{color:#ededf5;color:var(--text);font-weight:600}.legal-section a{color:#60a5fa;text-decoration:none}.legal-section a:hover{text-decoration:underline}.legal-section em{color:#8888a8;color:var(--text-dim);font-style:italic}.legal-contact-box{background:#131320;background:var(--surface-2);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);display:flex;flex-direction:column;gap:.3rem;margin-top:1rem;padding:1.25rem 1.5rem}.legal-contact-box strong{color:#ededf5;color:var(--text);font-size:.9rem;font-weight:700;margin-bottom:.15rem}.legal-contact-box p{color:#8888a8;color:var(--text-dim);font-size:.85rem;margin:0}.legal-contact-box a{color:#60a5fa;text-decoration:none}.legal-contact-box a:hover{text-decoration:underline}.legal-footer{background:#0a0a0f;background:var(--bg);border-top:1px solid #ffffff12;border-top:1px solid var(--border);padding:2rem 2.5rem;text-align:center}.legal-footer p{color:#52527a;color:var(--text-muted);font-size:.775rem;margin-bottom:.75rem}.legal-footer__links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.legal-footer__links a{color:#52527a;color:var(--text-muted);font-size:.775rem;text-decoration:none;transition:color .2s}.legal-footer__links a:hover{color:#8888a8;color:var(--text-dim)}@media (max-width:600px){.legal-nav{padding:0 1.25rem}.legal-main{padding:2.5rem 1.25rem}}
/*# sourceMappingURL=main.a40937f7.css.map*/