:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body,html{margin:0;padding:0;font-family:Arial,sans-serif;background-color:#f3f4f6}.container{display:flex;flex-direction:column;min-height:100vh}.header{background-color:#000;color:#fff;padding:16px;text-align:center}.header-title{margin:0;font-size:24px;font-weight:700}.main{flex:1;display:flex;align-items:center;justify-content:center;padding:16px}.content{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;max-width:400px;width:100%;padding:32px}.content-title{font-size:32px;color:#333;margin-bottom:16px}.underline{width:64px;height:4px;background-color:#3498db;margin:0 auto 24px;border-radius:2px}.loader-container{display:flex;justify-content:center;margin-bottom:24px}.loader{width:64px;height:64px;border:4px solid #3498db;border-top:4px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.content-subtitle{font-size:20px;color:#555;margin-bottom:8px}.content-text{font-size:14px;color:#777;margin-bottom:24px}.button{display:inline-block;background-color:#3498db;color:#fff;font-size:16px;font-weight:700;padding:12px 24px;border-radius:4px;text-decoration:none;transition:all .3s ease}.button:hover{background-color:#1d6fa5;transform:scale(1.05)}
