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