.profile-page{background:var(--ink);min-height:100vh;color:var(--porcelain);--accent:var(--brand-primary);--accent-soft:#4da2ff26;--accent-glow:#4da2ff66}@keyframes profile-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}@keyframes profile-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.profile-section{max-width:var(--w-page);isolation:isolate;margin:0 auto;padding:clamp(96px,12vh,144px) clamp(20px,4vw,64px) clamp(60px,8vh,96px);position:relative}.profile-section__corners{pointer-events:none;z-index:1;position:absolute;inset:clamp(80px,10vh,120px) clamp(20px,4vw,56px) clamp(50px,7vh,80px)}.profile-section__corner{border:1px solid #f4efe638;width:18px;height:18px;position:absolute}.profile-section__corner--tl{border-bottom:none;border-right:none;top:0;left:0}.profile-section__corner--tr{border-bottom:none;border-left:none;top:0;right:0}.profile-section__corner--bl{border-top:none;border-right:none;bottom:0;left:0}.profile-section__corner--br{border-top:none;border-left:none;bottom:0;right:0}.profile-hero{grid-template-columns:1fr minmax(280px,auto);align-items:end;gap:clamp(24px,4vw,56px);margin-bottom:clamp(28px,4vh,44px);display:grid;position:relative}@media (max-width:720px){.profile-hero{grid-template-columns:1fr}}.profile-hero__main{min-width:0}.profile-hero__eyebrow{border:1px solid var(--line-strong);border-radius:var(--r-pill);-webkit-backdrop-filter:blur(10px);font-family:var(--font-dm-mono),monospace;font-size:var(--t-xs);letter-spacing:.18em;text-transform:uppercase;color:var(--porcelain-2);background:#0a0f1499;align-items:center;gap:10px;width:max-content;margin-bottom:22px;padding:8px 14px;display:inline-flex}.profile-hero__pulse{background:var(--accent);width:6px;height:6px;box-shadow:0 0 10px var(--accent);animation:profile-pulse 1.6s var(--ease-precise)infinite;border-radius:50%}.profile-hero__sep{opacity:.4}.profile-hero__headline{font-family:var(--font-syne),sans-serif;letter-spacing:-.035em;color:var(--porcelain);margin:0 0 18px;font-size:clamp(2.5rem,6vw,4.4rem);font-weight:800;line-height:.95}.profile-hero__address{align-items:center;gap:14px;margin:0;display:inline-flex}.profile-hero__address-label{font-family:var(--font-dm-mono),monospace;text-transform:uppercase;letter-spacing:.24em;color:var(--porcelain-2);opacity:.5;font-size:.6rem;font-weight:700}.profile-hero__address-value{font-family:var(--font-dm-mono),monospace;color:var(--porcelain);letter-spacing:.06em;font-size:.85rem;font-weight:700}.profile-hero__sub{color:var(--porcelain-2);opacity:.7;font-family:var(--font-dm-mono),monospace;font-size:var(--t-sm);max-width:44ch;margin:0;line-height:1.6}.profile-hero__diag{font-family:var(--font-dm-mono),monospace;letter-spacing:.3em;text-transform:uppercase;color:var(--porcelain-2);opacity:.5;font-size:.56rem;font-weight:700;position:absolute;top:-6px;right:0}@media (max-width:720px){.profile-hero__diag{margin-top:18px;display:block;position:static}}.profile-hero__readout{border:1px solid var(--line-strong);border-radius:var(--r-md);-webkit-backdrop-filter:blur(8px);background:#0a0f1466;grid-auto-flow:row;gap:10px;min-width:280px;padding:16px 18px;display:grid}.profile-hero__row{grid-template-columns:22px 18px 8px auto 1fr;align-items:center;gap:10px;display:grid}.profile-hero__row-num{font-family:var(--font-dm-mono),monospace;letter-spacing:.28em;opacity:.5;color:var(--porcelain);font-size:.58rem;font-weight:700}.profile-hero__row-line{background:linear-gradient(90deg,#f4efe60d,#f4efe647);height:1px}.profile-hero__row-dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent-glow);border-radius:50%}.profile-hero__row-label{font-family:var(--font-dm-mono),monospace;letter-spacing:.22em;text-transform:uppercase;opacity:.55;color:var(--porcelain);min-width:70px;font-size:.6rem;font-weight:700}.profile-hero__row-value{font-family:var(--font-dm-mono),monospace;letter-spacing:.06em;color:var(--porcelain);text-align:right;white-space:nowrap;font-size:.72rem;font-weight:700}.profile-divider{background:linear-gradient(90deg,transparent,var(--line-strong)20%,var(--accent-soft)50%,var(--line-strong)80%,transparent);z-index:2;height:1px;margin-bottom:clamp(36px,5vh,56px);position:relative}.profile-grid{z-index:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid;position:relative}@media (min-width:640px){.profile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.profile-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.profile-card{border-radius:var(--r-md);border:1px solid var(--line-strong);isolation:isolate;color:var(--porcelain);transition:transform var(--d-base)var(--ease-emphasis),box-shadow var(--d-base)var(--ease-precise),border-color var(--d-base)var(--ease-precise);background:#0a0f1466;text-decoration:none;display:block;position:relative;overflow:hidden}.profile-card:hover{border-color:var(--accent);box-shadow:0 22px 50px -22px #0a0f14b3,0 0 0 1px var(--accent),0 0 36px -8px var(--accent-glow);transform:translateY(-3px)}.profile-card:focus-visible{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent),0 0 0 5px var(--accent-soft);outline:none}.profile-card__rod{background:var(--accent);opacity:.55;z-index:3;height:1.5px;transition:opacity var(--d-base)var(--ease-precise),box-shadow var(--d-base)var(--ease-precise);position:absolute;top:0;left:0;right:0}.profile-card:hover .profile-card__rod{opacity:1;box-shadow:0 0 10px var(--accent),0 0 22px var(--accent-glow)}.profile-card__image-wrap{aspect-ratio:1;background:var(--ink);position:relative;overflow:hidden}.profile-card__image{object-fit:cover;transition:transform var(--d-slow)var(--ease-emphasis)}.profile-card:hover .profile-card__image{transform:scale(1.05)}.profile-card__index{z-index:2;border-radius:var(--r-sm);-webkit-backdrop-filter:blur(8px);font-family:var(--font-dm-mono),monospace;letter-spacing:.22em;color:var(--porcelain);opacity:.85;background:#0a0f14b3;padding:5px 9px;font-size:.55rem;font-weight:700;position:absolute;top:12px;left:12px}.profile-card__action{z-index:2;border-radius:var(--r-sm);-webkit-backdrop-filter:blur(12px);border:1px solid var(--accent-soft);font-family:var(--font-syne),sans-serif;letter-spacing:.01em;color:var(--porcelain);opacity:0;transition:opacity var(--d-base)var(--ease-precise),transform var(--d-base)var(--ease-emphasis),border-color var(--d-base)var(--ease-precise);background:#0a0f14d9;justify-content:space-between;align-items:center;gap:10px;padding:11px 14px;font-size:.78rem;font-weight:700;display:flex;position:absolute;bottom:12px;left:12px;right:12px;transform:translateY(12px)}.profile-card:hover .profile-card__action{opacity:1;border-color:var(--accent);transform:translateY(0)}.profile-card__action-arrow{color:var(--accent);transition:transform var(--d-base)var(--ease-emphasis)}.profile-card:hover .profile-card__action-arrow{transform:translate(3px)}.profile-card__body{flex-direction:column;gap:4px;padding:14px 16px 16px;display:flex}.profile-card__name{font-family:var(--font-syne),sans-serif;letter-spacing:-.005em;color:var(--porcelain);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:700;display:block;overflow:hidden}.profile-card__id{font-family:var(--font-dm-mono),monospace;letter-spacing:.16em;color:var(--porcelain-2);opacity:.5;font-size:.62rem;font-weight:500;display:block}.profile-state{border:1px solid var(--line-strong);border-radius:var(--r-md);-webkit-backdrop-filter:blur(8px);text-align:center;isolation:isolate;background:#0a0f1466;padding:clamp(48px,8vh,88px) 32px;position:relative;overflow:hidden}.profile-state__corners{pointer-events:none;position:absolute;inset:18px}.profile-state__corner{border:1px solid #f4efe638;width:14px;height:14px;position:absolute}.profile-state__corner--tl{border-bottom:none;border-right:none;top:0;left:0}.profile-state__corner--tr{border-bottom:none;border-left:none;top:0;right:0}.profile-state__corner--bl{border-top:none;border-right:none;bottom:0;left:0}.profile-state__corner--br{border-top:none;border-left:none;bottom:0;right:0}.profile-state__rod{background:linear-gradient(90deg,transparent,var(--accent),transparent);width:min(40%,240px);height:1.5px;box-shadow:0 0 16px var(--accent-glow);opacity:.85;position:absolute;top:0;left:50%;transform:translate(-50%)}.profile-state__eyebrow{font-family:var(--font-dm-mono),monospace;font-size:var(--t-xs);letter-spacing:.22em;text-transform:uppercase;color:var(--porcelain-2);opacity:.85;align-items:center;gap:10px;margin-bottom:18px;font-weight:700;display:inline-flex}.profile-state__eyebrow-dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent);animation:profile-pulse 1.6s var(--ease-precise)infinite;border-radius:50%}.profile-state__title{font-family:var(--font-syne),sans-serif;letter-spacing:-.02em;color:var(--porcelain);margin:0 0 16px;font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;line-height:1.05}.profile-state__body{font-family:var(--font-dm-mono),monospace;font-size:var(--t-sm);color:var(--porcelain-2);opacity:.7;max-width:48ch;margin:0 auto 28px;line-height:1.65}.profile-state__cta{border-radius:var(--r-md);background:var(--porcelain);min-height:54px;color:var(--ink);cursor:pointer;isolation:isolate;font-family:var(--font-syne),sans-serif;font-weight:700;font-size:var(--t-sm);letter-spacing:.01em;box-shadow:0 1px 0 #ffffff80 inset,0 0 0 1px #0a0f1414,0 14px 36px -14px #0a0f148c,0 0 0 1px var(--accent-soft);transition:transform var(--d-base)var(--ease-emphasis),box-shadow var(--d-base)var(--ease-precise);border:none;align-items:center;gap:14px;padding:14px 22px 14px 56px;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.profile-state__cta:hover{box-shadow:0 1px 0 #fff9 inset,0 0 0 1px #0a0f1414,0 22px 50px -16px #0a0f14a6,0 0 0 1px var(--accent),0 0 32px -4px var(--accent-glow);transform:translateY(-2px)}.profile-state__cta:disabled{opacity:.6;cursor:not-allowed;transform:none}.profile-state__cta-slate{opacity:.22;pointer-events:none;width:40px;transition:opacity var(--d-base)var(--ease-precise);background:repeating-linear-gradient(-45deg,currentColor 0 6px,#0000 6px 12px);position:absolute;top:0;bottom:0;left:0}.profile-state__cta-slate:after{content:"";opacity:.6;background:currentColor;width:1px;position:absolute;top:14%;bottom:14%;right:0}.profile-state__cta:hover .profile-state__cta-slate{opacity:.38}.profile-state__cta-rod{background:var(--accent);opacity:.55;pointer-events:none;height:1.5px;transition:opacity var(--d-base)var(--ease-precise),box-shadow var(--d-base)var(--ease-precise);position:absolute;top:0;left:0;right:0}.profile-state__cta:hover .profile-state__cta-rod{opacity:1;box-shadow:0 0 10px var(--accent),0 0 22px var(--accent-glow)}.profile-state--error{background:#ff5a4d0d;border-color:#ff5a4d40}.profile-state--error .profile-state__rod{background:linear-gradient(90deg,transparent,var(--signal-coral),transparent);box-shadow:0 0 16px #ff5a4d66}.profile-state--error .profile-state__eyebrow-dot{background:var(--signal-coral);box-shadow:0 0 8px var(--signal-coral)}.profile-card-skeleton{border-radius:var(--r-md);border:1px solid var(--line);background:#0a0f1466;position:relative;overflow:hidden}.profile-card-skeleton__rod{background:var(--line-strong);opacity:.4;height:1.5px;position:absolute;top:0;left:0;right:0}.profile-card-skeleton__image{aspect-ratio:1;background:linear-gradient(90deg,#ffffff05,#ffffff0f,#ffffff05) 0 0/200% 100%;animation:1.8s linear infinite profile-shimmer;display:block}.profile-card-skeleton__line{background:#ffffff0a;border-radius:4px;height:10px;margin:16px 16px 0;display:block}.profile-card-skeleton__line--short{width:40%;margin-bottom:16px}:root[data-theme=light] .profile-page{background:var(--porcelain);color:var(--ink)}:root[data-theme=light] .profile-section__corner{border-color:#0a0f1438}:root[data-theme=light] .profile-hero__eyebrow{color:var(--ink);background:#ffffffbf;border-color:#0a0f141f}:root[data-theme=light] .profile-hero__headline,:root[data-theme=light] .profile-hero__address-value,:root[data-theme=light] .profile-state__title,:root[data-theme=light] .profile-hero__address-label,:root[data-theme=light] .profile-hero__sub,:root[data-theme=light] .profile-hero__diag{color:var(--ink)}:root[data-theme=light] .profile-hero__readout{background:#ffffffa6;border-color:#0a0f141f}:root[data-theme=light] .profile-hero__row-line{background:linear-gradient(90deg,#0a0f140f,#0a0f1438)}:root[data-theme=light] .profile-hero__row-num,:root[data-theme=light] .profile-hero__row-label,:root[data-theme=light] .profile-hero__row-value{color:var(--ink)}:root[data-theme=light] .profile-divider{background:linear-gradient(90deg,transparent,#0a0f141f 20%,var(--accent-soft)50%,#0a0f141f 80%,transparent)}:root[data-theme=light] .profile-card{color:var(--ink);background:#fff9;border-color:#0a0f1414}:root[data-theme=light] .profile-card:hover{box-shadow:0 22px 50px -22px #0a0f1433,0 0 0 1px var(--accent),0 0 36px -8px var(--accent-glow)}:root[data-theme=light] .profile-card__image-wrap{background:var(--porcelain)}:root[data-theme=light] .profile-card__index{color:var(--ink);background:#ffffffc7}:root[data-theme=light] .profile-card__action{color:var(--ink);background:#ffffffeb}:root[data-theme=light] .profile-card__name,:root[data-theme=light] .profile-card__id{color:var(--ink)}:root[data-theme=light] .profile-state{background:#ffffff8c;border-color:#0a0f1414}:root[data-theme=light] .profile-state__corner{border-color:#0a0f1438}:root[data-theme=light] .profile-state__body{color:var(--ink)}:root[data-theme=light] .profile-state__cta{background:var(--ink);color:var(--porcelain);box-shadow:0 1px 0 #ffffff14 inset,0 0 0 1px #0a0f141f,0 14px 36px -14px #0a0f144d,0 0 0 1px var(--accent-soft)}:root[data-theme=light] .profile-state__cta:hover{box-shadow:0 1px 0 #ffffff1f inset,0 0 0 1px #0a0f141f,0 22px 50px -16px #0a0f1466,0 0 0 1px var(--accent),0 0 32px -4px var(--accent-glow)}:root[data-theme=light] .profile-state--error{background:#ff5a4d0f;border-color:#ff5a4d4d}:root[data-theme=light] .profile-card-skeleton{background:#fff6;border-color:#0a0f1414}:root[data-theme=light] .profile-card-skeleton__image{background:linear-gradient(90deg,#0a0f1408,#0a0f1414,#0a0f1408) 0 0/200% 100%}:root[data-theme=light] .profile-card-skeleton__line{background:#0a0f140f}:root[data-theme=light] .profile-card-skeleton__rod{background:#0a0f142e}@media (prefers-reduced-motion:reduce){.profile-hero__pulse,.profile-state__eyebrow-dot,.profile-card-skeleton__image{animation:none}.profile-card,.profile-card__image,.profile-card__action,.profile-card__action-arrow,.profile-state__cta{transition:none}}
