:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{background:radial-gradient(circle at top left,#e0f2fe,#f9fafb)}*,*:before,*:after{box-sizing:border-box}#root{min-height:100vh;margin:0 auto;padding:2rem;display:flex;align-items:center;justify-content:center;color:#0f172a;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}.app-shell{width:100%;max-width:720px}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;padding:1.6rem 1.8rem 1.7rem;box-shadow:0 16px 38px #0f172a24,0 0 0 1px #94a3b80f;color:#0f172a;position:relative;overflow:hidden}.profile-card__top{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:1.5rem;align-items:center;margin-bottom:1.4rem}.profile-card__photo-wrapper{width:92px;height:92px;border-radius:999px;border:3px solid #e0f2fe;box-shadow:0 12px 28px #0f172a33,0 0 0 1px #94a3b866;overflow:hidden}.profile-card__photo{width:100%;height:100%;object-fit:cover;display:block}.profile-card__identity{min-width:0}.profile-card__label{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#64748b;margin:0 0 .25rem}.profile-card__name{font-size:1.4rem;font-weight:600;letter-spacing:.02em;margin:0}.profile-card__subtitle{margin:.35rem 0 0;font-size:.9rem;color:#4b5563;line-height:1.5}.profile-card__metrics{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0 0 1.4rem;padding:0}.metric-pill{font-size:.78rem;padding:.6rem .7rem;border-radius:.9rem;background:#f8fafc;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.15rem}.metric-pill__value{font-size:.9rem;font-weight:600;color:#1d4ed8}.metric-pill__label{font-size:.75rem;color:#64748b}.profile-card__highlights{margin-bottom:1.35rem}.profile-card__section-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.16em;color:#94a3b8;margin:0 0 .4rem}.profile-card__list{margin:0;padding-left:1.05rem;font-size:.9rem;color:#4b5563}.profile-card__list li+li{margin-top:.25rem}.profile-card__footer{display:flex;flex-direction:column;gap:.85rem}.profile-card__tags{display:flex;flex-wrap:wrap;gap:.45rem}.profile-card__tags span{font-size:.75rem;padding:.25rem .7rem;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.profile-card__actions{display:flex;gap:.75rem}.btn{flex:1;font-size:.9rem;font-weight:500;padding:.65rem .9rem;border-radius:999px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease,border-color .14s ease,color .14s ease}.btn__icon{width:16px;height:16px;margin-right:.4rem;fill:currentColor}.btn--primary{background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;box-shadow:0 10px 24px #2563eb54,0 0 0 1px #2563ebb3}.btn--primary:hover{color:#fff;transform:translateY(-1px);box-shadow:0 14px 32px #2563eb73,0 0 0 1px #1e40afe6}.btn--ghost{background:#fff;border-color:#cbd5f5;color:#1d4ed8}.btn--ghost:hover{transform:translateY(-1px);border-color:#1d4ed8;box-shadow:0 10px 24px #0f172a1f}.celebration-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#0f172a59,#0f172a99);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:20}.celebration-message{max-width:480px;width:min(90%,480px);background:#0f172a;color:#e5e7eb;padding:1.4rem 1.6rem;border-radius:1rem;text-align:center;box-shadow:0 20px 45px #0f172a99,0 0 0 1px #94a3b880;border:1px solid rgba(59,130,246,.6)}.celebration-message__title{font-size:1.5rem;font-weight:600;margin:0 0 .4rem}.celebration-message__body{margin:0;font-size:.94rem;color:#cbd5f5}.access-gate{min-height:100vh;display:flex;align-items:center;justify-content:center}.access-gate__panel{width:100%;max-width:380px;padding:1.75rem 1.8rem 1.9rem;border-radius:1.1rem;background:#fff;box-shadow:0 18px 45px #0f172a2e,0 0 0 1px #94a3b82e;text-align:left}.access-gate__title{margin:0 0 .4rem;font-size:1.2rem;font-weight:600;color:#0f172a}.access-gate__body{margin:0 0 1rem;font-size:.9rem;color:#4b5563}.access-gate__form{display:flex;flex-direction:column;gap:.65rem}.access-gate__input{width:100%;padding:.6rem .75rem;border-radius:.65rem;border:1px solid #cbd5f5;font-size:.9rem;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.access-gate__input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb80}.access-gate__error{margin:0;font-size:.8rem;color:#b91c1c}.access-gate__button{margin-top:.3rem}@media(max-width:640px){#root{padding:1.25rem 1rem;align-items:flex-start}.app-shell{max-width:100%}.profile-card{padding:1.3rem 1.2rem 1.4rem;border-radius:1rem}.profile-card__top{grid-template-columns:minmax(0,1fr);column-gap:0;row-gap:.9rem;align-items:flex-start}.profile-card__photo-wrapper{width:80px;height:80px;margin:0 auto}.profile-card__identity{text-align:center}.profile-card__name{font-size:1.25rem}.profile-card__subtitle{font-size:.86rem}.profile-card__metrics{grid-template-columns:minmax(0,1fr)}.metric-pill{align-items:flex-start}.profile-card__highlights{margin-bottom:1.1rem}.profile-card__list{font-size:.86rem}.profile-card__actions{flex-direction:column;padding:0 .1rem}.btn{width:100%}}@media(max-width:420px){.profile-card__metrics{grid-template-columns:minmax(0,1fr)}.metric-pill{align-items:flex-start}}
