:root{--bg:#080f1e;--surface:#111827;--surface-soft:#161e31;--surface-raised:#1f293b;--line:#2d374d;--line-soft:#adb7d61f;--text:#eef2ff;--muted:#9ca8bf;--accent:#b8adff;--accent-strong:#8b5cf6;--cyan:#5cc8ff;--saturday:#2563eb;--orange:#ffb366;--danger:#ff5975;--shell-glow:#475b9d2e;--topbar-bg:#111827;--brand:#c7c0ff;--nav:#b8c0d6;--search-bg:#171d2d;--search-icon:#c4cbea;--placeholder:#6f7890;--icon:#c6c0ff;--login-text:#1d1764;--panel-bg:#111827d1;--panel-shadow:#0000002e;--heading:#dbe2f2;--day-bg:#30384a;--day-text:#c8d0e1;--selected-day-text:#33226f;--activity-bg:#171f30;--notice-badge-bg:#30384a;--notice-badge-text:#b7c0d6;--notice-text:#d7deee;--footer-bg:#070e1c;--footer-brand:#d2d8e7;--footer-accent:#53d0ff;--footer-link:#aab3c8;--footer-link-line:#657089;--tooltip-bg:#080d18;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--bg:#f4f7fb;--surface:#fff;--surface-soft:#f0f4fa;--surface-raised:#e7edf6;--line:#d5deea;--line-soft:#37465f29;--text:#172033;--muted:#66758f;--accent:#7c6ee6;--accent-strong:#6655d9;--cyan:#087fb6;--saturday:#1d4ed8;--orange:#b86a18;--danger:#d93455;--shell-glow:#7c6ee624;--topbar-bg:#fff;--brand:#6655d9;--nav:#59667c;--search-bg:#f3f6fb;--search-icon:#64718a;--placeholder:#8b97aa;--icon:#6655d9;--login-text:#fff;--panel-bg:#ffffffe0;--panel-shadow:#202a3c14;--heading:#243047;--day-bg:#e8edf5;--day-text:#46536a;--selected-day-text:#fff;--activity-bg:#f4f7fb;--notice-badge-bg:#e7edf6;--notice-badge-text:#59667c;--notice-text:#243047;--footer-bg:#e9eef6;--footer-brand:#303b50;--footer-accent:#087fb6;--footer-link:#4d5a70;--footer-link-line:#8a95a8;--tooltip-bg:#fff;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:Arial,Noto Sans KR,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{background:radial-gradient(circle at 50% 12%, var(--shell-glow), transparent 34rem), var(--bg);min-height:100vh}.topbar{background:var(--topbar-bg);border-bottom:1px solid var(--line-soft);grid-template-columns:160px auto minmax(240px,1fr) 44px 92px;align-items:center;gap:24px;height:80px;padding:0 34px;display:grid}.brand{color:var(--brand);font-size:20px;font-weight:800}.nav{justify-content:center;gap:30px;display:flex}.navItem{color:var(--nav);text-align:center;min-width:52px;font-size:16px;line-height:80px;position:relative}.navItem.active{color:var(--text)}.navItem.home{--nav-underline-width:14px}.navItem.feedback{--nav-underline-width:44px}.navItem.support{--nav-underline-width:26px}.navItem.active:after{background:var(--accent);content:"";height:2px;width:var(--nav-underline-width,24px);border-radius:999px;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.search{background:var(--search-bg);border:1px solid var(--line-soft);border-radius:6px;justify-self:end;align-items:center;gap:12px;width:100%;max-width:244px;height:40px;padding:0 12px;display:flex}.search span{color:var(--search-icon);font-size:24px;line-height:1}.search input{color:var(--text);background:0 0;border:0;outline:0;width:100%;min-width:0}.search input::placeholder{color:var(--placeholder)}.iconButton,.loginButton,.ghostButton,.dayTile{cursor:pointer;border:0}.iconButton{color:var(--icon);background:0 0;width:44px;height:44px;font-size:28px}.loginButton{background:var(--accent);color:var(--login-text);border-radius:4px;height:34px;font-weight:700}.pageGrid{grid-template-columns:minmax(240px,300px) minmax(720px,802px) minmax(72px,120px);justify-content:center;gap:clamp(16px,1.6vw,24px);width:100%;padding:clamp(24px,2vw,32px) clamp(16px,3vw,34px) 64px;display:grid}.noticeRail{grid-column:1;align-self:start;gap:14px;min-width:0;display:grid}.mainContent{grid-column:2;justify-self:stretch;gap:24px;width:100%;min-width:0;display:grid}.panel{background:var(--panel-bg);border:1px solid var(--line-soft);box-shadow:0 16px 48px var(--panel-shadow);border-radius:5px}.schedule{padding:18px 16px 25px}.schedule .sectionHeader h1{font-size:20px}.scheduleActions{place-items:flex-end end;gap:7px;display:grid}.pastEventsToggle{color:var(--accent);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:12px;display:inline-flex}.pastEventsToggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:15px;height:15px}.pastEventsToggle:hover,.pastEventsToggle:focus-visible{text-decoration:underline}.contentCount{background:var(--surface-soft);border:1px solid var(--line-soft);color:var(--muted);border-radius:999px;padding:6px 10px;font-size:14px}.sectionHeader{justify-content:space-between;align-items:center;min-height:32px;display:flex}h1,h2,p{margin:0}h1,h2{color:var(--heading);align-items:center;gap:9px;font-size:18px;font-weight:700;display:flex}h2{font-size:17px}.sectionHeader a,.ghostButton{color:var(--muted);background:0 0;font-size:12px}.weekGrid{grid-template-columns:repeat(7,1fr);gap:8px;margin-top:24px;display:grid}.dayTile{background:var(--day-bg);color:var(--day-text);border-radius:2px;place-items:center;gap:3px;height:64px;display:grid}.dayTile strong{font-size:18px;font-weight:500}.dayTile span{font-size:18px}.dayTile.selected{background:var(--accent);color:var(--selected-day-text)}.dayTile.sat strong,.dayTile.sat span{color:var(--saturday)}.dayTile.sun strong,.dayTile.sun span{color:var(--danger)}.categoryGroups{gap:18px;margin-top:28px;display:grid}.categoryGroup{background:color-mix(in srgb, var(--surface-soft) 72%, transparent);border:1px solid var(--line-soft);border-radius:6px;gap:14px;padding:16px;display:grid}.categoryHeader{align-items:center;gap:8px;display:flex}.categoryHeader h2{color:var(--heading);font-size:17px}.categoryHeader span{background:var(--surface-raised);color:var(--accent);border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;display:flex}.categoryExpandButton{background:var(--surface-raised);border:1px solid var(--line-soft);color:var(--accent);cursor:pointer;border-radius:4px;width:100%;min-height:38px;font-size:13px;font-weight:700}.categoryExpandButton:hover,.categoryExpandButton:focus-visible{border-color:color-mix(in srgb, var(--accent) 45%, var(--line-soft));background:color-mix(in srgb, var(--accent) 10%, var(--surface-raised))}.calendarGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.adventureCategory{border-color:color-mix(in srgb, var(--accent) 30%, var(--line-soft))}.adventureCategory .calendarGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.adventureCategory .calendarCard{gap:12px;padding:38px 12px 12px}.adventureCategory .calendarCard.goldRewardCard{border-color:#a68745;box-shadow:0 0 0 1px #a687452e}.adventureCategory .calendarCardHeader{grid-template-columns:42px minmax(0,1fr);gap:9px}.adventureCategory .calendarCardHeader>img{width:42px;height:42px}.adventureCategory .calendarCardHeader h2{font-size:15px}.adventureCategory .calendarMeta{gap:7px;padding:8px 0}.adventureCategory .calendarMeta span,.adventureCategory .rewardLabel{font-size:12px}.adventureCategory .calendarMeta strong{font-size:13px}.adventureCategory .contentTimes>div{gap:3px}.adventureCategory .contentTimes time{padding:2px 4px;font-size:11px}.schedule>.calendarGrid{margin-top:24px}.calendarCard{background:var(--activity-bg);border:1px solid var(--line-soft);border-radius:5px;gap:16px;min-width:0;padding:42px 16px 16px;display:grid;position:relative}.eventCountdown{color:var(--accent);font-variant-numeric:tabular-nums;align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex;position:absolute;top:12px;right:12px}.eventCountdown svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:14px;height:14px}.calendarCardHeader{grid-template-columns:52px minmax(0,1fr);align-items:center;gap:13px;display:grid}.calendarCardHeader>img{background:var(--surface-raised);object-fit:cover;border-radius:8px;width:52px;height:52px}.calendarCardHeader>div{min-width:0}.calendarCardHeader h2{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:17px;line-height:1.4;overflow:hidden}.calendarCardHeader p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:13px;overflow:hidden}.chaosLocations{color:var(--muted);align-items:center;gap:6px;min-width:0;margin-top:4px;font-size:13px;display:flex}.chaosLocations>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.locationMore{background:var(--surface-raised);color:var(--accent);cursor:help;border:0;border-radius:999px;flex:none;height:20px;padding:0 7px;font-size:11px;position:relative}.locationTooltip{background:var(--tooltip-bg);border:1px solid var(--line);opacity:0;pointer-events:none;text-align:left;visibility:hidden;white-space:nowrap;z-index:25;border-radius:5px;gap:6px;padding:9px 10px;transition:opacity .15s,transform .15s;display:grid;position:absolute;bottom:calc(100% + 7px);right:0;transform:translateY(4px);box-shadow:0 8px 24px #00000061}.locationTooltip strong{color:var(--heading);font-size:12px}.locationTooltip>span{color:var(--notice-text);font-size:11px}.locationMore:hover .locationTooltip,.locationMore:focus-visible .locationTooltip{opacity:1;visibility:visible;transform:translateY(0)}.calendarMeta{border-bottom:1px solid var(--line-soft);border-top:1px solid var(--line-soft);gap:10px;padding:10px 0;display:grid}.calendarMeta>div{justify-content:space-between;align-items:center;display:flex}.calendarMeta span,.rewardLabel,.emptyRewards{color:var(--muted);font-size:13px}.calendarMeta strong{color:var(--heading);font-size:14px}.contentTimes>div{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.timeSummary{outline:none;position:relative}.contentTimes time{background:color-mix(in srgb, var(--accent) 13%, transparent);border:1px solid color-mix(in srgb, var(--accent) 28%, transparent);color:var(--accent);border-radius:3px;padding:3px 6px;font-size:12px;font-weight:700}.timeSummary>strong{color:var(--muted);font-size:13px}.timeTooltip{background:var(--tooltip-bg);border:1px solid var(--line);opacity:0;pointer-events:none;visibility:hidden;z-index:10;border-radius:5px;gap:5px;min-width:180px;padding:9px 10px;transition:opacity .15s,transform .15s;display:grid;position:absolute;bottom:calc(100% + 8px);right:0;transform:translateY(4px);box-shadow:0 8px 24px #00000059}.timeTooltip:after{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid var(--line);content:"";position:absolute;top:100%;right:12px}.timeTooltip strong{color:var(--heading);font-size:12px}.timeTooltip span{color:var(--accent);white-space:normal;font-size:12px;line-height:1.5}.timeSummary:hover .timeTooltip,.timeSummary:focus-visible .timeTooltip{opacity:1;visibility:visible;transform:translateY(0)}.rewardSection{gap:9px;display:grid}.rewardGroups{gap:10px;display:grid}.rewardGroup{gap:6px;display:grid}.rewardLevel{color:var(--accent);font-size:11px;font-weight:700}.rewardList{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.adventureRewardList{flex-wrap:nowrap;gap:5px}.adventureRewardList .rewardItem{flex:0 0 34px;width:34px;height:34px;padding:3px}.adventureRewardList .rewardItem img{width:26px;height:26px}.adventureRewardList .moreRewards{flex:0 0 34px;min-width:34px;height:34px}.rewardItem{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:4px;outline:none;width:38px;height:38px;padding:3px;position:relative}.rewardItem img{object-fit:cover;border-radius:3px;width:30px;height:30px;display:block}.rewardNameTooltip{background:var(--tooltip-bg);border:1px solid var(--line);color:var(--notice-text);opacity:0;pointer-events:none;text-overflow:ellipsis;visibility:hidden;white-space:nowrap;z-index:30;border-radius:4px;max-width:220px;padding:6px 8px;font-size:11px;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 7px);left:50%;overflow:hidden;transform:translate(-50%,4px);box-shadow:0 6px 18px #00000047}.rewardItem:hover .rewardNameTooltip,.rewardItem:focus-visible .rewardNameTooltip{opacity:1;visibility:visible;transform:translate(-50%)}.rewardItem.relic{border-color:#f2972e8c}.rewardItem.legendary{border-color:#fac7357a}.rewardItem.heroic{border-color:#b268ff7a}.rewardItem.rare{border-color:#4197ff75}.rewardItem.uncommon{border-color:#42c1706b}.moreRewards{background:var(--surface-raised);color:var(--muted);cursor:help;border:0;border-radius:4px;justify-content:center;align-items:center;min-width:38px;height:38px;padding:0;font-size:12px;display:flex;position:relative}.rewardTooltip{background:var(--tooltip-bg);border:1px solid var(--line);opacity:0;pointer-events:none;text-align:left;visibility:hidden;z-index:20;border-radius:6px;gap:9px;width:min(460px,100vw - 48px);padding:11px;transition:opacity .15s,transform .15s;display:grid;position:absolute;bottom:calc(100% + 8px);right:0;transform:translateY(4px);box-shadow:0 10px 28px #0000006b}.rewardTooltip>strong{color:var(--heading);font-size:13px}.rewardTooltipList{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.rewardTooltipItem{grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;display:grid}.rewardTooltipItem img{border-radius:3px;width:28px;height:28px}.rewardTooltipItem span{color:var(--notice-text);font-size:12px;line-height:1.35}.moreRewards:hover .rewardTooltip,.moreRewards:focus-visible .rewardTooltip{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.calendarState{background:var(--activity-bg);border:1px dashed var(--line);flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:170px;margin-top:24px;display:flex}.calendarState strong{color:var(--heading);font-size:16px}.calendarState span{color:var(--muted);font-size:14px}.errorState strong{color:var(--danger)}.skeletonCard{min-height:198px;overflow:hidden}.skeletonCard span{background:var(--surface-raised);border-radius:4px;height:28px;animation:1.3s ease-in-out infinite skeletonPulse;display:block}.skeletonCard span:first-child{width:75%;height:52px}.skeletonCard span:last-child{width:60%}@keyframes skeletonPulse{50%{opacity:.45}}.activityGrid,.infoGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.activityGrid{margin-top:42px;padding:0 8px}.activityCard{background:var(--activity-bg);border:1px solid var(--line-soft);align-items:center;gap:16px;min-height:75px;padding:16px;display:flex}.bar{border-radius:999px;width:8px;height:40px}.activityCard.purple .bar{background:var(--accent-strong)}.activityCard.amber .bar{background:var(--orange)}.activityCard p{color:var(--accent);margin-bottom:6px;font-size:11px}.activityCard.amber p{color:var(--orange)}.activityCard strong{font-size:16px;font-weight:500}.compact{min-height:176px;padding:22px 24px}.noticeList{gap:14px;margin:16px 0 0;padding:0;list-style:none;display:grid}.noticeList li{color:var(--notice-text);align-items:center;gap:12px;font-size:14px;display:flex}.noticeList span{background:var(--notice-badge-bg);color:var(--notice-badge-text);border-radius:3px;padding:2px 8px;font-size:12px}.eventBanner{background:linear-gradient(90deg,#0b101cd6,#0b101c24),url(/main-home.png) 50% 40%/cover;align-items:end;height:96px;margin-top:16px;padding:14px;display:flex;overflow:hidden}.eventBanner div{gap:5px;display:grid}.eventBanner strong{font-size:14px}.eventBanner span{color:#c0c8db;font-size:12px}.favorites{gap:22px;padding:25px 24px;display:grid}.favorites h2 span{color:#ffb000}.characterRow{background:var(--activity-bg);justify-content:space-between;align-items:center;max-width:372px;height:43px;padding:0 12px;display:flex}.characterRow strong{font-size:14px;font-weight:500}.characterRow span{color:var(--muted);font-size:11px}.noticePanel{gap:12px;padding:16px 18px;display:grid}.noticePanelHeader{justify-content:space-between;align-items:center;display:flex}.noticePanelHeader h2{color:var(--heading);align-items:center;gap:7px;margin:0;font-size:17px;display:flex}.noticePanelHeader a{color:var(--accent);font-size:12px;font-weight:700}.noticePanelList{gap:10px;margin:0;padding:0;list-style:none;display:grid}.noticePanelList li{min-width:0}.noticePanelList a{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.noticePanelList a:hover,.noticePanelList a:focus-visible{outline:none}.noticePanelList a:hover strong,.noticePanelList a:focus-visible strong{color:var(--accent)}.noticePanelList strong{color:var(--notice-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;line-height:1.35;transition:color .15s;display:block;overflow:hidden}.noticeType{background:color-mix(in srgb, var(--accent) 12%, var(--surface));border:1px solid color-mix(in srgb, var(--accent) 32%, var(--line-soft));color:var(--accent);border-radius:999px;justify-content:center;align-items:center;min-width:48px;height:24px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.noticeType.shop{background:color-mix(in srgb, var(--orange) 14%, var(--surface));border-color:color-mix(in srgb, var(--orange) 38%, var(--line-soft));color:var(--orange)}.noticeType.event{background:color-mix(in srgb, var(--cyan) 13%, var(--surface));border-color:color-mix(in srgb, var(--cyan) 36%, var(--line-soft));color:var(--cyan)}.noticeType.maintenance{background:color-mix(in srgb, var(--danger) 13%, var(--surface));border-color:color-mix(in srgb, var(--danger) 42%, var(--line-soft));color:var(--danger)}.noticePanelState{color:var(--muted);font-size:12px;line-height:1.5}.eventPanel{overflow:hidden}.eventCarousel{border-radius:16px;width:100%;position:relative;overflow:hidden}.eventCarouselTrack{width:100%;transition:transform .45s;display:flex}.eventCarousel:before,.eventCarousel:after{content:"";pointer-events:none;z-index:1;width:44px;position:absolute;top:0;bottom:52px}.eventCarousel:before{background:linear-gradient(90deg,#00000057,#0000);left:0}.eventCarousel:after{background:linear-gradient(270deg,#00000057,#0000);right:0}.eventSlide{background:color-mix(in srgb, var(--accent) 7%, var(--surface));border:1px solid var(--line-soft);color:inherit;border-radius:16px;flex:0 0 100%;min-width:0;text-decoration:none;display:grid;overflow:hidden}.eventSlide:hover,.eventSlide:focus-visible{border-color:color-mix(in srgb, var(--accent) 42%, var(--line-soft));outline:none}.eventSlideBackground{aspect-ratio:16/7;object-fit:cover;width:100%;transition:transform .35s;display:block}.eventSlide:hover .eventSlideBackground,.eventSlide:focus-visible .eventSlideBackground{transform:scale(1.02)}.eventSlideInfo{gap:4px;padding:10px 12px 12px;display:grid}.eventSlideInfo strong{color:var(--heading);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.35;display:block;overflow:hidden}.eventSlideInfo span{color:var(--muted);font-size:12px;font-weight:700}.eventCarouselArrow{color:#ffffffe0;cursor:pointer;text-shadow:0 1px 2px #000000f2,0 3px 8px #000c,0 0 14px #00000085;z-index:2;background:0 0;border:0;justify-content:center;align-items:center;width:28px;height:42px;padding:0 4px;font-size:30px;font-weight:900;line-height:1;transition:color .18s,transform .18s;display:flex;position:absolute;top:calc(50% - 26px);transform:translateY(-50%)}.eventCarouselArrow:hover,.eventCarouselArrow:focus-visible{color:#fff;outline:none;transform:translateY(-50%)scale(1.12)}.eventCarouselArrow.prev{left:4px}.eventCarouselArrow.next{right:4px}.eventCarouselDots{justify-content:center;gap:7px;display:flex}.eventCarouselDots button{background:color-mix(in srgb, var(--muted) 30%, transparent);cursor:pointer;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:background .2s,transform .2s,width .2s}.eventCarouselDots button:hover,.eventCarouselDots button:focus-visible{background:color-mix(in srgb, var(--accent) 58%, var(--muted));outline:none;transform:scale(1.12)}.eventCarouselDots button.active{background:var(--accent);width:18px}.legalPage{max-width:880px;margin:0 auto;padding:56px 24px 80px}.legalHeader{gap:10px;margin-bottom:24px;display:grid}.legalHeader p{color:var(--accent);font-size:13px;font-weight:700}.legalHeader h1{font-size:30px}.legalHeader span{color:var(--muted);font-size:13px}.legalPanel{padding:32px}.legalIntro{background:var(--activity-bg);border:1px solid var(--line-soft);color:var(--notice-text);margin-bottom:30px;padding:16px;line-height:1.7}.legalSections{gap:28px;display:grid}.legalSections section{gap:10px;display:grid}.legalSections h2{font-size:18px}.legalSections p{color:var(--notice-text);font-size:14px;line-height:1.8}.legalCompany{border-top:1px solid var(--line-soft);align-items:center;gap:12px;margin-top:34px;padding-top:20px;display:flex}.legalCompany span{color:var(--muted);font-size:13px}.legalCompany strong{color:var(--heading);font-size:14px}.supportPage{gap:22px;max-width:820px;margin:0 auto;padding:56px 24px 80px;display:grid}.supportHero{background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 16%, transparent), transparent 58%), var(--panel-bg);gap:14px;padding:34px;display:grid;position:relative;overflow:hidden}.supportHero:after{background:radial-gradient(circle, color-mix(in srgb, var(--cyan) 26%, transparent), transparent 68%);content:"";opacity:.7;width:220px;height:220px;position:absolute;top:-92px;right:-86px}.supportEyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:900}.supportHero h1{color:var(--heading);letter-spacing:-.05em;z-index:1;margin:0;font-size:clamp(28px,4vw,40px);line-height:1.16;position:relative}.supportHero p{color:var(--notice-text);z-index:1;max-width:620px;margin:0;font-size:15px;line-height:1.8;position:relative}.supportAccountCard{gap:22px;padding:28px;display:grid}.supportSectionHeader{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.supportSectionHeader span:first-child{color:var(--accent);font-size:13px;font-weight:800}.supportSectionHeader h2{color:var(--heading);letter-spacing:-.04em;margin:5px 0 0;font-size:22px}.supportBadge{background:color-mix(in srgb, var(--accent) 14%, var(--surface));border:1px solid color-mix(in srgb, var(--accent) 34%, var(--line-soft));color:var(--accent);border-radius:999px;flex:none;padding:8px 12px;font-size:12px;font-weight:800}.supportAccountInfo{background:var(--activity-bg);border:1px solid var(--line-soft);border-radius:16px;margin:0;display:grid;overflow:hidden}.supportAccountInfo div{border-bottom:1px solid var(--line-soft);grid-template-columns:96px minmax(0,1fr);align-items:center;gap:16px;padding:17px 18px;display:grid}.supportAccountInfo div:last-child{border-bottom:0}.supportAccountInfo dt{color:var(--muted);font-size:13px;font-weight:800}.supportAccountInfo dd{color:var(--heading);letter-spacing:-.02em;word-break:keep-all;margin:0;font-size:18px;font-weight:900}.supportCopyButton{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:var(--login-text);cursor:pointer;border:0;border-radius:12px;height:48px;font-size:15px;font-weight:900;transition:filter .18s,transform .18s}.supportCopyButton:hover,.supportCopyButton:focus-visible{filter:brightness(1.05);outline:none;transform:translateY(-1px)}.supportNote{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.footer{background:var(--footer-bg);justify-content:space-between;align-items:center;min-height:84px;padding:0 34px;display:flex}.footer div,.footer nav{align-items:center;gap:22px;display:flex}.footer span{color:var(--footer-brand);font-size:13px}.footer strong{color:var(--footer-accent);font-size:13px}.footer a{border-bottom:1px solid var(--footer-link-line);color:var(--footer-link);font-size:12px}@media (max-width:1280px){.topbar{grid-template-columns:120px auto minmax(200px,1fr) 44px 84px;padding:0 20px}.pageGrid{grid-template-columns:minmax(0,802px);padding:24px 20px 48px}.noticeRail,.mainContent{grid-column:1;width:100%}.noticePanelList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.adventureCategory .calendarGrid{grid-template-columns:1fr}}@media (max-width:720px){.topbar{grid-template-columns:1fr 44px 84px;gap:12px;height:auto;padding:18px 16px}.brand{font-size:18px}.nav,.search{grid-area:auto/1/auto/-1;justify-self:stretch;max-width:none}.nav{order:4;justify-content:flex-start}.navItem{line-height:36px}.navItem.active:after{bottom:3px}.pageGrid{padding:18px 12px 38px}.schedule,.compact,.favorites{padding:18px 16px}.weekGrid{gap:6px}.dayTile{height:54px}.activityGrid,.infoGrid,.calendarGrid,.adventureCategory .calendarGrid,.noticePanelList,.rewardTooltipList{grid-template-columns:1fr}.activityGrid{margin-top:24px;padding:0}.footer{flex-direction:column;align-items:flex-start;gap:14px;padding:24px 16px}.legalPage,.supportPage{padding:34px 12px 52px}.supportHero,.supportAccountCard{padding:24px 18px}.supportSectionHeader{flex-direction:column;align-items:flex-start}.supportAccountInfo div{grid-template-columns:1fr;align-items:start;gap:6px}.legalHeader h1{font-size:24px}.legalPanel{padding:22px 18px}}
