:root {
    --ink: #20302d;
    --muted: #76807b;
    --paper: #f7f5ef;
    --card: #fffdf8;
    --line: #e7e2d7;
    --orange: #e8713a;
    --orange-dark: #c95524;
    --orange-soft: #f9e4d5;
    --sage: #9eaa91;
    --nav-height: 64px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: var(--ink);
    background: #eeece6;
    font-synthesis: none;
}
* { box-sizing: border-box; }
html { background: #eeece6; -webkit-text-size-adjust: 100%; }
body { margin: 0; min-width: 320px; background: #eeece6; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button { -webkit-tap-highlight-color: transparent; }
.login-page { min-height: 100vh; min-height: 100dvh; padding: calc(44px + env(safe-area-inset-top)) 24px 38px; background: linear-gradient(170deg, #fffdf8 0%, #f7f5ef 58%, #f5e9de 100%); }
.login-page h1 { margin: 4px 0 8px; font-family: Georgia, "Songti SC", serif; font-size: 34px; letter-spacing: -.04em; }
.login-lead { margin: 0 0 24px; color: var(--muted); font-size: 13px; }
.login-brand { position: relative; width: 52px; height: 42px; margin-bottom: 24px; }
.login-brand span { position: absolute; width: 25px; height: 25px; border: 6px solid var(--orange); border-radius: 50%; }
.login-brand span:nth-child(1) { top: 0; left: 13px; border-bottom-color: transparent; }
.login-brand span:nth-child(2) { bottom: 0; left: 0; border-right-color: transparent; }
.login-brand span:nth-child(3) { right: 0; bottom: 0; border-left-color: transparent; }
.binding-notice { padding: 18px; margin: 0 0 24px; background: #f1ede3; border-radius: 18px; }
.binding-notice h2 { margin: 0 0 11px; font-family: Georgia, "Songti SC", serif; font-size: 18px; }
.binding-notice ul { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.binding-notice li { position: relative; padding-left: 15px; color: #626c67; font-size: 12px; line-height: 1.45; }
.binding-notice li::before { content: ""; position: absolute; top: .55em; left: 0; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; }
.login-form { display: grid; gap: 8px; }
.login-form label { margin-top: 5px; font-size: 12px; font-weight: 700; }
.login-form input { width: 100%; height: 50px; padding: 0 15px; color: var(--ink); background: var(--card); border: 1px solid var(--line); border-radius: 13px; outline: none; }
.login-form input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(232,113,58,.12); }
.primary-button { width: 100%; min-height: 50px; margin-top: 13px; color: white; background: var(--orange); border: 0; border-radius: 13px; font-weight: 800; cursor: pointer; }
.primary-button:disabled { opacity: .65; }
.form-error, .field-error { color: #9b3924; font-size: 12px; }
.form-error { padding: 11px; background: #fbe6df; border-radius: 10px; }
.app-shell { position: relative; width: 100%; max-width: 520px; min-height: 100vh; min-height: 100dvh; margin: 0 auto; background: var(--paper); overflow: hidden; }
.page-content { padding: 0 18px calc(var(--nav-height) + 36px + env(safe-area-inset-bottom)); }
.eyebrow { margin: 0 0 8px; color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.home-hero { position: relative; display: flex; justify-content: space-between; align-items: center; min-height: 154px; padding: calc(25px + env(safe-area-inset-top)) 22px 26px; background: var(--paper); }
.home-hero::after { content: ""; position: absolute; right: -48px; top: -58px; width: 170px; height: 170px; border: 1px solid #eaded1; border-radius: 48% 52% 45% 55%; transform: rotate(26deg); }
.home-hero h1 { max-width: 250px; margin: 0; font-family: Georgia, "Songti SC", serif; font-size: 29px; line-height: 1.25; letter-spacing: -.04em; }
.hero-mark { position: relative; z-index: 1; width: 58px; height: 58px; }
.hero-mark span { position: absolute; display: block; width: 29px; height: 29px; border: 7px solid var(--orange); border-radius: 50%; }
.hero-mark span:nth-child(1) { top: 0; left: 14px; border-bottom-color: transparent; }
.hero-mark span:nth-child(2) { bottom: 4px; left: 0; border-right-color: transparent; }
.hero-mark span:nth-child(3) { right: 0; bottom: 4px; border-left-color: transparent; }
.notice-card { display: flex; gap: 12px; padding: 14px; margin-bottom: 14px; background: #f0ede4; border-radius: 14px; }
.notice-card__icon { flex: 0 0 22px; width: 22px; height: 22px; color: white; background: var(--sage); border-radius: 50%; font-family: Georgia, serif; font-weight: 700; text-align: center; line-height: 22px; }
.notice-card__body { min-width: 0; flex: 1; }
.notice-card details + details { margin-top: 7px; padding-top: 7px; border-top: 1px solid rgba(32,48,45,.08); }
.notice-card summary { font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.notice-card summary::-webkit-details-marker { display: none; }
.notice-card p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.balance-card { display: flex; align-items: center; justify-content: space-between; min-height: 88px; padding: 17px 19px; color: #fff; background: var(--ink); border-radius: 19px; box-shadow: 0 12px 28px rgba(32,48,45,.14); }
.balance-card__label { display: block; margin-bottom: 2px; color: rgba(255,255,255,.68); font-size: 11px; }
.balance-card strong { font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.balance-card__unit { margin-left: 4px; color: rgba(255,255,255,.7); font-size: 11px; }
.balance-card a { padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 11px; }
.section-block { padding-top: 27px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.section-heading > div { display: flex; align-items: center; gap: 8px; }
.section-heading__line { width: 4px; height: 19px; background: var(--orange); border-radius: 4px; transform: rotate(10deg); }
.section-heading h2 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: 20px; }
.section-heading > span { color: var(--muted); font-size: 11px; }
.slot-strip { display: flex; gap: 10px; margin: 0 -18px; padding: 2px 18px 8px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
.slot-strip::-webkit-scrollbar, .date-picker::-webkit-scrollbar { display: none; }
.quick-slot { flex: 0 0 105px; padding: 13px; background: var(--card); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 5px 13px rgba(47,55,50,.04); scroll-snap-align: start; }
.quick-slot__date { color: var(--orange-dark) !important; font-size: 10px !important; font-weight: 700; }
.quick-slot strong { display: block; margin: 5px 0 2px; font-family: Georgia, serif; font-size: 22px; }
.quick-slot span { display: block; color: var(--muted); font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.quick-slot em { display: inline-block; margin-top: 11px; color: var(--orange-dark); font-size: 10px; font-style: normal; }
.quick-slot.is-disabled { opacity: .58; }
.teacher-list { display: grid; gap: 13px; }
.teacher-card { display: flex; gap: 15px; min-height: 132px; padding: 14px; background: var(--card); border: 1px solid var(--line); border-radius: 19px; }
.teacher-avatar, .teacher-profile__avatar { overflow: hidden; background: linear-gradient(145deg, #e4ad89, #8d9985); }
.teacher-avatar { flex: 0 0 92px; height: 104px; border-radius: 14px 14px 38px 14px; }
.teacher-avatar img, .teacher-profile__avatar img { width: 100%; height: 100%; object-fit: cover; }
.teacher-avatar > span, .teacher-profile__avatar > span { display: grid; place-items: center; width: 100%; height: 100%; color: rgba(255,255,255,.92); font-family: Georgia, serif; font-size: 28px; }
.teacher-card__content { display: flex; flex: 1; flex-direction: column; min-width: 0; padding-top: 3px; }
.teacher-card__title { display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.teacher-card__title h3 { margin: 0; font-family: Georgia, serif; font-size: 19px; }
.teacher-card__title > span { flex: 0 0 auto; padding: 3px 6px; color: #5f6b5a; background: #edf0e8; border-radius: 4px; font-size: 9px; }
.teacher-card p { display: -webkit-box; margin: 8px 0; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.text-link { margin-top: auto; color: var(--orange-dark); font-size: 11px; font-weight: 700; }
.text-link b { margin-left: 4px; }
.bottom-nav { position: fixed; z-index: 20; left: 50%; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); width: min(100%, 520px); height: calc(var(--nav-height) + env(safe-area-inset-bottom)); padding: 7px 8px env(safe-area-inset-bottom); background: rgba(255,253,248,.96); border-top: 1px solid var(--line); transform: translateX(-50%); backdrop-filter: blur(14px); }
.bottom-nav__item { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; color: #949892; font-size: 10px; }
.bottom-nav__item svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.bottom-nav__item.is-active { color: var(--orange-dark); font-weight: 700; }
.flash-stack { position: relative; z-index: 12; display: grid; gap: 7px; margin: 0 18px 12px; }
.flash { padding: 12px 14px; color: #315346; background: #e3f1e9; border: 1px solid #cce2d6; border-radius: 12px; font-size: 12px; line-height: 1.5; }
.flash--error { color: #8f3d2a; background: #fbe6df; border-color: #f3cabc; }
.flash--warning { color: #75601d; background: #f7edc9; border-color: #e9dcaa; }
.topbar { display: grid; grid-template-columns: 60px 1fr 60px; align-items: center; min-height: calc(52px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) 15px 0; text-align: center; }
.topbar--overlay { position: relative; z-index: 2; color: #fff; background: var(--ink); }
.topbar--overlay > span:nth-child(2) { font-size: 14px; font-weight: 700; }
.icon-button { display: grid; place-items: center; width: 34px; height: 34px; font-size: 30px; font-weight: 200; }
.topbar__balance { justify-self: end; color: rgba(255,255,255,.76); font-size: 10px; }
.teacher-page { padding-right: 0; padding-left: 0; }
.teacher-profile { display: flex; gap: 20px; min-height: 182px; padding: 20px 22px 27px; color: white; background: var(--ink); }
.teacher-profile__avatar { flex: 0 0 112px; height: 132px; border-radius: 54px 54px 12px 12px; }
.teacher-profile__intro { min-width: 0; padding-top: 17px; }
.teacher-profile__intro .eyebrow { color: #e6a47d; }
.teacher-profile__intro h1 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.teacher-profile__intro p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.65; }
.teacher-bio { padding: 22px; background: #efece3; }
.teacher-bio h2 { margin: 0 0 9px; font-family: Georgia, "Songti SC", serif; font-size: 17px; }
.teacher-bio p { margin: 0; color: #68716c; font-size: 12px; line-height: 1.8; }
.schedule-panel { padding: 25px 18px 0; }
.date-picker { display: flex; gap: 9px; margin: 0 -18px 19px; padding: 0 18px 5px; overflow-x: auto; scrollbar-width: none; }
.date-pill { flex: 0 0 52px; padding: 9px 5px; color: var(--muted); background: var(--card); border: 1px solid var(--line); border-radius: 18px; text-align: center; }
.date-pill span { display: block; font-size: 10px; }
.date-pill strong { display: block; margin-top: 4px; font-family: Georgia, serif; font-size: 19px; }
.date-pill.is-selected { color: white; background: var(--orange); border-color: var(--orange); box-shadow: 0 7px 15px rgba(232,113,58,.22); }
.schedule-list { display: grid; gap: 10px; }
.schedule-card { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 12px; min-height: 81px; padding: 13px; background: var(--card); border: 1px solid var(--line); border-radius: 15px; }
.schedule-card__time { padding-right: 12px; border-right: 1px solid var(--line); }
.schedule-card__time strong { display: block; font-family: Georgia, serif; font-size: 19px; }
.schedule-card__time span, .schedule-card__course p { color: var(--muted); font-size: 9px; }
.schedule-card__course h3 { margin: 0 0 5px; font-size: 13px; }
.schedule-card__course p { margin: 0; }
.schedule-card.is-unavailable, .schedule-card.is-booked { background: #f0eee8; opacity: .72; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; color: #fff; background: var(--orange); border: 1px solid var(--orange); border-radius: 999px; box-shadow: none; font-size: 13px; font-weight: 700; cursor: pointer; }
.button:active { background: var(--orange-dark); transform: translateY(1px); }
.button--small { min-height: 34px; padding: 0 13px; font-size: 11px; }
.button--ghost { color: var(--orange-dark); background: transparent; border-color: #ddaa8f; }
.status-chip { display: inline-flex; align-items: center; justify-content: center; padding: 5px 8px; color: var(--orange-dark); background: var(--orange-soft); border-radius: 999px; font-size: 9px; white-space: nowrap; }
.status-chip--muted { color: #6e756e; background: #e6e8e2; }
.courses-hero { padding: 0 18px 22px; color: #fff; background: var(--ink); }
.topbar--plain { padding-right: 0; padding-left: 0; }
.topbar--plain strong { font-size: 14px; }
.courses-summary { display: grid; grid-template-columns: 1fr 1fr; padding: 14px 0 4px; }
.courses-summary > div { padding: 4px 17px; }
.courses-summary > div:first-child { border-right: 1px solid rgba(255,255,255,.16); }
.courses-summary span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.6); font-size: 10px; }
.courses-summary strong { font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.tabs { display: grid; grid-template-columns: 1fr 1fr; height: 56px; margin: 0 -18px 16px; padding: 0 18px; background: var(--card); border-bottom: 1px solid var(--line); }
.tabs a { position: relative; display: flex; align-items: center; justify-content: center; gap: 5px; color: var(--muted); font-size: 13px; }
.tabs a::after { content: ""; position: absolute; right: 24px; bottom: -1px; left: 24px; height: 2px; background: transparent; }
.tabs a.is-active { color: var(--ink); font-weight: 700; }
.tabs a.is-active::after { background: var(--orange); }
.tabs span { min-width: 17px; padding: 1px 5px; background: #ece9e2; border-radius: 999px; font-size: 9px; text-align: center; }
.booking-list { display: grid; gap: 12px; }
.booking-card { display: flex; background: var(--card); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.booking-card__date { display: flex; flex: 0 0 60px; align-items: center; justify-content: center; flex-direction: column; color: white; background: var(--orange); }
.booking-card__date strong { font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.booking-card__date span { font-size: 9px; }
.booking-card__main { flex: 1; min-width: 0; padding: 14px; }
.booking-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 5px; color: var(--muted); font-size: 10px; }
.booking-card__main h2 { margin: 8px 0; font-family: Georgia, "Songti SC", serif; font-size: 17px; }
.booking-card__main > p { display: flex; align-items: center; gap: 6px; margin: 0; color: var(--muted); font-size: 11px; }
.mini-avatar { display: inline-grid; place-items: center; width: 22px; height: 22px; color: white; background: var(--sage); border-radius: 50%; font-size: 8px; }
.booking-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 13px; padding-top: 11px; border-top: 1px dashed var(--line); }
.booking-card__actions > span { color: var(--muted); font-size: 9px; }
.empty-state { padding: 35px 20px; color: var(--muted); text-align: center; }
.empty-state--compact { padding: 22px 15px; background: var(--card); border: 1px dashed #d9d2c5; border-radius: 16px; }
.empty-state--courses { padding-top: 63px; }
.empty-state__art { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 14px; color: var(--orange); background: var(--orange-soft); border-radius: 50%; font-family: Georgia, serif; font-size: 26px; }
.empty-state h2, .empty-state h3 { margin: 0 0 7px; color: var(--ink); font-family: Georgia, "Songti SC", serif; font-size: 18px; }
.empty-state p { max-width: 260px; margin: 0 auto 18px; font-size: 11px; line-height: 1.6; }
.member-header { display: flex; align-items: center; gap: 17px; padding: calc(31px + env(safe-area-inset-top)) 22px 28px; color: white; background: linear-gradient(135deg, var(--ink), #364b42); }
.member-avatar { display: grid; flex: 0 0 72px; place-items: center; height: 72px; color: white; background: linear-gradient(145deg, #e4ad89, #8d9985); border: 3px solid rgba(255,255,255,.65); border-radius: 50%; font-family: Georgia, serif; font-size: 29px; }
.member-header .eyebrow { color: #e7a27c; }
.member-header h1 { margin: 2px 0 5px; font-family: Georgia, serif; font-size: 28px; }
.member-header span { color: rgba(255,255,255,.68); font-size: 11px; }
.member-stats { display: grid; grid-template-columns: 1fr 1fr; margin: 18px 0; background: var(--card); border: 1px solid var(--line); border-radius: 18px; }
.member-stats a { display: flex; align-items: center; flex-direction: column; padding: 22px 10px; }
.member-stats a + a { border-left: 1px solid var(--line); }
.member-stats strong { color: var(--orange-dark); font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.member-stats span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.member-menu, .member-logout { overflow: hidden; margin-bottom: 16px; background: var(--card); border: 1px solid var(--line); border-radius: 17px; }
.member-menu a, .member-logout button { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: space-between; padding: 0 18px; color: var(--ink); background: transparent; border: 0; font-size: 14px; text-align: left; }
.member-menu a + a { border-top: 1px solid var(--line); }
.member-menu b, .member-logout b { color: #9ba09b; font-size: 28px; font-weight: 300; }
.info-card { margin-top: 18px; overflow: hidden; background: var(--card); border: 1px solid var(--line); border-radius: 18px; }
.info-card dl { margin: 0; }
.info-card dl > div { display: flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 20px; padding: 0 17px; }
.info-card dl > div + div { border-top: 1px solid var(--line); }
.info-card dt { color: var(--muted); font-size: 12px; }
.info-card dd { margin: 0; font-size: 13px; font-weight: 700; text-align: right; }
@media (min-width: 521px) {
    .app-shell { box-shadow: 0 0 45px rgba(45,48,43,.11); }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* ── Bind page ─────────────────────────────────────────────── */
.binding-page { padding: calc(30px + env(safe-area-inset-top)) 2px 30px; }
.binding-page h1 { margin: 4px 0 10px; font-family: Georgia, "Songti SC", serif; font-size: 30px; letter-spacing: -.03em; }
.binding-page__form { margin: 0; }
.binding-page__action { display: flex; align-items: center; justify-content: center; margin-top: 20px; }
.binding-page__simulate { width: 100%; margin-top: 12px; }

/* ── Teacher console ───────────────────────────────────────── */
.console-hero { padding: calc(22px + env(safe-area-inset-top)) 20px 20px; background: #22332f; color: #f4f1e9; }
.console-hero h1 { margin: 0 0 6px; font-family: Georgia, "Songti SC", serif; font-size: 24px; letter-spacing: -.02em; }
.console-hero p { margin: 0; color: #b6c2bb; font-size: 12px; }
.console-lang { display: flex; gap: 6px; margin-top: 14px; }
.console-lang a { padding: 5px 12px; color: #cfd8d2; border: 1px solid #4a5a54; border-radius: 999px; font-size: 11px; }
.console-lang a.is-active { color: #22332f; background: #f4f1e9; border-color: #f4f1e9; font-weight: 700; }
.console-tabs { display: flex; gap: 6px; margin: 16px -18px 0; padding: 0 18px 12px; overflow-x: auto; }
.console-tabs a { flex: 0 0 auto; padding: 8px 15px; color: var(--muted); background: var(--card); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; white-space: nowrap; }
.console-tabs a.is-active { color: #fff; background: var(--orange); border-color: var(--orange); font-weight: 700; }
.console-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
.console-summary > div { padding: 14px 12px; background: var(--card); border: 1px solid var(--line); border-radius: 15px; text-align: center; }
.console-summary strong { display: block; color: var(--orange-dark); font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.console-summary span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.lesson-row { display: flex; gap: 12px; padding: 14px; margin-bottom: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 15px; }
.lesson-row__time { flex: 0 0 62px; padding-right: 11px; border-right: 1px solid var(--line); }
.lesson-row__time strong { display: block; font-family: Georgia, serif; font-size: 17px; }
.lesson-row__time span { color: var(--muted); font-size: 10px; }
.lesson-row__body { min-width: 0; flex: 1; }
.lesson-row__body h3 { margin: 0 0 4px; font-size: 13px; }
.lesson-row__body p { margin: 0 0 4px; color: var(--muted); font-size: 11px; }
.lesson-row__tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 6px; }
.rating { color: #d98324; font-size: 12px; letter-spacing: .08em; }
.evaluation-card { padding: 14px; margin-bottom: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 15px; }
.evaluation-card header { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 7px; }
.evaluation-card h3 { margin: 0; font-size: 13px; }
.evaluation-card time { color: var(--muted); font-size: 10px; }
.evaluation-card p { margin: 0 0 8px; font-size: 12px; line-height: 1.6; }
.evaluation-card__reply { padding: 10px 12px; margin-top: 8px; background: #f2f0e9; border-radius: 11px; }
.evaluation-card__reply strong { display: block; margin-bottom: 4px; color: var(--orange-dark); font-size: 11px; }
.evaluation-form { display: grid; gap: 10px; padding: 14px; background: var(--card); border: 1px solid var(--line); border-radius: 15px; }
.evaluation-form label { font-size: 12px; font-weight: 700; }
.evaluation-form textarea { min-height: 84px; padding: 11px 13px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 12px; font: inherit; font-size: 13px; resize: vertical; }
.star-picker { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; }
.star-picker input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.star-picker label { padding: 0 2px; color: #d9d4c8; font-size: 27px; line-height: 1; cursor: pointer; }
.star-picker input:checked ~ label, .star-picker label:hover, .star-picker label:hover ~ label { color: #d98324; }
.card-item { padding: 15px; margin-bottom: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 15px; }
.card-item header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.card-item h3 { margin: 0; font-size: 14px; }
.card-item__meta { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: 11px; }
.card-item__meta b { color: var(--ink); font-family: Georgia, serif; font-size: 15px; font-weight: 500; }
.package-card { padding: 15px; margin-bottom: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 15px; }
.package-card h3 { margin: 0 0 5px; font-size: 14px; }
.package-card p { margin: 0 0 8px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.package-card__price { display: flex; align-items: baseline; justify-content: space-between; margin-top: 8px; }
.package-card__price strong { color: var(--orange-dark); font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.package-card__price span { color: var(--muted); font-size: 10px; }
.muted-hint { margin: 10px 0 16px; color: var(--muted); font-size: 11px; line-height: 1.6; }

/* ── 0 课时引导卡 ──────────────────────────────────────────── */
.notice-card--action { display: block; background: #fdf3ea; border: 1px solid #f2ddcc; }
.notice-card--action .notice-card__icon { float: left; margin-right: 12px; background: var(--orange); }
.notice-card--action strong { display: block; margin-bottom: 4px; font-size: 13px; }
.notice-card--action p { margin: 0 0 6px; color: var(--muted); font-size: 12px; line-height: 1.55; }

/* ── 按时间约课：日期栏与老师卡片 ─────────────────────────────── */
.date-pill { position: relative; }
.date-pill.is-empty { opacity: .55; }
.date-pill__dot {
    position: absolute;
    bottom: 7px;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    background: var(--orange);
    border-radius: 50%;
}
.date-pill.is-selected .date-pill__dot { background: #fff; }
.date-pill.is-empty .date-pill__dot { display: none; }
.teacher-card__slots { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin: 7px 0 4px; }
.slot-summary { color: var(--muted); font-size: 11px; }
.badge--success { color: #4d6b4a; background: var(--sage-soft, #e8ede4); }
