.dashboard-module__1qL-yq__dashboardContainer{min-height:100vh;color:var(--text-primary);background-color:#f8fafc;width:100%;display:flex}.dashboard-module__1qL-yq__sidebar{border-right:1px solid var(--border-color);z-index:10;background:#fff;flex-direction:column;flex-shrink:0;justify-content:space-between;width:260px;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.dashboard-module__1qL-yq__sidebarLogo{color:#0f172a;cursor:pointer;align-items:center;gap:10px;margin-bottom:24px;padding:0 8px;font-size:18px;font-weight:800;display:flex}.dashboard-module__1qL-yq__logoImage{object-fit:contain;width:auto;height:38px}.dashboard-module__1qL-yq__logoAccent{color:#00aef3}.dashboard-module__1qL-yq__sidebarProfile{border:1px solid var(--border-color);background:#f8fafc;border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:12px;display:flex}.dashboard-module__1qL-yq__avatarCircle{background:var(--gradient-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex;overflow:hidden}.dashboard-module__1qL-yq__avatarImg{object-fit:cover;width:100%;height:100%}.dashboard-module__1qL-yq__profileMeta{flex-direction:column;gap:2px;min-width:0;display:flex}.dashboard-module__1qL-yq__displayName{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.dashboard-module__1qL-yq__username{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.dashboard-module__1qL-yq__planBadge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;width:fit-content;margin-top:2px;padding:2px 8px;font-size:10px;font-weight:700}.dashboard-module__1qL-yq__planBadgeFree{color:var(--text-secondary);background:#47556914;border:1px solid #47556926}.dashboard-module__1qL-yq__planBadgePremium{color:#06f;background:#0066ff14;border:1px solid #06f3}.dashboard-module__1qL-yq__sidebarNav{flex-direction:column;gap:6px;display:flex}.dashboard-module__1qL-yq__navItem{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 12px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.dashboard-module__1qL-yq__navItem:hover{color:#0f172a;background:#f1f5f9}.dashboard-module__1qL-yq__navItemActive{color:#06f;background:#eff6ff}.dashboard-module__1qL-yq__sidebarFooter{border-top:1px solid var(--border-color);flex-direction:column;gap:10px;margin-top:auto;padding-top:16px;display:flex}.dashboard-module__1qL-yq__viewPortalBtn{color:#fff;cursor:pointer;background:#06f;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.dashboard-module__1qL-yq__viewPortalBtn:hover{background:#0052cc}.dashboard-module__1qL-yq__logoutBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 12px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.dashboard-module__1qL-yq__logoutBtn:hover{background:#fef2f2;border-color:#fca5a5}.dashboard-module__1qL-yq__contentWrapper{flex:1;min-width:0;display:flex}.dashboard-module__1qL-yq__workspace{flex-direction:column;flex:1;gap:24px;min-width:0;padding:40px;display:flex;overflow-y:auto}.dashboard-module__1qL-yq__tabNav{border-bottom:1px solid var(--border-color);gap:8px;padding-bottom:8px;display:flex}.dashboard-module__1qL-yq__tabButton{color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-fast);align-items:center;gap:8px;padding:10px 20px;font-size:15px;font-weight:600;display:flex}.dashboard-module__1qL-yq__tabButton:hover{color:var(--text-primary);background:#0066ff08}.dashboard-module__1qL-yq__tabButtonActive{color:#06f;background:#0066ff0f;border:1px solid #0066ff26}.dashboard-module__1qL-yq__tabContent{flex-direction:column;gap:24px;animation:.4s dashboard-module__1qL-yq__fadeIn;display:flex}.dashboard-module__1qL-yq__card,.dashboard-module__1qL-yq__profileLinkCard{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:20px;padding:28px;display:flex;box-shadow:0 4px 20px -5px #00000005}.dashboard-module__1qL-yq__profileLinkInfo{flex-direction:column;gap:8px;display:flex}.dashboard-module__1qL-yq__sectionEyebrow{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);font-size:12px;font-weight:700}.dashboard-module__1qL-yq__profileLinkUrl{color:#06f;word-break:break-all;font-size:18px;font-weight:700}.dashboard-module__1qL-yq__helpText{color:var(--text-secondary);font-size:13px;line-height:1.5}.dashboard-module__1qL-yq__profileLinkActions{align-items:center;gap:16px;margin-top:8px;display:flex}.dashboard-module__1qL-yq__secondaryAction{color:var(--text-secondary);border-radius:var(--radius-md);border:1px solid var(--border-color);transition:var(--transition-fast);cursor:pointer;background:#fff;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;display:inline-flex}.dashboard-module__1qL-yq__secondaryAction:hover{color:var(--text-primary);background:#0f172a0a;border-color:#0f172a26}.dashboard-module__1qL-yq__cardTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);align-items:center;gap:8px;padding-bottom:12px;font-size:18px;font-weight:700;display:flex}.dashboard-module__1qL-yq__addLinkForm{grid-template-columns:1.2fr 1.5fr 1fr auto;align-items:flex-end;gap:12px;display:grid}.dashboard-module__1qL-yq__selectField{border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;width:100%;box-shadow:var(--shadow-sm);background:#fff;padding:14px 16px;font-size:16px}.dashboard-module__1qL-yq__selectField:focus{border-color:var(--border-focus)}.dashboard-module__1qL-yq__selectField option{color:var(--text-primary);background:#fff}.dashboard-module__1qL-yq__submitLinkBtn{height:50px}.dashboard-module__1qL-yq__linksList{flex-direction:column;gap:12px;display:flex}.dashboard-module__1qL-yq__linkItem{border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition-fast);background:#f8fafc;justify-content:space-between;align-items:center;padding:16px;display:flex}.dashboard-module__1qL-yq__linkItem:hover{background:#f1f5f9;border-color:#06f3}.dashboard-module__1qL-yq__linkItemLeft{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.dashboard-module__1qL-yq__linkIconBadge{border-radius:var(--radius-sm);color:#06f;background:#0066ff0d;border:1px solid #0066ff1a;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.dashboard-module__1qL-yq__linkInfo{flex-direction:column;min-width:0;display:flex}.dashboard-module__1qL-yq__linkTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.dashboard-module__1qL-yq__linkUrl{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.dashboard-module__1qL-yq__linkItemRight{align-items:center;gap:16px;display:flex}.dashboard-module__1qL-yq__clickBadge{color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);background:#fff;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:600;display:flex}.dashboard-module__1qL-yq__actionBtn{cursor:pointer;color:var(--text-secondary);transition:var(--transition-fast);border-radius:var(--radius-sm);background:0 0;border:none;padding:6px}.dashboard-module__1qL-yq__actionBtn:hover{color:var(--text-primary);background:#0f172a0d}.dashboard-module__1qL-yq__deleteBtn:hover{color:#ef4444;background:#ef44441a}.dashboard-module__1qL-yq__orderControls{flex-direction:column;gap:2px;display:flex}.dashboard-module__1qL-yq__orderArrow{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:2px 6px;font-size:10px;line-height:1}.dashboard-module__1qL-yq__orderArrow:hover:not(:disabled){color:#06f;background:#0066ff0d}.dashboard-module__1qL-yq__orderArrow:disabled{opacity:.2;cursor:not-allowed}.dashboard-module__1qL-yq__toggleSwitch{cursor:pointer;width:44px;height:22px;display:inline-block;position:relative}.dashboard-module__1qL-yq__toggleInput{opacity:0;width:0;height:0}.dashboard-module__1qL-yq__toggleSlider{border:1px solid var(--border-color);background-color:#0f172a0f;border-radius:34px;transition:all .3s;position:absolute;inset:0}.dashboard-module__1qL-yq__toggleSlider:before{content:"";background-color:#fff;border-radius:50%;width:14px;height:14px;transition:all .3s;position:absolute;bottom:3px;left:3px;box-shadow:0 1px 3px #0000001a}.dashboard-module__1qL-yq__toggleInput:checked+.dashboard-module__1qL-yq__toggleSlider{background:var(--gradient-primary);border-color:#0000}.dashboard-module__1qL-yq__toggleInput:checked+.dashboard-module__1qL-yq__toggleSlider:before{transform:translate(22px)}.dashboard-module__1qL-yq__themeGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px;width:100%;display:grid}.dashboard-module__1qL-yq__themeCard{border:1px solid var(--border-color);cursor:pointer;text-align:center;background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:10px;padding:12px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 6px -1px #0000000d}.dashboard-module__1qL-yq__themeCard:hover{border-color:#0066ff4d;transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.dashboard-module__1qL-yq__themeCardActive{border-width:2px;border-color:#06f;box-shadow:0 10px 25px -5px #0066ff26}.dashboard-module__1qL-yq__themeCardLabel{color:#0f172a;font-size:13px;font-weight:700}.dashboard-module__1qL-yq__miniMockup{border:1px solid #0000000d;border-radius:8px;flex-direction:column;align-items:center;width:100%;height:140px;padding:12px 8px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 10px #00000008}.dashboard-module__1qL-yq__miniAvatar{background-color:#cbd5e1;border:1px solid #fff;border-radius:50%;width:24px;height:24px;margin-bottom:6px}.dashboard-module__1qL-yq__miniName{background-color:#94a3b8;border-radius:2px;width:40px;height:4px;margin-bottom:12px}.dashboard-module__1qL-yq__miniLink{border-style:solid;border-width:1px;border-radius:4px;width:100%;height:14px;margin-bottom:6px}.dashboard-module__1qL-yq__mini_glassmorphism{background:linear-gradient(135deg,#1e1b4b 0%,#0f172a 100%)}.dashboard-module__1qL-yq__mini_glassmorphism .dashboard-module__1qL-yq__miniAvatar{background-color:#fff3}.dashboard-module__1qL-yq__mini_glassmorphism .dashboard-module__1qL-yq__miniName{background-color:#fff6}.dashboard-module__1qL-yq__mini_glassmorphism .dashboard-module__1qL-yq__miniLink{background-color:#ffffff0a;border-color:#ffffff14}.dashboard-module__1qL-yq__mini_neondark{background-color:#000}.dashboard-module__1qL-yq__mini_neondark .dashboard-module__1qL-yq__miniAvatar{background-color:#000;border-color:#00f2ff}.dashboard-module__1qL-yq__mini_neondark .dashboard-module__1qL-yq__miniName{background-color:#00f2ff}.dashboard-module__1qL-yq__mini_neondark .dashboard-module__1qL-yq__miniLink{background-color:#00f2ff0d;border-color:#00f2ff}.dashboard-module__1qL-yq__mini_sunset{background:linear-gradient(#180905 0%,#0d0402 100%)}.dashboard-module__1qL-yq__mini_sunset .dashboard-module__1qL-yq__miniAvatar{background-color:#180905;border-color:#f97316}.dashboard-module__1qL-yq__mini_sunset .dashboard-module__1qL-yq__miniName{background-color:#ffedd5}.dashboard-module__1qL-yq__mini_sunset .dashboard-module__1qL-yq__miniLink{background-color:#f973161a;border-color:#f97316}.dashboard-module__1qL-yq__mini_minimal{background-color:#fff}.dashboard-module__1qL-yq__mini_minimal .dashboard-module__1qL-yq__miniAvatar{background-color:#cbd5e1;border-color:#cbd5e1}.dashboard-module__1qL-yq__mini_minimal .dashboard-module__1qL-yq__miniName{background-color:#64748b}.dashboard-module__1qL-yq__mini_minimal .dashboard-module__1qL-yq__miniLink{background-color:#f8fafc;border-color:#e2e8f0}.dashboard-module__1qL-yq__mini_clean_gradient{background:linear-gradient(135deg,#fef08a 0%,#fed7aa 50%,#fbcfe8 100%)}.dashboard-module__1qL-yq__mini_clean_gradient .dashboard-module__1qL-yq__miniAvatar{background-color:#fff;border-color:#fff}.dashboard-module__1qL-yq__mini_clean_gradient .dashboard-module__1qL-yq__miniName{background-color:#7c2d12}.dashboard-module__1qL-yq__mini_clean_gradient .dashboard-module__1qL-yq__miniLink{background-color:#ffffffb3;border-color:#fff9}.dashboard-module__1qL-yq__mini_corporate{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)}.dashboard-module__1qL-yq__mini_corporate .dashboard-module__1qL-yq__miniAvatar{background-color:#fff;border-width:1.5px;border-color:#06f}.dashboard-module__1qL-yq__mini_corporate .dashboard-module__1qL-yq__miniName{background-color:#06f}.dashboard-module__1qL-yq__mini_corporate .dashboard-module__1qL-yq__miniLink{background-color:#fff;border-color:#0066ff14}.dashboard-module__1qL-yq__premiumContainer{min-height:400px;position:relative}.dashboard-module__1qL-yq__premiumBlurOverlay{-webkit-backdrop-filter:blur(12px);z-index:10;border-radius:var(--radius-lg);background:#fff9;justify-content:center;align-items:center;padding:40px;display:flex;position:absolute;inset:0}.dashboard-module__1qL-yq__upgradeCard{text-align:center;border-radius:var(--radius-lg);background:#fff;border:1px solid #06f3;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:500px;padding:40px;display:flex;box-shadow:0 20px 40px -10px #0066ff26}.dashboard-module__1qL-yq__upgradeIcon{margin-bottom:8px;font-size:40px}.dashboard-module__1qL-yq__upgradeFeatures{text-align:left;flex-direction:column;gap:10px;margin:16px 0;font-size:14px;display:flex}.dashboard-module__1qL-yq__upgradeFeatureItem{color:var(--text-secondary);align-items:center;gap:8px;display:flex}.dashboard-module__1qL-yq__upgradeFeatureItem svg{color:#10b981;flex-shrink:0}.dashboard-module__1qL-yq__upgradeBtn{width:100%;margin-top:10px}.dashboard-module__1qL-yq__aiContent{grid-template-columns:1fr;gap:24px;display:grid}.dashboard-module__1qL-yq__aiPromptCard{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#f8fafc;flex-direction:column;gap:12px;padding:20px;display:flex}.dashboard-module__1qL-yq__aiPromptHeader{justify-content:space-between;align-items:center;display:flex}.dashboard-module__1qL-yq__aiPromptCategory{border-radius:var(--radius-full);color:#06f;background:#0066ff14;padding:2px 8px;font-size:11px;font-weight:700}.dashboard-module__1qL-yq__aiPromptText{border-radius:var(--radius-sm);color:#f8fafc;white-space:pre-wrap;background:#0f172a;border:1px solid #1e293b;padding:16px;font-family:monospace;font-size:14px;position:relative}.dashboard-module__1qL-yq__copyPromptBtn{color:#cbd5e1;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-fast);background:#ffffff1a;border:1px solid #ffffff26;padding:4px 8px;font-size:11px;font-weight:600;position:absolute;top:12px;right:12px}.dashboard-module__1qL-yq__copyPromptBtn:hover{color:#fff;background:#fff3}.dashboard-module__1qL-yq__premiumPromptBlur{filter:blur(5px);-webkit-user-select:none;user-select:none;pointer-events:none}.dashboard-module__1qL-yq__premiumPromptOverlay{border-radius:var(--radius-sm);text-align:center;z-index:5;background:#0f172ad9;justify-content:center;align-items:center;gap:8px;padding:12px;display:flex;position:absolute;inset:0}.dashboard-module__1qL-yq__comingSoonCard{border-radius:var(--radius-md);text-align:center;background:linear-gradient(135deg,#1e293b08 0%,#1e293b0f 100%);border:1px dashed #94a3b880;flex-direction:column;justify-content:center;align-items:center;gap:12px;margin-top:24px;padding:30px;display:flex}.dashboard-module__1qL-yq__comingSoonIcon{color:#64748b;background:#94a3b81a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dashboard-module__1qL-yq__comingSoonTitle{color:var(--text-primary);font-size:16px;font-weight:700}.dashboard-module__1qL-yq__comingSoonText{color:var(--text-secondary);max-width:400px;font-size:13px}.dashboard-module__1qL-yq__previewPanel{border-left:1px solid var(--border-color);background:#fff;flex-direction:column;flex-shrink:0;align-items:center;width:380px;height:100vh;padding:40px 24px;display:flex;position:sticky;top:0;overflow-y:auto}.dashboard-module__1qL-yq__phoneFrame{background:#fff;border:12px solid #0f172a;border-radius:40px;flex-direction:column;width:310px;height:600px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px -15px #0f172a26}.dashboard-module__1qL-yq__phoneSpeaker{z-index:10;background:#0f172a;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:100px;height:18px;position:absolute;top:0;left:50%;transform:translate(-50%)}.dashboard-module__1qL-yq__phoneContent{flex-direction:column;flex:1;align-items:center;height:100%;padding:40px 20px 24px;display:flex;position:relative;overflow-y:auto}.dashboard-module__1qL-yq__previewLinkCard{background:var(--link-bg);border:var(--link-border);width:100%;color:var(--link-text);border-radius:12px;justify-content:center;align-items:center;padding:14px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.dashboard-module__1qL-yq__previewLinkCard:hover{filter:brightness(1.15);opacity:.95;transform:translateY(-3px)scale(1.02);box-shadow:0 6px 15px #0003}.dashboard-module__1qL-yq__phoneContent::-webkit-scrollbar{display:none}.dashboard-module__1qL-yq__mobileHeader,.dashboard-module__1qL-yq__mobileMenuToggle,.dashboard-module__1qL-yq__sidebarCloseBtn,.dashboard-module__1qL-yq__mobileBackdrop{display:none}@media (max-width:1024px){.dashboard-module__1qL-yq__dashboardContainer{flex-direction:column;min-height:100vh;padding-top:60px}.dashboard-module__1qL-yq__mobileHeader{border-bottom:1px solid var(--border-color);z-index:999;background:#fff;justify-content:space-between;align-items:center;height:60px;padding:0 16px;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #00000005;display:flex!important}.dashboard-module__1qL-yq__mobileMenuToggle{cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-radius:8px;padding:8px;display:flex!important}.dashboard-module__1qL-yq__mobileMenuToggle:hover{background:#0f172a0d}.dashboard-module__1qL-yq__mobileLogo{cursor:pointer;align-items:center;gap:8px;font-size:16px;font-weight:800;display:flex}.dashboard-module__1qL-yq__mobileLogoImg{object-fit:contain;width:28px;height:28px}.dashboard-module__1qL-yq__mobilePlanBadge{color:#06f;background:#0066ff0f;border-radius:99px;padding:4px 10px;font-size:11px;font-weight:700}.dashboard-module__1qL-yq__mobileLogoutBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;display:flex}.dashboard-module__1qL-yq__mobileLogoutBtn:hover{background:#0f172a0d}.dashboard-module__1qL-yq__sidebar{top:0;bottom:0;left:0;transform:translate(-100%);border-right:1px solid var(--border-color)!important;z-index:1001!important;background:#fff!important;border-top:none!important;flex-direction:column!important;width:280px!important;height:100vh!important;margin:0!important;padding:24px!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important;display:flex!important;position:fixed!important;box-shadow:20px 0 40px #0000000d!important}.dashboard-module__1qL-yq__sidebarOpen{transform:translate(0)!important}.dashboard-module__1qL-yq__sidebarLogo{justify-content:space-between;align-items:center;width:100%;display:flex!important}.dashboard-module__1qL-yq__sidebarCloseBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:6px;padding:4px;display:flex!important}.dashboard-module__1qL-yq__sidebarCloseBtn:hover{color:var(--text-primary);background:#0f172a0d}.dashboard-module__1qL-yq__sidebarProfile{margin-top:24px;margin-bottom:24px;display:flex!important}.dashboard-module__1qL-yq__sidebarNav{flex-direction:column!important;gap:8px!important;height:auto!important;display:flex!important}.dashboard-module__1qL-yq__navItem{border-radius:var(--radius-md)!important;width:100%!important;color:var(--text-secondary)!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;padding:10px 16px!important;font-size:14px!important}.dashboard-module__1qL-yq__navItemActive{color:#06f!important;background:#0066ff0d!important}.dashboard-module__1qL-yq__sidebarFooter{border-top:1px solid var(--border-color)!important;flex-direction:column!important;gap:8px!important;margin-top:auto!important;padding-top:16px!important;display:flex!important}.dashboard-module__1qL-yq__viewPortalBtn{color:#fff!important;border-radius:var(--radius-md)!important;background:#06f!important;border:none!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;padding:10px 16px!important;font-size:14px!important;display:flex!important;box-shadow:0 4px 12px #0066ff26!important}.dashboard-module__1qL-yq__viewPortalBtn:hover{background:#0052cc!important}.dashboard-module__1qL-yq__logoutBtn{border-radius:var(--radius-md)!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;padding:10px 16px!important;display:flex!important}.dashboard-module__1qL-yq__mobileBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a66;position:fixed;inset:0;display:block!important}.dashboard-module__1qL-yq__previewPanel{display:none!important}.dashboard-module__1qL-yq__contentWrapper{flex-direction:column;gap:0}.dashboard-module__1qL-yq__workspace{width:100%;padding:16px!important}.dashboard-module__1qL-yq__card{border-radius:12px;padding:20px!important}.dashboard-module__1qL-yq__addLinkForm{flex-direction:column;align-items:stretch;gap:16px;display:flex}.dashboard-module__1qL-yq__submitLinkBtn{height:48px;width:100%!important}.dashboard-module__1qL-yq__themeGrid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))!important;gap:12px!important}}@keyframes dashboard-module__1qL-yq__fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__1qL-yq__avatarEditor{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#f8fafc;align-items:center;gap:24px;margin-bottom:24px;padding:20px;display:flex}.dashboard-module__1qL-yq__avatarUploadPreview{object-fit:cover;background:var(--gradient-primary);color:#fff;border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;font-size:32px;font-weight:700;display:flex;box-shadow:0 4px 10px #0000000d}.dashboard-module__1qL-yq__avatarEditorFields{flex-direction:column;flex:1;gap:12px;display:flex}.dashboard-module__1qL-yq__uploadButton{border-radius:var(--radius-sm);color:#06f;cursor:pointer;width:fit-content;transition:var(--transition-fast);background:#0066ff0d;border:1px dashed #06f;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;display:inline-flex}.dashboard-module__1qL-yq__uploadButton:hover{background:#0066ff1a;border-color:#00c2ff}.dashboard-module__1qL-yq__uploadButton input[type=file]{display:none}.dashboard-module__1qL-yq__previewBrandBadge{border-radius:var(--radius-full);cursor:pointer;opacity:1;color:inherit;background:#ffffff14;border:1px solid #ffffff1f;align-items:center;gap:8px;margin-top:0;margin-bottom:8px;padding:6px 14px;font-size:11px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 2px 6px #0000000d}.dashboard-module__1qL-yq__previewBrandBadge:hover{transform:translateY(-1px)scale(1.02);box-shadow:0 4px 10px #0000001a}.dashboard-module__1qL-yq__previewBrandBadgeLogo{object-fit:contain;width:16px;height:16px}.dashboard-module__1qL-yq__previewFooterContainer{flex-direction:column;align-items:center;width:100%;margin-top:32px;margin-bottom:12px;display:flex}.dashboard-module__1qL-yq__previewLegalLinksFooter{opacity:.4;align-items:center;gap:6px;font-size:10px;display:flex}.dashboard-module__1qL-yq__previewLegalLinksFooter span{-webkit-user-select:none;user-select:none}.dashboard-module__1qL-yq__toast{color:#fff;z-index:10000;pointer-events:none;border-radius:99px;align-items:center;gap:10px;max-width:90vw;padding:12px 24px;font-size:14px;font-weight:700;animation:.3s cubic-bezier(.16,1,.3,1) forwards dashboard-module__1qL-yq__toastIn;display:flex;position:fixed;top:80px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0f172a26}.dashboard-module__1qL-yq__toastSuccess{background:#10b981;border:1px solid #ffffff26}.dashboard-module__1qL-yq__toastError{background:#ef4444;border:1px solid #ffffff26}@keyframes dashboard-module__1qL-yq__toastIn{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}
.profile-module__1f5oKq__profileWrapper{justify-content:center;align-items:flex-start;width:100%;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow-x:hidden}.profile-module__1f5oKq__profileContainer{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:580px;animation:.8s ease-out profile-module__1f5oKq__fadeIn;display:flex;position:relative}.profile-module__1f5oKq__avatar{object-fit:cover;width:96px;height:96px;box-shadow:var(--shadow-md);border:2px solid #ffffff1a;border-radius:50%;margin-bottom:16px;transition:transform .3s}.profile-module__1f5oKq__avatar:hover{transform:scale(1.05)}.profile-module__1f5oKq__avatarPlaceholder{background:var(--gradient-primary);color:#fff;width:96px;height:96px;box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:36px;font-weight:800;display:flex}.profile-module__1f5oKq__displayName{letter-spacing:-.3px;text-align:center;margin-bottom:4px;font-size:22px;font-weight:700}.profile-module__1f5oKq__username{opacity:.7;text-align:center;margin-bottom:16px;font-size:14px}.profile-module__1f5oKq__bio{text-align:center;opacity:.9;max-width:440px;margin-bottom:32px;font-size:15px;line-height:1.5}.profile-module__1f5oKq__linksList{flex-direction:column;gap:16px;width:100%;margin-bottom:40px;display:flex}.profile-module__1f5oKq__linkCard{border-radius:var(--radius-lg);cursor:pointer;justify-content:center;align-items:center;width:100%;padding:18px 24px;font-size:16px;font-weight:600;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),background-color .25s,border-color .25s,color .25s;display:flex;position:relative}.profile-module__1f5oKq__linkIcon{align-items:center;display:flex;position:absolute;left:24px}.profile-module__1f5oKq__linkCard:hover{transform:translateY(-3px)scale(1.015)}.profile-module__1f5oKq__linkCard:active{transform:translateY(-1px)scale(1.005)}.profile-module__1f5oKq__brandBadge{border-radius:var(--radius-full);cursor:pointer;opacity:1;color:inherit;background:#ffffff14;border:1px solid #ffffff1f;align-items:center;gap:8px;margin-top:0;margin-bottom:12px;padding:8px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 12px #0000000d}.profile-module__1f5oKq__footerContainer{flex-direction:column;align-items:center;width:100%;margin-top:48px;margin-bottom:24px;display:flex}.profile-module__1f5oKq__legalLinksFooter{opacity:.5;align-items:center;gap:8px;font-size:11px;transition:opacity .2s;display:flex}.profile-module__1f5oKq__legalLinksFooter:hover{opacity:.8}.profile-module__1f5oKq__legalLinksFooter a{color:inherit;text-decoration:none}.profile-module__1f5oKq__legalLinksFooter a:hover{text-decoration:underline}.profile-module__1f5oKq__legalLinksFooter span{-webkit-user-select:none;user-select:none;opacity:.5}.profile-module__1f5oKq__brandBadge:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 20px #0000001a}.profile-module__1f5oKq__brandBadgeLogo{object-fit:contain;width:20px;height:20px;transition:transform .3s}.profile-module__1f5oKq__brandBadge:hover .profile-module__1f5oKq__brandBadgeLogo{transform:rotate(15deg)scale(1.15)}.profile-module__1f5oKq__brandBadgeIcon{background:var(--gradient-primary);color:#fff;border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:800;display:flex}.profile-module__1f5oKq__theme_glassmorphism{color:#fff;background:linear-gradient(135deg,#070913 0%,#0f1123 100%)}.profile-module__1f5oKq__theme_glassmorphism .profile-module__1f5oKq__linkCard{color:#fff;-webkit-backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff14;box-shadow:0 4px 30px #0003}.profile-module__1f5oKq__theme_glassmorphism .profile-module__1f5oKq__linkCard:hover{background:#ffffff14;border-color:#ffffff26;box-shadow:0 10px 30px #0000004d,0 0 15px #ffffff0d}.profile-module__1f5oKq__theme_neon-dark{color:#00f2ff;background-color:#000;background-image:radial-gradient(#00f2ff0d 1px,#0000 1px),radial-gradient(#00f2ff08 1px,#0000 1px);background-size:20px 20px}.profile-module__1f5oKq__theme_neon-dark .profile-module__1f5oKq__avatar{border-color:#00f2ff;box-shadow:0 0 15px #00f2ff4d}.profile-module__1f5oKq__theme_neon-dark .profile-module__1f5oKq__linkCard{color:#00f2ff;text-shadow:0 0 5px #00f2ff80;background:#000c;border:1px solid #00f2ff;box-shadow:0 0 10px #00f2ff1a}.profile-module__1f5oKq__theme_neon-dark .profile-module__1f5oKq__linkCard:hover{color:#000;text-shadow:none;background:#00f2ff;box-shadow:0 0 20px #00f2ff99}.profile-module__1f5oKq__theme_sunset-orange{color:#ffedd5;background:linear-gradient(#180905 0%,#0d0402 100%)}.profile-module__1f5oKq__theme_sunset-orange .profile-module__1f5oKq__avatar{border-color:#f97316;box-shadow:0 0 15px #f9731633}.profile-module__1f5oKq__theme_sunset-orange .profile-module__1f5oKq__linkCard{color:#ffedd5;background:#f973160f;border:1px solid #f973164d}.profile-module__1f5oKq__theme_sunset-orange .profile-module__1f5oKq__linkCard:hover{background:#f973161f;border-color:#f97316;box-shadow:0 0 15px #f9731626}.profile-module__1f5oKq__theme_minimal-light{color:#0f172a;background-color:#fff}.profile-module__1f5oKq__theme_minimal-light .profile-module__1f5oKq__avatar{border-color:#cbd5e1}.profile-module__1f5oKq__theme_minimal-light .profile-module__1f5oKq__username{color:#64748b}.profile-module__1f5oKq__theme_minimal-light .profile-module__1f5oKq__linkCard{color:#0f172a;box-shadow:var(--shadow-sm);background:#f8fafc;border:1px solid #e2e8f0}.profile-module__1f5oKq__theme_minimal-light .profile-module__1f5oKq__linkCard:hover{box-shadow:var(--shadow-md);background:#f1f5f9;border-color:#cbd5e1}.profile-module__1f5oKq__theme_minimal-light .profile-module__1f5oKq__brandBadge{color:#64748b;background:#f1f5f9;border:1px solid #cbd5e1}@keyframes profile-module__1f5oKq__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-module__1f5oKq__notFoundContainer{background-color:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.profile-module__1f5oKq__notFoundCard{text-align:center;border-radius:var(--radius-lg);width:100%;max-width:460px;padding:40px}.profile-module__1f5oKq__theme_clean-gradient{color:#2e1d0f;background:linear-gradient(135deg,#fef08a 0%,#fed7aa 50%,#fbcfe8 100%)}.profile-module__1f5oKq__theme_clean-gradient .profile-module__1f5oKq__avatar{border-color:#fff;box-shadow:0 8px 24px -5px #dc649626}.profile-module__1f5oKq__theme_clean-gradient .profile-module__1f5oKq__username{color:#7c2d12;font-weight:500}.profile-module__1f5oKq__theme_clean-gradient .profile-module__1f5oKq__linkCard{color:#2e1d0f;-webkit-backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #fff9;box-shadow:0 4px 20px -5px #7c2d120d}.profile-module__1f5oKq__theme_clean-gradient .profile-module__1f5oKq__linkCard:hover{background:#fffffff2;border-color:#fff;box-shadow:0 12px 28px -5px #7c2d121f}.profile-module__1f5oKq__theme_clean-gradient .profile-module__1f5oKq__brandBadge{color:#7c2d12;-webkit-backdrop-filter:blur(8px);background:#fffc;border:1px solid #ffffff80;box-shadow:0 4px 12px #7c2d120d}.profile-module__1f5oKq__theme_clean-gradient .profile-module__1f5oKq__brandBadge:hover{background:#fff;border-color:#ffffffe6;box-shadow:0 8px 25px #7c2d1226}.profile-module__1f5oKq__theme_corporate-blue{color:#0f172a;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)}.profile-module__1f5oKq__theme_corporate-blue .profile-module__1f5oKq__avatar{border-width:2px;border-color:#06f;box-shadow:0 4px 15px #0066ff1a}.profile-module__1f5oKq__theme_corporate-blue .profile-module__1f5oKq__username{color:#06f;font-weight:600}.profile-module__1f5oKq__theme_corporate-blue .profile-module__1f5oKq__linkCard{color:#0f172a;background:#fff;border:1px solid #0066ff14;box-shadow:0 4px 12px -3px #0066ff08}.profile-module__1f5oKq__theme_corporate-blue .profile-module__1f5oKq__linkCard:hover{color:#06f;box-shadow:0 10px 25px -5px #0066ff14, var(--shadow-glow);background:#fff;border-color:#06f}.profile-module__1f5oKq__theme_corporate-blue .profile-module__1f5oKq__brandBadge{color:#06f;background:#fff;border:1px solid #06f;box-shadow:0 4px 12px #0066ff0d}.profile-module__1f5oKq__theme_corporate-blue .profile-module__1f5oKq__brandBadge:hover{color:#fff;background:#06f;box-shadow:0 8px 25px #0066ff40}.profile-module__1f5oKq__theme_glassmorphism .profile-module__1f5oKq__brandBadge{color:#fff;background:#ffffff14;border:1px solid #ffffff1f}.profile-module__1f5oKq__theme_glassmorphism .profile-module__1f5oKq__brandBadge:hover{background:#ffffff26;border-color:#ffffff40;box-shadow:0 8px 25px #0000004d,0 0 15px #00c2ff33}.profile-module__1f5oKq__theme_neon-dark .profile-module__1f5oKq__brandBadge{color:#00f2ff;background:#000;border:1px solid #00f2ff;box-shadow:0 0 10px #00f2ff26}.profile-module__1f5oKq__theme_neon-dark .profile-module__1f5oKq__brandBadge:hover{color:#000;background:#00f2ff;box-shadow:0 0 20px #00f2ff80}.profile-module__1f5oKq__theme_sunset-orange .profile-module__1f5oKq__brandBadge{color:#ffedd5;background:#180905cc;border:1px solid #f97316;box-shadow:0 4px 12px #f9731626}.profile-module__1f5oKq__theme_sunset-orange .profile-module__1f5oKq__brandBadge:hover{color:#180905;background:#f97316;box-shadow:0 8px 25px #f9731666}.profile-module__1f5oKq__theme_minimal-light .profile-module__1f5oKq__brandBadge{color:#0f172a;background:#fff;border:1px solid #cbd5e1;box-shadow:0 4px 12px #00000008}.profile-module__1f5oKq__theme_minimal-light .profile-module__1f5oKq__brandBadge:hover{background:#f8fafc;border-color:#94a3b8;box-shadow:0 8px 20px #00000014}.profile-module__1f5oKq__theme_love-hearts{color:#ffe4e6;background:linear-gradient(135deg,#1e0b11 0%,#3f1120 50%,#5c132b 100%)}.profile-module__1f5oKq__theme_love-hearts .profile-module__1f5oKq__avatar{border-color:#fda4af;box-shadow:0 0 15px #fda4af33}.profile-module__1f5oKq__theme_love-hearts .profile-module__1f5oKq__username{color:#fda4af}.profile-module__1f5oKq__theme_love-hearts .profile-module__1f5oKq__linkCard{color:#ffe4e6;background:#5c132b4d;border:1px solid #fda4af33}.profile-module__1f5oKq__theme_love-hearts .profile-module__1f5oKq__linkCard:hover{background:#fda4af26;border-color:#fda4af;box-shadow:0 0 15px #fda4af40}.profile-module__1f5oKq__theme_love-hearts .profile-module__1f5oKq__brandBadge{color:#fda4af;background:#5c132b66;border:1px solid #fda4af33}.profile-module__1f5oKq__theme_love-hearts .profile-module__1f5oKq__brandBadge:hover{color:#1e0b11;background:#fda4af}.profile-module__1f5oKq__theme_love-floating{color:#9f1239;background:linear-gradient(135deg,#fff1f2 0%,#ffe4e6 50%,#fecdd3 100%)}.profile-module__1f5oKq__theme_love-floating .profile-module__1f5oKq__avatar{border-color:#fb7185;box-shadow:0 4px 15px #fb71851a}.profile-module__1f5oKq__theme_love-floating .profile-module__1f5oKq__username{color:#fb7185}.profile-module__1f5oKq__theme_love-floating .profile-module__1f5oKq__linkCard{color:#9f1239;-webkit-backdrop-filter:blur(5px);background:#ffffffa6;border:1px solid #fb718526}.profile-module__1f5oKq__theme_love-floating .profile-module__1f5oKq__linkCard:hover{background:#fff;border-color:#fb7185;box-shadow:0 8px 20px #fb718526}.profile-module__1f5oKq__theme_love-floating .profile-module__1f5oKq__brandBadge{color:#9f1239;background:#fffc;border:1px solid #fb718533}.profile-module__1f5oKq__theme_love-floating .profile-module__1f5oKq__brandBadge:hover{color:#fff;background:#fb7185}.profile-module__1f5oKq__theme_love-pop{color:#f472b6;background:linear-gradient(135deg,#090514 0%,#170926 50%,#220b38 100%)}.profile-module__1f5oKq__theme_love-pop .profile-module__1f5oKq__avatar{border-color:#ec4899;box-shadow:0 0 15px #ec48994d}.profile-module__1f5oKq__theme_love-pop .profile-module__1f5oKq__username{color:#ec4899}.profile-module__1f5oKq__theme_love-pop .profile-module__1f5oKq__linkCard{color:#f472b6;background:#ec48990d;border:1px solid #ec48994d}.profile-module__1f5oKq__theme_love-pop .profile-module__1f5oKq__linkCard:hover{color:#fff;background:#ec4899;box-shadow:0 0 20px #ec489980}.profile-module__1f5oKq__theme_love-pop .profile-module__1f5oKq__brandBadge{color:#ec4899;background:#090514;border:1px solid #ec4899}.profile-module__1f5oKq__theme_love-pop .profile-module__1f5oKq__brandBadge:hover{color:#090514;background:#ec4899}.profile-module__1f5oKq__theme_flower-petals{color:#be185d;background:linear-gradient(135deg,#fff1f2 0%,#ffe4e6 50%,#fbcfe8 100%)}.profile-module__1f5oKq__theme_flower-petals .profile-module__1f5oKq__avatar{border-color:#f472b6;box-shadow:0 4px 12px #f472b61a}.profile-module__1f5oKq__theme_flower-petals .profile-module__1f5oKq__username{color:#f472b6}.profile-module__1f5oKq__theme_flower-petals .profile-module__1f5oKq__linkCard{color:#be185d;-webkit-backdrop-filter:blur(5px);background:#fff9;border:1px solid #f472b626}.profile-module__1f5oKq__theme_flower-petals .profile-module__1f5oKq__linkCard:hover{background:#fff;border-color:#f472b6;box-shadow:0 8px 22px #f472b626}.profile-module__1f5oKq__theme_flower-petals .profile-module__1f5oKq__brandBadge{color:#be185d;background:#fffc;border:1px solid #f472b633}.profile-module__1f5oKq__theme_flower-petals .profile-module__1f5oKq__brandBadge:hover{color:#fff;background:#f472b6}.profile-module__1f5oKq__theme_flower-floating{color:#6b21a8;background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 50%,#e9d5ff 100%)}.profile-module__1f5oKq__theme_flower-floating .profile-module__1f5oKq__avatar{border-color:#c084fc}.profile-module__1f5oKq__theme_flower-floating .profile-module__1f5oKq__username{color:#a855f7}.profile-module__1f5oKq__theme_flower-floating .profile-module__1f5oKq__linkCard{color:#6b21a8;-webkit-backdrop-filter:blur(5px);background:#ffffffa6;border:1px solid #c084fc33}.profile-module__1f5oKq__theme_flower-floating .profile-module__1f5oKq__linkCard:hover{background:#fff;border-color:#c084fc;box-shadow:0 8px 20px #c084fc26}.profile-module__1f5oKq__theme_flower-floating .profile-module__1f5oKq__brandBadge{color:#6b21a8;background:#fffc;border:1px solid #c084fc33}.profile-module__1f5oKq__theme_flower-floating .profile-module__1f5oKq__brandBadge:hover{color:#fff;background:#c084fc}.profile-module__1f5oKq__theme_flower-spinning{color:#fde047;background:linear-gradient(135deg,#022c22 0%,#064e3b 50%,#0f172a 100%)}.profile-module__1f5oKq__theme_flower-spinning .profile-module__1f5oKq__avatar{border-color:#fbbf24;box-shadow:0 0 15px #fbbf2433}.profile-module__1f5oKq__theme_flower-spinning .profile-module__1f5oKq__username{color:#fbbf24}.profile-module__1f5oKq__theme_flower-spinning .profile-module__1f5oKq__linkCard{color:#fde047;background:#064e3b4d;border:1px solid #fbbf2433}.profile-module__1f5oKq__theme_flower-spinning .profile-module__1f5oKq__linkCard:hover{color:#fff;background:#fbbf2426;border-color:#fbbf24;box-shadow:0 0 15px #fbbf2440}.profile-module__1f5oKq__theme_flower-spinning .profile-module__1f5oKq__brandBadge{color:#fbbf24;background:#064e3b66;border:1px solid #fbbf2433}.profile-module__1f5oKq__theme_flower-spinning .profile-module__1f5oKq__brandBadge:hover{color:#022c22;background:#fbbf24}.profile-module__1f5oKq__theme_gym-iron{color:#cbd5e1;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%)}.profile-module__1f5oKq__theme_gym-iron .profile-module__1f5oKq__avatar{border-color:#a3e635;box-shadow:0 0 15px #a3e63533}.profile-module__1f5oKq__theme_gym-iron .profile-module__1f5oKq__username{color:#a3e635}.profile-module__1f5oKq__theme_gym-iron .profile-module__1f5oKq__linkCard{color:#cbd5e1;background:#1e293b99;border:1px solid #a3e63533}.profile-module__1f5oKq__theme_gym-iron .profile-module__1f5oKq__linkCard:hover{color:#fff;background:#a3e6351a;border-color:#a3e635;box-shadow:0 0 15px #a3e63533}.profile-module__1f5oKq__theme_gym-iron .profile-module__1f5oKq__brandBadge{color:#a3e635;background:#1e293bcc;border:1px solid #a3e63533}.profile-module__1f5oKq__theme_gym-iron .profile-module__1f5oKq__brandBadge:hover{color:#0f172a;background:#a3e635}.profile-module__1f5oKq__theme_fit-energy{color:#f1f5f9;background:linear-gradient(135deg,#090d16 0%,#0c1220 50%,#7c2d12 100%)}.profile-module__1f5oKq__theme_fit-energy .profile-module__1f5oKq__avatar{border-color:#ea580c;box-shadow:0 0 15px #ea580c40}.profile-module__1f5oKq__theme_fit-energy .profile-module__1f5oKq__username{color:#ea580c}.profile-module__1f5oKq__theme_fit-energy .profile-module__1f5oKq__linkCard{color:#f1f5f9;background:#0c1220b3;border:1px solid #ea580c40}.profile-module__1f5oKq__theme_fit-energy .profile-module__1f5oKq__linkCard:hover{color:#fff;background:#ea580c;border-color:#f97316;box-shadow:0 0 15px #ea580c66}.profile-module__1f5oKq__theme_fit-energy .profile-module__1f5oKq__brandBadge{color:#ea580c;background:#0c1220e6;border:1px solid #ea580c33}.profile-module__1f5oKq__theme_fit-energy .profile-module__1f5oKq__brandBadge:hover{color:#090d16;background:#ea580c}.profile-module__1f5oKq__theme_sport-athletics{color:#f8fafc;background:linear-gradient(135deg,#450a0a 0%,#7f1d1d 50%,#b91c1c 100%)}.profile-module__1f5oKq__theme_sport-athletics .profile-module__1f5oKq__avatar{border-color:#fff;box-shadow:0 4px 15px #ffffff26}.profile-module__1f5oKq__theme_sport-athletics .profile-module__1f5oKq__username{color:#fca5a5}.profile-module__1f5oKq__theme_sport-athletics .profile-module__1f5oKq__linkCard{color:#f8fafc;background:#00000040;border:1px solid #ffffff40}.profile-module__1f5oKq__theme_sport-athletics .profile-module__1f5oKq__linkCard:hover{background:#ffffff26;border-color:#fff;box-shadow:0 4px 15px #fff3}.profile-module__1f5oKq__theme_sport-athletics .profile-module__1f5oKq__brandBadge{color:#fff;background:#00000059;border:1px solid #fff3}.profile-module__1f5oKq__theme_sport-athletics .profile-module__1f5oKq__brandBadge:hover{color:#7f1d1d;background:#fff}.profile-module__1f5oKq__theme_pizza-food{color:#fef3c7;background:linear-gradient(135deg,#451a03 0%,#78350f 50%,#9a3412 100%)}.profile-module__1f5oKq__theme_pizza-food .profile-module__1f5oKq__avatar{border-color:#f59e0b;box-shadow:0 4px 15px #f59e0b33}.profile-module__1f5oKq__theme_pizza-food .profile-module__1f5oKq__username{color:#fbbf24}.profile-module__1f5oKq__theme_pizza-food .profile-module__1f5oKq__linkCard{color:#fef3c7;background:#78350f66;border:1px solid #f59e0b33}.profile-module__1f5oKq__theme_pizza-food .profile-module__1f5oKq__linkCard:hover{color:#fff;background:#f59e0b26;border-color:#f59e0b;box-shadow:0 0 15px #f59e0b40}.profile-module__1f5oKq__theme_pizza-food .profile-module__1f5oKq__brandBadge{color:#fbbf24;background:#78350f99;border:1px solid #f59e0b33}.profile-module__1f5oKq__theme_pizza-food .profile-module__1f5oKq__brandBadge:hover{color:#451a03;background:#fbbf24}.profile-module__1f5oKq__loveThemeDecor{opacity:.6;pointer-events:none;z-index:1;mix-blend-mode:screen;width:180px;height:360px;position:absolute;top:15%;right:-20px;overflow:hidden}.profile-module__1f5oKq__halfHeartSvg{width:100%;height:100%;animation:3s ease-in-out infinite profile-module__1f5oKq__pulseHeart}.profile-module__1f5oKq__neonHeartSvg{stroke-dasharray:400;stroke-dashoffset:0;mix-blend-mode:screen;width:100%;height:100%;animation:2s ease-in-out infinite alternate profile-module__1f5oKq__neonGlowHeart}.profile-module__1f5oKq__pizzaThemeDecor{opacity:.7;pointer-events:none;z-index:1;mix-blend-mode:screen;width:130px;height:130px;position:absolute;bottom:20px;left:20px}.profile-module__1f5oKq__rotatingPizzaSvg{filter:drop-shadow(0 4px 10px #b4530966);mix-blend-mode:screen;clip-path:circle(46%);border-radius:50%;width:100%;height:100%;animation:20s linear infinite profile-module__1f5oKq__rotatePizza}.profile-module__1f5oKq__pizzaOvenSvg{opacity:.75;pointer-events:none;z-index:1;filter:drop-shadow(0 0 15px #ea580c66);width:120px;height:120px;position:absolute;bottom:20px;right:20px}.profile-module__1f5oKq__fireFlicker{transform-origin:bottom;animation:.15s ease-in-out infinite alternate profile-module__1f5oKq__fireFlickerKey}.profile-module__1f5oKq__fireFlickerInner{transform-origin:bottom;animation:80ms ease-in-out infinite alternate profile-module__1f5oKq__fireFlickerKey}.profile-module__1f5oKq__gymThemeDecor{opacity:.55;pointer-events:none;z-index:1;mix-blend-mode:screen;width:130px;height:130px;position:absolute;top:15%;left:5%}.profile-module__1f5oKq__gymWeightSvg{mix-blend-mode:screen;width:100%;height:100%;animation:2.5s ease-in-out infinite alternate profile-module__1f5oKq__gymPlateGlow}.profile-module__1f5oKq__floatingHeart{pointer-events:none;z-index:1;opacity:0;filter:drop-shadow(0 0 5px #f43f5e80);mix-blend-mode:screen;font-size:26px;animation:9s linear infinite profile-module__1f5oKq__driftHeart;position:absolute;top:100%}.profile-module__1f5oKq__heart1{animation-duration:8.5s;animation-delay:0s;left:10%}.profile-module__1f5oKq__heart2{animation-duration:7s;animation-delay:2.5s;left:28%}.profile-module__1f5oKq__heart3{animation-duration:9.5s;animation-delay:1.2s;left:68%}.profile-module__1f5oKq__heart4{animation-duration:8s;animation-delay:4s;left:88%}.profile-module__1f5oKq__gymSpark{pointer-events:none;z-index:1;opacity:0;filter:drop-shadow(0 0 6px #3b82f699);font-size:30px;animation:6.5s linear infinite profile-module__1f5oKq__driftSpark;position:absolute;top:100%}.profile-module__1f5oKq__spark1{animation-duration:5.5s;animation-delay:0s;left:12%}.profile-module__1f5oKq__spark2{animation-duration:6.8s;animation-delay:1.8s;left:48%}.profile-module__1f5oKq__spark3{animation-duration:6s;animation-delay:.8s;left:82%}.profile-module__1f5oKq__floatingPizzaSlice{opacity:.25;pointer-events:none;z-index:1;filter:drop-shadow(0 4px 8px #0003);mix-blend-mode:screen;clip-path:circle(46%);border-radius:50%;width:48px;height:48px;animation:7s ease-in-out infinite alternate profile-module__1f5oKq__floatPizza;position:absolute}.profile-module__1f5oKq__slice1{animation-delay:0s;top:22%;left:8%}.profile-module__1f5oKq__slice2{animation-delay:2.2s;top:62%;right:8%}.profile-module__1f5oKq__slice3{animation-delay:1.1s;top:38%;left:82%}.profile-module__1f5oKq__theme_love-themed{color:#ffe4e6;background:linear-gradient(135deg,#4c0519 0%,#881337 100%);overflow-x:hidden}.profile-module__1f5oKq__theme_love-themed .profile-module__1f5oKq__avatar{border-color:#f43f5e;animation:2.5s ease-in-out infinite alternate profile-module__1f5oKq__pulseAvatar;box-shadow:0 0 25px #f43f5e80}.profile-module__1f5oKq__theme_love-themed .profile-module__1f5oKq__username{color:#fda4af;text-shadow:0 0 8px #fda4af66}.profile-module__1f5oKq__theme_love-themed .profile-module__1f5oKq__linkCard{color:#ffe4e6;background:#88133780;border:2px dashed #f43f5e;border-radius:50px;padding:16px 24px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 0 10px #f43f5e1a}.profile-module__1f5oKq__theme_love-themed .profile-module__1f5oKq__linkCard:hover{background:#f43f5e4d;border-color:#fda4af;animation:.7s ease-in-out infinite profile-module__1f5oKq__heartbeat;transform:scale(1.03)translateY(-2px);box-shadow:0 0 25px #f43f5e99}.profile-module__1f5oKq__theme_love-themed .profile-module__1f5oKq__brandBadge{color:#fda4af;background:#4c0519e6;border:1px solid #f43f5e}.profile-module__1f5oKq__theme_love-themed .profile-module__1f5oKq__brandBadge:hover{color:#fff;background:#f43f5e}.profile-module__1f5oKq__theme_pizza-themed{color:#fef3c7;text-shadow:0 2px 5px #000000f2,0 0 10px #000c;background:linear-gradient(135deg,#270f03 0%,#451a03 100%);overflow-x:hidden}.profile-module__1f5oKq__theme_pizza-themed .profile-module__1f5oKq__avatar{border-color:#d97706;box-shadow:0 4px 20px #00000080,0 0 15px #d9770666}.profile-module__1f5oKq__theme_pizza-themed .profile-module__1f5oKq__username{color:#f59e0b}.profile-module__1f5oKq__theme_pizza-themed .profile-module__1f5oKq__linkCard{color:#fef3c7;background:#78350f;border:2px solid #b45309;border-radius:12px 28px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 6px 16px #000000a6,inset 0 2px 4px #ffffff0d}.profile-module__1f5oKq__theme_pizza-themed .profile-module__1f5oKq__linkCard:hover{background:#9a3412;border-color:#f59e0b;transform:scale(1.04)rotate(-1deg);box-shadow:0 12px 24px #000c}.profile-module__1f5oKq__theme_pizza-themed .profile-module__1f5oKq__brandBadge{color:#f59e0b;background:#270f03;border:1px solid #b45309;box-shadow:0 4px 10px #00000080}.profile-module__1f5oKq__theme_pizza-themed .profile-module__1f5oKq__brandBadge:hover{color:#270f03;background:#f59e0b}.profile-module__1f5oKq__theme_gym-themed{color:#e2e8f0;background:linear-gradient(#090d16 0%,#0f172a 100%);overflow-x:hidden}.profile-module__1f5oKq__theme_gym-themed .profile-module__1f5oKq__avatar{border-color:#3b82f6;animation:2s ease-in-out infinite alternate profile-module__1f5oKq__neonGlowGym;box-shadow:0 0 25px #3b82f666}.profile-module__1f5oKq__theme_gym-themed .profile-module__1f5oKq__username{color:#60a5fa;text-shadow:0 0 10px #60a5fa66}.profile-module__1f5oKq__theme_gym-themed .profile-module__1f5oKq__linkCard{color:#e2e8f0;background:#1e293b;border:2px solid #3b82f6;border-radius:6px;margin-left:20px;margin-right:20px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:0 4px 10px #0000004d}.profile-module__1f5oKq__theme_gym-themed .profile-module__1f5oKq__linkCard:before,.profile-module__1f5oKq__theme_gym-themed .profile-module__1f5oKq__linkCard:after{content:"";background:#475569;border:2px solid #3b82f6;border-radius:3px;width:12px;height:28px;transition:all .25s;position:absolute;top:50%;transform:translateY(-50%)}.profile-module__1f5oKq__theme_gym-themed .profile-module__1f5oKq__linkCard:before{left:-15px}.profile-module__1f5oKq__theme_gym-themed .profile-module__1f5oKq__linkCard:after{right:-15px}.profile-module__1f5oKq__theme_gym-themed .profile-module__1f5oKq__linkCard:hover{color:#fff;background:#2563eb;border-color:#60a5fa;transform:scale(1.02);box-shadow:0 0 20px #3b82f699}.profile-module__1f5oKq__theme_gym-themed .profile-module__1f5oKq__linkCard:hover:before,.profile-module__1f5oKq__theme_gym-themed .profile-module__1f5oKq__linkCard:hover:after{background:#3b82f6;border-color:#60a5fa;transform:translateY(-50%)scaleY(1.22)}.profile-module__1f5oKq__theme_gym-themed .profile-module__1f5oKq__brandBadge{color:#60a5fa;background:#0f172ae6;border:1px solid #3b82f6}.profile-module__1f5oKq__theme_gym-themed .profile-module__1f5oKq__brandBadge:hover{color:#fff;background:#3b82f6}.profile-module__1f5oKq__theme_halloween-themed{color:#f97316;background:linear-gradient(135deg,#090514 0%,#150921 50%,#2e1003 100%);overflow-x:hidden}.profile-module__1f5oKq__theme_halloween-themed .profile-module__1f5oKq__avatar{border-color:#ea580c;animation:2s ease-in-out infinite alternate profile-module__1f5oKq__neonGlowPumpkin;box-shadow:0 0 25px #ea580c80}.profile-module__1f5oKq__theme_halloween-themed .profile-module__1f5oKq__username{color:#c084fc;text-shadow:0 0 10px #c084fc66}.profile-module__1f5oKq__theme_halloween-themed .profile-module__1f5oKq__linkCard{color:#c084fc;background:#110724;border:2px solid #a855f7;border-radius:20px 4px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000080,inset 0 0 10px #a855f733}.profile-module__1f5oKq__theme_halloween-themed .profile-module__1f5oKq__linkCard:hover{color:#000;background:#ea580c;border-color:#f97316;border-radius:4px 20px;font-weight:700;animation:.15s linear infinite profile-module__1f5oKq__shiverButtonKey;box-shadow:0 0 25px #ea580c,0 0 50px #ea580c80,inset 0 0 10px #fff6}.profile-module__1f5oKq__theme_halloween-themed .profile-module__1f5oKq__brandBadge{color:#f97316;background:#090514e6;border:1px solid #ea580c}.profile-module__1f5oKq__theme_halloween-themed .profile-module__1f5oKq__brandBadge:hover{color:#fff;background:#ea580c}.profile-module__1f5oKq__halloweenSpiderLeft{opacity:.85;pointer-events:none;z-index:1;mix-blend-mode:screen;transform-origin:top;width:70px;height:160px;animation:6s ease-in-out infinite alternate profile-module__1f5oKq__spiderSwingLeftKey;position:absolute;top:0;left:5%}.profile-module__1f5oKq__halloweenSpiderRight{opacity:.85;pointer-events:none;z-index:1;mix-blend-mode:screen;transform-origin:top;width:70px;height:160px;animation:7s ease-in-out infinite alternate profile-module__1f5oKq__spiderSwingRightKey;position:absolute;top:0;right:5%}.profile-module__1f5oKq__spiderImg{width:100%;height:auto;display:block}.profile-module__1f5oKq__floatingGhost{pointer-events:none;z-index:1;opacity:0;width:54px;height:54px;animation:8s linear infinite profile-module__1f5oKq__floatGhostUp;position:absolute}.profile-module__1f5oKq__ghost1{animation-duration:9s;animation-delay:0s;bottom:-60px;left:12%}.profile-module__1f5oKq__ghost2{animation-duration:7s;animation-delay:2.5s;bottom:-60px;left:42%}.profile-module__1f5oKq__ghost3{animation-duration:11s;animation-delay:1.2s;bottom:-60px;left:72%}.profile-module__1f5oKq__ghost4{animation-duration:8.5s;animation-delay:4.8s;bottom:-60px;left:88%}@keyframes profile-module__1f5oKq__neonGlowPumpkin{0%{border-color:#ea580c;box-shadow:0 0 20px #ea580c4d}to{border-color:#f97316;box-shadow:0 0 35px #f9731699}}@keyframes profile-module__1f5oKq__floatGhostUp{0%{opacity:0;transform:translateY(0)translate(0)scale(.7)rotate(0)}10%{opacity:.55}50%{opacity:.7;transform:translateY(-45vh)translate(20px)scale(1)rotate(5deg)}90%{opacity:.45}to{opacity:0;transform:translateY(-95vh)translate(-20px)scale(.85)rotate(-5deg)}}@keyframes profile-module__1f5oKq__spiderSwingLeftKey{0%{transform:translateY(-15px)rotate(-6deg)}to{transform:translateY(10px)rotate(6deg)}}@keyframes profile-module__1f5oKq__spiderSwingRightKey{0%{transform:translateY(-10px)rotate(7deg)}to{transform:translateY(15px)rotate(-7deg)}}@keyframes profile-module__1f5oKq__shiverButtonKey{0%{transform:scale(1.02)translate(0)rotate(0)}25%{transform:scale(1.02)translate(-2px,1px)rotate(-.5deg)}50%{transform:scale(1.02)translate(1px,-1px)rotate(.5deg)}75%{transform:scale(1.02)translate(-1px,1px)rotate(-.5deg)}to{transform:scale(1.02)translate(1px,1px)rotate(0)}}@keyframes profile-module__1f5oKq__rotatePizza{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes profile-module__1f5oKq__pulseHeart{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes profile-module__1f5oKq__pulseAvatar{0%{transform:scale(1);box-shadow:0 0 20px #f43f5e66}to{transform:scale(1.03);box-shadow:0 0 35px #f43f5eb3}}@keyframes profile-module__1f5oKq__heartbeat{0%{transform:scale(1)translateY(-2px)}14%{transform:scale(1.04)translateY(-2px)}28%{transform:scale(1)translateY(-2px)}42%{transform:scale(1.04)translateY(-2px)}70%{transform:scale(1)translateY(-2px)}}@keyframes profile-module__1f5oKq__fireFlickerKey{0%{opacity:.9;transform:scaleY(1)scaleX(.95)}to{opacity:1;transform:scaleY(1.2)scaleX(1.05)}}@keyframes profile-module__1f5oKq__floatPizza{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-15px)rotate(15deg)}}@keyframes profile-module__1f5oKq__driftHeart{0%{opacity:0;top:100%;transform:translate(0)scale(.6)}10%{opacity:.85}90%{opacity:.85}to{opacity:0;top:-10%;transform:translate(60px)scale(1.2)}}@keyframes profile-module__1f5oKq__driftSpark{0%{opacity:0;top:100%;transform:translate(0)scale(.8)}20%{opacity:.9}80%{opacity:.9}to{opacity:0;top:-10%;transform:translate(-30px)scale(1.4)}}@keyframes profile-module__1f5oKq__neonGlowHeart{0%{stroke:#f43f5e;filter:drop-shadow(0 0 2px #f43f5e)}to{stroke:#fda4af;filter:drop-shadow(0 0 12px #fda4af)}}@keyframes profile-module__1f5oKq__neonGlowGym{0%{border-color:#3b82f6;box-shadow:0 0 20px #3b82f64d}to{border-color:#60a5fa;box-shadow:0 0 35px #60a5fa99}}@keyframes profile-module__1f5oKq__gymPlateGlow{0%{filter:drop-shadow(0 0 4px #94a3b833)}to{filter:drop-shadow(0 0 15px #3b82f666)}}.profile-module__1f5oKq__pizzaThemedBigBackground{opacity:1;pointer-events:none;z-index:1;filter:drop-shadow(0 10px 25px #0009);clip-path:circle(46%);border-radius:50%;width:320px;height:320px;animation:25s linear infinite profile-module__1f5oKq__rotatePizza;position:absolute;top:22%;right:-150px}
