html,body{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}@media (prefers-color-scheme: dark){html{color-scheme:dark}body{color:#fff;background:#000}}.control-form{width:100%;height:100vh;background:#22232b;padding:1.6rem;position:sticky;top:0}.heading-text{margin:0;margin-bottom:1.6rem}.form-section{margin-bottom:1.6rem}.form-section p{font-size:1rem;margin-bottom:.6rem;color:#ededf1}.form-section .copied-message{text-align:center;background:#00800080;border-radius:25px;padding:20px;width:fit-content;margin:20px auto}.open-picker-button{width:100%;background:#6c738b;color:#fff;border:none;font-size:1rem;padding:.8em;border-radius:.2rem;cursor:pointer;transition:.2s background}.open-picker-button:hover{background:#46495e}.selected-color{width:100%;height:150px;border:none;cursor:pointer;border-radius:.4rem;transition:.2s background;display:grid;place-items:center;color:#fff;font-size:1.2rem}.shoutout{color:#6c738b;position:absolute;bottom:1.6rem;left:1.6rem}.shoutout a{color:#b59cfd}.image-preview{background:#363844;padding:2.4rem;display:grid;place-content:center;height:100vh;box-sizing:border-box;position:relative;overflow:hidden}.image-preview .image-container{display:flex;align-items:center;justify-content:center}.image-preview .image-container img{max-width:90%;max-height:90%;object-fit:contain;box-shadow:0 5px 15px #00000026;position:relative;z-index:10}.image-preview .image-container .background-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center;transform:scale(1.2);filter:blur(4px);opacity:.5}.wrapper{display:grid;grid-template-columns:450px 1fr;min-height:100vh;color:#fff}.not-supported{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh}.not-supported p{margin-top:1rem;font-size:larger}.not-supported a{text-decoration:underline}
