:root{--bg:#f7f4ee;--surface:#fff;--text:#1a1a1a;--text-muted:#55534e;--primary:#0b5d4e;--primary-hover:#094c40;--primary-text:#fff;--secondary:#fff;--secondary-border:#6b6a66;--danger:#a4281f;--danger-text:#fff;--focus:#b45309;--border:#c9c5bc;--radius:10px}html,html[data-font-size=standard]{font-size:16px}html[data-font-size=large]{font-size:19px}html[data-font-size=xl]{font-size:22px}html[data-high-contrast=true]{--bg:#000;--surface:#000;--text:#fff;--text-muted:#e6e6e6;--primary:#3ecfae;--primary-hover:#62ddc0;--primary-text:#000;--secondary:#000;--secondary-border:#fff;--danger:#ff6b5e;--danger-text:#000;--focus:#fd0;--border:#fff}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.55}:focus-visible{outline:3px solid var(--focus);outline-offset:2px}a{color:var(--primary)}h1,h2,h3{line-height:1.25}.app{flex-direction:column;min-height:100dvh;display:flex}.app-main{width:100%;max-width:760px;padding-top:1rem;padding-right:max(1rem, env(safe-area-inset-right));padding-bottom:max(2rem, env(safe-area-inset-bottom));padding-left:max(1rem, env(safe-area-inset-left));flex:1;margin:0 auto}.loading{padding:2rem;font-size:1.2rem}.emergency-banner{color:#fff;padding-top:max(.75rem, env(safe-area-inset-top));padding-right:max(1.25rem, env(safe-area-inset-right));padding-bottom:.75rem;padding-left:max(1.25rem, env(safe-area-inset-left));background:#8f1d1d}.emergency-banner strong{font-size:1.05rem}.fast-list{flex-wrap:wrap;gap:.4rem 1.5rem;margin:.5rem 0;padding:0;list-style:none;display:flex}.emergency-call{margin:0;font-weight:700}.disclaimer{border-top:2px solid var(--border);padding-top:.75rem;padding-right:max(1.25rem, env(safe-area-inset-right));padding-bottom:max(.75rem, env(safe-area-inset-bottom));padding-left:max(1.25rem, env(safe-area-inset-left));color:var(--text-muted);font-size:.85rem}.disclaimer-privacy{margin-bottom:0}.page-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.page-header h1{flex:1;margin:0;font-size:1.7rem}.back-link{align-items:center;min-width:44px;min-height:44px;padding:.5rem 0;font-weight:600;text-decoration:none;display:inline-flex}.page-actions{align-items:center;gap:.5rem;display:flex}.lead{color:var(--text-muted);font-size:1.1rem}.muted{color:var(--text-muted);font-style:normal}.admonition{background:var(--surface);border-left:4px solid var(--primary);border-radius:var(--radius);margin:1rem 0;padding:.75rem 1rem}.admonition.warning{border-left-color:var(--danger);background:#fdf0ee}html[data-high-contrast=true] .admonition.warning{background:#1a0000}.btn{border-radius:var(--radius);cursor:pointer;text-align:center;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.7rem 1.4rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--primary);color:var(--primary-text)}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--secondary);color:var(--text);border-color:var(--secondary-border)}.btn-quiet{color:var(--primary);background:0 0;text-decoration:underline}.btn-danger{background:var(--danger);color:var(--danger-text)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-lg{min-height:56px;font-size:1.1rem}.btn-md{min-height:44px;padding:.4rem .9rem;font-size:.95rem}.button-row{flex-wrap:wrap;gap:.75rem;margin:1rem 0;display:flex}.button-row.wrap{flex-wrap:wrap}.session-cta{width:100%;margin:1rem 0;display:flex}.module-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.75rem;display:grid}.module-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);color:var(--text);flex-direction:column;gap:.3rem;min-height:120px;padding:.9rem 1rem;text-decoration:none;display:flex}.module-card:hover{border-color:var(--primary)}.module-card-title{font-size:1.05rem;font-weight:700}.module-card-desc{color:var(--text-muted);flex:1;font-size:.9rem}.module-card-meta{color:var(--text-muted);font-size:.8rem}.home-links{flex-wrap:wrap;gap:.5rem 1rem;margin-top:1.5rem;font-weight:600;display:flex}.home-links a,.settings-link{align-items:center;min-height:44px;display:inline-flex}.choice-group{border:none;margin:.75rem 0;padding:0}.choice-group legend{margin-bottom:.4rem;font-weight:700}.choice-chip{border:2px solid var(--secondary-border);background:var(--surface);min-height:48px;color:var(--text);cursor:pointer;border-radius:999px;margin:0 .4rem .4rem 0;padding:.5rem 1rem;font-size:1rem}.choice-chip.is-selected{background:var(--primary);color:var(--primary-text);border-color:var(--primary)}.goal-group{margin:.75rem 0}.goal-grid{flex-wrap:wrap;gap:.5rem;display:flex}.rating-scale{margin:1rem 0}.rating-scale-labels{color:var(--text-muted);justify-content:space-between;margin:0 0 .3rem;display:flex}.rating-scale-buttons{flex-wrap:wrap;gap:.4rem;display:flex}.rating-button{border-radius:var(--radius);border:2px solid var(--secondary-border);background:var(--surface);min-width:44px;min-height:48px;color:var(--text);cursor:pointer;font-size:1.1rem;font-weight:700}.rating-button.is-selected{background:var(--primary);color:var(--primary-text);border-color:var(--primary)}.checklist{margin:1rem 0;padding:0;list-style:none}.check-item{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:.75rem;padding:.6rem .5rem;font-size:1.05rem;display:flex}.check-item input{flex-shrink:0;width:28px;height:28px}.check-item.is-done span{color:var(--text-muted);text-decoration:line-through}.check-item.toggle{border:2px solid var(--border);border-radius:var(--radius);margin-bottom:.6rem;padding:.75rem}.orientation-clock{letter-spacing:.02em;font-size:4rem;font-weight:700}.orientation-date{font-size:1.4rem}.orientation-facts{padding:0;font-size:1.1rem;list-style:none}.orientation-facts li{padding:.3rem 0}.routine-cue{background:var(--surface);border:2px solid var(--primary);border-radius:var(--radius);margin-top:1rem;padding:1rem;font-size:1.1rem}.attention-target{font-size:1.3em}.attention-area{margin:1rem 0}.attention-grid{gap:.5rem;max-width:420px;margin:0 auto;display:grid}.attention-grid.cols-3{grid-template-columns:repeat(3,1fr)}.attention-grid.cols-4{grid-template-columns:repeat(4,1fr)}.attention-grid.cols-6{grid-template-columns:repeat(6,1fr)}.attention-cell{aspect-ratio:1;border:2px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);cursor:pointer;font-size:1.6rem}.found-count{text-align:center;min-height:1.6em;font-size:1.05rem}.gpdc-progress{gap:.5rem;margin:.75rem 0;display:flex}.gpdc-progress span{background:var(--surface);border:2px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.3rem .7rem}.gpdc-progress .gpdc-active{background:var(--primary);color:var(--primary-text);border-color:var(--primary)}.gpdc-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);margin:1rem 0;padding:1rem 1.25rem}.gpdc-situation{font-size:1.1rem}.tab-bar{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.tab{border:2px solid var(--secondary-border);background:var(--surface);min-height:48px;color:var(--text);cursor:pointer;border-radius:999px;padding:.5rem 1.1rem;font-size:1rem}.tab.is-active{background:var(--primary);color:var(--primary-text);border-color:var(--primary)}.naming-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);text-align:center;margin:1rem 0;padding:1.25rem}.naming-emoji{font-size:5rem;line-height:1}.naming-prompt{font-size:1.2rem}.naming-hint{color:var(--text-muted);font-size:1.05rem}.naming-answer{color:var(--primary);font-size:1.8rem;font-weight:700}.phrase-board{margin:1rem 0}.phrase-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.6rem;display:grid}.phrase-button{border:2px solid var(--border);border-radius:var(--radius);background:var(--surface);min-height:56px;color:var(--text);cursor:pointer;padding:.5rem;font-size:1.1rem}.tip-list{flex-direction:column;gap:.75rem;margin:1rem 0;display:flex}.tip-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);padding:.9rem 1.1rem}.tip-card h2,.tip-card h3{margin-top:0}.neglect-area{margin:1rem 0}.neglect-row{justify-content:center;gap:.5rem;display:flex}.neglect-cell{border:2px solid var(--border);border-radius:var(--radius);background:var(--surface);width:56px;height:64px;color:var(--text);cursor:pointer;font-size:1.6rem}.stat-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin:1rem 0;display:grid}.stat-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);text-align:center;padding:.9rem}.stat-number{font-size:2.2rem;font-weight:700;display:block}.stat-label{color:var(--text-muted);font-size:.9rem}.session-clock{font-size:1.15rem}.plan-list{margin:1rem 0;padding-left:1.3rem;font-size:1.05rem}.plan-list li{padding:.35rem 0}.plan-list.interactive{padding-left:0;list-style:none}.plan-item{color:var(--text);background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);align-items:center;gap:.75rem;margin-bottom:.6rem;padding:.75rem 1rem;text-decoration:none;display:flex}.plan-item.is-done{opacity:.7}.memory-card{margin:1rem 0}.memory-fact{background:var(--surface);border:2px solid var(--primary);border-radius:var(--radius);margin:1rem 0;padding:1.25rem}.memory-prompt{margin:0 0 .5rem;font-size:1.2rem}.memory-answer{color:var(--primary);margin:0;font-size:1.6rem;font-weight:700}.memory-gap-note,.memory-step-hint{color:var(--text-muted)}.saved-note{background:var(--surface);border:2px solid var(--primary);border-radius:var(--radius);padding:1rem;font-size:1.1rem}.escalation{color:var(--danger);font-weight:700}.escalation-list{margin-top:1.5rem}.escalation-list details{margin-bottom:.5rem}.escalation-list summary{cursor:pointer;padding:.4rem 0;font-weight:600}.onboarding-progress{color:var(--text-muted);font-weight:700}.summary-list{padding-left:1.4rem;font-size:1.05rem;list-style:outside}html[data-reduce-motion=true] *,html[data-reduce-motion=true] :before,html[data-reduce-motion=true] :after{transition-duration:1ms!important;animation-duration:1ms!important}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:1ms!important;animation-duration:1ms!important}}@media (width<=480px){.orientation-clock{font-size:3rem}.neglect-cell{width:44px;height:48px;font-size:1.3rem}.rating-button{min-width:44px;min-height:44px}}.install-steps{padding-left:1.5rem}.install-steps li{margin-bottom:1rem;padding-left:.25rem}@media (width>=768px){.app-main{max-width:900px}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px) and (orientation:landscape){.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
