@import "https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--bg:#fcfbf8;--panel:#f7f4ed;--panel-2:#f2eee3;--warm:#f5efe3;--border:#e8e2d4;--border-2:#1a1a1a0f;--text:#1a1a1a;--text-2:#5c5c5c;--text-3:#8a8a8a;--gold:#a88b5f;--gold-soft:#f2ebdb;--blue:#1e3a5f;--blue-soft:#e8edf3;--green:#3d6b4f;--green-soft:#e6eee8;--amber:#b5803d;--amber-soft:#f5ebdc;--red:#8b2c2c;--red-soft:#f5e3e3}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}html,body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,sans-serif;font-weight:400}.serif{font-family:Libre Baskerville,Georgia,serif}.tw-mono{font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums}button{cursor:pointer;font-family:inherit}button:focus,input:focus,textarea:focus{outline:none}.tw-fade{animation:.4s ease-out tw-fade}@keyframes tw-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tw-slide{animation:.45s cubic-bezier(.2,0,0,1) tw-slide}@keyframes tw-slide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.tw-soft-pulse{animation:2.2s ease-in-out infinite tw-soft}@keyframes tw-soft{0%,to{opacity:.45}50%{opacity:1}}.tw-typing-dot{background:var(--text-3);border-radius:3px;width:6px;height:6px;margin:0 2px;animation:1.4s ease-in-out infinite tw-typing;display:inline-block}.tw-typing-dot:nth-child(2){animation-delay:.2s}.tw-typing-dot:nth-child(3){animation-delay:.4s}@keyframes tw-typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.tw-scroll::-webkit-scrollbar{width:6px;height:6px}.tw-scroll::-webkit-scrollbar-track{background:0 0}.tw-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.tw-hover:hover{background:var(--panel)}.tw-mobile-only{display:none}.tw-desktop-only{display:flex}@media (max-width:768px){.tw-mobile-only{display:flex}.tw-desktop-only,.tw-hide-mobile{display:none!important}.tw-stack-mobile{grid-template-columns:1fr!important;gap:24px!important}.tw-pad-mobile{padding-left:20px!important;padding-right:20px!important}.tw-h1-mobile{font-size:26px!important}.tw-h2-mobile{font-size:18px!important}.tw-flex-stack-mobile{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.tw-padding-bottom-tabs{padding-bottom:96px!important}}
