@import "https://fonts.googleapis.com/css2?family=Lexend:wght@900&family=Roboto+Mono:wght@400;700&display=swap";
html,body{color:#fff;background:#000;width:100%;min-height:100vh;margin:0;padding:0;font-family:Roboto Mono,monospace}#__next{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:1rem 0;display:flex}.kasper-logo{color:#fff;word-wrap:break-word;margin-bottom:2rem;font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:900;line-height:1.1}.kasper-logo .blue-text{color:#007aff}.container{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:800px;padding:1.5rem;display:flex}.form-container{background:#111;border:1px solid #333;border-radius:8px;flex-direction:column;gap:1.5rem;width:100%;max-width:500px;padding:2rem;display:flex}.control-item{text-align:left;flex-direction:column;gap:.5rem;width:100%;display:flex}.control-item label{color:#ccc;font-size:.9rem;font-weight:700}.url-input{color:#fff;box-sizing:border-box;background-color:#000;border:1px solid #333;border-radius:4px;width:100%;padding:.8rem;font-family:Roboto Mono,monospace;font-size:1rem}.url-input:focus{border-color:#007aff;outline:none;box-shadow:0 0 8px #007aff80}.submit-button{color:#fff;cursor:pointer;background-color:#007aff;border:none;border-radius:4px;width:100%;padding:1rem;font-family:Roboto Mono,monospace;font-size:1rem;font-weight:700;transition:background-color .3s,transform .1s}.submit-button:hover{background-color:#005bb5}.submit-button:active{transform:scale(.98)}.submit-button:disabled{color:#888;cursor:not-allowed;background-color:#333}.input-row{gap:10px;display:flex}.btn-secondary{background-color:#333;flex-shrink:0}.btn-secondary:hover{background-color:#444}
