.page-user { background:#001C4D; }
.app-shell { display:flex; flex-direction:column; width:100%; min-height:100vh; min-height:100dvh; padding-bottom:98px; background:#001C4D; }
.auth-shell { padding-bottom:0; background:#001C4D; }
.no-bottom-nav { padding-bottom:0; }
.mobile-header { position:sticky; top:0; z-index:20; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:12px 18px; border-bottom:1px solid rgba(255,255,255,.85); background:rgba(255,255,255,.96); backdrop-filter:blur(12px); }
.brand { display:flex; align-items:center; gap:9px; min-width:0; color:var(--navy); font-weight:900; }
.brand img { width:58px; height:58px; border-radius:0; object-fit:contain; background:transparent; }
.brand span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:22px; }
.brand b { color:var(--navy); }
.brand em { color:var(--orange); font-style:normal; }
.icon-link { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 4px; border:0; color:var(--navy); font-size:17px; font-weight:900; background:transparent; }
.header-icon-link { display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; border:0; background:transparent; }
.header-icon-link img { width:24px; height:24px; }
.mobile-main { --mobile-page-gutter:16px; --mobile-page-top-space:18px; flex:1 0 auto; width:100%; max-width:var(--mobile-width); margin:0 auto; padding:18px 16px 34px; }
.page-head { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:52px; margin:0 0 16px; padding-bottom:12px; border-bottom:1px solid #FFFFFF; background:#FFFFFF; }
.page-head.has-back { position:relative; justify-content:flex-start; gap:8px; padding-left:38px; }
.page-head.has-back .back-link { position:absolute; left:calc(0px - var(--mobile-page-gutter)); top:calc(0px - var(--mobile-page-top-space)); bottom:0; box-sizing:border-box; justify-content:flex-start; width:calc(var(--mobile-page-gutter) + 36px); height:auto; padding:var(--mobile-page-top-space) 0 0 var(--mobile-page-gutter); }
.page-head h1 { margin:0; color:#001C4D; font-size:27px; line-height:1.2; }
.page-head p { margin:5px 0 0; color:var(--gray); font-size:16px; line-height:1.4; }
.page-guide { margin:-4px 0 18px; color:#001C4D; font-size:17px; line-height:1.45; }
.back-link { display:inline-flex; align-items:center; justify-content:flex-start; width:30px; height:44px; border:0; background:transparent; color:#001C4D; font-size:0; line-height:1; }
.back-link::before { content:''; display:block; width:24px; height:24px; background:#001C4D; mask:url('/assets/icons/back.svg') center/24px 24px no-repeat; -webkit-mask:url('/assets/icons/back.svg') center/24px 24px no-repeat; }
.text-action { display:inline-flex; align-items:center; justify-content:center; min-height:40px; padding:0; border:0; background:transparent; color:var(--orange); font-size:17px; font-weight:900; white-space:nowrap; }
.hero-card { display:grid; gap:14px; padding:18px; border-radius:var(--radius); background:#001C4D; color:var(--white); box-shadow:var(--shadow); }
.hero-card h1 { margin:0; font-size:28px; line-height:1.28; }
.hero-card p { margin:0; color:#FFFFFF; font-size:17px; line-height:1.5; }
.hero-card .hero-action { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.my-status-card { display:grid; gap:16px; padding:20px; border:1px solid #001C4D; border-radius:var(--radius); background:#001C4D; color:#FFFFFF; box-shadow:0 14px 30px rgba(0,28,77,.2); }
.my-status-head { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.state-current { display:inline-flex; align-items:center; gap:10px; color:#FFFFFF; font-size:34px; font-weight:900; line-height:1.1; }
.state-current::before { content:''; width:13px; height:13px; border-radius:50%; background:currentColor; box-shadow:0 0 0 6px rgba(255,255,255,.12); }
.state-current.is-online { color:#FEE005; }
.state-current.is-offline { color:#FFFFFF; }
.state-pill { display:inline-flex; align-items:center; gap:7px; min-height:30px; padding:0 11px; border-radius:999px; font-size:14px; font-weight:900; }
.state-pill::before { content:''; width:8px; height:8px; border-radius:50%; background:currentColor; }
.state-pill.is-online { background:#FFFFFF; color:#001C4D; }
.state-pill.is-offline { background:#FFFFFF; color:#001C4D; }
.status-change-button { display:inline-flex; align-items:center; justify-content:center; gap:5px; min-height:48px; padding:0 12px 0 15px; border-radius:var(--radius); background:#FFFFFF; color:var(--navy); font-size:16px; font-weight:900; white-space:nowrap; }
.status-change-button::after { content:''; display:block; width:20px; height:20px; background:currentColor; mask:url('/assets/icons/chevron-right.svg') center/20px 20px no-repeat; -webkit-mask:url('/assets/icons/chevron-right.svg') center/20px 20px no-repeat; }
.my-status-regions { display:flex; flex-wrap:wrap; gap:7px; }
.my-status-regions span { display:inline-flex; align-items:center; min-height:32px; padding:0 10px; border-radius:999px; background:rgba(255,255,255,.12); color:#FFFFFF; font-size:14px; font-weight:900; }
.my-status-route-list { display:grid; overflow:hidden; border:1px solid rgba(255,255,255,.22); border-radius:var(--radius); background:rgba(255,255,255,.05); }
.my-status-route-row { display:grid; grid-template-columns:88px 1fr 18px; align-items:center; gap:10px; min-height:58px; padding:0 14px; border-bottom:1px solid rgba(255,255,255,.18); }
.my-status-route-row:last-child { border-bottom:0; }
.my-status-route-row span { color:#001C4D; font-size:17px; font-weight:900; }
.my-status-route-row strong { overflow:hidden; color:#FFFFFF; font-size:18px; text-overflow:ellipsis; white-space:nowrap; }
.my-status-route-row::after { content:''; display:block; width:22px; height:22px; background:#FFFFFF; mask:url('/assets/icons/chevron-right.svg') center/22px 22px no-repeat; -webkit-mask:url('/assets/icons/chevron-right.svg') center/22px 22px no-repeat; }
.member-summary-card { display:grid; gap:14px; margin-top:26px; padding:18px; border:1px solid #FFFFFF; border-radius:var(--radius); background:#FFFFFF; box-shadow:0 10px 24px rgba(0,28,77,.08); }
.member-summary-head { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.member-summary-head h2 { margin:0; color:#001C4D; font-size:22px; }
.member-summary-head a { color:var(--orange); font-size:16px; font-weight:900; white-space:nowrap; }
.member-state-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.member-state-grid div { display:grid; gap:7px; min-height:74px; padding:12px 8px; border:1px solid #FFFFFF; border-radius:var(--radius); background:#FFFFFF; }
.member-state-grid span { color:#001C4D; font-size:13px; font-weight:900; }
.member-state-grid strong { color:#001C4D; font-size:19px; line-height:1.2; }
.panel { padding:18px; border:1px solid #FFFFFF; border-radius:var(--radius); background:#FFFFFF; box-shadow:0 8px 20px rgba(0,28,77,.06); }
.panel + .panel { margin-top:14px; }
.hero-card + .panel { margin-top:16px; }
.member-panel { margin-top:18px; }
.job-section-panel { margin-top:18px; }
.member-summary { margin-top:18px; padding:0; }
.job-section { margin-top:32px; }
.panel-title { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:10px; }
.panel-title h2 { margin:0; color:var(--navy); font-size:21px; }
.panel-title a { color:var(--orange); font-size:16px; font-weight:900; }
.mini-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.mini-stat { min-height:72px; padding:11px 9px; border:0; background:#FFFFFF; }
.mini-stat span { display:block; color:var(--gray); font-size:14px; font-weight:800; }
.mini-stat strong { display:block; margin-top:8px; color:var(--navy); font-size:23px; }
.bottom-nav { position:fixed; left:50%; bottom:0; z-index:30; display:grid; width:100%; max-width:var(--mobile-width); min-height:64px; transform:translateX(-50%); border-top:1px solid var(--line); background:rgba(255,255,255,.97); box-shadow:0 -5px 16px rgba(0,28,77,.08); backdrop-filter:blur(12px); }
.bottom-nav.three-tabs { grid-template-columns:repeat(3,1fr); }
.bottom-nav a { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; min-height:66px; color:#001C4D; font-size:14px; font-weight:900; }
.bottom-nav a img { width:24px; height:24px; }
.bottom-nav .nav-primary { position:relative; top:-8px; width:64px; height:64px; min-height:64px; justify-self:center; border:3px solid #FFFFFF; border-radius:50%; color:var(--white); background:var(--navy); box-shadow:0 8px 18px rgba(0,28,77,.18); }
.bottom-nav .nav-primary img { width:25px; height:25px; }
.bottom-nav .nav-primary span { color:var(--white); }
.primary-button,.line-button,.danger-button,.dark-button { display:inline-flex; align-items:center; justify-content:center; width:100%; min-height:58px; padding:0 16px; border-radius:var(--radius); font-size:18px; font-weight:900; text-align:center; }
.primary-button { border:0; background:var(--orange); color:var(--white); }
.line-button { border:1px solid var(--navy); background:var(--white); color:var(--navy); }
.dark-button { border:0; background:#001C4D; color:var(--white); }
.danger-button { border:1px solid #FFFFFF; background:#FFFFFF; color:#001C4D; }
.small-button { display:inline-flex; align-items:center; justify-content:center; min-height:40px; padding:0 2px; border:0; background:transparent; color:var(--orange); font-size:16px; font-weight:900; }
.primary-mini-button { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 18px; border:0; border-radius:var(--radius); background:var(--orange); color:var(--white); font-size:17px; font-weight:900; }
.tag-row { display:flex; flex-wrap:wrap; gap:6px; }
.tag { display:inline-flex; align-items:center; min-height:30px; padding:0 10px; border-radius:999px; background:#FFFFFF; color:#001C4D; font-size:14px; font-weight:800; }
.tag.green { background:#FFFFFF; color:#001C4D; }
.tag.orange { background:#FFFFFF; color:#FEE005; }
.tag.blue { background:#FFFFFF; color:#001C4D; }
.tag.purple { background:#FFFFFF; color:#001C4D; }
.muted-box { padding:14px 0; border:0; background:transparent; color:var(--gray); text-align:left; line-height:1.5; }
.form-stack { display:grid; gap:18px; width:100%; min-width:0; }
.field { display:grid; gap:7px; color:#001C4D; font-weight:800; }
.field input,.field select,.field textarea { width:100%; min-height:54px; padding:12px 14px; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); color:var(--text); font-size:18px; }
.field textarea { resize:vertical; }
.field small { color:var(--gray); font-weight:700; }
.two-col { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-panel { display:grid; gap:16px; width:100%; min-width:0; }
.form-panel .panel-title { margin-bottom:0; }
.form-panel > .field + .field { margin-top:0; }
.form-panel > .two-col + .two-col,.form-panel > .two-col + .field,.form-panel > .field + .two-col,.form-panel > .field + .upload-box,.form-panel > .upload-box + .field { margin-top:0; }
.notice-note { padding:12px 0 0; border:0; background:transparent; color:#001C4D; line-height:1.5; font-size:16px; }
.status-line-list { display:grid; gap:0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.status-line-list div { display:flex; align-items:center; justify-content:space-between; min-height:54px; border-bottom:1px solid #FFFFFF; }
.status-line-list div:last-child { border-bottom:0; }
.status-line-list span { color:var(--gray); font-size:16px; font-weight:800; }
.status-line-list strong { color:var(--navy); font-size:20px; }
.game-score { display:flex; align-items:center; justify-content:space-between; min-height:58px; border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; }
.game-score span { color:var(--gray); font-weight:800; }
.game-score strong { color:var(--orange); font-size:30px; }
.ranking-list { display:grid; gap:0; margin:0; padding:0; list-style:none; }
.ranking-list li { display:grid; grid-template-columns:52px 1fr 54px; align-items:center; min-height:42px; border-bottom:1px solid #FFFFFF; }
.ranking-list span { color:var(--gray); font-weight:800; }
.ranking-list strong { color:var(--navy); }
.ranking-list em { color:var(--orange); font-style:normal; font-weight:900; text-align:right; }
.service-footer { display:grid; gap:18px; width:100%; max-width:var(--mobile-width); margin:20px auto 0; padding:28px 16px 110px; background:#FFFFFF; color:#001C4D; font-size:12px; font-weight:500; line-height:1.65; }
.service-footer-toggle { display:flex; align-items:center; justify-content:space-between; gap:16px; width:100%; min-height:48px; padding:0; border:0; background:#FFFFFF; color:#001C4D; font-size:14px; font-weight:800; text-align:left; }
.service-footer-toggle i { display:block; width:18px; height:18px; background:#001C4D; mask:url('/assets/icons/chevron-down.svg') center/18px 18px no-repeat; -webkit-mask:url('/assets/icons/chevron-down.svg') center/18px 18px no-repeat; transition:transform .18s ease; }
.service-footer.is-collapsible .service-footer-content { display:none; }
.service-footer.is-collapsible.is-open .service-footer-content { display:grid; }
.service-footer.is-collapsible.is-open .service-footer-toggle i { transform:rotate(180deg); }
.service-footer.is-collapsible > .footer-copy { padding-top:2px; border-top:0; text-align:center; }
.service-footer.is-collapsible.is-open > .footer-copy { padding-top:24px; }
.service-footer-content { display:grid; gap:18px; }
.service-footer p { margin:0; }
.footer-notice { border-radius:var(--radius); background:#FFFFFF; color:#001C4D; font-size:11px; font-weight:500; line-height:1.75; }
.footer-company { display:flex; flex-wrap:wrap; gap:4px 20px; padding:15px 14px; border:0; border-radius:var(--radius); background:#F2F4F7; color:#001C4D; font-size:12px; font-weight:500; line-height:1.65; }
:where(.game-list-reference-shell,.game-play-reference-shell,.game-jump-reference-shell,.community-reference-shell,.settings-reference-shell,.status-reference-shell,.profile-reference-shell,.notification-reference-shell,.device-reference-shell,.support-reference-shell,.membership-reference-shell) .footer-company { background:#FFFFFF; }
.footer-company span { display:inline-flex; align-items:baseline; gap:4px; max-width:100%; }
.footer-company strong { color:#001C4D; font-size:12px; font-weight:900; }
.service-footer nav { display:flex; flex-wrap:wrap; justify-content:center; column-gap:6px; width:100%; margin:0 auto; padding-top:2px; text-align:center; }
.footer-policy-primary,.footer-policy-secondary { display:inline-flex; flex:0 0 auto; align-items:center; gap:6px; }
.footer-policy-secondary::before { content:'|'; color:currentColor; font-weight:400; opacity:.42; }
.service-footer nav a,.service-footer nav button { display:inline-flex; flex:0 0 auto; align-items:center; min-height:30px; padding:0; border:0; background:transparent; color:inherit; font-family:inherit; font-size:13px; font-weight:700; white-space:nowrap; }
.service-footer nav > *:not(:last-child)::after { content:"|"; margin-left:6px; color:rgba(0,28,77,.35); font-weight:400; }
.footer-policy-primary > :not(:last-child)::after,.footer-policy-secondary > :not(:last-child)::after { content:'|'; margin-left:6px; color:currentColor; font-weight:400; opacity:.42; }
.service-footer nav .service-footer-toggle { display:inline-flex; justify-content:flex-start; gap:3px; width:auto; min-height:30px; color:inherit; font-size:13px; text-align:center; }
.service-footer nav .service-footer-toggle i { width:14px; height:14px; background:currentColor; mask-size:14px 14px; -webkit-mask-size:14px 14px; }
.footer-copy { padding-top:13px; border-top:0; color:#001C4D; font-size:11px; font-weight:500; }
.app-shell .service-footer > .footer-copy { color:#111111; text-align:center; }
:is(.game-list-reference-shell,.game-play-reference-shell,.game-jump-reference-shell,.community-reference-shell,.settings-reference-shell,.status-reference-shell,.profile-reference-shell,.notification-reference-shell,.device-reference-shell,.support-reference-shell,.membership-reference-shell) .service-footer > .footer-copy { color:#FFFFFF; }
.is-footer-term-open { overflow:hidden; }
.footer-term-modal { position:fixed; inset:0; z-index:1600; display:none; align-items:center; justify-content:center; padding:15px; background:rgba(0,28,77,.72); }
.footer-term-modal.is-active { display:flex; }
.footer-term-dialog { display:grid; grid-template-rows:auto minmax(0,1fr) auto; width:100%; max-width:560px; height:calc(100vh - 30px); height:calc(100dvh - 30px); overflow:hidden; border-radius:20px; background:#FFFFFF; }
.footer-term-dialog header { display:flex; align-items:center; min-height:68px; padding:18px 20px; border-bottom:1px solid #E1E6ED; }
.footer-term-dialog h2 { margin:0; color:#001C4D; font-size:20px; }
.footer-term-content { min-height:0; overflow-y:auto; padding:22px 20px; color:#001C4D; font-size:14px; font-weight:500; line-height:1.75; overscroll-behavior:contain; }
.footer-term-content article { white-space:normal; }
.footer-term-content article[hidden] { display:none; }
.footer-term-dialog > footer { display:flex; flex:0 0 auto; justify-content:center; padding:12px 20px calc(12px + env(safe-area-inset-bottom)); border-top:1px solid #E1E6ED; background:#FAFBFC; }
.footer-term-dialog > footer button { width:116px; min-height:42px; padding:0 18px; border:0; border-radius:12px; background:#001C4D; color:#FFFFFF; font-size:14px; font-weight:900; }
@media (max-width:440px) {
	.mobile-main { padding-left:16px; padding-right:16px; }
	.two-col { grid-template-columns:1fr; gap:14px; }
	.member-state-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
	.member-state-grid div { padding-left:6px; padding-right:6px; }
	.member-state-grid strong { font-size:17px; }
}
@media (max-width:380px) {
	.service-footer nav { row-gap:2px; }
	.footer-policy-secondary::before { display:none; }
}
@media (min-width:700px) {
	.page-user { background:#001C4D; }
	.app-shell { max-width:none; margin:0; min-height:100vh; border:0; border-radius:0; overflow:visible; background:#001C4D; box-shadow:none; }
	.auth-shell { max-width:none; background:#001C4D; }
	.mobile-header { position:sticky; padding-left:32px; padding-right:32px; }
	.mobile-main { --mobile-page-gutter:36px; --mobile-page-top-space:28px; max-width:720px; padding:28px 36px 44px; }
	.bottom-nav { max-width:720px; }
	.service-footer { max-width:720px; padding-left:36px; padding-right:36px; }
}
@media (min-width:1100px) {
	.mobile-main { max-width:920px; }
	.bottom-nav { max-width:920px; }
	.service-footer { max-width:920px; }
	.job-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.job-section .job-list { grid-template-columns:1fr; }
}
@media (min-width:901px) {
	.service-footer.is-collapsible .service-footer-content { display:none; }
	.service-footer.is-collapsible.is-open .service-footer-content { display:grid; }
	.service-footer.is-collapsible > .footer-copy { padding-top:24px; border-top:0; text-align:center; }
}
