*{-webkit-tap-highlight-color:transparent}:root{color-scheme:light;--bg-primary:#fff;--bg-secondary:#f8fafc;--text-primary:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8;--border:#e2e8f0}html[data-theme=dark]{color-scheme:dark;--bg-primary:#1e293b;--bg-secondary:#0f172a;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border:#334155}body,html{overscroll-behavior:none;transition:background-color .2s ease,color .2s ease;background-color:var(--bg-secondary);color:var(--text-primary)}html[data-theme=dark] .text-muted{color:var(--text-muted)!important}html[data-theme=dark] .text-secondary{color:var(--text-secondary)!important}html[data-theme=dark] .btn-outline-secondary{color:var(--text-secondary);border-color:var(--border)}html[data-theme=dark] .btn-outline-secondary:hover{background-color:var(--bg-primary);color:var(--text-primary)}html[data-theme=dark] .form-control,html[data-theme=dark] .form-select{background-color:var(--bg-primary);color:var(--text-primary);border-color:var(--border)}html[data-theme=dark] .form-control::placeholder{color:var(--text-muted)}html[data-theme=dark] .placeholder-glow .placeholder{background-color:var(--border)}#__next{min-height:100dvh}.timeline-scroll{-webkit-overflow-scrolling:touch}