:root{--font-family:"Cute Font", sans-serif;--text-color:#0f0000;--background-color:#cdd0d1;--input-background-color:#f5f6f9;--button-background-color:#f9b759;--copied-background-color:#83f5bc;--failed-background-color:#ffa3a3;--light-background-color:#ffbf8f;--hover-color:#fba122;--focus-color:#9f570a;--slider-thumb-color:#9f570a;--disabled-color:#b38443}*{box-sizing:border-box}html,body{height:100%;font-family:var(--font-family);color:var(--text-color);background:var(--background-color);margin:0;padding:0}.flex-column{flex-direction:column;display:flex}.container{align-items:center;height:100vh}main{grid-template-rows:1fr 1fr;gap:.8em;width:100%;height:100%;padding:.8em;display:grid}section{width:100%}header{width:100%;position:relative}.header-image{width:100%;display:block}.header-title{font-weight:700;position:absolute;top:5vh;right:9vw}.header-title-line-1{font-size:clamp(2.5rem,10vw,10rem);line-height:.5;display:block}.header-title-line-2{margin:0;font-size:clamp(2.2rem,16vw,16rem);line-height:1}textarea{resize:none;background-color:var(--input-background-color);border:none;border-radius:6px;flex-grow:1;width:100%;min-height:8.75em;margin-bottom:.8em;padding:.8em .6em;font-family:sans-serif}textarea::placeholder{color:var(--text-color)}.image-input-area{resize:none;background-color:var(--light-background-color);cursor:pointer;border:none;border-radius:6px;flex-grow:1;justify-content:center;align-items:center;width:100%;height:8.75em;margin-bottom:.8em;padding:.8em .6em;font-family:sans-serif;font-weight:700}.image-input-area p{margin-bottom:.3em}.image-input-area.drag-over{border:2px dashed var(--button-background-color)}.uploaded-img{object-fit:contain;max-width:100%;max-height:100%}.upload-icon{height:4em;display:block}.file-input{display:none}.controls{justify-content:space-between;gap:.8em;width:100%}.description-length-container{flex-grow:.8;justify-content:space-between;align-items:center;font-weight:700}.description-length-group{align-items:center;gap:.4em;width:100%;display:flex}.description-length-input{appearance:none;background-color:var(--button-background-color);border-radius:15px;flex-grow:1;height:.8em}.description-length-text{font-size:1.2rem}.button{background-color:var(--button-background-color);cursor:pointer;border:none;border-radius:5px;justify-content:center;align-items:center;height:1em;padding:.875em .65em;font-family:inherit;font-size:1.5rem;font-weight:700;display:flex}.button-full-width{width:100%}.describe-button{padding:.875em 1em}textarea:focus,input[type=range]:focus,.button:focus,.image-input-area:focus{outline:2px solid var(--focus-color)}.button:not(:disabled):hover,.description-length-input:not(:disabled):hover{background-color:var(--hover-color);cursor:pointer}.disabled,:disabled{color:var(--disabled-color);cursor:not-allowed}textarea:disabled::placeholder{color:var(--disabled-color)}.copied{background-color:var(--copied-background-color)!important}.failed{background-color:var(--failed-background-color)!important}.description-length-input::-webkit-slider-thumb{appearance:none;background:var(--slider-thumb-color);cursor:pointer;border-radius:50%;width:1em;height:1em;transition:background-color .3s}.description-length-input:disabled::-webkit-slider-thumb{background-color:var(--disabled-color);cursor:not-allowed}.description-length-input::-moz-range-thumb{background:var(--slider-thumb-color);cursor:pointer;border-radius:50%;width:1em;height:1em;transition:background-color .3s}.description-length-input:disabled::-moz-range-thumb{background-color:var(--disabled-color);cursor:not-allowed}.description-length-input::-ms-thumb{background:var(--slider-thumb-color);cursor:pointer;border-radius:50%;width:1em;height:1em;transition:background-color .3s}.description-length-input:disabled::-ms-thumb{background-color:var(--disabled-color);cursor:not-allowed}.description-output-section{position:relative}.description-content,.loading-section,.error-section{width:100%;height:100%;position:absolute;top:0;left:0}.description-content{z-index:1}.loading-section,.error-section{z-index:2;background-color:var(--background-color);justify-content:center;align-items:center;display:none}.loading-section img{width:auto;max-width:100px;height:auto;max-height:100px}.loading-message,.error-message{margin-top:1em;font-size:1.3rem;font-weight:700}.error-message{word-wrap:break-word;width:100%;margin-bottom:1em}@media screen and (width>=360px){.controls{flex-direction:row}.describe-button{flex-basis:40%}.description-length-container{align-items:stretch}}@media screen and (width>=768px){main{grid-template:1fr/1fr 1fr;align-items:stretch}}
