:root{--the-seal-gearSize:50px;--the-seal-gearRadius:0px;--the-seal-oscillation-range:20deg;--the-seal-oscillation-speed:5s;--the-seal-textColor:#fff;--the-seal-borderColor:#fff;--the-seal-font-family:Verdana,Geneva,Tahoma,sans-serif}.the-seal{transform:rotate(0deg)}.the-seal,.the-seal *{box-sizing:border-box;position:absolute}.the-seal *{display:block}.the-seal-sunburn{animation:the-seal-sunburn 5s linear infinite}.the-seal .crown{transform-origin:50% 50%}.the-seal__gear{border:solid var(--the-seal-gearBorder) var(--the-seal-borderColor);border-radius:var(--the-seal-gearRadius)}.the-seal .background{z-index:10;border-style:solid;border-radius:50%;background-color:#fff;border-color:var(--the-seal-borderColor);background-size:cover;background-position:50% 50%;transform-origin:50% 50%}.the-seal .letter{z-index:20;font-family:var(--the-seal-font-family);font-weight:700;text-shadow:0 0 2px var(--the-seal-borderColor),0 0 3px var(--the-seal-borderColor),0 0 5px var(--the-seal-borderColor),0 0 5px var(--the-seal-borderColor);color:var(--the-seal-textColor);width:var(--the-seal-gearSize);height:var(--the-seal-gearSize);line-height:var(--the-seal-gearSize);text-align:center}@keyframes the-seal-rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes the-seal-oscillate{0%{transform:rotate(calc(var(--the-seal-oscillation-range)*-1))}50%{transform:rotate(calc(var(--the-seal-oscillation-range)/2))}to{transform:rotate(calc(var(--the-seal-oscillation-range)*-1))}}@keyframes the-seal-sunburn{0%{filter:hue-rotate(0)}50%{filter:hue-rotate(90deg)}to{filter:hue-rotate(0)}}body{width:100vw;height:100vh;overflow:hidden;margin:0;padding:0}hr{color:#fff;margin-bottom:1rem}.theme--light.v-application{background:transparent!important}.v-application--wrap{width:200px}.toolbar{background-color:rgba(0,0,0,.8);padding:1rem;color:#fff;position:absolute;height:100vh;overflow:scroll;width:250px}.seal-preview{position:relative;height:100vh;width:100vw}.v-text-field__slot input{color:#fff!important}.seal-option{border-radius:.5rem;border:1px solid #ccc;margin-bottom:1rem;padding:1rem;background-color:hsla(0,0%,100%,.13333333333333333)}.v-messages.theme--light{display:none}.seal-buttons{position:absolute;top:0;width:calc(100vw - 200px - 4rem);left:calc(202px + 3rem);z-index:5000;border-bottom:1px solid #555;padding:.5rem .5rem;background-color:hsla(0,0%,100%,.5333333333333333);font-weight:700}.source-code{background-color:rgba(0,0,0,.8);height:calc(100vh - 10rem);width:calc(100vw - 200px - 6rem);margin:auto;color:#fff;padding:1rem;font-family:Courier New,Courier,monospace;display:block}