*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans: "DM Sans", system-ui, sans-serif;--font-mono: "DM Mono", monospace;--bg: #f7f6f3;--surface: #ffffff;--surface2: #f0efe9;--border: #e4e2da;--border2: #d0cec5;--text-1: #1a1917;--text-2: #5c5a54;--text-3: #9b9891;--teal: #0f766e;--teal-light:#ccfbf1;--teal-mid: #14b8a6;--amber: #b45309;--amber-light:#fef3c7;--red: #dc2626;--red-light: #fee2e2;--green: #16a34a;--green-light:#dcfce7;--blue: #1d4ed8;--blue-light:#dbeafe;--purple: #7c3aed;--purple-light:#ede9fe;--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--radius-xl: 20px;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow: 0 2px 8px rgba(0,0,0,.08);--shadow-lg: 0 8px 24px rgba(0,0,0,.1);--sidebar-w: 220px;--topbar-h: 56px}html{font-size:15px}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-1);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:var(--font-sans);cursor:pointer}input,select,textarea{font-family:var(--font-sans)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:99px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=date],input[type=time],select,textarea{width:100%;padding:8px 12px;border:1px solid var(--border2);border-radius:var(--radius-sm);font-size:14px;color:var(--text-1);background:var(--surface);transition:border-color .15s,box-shadow .15s;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--teal-mid);box-shadow:0 0 0 3px #14b8a61f}textarea{resize:vertical;min-height:80px}label{font-size:13px;font-weight:500;color:var(--text-2);display:block;margin-bottom:5px}.page-enter{animation:fadeUp .18s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.feature-grid,[style*="grid-template-columns: 1fr 1fr"],[style*="grid-template-columns: 280px"]{grid-template-columns:1fr!important}.page-enter>div>div[style*="justify-content: flex-end"]{flex-wrap:wrap}}.sidebar{will-change:transform}
