:root{color-scheme:light;--paper: #f7f3eb;--surface: #fffdf8;--surface-muted: #f1ede4;--ink: #1c1917;--muted: #57534e;--muted-soft: #78716c;--border: #d6d3d1;--border-strong: #b8b2aa;--primary: #1d6b4a;--primary-hover: #165a3d;--focus: #1d6b4a;--accent: #a8542c;--danger: #9f1239}html{background:var(--paper)}body{min-width:320px;background:var(--paper);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;line-height:1.55;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,.area-card:focus-visible,audio:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.app-root{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:clamp(28px,5vw,64px) 20px;background:var(--paper)}.card{width:min(100%,960px);max-width:960px;padding:clamp(28px,5vw,48px);background:var(--surface);color:var(--ink);border:1px solid var(--border);border-radius:20px;box-shadow:0 16px 36px #1c191714}.card--wide{max-width:1100px}.card--narrow{max-width:660px}.card--auth{padding-top:clamp(32px,6vw,56px);padding-bottom:clamp(32px,6vw,56px)}.card-header{margin-bottom:32px}.screen-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.screen-header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}.card-title{margin:0 0 8px;color:var(--ink);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.08;letter-spacing:-.025em}.card-subtitle{max-width:62ch;margin:0;color:var(--muted);font-size:1.05rem;line-height:1.55}.button-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.button-row--spaced{margin-top:24px}.button-row--tight{margin-top:16px}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border-radius:12px;padding:11px 18px;font-size:1rem;font-weight:600;line-height:1.2;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.button-primary{border:1px solid var(--primary);background:var(--primary);color:#fffdf8;box-shadow:0 3px #165a3d38}.button-primary:hover:not(:disabled){border-color:var(--primary-hover);background:var(--primary-hover);box-shadow:0 4px #165a3d40}.button-secondary{border:1px solid var(--border-strong);background:var(--surface);color:var(--ink)}.button-secondary:hover:not(:disabled){border-color:var(--primary);background:#f3f7f4;color:var(--primary-hover)}.button-secondary.outline{background:transparent}.button-secondary.outline:hover:not(:disabled){background:#f3f7f4}.button-small{min-height:48px;padding:10px 14px;font-size:.92rem}.button-primary:disabled,.button-secondary:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.text-button{color:var(--primary)}.text-button:hover{color:var(--primary-hover)}.auth-switch-text{margin-top:20px;color:var(--muted);font-size:.95rem;text-align:center}.auth-switch-text--action{margin-top:18px}.input-row{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.input-label{color:var(--ink);font-size:1rem;font-weight:600}.input-field{width:100%;min-height:54px;border:1px solid var(--border-strong);border-radius:12px;padding:13px 15px;background:#fff;color:var(--ink);line-height:1.35;transition:border-color .15s ease,box-shadow .15s ease}.input-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1d6b4a24}.input-field::placeholder{color:var(--muted-soft)}.input-field:disabled{background:var(--surface-muted);cursor:not-allowed}.field-hint{margin:8px 0 0;color:var(--muted)}.language-switcher{display:flex;align-items:center;gap:6px}.language-option--active{border-color:var(--primary);background:#e8f1ec;color:var(--primary-hover)}.account-meta,.tagline{color:var(--muted);font-size:.9rem}.account-meta{margin:10px 0 0}.notice{margin-bottom:20px;border:1px solid transparent;border-radius:12px;padding:15px 17px;line-height:1.45}.notice-success{border-color:#a8cfb2;background:#e7f3ea;color:#1d4d32}.notice-warning{border-color:#e4c878;background:#fff4d6;color:#684c00}.notice-error{border-color:#e4aeae;background:#fbe8e7;color:#7f1d1d}.notice-info{border-color:#b6cbd4;background:#e8f0f3;color:#24434f}.notice-detail{margin-top:8px;color:inherit;font-size:.95rem;opacity:.9}.notice-action{margin-top:12px}.journey-progress,.area-progress{margin-bottom:30px}.journey-progress{border:1px solid var(--border);border-radius:16px;padding:20px 22px;background:var(--surface-muted)}.progress-heading,.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.progress-heading{margin-bottom:10px}.progress-label,.section-title{color:var(--ink);font-weight:600}.progress-value,.section-hint,.area-card-count{color:var(--muted);font-size:.9rem}.progress-bar-shell{height:12px;border:0;border-radius:999px;background:#e4dfd5;overflow:hidden}.progress-bar-fill{height:100%;border-radius:inherit;background:var(--primary);transition:width .2s ease-out}.today-question{margin-top:28px;border:1px solid #dfc9af;border-left:5px solid var(--accent);border-radius:16px;padding:22px 24px;background:#f7efe3}.today-question-label{margin-bottom:8px;color:var(--primary-hover);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.today-question-text{margin-bottom:10px;color:var(--ink);font-size:1.35rem;line-height:1.35}.today-question-hint{margin-bottom:16px;color:var(--muted);font-size:.95rem}.areas-section{margin-top:36px}.section-title{font-size:1.15rem}.section-title--small{margin-bottom:10px;font-size:1rem}.grid-areas{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:18px}.area-card{display:flex;flex-direction:column;min-height:190px;justify-content:space-between;gap:14px;border:1px solid var(--border);border-radius:16px;padding:22px;background:var(--surface);color:var(--ink);cursor:pointer;text-align:left;box-shadow:0 4px 12px #1c19170a;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.area-card:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:0 10px 22px #1c191717}.area-name{color:var(--ink);font-size:1.22rem;font-weight:700;line-height:1.2}.area-description{margin-top:7px;color:var(--muted);font-size:.95rem;line-height:1.45}.area-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.area-card-progress{margin-top:2px}.pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:600}.pill-empty{border-color:var(--border);background:var(--surface-muted);color:var(--muted)}.pill-inprogress{border-color:#e4c878;background:#fff4d6;color:#684c00}.pill-rich{border-color:#a8cfb2;background:#e7f3ea;color:#1d4d32}.prompt-list{display:flex;flex-direction:column;gap:14px;margin-top:22px}.prompt-item{display:flex;flex-direction:column;gap:16px;border:1px solid var(--border);border-radius:16px;padding:22px;background:var(--surface);box-shadow:0 4px 12px #1c19170a}.prompt-text{color:var(--ink);font-size:1.08rem;line-height:1.5}.prompt-text--large{margin-bottom:22px;border:1px solid #dfc9af;border-radius:16px;padding:24px;background:#f7efe3;font-size:clamp(1.35rem,3vw,1.75rem);line-height:1.35}.prompt-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.recordings-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.recording-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--border);border-radius:12px;padding:14px 16px;background:var(--surface-muted)}.recording-meta{display:flex;flex-direction:column;gap:3px;color:var(--muted);font-size:.9rem;line-height:1.35}.recording-meta span:first-child{color:var(--ink);font-weight:600}.recording-audio{width:min(360px,100%);accent-color:var(--primary)}.audio-recorder-shell{display:flex;flex-direction:column;margin-top:24px;gap:16px;border:1px solid var(--border);border-radius:18px;padding:24px;background:var(--surface-muted)}.audio-recorder-controls{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.audio-recorder-status{color:var(--ink);font-weight:600}.audio-recorder-helper,.audio-recorder-footer{color:var(--muted)}.audio-recorder-helper{font-size:.98rem}.audio-recorder-footer{font-size:.88rem}.recordings-section{margin-top:28px}@media(max-width:720px){.app-root{padding:20px 14px 32px}.card{border-radius:16px;padding:24px 20px}.screen-header{flex-direction:column;gap:18px}.screen-header-actions{width:100%;align-items:stretch}.screen-header-actions .language-switcher{align-self:flex-start}.button-row{align-items:stretch;flex-direction:column}.button-row>button,.button-row>.button-primary,.button-row>.button-secondary{width:100%}.today-question>.button-secondary,.notice-action>.button-secondary{width:100%}.section-heading,.progress-heading,.area-card-meta{align-items:flex-start;flex-direction:column;gap:6px}.area-card{min-height:0}.prompt-meta-row,.recording-row,.audio-recorder-controls{align-items:stretch;flex-direction:column}.prompt-meta-row .button-secondary,.recording-audio{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
