.note-box{display:flex;gap:.5rem;align-items:flex-start;padding:.6rem .8rem;border:1px solid var(--border-soft);border-left:3px solid var(--border-default);border-radius:8px;background:var(--surface-subtle);color:var(--ink-soft);font-size:.85rem;line-height:1.55}.note-box-icon{flex:0 0 auto;font-size:.95rem;line-height:1.55;opacity:.85}.note-box-body{flex:1 1 auto;min-width:0}.note-box-body :where(strong){color:var(--ink);font-weight:600}.note-box-body :where(a){color:var(--accent-dark);text-decoration:underline}.note-box-info{background:var(--surface-brand-subtle);border-color:var(--border-subtle);border-left-color:var(--accent)}.note-box-warning{background:var(--surface-error-subtle);border-color:var(--border-subtle);border-left-color:var(--accent-dark);color:var(--ink)}