.profile-module__eIoWXG__container{min-height:100vh;color:var(--text-primary);background:linear-gradient(135deg,#f8f9fa 0%,#fff 25%,#f5f7fa 50%,#fafbfc 75%,#f0f4f8 100%);flex-direction:column;display:flex;position:relative}.profile-module__eIoWXG__stickyNav{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--theme-nav-border,#00000026);background:linear-gradient(#fffffff2 0%,#ffffffe6 100%);position:fixed;top:0;left:0;right:0;box-shadow:0 8px 32px #00000014}.profile-module__eIoWXG__navContainer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.profile-module__eIoWXG__navBrand{color:var(--dark-color,#0a0a0a);letter-spacing:.05em;align-items:center;gap:.75rem;font-weight:400;text-decoration:none;transition:all .3s;display:flex}.profile-module__eIoWXG__navBrand:hover{color:var(--primary-color,#1a1a1a)}.profile-module__eIoWXG__brandIcon{font-size:1.5rem}.profile-module__eIoWXG__brandText{font-size:1rem;display:none}@media (min-width:768px){.profile-module__eIoWXG__brandText{display:inline}}.profile-module__eIoWXG__navLinks{align-items:center;gap:1.5rem;display:flex}.profile-module__eIoWXG__navLink{color:var(--text-secondary,#4a4a6a);letter-spacing:.05em;border-bottom:2px solid #0000;padding:.25rem 0;font-size:.9rem;text-decoration:none;transition:all .3s}.profile-module__eIoWXG__navLink:hover,.profile-module__eIoWXG__navLink.profile-module__eIoWXG__active{color:var(--primary-color,#1a1a1a);border-bottom-color:var(--primary-color,#1a1a1a)}.profile-module__eIoWXG__header{height:340px;position:relative}.profile-module__eIoWXG__bannerWrapper{position:absolute;inset:0;overflow:hidden}.profile-module__eIoWXG__bannerImage{object-fit:cover;width:100%;height:100%}.profile-module__eIoWXG__bannerOverlay{background:linear-gradient(#f8f9fa00 0%,#f8f9fa14 40%,#f8f9fa4d 65%,#f8f9fa99 85%,#f8f9fad9 100%);position:absolute;inset:0}.profile-module__eIoWXG__bannerActions{z-index:3;align-items:center;gap:.5rem;display:flex;position:absolute;top:1rem;right:1.5rem}.profile-module__eIoWXG__bannerActionBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;letter-spacing:.02em;background:#0000008c;border:none;border-radius:8px;padding:.5rem 1rem;font-family:Georgia,serif;font-size:.84rem;font-weight:500;transition:all .2s;box-shadow:0 2px 12px #0003}.profile-module__eIoWXG__bannerActionBtn:hover{background:#000000b3;box-shadow:0 4px 16px #0000004d}.profile-module__eIoWXG__bannerActionBtn:disabled{opacity:.6;cursor:not-allowed}.profile-module__eIoWXG__settingsBtn{width:40px;height:40px;color:var(--text-primary,#0a0a0a);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;border:1px solid #0000004d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.profile-module__eIoWXG__settingsBtn:hover{background:#0000001f;border-color:#00000080;transform:rotate(45deg)}.profile-module__eIoWXG__bannerError{color:#e53e3e;background:#ffffffd9;border-radius:4px;padding:.25rem .5rem;font-size:.8rem}.profile-module__eIoWXG__headerContent,.profile-module__eIoWXG__title,.profile-module__eIoWXG__subtitle,.profile-module__eIoWXG__divider{display:none}.profile-module__eIoWXG__profileInfo{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.profile-module__eIoWXG__profileInfoInner{border-bottom:1px solid var(--theme-nav-border,#00000014);padding-bottom:1.25rem}.profile-module__eIoWXG__avatarRow{z-index:2;justify-content:space-between;align-items:flex-end;margin-top:-60px;display:flex;position:relative}.profile-module__eIoWXG__avatarRowActions{align-items:center;gap:.5rem;padding-bottom:.5rem;display:flex}.profile-module__eIoWXG__profileText{flex-direction:column;align-items:flex-start;gap:.35rem;margin-top:.75rem;display:flex}.profile-module__eIoWXG__profileName{color:var(--text-primary,#0a0a0a);margin:0;font-size:1.4rem;font-weight:700;line-height:1.25}.profile-module__eIoWXG__ownerAvatarFallback{background:var(--primary-color,#1a1a1a);color:#fff;border:4px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:128px;height:128px;font-size:2.8rem;font-weight:700;display:flex;box-shadow:0 2px 12px #0000001f}.profile-module__eIoWXG__avatarContainer{flex-shrink:0;position:relative}.profile-module__eIoWXG__avatarEditOverlay{gap:4px;display:flex;position:absolute;bottom:4px;right:4px}.profile-module__eIoWXG__avatarEditBtn,.profile-module__eIoWXG__avatarRemoveBtn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;transition:all .2s;display:flex;box-shadow:0 2px 8px #0003}.profile-module__eIoWXG__avatarEditBtn{color:#fff;background:#000000a6}.profile-module__eIoWXG__avatarEditBtn:hover{background:#000000d9}.profile-module__eIoWXG__avatarEditBtn:disabled{opacity:.5;cursor:not-allowed}.profile-module__eIoWXG__avatarRemoveBtn{color:#fff;background:#c83232bf;font-size:.7rem}.profile-module__eIoWXG__avatarRemoveBtn:hover{background:#c83232f2}.profile-module__eIoWXG__main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1rem 1.5rem 4rem}.profile-module__eIoWXG__loading{min-height:100vh;color:var(--text-secondary,#4a4a6a);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.profile-module__eIoWXG__tabBar{border-bottom:1px solid var(--theme-nav-border,#00000014);-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:center;gap:0;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;overflow-x:auto}.profile-module__eIoWXG__tabBar::-webkit-scrollbar{display:none}.profile-module__eIoWXG__tab{color:var(--text-secondary,#4a4a6a);cursor:pointer;letter-spacing:.03em;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:.85rem 1.5rem;font-family:Georgia,serif;font-size:.9rem;font-weight:400;transition:color .2s;position:relative}.profile-module__eIoWXG__tab:after{content:"";background:0 0;height:2px;transition:background .2s;position:absolute;bottom:-1px;left:0;right:0}.profile-module__eIoWXG__tab:hover{color:var(--dark-color,#0a0a0a)}.profile-module__eIoWXG__tabActive{color:var(--dark-color,#0a0a0a);font-weight:600}.profile-module__eIoWXG__tabActive:after{background:var(--primary-color,#1a1a1a)}.profile-module__eIoWXG__statisticsTab{max-width:800px;margin:0 auto;padding-top:1rem}.profile-module__eIoWXG__likesTab{max-width:900px;margin:0 auto;padding-top:.5rem}.profile-module__eIoWXG__savedSearchBar{align-items:center;margin-bottom:1.75rem;display:flex;position:relative}.profile-module__eIoWXG__savedSearchIcon{color:var(--text-secondary,#4a4a6a);pointer-events:none;opacity:.5;position:absolute;left:.9rem}.profile-module__eIoWXG__savedSearchInput{width:100%;color:var(--dark-color,#0a0a0a);background:#f8f8f899;border:1.5px solid #00000014;border-radius:12px;outline:none;padding:.7rem 2.2rem .7rem 2.6rem;font-family:inherit;font-size:.88rem;transition:border-color .2s,background .2s,box-shadow .2s}.profile-module__eIoWXG__savedSearchInput::placeholder{color:var(--text-secondary,#999)}.profile-module__eIoWXG__savedSearchInput:focus{border-color:var(--accent-glow);box-shadow:0 0 0 3px var(--accent-light);background:#fff}.profile-module__eIoWXG__savedSearchClear{color:var(--text-secondary,#888);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .4rem;font-size:.85rem;transition:color .15s;position:absolute;right:.6rem}.profile-module__eIoWXG__savedSearchClear:hover{color:var(--dark-color,#0a0a0a)}.profile-module__eIoWXG__likesSection{margin-bottom:2.5rem}.profile-module__eIoWXG__likesSectionTitle{color:var(--text-secondary,#4a4a6a);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.profile-module__eIoWXG__countryGroup{margin-bottom:1.75rem}.profile-module__eIoWXG__countryGroupTitle{color:var(--dark-color,#0a0a0a);align-items:center;gap:.5rem;margin:0 0 .75rem;padding-left:.15rem;font-size:1.05rem;font-weight:600;display:flex}.profile-module__eIoWXG__countryGroupTitle:before{content:"🌍";font-size:.9rem}.profile-module__eIoWXG__cityGroup{margin-bottom:1.25rem}.profile-module__eIoWXG__cityGroupTitle{color:var(--text-secondary,#6a6a8a);margin:0 0 .6rem .15rem;padding-left:.15rem;font-size:.82rem;font-weight:500}.profile-module__eIoWXG__likesGrid{grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:.85rem;display:grid}.profile-module__eIoWXG__likedCard{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:16px;gap:1rem;padding:1rem 1.1rem;transition:transform .18s,box-shadow .18s;display:flex}.profile-module__eIoWXG__likedCard:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.profile-module__eIoWXG__likedCardImage{background:linear-gradient(135deg, var(--accent-light), var(--theme-bg-tint));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.profile-module__eIoWXG__likedCardImageWide{background:linear-gradient(135deg, var(--accent-light), var(--theme-bg-tint));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:120px;margin-bottom:.25rem;display:flex;overflow:hidden}.profile-module__eIoWXG__likedCardImageWide img{object-fit:cover;width:100%;height:100%}.profile-module__eIoWXG__likesSection:first-child .profile-module__eIoWXG__likedCard{flex-direction:column;gap:0}.profile-module__eIoWXG__likedCardImage img{object-fit:cover;width:100%;height:100%}.profile-module__eIoWXG__likedCardIcon{font-size:1.6rem}.profile-module__eIoWXG__likedCardBody{flex-direction:column;flex:1;justify-content:center;gap:.25rem;min-width:0;display:flex}.profile-module__eIoWXG__likedCardTitle{color:var(--dark-color,#0a0a0a);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.profile-module__eIoWXG__likedCardDesc{color:var(--text-secondary,#5a5a7a);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.profile-module__eIoWXG__likedCardTags{flex-wrap:wrap;gap:.3rem;margin-top:.2rem;display:flex}.profile-module__eIoWXG__likedCardTag{background:var(--accent-light);color:var(--accent);border-radius:6px;padding:.15rem .5rem;font-size:.68rem;font-weight:500}.profile-module__eIoWXG__likedCardMeta{color:var(--text-secondary,#5a5a7a);text-transform:capitalize;margin:0;font-size:.76rem}.profile-module__eIoWXG__likedCardRating{color:var(--accent);letter-spacing:.08em;font-size:.75rem}.profile-module__eIoWXG__actionBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.profile-module__eIoWXG__guidesToolbar{align-items:center;gap:.75rem;margin-left:auto;display:flex}.profile-module__eIoWXG__addButton{background:linear-gradient(135deg, var(--accent,#1a1a1a) 0%, color-mix(in srgb, var(--accent,#1a1a1a) 80%, #000) 100%);color:#fff;cursor:pointer;letter-spacing:.05em;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.profile-module__eIoWXG__addButton:hover{box-shadow:0 8px 20px var(--accent-glow,#0006);transform:translateY(-2px)}.profile-module__eIoWXG__guidesGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.profile-module__eIoWXG__guideCard{cursor:pointer;border:1px solid var(--theme-card-border,#0000001a);border-radius:16px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.profile-module__eIoWXG__guideCard:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.profile-module__eIoWXG__cardImageWrapper{background:linear-gradient(135deg,#f0f4f8,#e8ecf0);height:280px;position:relative;overflow:hidden}.profile-module__eIoWXG__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .4s}.profile-module__eIoWXG__guideCard:hover .profile-module__eIoWXG__cardImage{transform:scale(1.05)}.profile-module__eIoWXG__noImage{color:#ccc;background:linear-gradient(135deg,#f0f4f8,#e8ecf0);justify-content:center;align-items:center;height:100%;font-size:3.5rem;display:flex}.profile-module__eIoWXG__cardOverlay{background:linear-gradient(#0000 0%,#0003 30%,#0000008c 60%,#000000c7 100%);flex-direction:column;justify-content:flex-end;padding:3rem 1.25rem 1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.profile-module__eIoWXG__privateBadge{color:#fff;letter-spacing:.03em;z-index:2;background:#000000b3;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:500;position:absolute;top:.75rem;right:.75rem}.profile-module__eIoWXG__guideTitle{color:#fff;text-shadow:0 1px 6px #0006;letter-spacing:.02em;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.3rem;font-size:1.15rem;font-weight:600;display:-webkit-box;overflow:hidden}.profile-module__eIoWXG__guideShortDesc{color:#ffffffd9;text-shadow:0 1px 4px #00000059;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.4rem;font-size:.84rem;line-height:1.45;display:-webkit-box;overflow:hidden}.profile-module__eIoWXG__guideDate{color:#fff9;letter-spacing:.05em;margin:0;font-size:.74rem;font-weight:300}.profile-module__eIoWXG__cardOverlay .profile-module__eIoWXG__tagList{margin-bottom:.35rem}.profile-module__eIoWXG__cardOverlay .profile-module__eIoWXG__tag{color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border-color:#ffffff40}.profile-module__eIoWXG__cardActions{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;z-index:5;background:#fffffff2;gap:.5rem;padding:.65rem 1rem;transition:opacity .25s,transform .25s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.profile-module__eIoWXG__guideCard:hover .profile-module__eIoWXG__cardActions,.profile-module__eIoWXG__guideCardTapped .profile-module__eIoWXG__cardActions{opacity:1;transform:translateY(0)}.profile-module__eIoWXG__editBtn,.profile-module__eIoWXG__deleteBtn{cursor:pointer;background:var(--accent-light,#0000001a);color:var(--accent,#1a1a1a);border:none;border-radius:6px;flex-direction:column;flex:1;align-items:center;gap:.15rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.profile-module__eIoWXG__editBtn:hover,.profile-module__eIoWXG__deleteBtn:hover{background:var(--accent-glow,#00000038)}.profile-module__eIoWXG__shareBtn{cursor:pointer;background:var(--accent-light,#0000001a);color:var(--accent,#1a1a1a);border:none;border-radius:6px;flex-direction:column;flex:1;align-items:center;gap:.15rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.profile-module__eIoWXG__shareBtn:hover{background:var(--accent-glow,#00000038)}.profile-module__eIoWXG__shareBtn.profile-module__eIoWXG__copied{color:#2f9e44;background:#40c05726}.profile-module__eIoWXG__actionIcon{font-size:1rem;line-height:1}.profile-module__eIoWXG__emptyState{text-align:center;padding:4rem 2rem}.profile-module__eIoWXG__emptyIcon{margin-bottom:1rem;font-size:4rem}.profile-module__eIoWXG__emptyText{color:var(--text-secondary,#4a4a6a);margin-bottom:.5rem;font-size:1.25rem;font-weight:300}.profile-module__eIoWXG__emptySubtext{color:var(--text-muted,#9a9ab5);font-size:.9rem}.profile-module__eIoWXG__panelOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#0006;position:fixed;inset:0}.profile-module__eIoWXG__panel{z-index:1200;background:#fff;width:min(480px,100vw);height:100dvh;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 40px #0000001f}.profile-module__eIoWXG__panelOpen{transform:translate(0)}.profile-module__eIoWXG__panelHeader{border-bottom:1px solid var(--theme-nav-border,#00000026);z-index:10;background:#fff;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;display:flex;position:sticky;top:0}.profile-module__eIoWXG__panelTitle{color:var(--dark-color,#0a0a0a);letter-spacing:.05em;font-size:1.2rem;font-weight:600}.profile-module__eIoWXG__panelSubtitle{color:var(--text-muted,#9a9ab5);margin-top:.25rem;font-size:.85rem;font-weight:300}.profile-module__eIoWXG__panelClose{color:var(--text-secondary,#4a4a6a);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.2rem;transition:color .2s}.profile-module__eIoWXG__panelClose:hover{color:#ff6b6b}.profile-module__eIoWXG__panelSectionLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted,#9a9ab5);border-bottom:1px solid var(--theme-nav-border,#00000026);margin-top:.25rem;padding-bottom:.5rem;font-size:.7rem;font-weight:700}.profile-module__eIoWXG__panelForm{padding:1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));flex-direction:column;gap:1.25rem;display:flex}.profile-module__eIoWXG__fieldGroup{flex-direction:column;gap:.4rem;display:flex}.profile-module__eIoWXG__fieldLabel{color:var(--dark-color,#0a0a0a);letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:500}.profile-module__eIoWXG__fieldInput{border:1.5px solid var(--theme-nav-border,#00000040);color:var(--dark-color,#0a0a0a);background:#fafafa;border-radius:8px;outline:none;padding:.6rem .9rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.profile-module__eIoWXG__fieldInput:focus{border-color:var(--accent,#1a1a1a);box-shadow:0 0 0 3px var(--accent-light);background:#fff}.profile-module__eIoWXG__fieldTextarea{border:1.5px solid var(--theme-nav-border,#00000040);color:var(--dark-color,#0a0a0a);resize:vertical;background:#fafafa;border-radius:8px;outline:none;padding:.6rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.profile-module__eIoWXG__fieldTextarea:focus{border-color:var(--accent,#1a1a1a);box-shadow:0 0 0 3px var(--accent-light);background:#fff}.profile-module__eIoWXG__imagePreview{border-radius:8px;max-height:200px;margin-top:.5rem;overflow:hidden}.profile-module__eIoWXG__imagePreview img{object-fit:cover;width:100%;height:200px}.profile-module__eIoWXG__toggleLabel{cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.profile-module__eIoWXG__toggleText{color:var(--text-secondary,#4a4a6a);flex:1;font-size:.9rem}.profile-module__eIoWXG__toggleSwitch{flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.profile-module__eIoWXG__toggleInput{opacity:0;width:0;height:0;position:absolute}.profile-module__eIoWXG__toggleSlider{cursor:pointer;background:#d5d5d5;border-radius:34px;transition:background .25s;position:absolute;inset:0}.profile-module__eIoWXG__toggleSlider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.profile-module__eIoWXG__toggleInput:checked+.profile-module__eIoWXG__toggleSlider{background:var(--primary-color,#1a1a1a)}.profile-module__eIoWXG__toggleInput:checked+.profile-module__eIoWXG__toggleSlider:before{transform:translate(20px)}.profile-module__eIoWXG__toggleInput:focus-visible+.profile-module__eIoWXG__toggleSlider{outline:2px solid var(--primary-color,#1a1a1a);outline-offset:2px}.profile-module__eIoWXG__panelActions{gap:.75rem;padding-top:.5rem;display:flex}.profile-module__eIoWXG__cancelButton{color:var(--text-secondary,#4a4a6a);cursor:pointer;background:0 0;border:1px solid #0000004d;border-radius:8px;flex:1;padding:.75rem;font-size:.9rem;transition:all .2s}.profile-module__eIoWXG__cancelButton:hover{background:#0000000d}.profile-module__eIoWXG__saveButton{background:linear-gradient(135deg, var(--primary-color,#1a1a1a) 0%, #000 100%);color:#fff;cursor:pointer;letter-spacing:.05em;border:none;border-radius:8px;flex:2;padding:.75rem;font-size:.9rem;font-weight:500;transition:all .2s}.profile-module__eIoWXG__saveButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0006}.profile-module__eIoWXG__saveButton:disabled,.profile-module__eIoWXG__cancelButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.profile-module__eIoWXG__uploadButton{color:var(--primary-color,#1a1a1a);cursor:pointer;text-align:center;background:#0000000d;border:2px dashed #0006;border-radius:8px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s}.profile-module__eIoWXG__uploadButton:hover{border-color:var(--primary-color,#1a1a1a);background:#0000001a}.profile-module__eIoWXG__uploadButton:disabled{opacity:.6;cursor:not-allowed}.profile-module__eIoWXG__removeCoverButton{color:#ff6b6b;cursor:pointer;background:0 0;border:1px solid #ff6b6b4d;border-radius:6px;align-self:flex-start;padding:.4rem .75rem;font-size:.8rem;transition:all .2s}.profile-module__eIoWXG__removeCoverButton:hover{background:#ff6b6b14;border-color:#ff6b6b}.profile-module__eIoWXG__ownerMeta{display:none}.profile-module__eIoWXG__ownerAvatar{object-fit:cover;background:#f0f0f0;border:4px solid #fff;border-radius:50%;flex-shrink:0;width:128px;height:128px;box-shadow:0 2px 12px #0000001f}.profile-module__eIoWXG__ownerBio{color:var(--text-secondary,#4a4a6a);text-align:left;max-width:540px;margin-top:.15rem;font-size:.93rem;font-style:normal;font-weight:400;line-height:1.55}.profile-module__eIoWXG__fieldNote{color:#aaa;margin-top:.25rem;font-size:.72rem;line-height:1.4}.profile-module__eIoWXG__emojiPickerWrap{align-items:center;gap:.5rem;display:flex}.profile-module__eIoWXG__emojiPickerToggle{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:1.4rem;transition:border-color .15s,box-shadow .15s;display:flex}.profile-module__eIoWXG__emojiPickerToggle:hover{border-color:#bbb;box-shadow:0 1px 4px #0000000f}.profile-module__eIoWXG__emojiPickerArrow{color:#999;font-size:.6rem}.profile-module__eIoWXG__emojiClearBtn{cursor:pointer;color:#bbb;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:.9rem;transition:color .12s}.profile-module__eIoWXG__emojiClearBtn:hover{color:#666}.profile-module__eIoWXG__emojiGrid{background:#fff;border:1px solid #eee;border-radius:10px;grid-template-columns:repeat(auto-fill,minmax(38px,1fr));gap:4px;max-height:300px;margin-top:.35rem;padding:.6rem;display:grid;overflow-y:auto;box-shadow:0 4px 16px #00000014}.profile-module__eIoWXG__emojiBtn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.3rem;transition:background .12s,transform .1s;display:flex}.profile-module__eIoWXG__emojiBtn:hover{background:#0000001f;transform:scale(1.15)}.profile-module__eIoWXG__socialStats{color:var(--text-secondary,#4a4a6a);justify-content:flex-start;gap:1rem;margin-top:.65rem;font-size:.88rem;display:flex}.profile-module__eIoWXG__socialStats strong{color:var(--text-primary,#0a0a0a);font-weight:700}.profile-module__eIoWXG__statBtn{cursor:pointer;color:var(--text-secondary,#4a4a6a);background:0 0;border:none;border-radius:20px;padding:4px 8px;font-family:inherit;font-size:.88rem;transition:background .2s,color .2s;position:relative}.profile-module__eIoWXG__statBtn strong{color:var(--text-primary,#0a0a0a);font-weight:700;transition:color .2s}.profile-module__eIoWXG__statBtn:hover{color:var(--text-primary,#0a0a0a);background:#0000000d}.profile-module__eIoWXG__statBtn:hover strong{color:var(--text-primary,#0a0a0a)}.profile-module__eIoWXG__followModalBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000073;justify-content:center;align-items:center;animation:.2s profile-module__eIoWXG__fadeIn;display:flex;position:fixed;inset:0}.profile-module__eIoWXG__followModal{background:#fff;border-radius:18px;flex-direction:column;width:100%;max-width:420px;max-height:70dvh;margin:1rem;animation:.25s cubic-bezier(.25,.46,.45,.94) profile-module__eIoWXG__slideUp;display:flex;overflow:hidden;box-shadow:0 24px 64px #0003}.profile-module__eIoWXG__followModalHeader{border-bottom:1px solid var(--theme-nav-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem 1rem;display:flex}.profile-module__eIoWXG__followModalTitle{letter-spacing:.04em;color:var(--dark-color,#0a0a0a);margin:0;font-size:1.1rem;font-weight:600}.profile-module__eIoWXG__followModalClose{cursor:pointer;color:var(--text-secondary,#666);background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:1.1rem;line-height:1;transition:background .15s,color .15s}.profile-module__eIoWXG__followModalClose:hover{color:var(--text-primary,#0a0a0a);background:#0000000f}.profile-module__eIoWXG__followModalBody{flex:1;padding:.75rem 0;overflow-y:auto}.profile-module__eIoWXG__followModalEmpty{text-align:center;color:var(--text-secondary,#888);margin:0;padding:2rem 1rem;font-size:.9rem}.profile-module__eIoWXG__followModalUser{color:inherit;align-items:center;gap:.85rem;padding:.7rem 1.5rem;text-decoration:none;transition:background .15s;display:flex}.profile-module__eIoWXG__followModalUser:hover{background:var(--theme-bg-tint)}.profile-module__eIoWXG__followModalAvatar{background:linear-gradient(135deg, var(--accent) 0%, color-mix(in srgb, var(--accent) 80%, #000) 100%);color:#fff;border:2px solid var(--accent-glow);background-position:50%;background-size:cover;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-family:Georgia,serif;font-size:1.1rem;font-weight:600;display:flex}.profile-module__eIoWXG__followModalUserInfo{flex-direction:column;gap:.15rem;min-width:0;display:flex}.profile-module__eIoWXG__followModalUserName{color:var(--dark-color,#0a0a0a);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.profile-module__eIoWXG__followModalUserBio{color:var(--text-secondary,#666);white-space:nowrap;text-overflow:ellipsis;max-width:260px;font-size:.78rem;overflow:hidden}.profile-module__eIoWXG__followModalUserStat{color:var(--primary-color,#1a1a1a);font-size:.75rem;font-weight:500}@keyframes profile-module__eIoWXG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes profile-module__eIoWXG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-module__eIoWXG__followBtn{background:linear-gradient(135deg, var(--accent), var(--accent));color:#fff;cursor:pointer;border:none;border-radius:20px;padding:7px 22px;font-size:.85rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-block}.profile-module__eIoWXG__followBtn:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.profile-module__eIoWXG__followBtn:disabled{opacity:.55;cursor:not-allowed}.profile-module__eIoWXG__followingBtn{color:var(--primary-color,#1a1a1a);border:1.5px solid var(--primary-color,#1a1a1a);cursor:pointer;background:0 0;border-radius:20px;padding:7px 22px;font-size:.85rem;font-weight:600;transition:background .2s,color .2s;display:inline-block}.profile-module__eIoWXG__followingBtn:hover:not(:disabled){background:#0000001a}.profile-module__eIoWXG__followingBtn:disabled{opacity:.55;cursor:not-allowed}.profile-module__eIoWXG__pendingBtn{color:#888;cursor:pointer;background:0 0;border:1.5px solid #ccc;border-radius:20px;padding:7px 22px;font-size:.85rem;font-weight:500;transition:border-color .2s,color .2s;display:inline-block}.profile-module__eIoWXG__pendingBtn:hover:not(:disabled){color:#c44;border-color:#e55}.profile-module__eIoWXG__pendingBtn:disabled{opacity:.55;cursor:not-allowed}.profile-module__eIoWXG__followGuideBtn{color:#888;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e0d8c0;border-radius:14px;padding:5px 10px;font-size:.8rem;transition:color .2s,border-color .2s,background .2s}.profile-module__eIoWXG__followGuideBtn:hover:not(:disabled){color:#e05c7a;background:#e05c7a0f;border-color:#e05c7a}.profile-module__eIoWXG__followGuideBtnActive{color:#e05c7a;background:#e05c7a0f;border-color:#e05c7a4d}.profile-module__eIoWXG__followGuideBtnActive:hover:not(:disabled){background:#e05c7a1f}.profile-module__eIoWXG__followGuideBtn:disabled{opacity:.5;cursor:not-allowed}.profile-module__eIoWXG__pendingBadgeBtn{cursor:pointer;color:var(--text-secondary,#4a4a6a);background:0 0;border:none;border-radius:20px;align-items:center;gap:2px;padding:4px 8px;transition:background .2s,color .2s;display:inline-flex;position:relative}.profile-module__eIoWXG__pendingBadgeBtn:hover{background:var(--accent-light);color:var(--accent)}.profile-module__eIoWXG__pendingBadgeCount{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:-2px}.profile-module__eIoWXG__pendingRequestRow{align-items:center;padding:.6rem 1.5rem;transition:background .15s;display:flex}.profile-module__eIoWXG__pendingRequestRow:hover{background:#00000005}.profile-module__eIoWXG__pendingRequestLink{min-width:0;color:inherit;flex:1;align-items:center;gap:.75rem;text-decoration:none;display:flex}.profile-module__eIoWXG__pendingRequestAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:44px;height:44px}.profile-module__eIoWXG__pendingRequestAvatarFallback{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#000 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-family:Georgia,serif;font-size:1rem;font-weight:600;display:flex}.profile-module__eIoWXG__pendingRequestName{color:var(--dark-color,#0a0a0a);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:600;overflow:hidden}.profile-module__eIoWXG__pendingRequestActions{flex-shrink:0;gap:8px;margin-left:.75rem;display:flex}.profile-module__eIoWXG__pendingConfirmBtn{cursor:pointer;color:#fff;background:#0095f6;border:none;border-radius:8px;padding:6px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s}.profile-module__eIoWXG__pendingConfirmBtn:hover:not(:disabled){background:#1877f2}.profile-module__eIoWXG__pendingConfirmBtn:disabled{opacity:.5;cursor:not-allowed}.profile-module__eIoWXG__pendingDeleteBtn{cursor:pointer;color:#262626;background:#efefef;border:none;border-radius:8px;padding:6px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s}.profile-module__eIoWXG__pendingDeleteBtn:hover:not(:disabled){background:#dbdbdb}.profile-module__eIoWXG__pendingDeleteBtn:disabled{opacity:.5;cursor:not-allowed}.profile-module__eIoWXG__statsGrid{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.25rem;display:flex}.profile-module__eIoWXG__statCard{background:var(--theme-bg-tint);border:1px solid var(--theme-nav-border);border-radius:12px;flex-direction:column;align-items:center;gap:.2rem;min-width:80px;padding:.6rem 1.2rem;display:flex}.profile-module__eIoWXG__statNumber{color:var(--dark-color,#0a0a0a);font-size:1.2rem;font-weight:700}.profile-module__eIoWXG__statLabel{color:var(--text-secondary,#4a4a6a);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:500}.profile-module__eIoWXG__tagList{flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem;display:flex}.profile-module__eIoWXG__tag{background:var(--accent-light);color:var(--accent);border:1px solid var(--accent-glow);letter-spacing:.03em;border-radius:12px;align-items:center;gap:.25rem;padding:2px 10px;font-size:.72rem;font-weight:500;display:inline-flex}.profile-module__eIoWXG__tagRemove{color:var(--accent-glow);cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:.9rem;line-height:1;transition:color .15s}.profile-module__eIoWXG__tagRemove:hover{color:#e55}.profile-module__eIoWXG__tagInputRow{gap:.5rem;display:flex}.profile-module__eIoWXG__tagInputRow .profile-module__eIoWXG__fieldInput{flex:1}.profile-module__eIoWXG__addTagBtn{border:1px solid var(--accent-glow);background:var(--theme-bg-tint);color:var(--accent);cursor:pointer;border-radius:8px;flex-shrink:0;padding:.6rem .9rem;font-size:1rem;font-weight:600;transition:all .2s}.profile-module__eIoWXG__addTagBtn:hover:not(:disabled){background:var(--accent-light)}.profile-module__eIoWXG__addTagBtn:disabled{opacity:.4;cursor:not-allowed}@media (max-width:768px){.profile-module__eIoWXG__header{height:240px}.profile-module__eIoWXG__bannerWrapper{bottom:0}.profile-module__eIoWXG__main{padding:1rem 1rem 3rem}.profile-module__eIoWXG__tabBar{justify-content:flex-start;gap:0;padding:0 .75rem}.profile-module__eIoWXG__tab{padding:.7rem .75rem;font-size:.82rem}.profile-module__eIoWXG__actionBar{flex-direction:column;align-items:stretch;gap:.75rem}.profile-module__eIoWXG__addButton{justify-content:center}.profile-module__eIoWXG__guidesToolbar{justify-content:flex-end;margin-left:0}.profile-module__eIoWXG__guideCard:hover .profile-module__eIoWXG__cardActions{opacity:0;transform:translateY(100%)}.profile-module__eIoWXG__guideCardTapped .profile-module__eIoWXG__cardActions{opacity:1!important;transform:translateY(0)!important}.profile-module__eIoWXG__guideCard:hover{transform:none}.profile-module__eIoWXG__guidesGrid{grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));gap:1rem}.profile-module__eIoWXG__cardImageWrapper{height:170px}.profile-module__eIoWXG__panel{width:100vw}.profile-module__eIoWXG__emptyState{padding:2.5rem 1rem}.profile-module__eIoWXG__emptyIcon{font-size:3rem}.profile-module__eIoWXG__emptyText{font-size:1.1rem}.profile-module__eIoWXG__ownerBio{max-width:100%;padding:0 .5rem}.profile-module__eIoWXG__socialStats{flex-wrap:wrap;gap:1rem}.profile-module__eIoWXG__statsGrid{gap:.5rem}.profile-module__eIoWXG__statCard{min-width:70px;padding:.5rem .9rem}.profile-module__eIoWXG__followModal{max-width:calc(100vw - 2rem);max-height:80dvh}.profile-module__eIoWXG__followModalUser{padding:.7rem 1rem}.profile-module__eIoWXG__pendingRequestRow{padding:.6rem 1rem}.profile-module__eIoWXG__addButton{padding:.6rem 1.2rem;font-size:.85rem}}@media (max-width:480px){.profile-module__eIoWXG__header{height:180px}.profile-module__eIoWXG__main{padding:.75rem .75rem 2rem}.profile-module__eIoWXG__profileInfo{padding:0 1rem}.profile-module__eIoWXG__avatarRow{margin-top:-40px}.profile-module__eIoWXG__ownerAvatar{width:88px;height:88px}.profile-module__eIoWXG__ownerAvatarFallback{width:88px;height:88px;font-size:2rem}.profile-module__eIoWXG__avatarEditBtn,.profile-module__eIoWXG__avatarRemoveBtn{width:28px;height:28px;font-size:.7rem}.profile-module__eIoWXG__tabBar{justify-content:flex-start;padding:0 .5rem}.profile-module__eIoWXG__tab{padding:.65rem .6rem;font-size:.78rem}.profile-module__eIoWXG__guidesGrid{grid-template-columns:1fr}.profile-module__eIoWXG__cardBody{padding:1rem}.profile-module__eIoWXG__cardActions{flex-wrap:wrap}.profile-module__eIoWXG__socialStats{font-size:.82rem}.profile-module__eIoWXG__pendingRequestActions{gap:6px}.profile-module__eIoWXG__pendingConfirmBtn,.profile-module__eIoWXG__pendingDeleteBtn{padding:5px 12px;font-size:12px}}.profile-module__eIoWXG__acctAvatarSection{background:#f8f9fa99;border:1px solid #0000000a;border-radius:16px;align-items:center;gap:1.25rem;margin-bottom:1.75rem;padding:1.25rem;display:flex}.profile-module__eIoWXG__acctAvatar{object-fit:cover;border:2.5px solid var(--accent-light);border-radius:50%;width:64px;height:64px;box-shadow:0 4px 12px #00000014}.profile-module__eIoWXG__acctAvatarFallback{background:linear-gradient(135deg, var(--accent) 0%, color-mix(in srgb, var(--accent) 60%, white) 100%);color:#fff;width:64px;height:64px;box-shadow:0 4px 12px var(--accent-glow);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.profile-module__eIoWXG__acctField{margin-bottom:1.25rem}.profile-module__eIoWXG__acctLabel{color:var(--text-secondary,#5a5a7a);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.45rem;font-size:.78rem;font-weight:600;display:block}.profile-module__eIoWXG__acctInput{width:100%;color:var(--dark-color,#0a0a0a);box-sizing:border-box;background:#f8f8f880;border:1.5px solid #00000014;border-radius:12px;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background .2s}.profile-module__eIoWXG__acctInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);background:#fff;outline:none}.profile-module__eIoWXG__acctTextarea{width:100%;color:var(--dark-color,#0a0a0a);resize:vertical;box-sizing:border-box;background:#f8f8f880;border:1.5px solid #00000014;border-radius:12px;min-height:80px;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background .2s}.profile-module__eIoWXG__acctTextarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);background:#fff;outline:none}.profile-module__eIoWXG__acctNote{color:var(--text-muted,#9a9ab5);margin:.3rem 0 0;font-size:.75rem;line-height:1.4}.profile-module__eIoWXG__acctRandomBadge{background:var(--accent-light);color:var(--accent);border-radius:20px;padding:.3rem .75rem;font-size:.85rem;font-weight:500;display:inline-block}.profile-module__eIoWXG__acctUploadBtn{cursor:pointer;color:var(--dark-color,#0a0a0a);background:#f8f8f880;border:1.5px solid #00000014;border-radius:12px;align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-family:inherit;font-size:.85rem;transition:border-color .2s,background .2s,box-shadow .2s;display:inline-flex}.profile-module__eIoWXG__acctUploadBtn:hover{border-color:var(--accent);background:var(--accent-light);box-shadow:0 2px 8px var(--accent-glow)}.profile-module__eIoWXG__acctToggleRow{justify-content:space-between;align-items:center;gap:1rem;padding:.45rem 0;display:flex}.profile-module__eIoWXG__acctActions{border-top:1px solid #0000000f;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.profile-module__eIoWXG__acctSaveBtn{background:linear-gradient(135deg, var(--accent) 0%, color-mix(in srgb, var(--accent) 70%, white) 100%);color:#fff;cursor:pointer;box-shadow:0 4px 12px var(--accent-glow);letter-spacing:.02em;border:none;border-radius:12px;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:opacity .2s,transform .2s,box-shadow .2s}.profile-module__eIoWXG__acctSaveBtn:hover{opacity:.9;box-shadow:0 6px 20px var(--accent-glow);transform:translateY(-1px)}.profile-module__eIoWXG__acctSaveBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}@keyframes profile-module__eIoWXG__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.profile-module__eIoWXG__skeletonGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:grid}.profile-module__eIoWXG__skeletonCard{background:#f5f5f5;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.profile-module__eIoWXG__skeletonImage{background:linear-gradient(90deg,#ececec 25%,#d8d8d8 50%,#ececec 75%) 0 0/200% 100%;height:180px;animation:1.5s ease-in-out infinite profile-module__eIoWXG__shimmer}.profile-module__eIoWXG__skeletonBody{flex-direction:column;gap:.6rem;padding:1rem;display:flex}.profile-module__eIoWXG__skeletonLine{background:linear-gradient(90deg,#ececec 25%,#d8d8d8 50%,#ececec 75%) 0 0/200% 100%;border-radius:4px;height:13px;animation:1.5s ease-in-out infinite profile-module__eIoWXG__shimmer}.profile-module__eIoWXG__skeletonShort{width:55%}.profile-module__eIoWXG__skelBanner{background:linear-gradient(90deg,#ececec 25%,#d8d8d8 50%,#ececec 75%) 0 0/200% 100%;width:100%;height:220px;animation:1.5s ease-in-out infinite profile-module__eIoWXG__shimmer}.profile-module__eIoWXG__skelProfileInfo{flex-wrap:wrap;align-items:center;gap:1rem;max-width:1200px;margin:-2.5rem auto 0;padding:0 1.5rem;display:flex;position:relative}.profile-module__eIoWXG__skelAvatar{background:linear-gradient(90deg,#e0e0e0 25%,#d0d0d0 50%,#e0e0e0 75%) 0 0/200% 100%;border:4px solid #fff;border-radius:50%;flex-shrink:0;width:100px;height:100px;animation:1.5s ease-in-out infinite profile-module__eIoWXG__shimmer}.profile-module__eIoWXG__skelNameGroup{flex-direction:column;flex:1;gap:.5rem;padding-top:1.5rem;display:flex}.profile-module__eIoWXG__skelName{background:linear-gradient(90deg,#ececec 25%,#d8d8d8 50%,#ececec 75%) 0 0/200% 100%;border-radius:4px;width:180px;height:18px;animation:1.5s ease-in-out infinite profile-module__eIoWXG__shimmer}.profile-module__eIoWXG__skelBio{background:linear-gradient(90deg,#ececec 25%,#d8d8d8 50%,#ececec 75%) 0 0/200% 100%;border-radius:4px;width:60%;height:12px;animation:1.5s ease-in-out infinite profile-module__eIoWXG__shimmer}.profile-module__eIoWXG__skelStats{gap:1.5rem;padding-top:1.5rem;display:flex}.profile-module__eIoWXG__skelStatBox{background:linear-gradient(90deg,#ececec 25%,#d8d8d8 50%,#ececec 75%) 0 0/200% 100%;border-radius:6px;width:60px;height:36px;animation:1.5s ease-in-out infinite profile-module__eIoWXG__shimmer}.profile-module__eIoWXG__skelTabs{border-bottom:1px solid #eee;gap:.75rem;max-width:1200px;margin:1.5rem auto 0;padding:0 1.5rem .75rem;display:flex}.profile-module__eIoWXG__skelTab{background:linear-gradient(90deg,#ececec 25%,#d8d8d8 50%,#ececec 75%) 0 0/200% 100%;border-radius:6px;width:90px;height:32px;animation:1.5s ease-in-out infinite profile-module__eIoWXG__shimmer}@media (max-width:768px){.profile-module__eIoWXG__skelBanner{height:160px}.profile-module__eIoWXG__skelProfileInfo{flex-direction:column;align-items:flex-start;margin-top:-2rem}.profile-module__eIoWXG__skelAvatar{width:80px;height:80px}.profile-module__eIoWXG__skelNameGroup{padding-top:.5rem}.profile-module__eIoWXG__skelStats{justify-content:flex-start;width:100%;padding-top:.5rem}}.profile-module__eIoWXG__container{--accent:#1a1a1a;--accent-light:#00000026;--accent-glow:#00000040;--primary-color:#1a1a1a;--theme-bg-tint:#00000008;--theme-card-border:#0000001a;--theme-nav-border:#00000026;--theme-header-glow:#0000000f}.profile-module__eIoWXG__themeOceanBlue{--accent:#666;--accent-light:#6666661f;--accent-glow:#66666638;--primary-color:#666;--theme-bg-tint:#66666606;--theme-card-border:#6666661a;--theme-nav-border:#66666626;--theme-header-glow:#6666660f}.profile-module__eIoWXG__themeForestGreen{--accent:#777;--accent-light:#7777771f;--accent-glow:#77777738;--primary-color:#777;--theme-bg-tint:#77777706;--theme-card-border:#7777771a;--theme-nav-border:#77777726;--theme-header-glow:#7777770f}.profile-module__eIoWXG__themeSunsetOrange{--accent:#e8956a;--accent-light:#e8956a1f;--accent-glow:#e8956a38;--primary-color:#e8956a;--theme-bg-tint:#e8956a06;--theme-card-border:#e8956a1a;--theme-nav-border:#e8956a26;--theme-header-glow:#e8956a0f}.profile-module__eIoWXG__themeRosePink{--accent:#999;--accent-light:#9999991f;--accent-glow:#99999938;--primary-color:#999;--theme-bg-tint:#99999906;--theme-card-border:#9999991a;--theme-nav-border:#99999926;--theme-header-glow:#9999990f}.profile-module__eIoWXG__themeRoyalPurple{--accent:#555;--accent-light:#5555551f;--accent-glow:#55555538;--primary-color:#555;--theme-bg-tint:#55555506;--theme-card-border:#5555551a;--theme-nav-border:#55555526;--theme-header-glow:#5555550f}.profile-module__eIoWXG__themeMidnight{--accent:#2c3e6b;--accent-light:#2c3e6b1f;--accent-glow:#2c3e6b38;--primary-color:#2c3e6b;--theme-bg-tint:#2c3e6b06;--theme-card-border:#2c3e6b1a;--theme-nav-border:#2c3e6b26;--theme-header-glow:#2c3e6b0f}.profile-module__eIoWXG__themeCoral{--accent:#e06b6b;--accent-light:#e06b6b1f;--accent-glow:#e06b6b38;--primary-color:#e06b6b;--theme-bg-tint:#e06b6b06;--theme-card-border:#e06b6b1a;--theme-nav-border:#e06b6b26;--theme-header-glow:#e06b6b0f}.profile-module__eIoWXG__travelerTitle{color:var(--text-secondary,#4a4a6a);letter-spacing:.02em;background:#0000000a;border-radius:20px;align-items:center;gap:.35rem;padding:.2rem .65rem;font-size:.8rem;font-weight:500;display:inline-flex}.profile-module__eIoWXG__guidesListView{flex-direction:column;gap:0;max-width:680px;margin:0 auto;display:flex}.profile-module__eIoWXG__guideListCard{color:inherit;border-bottom:1px solid #0000000f;flex-direction:column;gap:.6rem;padding:1.25rem 0;text-decoration:none;transition:background .15s;display:flex}.profile-module__eIoWXG__guideListCard:first-child{padding-top:0}.profile-module__eIoWXG__guideListCard:hover{background:#00000004}.profile-module__eIoWXG__guideListPinRow{align-items:center;gap:.3rem;margin-bottom:-.2rem;display:flex}.profile-module__eIoWXG__guideListPinLabel{color:var(--text-muted,#9a9ab5);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600}.profile-module__eIoWXG__guideListHeader{flex-direction:column;gap:.15rem;display:flex}.profile-module__eIoWXG__guideListTitle{color:var(--dark-color,#0a0a0a);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.profile-module__eIoWXG__guideListDate{color:var(--text-muted,#9a9ab5);margin:0;font-size:.78rem}.profile-module__eIoWXG__guideListDesc{color:var(--text-secondary,#4a4a6a);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.55;display:-webkit-box;overflow:hidden}.profile-module__eIoWXG__guideListImageWrap{background:#f0f0f0;border-radius:14px;width:100%;max-height:320px;overflow:hidden}.profile-module__eIoWXG__guideListImage{object-fit:cover;width:100%;height:auto;max-height:320px;display:block}.profile-module__eIoWXG__guideListMeta{flex-wrap:wrap;gap:.4rem;display:flex}.profile-module__eIoWXG__guideListTag{background:var(--accent-light);color:var(--accent);border-radius:12px;padding:.2rem .6rem;font-size:.75rem;font-weight:500}.profile-module__eIoWXG__guideListActions{align-items:center;gap:.5rem;padding-top:.15rem;display:flex}.profile-module__eIoWXG__guideListActionBtn{color:var(--text-secondary,#666);cursor:pointer;background:0 0;border:none;border-radius:20px;align-items:center;gap:.3rem;padding:.35rem .7rem;font-family:inherit;font-size:.82rem;transition:background .15s,color .15s;display:inline-flex}.profile-module__eIoWXG__guideListActionBtn:hover{background:var(--accent-light);color:var(--accent)}.profile-module__eIoWXG__guideListActionBtnLiked{color:#e05c7a}.profile-module__eIoWXG__guideListActionBtnLiked:hover{color:#e05c7a;background:#e05c7a14}.profile-module__eIoWXG__guideListActionBtnPinned{color:#e05c7a}.profile-module__eIoWXG__guideListActionBtnDanger:hover{color:#ff6b6b;background:#ff6b6b1a}.profile-module__eIoWXG__guideListCardPinned{border-bottom-color:var(--accent-glow)}@media (max-width:600px){.profile-module__eIoWXG__guideListCard{padding:1rem 0}.profile-module__eIoWXG__guideListImageWrap{border-radius:10px;max-height:220px}.profile-module__eIoWXG__guideListImage{max-height:220px}.profile-module__eIoWXG__guideListTitle{font-size:1rem}}@media (max-width:480px){.profile-module__eIoWXG__guidesToolbar{justify-content:flex-end;width:100%}}.profile-module__eIoWXG__pinIcon{z-index:3;pointer-events:none;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:1.7rem;height:1.7rem;font-size:1.15rem;display:flex;position:absolute;top:6px;right:10px;transform:rotate(-25deg)}.profile-module__eIoWXG__pinIconList{filter:drop-shadow(1px 1px 1px #0003);margin-right:.25rem;font-size:.78rem;display:inline-block;position:relative;top:-1px;transform:rotate(-25deg)}.profile-module__eIoWXG__guideCardPinned{border-color:var(--accent-glow);box-shadow:0 4px 20px #00000014, 0 0 0 1px var(--accent-light)}.profile-module__eIoWXG__guideListCardPinned{border-color:var(--accent-glow);box-shadow:0 2px 12px #0000000f, 0 0 0 1px var(--accent-light)}.profile-module__eIoWXG__pinBtn{cursor:pointer;color:#aaa;opacity:.4;background:0 0;border:none;border-radius:6px;padding:.3rem .45rem;font-size:.9rem;line-height:1;transition:all .2s;transform:rotate(0)}.profile-module__eIoWXG__pinBtn:hover{opacity:1;color:#e05c7a;filter:drop-shadow(1px 2px 2px #0003);transform:rotate(-25deg)}.profile-module__eIoWXG__pinBtnActive{opacity:1;color:#e05c7a;filter:drop-shadow(1px 2px 2px #0000002e);transform:rotate(-25deg)}.profile-module__eIoWXG__colorThemeGrid{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.profile-module__eIoWXG__colorSwatch{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:10px;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem .25rem;transition:all .2s;display:flex}.profile-module__eIoWXG__colorSwatch:hover{background:#00000008}.profile-module__eIoWXG__colorSwatchActive{border-color:var(--accent);background:var(--accent-light)}.profile-module__eIoWXG__swatchCircle{border-radius:50%;width:28px;height:28px;box-shadow:0 2px 8px #00000026}.profile-module__eIoWXG__swatchLabel{color:#666;text-align:center;font-size:.65rem;line-height:1.2}.profile-module__eIoWXG__titlePresetGrid{flex-wrap:wrap;gap:.4rem;display:flex}.profile-module__eIoWXG__titlePresetBtn{cursor:pointer;color:#555;background:#fff;border:1px solid #ddd;border-radius:16px;padding:.3rem .7rem;font-size:.8rem;transition:all .2s}.profile-module__eIoWXG__titlePresetBtn:hover{border-color:var(--accent);color:var(--accent)}.profile-module__eIoWXG__titlePresetBtnActive{border-color:var(--accent);background:var(--accent-light);color:var(--accent);font-weight:600}.profile-module__eIoWXG__projectionGrid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.profile-module__eIoWXG__projectionBtn{cursor:pointer;color:#555;background:#fff;border:2px solid #eee;border-radius:10px;flex-direction:column;align-items:center;gap:.3rem;padding:.6rem;font-size:.8rem;transition:all .2s;display:flex}.profile-module__eIoWXG__projectionBtn:hover{border-color:#ccc}.profile-module__eIoWXG__projectionBtnActive{border-color:var(--accent);background:var(--accent-light);color:var(--accent);font-weight:600}.profile-module__eIoWXG__projectionIcon{font-size:1.4rem}.profile-module__eIoWXG__layoutToggle{background:#fff;border:1.5px solid #0000001a;border-radius:10px;display:flex;overflow:hidden}.profile-module__eIoWXG__layoutBtn{cursor:pointer;color:var(--text-secondary,#666);background:0 0;border:none;justify-content:center;align-items:center;padding:.45rem .65rem;font-size:1rem;line-height:1;transition:all .2s;display:flex}.profile-module__eIoWXG__layoutBtn:first-child{border-right:1.5px solid #0000001a}.profile-module__eIoWXG__layoutBtnActive{background:var(--accent-light);color:var(--accent)}.profile-module__eIoWXG__destinationsTab{width:100%}.profile-module__eIoWXG__destsGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;display:grid}.profile-module__eIoWXG__destCard{background:var(--card-bg,#fff);cursor:pointer;border-radius:14px;transition:transform .15s,box-shadow .15s;overflow:hidden;box-shadow:0 2px 12px #00000012}.profile-module__eIoWXG__destCard:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001f}.profile-module__eIoWXG__destCardImageWrapper{background:var(--bg-secondary,#f0f0f5);width:100%;height:160px;position:relative}.profile-module__eIoWXG__destCardImage{object-fit:cover;width:100%;height:100%}.profile-module__eIoWXG__destCardNoImage{justify-content:center;align-items:center;width:100%;height:100%;font-size:2.5rem;display:flex}.profile-module__eIoWXG__destCardCategory{color:#fff;text-transform:capitalize;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border-radius:6px;padding:3px 8px;font-size:.7rem;font-weight:600;position:absolute;top:8px;right:8px}.profile-module__eIoWXG__destCardBody{padding:.85rem 1rem 1rem}.profile-module__eIoWXG__destCardName{color:var(--dark-color,#0a0a0a);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:.95rem;font-weight:600;overflow:hidden}.profile-module__eIoWXG__destCardLocation{color:var(--text-secondary,#4a4a6a);margin:0 0 .4rem;font-size:.78rem}.profile-module__eIoWXG__destCardDesc{color:var(--text-secondary,#4a4a6a);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:.75rem;display:-webkit-box;overflow:hidden}.profile-module__eIoWXG__destCardFooter{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.profile-module__eIoWXG__destCardRating{color:#f5a623;white-space:nowrap;font-size:.75rem}.profile-module__eIoWXG__destCardGuide{color:var(--text-secondary,#4a4a6a);white-space:nowrap;text-overflow:ellipsis;text-align:right;max-width:55%;font-size:.72rem;overflow:hidden}@media (max-width:480px){.profile-module__eIoWXG__destsGrid{grid-template-columns:1fr}}[data-theme=dark] .profile-module__eIoWXG__container{--accent-light:#ffffff14;--accent-glow:#ffffff1f;--theme-bg-tint:#ffffff05;--theme-card-border:#ffffff14;--theme-nav-border:#ffffff14;--theme-header-glow:#ffffff0a;background:#0c0c0c}[data-theme=dark] .profile-module__eIoWXG__stickyNav{background:#111111eb;border-bottom-color:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__navBrand{color:#e8e8e8}[data-theme=dark] .profile-module__eIoWXG__navLink{color:#b0b0b0}[data-theme=dark] .profile-module__eIoWXG__navLink:hover{color:#e8e8e8}[data-theme=dark] .profile-module__eIoWXG__navLinkActive{color:#e8e8e8}[data-theme=dark] .profile-module__eIoWXG__bannerOverlay{background:linear-gradient(#0000 0%,#0c0c0c4d 50%,#0c0c0cf2 100%)}[data-theme=dark] .profile-module__eIoWXG__bannerActionBtn{color:#e0e0e0;background:#ffffff1a;border-color:#ffffff1f}[data-theme=dark] .profile-module__eIoWXG__bannerActionBtn:hover{background:#ffffff2e}[data-theme=dark] .profile-module__eIoWXG__settingsBtn{color:#ccc;background:#ffffff14;border-color:#ffffff1a}[data-theme=dark] .profile-module__eIoWXG__settingsBtn:hover{background:#ffffff26}[data-theme=dark] .profile-module__eIoWXG__profileInfoInner{border-bottom-color:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__profileName{color:#f0f0f0}[data-theme=dark] .profile-module__eIoWXG__profileBio{color:#b0b0b0}[data-theme=dark] .profile-module__eIoWXG__ownerAvatarFallback{color:#e0e0e0;background:#222}[data-theme=dark] .profile-module__eIoWXG__profileEditBtn{color:#e0e0e0;background:#ffffff14;border-color:#ffffff1f}[data-theme=dark] .profile-module__eIoWXG__profileEditBtn:hover{background:#ffffff26}[data-theme=dark] .profile-module__eIoWXG__tabBar{border-bottom-color:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__tab{color:#999}[data-theme=dark] .profile-module__eIoWXG__tab:hover{color:#e0e0e0;background:#ffffff0a}[data-theme=dark] .profile-module__eIoWXG__tabActive{color:#f0f0f0;background:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__savedSearchInput{color:#e0e0e0;background:#1a1a1a;border-color:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__savedSearchInput::placeholder{color:#666}[data-theme=dark] .profile-module__eIoWXG__likedCard{background:#1a1a1a;box-shadow:0 2px 10px #0006}[data-theme=dark] .profile-module__eIoWXG__guideCard{background:#1a1a1a;border-color:#ffffff0f;box-shadow:0 2px 10px #0006}[data-theme=dark] .profile-module__eIoWXG__guideCard:hover{box-shadow:0 6px 20px #00000080}:is([data-theme=dark] .profile-module__eIoWXG__noImage,[data-theme=dark] .profile-module__eIoWXG__noImageGrid){background:#222}[data-theme=dark] .profile-module__eIoWXG__cardActions{background:#1a1a1af2;border-top-color:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__cardTitle{color:#e8e8e8}[data-theme=dark] .profile-module__eIoWXG__cardDate{color:#888}:is([data-theme=dark] .profile-module__eIoWXG__cardDesc,[data-theme=dark] .profile-module__eIoWXG__cardLocation){color:#999}[data-theme=dark] .profile-module__eIoWXG__cardTag{color:#b0b0b0;background:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__emptyState{color:#999}[data-theme=dark] .profile-module__eIoWXG__emptyStateTitle{color:#e0e0e0}[data-theme=dark] .profile-module__eIoWXG__emptyStateSub{color:#888}[data-theme=dark] .profile-module__eIoWXG__emptyStateCta{color:#0a0a0a;background:#e0e0e0}[data-theme=dark] .profile-module__eIoWXG__emptyStateCta:hover{background:#f0f0f0}[data-theme=dark] .profile-module__eIoWXG__panel{background:#1a1a1a;border-color:#ffffff0f;box-shadow:0 2px 12px #0006}[data-theme=dark] .profile-module__eIoWXG__panelHeader{border-bottom-color:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__panelTitle{color:#e8e8e8}[data-theme=dark] .profile-module__eIoWXG__fieldLabel{color:#ccc}:is([data-theme=dark] .profile-module__eIoWXG__fieldInput,[data-theme=dark] .profile-module__eIoWXG__fieldTextarea){color:#e0e0e0;background:#111;border-color:#ffffff14}:is([data-theme=dark] .profile-module__eIoWXG__fieldInput:focus,[data-theme=dark] .profile-module__eIoWXG__fieldTextarea:focus){background:#141414;border-color:#fff3}[data-theme=dark] .profile-module__eIoWXG__fieldHint{color:#777}[data-theme=dark] .profile-module__eIoWXG__toggleSlider{background:#333}[data-theme=dark] .profile-module__eIoWXG__cancelButton{color:#ccc;background:#222;border-color:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__cancelButton:hover{background:#2a2a2a}[data-theme=dark] .profile-module__eIoWXG__saveButton{color:#0a0a0a;background:#e0e0e0}[data-theme=dark] .profile-module__eIoWXG__saveButton:hover{background:#f0f0f0}[data-theme=dark] .profile-module__eIoWXG__uploadButton{color:#ccc;background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__uploadButton:hover{background:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__ownerMetaSection{border-top-color:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__ownerBio{color:#b0b0b0}[data-theme=dark] .profile-module__eIoWXG__emojiPickerToggle{background:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__emojiPickerToggle:hover{background:#ffffff1a}[data-theme=dark] .profile-module__eIoWXG__emojiGrid{background:#1a1a1a;border-color:#ffffff14;box-shadow:0 4px 16px #00000080}[data-theme=dark] .profile-module__eIoWXG__socialStatsRow{border-top-color:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__socialStatBtn{color:#999}[data-theme=dark] .profile-module__eIoWXG__socialStatBtn:hover{color:#e0e0e0;background:#ffffff0a}[data-theme=dark] .profile-module__eIoWXG__socialStatCount{color:#e0e0e0}[data-theme=dark] .profile-module__eIoWXG__followModal{background:#1a1a1a;box-shadow:0 10px 40px #0009}[data-theme=dark] .profile-module__eIoWXG__followModalHeader{border-bottom-color:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__followModalTitle{color:#e8e8e8}[data-theme=dark] .profile-module__eIoWXG__followModalClose{color:#999}[data-theme=dark] .profile-module__eIoWXG__followModalClose:hover{color:#e0e0e0;background:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__followItemName{color:#e0e0e0}[data-theme=dark] .profile-module__eIoWXG__followItemSub{color:#888}[data-theme=dark] .profile-module__eIoWXG__followBtn{color:#0a0a0a;background:#e0e0e0}[data-theme=dark] .profile-module__eIoWXG__followBtn:hover{background:#f0f0f0}[data-theme=dark] .profile-module__eIoWXG__followingBtn{color:#ccc;background:#ffffff14;border-color:#ffffff1f}[data-theme=dark] .profile-module__eIoWXG__followingBtn:hover{background:#ff50501f;border-color:#ff50504d}[data-theme=dark] .profile-module__eIoWXG__pendingBtn{color:#999;background:#ffffff0f;border-color:#ffffff1a}[data-theme=dark] .profile-module__eIoWXG__pendingDeleteBtn{color:#999;background:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__pendingDeleteBtn:hover{color:#ff6b6b;background:#ff50501f}[data-theme=dark] .profile-module__eIoWXG__statCard{background:#1a1a1a;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .profile-module__eIoWXG__statValue{color:#f0f0f0}[data-theme=dark] .profile-module__eIoWXG__statLabel{color:#888}[data-theme=dark] .profile-module__eIoWXG__acctAvatarSection{background:#ffffff08}[data-theme=dark] .profile-module__eIoWXG__acctLabel{color:#ccc}:is([data-theme=dark] .profile-module__eIoWXG__acctInput,[data-theme=dark] .profile-module__eIoWXG__acctTextarea){color:#e0e0e0;background:#111;border-color:#ffffff14}:is([data-theme=dark] .profile-module__eIoWXG__acctInput:focus,[data-theme=dark] .profile-module__eIoWXG__acctTextarea:focus){background:#141414;border-color:#fff3}[data-theme=dark] .profile-module__eIoWXG__acctInput::placeholder{color:#555}[data-theme=dark] .profile-module__eIoWXG__acctTextarea::placeholder{color:#555}[data-theme=dark] .profile-module__eIoWXG__acctNote{color:#666}[data-theme=dark] .profile-module__eIoWXG__acctUploadBtn{color:#ccc;background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__acctUploadBtn:hover{background:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__acctActions{border-top-color:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__acctSaveBtn{color:#0a0a0a;background:linear-gradient(135deg,#e0e0e0 0%,#ccc 100%);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .profile-module__eIoWXG__skeletonCard{background:#1a1a1a;box-shadow:0 2px 8px #0000004d}:is([data-theme=dark] .profile-module__eIoWXG__skeletonImage,[data-theme=dark] .profile-module__eIoWXG__skeletonLine,[data-theme=dark] .profile-module__eIoWXG__skelBanner,[data-theme=dark] .profile-module__eIoWXG__skelAvatar,[data-theme=dark] .profile-module__eIoWXG__skelName,[data-theme=dark] .profile-module__eIoWXG__skelBio,[data-theme=dark] .profile-module__eIoWXG__skelStatBox,[data-theme=dark] .profile-module__eIoWXG__skelTab){background:linear-gradient(90deg,#1e1e1e 25%,#2a2a2a 50%,#1e1e1e 75%) 0 0/200% 100%}[data-theme=dark] .profile-module__eIoWXG__skelAvatar{border-color:#1a1a1a}[data-theme=dark] .profile-module__eIoWXG__skelTabs{border-bottom-color:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__travelerTitle{color:#b0b0b0;background:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__guideListCard{border-bottom-color:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__guideListCard:hover{background:#ffffff05}[data-theme=dark] .profile-module__eIoWXG__guideListTitle{color:#e8e8e8}[data-theme=dark] .profile-module__eIoWXG__guideListDate{color:#777}[data-theme=dark] .profile-module__eIoWXG__guideListDesc{color:#999}[data-theme=dark] .profile-module__eIoWXG__guideListImageWrap{background:#1e1e1e}[data-theme=dark] .profile-module__eIoWXG__guideListTag{color:#b0b0b0;background:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__guideListActionBtn{color:#888}[data-theme=dark] .profile-module__eIoWXG__guideListActionBtn:hover{background:#ffffff0f}[data-theme=dark] .profile-module__eIoWXG__pinIcon{background:#1e1e1ef2}[data-theme=dark] .profile-module__eIoWXG__colorSwatch:hover{background:#ffffff0a}[data-theme=dark] .profile-module__eIoWXG__swatchLabel{color:#999}[data-theme=dark] .profile-module__eIoWXG__titlePresetBtn{color:#b0b0b0;background:#1a1a1a;border-color:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__titlePresetBtn:hover{color:#e0e0e0;border-color:#fff3}[data-theme=dark] .profile-module__eIoWXG__titlePresetBtnActive{background:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__projectionBtn{color:#b0b0b0;background:#1a1a1a;border-color:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__projectionBtn:hover{border-color:#ffffff26}[data-theme=dark] .profile-module__eIoWXG__projectionBtnActive{background:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__layoutToggle{background:#1a1a1a;border-color:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__layoutBtn{color:#999}[data-theme=dark] .profile-module__eIoWXG__layoutBtn:first-child{border-right-color:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__layoutBtnActive{color:#e0e0e0;background:#ffffff14}[data-theme=dark] .profile-module__eIoWXG__destCard{background:#1a1a1a;box-shadow:0 2px 12px #0006}[data-theme=dark] .profile-module__eIoWXG__destCard:hover{box-shadow:0 6px 20px #00000080}[data-theme=dark] .profile-module__eIoWXG__destCardImageWrapper{background:#222}[data-theme=dark] .profile-module__eIoWXG__destCardName{color:#e8e8e8}:is([data-theme=dark] .profile-module__eIoWXG__destCardLocation,[data-theme=dark] .profile-module__eIoWXG__destCardDesc,[data-theme=dark] .profile-module__eIoWXG__destCardGuide){color:#999}
@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:#0003;--rc-drag-bar-size:6px;--rc-border-color:#ffffffb3;--rc-focus-color:#08f}.ReactCrop{cursor:crosshair;max-width:100%;display:inline-block;position:relative}.ReactCrop *,.ReactCrop :before,.ReactCrop :after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit;overflow:hidden}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{max-width:100%;max-height:inherit;display:block}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px);position:absolute;inset:0}.ReactCrop__crop-selection{cursor:move;position:absolute;top:0;left:0;transform:translateZ(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";border:1px solid var(--rc-border-color);opacity:.3;position:absolute;inset:-1px}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){color:#fff;background-image:linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;animation:1s linear infinite marching-ants}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";background-color:#fff6;display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6667%}.ReactCrop__drag-handle{width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color);position:absolute}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{cursor:nw-resize;top:0;left:0;transform:translate(-50%,-50%)}.ReactCrop .ord-n{cursor:n-resize;top:0;left:50%;transform:translate(-50%,-50%)}.ReactCrop .ord-ne{cursor:ne-resize;top:0;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-e{cursor:e-resize;top:50%;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-se{cursor:se-resize;bottom:0;right:0;transform:translate(50%,50%)}.ReactCrop .ord-s{cursor:s-resize;bottom:0;left:50%;transform:translate(-50%,50%)}.ReactCrop .ord-sw{cursor:sw-resize;bottom:0;left:0;transform:translate(-50%,50%)}.ReactCrop .ord-w{cursor:w-resize;top:50%;left:0;transform:translate(-50%,-50%)}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{width:100%;height:var(--rc-drag-bar-size);top:0;left:0;transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{width:var(--rc-drag-bar-size);height:100%;top:0;right:0;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{width:100%;height:var(--rc-drag-bar-size);bottom:0;left:0;transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{width:var(--rc-drag-bar-size);height:100%;top:0;left:0;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}
.CoverCropModal-module__MWkFMG__overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.CoverCropModal-module__MWkFMG__modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:720px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.CoverCropModal-module__MWkFMG__header{padding:1.25rem 1.5rem .75rem}.CoverCropModal-module__MWkFMG__title{color:#222;margin:0 0 .25rem;font-size:1.15rem;font-weight:600}.CoverCropModal-module__MWkFMG__hint{color:#777;margin:0;font-size:.85rem}.CoverCropModal-module__MWkFMG__cropArea{justify-content:center;max-height:60vh;padding:0 1.5rem;display:flex;overflow:auto}.CoverCropModal-module__MWkFMG__cropImage{max-width:100%;max-height:58vh;display:block}.CoverCropModal-module__MWkFMG__actions{border-top:1px solid #eee;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.CoverCropModal-module__MWkFMG__cancelBtn,.CoverCropModal-module__MWkFMG__confirmBtn{cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:background .15s,opacity .15s}.CoverCropModal-module__MWkFMG__cancelBtn{color:#444;background:#f0f0f0}.CoverCropModal-module__MWkFMG__cancelBtn:hover{background:#e0e0e0}.CoverCropModal-module__MWkFMG__confirmBtn{color:#fff;background:#2d6a4f}.CoverCropModal-module__MWkFMG__confirmBtn:hover{background:#1b4332}.CoverCropModal-module__MWkFMG__confirmBtn:disabled,.CoverCropModal-module__MWkFMG__cancelBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:520px){.CoverCropModal-module__MWkFMG__modal{border-radius:8px;max-height:95vh}.CoverCropModal-module__MWkFMG__header{padding:1rem 1rem .5rem}.CoverCropModal-module__MWkFMG__cropArea{padding:0 1rem}.CoverCropModal-module__MWkFMG__actions{padding:.75rem 1rem}}[data-theme=dark] .CoverCropModal-module__MWkFMG__modal{background:#1a1a1a;box-shadow:0 20px 60px #0009}[data-theme=dark] .CoverCropModal-module__MWkFMG__title{color:#e8e8e8}[data-theme=dark] .CoverCropModal-module__MWkFMG__hint{color:#888}[data-theme=dark] .CoverCropModal-module__MWkFMG__actions{border-top-color:#ffffff0f}[data-theme=dark] .CoverCropModal-module__MWkFMG__cancelBtn{color:#ccc;background:#222}[data-theme=dark] .CoverCropModal-module__MWkFMG__cancelBtn:hover{background:#2a2a2a}
.WorldMap-module__R2E8dq__mapContainer{background:#0000000a;border:1px solid #0000001f;border-radius:14px;width:100%;margin-top:1rem;position:relative;overflow:hidden}.WorldMap-module__R2E8dq__map{width:100%;height:auto;display:block}.WorldMap-module__R2E8dq__projToggle{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border:1px solid #00000014;border-radius:8px;display:flex;position:absolute;top:.6rem;right:.6rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}.WorldMap-module__R2E8dq__projToggleBtn{cursor:pointer;opacity:.5;background:0 0;border:none;padding:.35rem .55rem;font-size:1rem;line-height:1;transition:background .2s}.WorldMap-module__R2E8dq__projToggleBtn:first-child{border-right:1px solid #00000014}.WorldMap-module__R2E8dq__projToggleBtnActive{opacity:1;background:#0000000f}.WorldMap-module__R2E8dq__visited{fill:#1a1a1a;stroke:#fff;stroke-width:.5px;cursor:default;transition:fill .2s}.WorldMap-module__R2E8dq__visited:hover{fill:#000}.WorldMap-module__R2E8dq__unvisited{fill:#e8e8e8;stroke:#fff;stroke-width:.5px;cursor:default}.WorldMap-module__R2E8dq__statsOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border:1px solid #00000026;border-radius:10px;gap:.5rem;padding:.5rem .75rem;display:flex;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);box-shadow:0 2px 12px #00000014}.WorldMap-module__R2E8dq__statItem{flex-direction:column;align-items:center;gap:.1rem;padding:.2rem .75rem;display:flex}.WorldMap-module__R2E8dq__statItem+.WorldMap-module__R2E8dq__statItem{border-left:1px solid #00000014}.WorldMap-module__R2E8dq__statNumber{color:var(--dark-color,#0a0a0a);font-size:1.1rem;font-weight:700;line-height:1.2}.WorldMap-module__R2E8dq__statLabel{color:var(--text-secondary,#4a4a6a);text-transform:uppercase;letter-spacing:.06em;font-size:.65rem;font-weight:500}.WorldMap-module__R2E8dq__countryTooltip{pointer-events:none;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;background:#1e1e28e0;border-radius:8px;align-items:center;gap:.4rem;padding:.35rem .65rem;display:flex;position:absolute;transform:translate(-50%,-120%);box-shadow:0 4px 14px #00000040}.WorldMap-module__R2E8dq__tooltipFlag{font-size:1.15rem;line-height:1}.WorldMap-module__R2E8dq__tooltipName{color:#f0f0f0;letter-spacing:.01em;font-size:.78rem;font-weight:600}[data-theme=dark] .WorldMap-module__R2E8dq__mapContainer{background:#f5f3eef2;border-color:#00000026}[data-theme=dark] .WorldMap-module__R2E8dq__projToggle{background:#1e1e1ee6;border-color:#ffffff14}[data-theme=dark] .WorldMap-module__R2E8dq__projToggleBtn:first-child{border-right-color:#ffffff14}[data-theme=dark] .WorldMap-module__R2E8dq__projToggleBtnActive{background:#ffffff1a}[data-theme=dark] .WorldMap-module__R2E8dq__unvisited{fill:#eae8e3;stroke:#d8d6d1}[data-theme=dark] .WorldMap-module__R2E8dq__visited{fill:#1a1a1a;stroke:#d8d6d1}[data-theme=dark] .WorldMap-module__R2E8dq__visited:hover{fill:#000}[data-theme=dark] .WorldMap-module__R2E8dq__statsOverlay{background:#ffffffe0;border-color:#0003;box-shadow:0 2px 12px #00000014}[data-theme=dark] .WorldMap-module__R2E8dq__statItem+.WorldMap-module__R2E8dq__statItem{border-left-color:#00000014}[data-theme=dark] .WorldMap-module__R2E8dq__statNumber{color:#0a0a0a}[data-theme=dark] .WorldMap-module__R2E8dq__statLabel{color:#4a4a6a}@media (max-width:480px){.WorldMap-module__R2E8dq__statsOverlay{gap:.25rem;padding:.4rem .5rem}.WorldMap-module__R2E8dq__statItem{padding:.15rem .5rem}.WorldMap-module__R2E8dq__statNumber{font-size:.95rem}.WorldMap-module__R2E8dq__statLabel{font-size:.58rem}}
