:root{--font-family:"Orbitron", sans-serif;--text-color:#0f0000;--background-color:#83b0bd;--input-background-color:#fcd9d3;--button-background-color:#f9b759;--copied-background-color:#83f5bc;--failed-background-color:#ffa3a3;--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;left:5.5vw}.header-title-line-1{font-size:clamp(.6rem,5vw,5rem);line-height:1.6;display:block}.header-title-line-2{font-size:clamp(1.8rem,8vw,8rem);line-height:1.2}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)}.controls{justify-content:space-between;gap:.8em;width:100%}.summary-length-container{flex-grow:.8;justify-content:space-between;align-items:center;font-weight:700}.summary-length-group{align-items:center;gap:.4em;width:100%;display:flex}.summary-length-input{appearance:none;background-color:var(--button-background-color);border-radius:15px;flex-grow:1;height:.8em}.summary-length-text{font-size:.7rem}.button{background-color:var(--button-background-color);border:none;border-radius:5px;justify-content:center;align-items:center;height:2.5em;padding:.875em .65em;font-family:inherit;font-weight:700;display:flex}.button-full-width{width:100%}.summarize-button{flex-basis:40%;padding:.875em 1em}textarea:focus,input[type=range]:focus,.button:focus{outline:2px solid var(--focus-color)}.button:not(:disabled):hover,.summary-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}.summary-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}.summary-length-input:disabled::-webkit-slider-thumb{background-color:var(--disabled-color);cursor:not-allowed}.summary-length-input::-moz-range-thumb{background:var(--slider-thumb-color);cursor:pointer;border-radius:50%;width:1em;height:1em;transition:background-color .3s}.summary-length-input:disabled::-moz-range-thumb{background-color:var(--disabled-color);cursor:not-allowed}.summary-length-input::-ms-thumb{background:var(--slider-thumb-color);cursor:pointer;border-radius:50%;width:1em;height:1em;transition:background-color .3s}.summary-length-input:disabled::-ms-thumb{background-color:var(--disabled-color);cursor:not-allowed}.summary-output-section{position:relative}.summary-content,.loading-section,.error-section{width:100%;height:100%;position:absolute;top:0;left:0}.summary-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-weight:700}.error-message{word-wrap:break-word;width:100%;margin-bottom:1em}@media screen and (width>=360px){.controls{flex-direction:row}.summary-length-container{align-items:stretch}}@media screen and (width>=768px){main{grid-template:1fr/1fr 1fr;align-items:stretch}}
