.profile-entry { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:16px; padding:10px 12px; border:1px solid var(--border); border-radius:14px; background:#0a223d; }
.profile-entry p { margin:0; font-size:12px; color:var(--muted); }
.profile-entry .btn { flex:0 0 auto; }
.welcome-dialog { width:min(760px, calc(100% - 24px)); max-height:calc(100dvh - 24px); border:1px solid #376082; border-radius:24px; padding:0; color:#f5fbff; background:#0a2038; overflow:auto; }
.welcome-dialog::backdrop { background:rgba(2,10,20,.94); backdrop-filter:blur(12px); }
.welcome-shell { padding:clamp(20px,5vw,40px); }
.welcome-top { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:26px; }
.welcome-top img { width:56px; height:56px; }
.welcome-steps { color:#b8d3e7; font-size:12px; }
.welcome-shell h2 { font-family:Georgia,serif; font-size:clamp(28px,6vw,42px); line-height:1.15; margin:0 0 16px; }
.welcome-shell p { color:#c1d4e4; line-height:1.65; }
.welcome-features { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin:26px 0; }
.welcome-features div { padding:15px; border:1px solid #35536c; border-radius:16px; background:#102d4a; }
.welcome-features strong { display:block; margin-bottom:6px; color:#a1e0ff; }
.welcome-features span { font-size:13px; color:#c1d4e4; }
.tradition-choices { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:20px 0; border:0; padding:0; min-width:0; }
.tradition-choice { display:flex; gap:10px; align-items:flex-start; padding:15px; border:1px solid #476781; border-radius:15px; background:#102b46; cursor:pointer; }
.tradition-choice:has(input:checked) { border-color:#a0e4ff; background:#174563; box-shadow:0 0 0 1px #a0e4ff; }
.tradition-choice input { margin-top:5px; flex:0 0 auto; accent-color:#82d8ff; width:18px; height:18px; }
.tradition-choice strong,.tradition-choice small { display:block; }
.tradition-choice small { color:#c1d4e4; margin-top:5px; line-height:1.5; }
.welcome-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.welcome-actions .btn { min-height:48px; }
.welcome-note { font-size:12px; }
.welcome-status { min-height:24px; color:#ffe2a3 !important; }
.welcome-shell .field { font-size:14px; }
.welcome-shell input { font-size:16px; min-height:48px; }
.lesson-source { color:#a1e0ff; display:inline-block; padding:8px 0; overflow-wrap:anywhere; }
@media(max-width:620px) {
  .welcome-dialog { width:100%; height:100dvh; max-height:100dvh; margin:0; border:0; border-radius:0; }
  .welcome-shell { padding:calc(20px + env(safe-area-inset-top)) 20px calc(24px + env(safe-area-inset-bottom)); }
  .welcome-features { grid-template-columns:1fr; }
  .welcome-features div { padding:12px 15px; }
  .tradition-choices { grid-template-columns:1fr; }
  .profile-entry { align-items:flex-start; }
}
