html,body{margin:0}.index{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.content{max-width:600px;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:3rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid rgba(255,255,255,.2);text-align:center;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.heading{font-size:2.5rem;font-weight:700;color:#1a202c;margin:0 0 1rem;line-height:1.2;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text{font-size:1.25rem;color:#4a5568;margin:0 0 2.5rem;line-height:1.6;font-weight:400}.form{margin-bottom:3rem;padding:2rem;background:#f7fafc;border-radius:16px;border:1px solid #e2e8f0}.label{display:block;text-align:left;margin-bottom:1.5rem}.label span:first-child{display:block;font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:.95rem}.input{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:12px;background-color:#fff;transition:all .2s ease-in-out;margin-bottom:.5rem}.input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.label span:last-child{font-size:.875rem;color:#718096;font-style:italic}.button{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:1rem;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease-in-out;margin-top:1rem;box-shadow:0 4px 6px -1px #0000001a}.button:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.button:active{transform:translateY(0)}.list{list-style:none;padding:0;margin:0;text-align:left}.list li{padding:1.25rem;margin-bottom:.75rem;background:#f7fafc;border-radius:12px;border-left:4px solid #667eea;transition:all .2s ease-in-out;position:relative}.list li:hover{transform:translate(8px);box-shadow:0 4px 6px -1px #0000001a;background:#edf2f7}.list li:last-child{margin-bottom:0}.list li strong{color:#2d3748;font-weight:600;font-size:1.1rem}.list li:before{content:"✓";position:absolute;left:-12px;top:50%;transform:translateY(-50%);background:#667eea;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}@media (max-width: 768px){.index{padding:1rem}.content{padding:2rem;margin:1rem 0}.heading{font-size:2rem}.text{font-size:1.1rem}.form{padding:1.5rem}.list li{padding:1rem}}@media (max-width: 480px){.content{padding:1.5rem}.heading{font-size:1.75rem}.text{font-size:1rem}}
