body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f6f6f7}.index{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem}.content{max-width:540px;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 2px 16px #00000014;text-align:center}.logo{margin-bottom:1.5rem}h1{font-size:1.75rem;font-weight:700;color:#202223;margin:0 0 1rem}p{color:#6d7175;line-height:1.6;margin-bottom:2rem}form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}label{display:flex;flex-direction:column;gap:.4rem;text-align:left}label span{font-size:.875rem;font-weight:500;color:#202223}input[type=text]{padding:.75rem 1rem;border:1px solid #c9cccf;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s}input[type=text]:focus{border-color:#25d366;box-shadow:0 0 0 3px #25d36626}button[type=submit]{padding:.875rem;background:#25D366;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}button[type=submit]:hover{background:#128C7E}ul{list-style:none;padding:0;margin:0;text-align:left;display:flex;flex-direction:column;gap:1rem}li{padding:1rem;background:#f6f6f7;border-radius:8px;color:#202223;font-size:.9rem;line-height:1.5}li strong{color:#202223;display:block;margin-bottom:.2rem}
