@import url('../assets/tokens.css');
* { box-sizing: border-box; }
:root { font-family: 'Manrope', 'PingFang SC', 'Microsoft YaHei', sans-serif; color: var(--ink1); background: var(--canvas); font-synthesis: none; letter-spacing: 0; --yellow: #f4d780; --yellow-soft: #fcf6e5; }
body { margin: 0; font-size: 14px; line-height: 1.6; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
button:disabled { cursor: default; opacity: .5; }
button, a { touch-action: manipulation; }
button { border: 0; background: none; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #73a38d; outline-offset: 3px; }
button:hover:not(:disabled), a:hover { filter: brightness(.96); }
h1,h2,h3,p { margin: 0; }
h1 { font-size: 28px; font-weight: 650; line-height: 1.4; }
h2 { font-size: 18px; font-weight: 650; }
h3 { font-size: 15px; font-weight: 650; }
svg { width: 20px; height: 20px; flex-shrink: 0; stroke-width: 1.7; }
.muted { color: var(--ink2); }
.caption { font-size: 12px; color: var(--ink2); }
.eyebrow { font-size: 11px; color: var(--ink2); font-weight: 600; }
.row { display: flex; align-items: center; gap: 12px; }
.between { justify-content: space-between; }
.wrap { flex-wrap: wrap; }
.stack { display: grid; gap: 20px; }
.icon-button { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 8px; flex-shrink: 0; }
.icon-button:hover { background: var(--surfaceSunken); }
.btn { min-height: 44px; padding: 10px 18px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; font-weight: 600; white-space: normal; text-align: center; }
.btn.primary { background: var(--primary); color: white; }
.btn.secondary { border: 1px solid var(--border); background: var(--surface); }
.btn.soft { background: var(--primarySoft); color: var(--primary); }
.btn.yellow { background: var(--yellow); color: #463814; }
.text-button { color: var(--primary); font-size: 12px; min-height: 44px; display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }
.text-button svg { width: 16px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { width: 35px; height: 35px; border-radius: 10px; display: grid; place-items: center; background: var(--primary); color: white; }
.brand-mark svg { width: 23px; height: 23px; }
.brand-name { font-size: 27px; line-height: 1; font-weight: 800; }
.brand small { font-size: 10px; color: var(--ink2); display: block; margin-top: 7px; }
.sidebar { width: 214px; position: fixed; inset: 0 auto 0 0; z-index: 30; background: var(--surface); border-right: 1px solid var(--border); padding: 32px 20px 20px; display: flex; flex-direction: column; }
.sidebar .brand { margin: 0 8px 38px; }
.family-switch { padding: 12px 8px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 25px; }
.family-switch .avatar { width: 32px; height: 32px; font-size: 13px; }
.sidebar-label { font-size: 11px; color: var(--ink2); padding: 0 12px; margin: 0 0 9px; }
.nav-item { width: 100%; display: flex; align-items: center; gap: 12px; min-height: 46px; border-radius: 7px; padding: 10px 13px; font-size: 13px; margin: 4px 0; color: var(--ink2); text-align: left; }
.nav-item.active { background: var(--primarySoft); color: var(--primary); font-weight: 600; }
.nav-item .count { margin-left: auto; background: #dceadd; padding: 0 6px; border-radius: 4px; font-size: 11px; }
.sidebar-bottom { margin-top: auto; padding-top: 40px; }
.local-status { margin-top: 20px; padding: 16px 8px 0; border-top: 1px solid var(--border); font-size: 10px; color: var(--ink2); }
.local-status svg { width: 14px; height: 14px; }
.app-area { margin-left: 214px; min-height: 100vh; }
.topbar { min-height: 82px; background: var(--surface); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 36px; }
.breadcrumb { font-size: 12px; color: var(--ink2); display: flex; align-items: center; gap: 12px; }
.breadcrumb svg { width: 15px; }
.breadcrumb strong { color: var(--ink1); font-weight: 500; }
.surface-switch { display: flex; gap: 2px; background: var(--surfaceSunken); padding: 3px; border-radius: 7px; }
.surface-switch button { min-height: 32px; padding: 5px 12px; font-size: 11px; border-radius: 5px; }
.surface-switch button.active { background: white; box-shadow: 0 1px 4px #202c2910; color: var(--primary); font-weight: 650; }
.avatar { width: 38px; height: 38px; border-radius: 50%; background: #f5e8d2; color: #715b32; display: inline-grid; place-items: center; flex-shrink: 0; font-weight: 650; font-size: 14px; }
.avatar.blue { background: #e2edf5; color: #416c89; }
.avatar.green { background: #e0eddd; color: #397052; }
.content { max-width: 1460px; margin: auto; padding: 32px 36px 48px; }
.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.page-heading p { margin-top: 6px; font-size: 12px; color: var(--ink2); }
.date-line { font-size: 11px; color: var(--ink2); margin-bottom: 7px; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1fr) 276px; gap: 30px; }
.dashboard-main, .dashboard-aside { min-width: 0; }
.welcome-band { display: flex; align-items: center; gap: 16px; padding: 18px 22px; background: #eaf2ee; border-radius: 8px; margin-bottom: 26px; }
.welcome-icon { width: 44px; height: 44px; color: var(--primary); display: grid; place-items: center; }
.welcome-icon svg { width: 30px; height: 30px; }
.welcome-band p { font-size: 12px; color: #4e6b5c; margin-top: 4px; }
.welcome-band .text-button { margin-left: auto; white-space: nowrap; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; padding: 0 0 25px; border-bottom: 1px solid var(--border); }
.metric { border-right: 1px solid var(--border); padding-left: 4px; }
.metric:last-child { border: 0; }
.metric-label { font-size: 12px; color: var(--ink2); display: flex; align-items: center; gap: 7px; }
.metric-label svg { width: 15px; height: 15px; }
.metric-value { font-size: 32px; font-weight: 600; margin: 6px 0 2px; line-height: 1.4; font-variant-numeric: tabular-nums; }
.metric-value small { font-size: 13px; color: var(--ink2); font-weight: 400; margin-left: 4px; }
.metric-note { font-size: 10px; color: var(--ink2); }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 16px; }
.section-heading h2 { font-size: 17px; }
.child-tabs { display: flex; gap: 24px; border-bottom: 1px solid var(--border); margin-bottom: 18px; }
.child-tab { padding: 0 0 14px; display: flex; align-items: center; gap: 9px; position: relative; font-size: 13px; }
.child-tab .avatar { width: 28px; height: 28px; font-size: 11px; }
.child-tab.active:after { content: ''; position: absolute; bottom: -1px; height: 2px; background: var(--primary); width: 100%; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter { min-height: 32px; font-size: 11px; padding: 5px 10px; color: var(--ink2); border-radius: 5px; }
.filter.active { background: var(--primarySoft); color: var(--primary); }
.task-list { display: grid; gap: 10px; }
.task { padding: 17px 18px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; display: flex; align-items: center; gap: 13px; min-width: 0; }
.subject-icon { width: 40px; height: 44px; border-radius: 7px; display: grid; place-items: center; background: #faeee9; color: var(--subject-chinese); flex-shrink: 0; }
.subject-icon.math { background: #eaf2f8; color: var(--subject-math); }
.subject-icon.english { background: #f1edf6; color: var(--subject-english); }
.subject-icon.science { background: #eaf3ed; color: var(--subject-science); }
.subject-icon.other { background: var(--surfaceSunken); color: var(--subject-other); }
.task-copy { flex: 1; min-width: 0; }
.task-title { font-size: 13px; font-weight: 600; overflow-wrap: anywhere; }
.task-meta { color: var(--ink2); display: flex; align-items: center; gap: 8px; font-size: 10px; margin-top: 5px; flex-wrap: wrap; }
.task-meta svg { width: 12px; height: 12px; }
.task-state { font-size: 10px; padding: 3px 8px; border-radius: 4px; display: inline-flex; align-items: center; gap: 4px; flex-shrink: 0; background: var(--surfaceSunken); color: var(--ink2); }
.task-state svg { width: 12px; height: 12px; }
.task-state.submitted, .task-state.returned { color: #886324; background: #faf0d8; }
.task-state.doing { color: #426f8e; background: #e9f1f8; }
.task-state.approved { color: var(--primary); background: var(--primarySoft); }
.task .icon-button { width: 30px; height: 36px; }
.task.approved .task-title { color: var(--ink2); }
.list-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.aside-section { border-bottom: 1px solid var(--border); padding-bottom: 24px; margin-bottom: 23px; }
.calendar-title { font-size: 13px; font-weight: 600; }
.calendar { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; margin-top: 13px; }
.calendar span { font-size: 10px; color: var(--ink2); padding-bottom: 6px; }
.calendar button { height: 30px; border-radius: 5px; font-size: 11px; }
.calendar button.today { background: var(--primary); color: white; }
.calendar button.other-month { opacity: .35; }
.growth-visual { width: 100%; height: 190px; object-fit: contain; mix-blend-mode: multiply; display: block; }
.growth-summary { text-align: center; }
.growth-summary strong { font-size: 14px; }
.growth-summary p { font-size: 11px; color: var(--ink2); margin-top: 4px; }
.progress { height: 5px; border-radius: 5px; background: #e5ebe6; overflow: hidden; }
.progress > span { display: block; height: 100%; background: #75a383; border-radius: inherit; transition: width .3s ease; }
.growth-summary .progress { margin: 15px 0 8px; }
.note { background: var(--yellow-soft); border: 1px solid #eee3c4; padding: 15px 17px; border-radius: 7px; color: #725d31; }
.note p { margin-top: 7px; font-size: 11px; line-height: 1.8; }
.note h3 { display: flex; align-items: center; gap: 7px; font-size: 12px; }
.note svg { width: 16px; height: 16px; }
.weekly-section { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--border); }
.activity-bars { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; height: 126px; align-items: end; padding-top: 10px; }
.bar-column { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; gap: 7px; font-size: 10px; color: var(--ink2); }
.bar-column b { width: 100%; max-width: 40px; height: var(--height); background: #d3e5da; border-radius: 4px 4px 0 0; min-height: 3px; }
.bar-column.current b { background: var(--primary); }
.legend { display: flex; gap: 14px; align-items: center; color: var(--ink2); font-size: 10px; }
.legend i { width: 7px; height: 7px; border-radius: 2px; background: var(--primary); display: inline-block; margin-right: 4px; }
.empty-state { padding: 45px 20px; text-align: center; color: var(--ink2); }
.empty-state svg { width: 38px; height: 38px; color: var(--primary); margin-bottom: 12px; }
.empty-state h2 { font-size: 18px; color: var(--ink1); }
.empty-state p { margin: 8px 0 18px; font-size: 13px; }
.review-item { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 24px; }
.review-content { margin: 20px 0; padding: 17px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.review-content p { margin-top: 6px; font-size: 13px; color: var(--ink2); }
.review-actions { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }
.review-item .task-state { margin-left: auto; }
.page-narrow { max-width: 800px; }
.child-layout { max-width: 980px; margin: auto; }
.child-greeting { text-align: center; padding: 25px 0 30px; }
.child-greeting h1 { font-size: 30px; margin: 14px 0 8px; }
.child-greeting p { color: var(--ink2); font-size: 15px; }
.child-progress { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 20px; }
.child-progress i { width: 34px; height: 6px; border-radius: 4px; background: #dfe6e2; }
.child-progress i.done { background: var(--primary); }
.focus-workspace { display: grid; grid-template-columns: 1fr 280px; gap: 40px; align-items: center; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 32px 0; }
.focus-main { text-align: center; }
.focus-main .task-state { font-size: 13px; }
.focus-main h2 { font-size: 22px; margin: 18px 0 3px; }
.focus-main p { color: var(--ink2); }
.timer-wrap { width: 234px; height: 234px; margin: 20px auto; position: relative; display: grid; place-items: center; }
.timer-ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.timer-ring circle { fill: none; stroke: #e4ece6; stroke-width: 4; }
.timer-ring .elapsed { stroke: var(--primary); stroke-linecap: round; stroke-dasharray: 628; }
.timer-digits { font-size: 46px; font-weight: 600; font-variant-numeric: tabular-nums; line-height: 1.3; }
.timer-label { font-size: 12px; color: var(--ink2); margin-top: 5px; }
.child-actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.child-actions .btn { min-height: 56px; min-width: 140px; font-size: 16px; }
.child-tree { text-align: center; }
.child-tree .growth-visual { height: 250px; }
.child-tree p { font-size: 13px; color: var(--ink2); margin-top: 6px; }
.child-task-list { margin-top: 30px; }
.child-task-list .task-title { font-size: 16px; }
.child-task-list .task-meta { font-size: 13px; }
.station .sidebar { display: none; }
.station .app-area { margin-left: 0; }
.station .child-layout { max-width: 1200px; }
.station .focus-workspace { grid-template-columns: 1fr 340px; }
.station .timer-wrap { width: 290px; height: 290px; }
.station .timer-digits { font-size: 64px; }
.station .child-tree .growth-visual { height: 320px; }
.rewards-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 24px; }
.reward { border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: var(--surface); }
.reward-visual { height: 120px; display: grid; place-items: center; background: #eaf2f8; }
.reward-visual svg { width: 48px; height: 48px; stroke-width: 1.2; color: #497993; }
.reward:nth-child(2) .reward-visual { background: #fcf4df; }
.reward:nth-child(2) .reward-visual svg { color: #9c7835; }
.reward:nth-child(3) .reward-visual { background: #f3ecf3; }
.reward:nth-child(3) .reward-visual svg { color: #836585; }
.reward-info { padding: 18px; }
.reward-info p { margin: 5px 0 17px; font-size: 12px; color: var(--ink2); }
.reward-info .btn { width: 100%; }
.points-balance { display: flex; align-items: baseline; gap: 12px; margin: 15px 0; }
.points-balance strong { font-size: 44px; color: var(--primary); }
.growth-header { display: grid; grid-template-columns: 1fr 230px; align-items: center; padding: 10px 0 28px; border-bottom: 1px solid var(--border); }
.growth-header .growth-visual { height: 220px; }
.report-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; margin-top: 32px; }
.subject-report { display: grid; gap: 22px; }
.subject-report .progress { margin-top: 10px; height: 8px; }
.setting-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--border); }
.setting-row p { color: var(--ink2); font-size: 12px; margin-top: 3px; }
.toggle { width: 42px; height: 25px; border-radius: 20px; background: #ccd6d0; padding: 3px; flex-shrink: 0; }
.toggle[aria-checked=true] { background: var(--primary); }
.toggle i { width: 19px; height: 19px; background: white; border-radius: 50%; display: block; transition: transform .2s; }
.toggle[aria-checked=true] i { transform: translateX(17px); }
.speaker-view { max-width: 650px; margin: auto; text-align: center; padding-top: 35px; }
.speaker-graphic { margin: 32px auto; width: 130px; height: 130px; background: var(--primarySoft); color: var(--primary); border-radius: 50%; display: grid; place-items: center; }
.speaker-graphic svg { width: 52px; height: 52px; }
.transcript { text-align: left; margin: 30px 0; display: grid; gap: 15px; }
.utterance { border-bottom: 1px solid var(--border); padding: 14px 0; }
.utterance span { font-size: 11px; color: var(--ink2); display: block; margin-bottom: 5px; }
.speaker-commands { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.mobile-nav { display: none; }
.mini .sidebar { display: none; }
.mini .app-area { margin: 0 auto; max-width: 480px; background: var(--canvas); }
.mini .topbar { padding: 14px 20px; flex-wrap: wrap; }
.mini .breadcrumb { display: none; }
.mini .content { padding: 24px 20px 100px; }
.mini .dashboard-grid { grid-template-columns: 1fr; }
.mini .dashboard-aside { display: none; }
.mini .page-heading { align-items: flex-start; flex-direction: column; }
.mini .welcome-band { padding: 14px; }
.mini .welcome-band .text-button { display: none; }
.mini .mobile-nav { display: flex; max-width: 480px; left: 50%; transform: translateX(-50%); width: 100%; }
.mini .rewards-grid { grid-template-columns: 1fr; }
.mini .growth-header { grid-template-columns: 1fr 130px; }
.mini .growth-header .growth-visual { height: 150px; }
.mini .report-grid { grid-template-columns: 1fr; }
.toast { position: fixed; z-index: 100; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(20px); background: #263c31; color: white; box-shadow: 0 5px 25px #172b2920; border-radius: 8px; padding: 13px 22px; font-size: 13px; opacity: 0; transition: .2s; pointer-events: none; max-width: calc(100vw - 32px); }
.toast.visible { opacity: 1; transform: translateX(-50%) translateY(0); }
dialog { border: 1px solid var(--border); border-radius: 8px; padding: 0; background: var(--surface); color: var(--ink1); width: min(600px, calc(100% - 32px)); max-height: calc(100dvh - 48px); box-shadow: 0 25px 90px #203a2929; }
dialog::backdrop { background: #182c2355; backdrop-filter: blur(3px); }
.dialog-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; border-bottom: 1px solid var(--border); }
.dialog-body { padding: 24px; }
.dialog-body p { color: var(--ink2); font-size: 13px; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; padding: 18px 24px; border-top: 1px solid var(--border); }
label { display: block; font-size: 12px; color: var(--ink2); margin-bottom: 7px; }
input,select,textarea { width: 100%; border: 1px solid var(--border); background: var(--surface); color: var(--ink1); border-radius: 7px; padding: 11px 12px; min-height: 44px; }
textarea { resize: vertical; min-height: 150px; }
.field { margin-bottom: 18px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.import-line { border-bottom: 1px solid var(--border); padding: 16px 0; }
.import-line .field-grid { grid-template-columns: 1fr 90px; margin-top: 10px; }
.error { color: var(--danger); font-size: 12px; margin-top: 8px; }
.paper { background: white; padding: 36px; max-width: 800px; margin: auto; }
.paper table { border-collapse: collapse; width: 100%; margin-top: 28px; font-size: 14px; }
.paper th,.paper td { border-bottom: 1px solid #cdd3cf; padding: 16px 8px; text-align: left; }
.paper footer { margin-top: 45px; color: var(--ink2); }
.paper-check { width: 18px; height: 18px; border: 1px solid #76877b; display: block; }
.skip-link { position: fixed; top: -60px; z-index: 100; background: white; padding: 10px; }
.skip-link:focus { top: 0; }
@media (min-width: 1550px) { .dashboard-grid { grid-template-columns: minmax(0,1fr) 310px; gap: 40px; } .content { padding-top: 40px; } .task { padding: 20px; } }
@media (max-width: 1200px) { .sidebar { width: 184px; padding: 28px 14px 20px; } .app-area { margin-left: 184px; } .content { padding: 28px 26px; } .topbar { padding: 14px 26px; } .dashboard-grid { grid-template-columns: minmax(0,1fr) 238px; gap: 22px; } .surface-switch button { padding: 5px 8px; } .breadcrumb { display: none; } }
@media (max-width: 1000px) { .dashboard-grid { grid-template-columns: 1fr; } .dashboard-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; } .dashboard-aside .note { display: none; } .focus-workspace { grid-template-columns: 1fr 210px; gap: 20px; } .rewards-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .sidebar { display: none; } .app-area { margin-left: 0; } .topbar { min-height: 68px; padding: 12px 20px; gap: 8px; flex-wrap: wrap; } .topbar > .row { width: 100%; justify-content: space-between; gap: 8px; } .topbar .avatar, .topbar .notification-button { display: none; } .surface-switch { flex: 1; justify-content: space-between; } .surface-switch button { padding: 5px 9px; min-height: 36px; } .content { padding: 25px 20px 106px; } h1 { font-size: 25px; } .page-heading { margin-bottom: 24px; align-items: flex-start; flex-wrap: wrap; gap: 16px; } .page-heading > .row { flex-wrap: wrap; } .page-heading .btn { padding: 9px 13px; } .welcome-band { padding: 16px; gap: 8px; } .welcome-band h3 { font-size: 13px; } .welcome-band .text-button { display: none; } .welcome-band p { font-size: 11px; } .metrics { gap: 10px; } .metric-value { font-size: 28px; } .metric-label { font-size: 11px; } .metric-label svg { display: none; } .metric-note { font-size: 10px; } .task { padding: 14px 12px; gap: 10px; } .task-title { font-size: 12px; } .task-state { font-size: 9px; padding: 3px 5px; } .task .subject-icon { width: 34px; height: 39px; } .task .icon-button { width: 26px; } .task .task-meta { font-size: 10px; gap: 5px; } .filters { gap: 2px; } .filter { font-size: 10px; padding: 5px 7px; } .dashboard-aside { grid-template-columns: 1fr; } .dashboard-aside .calendar-section { display: none; } .dashboard-aside .growth-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 8px 0; } .growth-section > .section-heading { grid-column: 1/-1; } .growth-section .growth-visual { height: 170px; } .mobile-nav { display: flex; position: fixed; bottom: 0; inset-inline: 0; z-index: 40; justify-content: space-around; background: var(--surface); border-top: 1px solid var(--border); padding: 6px 8px max(8px, env(safe-area-inset-bottom)); } .mobile-nav button { min-height: 50px; flex: 1; color: var(--ink2); display: grid; justify-items: center; gap: 2px; font-size: 10px; align-content: center; } .mobile-nav button.active { color: var(--primary); } .mobile-nav svg { width: 21px; height: 21px; } .toast { bottom: 85px; } .child-greeting { padding-top: 4px; } .child-greeting h1 { font-size: 25px; } .focus-workspace, .station .focus-workspace { grid-template-columns: 1fr; padding-top: 26px; } .focus-workspace .child-tree { display: none; } .child-task-list .task-title { font-size: 14px; } .child-task-list .task-meta { font-size: 12px; } .child-actions .btn { min-width: 126px; } .station .timer-wrap { width: 250px; height: 250px; } .rewards-grid { grid-template-columns: 1fr; } .reward { display: grid; grid-template-columns: 105px 1fr; } .reward-visual { height: 100%; } .reward-info { padding: 16px; } .reward-info p { margin-bottom: 12px; } .growth-header { grid-template-columns: 1fr 140px; } .growth-header .growth-visual { height: 160px; } .report-grid { grid-template-columns: 1fr; } .review-item { padding: 18px; } .review-actions .btn { flex: 1; padding: 9px 12px; } .paper { padding: 20px 8px; } .paper table { font-size: 12px; } .setting-row { gap: 12px; } .setting-row .surface-switch { flex: initial; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
@media print { :root, body { background: white; } .sidebar,.topbar,.mobile-nav,.page-heading,.toast,dialog,.no-print { display: none !important; } .app-area { margin: 0; } .content { padding: 0; } .paper { max-width: none; padding: 0; } @page { size: A4; margin: 20mm; } }
