body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;max-width:100vw;width:100%}body,html{overflow-x:hidden}h1,h2,h3,h4{font-family:Merriweather,serif}.prose h3{color:#0c4a6e;font-weight:700;margin-bottom:.5em;margin-top:1.5em}.prose p{color:#334155;line-height:1.7;margin-bottom:1em}.prose ul{list-style-type:disc;margin-bottom:1em;padding-left:1.5em}.prose li{color:#334155;margin-bottom:.5em}.snapshot-table th{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1rem;text-align:left;text-transform:uppercase}.snapshot-table td{border-bottom:1px solid #e2e8f0;color:#0f172a;padding:1rem}.snapshot-table tr:last-child td{border-bottom:none}@media (max-width:768px){body{overflow-x:hidden;width:100%}.snapshot-table td,.snapshot-table th{font-size:.8125rem;line-height:1.4;padding:.75rem .5rem;word-wrap:break-word}.snapshot-table th{font-size:.75rem;width:35%}.max-w-7xl{overflow-x:hidden;padding-left:1rem;padding-right:1rem;width:100%}#snapshot{margin-left:0;margin-right:0;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}}.modal-overlay{align-items:center;backdrop-filter:blur(4px);background:rgba(15,23,42,.6);bottom:0;display:none;justify-content:center;left:0;opacity:0;padding:1rem;position:fixed;right:0;top:0;transition:opacity .2s ease;z-index:100}.modal-overlay.open{display:flex;opacity:1}.modal-content{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);max-width:500px;overflow:hidden;transform:scale(.95);transition:transform .2s ease;width:100%}.modal-overlay.open .modal-content{transform:scale(1)}.wizard-option{justify-content:flex-start;text-align:left;transition:all .2s}.wizard-option:hover{background-color:rgba(14,165,233,.05);border-color:#0ea5e9}.wizard-card{backdrop-filter:blur(12px);background:hsla(0,0%,100%,.95);border:none;border-radius:1rem;box-shadow:0 20px 40px -10px rgba(0,0,0,.3);overflow:hidden;transition:all .3s ease}.animate-in{animation:fadeIn .3s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}