*{box-sizing:border-box;margin:0;padding:0}:root{--ink:#1a1a1a;--paper:#fff;--bg:#f4f6f8;--accent:#084c91;--accent-soft:#e3effa;--border:#9aa5b1;--danger:#b00020}html{font-size:20px}body{color:var(--ink);background:var(--bg);font-family:-apple-system,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans SC,sans-serif;line-height:1.5}#root{background:var(--paper);max-width:640px;min-height:100vh;margin:0 auto;padding:1rem 1rem 6rem}.progress{background:#dde3e9;border-radius:6px;height:12px;overflow:hidden}.progress-bar{background:var(--accent);height:100%;transition:width .3s}.progress-text{color:#444;margin:.4rem 0 1rem;font-size:.8rem}.step-title{margin-bottom:.3rem;font-size:1.5rem;line-height:1.3}.step-subtitle{color:#444;margin-bottom:1rem;font-size:.95rem}.step-body{margin-bottom:1.5rem}.sub-question{margin:1.5rem 0 .6rem;font-size:1.2rem}.btn{border:2px solid var(--accent);cursor:pointer;border-radius:12px;min-height:56px;padding:.9rem 1.4rem;font-family:inherit;font-size:1.1rem}.btn-next{background:var(--accent);color:#fff;flex:1;font-weight:700}.btn-next:disabled{opacity:.4;cursor:not-allowed}.btn-back{color:var(--accent);background:#fff}.btn-plain{color:#555;background:0 0;border:none;min-height:44px;margin-top:1rem;text-decoration:underline}.btn-big{width:100%;margin-top:1.5rem;padding:1.2rem;font-size:1.4rem}.step-nav{width:100%;max-width:640px;padding:.8rem 1rem calc(.8rem + env(safe-area-inset-bottom));background:#fffffff7;border-top:1px solid #dde3e9;gap:.8rem;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.option-grid{gap:.7rem;display:grid}.option-btn{border:2px solid var(--border);min-height:60px;color:var(--ink);cursor:pointer;text-align:center;background:#fff;border-radius:12px;padding:.9rem .8rem;font-family:inherit;font-size:1.05rem;line-height:1.35}.option-btn.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:700}.severity-grid{grid-template-columns:repeat(5,1fr);gap:.7rem;display:grid}.severity-btn{border:2px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;min-height:68px;font-family:inherit;font-size:1.4rem;font-weight:700}.severity-btn.active{border-color:var(--accent);background:var(--accent);color:#fff}.severity-caption{text-align:center;min-height:1.8rem;margin-top:1rem;font-size:1.2rem;font-weight:700}.free-text{margin-top:1.2rem}.free-text-label{color:#444;margin-bottom:.4rem;font-size:.9rem;display:block}.free-text-input,.field-input,.med-search{border:2px solid var(--border);width:100%;color:var(--ink);background:#fff;border-radius:12px;padding:.8rem;font-family:inherit;font-size:1.1rem}.free-text-input:focus,.field-input:focus,.med-search:focus{outline:3px solid var(--accent);border-color:var(--accent)}.field-label{margin:1.1rem 0 .4rem;font-size:1rem;font-weight:700;display:block}.med-search{margin-bottom:.8rem}.med-btn{text-align:left;justify-content:space-between;align-items:center;gap:.6rem;display:flex}.med-generic{color:#555;font-size:.85rem;font-weight:400}.med-btn.active .med-generic{color:var(--accent)}.med-selected{margin-bottom:1rem}.med-selected-label{color:#444;margin-bottom:.4rem;font-size:.9rem}.med-chips{flex-wrap:wrap;gap:.5rem;display:flex}.med-chip{border:2px solid var(--accent);background:var(--accent-soft);min-height:48px;color:var(--accent);cursor:pointer;border-radius:24px;padding:.5rem .9rem;font-family:inherit;font-size:1rem;font-weight:700}.med-none{color:#555}.welcome{text-align:center;padding-top:3rem}.welcome-title{font-size:2rem}.welcome-sub{color:#555;margin-bottom:1.5rem}.welcome-text{text-align:left;margin-bottom:1rem;font-size:1.15rem}.welcome-text.small{color:#444;font-size:.95rem}.welcome-disclaimer{color:#555;margin-top:2.5rem;font-size:.85rem}.home-card{text-align:left;border:2px solid var(--accent);width:100%;color:var(--ink);cursor:pointer;background:#fff;border-radius:16px;align-items:center;gap:1rem;margin-top:1.2rem;padding:1.2rem;font-family:inherit;font-size:1.05rem;line-height:1.45;display:flex}.home-card:active{background:var(--accent-soft)}.home-card-icon{font-size:2.2rem}.home-card-text strong{color:var(--accent);margin-bottom:.2rem;font-size:1.15rem;display:block}.home-card-draft{color:#096436;margin-top:.3rem;font-size:.85rem;font-style:normal;display:block}.flowb-home{text-align:left;margin:0 0 .8rem;padding-left:0}.flowb-note{color:#444;margin-top:1rem;font-size:.9rem}.flowb-error{color:var(--danger);margin-bottom:.8rem;font-weight:700}.flowb-center{padding-top:4rem}.flowb-review{font-family:ui-monospace,monospace;font-size:1rem}.flowb-history{margin-top:2rem}.history-row{gap:.5rem;margin-bottom:.7rem;display:flex}.history-btn{text-align:left;flex:1;justify-content:space-between;align-items:center;display:flex}.history-delete{border:2px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;min-width:56px;font-size:1.2rem}.med-card{border:2px solid var(--accent);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.2rem}.med-card-title{font-size:1.6rem;line-height:1.3}.med-card-en{color:#555;text-transform:capitalize;margin-bottom:.5rem;font-size:1rem}.med-card-section{margin-top:1.2rem}.med-card-section h2{color:var(--accent);margin-bottom:.4rem;font-size:1.1rem}.med-card-big{font-size:1.35rem;font-weight:700;line-height:1.5}.med-card-list{padding:0;list-style:none}.med-card-list li{border-bottom:1px dashed #cfd6dd;padding:.35rem 0;font-size:1.25rem;font-weight:700;line-height:1.5}.med-card-list li:last-child{border-bottom:none}.med-card-redflags{border:2px solid var(--danger);background:#fdf0f1;border-radius:12px;padding:.8rem}.med-card-redflags h2{color:var(--danger)}.med-card-redflags .med-card-list li{font-size:1.05rem}.med-card-source{color:#444;margin-top:1.2rem;font-size:.9rem}.med-card-source summary{cursor:pointer;align-items:center;min-height:44px;display:flex}.med-card-source p{white-space:pre-wrap;background:#f4f6f8;border-radius:8px;padding:.6rem;font-family:ui-monospace,monospace}.med-card-disclaimer{color:#555;border-top:1px solid #dde3e9;margin-top:1.2rem;padding-top:.7rem;font-size:.85rem}.summary-actions{flex-wrap:wrap;gap:.7rem;margin-bottom:.6rem;display:flex}.summary-hint{margin-bottom:1rem;font-size:1rem;font-weight:700}.summary-sheet{color:#111;background:#fff;border:1px solid #cfd6dd;border-radius:8px;padding:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:.85rem}.sheet-header h1{text-transform:uppercase;letter-spacing:.03em;margin-bottom:.3rem;font-size:1.15rem}.sheet-meta{margin-bottom:.3rem;font-weight:700}.sheet-note{color:#333;border-bottom:2px solid #111;margin-bottom:1rem;padding-bottom:.7rem;font-size:.75rem;font-style:italic}.sheet-section{margin-bottom:1rem}.sheet-section h2{text-transform:uppercase;letter-spacing:.04em;margin-bottom:.3rem;font-size:.9rem}.sheet-section ul{padding-left:0;list-style:none}.sheet-section li{text-indent:-1rem;margin-bottom:.25rem;padding-left:1rem}.sheet-section li:before{content:"– "}.sheet-footer{color:#333;border-top:2px solid #111;margin-top:1.4rem;padding-top:.6rem;font-size:.72rem}.sheet-empty{color:#555;padding:2rem 0}@media print{body{background:#fff}#root{max-width:none;padding:0}.no-print{display:none!important}.summary-sheet{border:none;border-radius:0;padding:0;font-size:12pt}}
