@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";.sh__progress{background:linear-gradient(90deg,#4838d2 0%,#6366f1 15%,#7c3aed 30%,#c026d3 50%,#de00fc 70%,#06b6d4 85%,#2ad0a6 100%);border-top-right-radius:8px;border-bottom-right-radius:8px;width:101vw;height:.6rem;animation:.8s cubic-bezier(.4,0,.2,1) fill;position:fixed;top:0;left:0}.sh__recorder .sh__wrp{flex-direction:column;justify-content:center;align-items:center;display:flex}.sh__recorder .sh__logo{width:auto;color:inherit;justify-content:center;align-items:center;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:2%;left:3%;transform:scale(.9)}@media (width>=768px){.sh__recorder .sh__logo{width:100%;left:50%;transform:translate(-50%)scale(.7)}}.sh__recorder .sh__logo--img img{width:100%;max-width:18vw;transform:scale(1)}@media (width>=768px){.sh__recorder .sh__logo--img img{max-width:10vw}}.sh__recorder .sh__logo--text{margin:0 0 0 .8rem;font-size:40px;font-weight:900}@media screen and (width>=768px){.sh__recorder .sh__logo--text{font-size:calc(1.38889vw + 29.3333px)}}@media screen and (width>=1920px){.sh__recorder .sh__logo--text{font-size:56px}}@media (width<=767px){.sh__recorder .sh__logo--text{display:none}}.sh__recorder .sh__logo--text span{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#cb356b,#bd3f32);-webkit-background-clip:text;background-clip:text}.sh__recorder .sh__logo--text sup{vertical-align:top;font-size:.5em;font-weight:400}.sh__recorder .sh__dropdown{width:90%;display:flex;position:relative}@media (width>=768px){.sh__recorder .sh__dropdown{width:100%;max-width:35rem}}.sh__recorder .sh__dropdown--btn{color:#6b7280;cursor:pointer;z-index:12;background-color:#f3f4f6;border:2px solid #0000;border-radius:.5rem;outline:none;align-items:center;width:100%;margin:1.5rem 0;padding:1.2rem 1rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.sh__recorder .sh__dropdown--btn:focus-visible{outline-offset:1px;outline:2px solid #4838d2}@media (width>=768px){.sh__recorder .sh__dropdown--btn{padding:1.2rem 1.8rem;font-size:14px}}@media screen and (width>=768px) and (width>=768px){.sh__recorder .sh__dropdown--btn{font-size:calc(.347222vw + 11.3333px)}}@media screen and (width>=768px) and (width>=1920px){.sh__recorder .sh__dropdown--btn{font-size:18px}}.sh__recorder .sh__dropdown--btn:hover{background-color:#e7e9ed}.sh__recorder .sh__dropdown--btn span{margin-left:2%;margin-right:auto}.sh__recorder .sh__dropdown--btn.toggled{border:2px solid #4838d2;box-shadow:0 3px 10px #00000014}.sh__recorder .sh__dropdown--icon{width:100%;max-width:1.2rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.sh__recorder .sh__dropdown--icon.camera{max-width:1.5rem}@media (width>=1024px){.sh__recorder .sh__dropdown--icon.camera{max-width:2rem}}.sh__recorder .sh__dropdown--icon.toggled{transform:rotate(180deg)}.sh__recorder .sh__dropdown__list{z-index:11;text-align:left;pointer-events:none;opacity:0;background-color:#fff;border-radius:.5rem;flex-direction:column;width:100%;max-height:0;margin:0;padding:0;list-style-type:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:calc(100% - 5px);overflow:hidden;transform:translateY(-10px);box-shadow:0 6px 16px #00000029}.sh__recorder .sh__dropdown__list--item{color:#6b7280;cursor:pointer;background-color:#0000;align-items:center;padding:1rem 1.8rem;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}@media screen and (width>=768px){.sh__recorder .sh__dropdown__list--item{font-size:calc(.173611vw + 12.6667px)}}@media screen and (width>=1920px){.sh__recorder .sh__dropdown__list--item{font-size:16px}}.sh__recorder .sh__dropdown__list--item.active{color:#4838d2;background-color:#f0f1f4;font-weight:600}.sh__recorder .sh__dropdown__list--item.active:before{content:"";background-color:#4838d2;width:3px;height:100%;position:absolute;top:0;left:0}.sh__recorder .sh__dropdown__list--item:hover{color:#484d56;background-color:#edeff2}.sh__recorder .sh__dropdown__list--item:not(:last-child){border-bottom:1px solid #edeff2}.sh__recorder .sh__dropdown__list--item:focus-visible{background-color:#e7e9ed;outline:none}@media (width<=767px){.sh__recorder .sh__dropdown__list--item{padding:1.2rem 1.8rem}}.sh__recorder .sh__dropdown__list.open{opacity:1;pointer-events:all;border:1px solid #dcdfe5;max-height:300px;overflow-y:auto;transform:translateY(0)}.sh__recorder .sh__dropdown.active:after{content:"";z-index:10;background:0 0;width:100%;height:100%;position:fixed;top:0;left:0}.sh__recorder .sh__header{flex-direction:column;display:flex}.sh__recorder .sh__header--title{text-align:center;font-size:20px;font-weight:600;line-height:1.4;display:inline-block;position:relative;overflow:hidden}@media screen and (width>=768px){.sh__recorder .sh__header--title{font-size:calc(.694445vw + 14.6667px)}}@media screen and (width>=1920px){.sh__recorder .sh__header--title{font-size:28px}}.sh__recorder .sh__header--title span{will-change:transform;transition:transform .8s cubic-bezier(.4,0,.2,1);display:inline-block}.sh__recorder .sh__header--title span.red--text{color:#c62628;font-weight:700}.sh__recorder .sh__header--title.recording span{transform:translateY(100%)}.sh__recorder .sh__header--title.outro span{transform:translateY(200%)}.sh__recorder .sh__header.is-recording .intro span{transform:translateY(-100%)}.sh__recorder .sh__header.is-recording .recording span{transform:translateY(0)}.sh__recorder .sh__header.is-recording .outro span{transform:translateY(100%)}.sh__recorder .sh__header.is-reviewing .intro span{transform:translateY(-200%)}.sh__recorder .sh__header.is-reviewing .recording span{transform:translateY(-100%)}.sh__recorder .sh__header.is-reviewing .outro span{transform:translateY(0)}.sh__recorder .sh__choice{flex-direction:column;align-items:center;width:100%;display:flex}.sh__recorder .sh__choice.hide{display:none}.sh__recorder .sh__choice--filename{color:#6b7280;visibility:hidden;opacity:0;background-color:#f3f4f6;border:none;border-radius:.5rem;outline:none;justify-content:center;align-items:center;width:90%;max-width:35rem;margin-bottom:20px;padding:1.2rem 1rem;font-weight:600;display:flex;position:relative}.sh__recorder .sh__choice--filename::placeholder{color:#6b7280;margin-left:10px;font-weight:600}.sh__recorder .sh__choice--filename.visible{visibility:visible;opacity:1}.sh__recorder .sh__choice .record{align-items:center;display:flex}.sh__recorder .sh__choice .record .pulse{background-color:#fff;border-radius:50%;width:.8rem;height:.8rem;margin-right:1.3rem;display:inline-block;position:relative}.sh__recorder .sh__choice .record .pulse:after{content:"";z-index:1;border-radius:inherit;background-color:#0000;width:100%;height:100%;animation:2s infinite pulse;position:absolute;top:0;left:0}.sh__recorder .sh__btn{color:#fff;text-align:center;white-space:nowrap;cursor:pointer;opacity:0;pointer-events:none;background:linear-gradient(90deg,#cb356b,#bd3f32);border:none;border-radius:12px;min-width:140px;padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(1rem)}@media screen and (width>=768px){.sh__recorder .sh__btn{font-size:calc(.173611vw + 12.6667px)}}@media screen and (width>=1920px){.sh__recorder .sh__btn{font-size:16px}}.sh__recorder .sh__btn.visible{pointer-events:all;opacity:1;transform:translateY(0)}.sh__recorder .sh__btn:hover{background-position:100%;transform:scale(.94)}.sh__recorder .sh__btn--wrp{justify-content:center;align-items:center;gap:2rem;width:100%;margin-top:2rem;display:flex}.sh__recorder .sh__video{height:100%;max-height:45vh}.sh__recorder .sh__video--wrp{width:40%;position:relative}@media (width>=1024px){.sh__recorder .sh__video--wrp{max-width:56rem}}.sh__recorder .sh__video--wrp .sh__video{background-color:#f3f4f6;border-radius:.5rem;display:none;box-shadow:0 0 #0000,0 0 #0000,0 0 #0000,0 0 #0000,0 15px 50px -15px #0000001f}.sh__recorder .sh__video--wrp .sh__video.visible{display:block}.sh__recorder .sh__video--wrp .sh__video--sheet{background:linear-gradient(#0000,#0000004d);border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;width:100%;height:10%;position:absolute;bottom:0;left:0}.sh__recorder .sh__video--wrp .sh__video--btn{width:2rem;height:2rem;min-width:unset;background-color:red;background-image:url(stop.b8f6209e.svg);border:3px solid #fff;border-radius:50%;padding:2.5rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:3%;left:60%;transform:translate(-50%)scale(.9);box-shadow:0 0 12px 2px #0000004d}.sh__recorder .sh__video--wrp .sh__video--btn:hover{transform:translate(-50%)scale(.8)}.sh__recorder .sh__video--wrp .sh__video--btn:hover .sh__video--btn-icon{transform:translate(-50%,-50%)scale(.8)}.sh__recorder .sh__video--wrp .sh__video--btn-icon{width:90%;height:90%;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sh__recorder .sh__video--wrp .sh__video--btn1{width:2rem;height:2rem;min-width:unset;background:#20c920 50%/cover no-repeat;border:3px solid #fff;border-radius:50%;padding:2.5rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:3%;left:40%;transform:translate(-50%)scale(.9);box-shadow:0 0 12px 2px #0000004d}.sh__recorder .sh__video--wrp .sh__video--btn1.pause{background-image:url(pause.2763f678.svg)}.sh__recorder .sh__video--wrp .sh__video--btn1.resume{background-image:url(resume.d5910f8d.svg)}.sh__recorder .sh__video--wrp .sh__video--btn1:hover{transform:translate(-50%)scale(.8)}.sh__recorder .sh__video--wrp .sh__video--btn1:hover .sh__video--btn-icon{transform:translate(-50%,-50%)scale(.8)}.sh__recorder .sh__video--wrp .sh__video--btn1-icon{width:90%;height:90%;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sh__recorder .sh__video--wrp .sh__download-btn{white-space:nowrap;background:#10b981;border:0;border-radius:.5rem;justify-content:center;align-items:center;width:auto;padding:1rem 2.5rem;transition:all .8s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:0%;left:50%;transform:translate(-50%,300%)}.sh__recorder .sh__video--wrp .sh__download-btn.visible{pointer-events:all;opacity:1;transform:translate(-50%,5rem)}.sh__recorder .sh__video--wrp .sh__download-btn:hover{transform:translate(-50%,5rem)scale(.92)}.sh__recorder .sh__video--wrp .sh__download-btn--icon{max-width:1.5rem;margin-right:.5rem}.sh__recorder .sh__video--wrp .sh__download-btn--text{color:#fff;font-size:14px;font-weight:600}@media screen and (width>=768px){.sh__recorder .sh__video--wrp .sh__download-btn--text{font-size:calc(.173611vw + 12.6667px)}}@media screen and (width>=1920px){.sh__recorder .sh__video--wrp .sh__download-btn--text{font-size:16px}}.sh__toggler{cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:absolute;top:2.5rem;right:1.5rem;overflow:hidden}@media (width>=768px){.sh__toggler{width:3rem;height:3rem;top:2rem;right:2rem}}.sh__toggler:hover{border:2px solid #494949;transform:scale(1.1)}.sh__toggler-wrp{width:1.5rem;height:1.5rem;position:relative}@media (width>=768px){.sh__toggler-wrp{width:2rem;height:2rem}}.sh__toggler-wrp span{transform-origin:50% 100px;transition:transform .8s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:rotate(90deg)}.sh__toggler-btn--moon.active{transform:rotate(0)}.sh__toggler-btn--moon.active~.sh__toggler-btn--sun{transform:rotate(-90deg)}.sh__toggler-btn--sun.active{transform:rotate(0)}.sh__toggler-btn--sun.active~.sh__toggler-btn--moon{transform:rotate(90deg)}.sh__toggler--icon{width:100%}@keyframes toast-in{0%{opacity:0;transform:translate(110%)scale(.95)}20%{opacity:1}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toast-out{0%{opacity:1;transform:translate(0)scale(1)}30%{opacity:1;transform:translate(0)scale(.98)}to{opacity:0;transform:translate(110%)scale(.95)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}#toast{visibility:hidden;z-index:1000;opacity:0;will-change:transform,opacity;background-color:#fff;border-left:4px solid #4838d2;border-radius:.5rem;align-items:center;min-width:280px;max-width:380px;padding:0;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;transform:translate(110%)scale(.95);box-shadow:0 8px 20px #00000026}@media (width<=767px){#toast{width:auto;min-width:85%;max-width:90%;bottom:16px;left:auto;right:16px}}#toast.success{border-left-color:#10b981}#toast.error{border-left-color:#c62628}#toast.warning{border-left-color:#de00fc}#toast #img{object-fit:contain;box-sizing:border-box;background-color:#0000;width:48px;height:48px;padding:12px}#toast #desc{color:#494949;text-overflow:ellipsis;white-space:normal;flex-grow:1;max-height:80px;padding:14px 16px;font-size:.95rem;font-weight:500;line-height:1.4;overflow:hidden}#toast .toast-close{cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-right:8px;padding:0;transition:all .2s;display:flex}#toast .toast-close:hover{opacity:1;background-color:#edeff2}#toast .toast-close:focus-visible{outline-offset:2px;outline:2px solid #4838d2}#toast .toast-close:before,#toast .toast-close:after{content:"";background-color:#6b7280;width:16px;height:2px;position:absolute}#toast .toast-close:before{transform:rotate(45deg)}#toast .toast-close:after{transform:rotate(-45deg)}#toast .toast-progress{transform-origin:0;background-color:#4838d2b3;width:100%;height:3px;position:absolute;bottom:0;left:0;transform:scaleX(1)}#toast.active{visibility:visible;opacity:1;transition:transform .4s cubic-bezier(.21,1.02,.73,1),opacity .4s cubic-bezier(.21,1.02,.73,1),visibility;transform:translate(0)scale(1)}#toast.active .toast-progress{animation:3.5s cubic-bezier(.1,.05,.15,.99) forwards progress}#toast.closing{visibility:visible;opacity:0;transition:transform .5s cubic-bezier(.06,.71,.55,1),opacity .5s cubic-bezier(.06,.71,.55,1),visibility 0s .5s;transform:translate(110%)scale(.95)}#toast+#toast{animation-delay:.15s;bottom:108px}@media (width<=767px){#toast+#toast{bottom:100px}}#toast+#toast+#toast{animation-delay:.3s;bottom:192px}@media (width<=767px){#toast+#toast+#toast{bottom:184px}}#toast:hover .toast-progress{animation-play-state:paused}.sh__footer{width:100vw;height:auto;padding:.7rem .5rem;position:fixed;bottom:0;left:0}.sh__footer-wrp{max-width:95%;margin:0 auto}.sh__footer--text{text-align:center;justify-content:center;align-items:center;font-size:12px;font-weight:500;display:flex}@media screen and (width>=768px){.sh__footer--text{font-size:calc(.173611vw + 10.6667px)}}@media screen and (width>=1920px){.sh__footer--text{font-size:14px}}.sh__footer--user{color:inherit;cursor:pointer;align-items:center;display:flex}.sh__footer--user:hover span{opacity:.7}.sh__footer--user span{color:inherit;font-weight:600;text-decoration:underline;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.sh__footer--user-icon img{border-radius:50%;max-width:1.5rem;margin-left:.3rem;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.sh__footer--love-icon img{max-width:1rem}.sh__footer--love-icon:hover{animation:1s infinite pump}.sh__github-btn{cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;border-radius:14%;justify-content:center;align-items:center;width:80px;height:40px;padding:.2rem;text-decoration:none;display:inline-flex;position:absolute;top:2.4rem;right:5.5rem;overflow:hidden}.sh__github-btn:before{content:"";background-image:url(github-mark.5b233045.svg);background-size:cover;width:20px;height:20px;margin-right:.5rem;display:inline-block}*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){-webkit-text-decoration-skip-ink:auto;text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes fill{0%{width:0}to{width:100vw}}@keyframes pulse{0%{box-shadow:inset 0 0 1px 1px #fffc}50%{box-shadow:inset 0 0 1px 1px #fffc}to{transform:scale(2.6);box-shadow:inset 0 0 1px 1px #fff0}}@keyframes pump{10%{transform:scale(1.3)}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:auto;scroll-behavior:smooth;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:16px;overflow-x:hidden}body{-webkit-user-select:none;user-select:none;color:#494949;background-color:#fff;flex-direction:column;justify-content:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow-x:hidden}body[data-theme=dark]{color:#fff;background-color:#2e2e2e}body[data-theme=dark] .sh__toggler{background-color:#2e2e2e;border-color:#6b7280}body[data-theme=dark] .sh__toggler:hover{border-color:#fff}body[data-theme=dark] .sh__github-btn{color:#fff;background-color:#000;border-color:#fff}body[data-theme=dark] .sh__github-btn:before{background-image:url(github-mark-white.14531708.svg)}body[data-theme=dark] .sh__toast,body[data-theme=light]{color:#494949;background-color:#fff}body[data-theme=light] .sh__toggler{background-color:#fff;border-color:#6b7280}body[data-theme=light] .sh__toggler:hover{border-color:#494949}body[data-theme=light] .sh__github-btn{color:#000;background-color:#e8e6e6;border-color:#f3f4f6}body[data-theme=light] .sh__github-btn:before{background-image:url(github-mark.5b233045.svg)}body[data-theme=light] .sh__toast{color:#f3f4f6;background-color:#494949}@media (prefers-color-scheme:dark){body{color:#fff;background-color:#2e2e2e}}@media (prefers-color-scheme:light){body{color:#494949;background-color:#fff}}.sh{width:100vw;height:100%;min-height:100vh;position:relative;overflow:hidden}
/*# sourceMappingURL=path0.546c2bba.css.map */
