:root {
  --bg: #f5f1e8;
  --paper: #fffdf8;
  --ink: #27251f;
  --muted: #69645b;
  --line: #ded6c8;
  --accent: #183f38;
  --accent-soft: #e3eee9;
  --research: #8b5d18;
  --research-soft: #fff0ce;
  --held: #6f5967;
  --held-soft: #eee8ec;
  --danger: #9e2e2e;
  --shadow: 0 16px 45px rgba(50, 43, 30, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at top left, #fbf7ed 0, var(--bg) 48%, #eee8da 100%);
  font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
  line-height: 1.65;
}
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.topbar {
  min-height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.brand { font-size: 1.2rem; font-weight: 800; letter-spacing: -0.04em; }
.beta-mark { color: var(--muted); font-size: 0.9rem; }
.page-shell { width: min(1040px, calc(100% - 28px)); margin: 0 auto 80px; }
.hero { padding: 72px 10px 38px; }
.eyebrow { color: var(--accent); font-weight: 800; margin: 0 0 10px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, h4, h5, h6 { word-break: keep-all; overflow-wrap: break-word; }
h1 { font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1.13; letter-spacing: -0.055em; max-width: 820px; margin-bottom: 20px; }
h2 { margin: 8px 0 0; font-size: clamp(1.35rem, 3vw, 2rem); letter-spacing: -0.035em; }
h3 { letter-spacing: -0.025em; }
.hero > p:last-child { max-width: 760px; color: var(--muted); font-size: 1.05rem; }

.panel {
  background: rgba(255, 253, 248, 0.97);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: clamp(22px, 4vw, 38px);
  margin-bottom: 22px;
  box-shadow: var(--shadow);
}
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 26px; }
.section-heading > p { color: var(--muted); max-width: 430px; text-align: right; }
.status-badge { display: inline-flex; padding: 5px 10px; border-radius: 999px; font-size: 0.78rem; font-weight: 800; }
.status-badge.confirmed { background: var(--accent-soft); color: var(--accent); }
.status-badge.research { background: var(--research-soft); color: var(--research); }
.status-badge.held { background: var(--held-soft); color: var(--held); }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
label > span, legend { display: block; font-weight: 750; margin-bottom: 8px; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
input[type="date"], input[type="time"], textarea {
  width: 100%;
  border: 1px solid #cfc6b6;
  border-radius: 14px;
  background: white;
  padding: 13px 14px;
  color: var(--ink);
}
textarea { resize: vertical; }
input:focus, textarea:focus { outline: 3px solid rgba(24, 63, 56, 0.15); border-color: var(--accent); }
.choice { display: inline-flex; align-items: center; gap: 7px; margin: 5px 16px 5px 0; font-weight: 500; }
.field-note { font-size: 0.86rem; color: var(--muted); margin: 8px 0 0; }
.boundary-box, .notice-box { margin-top: 24px; padding: 18px; border-radius: 16px; background: #f7f2e8; border: 1px solid var(--line); }
.notice-box strong { display: block; margin-bottom: 6px; }
.notice-box p { margin-bottom: 0; color: var(--muted); }
.primary-button { border: 0; border-radius: 15px; padding: 15px 22px; color: white; background: var(--accent); font-weight: 800; margin-top: 24px; min-width: 200px; }
.primary-button:hover { filter: brightness(1.08); }
.form-error { color: var(--danger); margin: 12px 0 0; min-height: 1.5em; font-weight: 700; }
.loading { display: flex; align-items: center; gap: 14px; }
.loading p { margin: 0; }
.spinner { width: 26px; height: 26px; border: 3px solid var(--line); border-top-color: var(--accent); border-radius: 50%; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pillar-card { border: 1px solid var(--line); border-radius: 18px; padding: 18px 12px; text-align: center; background: white; }
.pillar-card .location { color: var(--muted); font-size: 0.82rem; }
.pillar-card strong { display: block; font-size: 1.7rem; margin: 6px 0 2px; }
.pillar-card small { color: var(--muted); }
.result-summary { margin: 22px 0 0; padding: 16px 18px; background: var(--accent-soft); border-radius: 16px; }

.timeline { display: grid; gap: 14px; }
.timeline-card { border: 1px solid var(--line); border-radius: 20px; padding: 20px; background: white; }
.timeline-card.current { border-color: var(--accent); box-shadow: inset 4px 0 0 var(--accent); }
.timeline-head { display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.year-label { font-size: 1.25rem; font-weight: 850; }
.cycle-label { color: var(--muted); font-size: 0.9rem; }
.topic-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0; }
.topic-chip { padding: 6px 10px; border-radius: 999px; background: #f3eee4; font-size: 0.85rem; }
.timeline-note { color: var(--muted); margin: 0; }
.pressure-note { margin-top: 14px; padding: 13px 14px; border-radius: 14px; background: var(--research-soft); border: 1px solid #efd392; }
.pressure-note strong { color: var(--research); }
.pressure-note p { margin: 4px 0 0; }
.daewoon-note { font-size: 0.86rem; color: var(--muted); margin-top: 10px; }

.role-summary { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.role-theme-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 12px; margin-top: 15px; }
.role-theme { padding: 16px; border-radius: 16px; background: #f6f1e7; }
.role-theme h3 { margin-bottom: 8px; }
.role-theme ul { margin: 0; padding-left: 20px; }
.occupation-box { margin-top: 16px; padding: 16px; border-radius: 16px; background: var(--accent-soft); }
.occupation-box ul { columns: 2; padding-left: 20px; }
.held-message { padding: 18px; background: var(--held-soft); border-radius: 16px; }
.disclosure ul { margin-bottom: 0; }

.survey-panel fieldset, .survey-panel > form > label { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); }
.survey-questions { display: grid; gap: 0; }
.score-row { padding: 18px 0; border-bottom: 1px solid var(--line); }
.score-row p { font-weight: 750; margin-bottom: 9px; }
.score-options { display: flex; flex-wrap: wrap; gap: 8px; }
.score-options label { padding: 7px 10px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.checkbox-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.checkbox-grid label { padding: 7px 10px; border: 1px solid var(--line); border-radius: 12px; }
.survey-message { margin-top: 13px; font-weight: 750; }
.export-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.export-links a { color: var(--accent); font-weight: 750; }

@media (max-width: 720px) {
  .topbar { padding: 0 16px; }
  .beta-mark { font-size: 0.74rem; }
  .hero { padding-top: 48px; }
  .form-grid { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .section-heading > p { text-align: left; margin-top: 10px; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-head { align-items: flex-start; flex-direction: column; }
  .occupation-box ul { columns: 1; }
}

/* V4.28: HTML hidden must override component display rules. */
[hidden] { display: none !important; }

.status-badge.current { background: #dceee9; color: #104e43; }
.current-focus { border-color: #b6d4cd; }
.current-title { margin-bottom: 20px; }
.current-title > span { color: var(--accent); font-weight: 850; }
.current-title h3 { font-size: 1.55rem; margin: 8px 0 0; }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.detail-section { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.detail-section h4 { margin: 0 0 8px; font-size: 1rem; }
.detail-section p { margin: 0; line-height: 1.72; color: #514b42; }
.coverage-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 20px; }
.coverage-summary > div { padding: 16px; border-radius: 16px; background: #f6f1e7; }
.coverage-summary strong, .coverage-summary span { display: block; }
.coverage-summary span { color: var(--muted); margin-top: 5px; }
.lifetime-bands { display: grid; gap: 12px; }
.life-band { border: 1px solid var(--line); border-radius: 20px; background: white; overflow: clip; }
.life-band > summary { list-style: none; cursor: pointer; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.life-band > summary::-webkit-details-marker { display: none; }
.life-band > summary > div { display: grid; gap: 5px; }
.life-band > summary strong { font-size: 1.12rem; }
.life-band > summary small { color: var(--muted); }
.age-label { color: var(--accent); font-weight: 900; }
.band-state { flex: 0 0 auto; font-size: 0.8rem; font-weight: 850; border-radius: 999px; padding: 7px 10px; }
.band-state.ready { color: var(--accent); background: var(--accent-soft); }
.band-state.locked { color: var(--held); background: var(--held-soft); }
.life-band[open] > summary { border-bottom: 1px solid var(--line); background: #fbf8f1; }
.band-body { padding: 22px; }
.band-body > h3 { font-size: 1.4rem; margin-bottom: 18px; }
.life-band.locked { opacity: 0.86; }
.locked-box { padding: 18px; border-radius: 16px; background: var(--held-soft); border: 1px solid #ded7d0; }
.locked-box p { margin-bottom: 8px; }
.year-details, .evidence-details { margin-top: 16px; border: 1px solid var(--line); border-radius: 16px; background: #faf7f0; }
.year-details > summary, .evidence-details > summary { cursor: pointer; padding: 14px 16px; font-weight: 850; }
.annual-list { display: grid; gap: 10px; padding: 0 14px 14px; }
.annual-item { padding: 16px; border-radius: 14px; background: white; border: 1px solid var(--line); }
.annual-item h5 { margin: 10px 0 6px; font-size: 1rem; }
.annual-item p { color: var(--muted); line-height: 1.65; margin-bottom: 8px; }
.annual-item small { color: var(--muted); }
.annual-head { display: flex; justify-content: space-between; gap: 12px; }
.annual-head span { color: var(--muted); }
.evidence-details pre { white-space: pre-wrap; word-break: break-word; font-size: 0.78rem; line-height: 1.5; margin: 0; padding: 0 16px 16px; }

@media (max-width: 720px) {
  .detail-grid, .coverage-summary { grid-template-columns: 1fr; }
  .life-band > summary { align-items: flex-start; }
  .annual-head { flex-direction: column; }
}

/* V4.30: easy-reading career, money and relationship story cards. */
.story-heading {
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef6f2, #fbf6e9);
  border: 1px solid #cddfd8;
  margin-bottom: 16px;
}
.story-heading > span { color: var(--accent); font-size: 0.82rem; font-weight: 850; }
.story-heading h3 { margin: 8px 0 8px; font-size: clamp(1.3rem, 3vw, 1.75rem); line-height: 1.32; }
.story-heading p { margin: 0; color: #4f4a42; line-height: 1.7; }
.current-story { background: linear-gradient(135deg, #e7f4ef, #fff8e7); }
.story-opening {
  margin: 0 0 18px;
  padding: 0 4px;
  font-size: 1.03rem;
  line-height: 1.82;
  color: #4e483f;
}
.fortune-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.fortune-section { position: relative; padding: 19px; border: 1px solid var(--line); border-radius: 18px; background: white; overflow: hidden; }
.fortune-section::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: #c6d9d3; }
.fortune-section.money::before { background: #d3b165; }
.fortune-section.relationship::before { background: #bca7ce; }
.fortune-section.pressure::before { background: #cc8a75; }
.fortune-section.opportunity::before { background: #7ea889; }
.fortune-section h4 { margin: 0 0 10px; font-size: 1.02rem; }
.fortune-section p { margin: 0; line-height: 1.76; color: #4f4941; }
.fortune-section.opportunity { grid-column: 1 / -1; background: #f3f7ef; }
.year-details-note { margin: 0; padding: 0 16px 14px; color: var(--muted); font-size: 0.88rem; line-height: 1.55; }
.annual-item { padding: 20px; }
.annual-head > div { display: grid; gap: 5px; }
.annual-head strong { font-size: 1.08rem; }
.annual-head small { color: var(--muted); }
.transition-chip { align-self: flex-start; padding: 6px 9px; border-radius: 999px; background: #f5e6bd; color: #7b5715 !important; font-size: 0.78rem; font-weight: 850; }
.annual-item h5 { font-size: 1.15rem; margin: 16px 0 7px; }
.annual-one-line { margin: 0 0 14px !important; color: #39352f !important; font-weight: 650; }
.annual-fortune-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.annual-fortune-grid section { padding: 14px; border-radius: 14px; background: #f8f5ef; }
.annual-fortune-grid h6 { margin: 0 0 7px; font-size: 0.9rem; }
.annual-fortune-grid p { margin: 0; line-height: 1.65; color: #565047; }
.annual-tip { margin-top: 12px; padding: 14px 16px; border-radius: 14px; background: var(--accent-soft); }
.annual-tip strong { display: block; margin-bottom: 5px; color: var(--accent); }
.annual-tip p { margin: 0; color: #3f4d47; }
.annual-evidence { margin-top: 10px; }
.annual-evidence > summary { cursor: pointer; color: var(--muted); font-size: 0.82rem; }
.annual-evidence p { margin: 7px 0 0; color: var(--muted); font-size: 0.8rem; }
.evidence-list { padding: 0 16px 16px; display: grid; gap: 8px; }
.evidence-list > div { display: grid; grid-template-columns: 145px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid #e5ded2; }
.evidence-list strong { font-size: 0.88rem; }
.evidence-list span { color: var(--muted); line-height: 1.55; }
.evidence-list p { margin: 5px 0 0; color: var(--muted); line-height: 1.65; }
.role-summary > .story-heading { margin-bottom: 14px; }
.role-theme { background: #f8f4ea; border: 1px solid var(--line); }
.role-theme > p { color: #514b42; line-height: 1.65; }
.field-chip-grid { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.field-chip-grid span { padding: 8px 11px; border-radius: 999px; background: white; border: 1px solid #c8d9d3; font-size: 0.88rem; }
.pressure-note small { display: block; margin-top: 7px; color: #7b633b; }

@media (max-width: 720px) {
  .fortune-grid, .annual-fortune-grid { grid-template-columns: 1fr; }
  .fortune-section.opportunity { grid-column: auto; }
  .evidence-list > div { grid-template-columns: 1fr; gap: 4px; }
}


.inline-feedback { margin-top: 16px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fffdf8; }
.inline-feedback > strong { display: inline-block; margin-bottom: 4px; color: var(--ink); }
.inline-feedback > p { margin: 0 0 10px; color: var(--muted); }
.inline-feedback-options { display: flex; flex-wrap: wrap; gap: 8px; }
.inline-feedback-options button { border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 999px; padding: 8px 12px; cursor: pointer; font: inherit; }
.inline-feedback-options button:hover, .inline-feedback-options button.selected { border-color: var(--accent); background: var(--accent-soft); }
.inline-feedback-status { display: block; min-height: 1.25em; margin-top: 8px; color: var(--accent); }

/* V4.39: varied fortune chapters and story-first annual cards. */
.fortune-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.fortune-chip-row span { padding: 7px 11px; border: 1px solid #c9d9d3; border-radius: 999px; background: rgba(255,255,255,0.78); color: var(--accent); font-size: 0.84rem; font-weight: 800; }
.fortune-chapter-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 16px; }
.fortune-chapter { position: relative; padding: 20px; border: 1px solid var(--line); border-radius: 19px; background: #fff; overflow: hidden; }
.fortune-chapter::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: #7aa494; }
.fortune-tone-1::before { background: #d0a758; }
.fortune-tone-2::before { background: #a992bd; }
.fortune-tone-3::before { background: #c67f6c; }
.fortune-tone-4::before { background: #7e9bb6; }
.fortune-label { display: inline-block; margin-bottom: 9px; color: var(--accent); font-size: 0.82rem; font-weight: 900; }
.fortune-chapter h4 { margin: 0 0 10px; font-size: 1.08rem; line-height: 1.45; }
.fortune-chapter p { margin: 0; color: #514b42; line-height: 1.78; }
.annual-story-opening { margin: 8px 0 16px !important; color: #48423a !important; line-height: 1.75 !important; }
.annual-focus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.annual-focus-grid section { padding: 15px; border-radius: 15px; background: #f8f5ef; }
.annual-focus-grid span { display: block; margin-bottom: 7px; color: var(--accent); font-size: 0.78rem; font-weight: 850; }
.annual-focus-grid h6 { margin: 0 0 8px; font-size: 0.95rem; line-height: 1.45; }
.annual-focus-grid p { margin: 0; color: #575047; line-height: 1.65; }
#display-name + .field-note { display: block; margin-top: 7px; }

@media (max-width: 820px) {
  .fortune-chapter-grid, .annual-focus-grid { grid-template-columns: 1fr; }
}

/* V4.39: explain why fortunes change and distinguish core/supporting themes. */
input[type="text"] {
  width: 100%;
  border: 1px solid #cfc6b6;
  border-radius: 14px;
  background: white;
  padding: 13px 14px;
  color: var(--ink);
}

.flow-guide-panel { border-color: #c9dcd6; }
.flow-layer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.flow-layer-grid article { position: relative; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fbf8f1; }
.flow-layer-grid article > span { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--accent); color: white; font-weight: 900; margin-bottom: 12px; }
.flow-layer-grid strong { display: block; margin-bottom: 8px; }
.flow-layer-grid p { margin: 0; color: var(--muted); line-height: 1.68; }
.flow-guide-note { margin: 16px 0 0; padding: 16px 18px; border-radius: 16px; background: var(--accent-soft); line-height: 1.72; }

.fortune-chip-row span.core { background: var(--accent); color: white; border-color: var(--accent); }
.fortune-chip-row span.supporting { background: white; }
.fortune-label-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 9px; }
.core-badge, .support-badge { font-size: 0.72rem; font-weight: 850; border-radius: 999px; padding: 4px 8px; }
.core-badge { background: var(--accent); color: white; }
.support-badge { background: #f1ece2; color: var(--muted); }
.fortune-chapter.core-fortune { border-width: 2px; border-color: #8eb7ac; background: #f9fcfb; }

.flow-reason-box { margin: 16px 0; padding: 18px; border: 1px solid #cbded8; border-radius: 18px; background: #f7fbf9; }
.flow-reason-box > h4 { margin: 0 0 14px; font-size: 1.08rem; }
.flow-reason-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.flow-reason-grid > div { padding: 14px; border-radius: 14px; background: white; border: 1px solid #dbe6e2; }
.flow-reason-grid strong { display: block; margin-bottom: 6px; color: var(--accent); }
.flow-reason-grid p { margin: 0; color: #555047; line-height: 1.65; }
.flow-change-chips { margin-top: 12px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.flow-change-chips > div { padding: 12px 14px; border-radius: 14px; background: #f5f0e6; }
.flow-change-chips strong, .flow-change-chips span { display: block; }
.flow-change-chips span { margin-top: 5px; color: var(--muted); }

.phase-story { margin: 16px 0; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fffdf8; }
.phase-title span { color: var(--accent); font-size: 0.8rem; font-weight: 850; }
.phase-title h4 { margin: 5px 0 14px; }
.phase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.phase-grid article { padding: 15px; border-radius: 15px; background: #f7f2e8; }
.phase-grid article > span { display: inline-block; color: var(--accent); font-weight: 900; margin-right: 7px; }
.phase-grid article > strong { font-size: 0.86rem; }
.phase-grid p { margin: 8px 0 0; color: var(--muted); line-height: 1.65; }

.phase-chip { align-self: flex-start; border-radius: 999px; padding: 6px 9px; background: #f2ede4; color: var(--muted); font-size: 0.76rem; font-weight: 800; }
.annual-why { margin: 10px 0 13px; padding: 13px 14px; border-radius: 14px; background: #eef6f2; border-left: 4px solid var(--accent); }
.annual-why strong { display: block; margin-bottom: 4px; }
.annual-why p { margin: 0; color: #555047; }
.annual-focus-grid section.core { border: 2px solid #91b8ae; background: #f8fcfa; }
.annual-focus-grid section > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.annual-focus-grid section b { font-size: 0.7rem; border-radius: 999px; padding: 3px 7px; background: var(--accent); color: white; }

@media (max-width: 720px) {
  .flow-layer-grid, .flow-reason-grid, .flow-change-chips, .phase-grid { grid-template-columns: 1fr; }
}


/* V4.41 public beta shell. */
.brand a { color: inherit; text-decoration: none; }
.service-nav { display: flex; align-items: center; justify-content: center; gap: 8px; flex: 1; margin: 0 20px; }
.service-nav-link { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 800; padding: 8px 12px; border-radius: 999px; white-space: nowrap; }
.service-nav-link:hover, .service-nav-link:focus-visible { background: #f1ece2; color: var(--ink); }
.service-nav-link.active { background: var(--accent); color: #fff; }
.public-footer { width: min(1040px, calc(100% - 28px)); margin: -40px auto 48px; color: var(--muted); text-align: center; font-size: 0.88rem; }
.public-footer p { margin: 0; }
@media (max-width: 820px) {
  .topbar { position: static; flex-wrap: wrap; gap: 8px; padding-top: 10px; padding-bottom: 10px; }
  .service-nav { order: 3; flex-basis: 100%; margin: 0; justify-content: flex-start; overflow-x: auto; }
  .beta-mark { margin-left: auto; }
}
