:root {
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Kaku Gothic ProN",
    sans-serif;
  color: #24384b;
  background: #f8fafb;
  font-synthesis: none;
  font-size: 14px;
  line-height: 1.8;
  --navy: #193c57;
  --blue: #315f86;
  --lime: #d3ee9a;
  --border: #dde5e9;
  --muted: #75818b;
  --radius: 14px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 0 15px;
}
h1,
h2,
h3 {
  line-height: 1.5;
  margin: 0 0 16px;
  letter-spacing: 0.015em;
}
h1 {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0.045em;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 16px;
}
small,
.small {
  font-size: 12px;
}
button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #689ec3;
  outline-offset: 3px;
}
svg {
  vertical-align: middle;
  flex-shrink: 0;
}
.muted {
  color: #647887;
}
.preline {
  white-space: pre-wrap;
}
.mobile {
  display: none;
}
.push {
  margin-left: auto;
}
.demo-banner {
  background: #eaf2da;
  color: #4b5b31;
  font-size: 11px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 22px;
}
.demo-banner a {
  margin-left: 25px;
  text-decoration: underline;
  white-space: nowrap;
}
.dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #719649;
  flex-shrink: 0;
}
.header {
  height: 88px;
  background: white;
  border-bottom: 1px solid var(--border);
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand {
  display: flex;
  align-items: center;
  font-family: Georgia, serif;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 28px;
  gap: 5px;
  color: var(--navy);
  white-space: nowrap;
}
.brand > span:not(.brand-icon) {
  font-weight: 400;
}
.brand-icon {
  background: var(--navy);
  color: var(--lime);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-right: 7px;
}
.brand small {
  font-family: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0;
  margin-left: 20px;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  font-weight: 600;
}
.header nav a.active {
  color: var(--blue);
}
.header nav a:not(.button):hover {
  color: #5981a0;
}
.account-link {
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.icon-button {
  background: none;
  border: 0;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  border-radius: 6px;
}
.icon-button:hover {
  background: #edf2f5;
}
.page {
  max-width: 1230px;
  padding: 44px 35px 76px;
  margin: 0 auto;
  min-height: 60vh;
}
.narrow {
  max-width: 810px;
}
.wide-form {
  max-width: 960px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.19em;
  font-weight: 700;
  color: #54718a;
  display: block;
  margin-bottom: 16px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 13px 22px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  min-height: 47px;
  line-height: 1.5;
  border: 1px solid transparent;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover:not(:disabled) {
  transform: translateY(-1px);
}
.button.primary,
.button.dark {
  background: var(--navy);
  color: white;
}
.button.primary:hover,
.button.dark:hover {
  background: #285778;
}
.button.outline {
  background: white;
  color: var(--navy);
  border-color: #cad6de;
}
.button.outline:hover {
  background: #edf3f7;
}
.small-button {
  padding: 10px 15px;
  min-height: 40px;
  font-size: 12px;
}
.full {
  width: 100%;
}
.text-button {
  border: 0;
  background: none;
  padding: 6px 0;
  color: #376687;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.text-button:hover {
  color: var(--navy);
}
.button-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.danger {
  color: #a34e43 !important;
}
.back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b7e8d;
  font-size: 12px;
  margin-bottom: 26px;
}
.back:hover {
  color: var(--navy);
}
.intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 225px;
  padding: 7px 22px 36px 0;
}
.intro h1 {
  font-size: 38px;
  letter-spacing: 0.065em;
  line-height: 1.5;
  margin-bottom: 18px;
}
.intro p {
  font-size: 13px;
  line-height: 2;
  color: #6a7d8c;
  margin: 0;
}
.intro .eyebrow {
  font-size: 10px;
  margin-bottom: 16px;
}
.intro-art {
  position: relative;
  width: 345px;
  height: 215px;
  margin-right: 38px;
  border-radius: 110px;
  background: #eef2e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.art-clock {
  height: 165px;
  width: 165px;
  border: 1px solid #99afa5;
  border-radius: 50%;
  background: #fcfdf9;
  position: relative;
  box-shadow: 12px 12px 0 #dce7d7;
}
.art-clock i,
.art-clock b,
.art-clock em {
  font-family: Georgia, serif;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #8b9f96;
}
.art-clock i {
  left: 74px;
  top: 7px;
}
.art-clock b {
  right: 11px;
  top: 67px;
}
.art-clock em {
  left: 78px;
  bottom: 6px;
}
.clock-hand {
  height: 2px;
  background: var(--navy);
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 0 50%;
}
.clock-hand.a {
  width: 47px;
  transform: rotate(8deg);
}
.clock-hand.b {
  width: 56px;
  transform: rotate(-90deg);
}
.clock-center {
  width: 7px;
  height: 7px;
  background: var(--navy);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
}
.art-card {
  position: absolute;
  bottom: 15px;
  left: -15px;
  transform: rotate(-5deg);
  border: 1px solid #cedacf;
  background: white;
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  box-shadow: 0 8px 15px #17394e08;
}
.art-star {
  position: absolute;
  right: 27px;
  top: 14px;
  font-size: 35px;
  font-weight: 400;
  color: #708976;
}
.segment-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 7px 0 35px;
}
.segment-tabs button {
  background: white;
  border: 1px solid var(--border);
  border-radius: 9px;
  display: flex;
  text-align: left;
  align-items: center;
  gap: 17px;
  padding: 18px 25px;
  color: #8392a0;
  transition: 0.15s;
}
.segment-tabs button > span {
  font-size: 16px;
  font-weight: 600;
  flex: 1;
}
.segment-tabs small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  margin-top: 3px;
  color: inherit;
  opacity: 0.8;
}
.segment-tabs button.active {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
  box-shadow: 0 5px 12px #1d3c5812;
}
.segment-tabs button.active.student {
  background: #3d6358;
  border-color: #3d6358;
}
.search-layout {
  display: grid;
  grid-template-columns: 235px 1fr;
  gap: 30px;
  align-items: start;
}
.filter-panel {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 19px;
}
.filter-panel h3 {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e8edf1;
  margin-bottom: 20px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 19px;
  min-width: 0;
  font-size: 13px;
}
.field > span {
  font-weight: 600;
}
.field small {
  color: var(--muted);
  font-weight: 400;
  line-height: 1.6;
}
.field input,
.field select,
.field textarea,
input[type="time"],
input[type="date"],
input[type="datetime-local"],
.slot-row select {
  padding: 11px 12px;
  border: 1px solid #ced9df;
  border-radius: 6px;
  background: #fff;
  color: #304959;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  outline-offset: 2px;
  font-size: 13px;
}
input::placeholder,
textarea::placeholder {
  color: #96a3ad;
}
textarea {
  resize: vertical;
  min-height: 92px;
  line-height: 1.7;
}
select {
  cursor: pointer;
}
.filter-panel .field {
  margin-bottom: 23px;
  font-size: 12px;
}
.filter-panel .field input,
.filter-panel .field select {
  font-size: 11px;
  padding: 10px 9px;
}
.days {
  display: flex;
  gap: 4px;
}
.days button {
  background: white;
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 5px 0;
  flex: 1;
  color: #677985;
  font-size: 11px;
}
.days button.selected {
  background: #e9f0f6;
  border-color: #698da8;
  color: var(--navy);
  font-weight: 700;
}
.time-range {
  display: flex;
  gap: 4px;
  align-items: center;
}
.time-range input {
  width: 50%;
  padding: 8px 4px !important;
  font-size: 10px !important;
}
.filter-note {
  margin: 21px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 10px;
  line-height: 1.9;
  color: #82909b;
}
.results-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 19px;
  min-height: 29px;
}
.results-heading h2 {
  font-size: 16px;
  margin: 0;
  flex: 1;
}
.results-heading > span {
  font-size: 12px;
  color: #728390;
}
.results-heading strong {
  color: var(--navy);
  font-size: 20px;
  margin-right: 3px;
}
.filter-toggle {
  display: none;
}
.job-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.job-card {
  display: block;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: white;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
  min-width: 0;
}
.job-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px #24425810;
  border-color: #b8cad6;
}
.job-card-art {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  padding: 17px 20px;
}
.card-segment {
  position: relative;
  z-index: 1;
  font-size: 9px;
  padding: 4px 9px;
  border-radius: 4px;
  background: #ffffffbc;
  color: #536b78;
  display: inline-block;
  letter-spacing: 0.02em;
}
.salon-mark {
  position: absolute;
  left: 25px;
  bottom: 25px;
  font-size: 20px;
  font-family: Georgia, "Noto Sans JP", serif;
  letter-spacing: 0.1em;
  color: #486370;
  z-index: 1;
}
.salon-mark small {
  display: block;
  font-size: 7px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.18em;
  margin-top: 3px;
}
.art-tool {
  position: absolute;
  right: 27px;
  bottom: 27px;
  opacity: 0.35;
  color: #486370;
  transform: rotate(-15deg);
}
.card-art-line {
  position: absolute;
  border: 1px solid #9bb5b041;
  width: 135px;
  height: 210px;
  border-radius: 90px 90px 0 0;
  right: 2px;
  top: 24px;
  transform: rotate(20deg);
}
.job-card-body {
  padding: 13px 14px 15px;
  display: grid;
  gap: 8px;
}
.card-heading {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.card-heading .recruitment-badge {
  flex-shrink: 0;
  margin: 0;
  padding: 2px 6px;
  font-size: 10px;
}
.job-card .card-salon-name {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  color: #24435c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.location {
  font-size: 10px;
  color: #71828d;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 11px;
}
.job-card .location {
  margin: 0;
  font-size: 11px;
}
.job-card .location svg {
  flex-shrink: 0;
}
.tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.tags span {
  font-size: 9px;
  background: #f1f4f6;
  color: #677c89;
  border-radius: 4px;
  padding: 3px 7px;
  white-space: nowrap;
}
.tags.large {
  margin: 20px 0;
}
.tags.large span {
  padding: 5px 12px;
  font-size: 12px;
}
.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  color: #5d7282;
  font-size: 11px;
}
.card-bottom strong {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #234764;
  letter-spacing: -0.02em;
  margin: 0 1px;
}
.round-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #edf2f6;
  color: #51758e;
  display: grid;
  place-items: center;
}
.reassurance {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 25px 15px;
  border-top: 1px solid var(--border);
  margin-top: 30px;
  color: #577182;
}
.reassurance strong {
  font-size: 12px;
}
.reassurance p {
  font-size: 10px;
  color: #7d8c97;
  margin: 3px 0 0;
}
.paper {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 29px;
  margin: 0 0 23px;
}
.paper h2 {
  font-size: 20px;
}
.paper h3 {
  margin-top: 20px;
}
.paper h3:first-child {
  margin-top: 0;
}
.paper > p:last-child {
  margin-bottom: 0;
}
.paper h3 svg,
.paper h2 svg {
  margin-right: 5px;
}
.paper details {
  margin-top: 15px;
}
summary {
  cursor: pointer;
  font-weight: 600;
  padding: 6px 0;
}
details[open] > summary {
  margin-bottom: 17px;
}
details.paper > summary {
  padding: 0;
}
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
}
.detail-hero {
  border-radius: var(--radius);
  padding: 36px 37px;
}
.detail-hero h1 {
  font-size: 30px;
  max-width: 600px;
}
.detail-hero p {
  font-size: 13px;
  line-height: 2;
}
.detail-hero .location {
  margin-bottom: 0;
}
.detail-stats {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 1fr));
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin: 23px 0;
  padding: 21px 10px;
}
.detail-stats > div {
  padding: 0 22px;
  border-right: 1px solid var(--border);
}
.detail-stats > div:last-child {
  border: 0;
}
.detail-stats small {
  font-size: 10px;
  color: #738793;
}
.detail-stats strong {
  display: block;
  font-size: 24px;
  color: var(--navy);
}
.detail-stats strong small {
  margin-left: 5px;
}
.detail-stats strong.detail-wage {
  font-size: clamp(16px, 1.9vw, 22px);
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}
.sticky {
  position: sticky;
  top: 24px;
}
.apply-aside .paper {
  padding: 27px;
}
.apply-aside h2 {
  font-size: 20px;
  line-height: 1.7;
}
.apply-aside p {
  font-size: 12px;
  line-height: 1.9;
}
.check-list {
  list-style: none;
  margin: 23px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 10px;
  color: #587487;
}
.check-list svg {
  margin-right: 6px;
  color: #7f9860;
}
dl {
  font-size: 13px;
  margin: 18px 0;
}
dt {
  color: #73838e;
  font-size: 12px;
}
dd {
  margin: 0 0 13px;
}
.conditions > div {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #ebeff2;
}
.conditions dd {
  margin: 0;
}
.conditions dd p {
  margin: 0;
}
.slot-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.slot-list li {
  display: flex;
  gap: 19px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #edf1f3;
}
.slot-list b {
  background: #f0f4f7;
  padding: 4px 9px;
  border-radius: 4px;
  font-size: 12px;
}
.slot-list small {
  color: #7a8c97;
  margin-left: auto;
}
.auth-page {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 50px;
  align-items: start;
  max-width: 1100px;
  padding-top: 70px;
}
.auth-copy {
  padding-top: 35px;
}
.auth-copy h1 {
  font-size: 34px;
  line-height: 1.7;
}
.auth-copy p {
  font-size: 13px;
  color: #768895;
  line-height: 2;
}
.auth-steps {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #8eaa86;
  font-size: 12px;
}
.auth-steps b {
  margin-left: 20px;
  color: #526d7d;
  font-weight: 500;
}
.auth-card {
  padding: 32px;
}
.auth-card h2 {
  margin-bottom: 28px;
}
.demo-accounts {
  border-top: 1px solid var(--border);
  margin-top: 25px;
  padding-top: 9px;
}
.demo-accounts h3 {
  font-size: 13px;
}
.demo-accounts button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 12px 13px;
  font-size: 11px;
  background: #f5f8f8;
  border: 1px solid #e1e9e9;
  border-radius: 5px;
  color: #567080;
  margin: 8px 0;
}
.demo-accounts button:hover {
  background: #eaf2f1;
}
.notice {
  padding: 15px 18px;
  border-radius: 8px;
  background: #eef3f7;
  border: 1px solid #d7e2eb;
  margin: 0 0 22px;
  font-size: 12px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.notice.error {
  background: #fff4ef;
  border-color: #edddd2;
  color: #965d48;
}
.notice.success {
  background: #edf5e6;
  border-color: #dceacb;
  color: #507047;
}
.notice p:last-child {
  margin: 0;
}
.notice ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.steps {
  display: flex;
  gap: 12px;
  font-size: 11px;
  justify-content: center;
  margin-bottom: 37px;
}
.steps span {
  color: #93a0a9;
  padding: 7px 13px;
  border-bottom: 2px solid #e1e7eb;
}
.steps span.active {
  color: var(--navy);
  border-color: var(--navy);
  font-weight: 700;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.check {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  cursor: pointer;
  margin: 13px 0;
  font-size: 12px;
}
.check input {
  margin-top: 5px;
  accent-color: var(--navy);
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.slot-editor {
  border: 1px solid #e3e9ed;
  background: #fbfcfc;
  border-radius: 8px;
  padding: 14px;
  margin-bottom: 25px;
}
.slot-row {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.slot-row input[type="time"] {
  width: 105px;
  flex: 1;
  padding: 8px 9px;
  font-size: 12px;
}
.slot-row select {
  width: auto;
  max-width: 140px;
  font-size: 11px;
  padding: 8px;
}
.slot-row .check {
  font-size: 10px;
  margin: 0;
}
.slot-row .icon-button {
  font-size: 21px;
}
.slot-editor .text-button {
  font-size: 11px;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 28px;
}
.page-heading h1 {
  margin: 0 0 10px;
}
.page-heading p {
  color: #738591;
  font-size: 12px;
  margin: 0;
}
.application-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.application-card {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 25px;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: 0.15s;
}
.application-card:hover {
  border-color: #aec5d2;
  box-shadow: 0 6px 15px #32495708;
}
.app-symbol {
  width: 68px;
  height: 68px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #6a858b;
}
.application-card h3 {
  margin: 6px 0;
  font-size: 17px;
}
.application-card p {
  font-size: 12px;
  color: #708594;
  margin: 0 0 6px;
}
.status {
  font-size: 10px;
  font-weight: 600;
  display: inline-flex;
  background: #eaf0f6;
  color: #557a99;
  border-radius: 4px;
  padding: 3px 9px;
}
.status.green {
  background: #ebf3de;
  color: #628041;
}
.conversation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
}
.conversation-layout aside .paper {
  padding: 24px;
}
.app-title {
  font-size: 26px;
  margin-top: 12px !important;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.section-heading h2 {
  font-size: 17px;
  margin: 0;
}
.section-heading small {
  font-size: 10px;
  color: #8a99a3;
}
.message-panel {
  padding: 26px;
}
.messages {
  min-height: 240px;
  max-height: 550px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 12px 0 30px;
}
.message {
  align-self: flex-start;
  max-width: 94%;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.message.mine {
  align-self: flex-end;
  flex-direction: row-reverse;
}
.message-meta {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  color: #788996;
  font-size: 10px;
  line-height: 1.6;
}
.message.mine .message-meta {
  text-align: right;
}
.message-date {
  align-self: center;
  color: #657985;
  font-size: 11px;
  background: #edf2f5;
  border-radius: 20px;
  padding: 5px 14px;
  margin: 12px 0;
}
.unread-badge {
  background: #1b526e;
  color: white;
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 11px;
  white-space: nowrap;
}
.recruitment-status {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: white;
}
.recruitment-status label {
  font-size: 13px;
  font-weight: 700;
}
.recruitment-status select {
  width: 180px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: white;
}
.recruitment-status small {
  font-size: 11px;
}
.message p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #f0f4f7;
  border-radius: 3px 13px 13px 13px;
  padding: 12px 17px;
  font-size: 12px;
  line-height: 1.9;
  margin: 0;
}
.message.mine p {
  background: #edf3e4;
  border-radius: 13px 3px 13px 13px;
}
.compose {
  border-top: 1px solid var(--border);
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.compose textarea {
  width: 100%;
  border: 1px solid #d7e0e6;
  padding: 12px;
  border-radius: 7px;
  min-height: 105px;
  font-size: 12px;
}
.compose .button {
  min-height: 40px;
  padding: 9px 18px;
}
.timeline {
  list-style: none;
  padding-left: 0;
}
.timeline li {
  padding: 10px 0 10px 17px;
  border-left: 1px solid #dce6ec;
  position: relative;
}
.timeline li:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 20px;
  background: #9eb4c3;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.timeline p {
  font-size: 11px;
  margin: 0;
}
.timeline small {
  font-size: 9px;
  color: #8fa0ab;
}
.offer-card {
  border-color: #c5d9b7;
  background: #fdfff9;
}
.positive {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #608243;
}
.followup-row {
  border-top: 1px solid var(--border);
  padding-top: 10px;
}
.followup-row h3 {
  font-size: 15px;
}
.followup-row .field {
  margin: 0;
  flex: 1;
  max-width: 200px;
  font-size: 10px;
}
.empty {
  min-height: 250px;
  padding: 65px 25px;
  text-align: center;
  background: #fff;
  border: 1px dashed #d6e0e7;
  border-radius: 12px;
  color: #82929e;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.empty h3 {
  color: #526f83;
  font-size: 17px;
  margin-top: 12px;
}
.empty p {
  font-size: 12px;
  line-height: 2;
}
.empty-icon {
  font-size: 25px;
  color: #afbdc8;
}
.empty.compact {
  width: 100%;
  border: 0;
  min-height: 200px;
  padding: 35px 10px;
}
.empty.compact p {
  margin: 15px 0 3px;
}
.empty.compact small {
  font-size: 10px;
}
.tab-nav {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #d9e3e9;
  margin-bottom: 30px;
  overflow-x: auto;
}
.tab-nav button {
  border: 0;
  background: none;
  padding: 14px 5px;
  color: #85949f;
  font-size: 13px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.tab-nav button.active {
  color: var(--navy);
  font-weight: 700;
  border-bottom-color: var(--navy);
}
.manage-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.manage-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: white;
  border: 1px solid var(--border);
  padding: 23px 27px;
  border-radius: 12px;
  margin-bottom: 15px;
}
.manage-list .manage-card {
  margin: 0;
}
.manage-card h3 {
  margin: 9px 0;
}
.manage-card p {
  font-size: 12px;
  margin: 0 0 7px;
  color: #758b99;
}
.manage-card .button-row {
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
.calendar-days {
  max-width: 350px;
  margin: 20px 0;
}
.editor-actions {
  position: sticky;
  bottom: 0;
  padding: 20px;
  background: #f8fafbf5;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 20px;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 17px;
  margin-bottom: 30px;
}
.metric {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: white;
  padding: 23px;
  gap: 6px;
}
.metric > span {
  font-size: 12px;
  color: #758c9b;
}
.metric strong {
  font-size: 28px;
  color: var(--navy);
  font-weight: 600;
}
.metric small {
  font-size: 10px;
  color: #8b9aa4;
}
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: white;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  text-align: left;
}
th {
  font-size: 11px;
  font-weight: 500;
  background: #edf3f6;
  color: #748b9a;
  padding: 14px 16px;
  white-space: nowrap;
}
td {
  padding: 14px 16px;
  border-top: 1px solid #e3ebef;
}
td small {
  display: block;
}
td:last-child {
  white-space: nowrap;
}
.business-layout {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 25px;
}
.business-layout > form {
  align-self: start;
}
.business-layout .paper h3 {
  margin-top: 12px;
}
.business-layout > section .paper p {
  font-size: 12px;
}
footer {
  border-top: 1px solid #dde5e9;
  padding: 43px 5%;
  background: white;
  color: #758b99;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  font-size: 11px;
}
footer .brand {
  font-size: 24px;
}
footer p {
  grid-column: 1;
  margin: 0;
  font-size: 10px;
}
footer > div {
  grid-column: 2;
  grid-row: 1/3;
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer > small {
  grid-column: 1/-1;
  margin-top: 25px;
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #a2afb8;
}
@media (min-width: 1400px) {
  .header {
    padding-left: calc((100vw - 1160px) / 2);
    padding-right: calc((100vw - 1160px) / 2);
  }
}
@media (max-width: 1100px) {
  .header nav {
    gap: 15px;
  }
  .brand small {
    display: none;
  }
  .intro-art {
    margin-right: 10px;
    width: 280px;
  }
  .search-layout {
    grid-template-columns: 210px 1fr;
    gap: 22px;
  }
  .job-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .detail-layout,
  .conversation-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 20px;
  }
  .slot-row select {
    max-width: 115px;
  }
  .paper {
    padding: 24px;
  }
  .intro h1 {
    font-size: 33px;
  }
  .business-layout {
    grid-template-columns: 340px 1fr;
  }
}
@media (max-width: 800px) {
  .page {
    padding: 30px 22px 50px;
  }
  .header {
    height: auto;
    min-height: 76px;
    padding: 17px 22px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .header nav {
    flex: 1;
    justify-content: flex-end;
    font-size: 11px;
    gap: 15px;
  }
  .header .brand {
    font-size: 25px;
  }
  .header nav .account-link {
    display: none;
  }
  .demo-banner {
    font-size: 9px;
    line-height: 1.7;
    padding: 6px 14px;
    justify-content: flex-start;
  }
  .demo-banner a {
    font-size: 9px;
    margin-left: auto;
    white-space: normal;
    min-width: 95px;
  }
  .intro {
    min-height: 185px;
    padding-bottom: 30px;
  }
  .intro h1 {
    font-size: 28px;
  }
  .intro p {
    font-size: 11px;
  }
  .intro-art {
    width: 210px;
    height: 170px;
    transform: scale(0.9);
    transform-origin: right center;
  }
  .art-clock {
    width: 140px;
    height: 140px;
  }
  .art-clock i {
    left: 60px;
  }
  .art-clock b {
    top: 56px;
  }
  .art-clock em {
    left: 63px;
  }
  .art-card {
    font-size: 9px;
    padding: 9px;
    left: -25px;
    bottom: 0;
  }
  .art-star {
    font-size: 26px;
    right: -10px;
    top: 0;
  }
  .segment-tabs button {
    padding: 16px;
    gap: 10px;
  }
  .segment-tabs button > span {
    font-size: 13px;
  }
  .segment-tabs button > svg:last-child {
    display: none;
  }
  .segment-tabs small {
    font-size: 9px;
  }
  .search-layout {
    grid-template-columns: 1fr;
  }
  .filter-panel {
    display: none;
  }
  .filter-panel.open {
    display: block;
  }
  .filter-panel .time-range {
    max-width: 300px;
  }
  .filter-panel .days {
    max-width: 350px;
  }
  .filter-toggle {
    display: inline-flex;
  }
  .results-heading h2 {
    font-size: 15px;
  }
  .detail-layout,
  .conversation-layout {
    grid-template-columns: 1fr;
  }
  .apply-aside {
    grid-row: 1;
  }
  .apply-aside .paper {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px;
    margin-bottom: 0;
  }
  .apply-aside .eyebrow,
  .apply-aside h2,
  .apply-aside p,
  .apply-aside ul {
    display: none;
  }
  .apply-aside .button {
    width: 100%;
  }
  .auth-page {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 600px;
    padding-top: 35px;
  }
  .auth-copy {
    padding: 0;
  }
  .auth-copy h1 {
    font-size: 27px;
  }
  .auth-steps {
    display: none;
  }
  .auth-copy p {
    font-size: 12px;
  }
  .auth-card {
    padding: 26px;
  }
  .conversation-layout aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: start;
  }
  .conversation-layout aside .paper {
    margin: 0;
  }
  .business-layout {
    grid-template-columns: 1fr 1fr;
  }
  .business-layout .paper {
    padding: 20px;
  }
  .page-heading h1 {
    font-size: 26px;
  }
  .page-heading {
    gap: 15px;
  }
  .page-heading .button {
    font-size: 11px;
    padding: 10px 14px;
  }
  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  footer {
    padding: 30px 22px;
  }
  footer > div {
    gap: 12px;
    font-size: 9px;
  }
  .slot-list li {
    flex-wrap: wrap;
    gap: 12px;
  }
  .slot-list small {
    margin: 0;
    font-size: 10px;
  }
}
@media (max-width: 520px) {
  .page {
    padding: 27px 17px 48px;
  }
  .header {
    padding: 13px 17px;
    gap: 12px;
  }
  .brand {
    font-size: 24px !important;
  }
  .brand-icon {
    width: 28px;
    height: 28px;
    margin-right: 4px;
  }
  .brand-icon svg {
    width: 18px;
  }
  .header nav {
    width: 100%;
    flex: initial;
    justify-content: space-between;
    gap: 12px;
    font-size: 10px;
  }
  .header nav .button {
    font-size: 10px;
    min-height: 30px;
    padding: 7px 12px;
  }
  .header nav .icon-button {
    padding: 5px;
  }
  .demo-banner .dot {
    display: none;
  }
  .demo-banner {
    font-size: 8px;
    gap: 12px;
  }
  .demo-banner a {
    font-size: 8px;
    min-width: 80px;
  }
  .mobile {
    display: initial;
  }
  .intro {
    position: relative;
    padding: 0 0 25px;
    min-height: 220px;
    align-items: flex-start;
  }
  .intro h1 {
    font-size: 30px;
    line-height: 1.55;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
  }
  .intro .eyebrow {
    font-size: 8px;
    margin-bottom: 13px;
  }
  .intro p {
    font-size: 10px;
    position: relative;
    z-index: 1;
  }
  .intro-art {
    position: absolute;
    right: 0;
    top: 4px;
    width: 142px;
    height: 154px;
    opacity: 0.85;
    transform: scale(0.72);
    transform-origin: right top;
    border-radius: 80px;
  }
  .art-clock {
    height: 123px;
    width: 123px;
  }
  .art-clock i {
    left: 51px;
  }
  .art-clock em {
    left: 56px;
  }
  .art-clock b {
    top: 48px;
  }
  .clock-hand.a {
    width: 33px;
  }
  .clock-hand.b {
    width: 39px;
  }
  .art-star {
    right: -5px;
  }
  .art-card {
    font-size: 9px;
    width: 160px;
    left: -20px;
    bottom: -16px;
    justify-content: center;
  }
  .segment-tabs {
    gap: 8px;
    margin-bottom: 26px;
    margin-top: 0;
  }
  .segment-tabs button {
    padding: 13px 10px;
    gap: 7px;
    align-items: flex-start;
  }
  .segment-tabs button > span {
    font-size: 11px;
    line-height: 1.8;
  }
  .segment-tabs button > svg {
    width: 18px;
    margin-top: 3px;
  }
  .segment-tabs small {
    font-size: 8px;
    line-height: 1.6;
    margin-top: 6px;
    letter-spacing: -0.03em;
  }
  .job-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .tags span {
    font-size: 9px;
  }
  .results-heading {
    gap: 8px;
  }
  .results-heading h2 {
    font-size: 13px;
  }
  .results-heading strong {
    font-size: 18px;
  }
  .filter-toggle {
    font-size: 11px;
  }
  .location {
    font-size: 10px;
  }
  .reassurance {
    padding: 20px 3px;
  }
  .reassurance strong {
    font-size: 11px;
  }
  .reassurance p {
    font-size: 9px;
  }
  .detail-hero {
    padding: 26px 22px;
  }
  .detail-hero h1 {
    font-size: 26px;
  }
  .detail-hero p {
    font-size: 12px;
  }
  .detail-hero .location {
    font-size: 9px;
    line-height: 1.8;
  }
  .detail-stats {
    padding: 17px 3px;
    gap: 0;
  }
  .detail-stats > div {
    padding: 0 14px;
  }
  .detail-stats strong {
    font-size: 22px;
  }
  .detail-stats strong small {
    font-size: 9px;
  }
  .paper {
    padding: 23px 20px;
    border-radius: 11px;
  }
  .paper h2 {
    font-size: 18px;
  }
  .paper p {
    font-size: 12px;
    line-height: 1.9;
  }
  .conditions > div {
    grid-template-columns: 100px 1fr;
    gap: 12px;
    font-size: 12px;
  }
  .conditions dt {
    font-size: 11px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .slot-editor {
    padding: 12px;
  }
  .slot-row {
    gap: 5px;
  }
  .slot-row input[type="time"] {
    width: 79px;
    padding: 8px 4px;
    font-size: 11px;
  }
  .slot-row select {
    font-size: 10px;
    max-width: 105px;
    padding: 8px 4px;
  }
  .slot-row .icon-button {
    padding: 5px;
  }
  .steps {
    gap: 3px;
    margin-bottom: 26px;
  }
  .steps span {
    font-size: 10px;
    padding: 7px 10px;
  }
  .narrow h1 {
    font-size: 25px;
  }
  .page-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .page-heading h1 {
    font-size: 26px;
  }
  .application-card {
    padding: 20px 17px;
    gap: 13px;
  }
  .app-symbol {
    width: 42px;
    height: 42px;
    border-radius: 8px;
  }
  .app-symbol svg {
    width: 20px;
  }
  .application-card h3 {
    font-size: 14px;
  }
  .application-card p {
    font-size: 10px;
  }
  .application-card small {
    font-size: 9px;
  }
  .application-card .push {
    width: 14px;
  }
  .application-card .status {
    font-size: 9px;
  }
  .app-title {
    font-size: 23px !important;
  }
  .conversation-layout aside {
    grid-template-columns: 1fr;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .section-heading h2 {
    font-size: 17px;
  }
  .message-panel {
    padding: 23px 18px;
  }
  .message {
    max-width: 93%;
  }
  .message p {
    padding: 11px 13px;
  }
  .button-row {
    gap: 10px;
  }
  .button-row .button {
    font-size: 11px;
    padding: 11px 15px;
  }
  .manage-card {
    padding: 21px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .manage-card .button-row {
    flex-direction: row;
    align-items: center;
  }
  .manage-card h3 {
    font-size: 15px;
  }
  .manage-card small {
    font-size: 9px;
  }
  .tab-nav {
    gap: 18px;
  }
  .tab-nav button {
    font-size: 11px;
  }
  .business-layout {
    grid-template-columns: 1fr;
  }
  .metric-grid {
    gap: 10px;
  }
  .metric {
    padding: 17px;
  }
  .metric strong {
    font-size: 24px;
  }
  .metric > span {
    font-size: 11px;
  }
  .metric small {
    font-size: 9px;
  }
  .editor-actions {
    padding: 16px 0;
    gap: 10px;
  }
  .editor-actions .button {
    font-size: 11px;
    padding: 12px;
  }
  .calendar-days {
    max-width: none;
  }
  .auth-card {
    padding: 25px 22px;
  }
  .auth-copy h1 {
    font-size: 27px;
  }
  .auth-copy p {
    font-size: 11px;
  }
  .auth-page {
    gap: 12px;
  }
  .empty {
    padding: 50px 20px;
  }
  .empty h3 {
    font-size: 15px;
  }
  footer {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    gap: 7px;
  }
  footer > div {
    justify-content: flex-start;
    gap: 15px;
    margin-top: 14px;
    font-size: 9px;
  }
  footer > small {
    margin-top: 12px;
  }
}

@media (max-width: 520px) {
  .intro-art {
    display: none;
  }
  .intro {
    min-height: 0;
    padding-bottom: 26px;
  }
}

/* 求人の見つけやすさと、具体的な職場情報 */
.job-showcases {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  margin-bottom: 42px;
}
.job-showcases > section {
  min-width: 0;
}
.showcase-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 16px;
}
.showcase-heading h2 {
  margin: 0;
  font-size: 22px;
}
.showcase-heading h2 small {
  font-size: 11px;
  background: #e6edf1;
  border-radius: 5px;
  padding: 4px 8px;
  vertical-align: middle;
}
.showcase-heading p,
.showcase-empty {
  font-size: 13px;
  color: #65798b;
}
.showcase-empty {
  padding: 20px;
  background: white;
  border: 1px dashed #d6e0e6;
  border-radius: 12px;
}
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.results-heading {
  flex-wrap: wrap;
}
.sort-select {
  max-width: 245px;
  font-size: 12px;
  padding: 9px 10px;
  border: 1px solid #d6e0e6;
  border-radius: 8px;
  background: #fff;
  color: #193c57;
}
.tag-filters {
  border-top: 1px solid #dce4e9;
  padding-top: 18px;
  margin: 20px 0;
}
.tag-filters summary {
  cursor: pointer;
  font-weight: 600;
}
.tag-filters .check {
  font-size: 12px;
  margin: 12px 0;
}
.job-tag-picker {
  margin: 22px 0;
  border: 1px solid #d6e0e6;
  border-radius: 14px;
  padding: 18px;
}
.tag-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.tag-choice {
  display: flex;
  gap: 9px;
  padding: 12px;
  background: #f5f8fa;
  border-radius: 8px;
  font-size: 13px;
}
.tag-choice small {
  display: block;
  margin-top: 4px;
  color: #60778a;
  line-height: 1.5;
}
.tag-choice input {
  align-self: start;
  margin-top: 4px;
}
.autosave-status {
  padding: 12px 16px;
  margin-bottom: 24px;
  background: #edf6e8;
  border-radius: 9px;
  color: #37532c;
  font-size: 13px;
}
.autosave-status.error {
  background: #fff0ed;
  color: #953e32;
}
.autosave-status.saving,
.autosave-status.waiting {
  background: #eff4fa;
  color: #365779;
}
.document-item {
  padding: 15px 0;
  border-bottom: 1px solid #e0e7ec;
  overflow-wrap: anywhere;
}
.documents-manager h2 {
  font-size: 20px;
}
.document-item input[type="file"] {
  font-size: 13px;
  width: 100%;
}
.application-documents a {
  overflow-wrap: anywhere;
}
.pre-wrap {
  white-space: pre-wrap;
}
.job-video {
  aspect-ratio: 16/9;
  background: #172c3d;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 20px;
}
.job-video iframe,
.job-video video {
  width: 100%;
  height: 100%;
  border: 0;
}
.demo-video {
  margin: 0 0 26px;
}
.demo-video .job-video {
  margin-bottom: 10px;
}
.local-video {
  position: relative;
}
.local-video video {
  display: block;
  object-fit: contain;
}
.video-sound {
  position: absolute;
  right: 14px;
  top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ffffff80;
  border-radius: 24px;
  padding: 10px 15px;
  color: white;
  background: #193c57ed;
  cursor: pointer;
}
.video-description {
  margin-top: 12px;
  font-size: 13px;
}
.video-description p {
  margin-top: 12px;
}
.media-guidance {
  background: #eef4f8;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 22px;
  font-size: 14px;
}
.media-guidance p {
  margin: 8px 0 0;
  font-size: 12px;
}
.video-start {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  border: 1px solid #ffffff70;
  border-radius: 50px;
  padding: 17px 25px;
  background: #193c57ed;
  color: white;
  cursor: pointer;
  box-shadow: 0 6px 25px #0003;
  font-size: 15px;
}
.video-start small {
  display: block;
  font-size: 11px;
  margin-top: 4px;
  opacity: 0.85;
}
.job-gallery {
  margin: 0 0 22px;
}
.gallery-main {
  aspect-ratio: 16/10;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #e7ecef;
  cursor: zoom-in;
}
.gallery-main img {
  position: absolute;
  inset: 0;
  height: 100%;
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.gallery-slide {
  opacity: 0;
  transition: opacity 700ms ease-in-out;
}
.gallery-slide.active {
  opacity: 1;
}
.gallery-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #65798b;
}
@media (prefers-reduced-motion: reduce) {
  .gallery-slide {
    transition: none;
  }
}
.gallery-main span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: #193c57dd;
  color: #fff;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
}
.gallery-thumbnails {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0;
}
.gallery-thumbnails button {
  background: transparent;
  border: 2px solid transparent;
  border-radius: 9px;
  padding: 3px;
  flex: 0 0 90px;
  cursor: pointer;
}
.gallery-thumbnails button[aria-pressed="true"] {
  border-color: #426e91;
}
.gallery-thumbnails img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 5px;
}
.photo-dialog {
  border: none;
  border-radius: 15px;
  max-width: min(95vw, 1100px);
  padding: 18px;
}
.photo-dialog::backdrop {
  background: #122533c9;
}
.photo-dialog img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  margin-top: 12px;
  object-fit: contain;
}
.media-editor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.media-editor-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
}
.media-actions {
  display: flex;
  gap: 7px;
}
.media-actions button {
  padding: 7px 13px;
  border: 1px solid #d4dfe7;
  border-radius: 7px;
  background: white;
  color: #193c57;
}
.job-card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.demo-image-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 4px 8px;
  border-radius: 5px;
  background: #ffffffeb;
  color: #193c57;
  font-size: 10px;
  z-index: 2;
}
.team-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 12px;
}
.team-stats > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 12px;
  background: #f0f5f7;
  padding: 17px 13px;
  color: #30536a;
}
.team-stats > div > span {
  font-size: 11px;
  min-height: 36px;
}
.team-stats strong {
  font-size: 25px;
  font-weight: 700;
}
.team-stats strong small {
  font-size: 12px;
  margin-left: 5px;
}
.workplace-ages {
  margin: 22px 0;
}
.workplace-ages .tags span {
  font-size: 12px;
  padding: 8px 13px;
  background: #e9f0df;
  color: #46593b;
}
.workplace-note {
  padding: 17px 19px;
  border-left: 3px solid #99b6c9;
  background: #f7f9fa;
  margin: 18px 0;
}
.workplace-note h3 {
  margin-bottom: 8px;
  font-size: 16px;
}
.workplace-note p {
  margin-bottom: 0;
}
.atmosphere-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 20px 0;
}
.atmosphere-axis > strong {
  font-size: 13px;
}
.atmosphere-dots {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 14px 0;
  padding: 0 4px;
  position: relative;
}
.atmosphere-dots::before {
  content: "";
  height: 3px;
  background: #e4eaee;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 7px;
}
.atmosphere-dots span {
  border-radius: 50%;
  width: 17px;
  height: 17px;
  border: 3px solid white;
  background: #d9e3ea;
  z-index: 1;
}
.atmosphere-dots span.active {
  background: #2a5774;
  outline: 2px solid #90b2c9;
}
.atmosphere-labels {
  display: flex;
  justify-content: space-between;
  color: #70818a;
  font-size: 10px;
  gap: 8px;
}
.colleague-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.colleague-card {
  background: #f7f8f3;
  border: 1px solid #e4e8dc;
  border-radius: 14px;
  padding: 22px;
}
.colleague-avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #e2eacf;
  color: #4d633c;
  font-size: 21px;
  margin-bottom: 12px;
}
.colleague-card h4 {
  font-size: 17px;
  margin: 6px 0 14px;
}
.colleague-card p {
  font-size: 12px;
}
.colleague-card blockquote {
  margin: 16px 0 0;
  border-top: 1px solid #dbe3d1;
  padding-top: 15px;
  font-size: 13px;
  line-height: 1.9;
}
.colleague-editor {
  padding: 20px;
  background: #f5f8fa;
  border: 1px solid #e0e7eb;
  border-radius: 12px;
  margin-bottom: 18px;
}
.social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px;
  border: 1px solid #dce5eb;
  border-radius: 10px;
  font-size: 14px;
}
.social-link span:last-child {
  margin-left: auto;
}
.social-link:hover {
  background: #f1f6f9;
}
@media (max-width: 760px) {
  .team-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team-stats > div:first-child {
    grid-column: 1 / -1;
  }
  .team-stats > div > span {
    min-height: 0;
  }
  .atmosphere-grid,
  .colleague-grid,
  .social-links {
    grid-template-columns: 1fr;
  }
  .atmosphere-labels {
    font-size: 12px;
  }
  .atmosphere-dots {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .media-guidance {
    padding: 15px;
  }
  .video-sound {
    font-size: 12px;
    padding: 8px 11px;
    right: 8px;
    top: 8px;
  }
}
.job-card-art:has(.job-card-photo) .salon-mark,
.job-card-art:has(.job-card-photo) .art-tool,
.job-card-art:has(.job-card-photo) .card-art-line {
  display: none;
}
.job-card-art .card-segment {
  z-index: 1;
}
.daily-timeline {
  padding-left: 26px;
  list-style: none;
  border-left: 2px solid #cbdcbe;
}
.daily-timeline li {
  position: relative;
  padding: 12px 0;
}
.daily-timeline li::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #7e9e69;
  border: 2px solid white;
}
.salon-faq h3 {
  color: #193c57;
  font-size: 16px;
}
.salon-faq > div {
  padding: 14px 0;
  border-bottom: 1px solid #e3e9ed;
}
.faq-editor,
.source-editor {
  background: #f5f8fa;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}
@media (max-width: 760px) {
  .showcase-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 14px;
  }
  .showcase-grid > .job-card {
    flex: 0 0 88%;
    scroll-snap-align: start;
  }
  .showcase-heading {
    display: block;
  }
  .showcase-heading h2 {
    font-size: 20px;
  }
  .tag-choices {
    grid-template-columns: 1fr;
  }
  .sort-select {
    max-width: 100%;
    width: 100%;
    order: 4;
  }
  .media-editor-grid {
    grid-template-columns: 1fr;
  }
  .segment-tabs button span {
    overflow-wrap: anywhere;
  }
}

.recruitment-badge {
  display: inline-flex;
  padding: 5px 11px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}
.recruitment-badge.open {
  color: #245344;
  background: #e8f3ed;
}
.recruitment-badge.closed {
  color: #6b512d;
  background: #f6eedf;
}
.recruitment-notice {
  background: #fcf7ec;
  border: 1px solid #ded0b2;
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 22px;
  color: #57472c;
}
.recruitment-notice strong {
  font-size: 20px;
}
.recruitment-notice p {
  margin: 9px 0;
  line-height: 1.8;
}
.application-filters {
  margin-bottom: 22px;
}
.application-filters .field {
  max-width: 100%;
}
.application-filters select {
  width: 100%;
  min-width: 0;
  text-overflow: ellipsis;
}
.store-editor {
  margin: 22px 0;
}
.store-edit-form,
.store-delete-confirm {
  padding: 20px;
  background: var(--bg, #f7f9fb);
  border-radius: 12px;
}
.store-delete-confirm {
  background: #fff6f3;
  border: 1px solid #ead4cc;
}
.danger-text {
  color: #9b4133;
}
.job-preview-toolbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px max(20px, calc((100vw - 1180px) / 2));
  background: #eef5fa;
  border-bottom: 1px solid #c8dae8;
}
.job-preview-toolbar p {
  font-size: 12px;
  margin: 6px 0 0;
}
.job-preview-toolbar .button {
  white-space: nowrap;
}
.preview-trigger {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .job-preview-toolbar {
    align-items: flex-start;
    padding: 12px 16px;
    gap: 10px;
  }
  .job-preview-toolbar .button {
    padding: 9px 12px;
    font-size: 12px;
  }
}
.traffic-period {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0 16px;
}
.traffic-period .field {
  margin: 0;
  min-width: 150px;
}
.traffic-presets {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.traffic-source-filter {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 18px;
  margin: 20px 0;
}
.traffic-source-filter legend {
  font-weight: 700;
  padding: 0 7px;
}
.traffic-source-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 10px;
}
.traffic-source-options label {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.traffic-source-options input {
  width: auto;
  accent-color: var(--navy);
}
.traffic-chart-controls {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.traffic-chart-controls .field {
  min-width: 220px;
}
.traffic-view-switch {
  display: flex;
  padding: 4px;
  background: #edf3f7;
  border-radius: 8px;
}
.traffic-view-switch button {
  border: 0;
  background: transparent;
  border-radius: 6px;
  padding: 8px 14px;
  color: var(--navy);
}
.traffic-view-switch button[aria-pressed="true"] {
  background: white;
  box-shadow: 0 1px 4px #193c571a;
  font-weight: 700;
}
.traffic-summary {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 25px;
}
.traffic-summary button {
  text-align: left;
  background: #f7fafc;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px;
  color: var(--navy);
}
.traffic-summary button.selected {
  border-color: #6a96b4;
  background: #edf5fa;
}
.traffic-summary span {
  display: block;
  font-size: 12px;
}
.traffic-summary strong {
  display: block;
  font-size: 22px;
  margin-top: 8px;
  overflow-wrap: anywhere;
}
.traffic-chart {
  border: 1px solid var(--border);
  padding: 18px;
  border-radius: 12px;
  margin: 18px 0 24px;
}
.traffic-legend,
.traffic-chart-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: 12px;
}
.traffic-legend span,
.traffic-chart-detail span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.traffic-legend i,
.traffic-chart-detail i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}
.traffic-chart-scroll {
  overflow-x: auto;
}
.traffic-chart svg {
  display: block;
  width: 100%;
  min-width: 540px;
  margin: 18px 0 5px;
}
.traffic-chart svg [role="button"] {
  cursor: pointer;
  outline: none;
}
.traffic-chart svg [role="button"]:focus rect {
  stroke: #315f86;
  stroke-width: 2px;
}
.traffic-chart-detail {
  background: #f3f7fa;
  padding: 14px;
  border-radius: 8px;
}
.traffic-data {
  margin-top: 20px;
}
.traffic-data summary {
  font-weight: 700;
  cursor: pointer;
}
.traffic-data tfoot {
  background: #f1f6f9;
  font-weight: 700;
}
.traffic-data .table-scroll {
  margin-top: 14px;
}
.traffic-report {
  min-width: 0;
}
@media (max-width: 1000px) {
  .traffic-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .traffic-period {
    align-items: stretch;
  }
  .traffic-period .field {
    flex: 1;
    min-width: 120px;
  }
  .traffic-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .traffic-chart {
    padding: 12px;
  }
  .traffic-report .section-heading {
    align-items: start;
    flex-wrap: wrap;
  }
}

.store-table {
  min-width: 820px;
}
.store-table th:first-child {
  min-width: 220px;
  max-width: 360px;
}
.store-table small {
  display: block;
  font-weight: 400;
  font-size: 11px;
  color: #758b99;
  margin-top: 6px;
}
.store-table td {
  white-space: nowrap;
}
.store-data-section {
  margin-top: 32px;
}
.store-metrics {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-bottom: 12px;
}
.store-metrics .metric {
  padding: 16px;
}
.workspace-links {
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.inbox-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
}
.inbox-controls .field {
  margin-bottom: 0;
}
.inbox-controls select,
.inbox-controls input[type="search"] {
  width: 100%;
  height: 44px;
}
.inbox-filter-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
  margin: 16px 0 12px;
}
.inbox-filter-actions .check {
  align-items: center;
  min-height: 36px;
  margin: 0;
}
.inbox-filter-actions .check input {
  width: 16px;
  height: 16px;
  margin: 0;
}
.inbox-filter-actions p {
  margin: 0;
}
@media (min-width: 1100px) {
  .inbox-controls {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
@media (max-width: 600px) {
  .inbox-controls {
    grid-template-columns: minmax(0, 1fr);
  }
}

.operator-management .section-heading {
  flex-wrap: wrap;
  gap: 16px;
}
.operator-management .section-heading h2 {
  margin: 0;
}
.operator-counts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 20px 0;
  font-size: 13px;
  color: #637e8e;
}
.operator-counts strong {
  color: var(--navy);
  margin: 0 4px;
}
.operator-filters {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 180px;
  gap: 16px;
}
.operator-search {
  position: relative;
}
.operator-search > svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #718797;
  pointer-events: none;
}
.operator-search input {
  padding-left: 36px;
  width: 100%;
}
.operator-table {
  min-width: 740px;
}
.operator-table th[scope="row"] {
  min-width: 160px;
}
.operator-table td:nth-child(2) {
  overflow-wrap: anywhere;
}
.operator-table td:nth-child(3),
.operator-table td:nth-child(4) {
  white-space: nowrap;
}
.operator-table .button-row {
  flex-wrap: nowrap;
  white-space: nowrap;
}
.operator-form,
.operator-edit {
  padding: 20px;
  background: #f4f8fa;
  border-radius: 10px;
  margin: 16px 0;
}
.operator-edit {
  max-width: 520px;
  margin: 0;
}
.operator-empty {
  text-align: center;
  padding: 32px;
  color: #657e8c;
}
@media (max-width: 620px) {
  .operator-filters {
    grid-template-columns: 1fr;
  }
}

.management-filters {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: white;
  padding: 20px;
  margin: 20px 0;
}
.management-filters h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
}
.management-filters .button-row {
  flex-wrap: wrap;
}
.management-text-searches,
.management-select-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 0 16px;
}
.management-select-filters select {
  height: 44px;
  text-overflow: ellipsis;
}
.management-advanced-toggle {
  margin-bottom: 12px;
}
.management-advanced-note {
  margin: 10px 0 0;
}
.management-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--border);
}
.management-filter-row .field {
  margin: 0;
  flex: 1 1 160px;
}
.management-filter-row .field:first-child {
  flex-basis: 240px;
}
.management-filter-row > .icon-button {
  margin-bottom: 4px;
}
.management-filter-row input,
.management-filter-row select {
  width: 100%;
}
.management-filters > form > .button-row {
  margin-top: 16px;
}

/* Billing and work records */
.money-page {
  max-width: 1200px;
}
.money-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.money-stat {
  padding: 24px;
  border: 1px solid var(--line, #dce4e8);
  border-radius: 16px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.money-stat span {
  font-size: 14px;
  color: #617987;
}
.money-stat strong {
  font-size: 28px;
  font-variant-numeric: tabular-nums;
}
.money-stat small {
  font-size: 14px;
  margin-left: 5px;
}
.money-record {
  padding: 20px 0;
  border-bottom: 1px solid #dce4e8;
  overflow-wrap: anywhere;
}
.money-record:last-child {
  border-bottom: 0;
}
.money-record-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.money-page .form-grid > * {
  min-width: 0;
}
.money-page .paper {
  margin: 20px 0;
}
.money-page details > form {
  margin-top: 20px;
}
.money-page .check {
  margin: 16px 0;
}
@media (max-width: 700px) {
  .money-stats {
    grid-template-columns: 1fr;
  }
  .money-stat {
    padding: 18px;
  }
  .money-page .form-grid {
    grid-template-columns: 1fr;
  }
}

.legal-copy {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.9;
}
.legal-consent {
  margin: 1rem auto;
  max-width: 1200px;
}
