*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;font-family:system-ui,Segoe UI,Roboto,sans-serif}#root{min-height:100svh}.container{box-sizing:border-box;background-color:#1a1a2e;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:2rem;transition:background-color .4s;display:flex}.container.bg-green{background-color:#0f5132}.container.bg-red{background-color:#842029}h1{color:#fff;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.4rem}.tagline{color:#ffffffd9;text-align:center;max-width:480px;margin-bottom:.4rem;font-size:1.15rem;line-height:1.5}.description{color:#ffffff80;text-align:center;max-width:480px;margin-bottom:2rem;font-size:.9rem;line-height:1.5}.form{flex-direction:column;gap:1.2rem;width:100%;max-width:480px;display:flex}.form label{flex-direction:column;gap:.3rem;display:flex}.form label span{color:#ffffffb3;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600}.form input{color:#fff;background:#ffffff1a;border:2px solid #fff3;border-radius:8px;outline:none;padding:.75rem 1rem;font-family:ui-monospace,Consolas,monospace;font-size:1.1rem;transition:border-color .2s}.form input::placeholder{color:#ffffff4d}.form input:focus{border-color:#ffffff80}.form button{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:8px;margin-top:.5rem;padding:.75rem;font-size:1.1rem;font-weight:600;transition:background .2s}.form button:hover{background:#ffffff4d}.result{text-align:center;color:#fff;margin-top:2rem}.result-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.result-cidr{opacity:.9;margin:0;font-size:1.1rem}@keyframes shake{0%,to{transform:translate(0)}10%,50%,90%{transform:translate(-6px)}30%,70%{transform:translate(6px)}}.shake{animation:.5s ease-in-out shake}
