.profile-page.svelte-4dbc0y{max-width:720px;color:var(--neutral-900);flex-direction:column;gap:32px;margin:0 auto;padding:56px 32px 96px;display:flex}.hero-head.svelte-4dbc0y{flex-direction:column;gap:8px;display:flex}.hero-head.svelte-4dbc0y h1:where(.svelte-4dbc0y){letter-spacing:-.02em;color:var(--primary);margin:4px 0 0;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.1}.identity-card.svelte-4dbc0y{border:1px solid var(--border-default);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:24px 26px;display:grid}.identity-card.svelte-4dbc0y .avatar:where(.svelte-4dbc0y){background:linear-gradient(135deg, var(--primary), var(--primary-700));color:#fff;letter-spacing:-.02em;border-radius:999px;flex-shrink:0;place-items:center;width:84px;height:84px;font-size:32px;font-weight:800;display:grid;position:relative}.identity-card.svelte-4dbc0y .avatar:where(.svelte-4dbc0y):after{content:"";border:2px solid var(--secondary);opacity:.4;pointer-events:none;border-radius:999px;position:absolute;inset:-4px}.identity-text.svelte-4dbc0y{min-width:0}.identity-text.svelte-4dbc0y .name:where(.svelte-4dbc0y){color:var(--primary);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:20px;font-weight:700;overflow:hidden}.identity-text.svelte-4dbc0y .email:where(.svelte-4dbc0y){color:var(--neutral-500);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:13px;overflow:hidden}.group.svelte-4dbc0y{flex-direction:column;gap:8px;display:flex}.group.svelte-4dbc0y .ht-divider-gold{margin:4px 0 8px}.actions.svelte-4dbc0y{border:1px solid var(--border-default);background:#fff;border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.action.svelte-4dbc0y{all:unset;box-sizing:border-box;cursor:pointer;transition:background .12s var(--ease-standard);grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 18px;display:grid}.action.svelte-4dbc0y:hover{background:var(--neutral-50)}.action.svelte-4dbc0y+.action:where(.svelte-4dbc0y){border-top:1px solid var(--border-soft)}.action.svelte-4dbc0y:focus-visible{outline:2px solid var(--secondary);outline-offset:-2px}.action.svelte-4dbc0y .icon:where(.svelte-4dbc0y){background:var(--primary-50);width:36px;height:36px;color:var(--primary);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.action.svelte-4dbc0y .icon.danger:where(.svelte-4dbc0y){color:#b5443b;background:#b5443b1f}.action.svelte-4dbc0y .icon:where(.svelte-4dbc0y) svg:where(.svelte-4dbc0y){width:18px;height:18px}.action.svelte-4dbc0y .label:where(.svelte-4dbc0y){color:var(--primary);letter-spacing:-.01em;font-size:14.5px;font-weight:600}.action.danger.svelte-4dbc0y .label:where(.svelte-4dbc0y){color:#b5443b}.action.svelte-4dbc0y .chev:where(.svelte-4dbc0y){width:16px;height:16px;color:var(--neutral-400)}.action.svelte-4dbc0y:hover .chev:where(.svelte-4dbc0y){color:var(--secondary)}.loading.svelte-4dbc0y{place-items:center;padding:80px 0;display:grid}.loader.svelte-4dbc0y{border:3px solid var(--neutral-100);border-top-color:var(--secondary);border-radius:50%;width:36px;height:36px;animation:.9s linear infinite svelte-4dbc0y-spin}.dot-loader.svelte-4dbc0y{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.9s linear infinite svelte-4dbc0y-spin;display:inline-block}@keyframes svelte-4dbc0y-spin{to{transform:rotate(360deg)}}.modal-backdrop.svelte-4dbc0y{z-index:200;animation:svelte-4dbc0y-fade-in .16s var(--ease-standard);background:#081b388c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}@keyframes svelte-4dbc0y-fade-in{0%{opacity:0}to{opacity:1}}.modal-sheet.svelte-4dbc0y{width:100%;max-width:420px;box-shadow:var(--shadow-xl);animation:svelte-4dbc0y-pop-in .2s var(--ease-standard);background:#fff;border-radius:16px;overflow:hidden}@keyframes svelte-4dbc0y-pop-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-head.svelte-4dbc0y{justify-content:space-between;align-items:center;padding:18px 20px 6px;display:flex}.modal-head.svelte-4dbc0y h3:where(.svelte-4dbc0y){color:var(--primary);letter-spacing:-.01em;margin:0;font-size:17px;font-weight:700}.modal-close.svelte-4dbc0y{width:32px;height:32px;color:var(--neutral-700);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.modal-close.svelte-4dbc0y:hover{background:var(--neutral-50);color:var(--primary)}.modal-close.svelte-4dbc0y svg:where(.svelte-4dbc0y){width:18px;height:18px}.modal-body.svelte-4dbc0y{flex-direction:column;gap:8px;padding:8px 20px 4px;display:flex}.modal-body.svelte-4dbc0y label:where(.svelte-4dbc0y){color:var(--neutral-500);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:600}.modal-body.svelte-4dbc0y input:where(.svelte-4dbc0y){border:1px solid var(--border-default);width:100%;color:var(--primary);transition:border-color .12s var(--ease-standard), box-shadow .12s var(--ease-standard);box-sizing:border-box;background:#fff;border-radius:10px;padding:12px 14px;font-size:15px}.modal-body.svelte-4dbc0y input:where(.svelte-4dbc0y):focus{border-color:var(--secondary);outline:none;box-shadow:0 0 0 4px #c5a0592e}.modal-foot.svelte-4dbc0y{justify-content:flex-end;gap:10px;padding:16px 20px 20px;display:flex}.modal-foot.svelte-4dbc0y .ht-btn[disabled]:where(.svelte-4dbc0y){opacity:.6;cursor:not-allowed}@media (width<=600px){.profile-page.svelte-4dbc0y{gap:24px;padding:32px 16px 80px}.identity-card.svelte-4dbc0y{grid-template-rows:auto auto;grid-template-columns:auto 1fr;gap:14px 16px}.identity-card.svelte-4dbc0y .avatar:where(.svelte-4dbc0y){width:64px;height:64px;font-size:24px}.edit-quick.svelte-4dbc0y{grid-column:1/-1;justify-content:center;justify-self:stretch}.identity-text.svelte-4dbc0y .name:where(.svelte-4dbc0y){font-size:18px}}
