:root{font-family: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{margin:0;font-family:Arial,sans-serif;background:linear-gradient(to bottom right,#dbeafe,#e0e7ff);height:100vh;display:flex;align-items:center;justify-content:center;transition:background .3s,color .3s}body.dark{background:linear-gradient(to bottom right,#0f172a,#1e293b);color:#f1f5f9}.container{display:flex;flex-direction:column;align-items:center;padding:20px}.toggle-wrapper{position:absolute;top:20px;right:20px}.toggle-button{background:#1f2937;color:#fff;border:none;padding:8px 12px;border-radius:20px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;transition:background .3s}.toggle-button:hover{background:#111827}body.dark .toggle-button{background:#f8fafc;color:#0f172a}body.dark .toggle-button:hover{background:#e2e8f0}.card{background:#fff;padding:30px 40px;border-radius:20px;box-shadow:0 10px 30px #0000001a;max-width:500px;text-align:center;transition:background .3s,color .3s}body.dark .card{background:#1e293b;color:#f1f5f9;box-shadow:0 10px 30px #ffffff0d}.icon-title{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:20px}.icon-circle{background-color:#2563eb;padding:10px;border-radius:50%;display:flex;align-items:center;justify-content:center}.card h1{font-size:22px;margin:0}.card p{font-size:15px;line-height:1.6;margin-top:10px}.github-button{margin-top:20px;display:inline-flex;align-items:center;gap:10px;background-color:#1f2937;color:#fff;padding:10px 18px;border-radius:10px;text-decoration:none;font-weight:700;transition:background .3s}.github-button:hover{background-color:#111827}body.dark .github-button{background-color:#f8fafc;color:#0f172a}body.dark .github-button:hover{background-color:#e2e8f0}.card{color:#000}
