:root{--borderRadius:8px;--backgroundColor:#fff}body{background-color:#fff;background-color:var(--backgroundColor);min-height:100vh;font-size:calc(10px + 2vmin);color:#686868}.container{display:flex;justify-content:center}.url-group{display:flex;margin:1em}.url-group input{height:40px;padding:0 1em;border-radius:8px 0 0 8px;border-radius:var(--borderRadius) 0 0 var(--borderRadius);border:transparent;width:70%;margin:0;font-size:.7em;color:#8d8d8d}.url-group input,.url-group input:focus{background-color:hsla(0,0%,40.8%,.12156862745098039)}.url-group input:focus{outline:none;color:#4e4e4e;border-radius:8px 0 0 8px;border-radius:var(--borderRadius) 0 0 var(--borderRadius)}.url-group button{cursor:pointer;max-height:40px;border:none;border-radius:0 8px 8px 0;border-radius:0 var(--borderRadius) var(--borderRadius) 0;letter-spacing:.1em;color:#fff;background-color:#ffa9be;padding:10px 20px;text-align:center;text-decoration:none;transition:all .2s ease-in-out}.url-group button:active{border:none;outline:none}.url-group button:hover{transform:scale(1.03)}.bubbles{display:flex}.bubbles span{display:inline-block;vertical-align:middle;width:15px;height:15px;margin:150px auto;background:#fe576c;border-radius:50%;-webkit-animation:bubbly .9s infinite alternate;animation:bubbly .9s infinite alternate}#bubble2{-webkit-animation-delay:.27s;animation-delay:.27s}#bubble3{-webkit-animation-delay:.54s;animation-delay:.54s}@-webkit-keyframes bubbly{0%{width:15px;height:15px;opacity:1;transform:translateY(0)}to{width:50px;height:50px;opacity:.1;transform:translateY(-32px)}}@keyframes bubbly{0%{width:15px;height:15px;opacity:1;transform:translateY(0)}to{width:50px;height:50px;opacity:.1;transform:translateY(-32px)}}.preview{position:relative;display:block;background-color:#fff;background-color:var(--backgroundColor);border-radius:8px;border-radius:var(--borderRadius);border:1px solid #e1e8ed;font-size:15px}.preview .image{height:150px;background-size:contain;background-color:#e1e8ed;background-repeat:no-repeat;background-position:50%;border:solid #e1e8ed;border-width:0 0 1px;border-top-left-radius:8px;border-top-left-radius:var(--borderRadius);border-top-right-radius:8px;border-top-right-radius:var(--borderRadius);overflow:hidden}.preview .text{padding:.7em}.preview .text .title{margin:0 0 .15em;font-size:16px;line-height:18.375px;letter-spacing:normal;overflow:hidden}.preview .text .description{height:2.6em;max-height:2.6em;margin-top:.32333em;line-height:1.3em;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-user-select:all;-ms-user-select:all;user-select:all}.preview .text .description,.preview .text .domain{letter-spacing:normal;overflow:hidden;text-overflow:ellipsis}.preview .text .domain{text-transform:lowercase;line-height:1.3125;white-space:nowrap}.preview .url{text-decoration:none;color:#367eff}.preview .url:hover{text-decoration:underline;color:#0053e7}.no-link-style{text-decoration:none}.error{background:rgba(255,0,0,.4392156862745098);color:#fff;color:var(--backgroundColor);font-size:15px;text-align:center;border-radius:8px;border-radius:var(--borderRadius);display:inline-block;padding:1em;font-weight:700}.error .status{font-size:17px}.screenshot-container{margin:2em}.screenshot-container .bordered{border:1px dotted #000}.screenshot-container h1{font-size:1em;font-weight:700;text-align:center}.responsive{width:100%;height:auto}
/*# sourceMappingURL=main.d850e553.chunk.css.map */