body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#eef4fb;font-family:Arial,sans-serif}.App{margin:auto;max-width:1200px;padding:20px;text-align:center}.header{background:linear-gradient(90deg,#0d47a1,#1976d2);border-radius:12px;box-shadow:0 5px 15px #0003;color:#fff;margin-bottom:20px;padding:25px}.header h1{color:#fff;margin-bottom:10px}.header p{font-size:18px}.hero{background:linear-gradient(135deg,#1565c0,#42a5f5);border-radius:15px;box-shadow:0 5px 15px #00000026;color:#fff;margin-bottom:30px;padding:40px}.hero h1{color:#fff;margin-bottom:15px}.hero p{font-size:20px}.hero h3{color:#ffe082;margin:20px 0}button{border:none;border-radius:10px;cursor:pointer;font-size:17px;font-weight:700;margin:10px;padding:14px 28px;transition:.3s}button:hover{transform:translateY(-2px)}.start-btn{background:#2e7d32;color:#fff}.login-btn{background:#ef6c00;color:#fff}.premium-btn{background:#8e24aa;color:#fff}.features{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:30px}.card{background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000001f;padding:25px;transition:.3s}.card:hover{transform:translateY(-6px)}.card h2{color:#1565c0;margin-bottom:15px}.card p{color:#555}.timer{background:#222;border-radius:10px;color:#fff;font-size:22px;margin-bottom:20px;padding:12px}.progress-box{background:#ddd;width:100%}.progress-box,.progress-fill{border-radius:20px;height:12px}.progress-fill{background:#43a047}.result-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000026;margin:auto;max-width:700px;padding:30px}@media(max-width:768px){.hero h1{font-size:28px}.hero p{font-size:17px}button{width:100%}}
/*# sourceMappingURL=main.55c118bd.css.map*/