.profile-page.svelte-14dte7a{width:100%;max-width:100%;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:1.5rem;min-width:0;overflow-x:hidden}.loading.svelte-14dte7a,.error.svelte-14dte7a{text-align:center;padding:2rem;color:#ffffffb3}.error.svelte-14dte7a{color:var(--accent-text)}.profile-header.svelte-14dte7a{position:relative;background:#ffffff03;border-radius:32px;border:1px solid rgba(255,255,255,.05);overflow:hidden}.profile-banner.svelte-14dte7a{width:100%;height:180px;background:linear-gradient(135deg,var(--accent-to),var(--accent-from))}.profile-info.svelte-14dte7a{padding:0 2rem 2rem;margin-top:-60px;display:flex;gap:2rem;align-items:flex-end}.profile-avatar.svelte-14dte7a{width:120px;height:120px;border-radius:50%;background:#00000080;border:4px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#ffffffb3;flex-shrink:0;overflow:hidden;position:relative}.profile-avatar.svelte-14dte7a img:where(.svelte-14dte7a){width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.profile-avatar.svelte-14dte7a .avatar-fallback:where(.svelte-14dte7a){display:none;width:60px;height:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.profile-avatar.svelte-14dte7a svg:where(.svelte-14dte7a){width:60px;height:60px}.profile-details.svelte-14dte7a{flex:1;display:flex;flex-direction:column;gap:1rem}.profile-name-row.svelte-14dte7a,.profile-email-row.svelte-14dte7a{display:flex;align-items:center;gap:.5rem}.profile-name-row.svelte-14dte7a h1:where(.svelte-14dte7a){font-size:2rem;font-weight:700;margin:0}.profile-email-row.svelte-14dte7a{color:#ffffffb3;font-size:1rem}.nickname-edit-form.svelte-14dte7a{display:flex;align-items:center;gap:.5rem;width:100%;flex-wrap:wrap}.nickname-edit-form.svelte-14dte7a input:where(.svelte-14dte7a){min-width:220px;flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;padding:.55rem .8rem;font-size:.95rem}.nickname-action.svelte-14dte7a{border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;border-radius:10px;padding:.5rem .8rem;cursor:pointer;font-size:.85rem;font-weight:600}.nickname-action.save.svelte-14dte7a{background:var(--accent-from);border-color:transparent}.nickname-action.svelte-14dte7a:disabled{opacity:.6;cursor:not-allowed}.nickname-error.svelte-14dte7a{color:var(--accent-text);font-size:.85rem;margin-top:.35rem}.edit-btn.svelte-14dte7a{background:transparent;border:none;color:#ffffff80;cursor:pointer;padding:.25rem;display:flex;align-items:center;transition:color .2s}.edit-btn.svelte-14dte7a:hover{color:#fffc}.edit-btn.svelte-14dte7a svg:where(.svelte-14dte7a){width:16px;height:16px}.profile-stats.svelte-14dte7a{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-top:1rem}.stat-item.svelte-14dte7a{display:flex;flex-direction:column;gap:.25rem}.stat-label.svelte-14dte7a{font-size:.85rem;color:#fff9;text-transform:uppercase;letter-spacing:.05em}.stat-value.svelte-14dte7a{font-size:1.1rem;font-weight:600;color:#fff}.profile-content.svelte-14dte7a{display:flex;flex-direction:column;gap:1.5rem;width:100%;min-width:0}.achievements-section.svelte-14dte7a,.balance-section.svelte-14dte7a{background:#ffffff03;border-radius:24px;border:1px solid rgba(255,255,255,.05);padding:1.5rem;width:100%;min-width:0;box-sizing:border-box}.achievements-section.svelte-14dte7a h2:where(.svelte-14dte7a),.balance-section.svelte-14dte7a h2:where(.svelte-14dte7a){font-size:1.3rem;margin-bottom:1rem}.xp-bar.svelte-14dte7a{position:relative;background:#ffffff0d;border-radius:999px;height:32px;margin-bottom:1.5rem;overflow:hidden}.xp-bar-fill.svelte-14dte7a{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,var(--accent-from),var(--accent-to));border-radius:999px}.xp-text.svelte-14dte7a{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-weight:600;font-size:.9rem;z-index:1}.xp-progress.svelte-14dte7a{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.85rem;color:#fff9;z-index:1}.achievements-grid.svelte-14dte7a{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.achievement-item.svelte-14dte7a{aspect-ratio:1;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;transition:all .2s}.achievement-item.locked.svelte-14dte7a{opacity:.4}.achievement-item.unlocked.svelte-14dte7a{border-color:var(--accent-focus);background:var(--accent-soft)}.achievement-icon.svelte-14dte7a{font-size:2rem}.achievement-name.svelte-14dte7a{font-size:.75rem;text-align:center;color:#ffffffb3}.balance-header.svelte-14dte7a{margin-bottom:1.5rem}.balance-amount.svelte-14dte7a{font-size:2rem;font-weight:700;margin:1rem 0;color:#fff}.balance-actions.svelte-14dte7a{display:flex;gap:1rem}.btn-deposit.svelte-14dte7a,.btn-withdraw.svelte-14dte7a{flex:1;padding:.75rem 1.5rem;border-radius:12px;border:none;font-weight:600;cursor:pointer;transition:all .2s}.btn-deposit.svelte-14dte7a{background:var(--accent-from);color:var(--accent-contrast)}.btn-deposit.svelte-14dte7a:hover{background:var(--accent-focus)}.btn-withdraw.svelte-14dte7a{background:#ffffff1a;color:#fff}.btn-withdraw.svelte-14dte7a:hover{background:#ffffff26}.operations-section.svelte-14dte7a{margin-top:1.5rem}.operations-header.svelte-14dte7a{display:flex;gap:1rem;margin-bottom:1rem;align-items:center}.search-box.svelte-14dte7a{flex:1;position:relative;display:flex;align-items:center;background:#ffffff0d;border-radius:12px;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.08)}.search-icon.svelte-14dte7a{width:20px;height:20px;color:#ffffff80;margin-right:.5rem}.search-box.svelte-14dte7a input:where(.svelte-14dte7a){flex:1;background:transparent;border:none;color:#fff;font-size:.9rem;outline:none}.search-box.svelte-14dte7a input:where(.svelte-14dte7a)::placeholder{color:#ffffff80}.clear-search.svelte-14dte7a{background:transparent;border:none;color:#ffffff80;cursor:pointer;font-size:1.5rem;line-height:1;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.tabs.svelte-14dte7a{display:flex;background:#ffffff08;border-radius:12px;padding:.25rem;gap:.25rem}.tab.svelte-14dte7a{padding:.5rem 1rem;background:transparent;border:none;color:#fff9;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s}.tab.active.svelte-14dte7a{background:#ffffff1f;color:#fff}.operations-table.svelte-14dte7a{overflow-x:auto;width:100%;min-width:0}.operations-table.svelte-14dte7a table:where(.svelte-14dte7a){width:100%;min-width:600px;border-collapse:collapse}.operations-table.svelte-14dte7a th:where(.svelte-14dte7a){text-align:left;padding:.75rem;font-size:.85rem;color:#fff9;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.05)}.operations-table.svelte-14dte7a td:where(.svelte-14dte7a){padding:.75rem;border-bottom:1px solid rgba(255,255,255,.05)}.status-badge.svelte-14dte7a{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600}.status-pending.svelte-14dte7a{background:var(--accent-focus-soft);color:var(--accent-text)}.status-success.svelte-14dte7a{background:var(--accent-soft);color:var(--accent-to)}.status-canceled.svelte-14dte7a{background:var(--accent-soft);color:var(--accent-text)}.no-data.svelte-14dte7a{text-align:center;color:#ffffff80;padding:2rem}.cancel-btn.svelte-14dte7a{padding:.4rem .8rem;background:var(--accent-soft);border:1px solid var(--accent-focus);border-radius:6px;color:var(--accent-text);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.cancel-btn.svelte-14dte7a:hover{background:var(--accent-focus-soft);border-color:var(--accent-focus)}.no-action.svelte-14dte7a{color:#ffffff4d;font-size:.9rem}@media(max-width:1400px){.profile-stats.svelte-14dte7a{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.profile-page.svelte-14dte7a{padding:0;gap:1rem}.profile-header.svelte-14dte7a{border-radius:20px}.profile-info.svelte-14dte7a{flex-direction:column;align-items:flex-start;margin-top:-40px;padding:0 1rem 1rem}.profile-banner.svelte-14dte7a{height:120px}.profile-avatar.svelte-14dte7a{width:80px;height:80px}.profile-avatar.svelte-14dte7a svg:where(.svelte-14dte7a){width:40px;height:40px}.profile-name-row.svelte-14dte7a h1:where(.svelte-14dte7a){font-size:1.5rem}.profile-email-row.svelte-14dte7a{font-size:.9rem}.profile-stats.svelte-14dte7a{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:.75rem}.stat-label.svelte-14dte7a{font-size:.75rem}.stat-value.svelte-14dte7a{font-size:1rem}.achievements-section.svelte-14dte7a,.balance-section.svelte-14dte7a{padding:1rem;border-radius:16px}.achievements-section.svelte-14dte7a h2:where(.svelte-14dte7a),.balance-section.svelte-14dte7a h2:where(.svelte-14dte7a){font-size:1.1rem;margin-bottom:.75rem}.xp-bar.svelte-14dte7a{height:28px;margin-bottom:1rem}.xp-text.svelte-14dte7a{font-size:.8rem;left:.75rem}.xp-progress.svelte-14dte7a{font-size:.75rem;right:.75rem}.operations-header.svelte-14dte7a{flex-direction:column;gap:.75rem}.search-box.svelte-14dte7a{width:100%;padding:.4rem .75rem}.tabs.svelte-14dte7a{width:100%;justify-content:stretch}.tab.svelte-14dte7a{flex:1;padding:.5rem .75rem;font-size:.9rem}.achievements-grid.svelte-14dte7a{grid-template-columns:repeat(2,1fr);gap:.75rem}.achievement-item.svelte-14dte7a{padding:.75rem;border-radius:12px}.achievement-icon.svelte-14dte7a{font-size:1.5rem}.achievement-name.svelte-14dte7a{font-size:.7rem}.balance-amount.svelte-14dte7a{font-size:1.75rem;margin:.75rem 0}.balance-actions.svelte-14dte7a{gap:.75rem}.btn-deposit.svelte-14dte7a,.btn-withdraw.svelte-14dte7a{padding:.65rem 1rem;font-size:.9rem}.operations-table.svelte-14dte7a table:where(.svelte-14dte7a){min-width:500px}.operations-table.svelte-14dte7a th:where(.svelte-14dte7a),.operations-table.svelte-14dte7a td:where(.svelte-14dte7a){padding:.6rem .5rem;font-size:.85rem}.operations-table.svelte-14dte7a th:where(.svelte-14dte7a){font-size:.75rem}.status-badge.svelte-14dte7a{padding:.2rem .6rem;font-size:.75rem}}@media(max-width:480px){.profile-page.svelte-14dte7a{gap:.75rem}.profile-header.svelte-14dte7a{border-radius:16px}.profile-info.svelte-14dte7a{padding:0 .75rem .75rem}.profile-banner.svelte-14dte7a{height:100px}.profile-avatar.svelte-14dte7a{width:70px;height:70px;border-width:3px}.profile-avatar.svelte-14dte7a svg:where(.svelte-14dte7a){width:35px;height:35px}.profile-name-row.svelte-14dte7a h1:where(.svelte-14dte7a){font-size:1.3rem}.profile-email-row.svelte-14dte7a{font-size:.85rem}.profile-stats.svelte-14dte7a{gap:.5rem}.achievements-section.svelte-14dte7a,.balance-section.svelte-14dte7a{padding:.75rem}.achievements-section.svelte-14dte7a h2:where(.svelte-14dte7a),.balance-section.svelte-14dte7a h2:where(.svelte-14dte7a){font-size:1rem}.xp-bar.svelte-14dte7a{height:24px;margin-bottom:.75rem}.xp-text.svelte-14dte7a{font-size:.75rem;left:.6rem}.xp-progress.svelte-14dte7a{font-size:.7rem;right:.6rem}.achievements-grid.svelte-14dte7a{gap:.5rem}.achievement-item.svelte-14dte7a{padding:.5rem;border-radius:10px}.achievement-icon.svelte-14dte7a{font-size:1.3rem}.achievement-name.svelte-14dte7a{font-size:.65rem}.balance-amount.svelte-14dte7a{font-size:1.5rem}.balance-actions.svelte-14dte7a{flex-direction:column;gap:.5rem}.btn-deposit.svelte-14dte7a,.btn-withdraw.svelte-14dte7a{width:100%;padding:.6rem 1rem}.operations-section.svelte-14dte7a{margin-top:1rem}.operations-header.svelte-14dte7a{gap:.5rem}.search-box.svelte-14dte7a{padding:.35rem .65rem}.search-icon.svelte-14dte7a{width:18px;height:18px}.search-box.svelte-14dte7a input:where(.svelte-14dte7a){font-size:.85rem}.tabs.svelte-14dte7a{padding:.2rem}.tab.svelte-14dte7a{padding:.4rem .6rem;font-size:.85rem}.operations-table.svelte-14dte7a{margin:0 -.75rem;width:calc(100% + 1.5rem)}.operations-table.svelte-14dte7a table:where(.svelte-14dte7a){min-width:450px}.operations-table.svelte-14dte7a th:where(.svelte-14dte7a),.operations-table.svelte-14dte7a td:where(.svelte-14dte7a){padding:.5rem .4rem;font-size:.8rem}.operations-table.svelte-14dte7a th:where(.svelte-14dte7a){font-size:.7rem}.operations-table.svelte-14dte7a th:where(.svelte-14dte7a):first-child,.operations-table.svelte-14dte7a td:where(.svelte-14dte7a):first-child{padding-left:.75rem}.operations-table.svelte-14dte7a th:where(.svelte-14dte7a):last-child,.operations-table.svelte-14dte7a td:where(.svelte-14dte7a):last-child{padding-right:.75rem}.status-badge.svelte-14dte7a{padding:.15rem .5rem;font-size:.7rem}}@media(max-width:360px){.profile-name-row.svelte-14dte7a h1:where(.svelte-14dte7a){font-size:1.2rem}.profile-stats.svelte-14dte7a{grid-template-columns:1fr}.stat-item.svelte-14dte7a{display:grid;grid-template-columns:1fr auto;gap:.5rem}.stat-label.svelte-14dte7a,.stat-value.svelte-14dte7a{margin:0}.balance-amount.svelte-14dte7a{font-size:1.4rem}.operations-table.svelte-14dte7a table:where(.svelte-14dte7a){min-width:400px}.operations-table.svelte-14dte7a th:where(.svelte-14dte7a):nth-child(4),.operations-table.svelte-14dte7a td:where(.svelte-14dte7a):nth-child(4){display:none}}.dashboard[data-astro-cid-wwes6yjo]{max-width:100%;width:100%;margin:0 auto;padding:2rem;display:grid;grid-template-columns:240px 1fr 380px;gap:1.5rem;box-sizing:border-box;min-width:0}.content-panel[data-astro-cid-wwes6yjo]{display:flex;flex-direction:column;min-width:0;overflow-x:hidden}.sidebar-panel[data-astro-cid-wwes6yjo]{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:calc(var(--navbar-height, 80px) + 2rem);height:calc(100vh - var(--navbar-height, 80px) - 4rem);max-height:calc(100vh - var(--navbar-height, 80px) - 4rem);align-self:start;z-index:1}.sidebar-panel[data-astro-cid-wwes6yjo] .chat-panel[data-astro-cid-wwes6yjo]{height:100%;display:flex;flex-direction:column}@media(max-width:1400px){.dashboard[data-astro-cid-wwes6yjo]{grid-template-columns:200px 1fr 320px;gap:1rem;padding:1.5rem}.sidebar-panel[data-astro-cid-wwes6yjo]{top:calc(var(--navbar-height, 80px) + 1.5rem);height:calc(100vh - var(--navbar-height, 80px) - 3rem);max-height:calc(100vh - var(--navbar-height, 80px) - 3rem)}}@media(max-width:1250px){.dashboard[data-astro-cid-wwes6yjo]{grid-template-columns:200px 1fr;gap:1rem;padding:1rem}.sidebar-panel[data-astro-cid-wwes6yjo]{grid-column:span 2;position:relative;top:0;height:auto;max-height:600px}}@media(max-width:900px){.dashboard[data-astro-cid-wwes6yjo]{grid-template-columns:1fr;padding:1rem;gap:1rem}.content-panel[data-astro-cid-wwes6yjo]{order:1}.sidebar-panel[data-astro-cid-wwes6yjo]{order:3;position:relative;top:0;height:auto;max-height:500px}}@media(max-width:768px){.dashboard[data-astro-cid-wwes6yjo]{padding:.75rem .75rem 5rem;gap:1rem}.sidebar-panel[data-astro-cid-wwes6yjo]{display:none}.content-panel[data-astro-cid-wwes6yjo]{width:100%}}
