:root {
  --brand: #d94925;
  --brand-dark: #b8391c;
  --brand-soft: #fff3ee;
  --price-blue: #1769aa;
  --navy: #17263f;
  --ink: #263548;
  --muted: #6b7a8c;
  --line: #e2e6ea;
  --line-strong: #d3d9df;
  --surface: #ffffff;
  --canvas: #f4f6f8;
  --success: #1f7a3d;
  --shadow: 0 18px 55px rgba(23, 38, 63, .10);
  --radius: 18px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 20px; }

.notice-bar { color: #82301e; background: #fff3ee; border-bottom: 1px solid #f4d7ce; font-size: 13px; text-align: center; }
.notice-bar .container { padding: 7px 0; }
.notice-bar a { margin-left: 5px; color: var(--brand-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 100; height: 72px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(226,230,234,.9); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 42px; height: 42px; border-radius: 11px; }
.brand span { display: flex; flex-direction: column; line-height: 1.2; }
.brand strong { color: var(--navy); font-size: 18px; letter-spacing: -.03em; }
.brand small { margin-top: 4px; color: #8895a4; font-size: 10px; font-weight: 600; letter-spacing: -.02em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; }
.site-nav a { position: relative; padding: 24px 0 22px; color: #4c5b6d; font-size: 14px; font-weight: 650; white-space: nowrap; }
.site-nav a::after { position: absolute; left: 50%; bottom: 15px; width: 0; height: 2px; background: var(--brand); content: ""; transform: translateX(-50%); transition: width .2s ease; }
.site-nav a:hover, .site-nav a.is-active { color: var(--brand); }
.site-nav a:hover::after, .site-nav a.is-active::after { width: 100%; }
.site-nav .mobile-nav-account { display: none; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.text-link { color: #425166; font-size: 14px; font-weight: 650; white-space: nowrap; }
.text-link:hover { color: var(--brand); }
.mobile-menu-button { display: none; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 21px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; font-weight: 750; line-height: 1.2; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--brand); box-shadow: 0 8px 20px rgba(217,73,37,.18); }
.button-primary:hover { background: var(--brand-dark); box-shadow: 0 10px 24px rgba(217,73,37,.25); }
.button-secondary { color: var(--navy); background: #fff; border-color: var(--line-strong); }
.button-secondary:hover { border-color: #aab4bf; box-shadow: 0 8px 24px rgba(23,38,63,.08); }
.button-navy { color: #fff; background: var(--navy); }
.button-small { min-height: 40px; padding: 9px 16px; font-size: 13px; border-radius: 8px; }
.button-wide { width: 100%; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 15px; color: var(--brand); font-size: 13px; font-weight: 800; }
.eyebrow::before { width: 7px; height: 7px; background: var(--brand); border-radius: 50%; content: ""; }
.section { padding: 92px 0; }
.section-white { background: #fff; }
.section-soft { background: #f8fafb; border-top: 1px solid #eef1f3; border-bottom: 1px solid #eef1f3; }
.section-heading { max-width: 700px; margin: 0 auto 44px; text-align: center; }
.section-heading.is-left { margin-left: 0; text-align: left; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(28px, 3vw, 40px); line-height: 1.3; letter-spacing: -.035em; }
.section-heading p { margin: 14px 0 0; color: var(--muted); font-size: 16px; }
.section-actions { display: flex; justify-content: center; gap: 10px; margin-top: 34px; }

.hero { overflow: hidden; position: relative; padding: 68px 0 56px; background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); }
.hero::before { position: absolute; top: -250px; right: -210px; width: 650px; height: 650px; border: 110px solid rgba(217,73,37,.035); border-radius: 50%; content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: 5fr 7fr; gap: 54px; align-items: center; }
.hero-copy h1 { margin: 0 0 20px; color: var(--navy); font-size: clamp(38px, 4vw, 56px); line-height: 1.22; letter-spacing: -.055em; }
.hero-copy h1 em { color: var(--brand); font-style: normal; }
.hero-copy > p { max-width: 520px; margin: 0; color: #59697b; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; gap: 11px; margin-top: 30px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: #84909e; font-size: 12px; }
.hero-note span { width: 18px; height: 18px; color: var(--success); background: #e7f4ea; border-radius: 50%; font-size: 11px; font-weight: 900; text-align: center; line-height: 18px; }

.app-window { overflow: hidden; position: relative; min-height: 394px; background: #eef2f6; border: 1px solid #d9e0e7; border-radius: 17px; box-shadow: var(--shadow); }
.app-titlebar { height: 34px; display: flex; align-items: center; padding: 0 13px; background: #f8f9fb; border-bottom: 1px solid #dde3e8; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; background: #cbd2da; border-radius: 50%; }
.app-titlebar strong { position: absolute; left: 50%; color: #7f8995; font-size: 10px; transform: translateX(-50%); }
.app-body { display: grid; grid-template-columns: 128px 1fr 190px; min-height: 360px; }
.mock-sidebar { padding: 16px 11px; color: #dce4ed; background: var(--navy); }
.mock-brand { display: flex; align-items: center; gap: 7px; margin-bottom: 25px; font-size: 10px; font-weight: 800; }
.mock-brand img { width: 25px; height: 25px; border-radius: 6px; }
.mock-menu { height: 24px; margin: 6px 0; padding: 5px 8px; color: #aab8c9; border-radius: 5px; font-size: 8px; }
.mock-menu.active { color: #fff; background: #2871ad; }
.mock-main { padding: 14px; background: #f4f7fa; }
.mock-heading { margin-bottom: 11px; color: var(--navy); font-size: 12px; font-weight: 800; }
.mock-card { margin-bottom: 9px; padding: 10px; background: #fff; border: 1px solid #dde4eb; border-radius: 7px; }
.mock-label { margin-bottom: 7px; color: #546476; font-size: 8px; font-weight: 700; }
.mock-input { height: 25px; background: #f8fafc; border: 1px solid #dce4ec; border-radius: 4px; }
.mock-toggles { display: flex; gap: 5px; margin: 8px 0; }
.mock-toggles b { padding: 4px 7px; color: #296aa7; background: #e9f2fb; border-radius: 4px; font-size: 7px; }
.mock-queue { margin-top: 9px; background: #fff; border: 1px solid #dde4eb; border-radius: 7px; }
.mock-row { display: grid; grid-template-columns: 1fr 42px; gap: 8px; padding: 8px; border-bottom: 1px solid #eef1f4; }
.mock-row:last-child { border: 0; }
.mock-row i { height: 6px; background: #dfe5eb; border-radius: 5px; }
.mock-row span { color: #3f9a60; font-size: 7px; }
.mock-browser { padding: 11px; background: #fff; border-left: 1px solid #dce2e8; }
.mock-profile { display: flex; align-items: center; gap: 7px; margin-bottom: 8px; color: var(--navy); font-size: 8px; font-weight: 800; }
.mock-profile i { width: 25px; height: 25px; background: #e8edf2; border-radius: 50%; }
.mock-mobile { overflow: hidden; height: 290px; background: #f1f4f7; border: 1px solid #dfe5eb; border-radius: 7px; }
.mock-mobile-head { height: 31px; background: #03c75a; }
.mock-mobile-search { height: 28px; margin: 9px; background: #fff; border-radius: 14px; }
.mock-mobile-card { height: 76px; margin: 9px; background: #fff; border-radius: 6px; }
.video-chip { position: absolute; right: 18px; bottom: 17px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; color: #fff; background: rgba(23,38,63,.9); border-radius: 8px; font-size: 10px; font-weight: 700; }
.video-chip i { width: 18px; height: 18px; color: var(--brand); background: #fff; border-radius: 50%; font-size: 8px; font-style: normal; line-height: 18px; text-align: center; }

.trust-strip { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; min-height: 76px; align-items: center; justify-content: center; gap: 9px; padding: 14px; color: #4b5a6c; border-right: 1px solid #edf0f2; font-size: 13px; font-weight: 650; text-align: center; }
.trust-item:last-child { border-right: 0; }
.trust-item span { display: inline-grid; width: 23px; height: 23px; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 7px; font-size: 11px; }

.video-stage { overflow: hidden; position: relative; aspect-ratio: 16 / 9; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #16253d, #253a56); border-radius: 20px; box-shadow: var(--shadow); }
.video-stage::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 28px 28px; content: ""; }
.video-placeholder { position: relative; z-index: 1; max-width: 560px; padding: 30px; text-align: center; }
.play-button { display: grid; width: 72px; height: 72px; place-items: center; margin: 0 auto 22px; padding-left: 4px; color: var(--brand); background: #fff; border: 0; border-radius: 50%; box-shadow: 0 12px 35px rgba(0,0,0,.24); cursor: pointer; font-size: 26px; }
.video-placeholder strong { display: block; font-size: 24px; }
.video-placeholder p { margin: 8px 0 0; color: #b9c4d1; font-size: 14px; }
.chapter-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 20px; }
.chapter-list a, .chapter-list button { padding: 9px 14px; color: #48596c; background: #fff; border: 1px solid var(--line); border-radius: 30px; cursor: pointer; font-size: 13px; font-weight: 650; }
.chapter-list a:hover, .chapter-list button:hover { color: var(--brand); border-color: #edb7a8; background: var(--brand-soft); }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.step-number { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 22px; color: #fff; background: var(--brand); border-radius: 10px; font-size: 14px; font-weight: 800; }
.step-card h3 { margin: 0 0 9px; color: var(--navy); font-size: 20px; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; }
.step-card::after { position: absolute; top: 46px; right: -14px; z-index: 2; width: 27px; height: 1px; background: #d8dee5; content: ""; }
.step-card:last-child::after { display: none; }
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: 16px; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { border-color: #e9b1a3; transform: translateY(-2px); box-shadow: 0 14px 35px rgba(23,38,63,.07); }
.feature-icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 14px; font-size: 13px; font-weight: 850; }
.feature-card h3 { margin: 0 0 7px; color: var(--navy); font-size: 18px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 29px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.price-card.is-featured { border: 2px solid var(--brand); box-shadow: 0 15px 40px rgba(217,73,37,.1); }
.price-badge { position: absolute; top: -13px; right: 20px; padding: 5px 11px; color: #fff; background: var(--brand); border-radius: 20px; font-size: 11px; font-weight: 800; }
.price-card h3 { margin: 0; color: var(--navy); font-size: 20px; }
.price-duration { margin-top: 4px; color: var(--muted); font-size: 13px; }
.price-original { align-self: flex-start; margin-top: 20px; padding: 5px 9px; color: #b63828; background: #fff0ec; border: 1px solid #f4c8bd; border-radius: 7px; font-size: 12px; font-weight: 750; }
.price-original del { margin-left: 3px; text-decoration-thickness: 2px; }
.price { margin: 6px 0 7px; color: var(--price-blue); font-size: 36px; font-weight: 900; letter-spacing: -.045em; }
.price-note { color: var(--muted); font-size: 13px; }
.price-comparison { min-height: 39px; margin: 8px 0 12px; padding: 9px 11px; color: #566477; background: #f4f7fa; border-radius: 8px; font-size: 12px; }
.price-comparison strong { display: block; margin-top: 1px; color: var(--brand); font-size: 14px; }
.price-benefit { padding: 10px 12px; color: #087c58; background: #eaf8f2; border-radius: 9px; font-size: 13px; font-weight: 800; }
.price-points { margin: 20px 0 25px; padding: 18px 0 0; border-top: 1px solid #edf0f2; list-style: none; }
.price-points li { position: relative; margin: 8px 0; padding-left: 21px; color: #526174; font-size: 13px; }
.price-points li::before { position: absolute; left: 0; color: var(--success); content: "✓"; font-weight: 900; }
.price-card .button { margin-top: auto; }
.pricing-note { margin-top: 20px; color: var(--muted); font-size: 13px; text-align: center; }

.faq-list { max-width: 840px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 21px 4px; color: var(--navy); background: transparent; border: 0; cursor: pointer; font-weight: 750; text-align: left; }
.faq-question span { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 50%; font-size: 17px; transition: transform .2s ease; }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .25s ease; }
.faq-answer p { margin: 0; padding: 0 42px 22px 4px; }
.faq-item.is-open .faq-answer { max-height: 200px; }
.faq-item.is-open .faq-question span { transform: rotate(45deg); }
.final-cta { padding: 68px 24px; color: #fff; background: var(--navy); border-radius: 24px; text-align: center; }
.final-cta h2 { margin: 0; font-size: clamp(27px, 3vw, 40px); letter-spacing: -.035em; }
.final-cta p { margin: 12px 0 27px; color: #b9c5d3; }
.final-cta .button-secondary { color: #fff; background: transparent; border-color: #69788c; }

.page-hero { padding: 76px 0 62px; background: #fff; border-bottom: 1px solid var(--line); text-align: center; }
.page-hero h1 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 48px); letter-spacing: -.045em; }
.page-hero p { max-width: 680px; margin: 16px auto 0; color: var(--muted); font-size: 16px; }
.page-tabs { position: relative; z-index: 3; background: #fff; border-bottom: 1px solid var(--line); }
.page-tabs .container { display: flex; justify-content: center; gap: 8px; }
.page-tabs a { position: relative; min-width: 138px; padding: 18px 20px 16px; color: #6b7a8c; font-size: 14px; font-weight: 700; text-align: center; }
.page-tabs a::after { position: absolute; right: 18px; bottom: -1px; left: 18px; height: 2px; background: transparent; content: ""; }
.page-tabs a:hover, .page-tabs a.is-active { color: var(--brand); }
.page-tabs a.is-active::after { background: var(--brand); }
.flow-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 850px; margin: 0 auto 50px; }
.flow-item { position: relative; padding: 18px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 12px; font-weight: 750; text-align: center; }
.flow-item b { color: var(--brand); margin-right: 7px; }
.flow-item::after { position: absolute; top: 50%; right: -10px; color: #a6b0bb; content: "›"; transform: translateY(-50%); }
.flow-item:last-child::after { display: none; }
.detail-stack { display: grid; gap: 24px; }
.detail-block { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.detail-block:nth-child(even) .detail-visual { order: 2; }
.detail-block h2 { margin: 0 0 12px; color: var(--navy); font-size: 28px; letter-spacing: -.03em; }
.detail-block p { margin: 0; color: var(--muted); }
.detail-visual { min-height: 230px; display: grid; place-items: center; padding: 25px; background: #f5f8fb; border-radius: 14px; }
.detail-diagram { width: 100%; display: grid; gap: 9px; }
.detail-diagram span { display: flex; justify-content: space-between; padding: 13px 15px; color: #516176; background: #fff; border: 1px solid #dfe5eb; border-radius: 8px; font-size: 13px; }
.detail-diagram b { color: var(--brand); }

.guide-layout { display: grid; grid-template-columns: 330px 1fr; gap: 28px; align-items: start; }
.chapter-panel { position: sticky; top: 98px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.chapter-panel a { display: flex; gap: 12px; padding: 13px 14px; color: #536276; border-radius: 9px; font-size: 13px; }
.chapter-panel a:hover, .chapter-panel a.is-active { color: var(--brand); background: var(--brand-soft); font-weight: 750; }
.chapter-panel time { width: 44px; color: #8b97a5; font-variant-numeric: tabular-nums; }
.guide-content { display: grid; gap: 18px; }
.guide-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.guide-card small { color: var(--brand); font-weight: 800; }
.guide-card h2 { margin: 6px 0 9px; color: var(--navy); font-size: 22px; }
.guide-card p { margin: 0; color: var(--muted); }

.download-card { max-width: 900px; display: grid; grid-template-columns: 1fr 250px; gap: 38px; align-items: center; margin: 0 auto; padding: 40px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.download-platform-grid { max-width: 1100px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0 auto; }
.platform-download-card { max-width: none; min-width: 0; display: flex; overflow: hidden; align-items: stretch; flex-direction: column; gap: 24px; margin: 0; padding: 32px; box-shadow: 0 14px 38px rgba(23,38,63,.07); }
.platform-download-card .download-action { margin-top: auto; }
.platform-download-card.is-coming-soon { background: #f9fafb; border-style: dashed; box-shadow: none; }
.platform-status { display: inline-flex; margin-bottom: 18px; padding: 5px 10px; color: #687789; background: #edf1f4; border-radius: 30px; font-size: 11px; font-weight: 800; }
.platform-status.is-available { color: #26703d; background: #eaf6ed; }
.platform-symbol { display: grid; width: 76px; height: 76px; flex: 0 0 auto; place-items: center; color: #315b89; background: #eaf1f8; border-radius: 18px; font-size: 15px; font-weight: 850; letter-spacing: .04em; }
.download-brand { display: flex; align-items: center; gap: 18px; }
.download-brand > div:last-child { min-width: 0; }
.download-brand img { width: 76px; height: 76px; border-radius: 18px; }
.download-brand h2 { margin: 0; color: var(--navy); font-size: 28px; }
.download-brand p { margin: 3px 0 0; color: var(--muted); }
.release-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; margin: 25px 0; }
.release-list div { padding: 12px 0; border-bottom: 1px solid #edf0f2; }
.release-list span { display: block; color: #8b96a3; font-size: 11px; }
.release-list strong { color: var(--navy); font-size: 14px; }
.platform-download-card .field-hint, .release-list strong { overflow-wrap: anywhere; word-break: break-word; }
.download-action { text-align: center; }
.download-action .button { width: 100%; }
.download-action small { display: block; margin-top: 10px; color: var(--muted); }
.install-steps { max-width: 900px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 28px auto 0; }
.install-step { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.install-step b { color: var(--brand); font-size: 12px; }
.install-step strong { display: block; margin: 5px 0; color: var(--navy); }
.install-step p { margin: 0; color: var(--muted); font-size: 13px; }

.auth-section { min-height: calc(100vh - 406px); padding: 65px 0; background: linear-gradient(135deg, #f8fafc, #eef2f6); }
.auth-card { max-width: 480px; margin: 0 auto; padding: 36px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 22px 60px rgba(23,38,63,.09); }
.auth-head { margin-bottom: 25px; text-align: center; }
.auth-head img { width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 14px; }
.auth-head h1 { margin: 0; color: var(--navy); font-size: 26px; }
.auth-head h2 { margin: 0; color: var(--navy); font-size: 26px; }
.auth-head p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.form-grid { display: grid; gap: 16px; }
.field { display: grid; gap: 6px; }
.field label, .field > span { color: #47576a; font-size: 13px; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid #d5dce3; border-radius: 9px; outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(217,73,37,.09); }
.field textarea { min-height: 140px; resize: vertical; }
.field-hint { color: #8a96a4; font-size: 11px; }
.form-check { display: flex; align-items: flex-start; gap: 9px; color: #58677a; font-size: 12px; }
.form-check input { margin-top: 4px; accent-color: var(--brand); }
.auth-links { display: flex; justify-content: space-between; margin-top: 18px; color: #657487; font-size: 12px; }
.auth-links a:hover { color: var(--brand); }
.form-status { display: none; padding: 12px 13px; color: #725323; background: #fff8e8; border: 1px solid #f2dfb3; border-radius: 8px; font-size: 12px; }
.form-status.is-visible { display: block; }
.form-status.is-success { color: #28633b; background: #eff9f2; border-color: #cbe5d2; }
.form-status.is-error { color: #8b3029; background: #fff3f1; border-color: #f0cdc8; }
.form-alert { margin-bottom: 17px; padding: 12px 14px; color: #526174; background: #f5f7fa; border: 1px solid #dce3e9; border-radius: 9px; font-size: 12px; }
.form-alert.is-error { color: #8b3029; background: #fff3f1; border-color: #f0cdc8; }
.form-alert.is-success { color: #28633b; background: #eff9f2; border-color: #cbe5d2; }
.field-action-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: stretch; }
.field-action-row .button { min-width: 116px; white-space: nowrap; }
.verification-panel { padding: 14px; background: #f7f9fb; border: 1px solid var(--line); border-radius: 10px; }
.verification-status { min-height: 19px; color: var(--muted); font-size: 12px; }
.verification-status:empty { display: none; }
.verification-status.is-success { color: var(--success); }
.verification-status.is-error { color: #b44238; }
.field input[readonly] { color: #5d6c7e; background: #f4f6f8; }

.notice-toolbar { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chip { padding: 7px 13px; color: #536276; background: #fff; border: 1px solid var(--line-strong); border-radius: 30px; font-size: 12px; font-weight: 650; }
.chip.is-active, .chip:hover { color: var(--brand); background: var(--brand-soft); border-color: #edb7a8; }
.notice-list { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.notice-row { display: grid; grid-template-columns: 90px 1fr 110px; gap: 15px; align-items: center; padding: 18px 22px; border-bottom: 1px solid #edf0f2; }
.notice-row:last-child { border: 0; }
.notice-row:hover { background: #fbfcfd; }
.notice-row.is-pinned { background: #fff9f5; }
.notice-category { color: var(--brand); font-size: 12px; font-weight: 750; }
.notice-title { color: var(--navy); font-weight: 650; }
.notice-date { color: #8b96a3; font-size: 12px; text-align: right; }
.article { max-width: 880px; margin: 0 auto; padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.article-head { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.article-head small { color: var(--brand); font-weight: 750; }
.article-head h1 { margin: 7px 0 5px; color: var(--navy); font-size: 28px; }
.article-head time { color: #8a96a3; font-size: 12px; }
.article-body { min-height: 240px; padding: 28px 0; color: #48586c; white-space: pre-line; }
.article-actions { padding-top: 20px; border-top: 1px solid var(--line); }

.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.support-card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.support-card h2 { margin: 0 0 8px; color: var(--navy); font-size: 22px; }
.support-card p { margin: 0 0 20px; color: var(--muted); }
.support-card .faq-list { margin-top: 12px; }
.inquiry-card { max-width: 760px; margin: 0 auto; }

.standalone-page { min-height: 100vh; overflow-x: hidden; background: #eef2f6; }
.standalone-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(390px, .95fr) minmax(520px, 1.05fr); }
.standalone-brand-panel { overflow: hidden; position: relative; display: flex; flex-direction: column; padding: 52px clamp(42px, 6vw, 92px); color: #fff; background: var(--navy); }
.standalone-brand-panel::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 28px 28px; content: ""; }
.standalone-brand-panel::after { position: absolute; right: -190px; bottom: -260px; width: 520px; height: 520px; border: 90px solid rgba(217,73,37,.16); border-radius: 50%; content: ""; }
.standalone-brand, .standalone-message, .standalone-points { position: relative; z-index: 1; }
.standalone-brand { display: inline-flex; align-items: center; gap: 12px; align-self: flex-start; color: #fff; }
.standalone-brand img { width: 48px; height: 48px; border-radius: 12px; }
.standalone-brand span { display: flex; flex-direction: column; line-height: 1.2; }
.standalone-brand strong { font-size: 20px; }
.standalone-brand small { margin-top: 5px; color: #90a3ba; font-size: 10px; font-weight: 650; }
.standalone-message { max-width: 510px; margin: auto 0; padding: 70px 0; }
.standalone-message > span { color: #f7a18b; font-size: 12px; font-weight: 850; letter-spacing: .13em; }
.standalone-message h1 { margin: 15px 0 17px; color: #fff; font-size: clamp(34px, 4vw, 52px); line-height: 1.28; letter-spacing: -.045em; }
.standalone-message p { margin: 0; color: #afbdce; font-size: 15px; line-height: 1.8; }
.standalone-points { display: flex; flex-wrap: wrap; gap: 10px 18px; color: #9fb0c4; font-size: 11px; }
.standalone-form-panel { position: relative; display: flex; align-items: center; justify-content: center; padding: 72px 42px 88px; background: #f7f9fb; }
.standalone-home-link { position: absolute; top: 34px; right: 42px; color: #6d7b8c; font-size: 12px; font-weight: 700; }
.standalone-home-link:hover { color: var(--brand); }
.standalone-form-wrap { width: min(100%, 460px); padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 24px 70px rgba(23,38,63,.10); }
.standalone-form-wrap.is-wide { width: min(100%, 540px); }
.standalone-form-wrap .auth-head { margin-bottom: 27px; }
.standalone-copyright { position: absolute; right: 42px; bottom: 25px; left: 42px; margin: 0; color: #9aa5b2; font-size: 10px; text-align: center; }
.standalone-admin .standalone-brand-panel { background: #0f1d30; }
.standalone-admin .standalone-brand-panel::after { border-color: rgba(76,105,140,.18); }
.standalone-admin .standalone-message > span { color: #91afd2; }
.admin-login-card { border-top: 4px solid var(--navy); }
.admin-badge { margin-bottom: 18px; color: #6e7e90; font-size: 10px; font-weight: 850; letter-spacing: .11em; text-align: center; }
.admin-security-note { display: grid; gap: 3px; margin-top: 20px; padding: 13px 14px; color: #647487; background: #f5f7fa; border-radius: 9px; font-size: 11px; }
.admin-security-note strong { color: var(--navy); }
.admin-console-page { min-height: 100vh; color: #27364a; background: #f2f5f8; }
.admin-console-header { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 24px; padding: 12px clamp(20px, 4vw, 60px); color: #fff; background: #0f1d30; }
.admin-console-brand { display: flex; align-items: center; gap: 11px; color: #fff; }
.admin-console-brand img { width: 38px; height: 38px; border-radius: 9px; }
.admin-console-brand span { display: flex; flex-direction: column; }
.admin-console-brand strong { font-size: 15px; }
.admin-console-brand small { margin-top: 2px; color: #91a1b5; font-size: 9px; }
.admin-console-account { display: flex; align-items: center; gap: 14px; color: #a8b5c6; font-size: 11px; }
.admin-console-account a, .admin-console-account button { padding: 7px 10px; color: #d5deea; background: transparent; border: 1px solid #34465f; border-radius: 7px; font: inherit; cursor: pointer; }
.admin-console-account form { margin: 0; }
.admin-console-main { width: min(1400px, calc(100% - 40px)); margin: 0 auto; padding: 40px 0 70px; }
.admin-console-title { margin-bottom: 24px; }
.admin-console-title span { color: #6c7d90; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.admin-console-title h1 { margin: 7px 0 4px; color: var(--navy); font-size: 28px; }
.admin-console-title p { margin: 0; color: var(--muted); font-size: 12px; }
.admin-stat-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.admin-stat-grid article { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.admin-stat-grid span { display: block; color: var(--muted); font-size: 11px; }
.admin-stat-grid strong { display: inline-block; margin-top: 10px; color: var(--navy); font-size: 24px; }
.admin-stat-grid small { margin-left: 3px; color: #7f8c9b; font-size: 10px; }
.admin-console-panel { overflow: hidden; margin-top: 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.admin-panel-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid #edf0f2; }
.admin-panel-head h2 { margin: 0; color: var(--navy); font-size: 17px; }
.admin-panel-head p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 11px; white-space: nowrap; }
.admin-table th, .admin-table td { padding: 13px 16px; border-bottom: 1px solid #edf0f2; text-align: left; }
.admin-table th { color: #738196; background: #f8fafb; font-size: 10px; }
.admin-table td { color: #445469; }
.admin-empty { padding: 45px 20px; color: var(--muted); text-align: center; font-size: 12px; }

/* BlogOn administration */
.admin-app-page { min-width: 320px; min-height: 100vh; color: #263548; background: #f4f6f8; }
.admin-app-shell { display: flex; min-height: 100vh; }
.admin-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 100; display: flex; width: 240px; flex-direction: column; color: #c9d2dc; background: #17263f; box-shadow: 8px 0 30px rgba(23,38,63,.08); }
.admin-sidebar-brand { display: flex; align-items: center; gap: 11px; padding: 22px 20px 20px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.07); }
.admin-sidebar-brand img { width: 34px; height: 34px; border-radius: 8px; }
.admin-sidebar-brand span { display: flex; flex-direction: column; }
.admin-sidebar-brand strong { font-size: 16px; }
.admin-sidebar-brand small { margin-top: 3px; color: #8e9db0; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.admin-sidebar-nav { overflow-y: auto; padding: 13px 0 20px; }
.admin-nav-group { padding-top: 13px; }
.admin-nav-group > span { display: block; padding: 0 20px 7px; color: #71839b; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.admin-nav-group a { position: relative; display: flex; min-height: 43px; align-items: center; justify-content: space-between; padding: 10px 20px; color: #aab5c1; border-left: 3px solid transparent; font-size: 14px; }
.admin-nav-group a:hover { color: #fff; background: rgba(255,255,255,.04); }
.admin-nav-group a.is-active { color: #fff; background: #24344a; border-left-color: var(--brand); font-weight: 750; }
.admin-nav-group a em { min-width: 22px; padding: 2px 6px; color: #fff; background: var(--brand); border-radius: 20px; font-size: 10px; font-style: normal; text-align: center; }
.admin-sidebar-bottom { display: grid; gap: 8px; margin-top: auto; padding: 18px 20px; border-top: 1px solid rgba(255,255,255,.07); }
.admin-sidebar-bottom a, .admin-sidebar-bottom button { width: 100%; padding: 10px; color: #aab5c1; background: transparent; border: 1px solid #34465f; border-radius: 7px; font: inherit; font-size: 12px; text-align: center; cursor: pointer; }
.admin-sidebar-bottom form { margin: 0; }
.admin-workspace { width: calc(100% - 240px); min-width: 0; margin-left: 240px; }
.admin-topbar { display: flex; min-height: 64px; align-items: center; justify-content: flex-end; padding: 10px 32px; background: #fff; border-bottom: 1px solid #e2e6ea; }
.admin-topbar > div { display: flex; align-items: flex-end; flex-direction: column; }
.admin-topbar strong { color: #17263f; font-size: 14px; }
.admin-topbar span { margin-top: 3px; color: #7c8998; font-size: 11px; }
.admin-mobile-menu { display: none; padding: 6px 9px; color: #17263f; background: #fff; border: 1px solid #d6dbe1; border-radius: 7px; }
.admin-main { width: min(1560px, 100%); margin: 0 auto; padding: 30px 36px 70px; }
.admin-page-title { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 22px; }
.admin-page-title span { color: #7c8998; font-size: 11px; font-weight: 750; }
.admin-page-title h1 { margin: 5px 0 0; color: #17263f; font-size: 28px; letter-spacing: -.03em; }
.admin-page-title time { color: #8d98a5; font-size: 12px; }
.admin-metric-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; margin-bottom: 18px; }
.admin-metric-grid article { min-height: 112px; padding: 18px; background: #fff; border: 1px solid #e2e6ea; border-radius: 11px; }
.admin-metric-grid span { display: block; color: #627286; font-size: 13px; }
.admin-metric-grid strong { display: inline-block; margin-top: 10px; color: #17263f; font-size: 28px; }
.admin-metric-grid small { margin-left: 3px; color: #768596; font-size: 11px; }
.admin-dashboard-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.admin-panel { overflow: hidden; background: #fff; border: 1px solid #e2e6ea; border-radius: 12px; }
.admin-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 20px; border-bottom: 1px solid #edf0f2; }
.admin-panel-heading h2, .admin-section-heading h2 { margin: 0; color: #17263f; font-size: 18px; }
.admin-panel-heading p, .admin-section-heading p { margin: 5px 0 0; color: #7e8b99; font-size: 12px; }
.admin-panel-heading a { color: var(--brand); font-size: 12px; font-weight: 700; }
.admin-compact-list a { display: flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 18px; color: #263548; border-bottom: 1px solid #f0f2f4; }
.admin-compact-list a:last-child { border-bottom: 0; }
.admin-compact-list span { min-width: 0; }
.admin-compact-list b, .admin-compact-list small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-compact-list b { font-size: 14px; }
.admin-compact-list small, .admin-compact-list time { margin-top: 4px; color: #7a8898; font-size: 11px; }
.admin-status { display: inline-flex; width: max-content; padding: 4px 8px; color: #687789; background: #edf1f4; border-radius: 20px; font-size: 11px; font-style: normal; font-weight: 750; white-space: nowrap; }
.admin-status.is-good { color: #1f7a3d; background: #e7f4ea; }
.admin-status.is-warn { color: #8a661c; background: #fff4d7; }
.admin-status.is-bad { color: #a13a31; background: #fff0ee; }
.admin-empty { padding: 42px 20px; color: #7b8998; text-align: center; font-size: 13px; }
.admin-search { display: flex; max-width: 560px; gap: 7px; margin-bottom: 14px; }
.admin-search input { min-width: 0; flex: 1; }
.admin-search button, .admin-action-card button, .admin-product-card > button, .admin-editor button, .admin-inquiry button { padding: 10px 15px; color: #fff; background: #17263f; border: 0; border-radius: 7px; font-size: 13px; font-weight: 750; cursor: pointer; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 13px; white-space: nowrap; }
.admin-table th { padding: 12px 14px; color: #627286; background: #f7f9fa; border-bottom: 1px solid #e8ecef; font-size: 12px; font-weight: 700; text-align: left; }
.admin-table td { max-width: 280px; padding: 12px 14px; color: #344458; border-bottom: 1px solid #f0f2f4; vertical-align: middle; }
.admin-table tbody tr:last-child td { border-bottom: 0; }
.admin-table td b, .admin-table td small { display: block; }
.admin-table td small { margin-top: 4px; color: #7e8b99; font-size: 11px; }
.admin-cell-truncate { overflow: hidden; text-overflow: ellipsis; }
.admin-inline-form { display: flex; gap: 5px; }
.admin-inline-form select { min-width: 76px; padding: 7px 8px; font-size: 12px; }
.admin-inline-form button { padding: 7px 10px; color: #fff; background: #26384f; border: 0; border-radius: 6px; font-size: 12px; cursor: pointer; }
.admin-section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin: 25px 0 10px; }
.admin-section-heading:first-child { margin-top: 0; }
.admin-product-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 12px; }
.admin-product-card { display: grid; gap: 10px; padding: 18px; background: #fff; border: 1px solid #e2e6ea; border-radius: 11px; }
.admin-product-code { overflow: hidden; color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .03em; text-overflow: ellipsis; white-space: nowrap; }
.admin-product-card label, .admin-action-card label, .admin-editor label, .admin-inquiry label { display: grid; gap: 6px; color: #5f7084; font-size: 12px; font-weight: 700; }
.admin-product-card input, .admin-product-card select, .admin-action-card input, .admin-action-card select, .admin-editor input, .admin-editor select, .admin-editor textarea, .admin-inquiry textarea, .admin-inquiry select, .admin-search input { width: 100%; padding: 10px 11px; color: #263548; background: #fff; border: 1px solid #d6dbe1; border-radius: 7px; font: inherit; font-size: 13px; }
.admin-form-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.admin-product-options { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding-top: 4px; }
.admin-product-options label { display: flex; align-items: center; flex-direction: row; gap: 5px; }
.admin-product-options input[type=checkbox] { width: auto; }
.admin-product-options input[type=number] { width: 55px; margin-left: auto; }
.admin-action-card { display: grid; grid-template-columns: minmax(220px,.7fr) minmax(600px,2fr); gap: 25px; align-items: center; margin-bottom: 15px; padding: 21px; background: #fff; border: 1px solid #e2e6ea; border-radius: 12px; }
.admin-action-card h2 { margin: 0; color: #17263f; font-size: 17px; }
.admin-action-card p { margin: 6px 0 0; color: #758596; font-size: 12px; line-height: 1.6; }
.admin-action-card form { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) auto; gap: 8px; align-items: end; }
.admin-alert { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; padding: 13px 15px; color: #566679; background: #edf3f8; border: 1px solid #d5e1ec; border-radius: 9px; font-size: 13px; }
.admin-alert strong, .admin-alert span { display: block; }
.admin-alert.is-warn { color: #79591d; background: #fff8e5; border-color: #ecdcae; }
.admin-positive { color: #087c58 !important; font-weight: 750; }
.admin-negative { color: #ad4339 !important; font-weight: 750; }
.admin-release-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; margin-bottom: 15px; }
.admin-release-card { padding: 24px; background: #fff; border: 1px solid #e2e6ea; border-radius: 12px; }
.admin-release-card.is-live { border-top: 3px solid #1f7a3d; }
.admin-release-card > span { color: #6f7e8f; font-size: 12px; font-weight: 750; }
.admin-release-card h2 { margin: 8px 0 20px; color: #17263f; font-size: 26px; }
.admin-release-card dl { margin: 0 0 18px; }
.admin-release-card dl div { display: grid; grid-template-columns: 80px 1fr; gap: 10px; padding: 9px 0; border-bottom: 1px solid #f0f2f4; font-size: 13px; }
.admin-release-card dt { color: #8390a0; }
.admin-release-card dd { min-width: 0; margin: 0; color: #314157; }
.admin-release-card > a { display: inline-flex; padding: 9px 12px; color: #fff; background: #17263f; border-radius: 7px; font-size: 12px; }
.admin-hash { overflow: hidden; font-family: ui-monospace, monospace; text-overflow: ellipsis; white-space: nowrap; }
.admin-release-note { padding: 22px; }
.admin-release-note code { display: block; padding: 12px; color: #314157; background: #f4f6f8; border-radius: 7px; font-size: 12px; }
.admin-release-note p { margin: 12px 0 0; color: #68798d; font-size: 12px; }
.admin-content-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.admin-editor { margin-bottom: 9px; overflow: hidden; background: #fff; border: 1px solid #e2e6ea; border-radius: 10px; }
.admin-editor summary { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 15px; color: #263548; cursor: pointer; font-size: 13px; font-weight: 700; }
.admin-editor summary span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-editor form { display: grid; gap: 9px; padding: 15px; background: #fafbfc; border-top: 1px solid #edf0f2; }
.admin-editor textarea, .admin-inquiry textarea { line-height: 1.65; resize: vertical; }
.admin-check { display: flex !important; align-items: center; justify-content: center; flex-direction: row; gap: 7px !important; padding-top: 17px; }
.admin-check input { width: auto; }
.admin-inquiry-list { display: grid; gap: 12px; }
.admin-inquiry { overflow: hidden; background: #fff; border: 1px solid #e2e6ea; border-radius: 12px; }
.admin-inquiry header { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding: 18px 20px; border-bottom: 1px solid #edf0f2; }
.admin-inquiry header span { color: var(--brand); font-size: 11px; font-weight: 800; }
.admin-inquiry h2 { margin: 5px 0 0; color: #17263f; font-size: 17px; }
.admin-inquiry header p { margin: 5px 0 0; color: #7c8998; font-size: 12px; }
.admin-inquiry-question { padding: 18px 20px; color: #445469; background: #fafbfc; font-size: 13px; line-height: 1.75; }
.admin-inquiry form { display: grid; gap: 10px; padding: 18px 20px; }
.admin-answer-actions { display: flex; justify-content: flex-end; gap: 7px; }
.admin-answer-actions select { width: 130px; }

.legal-tabs { display: flex; justify-content: center; gap: 7px; margin-bottom: 22px; }
.legal-content { max-width: 900px; min-height: 430px; margin: 0 auto; padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.legal-content h1 { margin: 0 0 24px; color: var(--navy); font-size: 28px; }
.legal-content h2 { margin: 28px 0 8px; color: var(--navy); font-size: 17px; }
.legal-content p, .legal-content li { color: #546477; font-size: 14px; }

.mypage-layout { display: grid; grid-template-columns: 220px 1fr; gap: 22px; }
.mypage-nav { align-self: start; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.mypage-nav a { display: block; padding: 10px 13px; color: #536276; border-radius: 8px; font-size: 13px; }
.mypage-nav a:hover { color: var(--navy); background: #f5f7f9; }
.mypage-nav a.is-active { color: var(--brand); background: var(--brand-soft); font-weight: 750; }
.mypage-content { min-width: 0; }
.dashboard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.dashboard-card { min-height: 150px; padding: 23px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.dashboard-card small { color: var(--muted); }
.dashboard-card strong { display: block; margin-top: 10px; color: var(--navy); font-size: 25px; }
.dashboard-card .dashboard-value-small { overflow: hidden; font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-subtext { display: block; margin-top: 7px; color: var(--brand); font-size: 12px; font-weight: 700; }
.mypage-quick-panel { margin-top: 16px; }
.profile-card { overflow: hidden; padding: 8px 28px 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.profile-row { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 18px; padding: 20px 0; border-bottom: 1px solid #edf0f2; }
.profile-row span { color: var(--muted); font-size: 13px; }
.profile-row strong { color: var(--navy); font-size: 14px; }
.profile-actions { display: flex; justify-content: flex-end; padding-top: 22px; }
.empty-panel { padding: 44px 24px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 14px; text-align: center; }
.empty-panel h2 { margin: 0 0 8px; color: var(--navy); font-size: 20px; }
.empty-panel p { margin: 0 0 20px; }
.payment-toolbar-actions { margin: 0; }
.payment-history-list { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.payment-history-item { display: grid; grid-template-columns: minmax(210px, 1.7fr) repeat(4, minmax(90px, .7fr)); gap: 18px; align-items: center; padding: 18px 20px; border-bottom: 1px solid #edf0f2; }
.payment-history-item:last-child { border-bottom: 0; }
.payment-history-item > div { min-width: 0; }
.payment-history-item span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 700; }
.payment-history-item strong { display: block; overflow: hidden; color: var(--navy); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.payment-history-product > span { color: var(--brand); }
.payment-history-product > small { display: block; overflow: hidden; margin-top: 4px; color: #97a2ae; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.payment-status { width: fit-content; padding: 5px 9px; color: #697787 !important; background: #f0f3f6; border-radius: 20px; font-size: 11px !important; }
.payment-status.is-paid { color: #26703d !important; background: #eaf6ed; }
.payment-status.is-failed, .payment-status.is-cancelled, .payment-status.is-refunded { color: #a23c32 !important; background: #fff0ee; }
.payment-status.is-partially_cancelled { color: #8a661c !important; background: #fff7dd; }

.checkout-layout { max-width: 960px; display: grid; grid-template-columns: 1fr 360px; gap: 22px; margin: 0 auto; }
.checkout-panel { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.checkout-panel h2 { margin: 0 0 20px; color: var(--navy); font-size: 20px; }
.order-line { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #edf0f2; }
.order-original strong { color: #8b97a5; text-decoration: line-through; }
.order-discount strong { color: var(--brand); }
.order-total { display: flex; justify-content: space-between; margin-top: 20px; color: var(--navy); font-size: 20px; font-weight: 800; }
.order-total strong { color: var(--price-blue); }
.checkout-note { margin: 15px 0; color: var(--muted); font-size: 12px; }
.payment-form { margin-top: 22px; }
.payment-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 0; padding: 0; border: 0; }
.payment-methods legend { width: 100%; margin-bottom: 9px; color: var(--navy); font-size: 13px; font-weight: 800; }
.payment-methods label { position: relative; display: block; cursor: pointer; }
.payment-methods input { position: absolute; opacity: 0; pointer-events: none; }
.payment-methods span { display: flex; min-height: 70px; justify-content: center; flex-direction: column; padding: 12px; background: #fff; border: 1px solid var(--line-strong); border-radius: 10px; text-align: center; transition: .15s ease; }
.payment-methods b { color: var(--navy); font-size: 13px; }
.payment-methods small { color: var(--muted); font-size: 10px; }
.payment-methods input:checked + span { background: #eef6fd; border-color: var(--price-blue); box-shadow: 0 0 0 1px var(--price-blue); }
.payment-methods input:focus-visible + span { outline: 2px solid var(--price-blue); outline-offset: 2px; }
.payment-form .form-status.is-error { color: #a43128; background: #fff0ee; border-color: #efc5bd; }
.payment-form button:disabled { cursor: not-allowed; opacity: .55; transform: none; box-shadow: none; }
.token-empty { padding: 24px; color: #7a6242; background: #fff9eb; border: 1px solid #f1dfb8; border-radius: 12px; font-size: 13px; }
.token-product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; }
.token-product-card { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.token-product-card > span { color: var(--brand); font-size: 12px; font-weight: 800; }
.token-product-card h3 { margin: 4px 0 10px; color: var(--navy); font-size: 20px; }
.token-product-card strong { display: block; margin-bottom: 19px; color: var(--price-blue); font-size: 26px; }
.token-estimate { min-height: 38px; margin: -7px 0 17px; color: #087c58; font-size: 13px; font-weight: 750; }
.inquiry-page { max-width: 980px; }
.support-inquiry-page, .support-inquiry-write { max-width: 980px; margin: 0 auto; }
.list-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.list-toolbar h2 { margin: 0; color: var(--navy); font-size: 23px; }
.list-toolbar p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.inquiry-list { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.inquiry-item { border-bottom: 1px solid #edf0f2; }
.inquiry-item:last-child { border-bottom: 0; }
.inquiry-item summary { display: grid; grid-template-columns: 80px minmax(0, 1fr) 100px 84px; gap: 14px; align-items: center; padding: 18px 20px; cursor: pointer; list-style: none; }
.inquiry-item summary::-webkit-details-marker { display: none; }
.inquiry-item summary:hover { background: #fbfcfd; }
.inquiry-item summary strong { overflow: hidden; color: var(--navy); text-overflow: ellipsis; white-space: nowrap; }
.inquiry-category { color: var(--brand); font-size: 12px; font-weight: 750; }
.inquiry-item time { color: #8b96a3; font-size: 12px; }
.inquiry-status { padding: 4px 8px; color: #647487; background: #f1f4f7; border-radius: 20px; font-size: 11px; font-weight: 700; text-align: center; }
.inquiry-status.is-answered { color: #26703d; background: #eaf6ed; }
.inquiry-detail { display: grid; gap: 15px; padding: 20px 24px; background: #f8fafb; border-top: 1px solid #edf0f2; }
.inquiry-detail b { color: var(--navy); font-size: 13px; }
.inquiry-detail p { margin: 7px 0 0; color: #526174; font-size: 13px; line-height: 1.75; }
.inquiry-answer { padding: 16px; background: #fff; border-left: 3px solid var(--brand); border-radius: 8px; }
.pagination { display: flex; justify-content: center; gap: 5px; margin-top: 24px; }
.pagination a { display: grid; width: 36px; height: 36px; place-items: center; color: #657487; background: #fff; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; }
.pagination a.is-active { color: #fff; background: var(--brand); border-color: var(--brand); }

.site-footer { color: #a9b6c6; background: #132238; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; padding-top: 52px; padding-bottom: 45px; }
.brand-footer strong { color: #fff; }
.brand-footer small { color: #7f92aa; }
.footer-brand p { max-width: 300px; margin: 18px 0 0; color: #8fa0b5; font-size: 13px; }
.footer-business { display: grid; gap: 4px; max-width: 480px; margin-top: 16px; color: #8193a9; font-size: 11px; line-height: 1.55; }
.footer-business a { width: fit-content; color: #aebccc; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-links strong { margin-bottom: 6px; color: #fff; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; padding-bottom: 20px; border-top: 1px solid #28384f; font-size: 11px; }
.footer-bottom a { color: #8fa0b5; }
.legal-company-info { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 28px; margin: 0; padding: 18px 20px; background: #f7f9fb; border: 1px solid var(--line); border-radius: 10px; }
.legal-company-info div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid #e8edf1; }
.legal-company-info div:nth-last-child(-n+2) { border-bottom: 0; }
.legal-company-info dt { color: #7b8999; font-size: 12px; }
.legal-company-info dd { margin: 0; color: #314157; font-size: 13px; font-weight: 650; }
.legal-company-info a { color: var(--brand); }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 500; max-width: 360px; padding: 13px 16px; color: #fff; background: var(--navy); border-radius: 10px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; }
.toast.is-visible { opacity: 1; transform: none; }

@media (max-width: 1023px) {
  .admin-metric-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .admin-action-card { grid-template-columns: 1fr; }
  .admin-action-card form { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .admin-stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .site-nav { position: fixed; top: 104px; left: 18px; right: 18px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 13px; border-radius: 8px; }
  .site-nav a::after { display: none; }
  .site-nav a:hover, .site-nav a.is-active { background: var(--brand-soft); }
  .site-nav .mobile-nav-account { display: block; margin-top: 6px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--brand); font-weight: 800; }
  .mobile-menu-button { width: 42px; height: 42px; display: grid; align-content: center; gap: 4px; margin-left: auto; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
  .mobile-menu-button span { display: block; height: 2px; background: var(--navy); }
  .mobile-menu-button em { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0,0,0,0); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; text-align: center; margin: 0 auto; }
  .hero-copy > p { margin: 0 auto; }
  .hero-actions, .hero-note { justify-content: center; }
  .app-window { max-width: 760px; width: 100%; margin: 0 auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid #edf0f2; }
  .detail-block { gap: 28px; padding: 28px; }
  .guide-layout { grid-template-columns: 260px 1fr; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-links:last-child { grid-column: 2 / 4; flex-direction: row; flex-wrap: wrap; align-content: start; }
  .footer-links:last-child strong { width: 100%; }
  .standalone-shell { grid-template-columns: 330px 1fr; }
  .standalone-brand-panel { padding: 42px 34px; }
  .standalone-message h1 { font-size: 34px; }
  .standalone-points { flex-direction: column; }
}

@media (max-width: 767px) {
  .admin-sidebar { transform: translateX(-100%); transition: transform .2s ease; }
  .admin-app-page.admin-menu-open .admin-sidebar { transform: none; }
  .admin-workspace { width: 100%; margin-left: 0; }
  .admin-topbar { justify-content: space-between; padding: 10px 16px; }
  .admin-mobile-menu { display: block; }
  .admin-main { padding: 22px 14px 55px; }
  .admin-metric-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .admin-dashboard-grid, .admin-release-grid, .admin-content-columns { grid-template-columns: 1fr; }
  .admin-action-card form { grid-template-columns: 1fr; }
  .admin-form-columns { grid-template-columns: 1fr; }
  .admin-console-header { align-items: flex-start; flex-direction: column; }
  .admin-console-account { width: 100%; flex-wrap: wrap; }
  .admin-console-account > span { width: 100%; }
  .admin-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body { word-break: normal; }
  .container { width: min(100% - 32px, var(--container)); }
  .notice-bar { font-size: 11px; }
  .legal-company-info { grid-template-columns: 1fr; }
  .legal-company-info div:nth-last-child(2) { border-bottom: 1px solid #e8edf1; }
  .site-header { height: 64px; }
  .header-inner { gap: 12px; }
  .brand img { width: 37px; height: 37px; }
  .brand strong { font-size: 16px; }
  .brand small { display: none; }
  .header-actions .text-link { display: none; }
  .header-actions .button { min-height: 38px; padding: 8px 12px; }
  .site-nav { top: 94px; }
  .section { padding: 65px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading p { font-size: 14px; }
  .hero { padding: 48px 0 40px; }
  .hero-grid { gap: 35px; }
  .hero-copy h1 { font-size: 36px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions, .section-actions { flex-direction: column; }
  .hero-actions .button, .section-actions .button { width: 100%; }
  .app-window { min-height: 310px; }
  .app-body { grid-template-columns: 92px 1fr; min-height: 280px; }
  .mock-browser { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 58px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid #edf0f2; text-align: left; }
  .trust-item:last-child { border-bottom: 0; }
  .video-placeholder strong { font-size: 18px; }
  .video-placeholder p { font-size: 12px; }
  .play-button { width: 58px; height: 58px; margin-bottom: 15px; }
  .steps-grid, .features-grid, .pricing-grid, .support-grid, .install-steps, .dashboard-grid, .token-product-grid { grid-template-columns: 1fr; }
  .field-action-row { grid-template-columns: 1fr; }
  .inquiry-item summary { grid-template-columns: 70px minmax(0, 1fr) 76px; }
  .inquiry-item time { display: none; }
  .step-card::after { display: none; }
  .feature-card { padding: 21px; }
  .flow-row { grid-template-columns: repeat(2, 1fr); }
  .flow-item:nth-child(2)::after { display: none; }
  .detail-block { grid-template-columns: 1fr; }
  .detail-block:nth-child(even) .detail-visual { order: initial; }
  .guide-layout { grid-template-columns: 1fr; }
  .chapter-panel { position: static; display: flex; overflow-x: auto; gap: 4px; }
  .chapter-panel a { min-width: 170px; }
  .download-platform-grid { grid-template-columns: 1fr; }
  .download-card { grid-template-columns: 1fr; padding: 25px; }
  .platform-download-card { width: 100%; gap: 18px; padding: 20px; border-radius: 16px; }
  .download-brand { align-items: flex-start; gap: 12px; }
  .download-brand img, .platform-symbol { width: 58px; height: 58px; border-radius: 14px; }
  .download-brand h2 { font-size: 21px; line-height: 1.3; overflow-wrap: anywhere; }
  .download-brand p { font-size: 13px; }
  .release-list { grid-template-columns: 1fr; }
  .platform-download-card .release-list { gap: 0; margin: 18px 0; }
  .platform-download-card .field-hint { font-size: 10px; line-height: 1.5; }
  .download-action .button { padding-right: 12px; padding-left: 12px; white-space: normal; }
  .auth-card { padding: 27px 21px; }
  .notice-row { grid-template-columns: 70px 1fr; padding: 16px; }
  .notice-date { grid-column: 2; text-align: left; }
  .article, .legal-content { padding: 25px 20px; }
  .mypage-layout, .checkout-layout { grid-template-columns: 1fr; }
  .payment-methods { grid-template-columns: 1fr; }
  .mypage-nav { display: flex; overflow-x: auto; }
  .mypage-nav a { flex: 0 0 auto; }
  .profile-row { grid-template-columns: 90px minmax(0, 1fr); }
  .payment-history-item { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
  .payment-history-product { grid-column: 1 / 3; }
  .payment-history-item > div:last-child { grid-column: 1 / 3; }
  .payment-toolbar-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-links:last-child { grid-column: 1 / 3; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .page-tabs .container { width: 100%; }
  .page-tabs a { min-width: 0; flex: 1; padding-right: 10px; padding-left: 10px; }
  .standalone-shell { display: block; }
  .standalone-brand-panel { min-height: 175px; padding: 25px 24px 30px; }
  .standalone-brand img { width: 40px; height: 40px; }
  .standalone-message { margin: 25px 0 0; padding: 0; }
  .standalone-message h1 { margin: 8px 0 5px; font-size: 25px; }
  .standalone-message p { display: none; }
  .standalone-points { display: none; }
  .standalone-form-panel { min-height: calc(100vh - 175px); align-items: flex-start; padding: 48px 16px 62px; }
  .standalone-home-link { top: 16px; right: 18px; }
  .standalone-form-wrap { padding: 27px 21px; }
  .standalone-copyright { right: 16px; bottom: 18px; left: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
