:root{--brand-dark: hsl(221 46% 12%);--brand-dark-soft: hsl(221 40% 18%);--brand-primary: hsl(15 82% 51%);--brand-primary-soft: hsl(15 82% 51% / .14);--brand-primary-strong: hsl(15 82% 44%);--brand-accent: hsl(207 63% 64%);--surface: #ffffff;--ink: hsl(221 46% 15%);--ink-muted: hsl(221 20% 45%);--border: hsl(221 20% 88%);--danger: hsl(0 72% 51%);--danger-soft: hsl(0 86% 97%)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}body{font-family:Inter var,ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--ink);background:var(--brand-dark);-webkit-font-smoothing:antialiased}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}@media(max-width:860px){.auth-shell{grid-template-columns:1fr}}.auth-shell__brand{position:relative;display:none;flex-direction:column;justify-content:space-between;overflow:hidden;padding:3rem;background:radial-gradient(120% 140% at 15% 10%,var(--brand-dark-soft) 0%,var(--brand-dark) 60%);color:#fff}@media(min-width:860px){.auth-shell__brand{display:flex}}.auth-shell__wordmark{display:flex;align-items:center;gap:.6rem;font-size:1.05rem;font-weight:800;letter-spacing:-.01em}.auth-shell__wordmark svg{width:1.6rem;height:1.6rem;flex-shrink:0}.auth-shell__art{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.auth-shell__art svg{width:min(100%,22rem);height:auto}.auth-shell__copy{max-width:26rem}.auth-shell__headline{font-size:1.7rem;font-weight:700;letter-spacing:-.02em;line-height:1.25}.auth-shell__subhead{margin-top:.6rem;font-size:.95rem;color:#d4e2ed;line-height:1.55}.auth-shell__panel{display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem;background:var(--surface)}.auth-card{width:100%;max-width:24rem}.auth-eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:800;letter-spacing:.28em;text-transform:uppercase;color:var(--brand-primary)}.auth-title{margin-top:.85rem;font-size:1.9rem;font-weight:800;letter-spacing:-.03em;color:var(--ink)}.auth-subtitle{margin-top:.5rem;font-size:.9rem;color:var(--ink-muted);line-height:1.5}.auth-notice{margin-top:1.75rem;padding:.85rem 1rem;border-radius:.85rem;background:#f6f7f9;border:1px solid var(--border);color:var(--ink-muted);font-size:.85rem;line-height:1.5}.auth-error{margin-top:1.25rem;display:flex;align-items:flex-start;gap:.55rem;padding:.75rem 1rem;border-radius:.85rem;background:var(--danger-soft);border:1px solid hsl(0 72% 51% / .25);color:var(--danger);font-size:.85rem;line-height:1.4}.auth-form{margin-top:1.75rem;display:flex;flex-direction:column;gap:.35rem}.auth-label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);margin-top:1.1rem}.auth-label:first-of-type{margin-top:0}.auth-label-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-top:1.1rem}.auth-label-row .auth-label{margin-top:0}.auth-inline-link{background:none;border:none;padding:0;font:inherit;font-size:.85rem;font-weight:700;color:var(--brand-primary);cursor:pointer;white-space:nowrap}.auth-inline-link:hover{text-decoration:underline}.auth-inline-link:focus-visible{outline:2px solid var(--brand-primary);outline-offset:3px;border-radius:.2rem}.auth-mode-switch{display:inline-flex;margin-top:1.5rem;padding:.25rem;gap:.25rem;border-radius:999px;background:#f6f7f9;border:1px solid var(--border)}.auth-mode-switch__option{border:none;background:none;padding:.45rem .95rem;border-radius:999px;font-size:.85rem;font-weight:700;color:var(--ink-muted);cursor:pointer;transition:background-color .12s ease,color .12s ease}.auth-mode-switch__option:hover:not(.auth-mode-switch__option--active){color:var(--ink)}.auth-mode-switch__option--active{background:var(--surface);color:var(--brand-primary);border:1px solid var(--border);padding:calc(.45rem - 1px) calc(.95rem - 1px)}.auth-mode-switch__option:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.auth-input{margin-top:.4rem;height:2.85rem;padding:0 1rem;border-radius:.7rem;border:1.5px solid var(--border);font-size:.95rem;color:var(--ink);background:#fff;transition:border-color .12s ease,box-shadow .12s ease}.auth-input::placeholder{color:#a1a9ba}.auth-input:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-primary-soft)}.auth-button{margin-top:1.5rem;height:2.9rem;display:flex;align-items:center;justify-content:center;border-radius:999px;border:none;background:var(--brand-primary-strong);color:#fff;font-weight:700;font-size:.95rem;text-decoration:none;cursor:pointer;transition:filter .12s ease,transform .12s ease}.auth-button:hover:not(:disabled){filter:brightness(1.06)}.auth-button:active:not(:disabled){transform:scale(.98)}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-button:focus-visible{outline:2px solid var(--brand-primary);outline-offset:3px}.auth-footer{margin-top:1.75rem;text-align:center;font-size:.85rem;color:var(--ink-muted)}.auth-footer a{color:var(--brand-primary);font-weight:700;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-footer a:focus-visible,.auth-link-button:focus-visible{outline:2px solid var(--brand-primary);outline-offset:3px;border-radius:.2rem}.auth-link-button{background:none;border:none;padding:0;font:inherit;color:var(--brand-primary);font-weight:700;cursor:pointer}.auth-link-button:hover{text-decoration:underline}.auth-loading{display:flex;align-items:center;gap:.6rem;margin-top:1.75rem;font-size:.9rem;color:var(--ink-muted)}.auth-spinner{width:1.1rem;height:1.1rem;border-radius:50%;border:2px solid var(--border);border-top-color:var(--brand-primary);animation:auth-spin .7s linear infinite;flex-shrink:0}@keyframes auth-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.auth-spinner{animation-duration:1.4s}}.hub-card{width:100%;max-width:40rem}.hub-profile{margin-top:1.75rem;padding:1rem 1.1rem;border-radius:.85rem;background:#f6f7f9;border:1px solid var(--border)}.hub-profile__name{font-weight:700;color:var(--ink)}.hub-profile__email{margin-top:.15rem;font-size:.85rem;color:var(--ink-muted)}.hub-apps-status{margin-top:1.75rem;font-size:.9rem;color:var(--ink-muted)}.hub-apps-grid{margin-top:1.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}@media(max-width:520px){.hub-apps-grid{grid-template-columns:1fr}}@media(min-width:900px){.hub-apps-grid{grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:1.1rem}}.hub-app-card{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.1rem;border-radius:.85rem;border:1.5px solid var(--border);text-decoration:none;transition:border-color .12s ease,transform .12s ease}@media(min-width:900px){.hub-app-card{gap:.7rem;padding:1.4rem 1.5rem;border-radius:1.1rem}}.hub-app-card:hover{border-color:var(--brand-primary);transform:translateY(-1px)}.hub-app-card__icon{width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:.75rem;background:var(--brand-primary-soft);color:var(--brand-primary);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem}.hub-app-card__icon--accent{background:#69a9dd29;color:var(--brand-accent)}.hub-app-card__name{font-weight:700;color:var(--ink)}@media(min-width:900px){.hub-app-card__name{font-size:1.05rem}}.hub-app-card__description{font-size:.82rem;color:var(--ink-muted);line-height:1.4}.hub-logout{background:transparent;border:1.5px solid var(--border);color:var(--ink-muted)}.hub-logout:hover:not(:disabled){filter:none;border-color:var(--danger);color:var(--danger)}.account-shell{min-height:100vh;display:grid;grid-template-columns:15.5rem minmax(0,1fr);background:#f6f7f9}.account-shell__topbar,.account-shell__tabbar{display:none}.account-shell__sidebar{display:flex;flex-direction:column;gap:2rem;padding:1.75rem 1.25rem;background:var(--surface);border-right:1px solid var(--border)}@media(max-width:720px){.account-shell{grid-template-columns:1fr}.account-shell__sidebar{display:none}.account-shell__topbar{display:flex;align-items:center;padding:1rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border)}.account-shell__tabbar{display:block;position:fixed;left:0;right:0;bottom:0;z-index:20;background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom,0)}}.account-shell__wordmark{display:flex;align-items:center;gap:.6rem;font-size:1.05rem;font-weight:800;letter-spacing:-.01em;color:var(--ink)}.account-shell__wordmark svg{width:1.6rem;height:1.6rem;flex-shrink:0}.account-shell__sidebar .account-nav{display:flex;flex-direction:column;gap:.2rem}.account-shell__sidebar .account-nav__link{display:flex;align-items:center;gap:.75rem;padding:.6rem .85rem}.account-shell__sidebar .account-nav__icon{width:1.2rem;height:1.2rem;flex-shrink:0}.account-shell__tabbar .account-nav{display:grid;grid-template-columns:repeat(3,1fr)}.account-shell__tabbar .account-nav__link{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .25rem .65rem}.account-shell__tabbar .account-nav__icon{width:1.4rem;height:1.4rem}.account-shell__tabbar .account-nav__label{font-size:.66rem}.account-nav__link{border-radius:.7rem;font-size:.9rem;font-weight:600;color:var(--ink-muted);text-decoration:none;white-space:nowrap;transition:background .12s ease,color .12s ease}.account-nav__icon{display:flex}.account-nav__icon svg{width:100%;height:100%}.account-shell__sidebar .account-nav__link:hover{background:#f0f1f5;color:var(--ink)}.account-nav__link--active{color:var(--brand-primary)}.account-shell__sidebar .account-nav__link--active{background:var(--brand-primary-soft)}.account-shell__main{padding:2.5rem 2rem;max-width:48rem}@media(min-width:900px){.account-shell__main{padding:3.25rem 3rem;max-width:68rem}}@media(max-width:720px){.account-shell__main{padding:1.5rem 1.25rem;padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0px))}}.account-section__eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.28em;text-transform:uppercase;color:var(--brand-primary)}.account-section__title{margin-top:.6rem;font-size:1.6rem;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.account-section__subtitle{margin-top:.4rem;font-size:.9rem;color:var(--ink-muted);line-height:1.5}@media(min-width:900px){.account-section__title{font-size:2.1rem}.account-section__subtitle{font-size:1rem;max-width:38rem}}.account-section__body{margin-top:1.75rem}.account-inline-title{font-size:.9rem;font-weight:800;color:var(--ink);margin-bottom:.6rem}.account-highlight-card{display:flex;align-items:center;gap:.9rem;padding:1rem 1.1rem;border-radius:.85rem;border:1.5px solid var(--border);background:var(--surface);text-decoration:none}.account-highlight-card__icon{width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:.75rem;background:var(--brand-primary-soft);color:var(--brand-primary);display:flex;align-items:center;justify-content:center}.account-highlight-card__icon svg{width:1.35rem;height:1.35rem}.account-highlight-card__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.account-highlight-card__title{font-weight:700;font-size:.92rem;color:var(--ink)}.account-highlight-card__subtitle{font-size:.78rem;color:var(--ink-muted)}.account-highlight-card__chevron{width:1.1rem;height:1.1rem;flex-shrink:0;color:var(--ink-muted)}.account-quicklinks{margin-top:1.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}@media(max-width:520px){.account-quicklinks{grid-template-columns:1fr}}.account-status{font-size:.9rem;color:var(--ink-muted)}.account-empty{padding:1.5rem;border-radius:.85rem;border:1.5px dashed var(--border);text-align:center;font-size:.9rem;color:var(--ink-muted)}.account-list{display:flex;flex-direction:column;gap:.85rem}.account-card{padding:1rem 1.1rem;border-radius:.85rem;border:1.5px solid var(--border);background:var(--surface)}.account-card__title{font-weight:700;color:var(--ink)}.account-card__meta{margin-top:.2rem;font-size:.82rem;color:var(--ink-muted)}.account-card__entitlements{margin-top:.6rem;display:flex;flex-wrap:wrap;gap:.35rem}.account-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:999px;background:var(--brand-primary-soft);color:var(--brand-primary);font-size:.72rem;font-weight:700}.account-card__actions{margin-top:.75rem;display:flex;gap:.6rem;flex-wrap:wrap}.account-link-button{display:inline-flex;align-items:center;height:2.1rem;padding:0 .9rem;border-radius:999px;border:1.5px solid var(--border);background:transparent;color:var(--ink);font-size:.82rem;font-weight:700;text-decoration:none;cursor:pointer}.account-link-button:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.account-profile-form{display:flex;flex-direction:column;gap:1.25rem}.account-section-nav{display:flex;flex-direction:column;gap:.5rem}.account-section-nav__item{display:flex;align-items:center;gap:.85rem;padding:.9rem 1rem;border-radius:1rem;border:1.5px solid var(--border);background:var(--surface);cursor:pointer;font-family:inherit;text-align:left;transition:border-color .12s ease,background .12s ease}.account-section-nav__item:hover{border-color:var(--brand-primary)}.account-section-nav__item--active{border-color:var(--brand-primary);background:var(--brand-primary-soft)}.account-section-nav__icon{width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:.7rem;background:var(--brand-primary-soft);color:var(--brand-primary);display:flex;align-items:center;justify-content:center}.account-section-nav__item--active .account-section-nav__icon{background:var(--surface)}.account-section-nav__icon svg{width:1.2rem;height:1.2rem}.account-section-nav__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.account-section-nav__title{font-size:.95rem;font-weight:700;color:var(--ink)}.account-section-nav__hint{font-size:.78rem;color:var(--ink-muted)}.account-section-nav__done{width:1.4rem;height:1.4rem;flex-shrink:0;border-radius:999px;background:#dff6eb;color:#22774d;display:flex;align-items:center;justify-content:center}.account-section-nav__done svg{width:.85rem;height:.85rem}.account-section-panel{padding:1.5rem;border-radius:1.1rem;border:1.5px solid var(--border);background:var(--surface)}.account-field-grid{display:grid;grid-template-columns:1fr;gap:1rem}.account-field{display:flex;flex-direction:column;gap:.3rem}.account-field .auth-label{margin-top:0}@media(min-width:720px){.account-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.account-profile-form{display:grid;grid-template-columns:20rem minmax(0,1fr);align-items:start;gap:1.5rem}.account-section-nav{position:sticky;top:3.25rem}.account-section-panel{padding:2rem 2.25rem}.account-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1.5rem}}.account-perfil-grid,.account-perfil-grid__main,.account-perfil-grid__side{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:1180px){.account-perfil-grid{display:grid;grid-template-columns:26rem 20rem;align-items:start;gap:2rem}.account-profile-header__avatar{width:4.5rem;height:4.5rem;font-size:1.4rem}.account-profile-header__name{font-size:1.3rem}}.account-profile-header{display:flex;align-items:center;gap:.9rem}.account-profile-header__avatar{width:3.4rem;height:3.4rem;flex-shrink:0;border-radius:999px;background:var(--brand-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.05rem}.account-profile-header__name{font-weight:800;font-size:1.05rem;color:var(--ink)}.account-profile-header__email{margin-top:.15rem;font-size:.82rem;color:var(--ink-muted)}.account-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.3rem}.account-card__edit-link{font-size:.8rem;font-weight:700;color:var(--brand-primary);text-decoration:none}.account-row{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.85rem}.account-row:last-child{border-bottom:none}.account-row__label{color:var(--ink-muted)}.account-row__value{font-weight:600;color:var(--ink)}.account-linklist{border-radius:.85rem;border:1.5px solid var(--border);background:var(--surface);overflow:hidden}.account-linklist__item{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid var(--border);text-decoration:none;color:var(--ink)}.account-linklist__item:last-child{border-bottom:none}.account-linklist__icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--ink-muted);display:flex}.account-linklist__icon svg{width:100%;height:100%}.account-linklist__label{flex:1;font-size:.9rem;font-weight:600}.account-linklist__chevron{width:1.05rem;height:1.05rem;flex-shrink:0;color:var(--ink-muted)}.account-logout-button{background:transparent;border:1.5px solid var(--border);color:var(--ink-muted)}.account-logout-button:hover:not(:disabled){filter:none;border-color:var(--danger);color:var(--danger)}.account-linkedin-button{margin-top:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;height:2.4rem;border-radius:999px;background:#0a66c2;color:#fff;font-size:.82rem;font-weight:700;text-decoration:none}.account-linkedin-button svg{width:.95rem;height:.95rem}.account-inline-form{margin-top:1.25rem;display:flex;gap:.6rem;flex-wrap:wrap}.account-inline-form .auth-input{margin-top:0;flex:1;min-width:12rem}.account-inline-form .auth-button{margin-top:0;height:2.85rem;padding:0 1.4rem;white-space:nowrap}.account-success{margin-top:1.25rem;padding:.75rem 1rem;border-radius:.85rem;background:#effbf5;border:1px solid hsl(150 60% 40% / .25);color:#1d7247;font-size:.85rem;line-height:1.4}
