:root{--foreground: #2c3e50;--background: #f8f9fa}html,body{overscroll-behavior:none}body{background-color:var(--background);color:var(--foreground);font-size:16px;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}button{font-size:1rem;padding:.75rem 1.5rem;background-color:#2b4e61;color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:inherit;transition:all .2s ease-in-out;font-weight:500}button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2b4e6126}button:active{transform:translateY(0)}h1{font-size:2rem;font-weight:600;color:#2c3e50;margin-bottom:2rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
