@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}.sh__ads{background-color:#0000;padding:2rem 0}.sh__ads .sh__wrp{max-width:1200px;margin:0 auto;padding:0 1rem}.sh__ads .sh__ad--native-banner{text-align:center;margin-bottom:2rem}.sh__ads .sh__ad--native-banner #container-bfd23ad2631b2a051373a16830c9215f{justify-content:center;align-items:center;min-height:100px;display:flex}.sh__ads .sh__ad--social-bar{text-align:center}.sh__ads .sh__ad--social-bar iframe,.sh__ads .sh__ad--social-bar div{margin:0 auto}@media (width<=768px){.sh__ads{padding:1rem 0}.sh__ads .sh__wrp{padding:0 .5rem}.sh__ads .sh__ad--native-banner{margin-bottom:1rem}}.sh__blog-header{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:4rem 0 2rem}.sh__blog-header .sh__blog-title{-webkit-text-fill-color:transparent;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.sh__blog-header .sh__blog-subtitle{opacity:.9;max-width:600px;margin:0 auto;font-size:1.2rem}.sh__blog-content{padding:3rem 0}.sh__blog-content .sh__blog-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem;display:grid}.sh__blog-post{background:#fff;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 20px #0000001a}.sh__blog-post:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.sh__blog-post--image{height:200px;overflow:hidden}.sh__blog-post--image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.sh__blog-post:hover .sh__blog-post--image img{transform:scale(1.05)}.sh__blog-post--content{padding:1.5rem}.sh__blog-post--title{color:#333;margin-bottom:.8rem;font-size:1.3rem;font-weight:600;line-height:1.4}.sh__blog-post--excerpt{color:#666;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.sh__blog-post--meta{justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem;display:flex}.sh__blog-post--meta .sh__blog-post--date{color:#999}.sh__blog-post--meta .sh__blog-post--category{color:#fff;background:linear-gradient(45deg,#667eea,#764ba2);border-radius:20px;padding:.3rem .8rem;font-size:.8rem}.sh__blog-post--link{color:#667eea;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-block}.sh__blog-post--link:hover{color:#764ba2}.sh__blog-post--link:after{content:" →";transition:transform .3s}.sh__blog-post--link:hover:after{transform:translate(3px)}body[data-theme=dark] .sh__blog-post{color:#fff;background:#2a2a2a}body[data-theme=dark] .sh__blog-post--title{color:#fff}body[data-theme=dark] .sh__blog-post--excerpt{color:#ccc}body[data-theme=dark] .sh__blog-post--date{color:#aaa}@media (width<=768px){.sh__blog-header{padding:2rem 0 1rem}.sh__blog-header .sh__blog-title{font-size:2rem}.sh__blog-header .sh__blog-subtitle{font-size:1rem}.sh__blog-content{padding:2rem 0}.sh__blog-content .sh__blog-grid{grid-template-columns:1fr;gap:1.5rem}.sh__blog-post--content{padding:1rem}.sh__blog-post--title{font-size:1.1rem}}.sh__navigation{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;transition:all .3s;position:fixed;top:0;left:0;right:0}.sh__navigation .sh__wrp{max-width:1200px;margin:0 auto;padding:0 1rem}.sh__navigation .sh__nav--container{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.sh__navigation .sh__nav--logo{color:#333;align-items:center;font-size:1.2rem;font-weight:600;text-decoration:none;display:flex}.sh__navigation .sh__nav--logo img{height:30px;margin-right:.5rem}.sh__navigation .sh__nav--links{align-items:center;gap:2rem;display:flex}.sh__navigation .sh__nav--link{color:#666;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.sh__navigation .sh__nav--link:hover,.sh__navigation .sh__nav--link.active{color:#667eea}.sh__navigation .sh__nav--link.active:after{content:"";background:linear-gradient(45deg,#667eea,#764ba2);border-radius:1px;height:2px;position:absolute;bottom:-5px;left:0;right:0}body[data-theme=dark] .sh__navigation{background:#2a2a2af2;border-bottom-color:#ffffff1a}body[data-theme=dark] .sh__navigation .sh__nav--logo{color:#fff}body[data-theme=dark] .sh__navigation .sh__nav--link{color:#ccc}body[data-theme=dark] .sh__navigation .sh__nav--link:hover,body[data-theme=dark] .sh__navigation .sh__nav--link.active{color:#667eea}@media (width<=768px){.sh__navigation .sh__nav--container{padding:.8rem 0}.sh__navigation .sh__nav--logo{font-size:1rem}.sh__navigation .sh__nav--logo img{height:25px}.sh__navigation .sh__nav--links{gap:1rem;font-size:.9rem}}@media (width<=480px){.sh__navigation .sh__nav--links{gap:.5rem;font-size:.8rem}}.sh__seo-content{background:#f8f9fa;padding:4rem 0}.sh__seo-content .sh__seo-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.sh__seo-content .sh__seo-item{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 10px #0000001a}.sh__seo-content .sh__seo-item h2{color:#333;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.sh__seo-content .sh__seo-item p{color:#666;font-size:1rem;line-height:1.6}.sh__seo-content .sh__features{text-align:center}.sh__seo-content .sh__features h2{color:#333;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.sh__seo-content .sh__features .sh__features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.sh__seo-content .sh__features .sh__feature-item{background:#fff;border-radius:8px;padding:1.5rem;transition:transform .3s;box-shadow:0 2px 8px #0000001a}.sh__seo-content .sh__features .sh__feature-item:hover{transform:translateY(-3px)}.sh__seo-content .sh__features .sh__feature-item h3{color:#667eea;margin-bottom:.8rem;font-size:1.2rem;font-weight:600}.sh__seo-content .sh__features .sh__feature-item p{color:#666;font-size:.95rem;line-height:1.5}body[data-theme=dark] .sh__seo-content{background:#1a1a1a}body[data-theme=dark] .sh__seo-content .sh__seo-item{background:#2a2a2a}body[data-theme=dark] .sh__seo-content .sh__seo-item h2{color:#fff}body[data-theme=dark] .sh__seo-content .sh__seo-item p{color:#ccc}body[data-theme=dark] .sh__seo-content .sh__features h2{color:#fff}body[data-theme=dark] .sh__seo-content .sh__features .sh__feature-item{background:#2a2a2a}body[data-theme=dark] .sh__seo-content .sh__features .sh__feature-item h3{color:#667eea}body[data-theme=dark] .sh__seo-content .sh__features .sh__feature-item p{color:#ccc}@media (width<=768px){.sh__seo-content{padding:2rem 0}.sh__seo-content .sh__seo-grid{grid-template-columns:1fr;gap:1.5rem}.sh__seo-content .sh__seo-item{padding:1.5rem}.sh__seo-content .sh__seo-item h2{font-size:1.3rem}.sh__seo-content .sh__features h2{font-size:2rem}.sh__seo-content .sh__features .sh__features-grid{grid-template-columns:1fr;gap:1rem}.sh__seo-content .sh__features .sh__feature-item{padding:1rem}}*,: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;padding-top:80px;position:relative;overflow:hidden}
/*# sourceMappingURL=path0.873743dd.css.map */
