.Header-module__Af2_WG__header{z-index:1000;height:var(--nav-height);padding:0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__header.Header-module__Af2_WG__scrolled{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border-subtle);box-shadow:var(--shadow-sm)}.Header-module__Af2_WG__inner{justify-content:space-between;align-items:center;gap:32px;height:100%;display:flex}.Header-module__Af2_WG__logo{font-family:var(--font-display);letter-spacing:-.03em;color:var(--color-text);flex-shrink:0;align-items:center;gap:10px;font-size:20px;font-weight:800;text-decoration:none;display:flex}.Header-module__Af2_WG__logoImage{object-fit:contain;border-radius:6px}.Header-module__Af2_WG__logoText{background:linear-gradient(135deg, var(--color-primary), var(--color-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Header-module__Af2_WG__nav{flex:1;align-items:center;gap:4px;display:flex}.Header-module__Af2_WG__navLink{border-radius:var(--radius-full);color:var(--color-text-secondary);transition:all var(--transition);padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none}.Header-module__Af2_WG__navLink:hover{color:var(--color-primary);background:#0284c714}.Header-module__Af2_WG__navLink.Header-module__Af2_WG__active{color:var(--color-primary);background:#0284c71a;font-weight:600}.Header-module__Af2_WG__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.Header-module__Af2_WG__profileBtn{display:none}.Header-module__Af2_WG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Header-module__Af2_WG__hamburger span{background:var(--color-text);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.Header-module__Af2_WG__hamburger span.Header-module__Af2_WG__open:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__Af2_WG__hamburger span.Header-module__Af2_WG__open:nth-child(2){opacity:0}.Header-module__Af2_WG__hamburger span.Header-module__Af2_WG__open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__Af2_WG__mobileMenu{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--color-border-subtle);flex-direction:column;gap:4px;padding:16px 24px 24px;display:none}.Header-module__Af2_WG__mobileNavLink{color:var(--color-text);border-radius:var(--radius-md);transition:all var(--transition);padding:14px 12px;font-size:16px;font-weight:500;text-decoration:none;display:block}.Header-module__Af2_WG__mobileNavLink:hover{background:var(--color-border-subtle)}.Header-module__Af2_WG__mobileCtaBtn{justify-content:center;width:100%;margin-top:12px}@media (max-width:768px){.Header-module__Af2_WG__nav,.Header-module__Af2_WG__profileBtn{display:none}.Header-module__Af2_WG__hamburger,.Header-module__Af2_WG__mobileMenu{display:flex}}@media (min-width:769px){.Header-module__Af2_WG__profileBtn{display:inline-flex}}
.Footer-module__EZoWya__footer{margin-top:80px;position:relative}.Footer-module__EZoWya__wave{height:80px;line-height:0;overflow:hidden}.Footer-module__EZoWya__wave svg{width:100%;height:100%}.Footer-module__EZoWya__body{background:var(--color-ocean-dark);padding:60px 0 40px;position:relative;overflow:hidden}.Footer-module__EZoWya__body:before{content:"";pointer-events:none;background:radial-gradient(circle,#38bdf814 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-100px;right:-100px}.Footer-module__EZoWya__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px;display:grid}.Footer-module__EZoWya__logo{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;align-items:center;gap:10px;margin-bottom:16px;font-size:20px;font-weight:800;display:flex}.Footer-module__EZoWya__logoImage{object-fit:contain;border-radius:5px}.Footer-module__EZoWya__tagline{color:#fff9;margin-bottom:20px;font-size:14px;line-height:1.8}.Footer-module__EZoWya__badges{flex-wrap:wrap;gap:8px;display:flex}.Footer-module__EZoWya__badge{border-radius:var(--radius-full);color:var(--color-secondary);background:#38bdf826;border:1px solid #38bdf840;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.Footer-module__EZoWya__linkGroupTitle{letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-bottom:16px;font-size:12px;font-weight:700}.Footer-module__EZoWya__linkList{flex-direction:column;gap:10px;display:flex}.Footer-module__EZoWya__linkList a{color:#ffffffa6;transition:color var(--transition);font-size:14px;text-decoration:none}.Footer-module__EZoWya__linkList a:hover{color:#fff}.Footer-module__EZoWya__bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:32px;display:flex}.Footer-module__EZoWya__copyright{color:#ffffff59;font-size:13px}.Footer-module__EZoWya__socials{gap:12px;display:flex}.Footer-module__EZoWya__socialLink{border-radius:var(--radius-md);color:#ffffff80;width:36px;height:36px;transition:all var(--transition);background:#ffffff14;justify-content:center;align-items:center;text-decoration:none;display:flex}.Footer-module__EZoWya__socialLink:hover{color:#fff;background:#ffffff26;transform:translateY(-2px)}@media (max-width:768px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr;gap:32px}.Footer-module__EZoWya__brand{grid-column:1/-1}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;gap:16px}}
.HeroSection-module__mzsRbq__hero{background:linear-gradient(160deg, var(--color-ocean-dark) 0%, var(--color-ocean-mid) 40%, #0e4d8c 70%, #0e2a48 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__mzsRbq__bgGradient{pointer-events:none;background:radial-gradient(80% 60% at 60% 30%,#0284c74d 0%,#0000 60%),radial-gradient(40% 40% at 20% 70%,#06b6d433 0%,#0000 50%),radial-gradient(30% 50% at 80% 80%,#38bdf826 0%,#0000 50%);position:absolute;inset:0}.HeroSection-module__mzsRbq__canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.HeroSection-module__mzsRbq__waveBottom{height:120px;line-height:0;position:absolute;bottom:-1px;left:0;right:0}.HeroSection-module__mzsRbq__waveBottom svg{width:100%;height:100%}.HeroSection-module__mzsRbq__content{z-index:2;padding-top:calc(var(--nav-height) + 60px);flex-direction:column;align-items:flex-start;max-width:1000px;padding-bottom:160px;display:flex;position:relative}.HeroSection-module__mzsRbq__badge{border-radius:var(--radius-full);color:var(--color-secondary);background:#38bdf81f;border:1px solid #38bdf840;align-items:center;gap:8px;margin-bottom:28px;padding:6px 14px;font-size:13px;font-weight:600;animation:.5s forwards HeroSection-module__mzsRbq__fadeUp;display:inline-flex}.HeroSection-module__mzsRbq__badgeDot{background:var(--color-secondary);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.5s ease-out infinite HeroSection-module__mzsRbq__pulse-ring}.HeroSection-module__mzsRbq__headline{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;margin-bottom:24px;font-size:clamp(40px,7.5vw,76px);font-weight:900;line-height:1.15;animation:.6s .1s both HeroSection-module__mzsRbq__fadeUp}.HeroSection-module__mzsRbq__subline{color:#ffffffb3;margin-bottom:40px;font-size:clamp(16px,2vw,20px);line-height:1.8;animation:.6s .2s both HeroSection-module__mzsRbq__fadeUp}.HeroSection-module__mzsRbq__br{display:block}.HeroSection-module__mzsRbq__ctas{flex-wrap:wrap;gap:12px;margin-bottom:60px;animation:.6s .3s both HeroSection-module__mzsRbq__fadeUp;display:flex}.HeroSection-module__mzsRbq__stats{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-xl);background:#ffffff14;border:1px solid #ffffff1f;flex-wrap:wrap;align-items:center;gap:4px;padding:20px 28px;animation:.6s .4s both HeroSection-module__mzsRbq__fadeUp;display:flex}.HeroSection-module__mzsRbq__statItem{flex-direction:column;align-items:center;padding:0 24px;display:flex}.HeroSection-module__mzsRbq__statValue{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;margin-bottom:4px;font-size:28px;font-weight:800;line-height:1}.HeroSection-module__mzsRbq__statLabel{color:#ffffff80;white-space:nowrap;font-size:12px;font-weight:500}.HeroSection-module__mzsRbq__statDivider{background:#ffffff26;flex-shrink:0;width:1px;height:40px}@media (max-width:768px){.HeroSection-module__mzsRbq__content{padding-top:calc(var(--nav-height) + 40px);text-align:center;align-items:center;padding-bottom:120px}.HeroSection-module__mzsRbq__ctas{justify-content:center}.HeroSection-module__mzsRbq__ctas a{flex:1;justify-content:center;min-width:200px}.HeroSection-module__mzsRbq__stats{justify-content:center;width:100%}.HeroSection-module__mzsRbq__statDivider{display:none}.HeroSection-module__mzsRbq__statItem{padding:8px 16px}.HeroSection-module__mzsRbq__br{display:none}}
.ScrollFeatures-module__qMklHW__container{max-width:1100px;margin:0 auto;padding:0 24px;display:flex;position:relative}.ScrollFeatures-module__qMklHW__textCol{flex:1;order:-1}.ScrollFeatures-module__qMklHW__phoneCol{flex:0 0 320px;align-items:flex-start;padding-left:40px;display:flex}.ScrollFeatures-module__qMklHW__stickyWrap{justify-content:center;display:flex;position:sticky;top:calc(50vh - 281px)}.ScrollFeatures-module__qMklHW__step{flex-direction:column;justify-content:center;min-height:100vh;padding:80px 0;display:flex}.ScrollFeatures-module__qMklHW__card{width:100%;position:relative}.ScrollFeatures-module__qMklHW__giantNumber{display:none}.ScrollFeatures-module__qMklHW__cardContent{position:relative}.ScrollFeatures-module__qMklHW__stepLabel{letter-spacing:3px;color:var(--color-primary);opacity:.7;margin-bottom:16px;font-size:12px;font-weight:800}.ScrollFeatures-module__qMklHW__stepHeading{font-family:var(--font-display);letter-spacing:-.03em;color:var(--color-text);white-space:pre-line;margin-bottom:20px;font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.15}.ScrollFeatures-module__qMklHW__stepBody{color:var(--color-text-secondary);max-width:480px;margin-bottom:12px;font-size:clamp(15px,1.8vw,18px);line-height:1.75}.ScrollFeatures-module__qMklHW__stepHook{color:var(--color-primary);opacity:.85;font-size:14px;font-weight:600}.ScrollFeatures-module__qMklHW__mobileIndicator{display:none}@media (max-width:1024px){.ScrollFeatures-module__qMklHW__container{flex-direction:column;align-items:center;padding:0 16px}.ScrollFeatures-module__qMklHW__phoneCol{display:none}.ScrollFeatures-module__qMklHW__textCol{order:0;width:100%;padding:0}.ScrollFeatures-module__qMklHW__step{justify-content:center;align-items:center;min-height:auto;padding:24px 8px;display:flex}.ScrollFeatures-module__qMklHW__card{-webkit-backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #0284c714;border-radius:28px;width:100%;max-width:540px;padding:48px 32px;transition:transform .6s cubic-bezier(.16,1,.3,1),border-color .6s cubic-bezier(.16,1,.3,1),box-shadow .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 12px 40px #00000008,0 1px 3px #00000005}body.depth-dark .ScrollFeatures-module__qMklHW__card{background:#0d1b2a40;border-color:#ffffff0f;box-shadow:0 20px 48px #00000026}.ScrollFeatures-module__qMklHW__stepActive .ScrollFeatures-module__qMklHW__card{border-color:#0284c740;transform:scale(1.02)translateY(-4px);box-shadow:0 24px 60px #0284c71f,0 4px 12px #0284c70a}body.depth-dark .ScrollFeatures-module__qMklHW__stepActive .ScrollFeatures-module__qMklHW__card{border-color:#38bdf840;box-shadow:0 32px 80px #0000004d}.ScrollFeatures-module__qMklHW__giantNumber{font-size:150px;font-weight:900;line-height:1;font-family:var(--font-display);color:#0000;-webkit-text-stroke:1.5px #0284c70f;-webkit-user-select:none;user-select:none;z-index:1;pointer-events:none;transition:-webkit-text-stroke .6s var(--transition);display:block;position:absolute;bottom:-28px;right:-12px}body.depth-dark .ScrollFeatures-module__qMklHW__giantNumber{-webkit-text-stroke:1.5px #ffffff0a}.ScrollFeatures-module__qMklHW__cardContent{z-index:2;text-align:left}.ScrollFeatures-module__qMklHW__stepLabel{letter-spacing:4px;color:var(--color-primary);opacity:.9;transition:color .6s var(--transition);margin-bottom:20px;font-size:13px;font-weight:800}body.depth-dark .ScrollFeatures-module__qMklHW__stepLabel{color:var(--color-secondary)}.ScrollFeatures-module__qMklHW__stepHeading{color:var(--color-text);margin-bottom:20px;font-size:clamp(23px,5.8vw,28px);font-weight:800;line-height:1.35}.ScrollFeatures-module__qMklHW__stepBody{max-width:100%;color:var(--color-text-secondary);margin-bottom:0;font-size:15px;line-height:1.8}.ScrollFeatures-module__qMklHW__stepHook{color:var(--color-primary);transition:color .6s var(--transition);margin-top:20px;font-size:13px;font-weight:700}body.depth-dark .ScrollFeatures-module__qMklHW__stepHook{color:var(--color-accent)}.ScrollFeatures-module__qMklHW__mobileIndicator{z-index:100;-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-full);transition:background .6s var(--transition), border-color .6s var(--transition);background:#fff6;border:1px solid #0284c714;flex-direction:column;gap:12px;padding:14px 8px;display:flex;position:fixed;top:50%;right:16px;transform:translateY(-50%);box-shadow:0 4px 20px #00000008}body.depth-dark .ScrollFeatures-module__qMklHW__mobileIndicator{background:#0d1b2a59;border-color:#ffffff0f;box-shadow:0 8px 32px #0003}.ScrollFeatures-module__qMklHW__indicatorDot{border-radius:var(--radius-full);background:var(--color-text-secondary);opacity:.3;width:6px;height:6px;transition:all .4s cubic-bezier(.16,1,.3,1)}.ScrollFeatures-module__qMklHW__activeDot{background:var(--color-primary);opacity:1;height:18px}body.depth-dark .ScrollFeatures-module__qMklHW__activeDot{background:var(--color-secondary)}}
.PostCard-module__dpcBkW__card{transition:transform var(--transition), box-shadow var(--transition);overflow:hidden}.PostCard-module__dpcBkW__card:hover{box-shadow:var(--shadow-ocean);transform:translateY(-2px)}.PostCard-module__dpcBkW__header{align-items:center;gap:12px;padding:14px 16px;display:flex}.PostCard-module__dpcBkW__avatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.PostCard-module__dpcBkW__avatarImg{object-fit:cover;width:100%;height:100%}.PostCard-module__dpcBkW__avatarFallback{color:#fff;font-size:16px;font-weight:700}.PostCard-module__dpcBkW__headerInfo{flex:1;min-width:0}.PostCard-module__dpcBkW__displayName{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;display:block;overflow:hidden}.PostCard-module__dpcBkW__locationRow{color:var(--color-text-tertiary);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:3px;margin-top:2px;font-size:12px;display:flex;overflow:hidden}.PostCard-module__dpcBkW__timeAgo{color:var(--color-text-tertiary);flex-shrink:0;font-size:12px}.PostCard-module__dpcBkW__thumbnail{aspect-ratio:16/9;background:#0284c70f;position:relative;overflow:hidden}.PostCard-module__dpcBkW__thumbnailImg{object-fit:cover}.PostCard-module__dpcBkW__thumbnailPlaceholder{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PostCard-module__dpcBkW__pointBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);color:#fff;background:#00000073;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;display:flex;position:absolute;top:10px;left:10px}.PostCard-module__dpcBkW__dataOverlay{position:absolute;bottom:0;left:0;right:0}.PostCard-module__dpcBkW__dataGradient{pointer-events:none;background:linear-gradient(#0000 0%,#000000b3 100%);height:80px;position:absolute;bottom:0;left:0;right:0}.PostCard-module__dpcBkW__dataChips{flex-wrap:wrap;gap:6px;padding:8px 10px;display:flex;position:relative}.PostCard-module__dpcBkW__chip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-full);background:#ffffff26;border:1px solid #ffffff40;align-items:center;gap:3px;padding:3px 8px;font-size:11px;font-weight:700;display:flex}.PostCard-module__dpcBkW__creaturesRow{scrollbar-width:none;-ms-overflow-style:none;gap:6px;padding:10px 14px 4px;display:flex;overflow-x:auto}.PostCard-module__dpcBkW__creaturesRow::-webkit-scrollbar{display:none}.PostCard-module__dpcBkW__creatureTag{flex-shrink:0}.PostCard-module__dpcBkW__caption{color:var(--color-text-secondary);padding:8px 16px;font-size:14px;line-height:1.6}.PostCard-module__dpcBkW__clamped{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.PostCard-module__dpcBkW__hashtag{color:var(--color-primary);font-weight:600}.PostCard-module__dpcBkW__readMore{color:var(--color-text-tertiary);cursor:pointer;text-align:left;background:0 0;border:none;padding:0 16px 8px;font-size:13px;font-weight:600;display:block}.PostCard-module__dpcBkW__actions{align-items:center;gap:4px;padding:6px 10px 12px;display:flex}.PostCard-module__dpcBkW__actionBtn{border-radius:var(--radius-md);color:var(--color-text-tertiary);cursor:pointer;transition:all var(--transition);background:0 0;border:none;align-items:center;gap:5px;padding:8px 10px;font-size:14px;font-weight:600;display:flex}.PostCard-module__dpcBkW__actionBtn:hover{background:var(--color-border-subtle);color:var(--color-text)}.PostCard-module__dpcBkW__actionBtn.PostCard-module__dpcBkW__liked{color:#ff375f}
.page-module__j6Q3dW__page{flex-direction:column;min-height:100vh;display:flex}.page-module__j6Q3dW__hero{background:linear-gradient(135deg, var(--color-ocean-dark) 0%, var(--color-ocean-mid) 100%);color:var(--color-text-inverse);padding:100px 0 60px}.page-module__j6Q3dW__heroLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:12px;font-size:12px;font-weight:700}.page-module__j6Q3dW__heroTitle{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(28px,4vw,44px);font-weight:800}.page-module__j6Q3dW__heroCopy{color:#ffffffa6;max-width:520px;font-size:15px;line-height:1.6}.page-module__j6Q3dW__main{flex:1;padding:64px 0 80px}.page-module__j6Q3dW__inner{max-width:640px;margin:0 auto;padding:0 24px}.page-module__j6Q3dW__form{flex-direction:column;gap:24px;display:flex}.page-module__j6Q3dW__field{flex-direction:column;gap:8px;display:flex}.page-module__j6Q3dW__label{color:var(--color-text);letter-spacing:.02em;font-size:13px;font-weight:600}.page-module__j6Q3dW__required{color:var(--color-danger);margin-left:2px}.page-module__j6Q3dW__input,.page-module__j6Q3dW__select,.page-module__j6Q3dW__textarea{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text);transition:border-color var(--transition), box-shadow var(--transition);appearance:none;outline:none;padding:12px 16px;font-size:15px}.page-module__j6Q3dW__input:focus,.page-module__j6Q3dW__select:focus,.page-module__j6Q3dW__textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #0284c71f}.page-module__j6Q3dW__input::placeholder,.page-module__j6Q3dW__textarea::placeholder{color:var(--color-text-tertiary)}.page-module__j6Q3dW__selectWrapper{position:relative}.page-module__j6Q3dW__selectWrapper:after{content:"";border-left:5px solid #0000;border-right:5px solid #0000;border-top:6px solid var(--color-text-tertiary);pointer-events:none;width:0;height:0;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.page-module__j6Q3dW__textarea{resize:vertical;min-height:140px;line-height:1.7}.page-module__j6Q3dW__submit{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);letter-spacing:.01em;transition:background var(--transition), transform var(--transition), box-shadow var(--transition);cursor:pointer;border:none;align-self:flex-start;padding:14px 28px;font-size:15px;font-weight:600}.page-module__j6Q3dW__submit:hover:not(:disabled){background:var(--color-primary-hover);box-shadow:var(--shadow-ocean)}.page-module__j6Q3dW__submit:active:not(:disabled){transform:translateY(1px)}.page-module__j6Q3dW__submit:disabled{opacity:.6;cursor:not-allowed}.page-module__j6Q3dW__success{border:1.5px solid var(--color-success);border-radius:var(--radius-lg);text-align:center;background:#10b98114;flex-direction:column;align-items:center;gap:12px;padding:32px;display:flex}.page-module__j6Q3dW__successIcon{background:#10b9811f;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.page-module__j6Q3dW__successTitle{font-family:var(--font-display);color:var(--color-text);font-size:20px;font-weight:700}.page-module__j6Q3dW__successBody{color:var(--color-text-secondary);font-size:14px;line-height:1.7}.page-module__j6Q3dW__error{border:1.5px solid var(--color-danger);border-radius:var(--radius-sm);color:var(--color-danger);background:#ef44440f;padding:12px 16px;font-size:14px;line-height:1.6}.page-module__j6Q3dW__note{color:var(--color-text-tertiary);border-top:1px solid var(--color-border-subtle);padding-top:8px;font-size:13px;line-height:1.6}@media (max-width:768px){.page-module__j6Q3dW__hero{padding:88px 0 48px}.page-module__j6Q3dW__main{padding:40px 0 60px}.page-module__j6Q3dW__submit{text-align:center;width:100%}}
.DataClient-module__7uy4JG__page{padding-top:var(--nav-height);background:var(--color-bg);min-height:100vh;padding-bottom:80px}.DataClient-module__7uy4JG__pageHeader{background:linear-gradient(135deg, var(--color-ocean-dark), var(--color-ocean-mid));margin-bottom:40px;padding:48px 0}.DataClient-module__7uy4JG__headerInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.DataClient-module__7uy4JG__headerLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:8px;font-size:12px;font-weight:700}.DataClient-module__7uy4JG__pageTitle{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;margin-bottom:8px;font-size:clamp(24px,4vw,36px);font-weight:800}.DataClient-module__7uy4JG__pageDesc{color:#fff9;max-width:500px;font-size:15px}.DataClient-module__7uy4JG__headerBadge{border-radius:var(--radius-full);color:#34d399;background:#10b98126;border:1px solid #10b9814d;flex-shrink:0;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;display:flex}.DataClient-module__7uy4JG__kpiGrid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px;display:grid}.DataClient-module__7uy4JG__kpiCard{text-align:center;transition:transform var(--transition);flex-direction:column;align-items:center;gap:6px;padding:24px;display:flex}.DataClient-module__7uy4JG__kpiCard:hover{transform:translateY(-3px)}.DataClient-module__7uy4JG__kpiEmoji{font-size:24px}.DataClient-module__7uy4JG__kpiValue{font-family:var(--font-display);letter-spacing:-.04em;font-size:32px;font-weight:800;line-height:1}.DataClient-module__7uy4JG__kpiUnit{margin-left:2px;font-size:16px;font-weight:600}.DataClient-module__7uy4JG__kpiLabel{color:var(--color-text-tertiary);font-size:13px;font-weight:500}.DataClient-module__7uy4JG__chartsGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:48px;display:grid}.DataClient-module__7uy4JG__chartCard{padding:28px}.DataClient-module__7uy4JG__chartTitle{color:var(--color-text);letter-spacing:-.02em;margin-bottom:20px;font-size:16px;font-weight:700}.DataClient-module__7uy4JG__pieLayout{align-items:center;gap:24px;display:flex}.DataClient-module__7uy4JG__pieLegend{flex-direction:column;flex:1;gap:10px;display:flex}.DataClient-module__7uy4JG__legendItem{align-items:center;gap:8px;display:flex}.DataClient-module__7uy4JG__legendDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.DataClient-module__7uy4JG__legendName{color:var(--color-text-secondary);flex:1;font-size:13px}.DataClient-module__7uy4JG__legendValue{color:var(--color-text);font-size:13px;font-weight:700}.DataClient-module__7uy4JG__creatureRanking{flex-direction:column;gap:12px;display:flex}.DataClient-module__7uy4JG__rankItem{align-items:center;gap:10px;display:flex}.DataClient-module__7uy4JG__rankNum{width:20px;color:var(--color-text-tertiary);text-align:center;flex-shrink:0;font-size:13px;font-weight:700}.DataClient-module__7uy4JG__rankName{color:var(--color-text);min-width:100px;font-size:13px;font-weight:600}.DataClient-module__7uy4JG__rankBar{background:var(--color-border-subtle);border-radius:var(--radius-full);flex:1;height:6px;overflow:hidden}.DataClient-module__7uy4JG__rankBarFill{background:linear-gradient(90deg, var(--color-primary), var(--color-secondary));border-radius:var(--radius-full);height:100%;transition:width .8s}.DataClient-module__7uy4JG__rankCount{color:var(--color-text-tertiary);text-align:right;min-width:50px;font-size:12px}.DataClient-module__7uy4JG__downloadHeader{margin-bottom:24px}.DataClient-module__7uy4JG__downloadTitle{color:var(--color-text);letter-spacing:-.02em;margin-bottom:8px;font-size:24px;font-weight:700}.DataClient-module__7uy4JG__downloadDesc{color:var(--color-text-secondary);font-size:14px}.DataClient-module__7uy4JG__datasetGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.DataClient-module__7uy4JG__datasetCard{transition:transform var(--transition);flex-direction:column;gap:14px;padding:24px;display:flex}.DataClient-module__7uy4JG__datasetCard:hover{transform:translateY(-2px)}.DataClient-module__7uy4JG__datasetHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.DataClient-module__7uy4JG__datasetTitle{color:var(--color-text);letter-spacing:-.02em;margin-bottom:4px;font-size:16px;font-weight:700}.DataClient-module__7uy4JG__datasetDesc{color:var(--color-text-secondary);font-size:12px;line-height:1.6}.DataClient-module__7uy4JG__datasetFormat{color:var(--color-primary);border-radius:var(--radius-sm);background:#0284c71a;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:700}.DataClient-module__7uy4JG__datasetMeta{color:var(--color-text-tertiary);gap:6px;font-size:12px;display:flex}.DataClient-module__7uy4JG__datasetFields{flex-wrap:wrap;gap:4px;display:flex}.DataClient-module__7uy4JG__fieldTag{font-size:11px}.DataClient-module__7uy4JG__downloadBtn{width:100%;margin-top:4px}@media (max-width:1024px){.DataClient-module__7uy4JG__kpiGrid{grid-template-columns:repeat(2,1fr)}.DataClient-module__7uy4JG__chartsGrid,.DataClient-module__7uy4JG__datasetGrid{grid-template-columns:1fr}}@media (max-width:768px){.DataClient-module__7uy4JG__kpiGrid{grid-template-columns:repeat(2,1fr)}.DataClient-module__7uy4JG__pieLayout{flex-direction:column}}
.FeedClient-module__UaoBdG__page{padding-top:var(--nav-height);background:var(--color-bg);min-height:100vh}.FeedClient-module__UaoBdG__feedHeader{background:var(--color-surface);border-bottom:1px solid var(--color-border-subtle);padding:20px 0}.FeedClient-module__UaoBdG__pageTitle{font-family:var(--font-display);color:var(--color-text);letter-spacing:-.02em;font-size:22px;font-weight:700}.FeedClient-module__UaoBdG__pageDesc{color:var(--color-text-tertiary);margin-top:2px;font-size:13px}.FeedClient-module__UaoBdG__layout{grid-template-columns:280px 1fr;align-items:start;gap:32px;padding-top:32px;padding-bottom:60px;display:grid}.FeedClient-module__UaoBdG__filterPanel{top:calc(var(--nav-height) + 16px);background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border-subtle);box-shadow:var(--shadow-sm);flex-direction:column;gap:24px;padding:24px;display:flex;position:sticky}.FeedClient-module__UaoBdG__filterLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-tertiary);margin-bottom:10px;font-size:12px;font-weight:700;display:block}.FeedClient-module__UaoBdG__searchBox{background:var(--color-bg);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);color:var(--color-text-tertiary);align-items:center;gap:8px;padding:9px 14px;display:flex}.FeedClient-module__UaoBdG__searchInput{color:var(--color-text);background:0 0;border:none;outline:none;flex:1;font-size:14px}.FeedClient-module__UaoBdG__searchInput::placeholder{color:var(--color-text-tertiary)}.FeedClient-module__UaoBdG__sortBtns{grid-template-columns:1fr 1fr;gap:6px;display:grid}.FeedClient-module__UaoBdG__sortBtn{border-radius:var(--radius-md);color:var(--color-text-secondary);background:var(--color-bg);border:1px solid var(--color-border-subtle);cursor:pointer;transition:all var(--transition);padding:8px;font-size:13px;font-weight:500}.FeedClient-module__UaoBdG__sortBtn:hover{border-color:var(--color-primary);color:var(--color-primary)}.FeedClient-module__UaoBdG__sortActive{background:var(--color-primary)!important;color:#fff!important;border-color:var(--color-primary)!important}.FeedClient-module__UaoBdG__prefList{flex-wrap:wrap;gap:6px;display:flex}.FeedClient-module__UaoBdG__prefBtn{border-radius:var(--radius-full);color:var(--color-text-secondary);background:var(--color-bg);border:1px solid var(--color-border-subtle);cursor:pointer;transition:all var(--transition);white-space:nowrap;padding:5px 10px;font-size:12px;font-weight:500}.FeedClient-module__UaoBdG__prefBtn:hover{border-color:var(--color-primary);color:var(--color-primary)}.FeedClient-module__UaoBdG__prefActive{color:var(--color-primary)!important;border-color:var(--color-primary)!important;background:#0284c71a!important;font-weight:600!important}.FeedClient-module__UaoBdG__cardGrid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.FeedClient-module__UaoBdG__empty{color:var(--color-text-tertiary);flex-direction:column;align-items:center;gap:12px;padding:80px 0;font-size:14px;display:flex}@media (max-width:1024px){.FeedClient-module__UaoBdG__cardGrid{grid-template-columns:1fr}}@media (max-width:768px){.FeedClient-module__UaoBdG__layout{grid-template-columns:1fr}.FeedClient-module__UaoBdG__filterPanel{position:static}}
.legal-module__Yd4PWa__page{flex-direction:column;min-height:100vh;display:flex}.legal-module__Yd4PWa__hero{background:linear-gradient(135deg, var(--color-ocean-dark) 0%, var(--color-ocean-mid) 100%);color:var(--color-text-inverse);padding:100px 0 60px}.legal-module__Yd4PWa__heroLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:12px;font-size:12px;font-weight:700}.legal-module__Yd4PWa__heroTitle{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(28px,4vw,44px);font-weight:800}.legal-module__Yd4PWa__heroCopy{color:#ffffffa6;font-size:15px;line-height:1.6}.legal-module__Yd4PWa__main{flex:1;padding:64px 0 80px}.legal-module__Yd4PWa__inner{max-width:800px;margin:0 auto;padding:0 24px}.legal-module__Yd4PWa__toc{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:48px;padding:28px 32px}.legal-module__Yd4PWa__tocTitle{font-family:var(--font-display);color:var(--color-text-secondary);letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px;font-size:14px;font-weight:700}.legal-module__Yd4PWa__tocList{flex-direction:column;gap:8px;display:flex}.legal-module__Yd4PWa__tocList a{color:var(--color-primary);transition:color var(--transition);align-items:center;gap:6px;font-size:14px;display:flex}.legal-module__Yd4PWa__tocList a:before{content:"§";color:var(--color-text-tertiary);font-size:11px}.legal-module__Yd4PWa__tocList a:hover{color:var(--color-primary-hover);text-decoration:underline}.legal-module__Yd4PWa__section{margin-bottom:52px;scroll-margin-top:80px}.legal-module__Yd4PWa__sectionTitle{font-family:var(--font-display);color:var(--color-text);border-bottom:2px solid var(--color-border);align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;font-size:18px;font-weight:700;display:flex}.legal-module__Yd4PWa__sectionNum{width:28px;height:28px;color:var(--color-primary);border-radius:var(--radius-sm);background:#0284c71a;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.legal-module__Yd4PWa__body{color:var(--color-text-secondary);font-size:15px;line-height:1.8}.legal-module__Yd4PWa__body p{margin-bottom:14px}.legal-module__Yd4PWa__body p:last-child{margin-bottom:0}.legal-module__Yd4PWa__body ul,.legal-module__Yd4PWa__body ol{flex-direction:column;gap:6px;margin-bottom:14px;padding-left:0;display:flex}.legal-module__Yd4PWa__body li{padding-left:20px;font-size:15px;line-height:1.75;position:relative}.legal-module__Yd4PWa__body ul li:before{content:"·";color:var(--color-primary);font-size:18px;font-weight:700;line-height:1.6;position:absolute;left:6px}.legal-module__Yd4PWa__body ol{counter-reset:ol-counter}.legal-module__Yd4PWa__body ol li{counter-increment:ol-counter}.legal-module__Yd4PWa__body ol li:before{content:counter(ol-counter) ".";color:var(--color-primary);font-size:13px;font-weight:700;position:absolute;top:2px;left:0}.legal-module__Yd4PWa__infoBox{border-left:3px solid var(--color-primary);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--color-text-secondary);background:#0284c70f;margin:20px 0;padding:16px 20px;font-size:14px;line-height:1.7}.legal-module__Yd4PWa__infoBox strong{color:var(--color-text);margin-bottom:4px;display:block}.legal-module__Yd4PWa__table{border-collapse:collapse;width:100%;margin:20px 0;font-size:14px}.legal-module__Yd4PWa__table th{text-align:left;color:var(--color-text);border:1px solid var(--color-border);background:#0284c714;padding:10px 14px;font-weight:600}.legal-module__Yd4PWa__table td{border:1px solid var(--color-border);color:var(--color-text-secondary);vertical-align:top;padding:10px 14px;line-height:1.6}.legal-module__Yd4PWa__table tr:nth-child(2n) td{background:var(--color-bg)}.legal-module__Yd4PWa__meta{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:6px;margin-top:48px;padding:20px 24px;display:flex}.legal-module__Yd4PWa__metaRow{gap:16px;font-size:13px;display:flex}.legal-module__Yd4PWa__metaLabel{color:var(--color-text-tertiary);min-width:80px}.legal-module__Yd4PWa__metaValue{color:var(--color-text-secondary)}@media (max-width:768px){.legal-module__Yd4PWa__hero{padding:88px 0 48px}.legal-module__Yd4PWa__main{padding:40px 0 60px}.legal-module__Yd4PWa__toc{padding:20px}.legal-module__Yd4PWa__table{font-size:13px}.legal-module__Yd4PWa__table th,.legal-module__Yd4PWa__table td{padding:8px 10px}}
.MapClient-module__WXTgjq__page{padding-top:var(--nav-height);background:var(--color-bg);min-height:100vh}.MapClient-module__WXTgjq__mapHeader{background:var(--color-surface);border-bottom:1px solid var(--color-border-subtle);padding:20px 0}.MapClient-module__WXTgjq__mapHeaderInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.MapClient-module__WXTgjq__pageTitle{font-family:var(--font-display);color:var(--color-text);letter-spacing:-.02em;font-size:22px;font-weight:700}.MapClient-module__WXTgjq__pageDesc{color:var(--color-text-tertiary);margin-top:2px;font-size:13px}.MapClient-module__WXTgjq__filters{flex-wrap:wrap;gap:6px;display:flex}.MapClient-module__WXTgjq__filterBtn{border-radius:var(--radius-full);color:var(--color-text-secondary);background:var(--color-border-subtle);cursor:pointer;transition:all var(--transition);border:none;padding:7px 14px;font-size:13px;font-weight:500}.MapClient-module__WXTgjq__filterBtn:hover{color:var(--color-primary);background:#0284c71a}.MapClient-module__WXTgjq__filterBtn.MapClient-module__WXTgjq__active{background:var(--color-primary);color:#fff}.MapClient-module__WXTgjq__layout{height:calc(100vh - var(--nav-height) - 80px);grid-template-columns:1fr 360px;display:grid}.MapClient-module__WXTgjq__mapContainer{background:#060f1a;position:relative}.MapClient-module__WXTgjq__mapSkeleton{background:#060f1a;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.MapClient-module__WXTgjq__mapSkeletonInner{color:#38bdf866;flex-direction:column;align-items:center;gap:12px;font-size:14px;display:flex}.MapClient-module__WXTgjq__sidebar{background:var(--color-surface);border-left:1px solid var(--color-border-subtle);overflow-y:auto}.MapClient-module__WXTgjq__spotList{padding:20px}.MapClient-module__WXTgjq__listTitle{color:var(--color-text);margin-bottom:16px;font-size:15px;font-weight:700}.MapClient-module__WXTgjq__spotListItem{border-radius:var(--radius-md);cursor:pointer;text-align:left;width:100%;transition:background var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;margin-bottom:4px;padding:12px 14px;display:flex}.MapClient-module__WXTgjq__spotListItem:hover{background:var(--color-border-subtle)}.MapClient-module__WXTgjq__spotListLeft{align-items:center;gap:10px;display:flex}.MapClient-module__WXTgjq__spotListDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.MapClient-module__WXTgjq__spotListName{color:var(--color-text);font-size:14px;font-weight:600;display:block}.MapClient-module__WXTgjq__spotListPref{color:var(--color-text-tertiary);margin-top:1px;font-size:12px;display:block}.MapClient-module__WXTgjq__spotListRight{align-items:baseline;gap:2px;display:flex}.MapClient-module__WXTgjq__spotListLogs{color:var(--color-primary);font-size:16px;font-weight:700}.MapClient-module__WXTgjq__spotListLogsLabel{color:var(--color-text-tertiary);font-size:11px}.MapClient-module__WXTgjq__spotDetail{padding:24px}.MapClient-module__WXTgjq__closeBtn{color:var(--color-text-tertiary);cursor:pointer;transition:color var(--transition);background:0 0;border:none;align-items:center;gap:6px;margin-bottom:16px;padding:4px 0;font-size:13px;display:flex}.MapClient-module__WXTgjq__closeBtn:hover{color:var(--color-text)}.MapClient-module__WXTgjq__detailHeader{margin-bottom:16px}.MapClient-module__WXTgjq__detailName{color:var(--color-text);letter-spacing:-.02em;margin-bottom:4px;font-size:22px;font-weight:700}.MapClient-module__WXTgjq__detailPref{color:var(--color-text-tertiary);margin-bottom:10px;font-size:13px;display:block}.MapClient-module__WXTgjq__detailBadges{gap:8px;display:flex}.MapClient-module__WXTgjq__levelTag{border-radius:var(--radius-full);padding:3px 10px;font-size:12px;font-weight:600}.MapClient-module__WXTgjq__ratingTag{color:#f59e0b;align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}.MapClient-module__WXTgjq__detailDesc{color:var(--color-text-secondary);margin-bottom:20px;font-size:14px;line-height:1.7}.MapClient-module__WXTgjq__detailStats{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.MapClient-module__WXTgjq__detailStat{background:var(--color-bg);border-radius:var(--radius-md);flex-direction:column;align-items:center;padding:14px;display:flex}.MapClient-module__WXTgjq__detailStatValue{font-family:var(--font-display);color:var(--color-primary);letter-spacing:-.02em;font-size:22px;font-weight:700}.MapClient-module__WXTgjq__detailStatLabel{color:var(--color-text-tertiary);margin-top:2px;font-size:11px}.MapClient-module__WXTgjq__creaturesTitle{color:var(--color-text);margin-bottom:8px;font-size:13px;font-weight:600}.MapClient-module__WXTgjq__creaturesList{flex-wrap:wrap;gap:6px;display:flex}.MapClient-module__WXTgjq__detailCreatures{margin-bottom:20px}.MapClient-module__WXTgjq__recentTitle{color:var(--color-text);margin-bottom:10px;font-size:13px;font-weight:600}.MapClient-module__WXTgjq__logItem{background:var(--color-bg);border-radius:var(--radius-md);justify-content:space-between;align-items:center;margin-bottom:8px;padding:10px 12px;display:flex}.MapClient-module__WXTgjq__logName{color:var(--color-text);font-size:13px;font-weight:600}.MapClient-module__WXTgjq__logChips{gap:8px;font-size:12px;font-weight:700;display:flex}@media (max-width:768px){.MapClient-module__WXTgjq__layout{grid-template-columns:1fr}.MapClient-module__WXTgjq__sidebar{display:none}}
.ProfileClient-module__MWsDLG__page{padding-top:var(--nav-height);background:var(--color-bg);min-height:100vh;padding-bottom:80px}.ProfileClient-module__MWsDLG__profileHeader{padding:48px 0 32px;position:relative;overflow:hidden}.ProfileClient-module__MWsDLG__headerBg{background:linear-gradient(160deg, var(--color-ocean-dark) 0%, var(--color-ocean-mid) 70%, #0c4a6e80 100%);position:absolute;inset:0}.ProfileClient-module__MWsDLG__headerContent{z-index:1;flex-wrap:wrap;align-items:flex-start;gap:28px;display:flex;position:relative}.ProfileClient-module__MWsDLG__avatarWrap{flex-shrink:0;position:relative}.ProfileClient-module__MWsDLG__avatar{border-radius:var(--radius-full);object-fit:cover;border:3px solid #38bdf866;width:100px;height:100px}.ProfileClient-module__MWsDLG__levelBadge{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:#fff;border-radius:var(--radius-full);white-space:nowrap;padding:2px 8px;font-size:10px;font-weight:700;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.ProfileClient-module__MWsDLG__profileInfo{flex:1;min-width:250px}.ProfileClient-module__MWsDLG__nameRow{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;display:flex}.ProfileClient-module__MWsDLG__displayName{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;font-size:26px;font-weight:800}.ProfileClient-module__MWsDLG__username{color:#ffffff80;font-size:14px}.ProfileClient-module__MWsDLG__agencyBadge{border-radius:var(--radius-full);color:var(--color-secondary);background:#38bdf826;border:1px solid #38bdf84d;padding:3px 8px;font-size:11px;font-weight:700}.ProfileClient-module__MWsDLG__bio{color:#ffffffb3;max-width:500px;margin-bottom:20px;font-size:14px;line-height:1.7}.ProfileClient-module__MWsDLG__profileStats{flex-wrap:wrap;gap:24px;display:flex}.ProfileClient-module__MWsDLG__profileStat{flex-direction:column;align-items:center;display:flex}.ProfileClient-module__MWsDLG__profileStatValue{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;font-size:20px;font-weight:700}.ProfileClient-module__MWsDLG__profileStatLabel{color:#ffffff80;margin-top:2px;font-size:11px}.ProfileClient-module__MWsDLG__headerActions{align-items:flex-start;padding-top:8px;display:flex}.ProfileClient-module__MWsDLG__editBtn{flex-shrink:0}.ProfileClient-module__MWsDLG__tabBar{background:var(--color-surface);border-bottom:1px solid var(--color-border-subtle);top:var(--nav-height);z-index:10;position:sticky}.ProfileClient-module__MWsDLG__tabs{gap:0;display:flex}.ProfileClient-module__MWsDLG__tab{color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-bottom:2px solid #0000;padding:16px 24px;font-size:14px;font-weight:500}.ProfileClient-module__MWsDLG__tab:hover{color:var(--color-primary)}.ProfileClient-module__MWsDLG__tabActive{color:var(--color-primary)!important;border-bottom-color:var(--color-primary)!important;font-weight:600!important}.ProfileClient-module__MWsDLG__logsSection{padding:32px 0}.ProfileClient-module__MWsDLG__summaryGrid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px;display:grid}.ProfileClient-module__MWsDLG__summaryCard{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:20px;display:flex}.ProfileClient-module__MWsDLG__summaryValue{font-family:var(--font-display);letter-spacing:-.02em;font-size:20px;font-weight:700}.ProfileClient-module__MWsDLG__summaryLabel{color:var(--color-text-tertiary);font-size:12px}.ProfileClient-module__MWsDLG__sectionTitle{color:var(--color-text);letter-spacing:-.02em;margin-bottom:16px;font-size:18px;font-weight:700}.ProfileClient-module__MWsDLG__logGrid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.ProfileClient-module__MWsDLG__editSection{padding:32px 0}.ProfileClient-module__MWsDLG__editCard{flex-direction:column;gap:20px;max-width:640px;padding:36px;display:flex}.ProfileClient-module__MWsDLG__editTitle{color:var(--color-text);letter-spacing:-.02em;font-size:20px;font-weight:700}.ProfileClient-module__MWsDLG__formGroup{flex-direction:column;flex:1;gap:6px;display:flex}.ProfileClient-module__MWsDLG__formLabel{color:var(--color-text-secondary);font-size:13px;font-weight:600}.ProfileClient-module__MWsDLG__formInput{border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text);transition:border-color var(--transition);outline:none;width:100%;padding:11px 14px;font-size:14px}.ProfileClient-module__MWsDLG__formInput:focus{border-color:var(--color-primary)}.ProfileClient-module__MWsDLG__formTextarea{resize:vertical}.ProfileClient-module__MWsDLG__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ProfileClient-module__MWsDLG__formActions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}@media (max-width:768px){.ProfileClient-module__MWsDLG__summaryGrid{grid-template-columns:repeat(2,1fr)}.ProfileClient-module__MWsDLG__logGrid,.ProfileClient-module__MWsDLG__formRow{grid-template-columns:1fr}.ProfileClient-module__MWsDLG__profileStats{gap:16px}}
.CtaSection-module__vOvXsq__cta{text-align:center;padding:120px 0 100px}.CtaSection-module__vOvXsq__inner{flex-direction:column;align-items:center;gap:20px;max-width:640px;margin:0 auto;padding:0 24px;display:flex}.CtaSection-module__vOvXsq__heading{font-family:var(--font-display);letter-spacing:-.04em;color:var(--color-text);font-size:clamp(36px,5vw,60px);font-weight:800;line-height:1.1}.CtaSection-module__vOvXsq__sub{color:var(--color-text-secondary);max-width:480px;font-size:16px;line-height:1.7}.CtaSection-module__vOvXsq__buttons{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:360px;margin-top:8px;display:flex}.CtaSection-module__vOvXsq__primaryBtn{color:#0c4a6e;text-align:center;background:#fff;border-radius:999px;width:100%;padding:18px 32px;font-size:16px;font-weight:800;transition:transform .2s,box-shadow .2s;display:block}.CtaSection-module__vOvXsq__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ffffff40}.CtaSection-module__vOvXsq__instagramBtn{-webkit-backdrop-filter:blur(8px);color:#fff;text-align:center;cursor:pointer;background:#ffffff14;border:1.5px solid #ffffff26;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s,border-color .2s;display:flex}.CtaSection-module__vOvXsq__instagramBtn:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.CtaSection-module__vOvXsq__guideLink{color:#ffffff80;text-underline-offset:3px;font-size:13px;text-decoration:underline;transition:color .2s}.CtaSection-module__vOvXsq__guideLink:hover{color:#fffc}
.page-module__tf7nwW__page{background:#f0f9ff;min-height:100vh;padding-bottom:80px}.page-module__tf7nwW__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0ea5e9,#0c4a6e);padding:80px 24px 60px}.page-module__tf7nwW__hero h1{margin-bottom:12px;font-size:clamp(28px,4vw,44px);font-weight:800}.page-module__tf7nwW__hero p{opacity:.75;max-width:480px;margin:0 auto;font-size:16px}.page-module__tf7nwW__container{max-width:680px;margin:0 auto;padding:60px 24px 0}.page-module__tf7nwW__introBox{background:#fff;border:1.5px solid #bae6fd;border-radius:16px;margin-bottom:48px;padding:24px 28px}.page-module__tf7nwW__introBox h2{color:#0c4a6e;margin-bottom:8px;font-size:16px;font-weight:800}.page-module__tf7nwW__introBox p{color:#475569;font-size:14px;line-height:1.7}.page-module__tf7nwW__stepsTitle{letter-spacing:2px;text-transform:uppercase;color:#0ea5e9;margin-bottom:20px;font-size:13px;font-weight:800}.page-module__tf7nwW__step{align-items:flex-start;gap:20px;margin-bottom:32px;display:flex}.page-module__tf7nwW__stepNum{color:#fff;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:14px;flex:0 0 44px;justify-content:center;align-items:center;height:44px;font-size:18px;font-weight:800;display:flex}.page-module__tf7nwW__stepContent h3{color:#0c4a6e;margin-bottom:6px;font-size:16px;font-weight:800}.page-module__tf7nwW__stepContent p{color:#475569;font-size:14px;line-height:1.7}.page-module__tf7nwW__stepLink{color:#fff;background:#0ea5e9;border-radius:999px;margin-top:10px;padding:8px 18px;font-size:13px;font-weight:700;transition:background .2s;display:inline-block}.page-module__tf7nwW__stepLink:hover{background:#0284c7}.page-module__tf7nwW__faqSection{margin-top:60px}.page-module__tf7nwW__faqTitle{color:#0c4a6e;margin-bottom:20px;font-size:20px;font-weight:800}.page-module__tf7nwW__faqItem{border-bottom:1px solid #e2e8f0;padding:18px 0}.page-module__tf7nwW__faqQ{color:#0c4a6e;margin-bottom:8px;font-size:15px;font-weight:700}.page-module__tf7nwW__faqA{color:#475569;font-size:14px;line-height:1.7}.page-module__tf7nwW__bottomCta{text-align:center;color:#fff;background:linear-gradient(135deg,#0ea5e9,#0c4a6e);border-radius:20px;margin-top:60px;padding:40px 24px}.page-module__tf7nwW__bottomCta h3{margin-bottom:8px;font-size:22px;font-weight:800}.page-module__tf7nwW__bottomCta p{opacity:.7;margin-bottom:20px;font-size:14px}.page-module__tf7nwW__bottomCtaBtn{color:#0c4a6e;background:#fff;border-radius:999px;padding:14px 32px;font-size:15px;font-weight:800;transition:transform .2s;display:inline-block}.page-module__tf7nwW__bottomCtaBtn:hover{transform:translateY(-2px)}
