@import url(https://fonts.googleapis.com/css2?family=Rowdies:wght@400;700&display=swap);@font-face{font-family:MerriweatherSans;font-style:normal;font-weight:400;src:url(/static/media/MerriweatherSans.0ba64c6ae18ec5ed26ad.woff2) format("woff2")}@font-face{font-family:MerriweatherSans;font-style:normal;font-weight:800;src:url(/static/media/MerriweatherSans.0ba64c6ae18ec5ed26ad.woff2) format("woff2")}@font-face{font-family:NanumGothicCoding;font-style:normal;font-weight:400;src:url(/static/media/NanumGothicCoding.9701e003f6225887c92c.woff2) format("woff2")}body,html{font-family:MerriweatherSans}body{font-size:1.4rem;height:100vh;margin:0;padding:0}[data-theme=light]{--body-bg:var(--day);--body-text:var(--text);--code-grn:#07a;--border:var(--bg3);--theme-text:var(--text);--header-bg:#f5f5f7;--scaning:#6fbe3617;--main:#1e90ff;--bg4:#f8f9fa;--snippet-bg:#f5f5f5;--code-bg:#fcfcfc;--icon-fill:#74788d}[data-theme=dark]{--body-bg:var(--text);--body-text:var(--day);--abort:#ff856e;--code-grn:#a5ff64;--border:var(--bg1);--theme-text:var(--border);--header-bg:var(--body-bg);--scaning:#fbffe624;--main:#a6d663;--bg4:#607d8b;--snippet-bg:#252525;--code-bg:#b4b4b4;--icon-fill:#74788d}::placeholder{color:var(--theme-text)}#root{height:100%}*{-ms-overflow-style:none;scrollbar-color:#0000 #0000;scrollbar-width:none}::-webkit-scrollbar{width:.1rem}::-webkit-scrollbar-track{background:var(--vice)}::-webkit-scrollbar-thumb{background:var(--bg3);border-radius:10rem}.gradient-strip{background-image:var(--carve-grad)!important;box-shadow:var(--carve-shadow)!important;color:var(--text2)!important}body,h1,h2,h3,h4,h5,h6,p{box-sizing:border-box;margin:0;padding:0}.heading-large,.heading-medium,.heading-regular,.heading-small,.heading-xlarge,.heading-xsmall,h1,h2,h3,h4,h5,h6{display:inline-block;font-weight:400;line-height:100%;margin-bottom:1.2rem;margin-top:0;text-align:left;text-transform:capitalize}.heading-xlarge,h1{font-size:2.6rem}.heading-large,h2{font-size:2.2rem}.heading-medium,h3{font-size:1.8rem}.heading-regular,h4{font-size:1.6rem}.heading-small,h5{font-size:1.4rem}.heading-xsmall,h6{font-size:1.2rem}.icon-close,.icon-close.rounded{stroke:var(--day)!important;fill:var(--day)!important;background:tomato;border-radius:10rem;color:var(--day)!important;cursor:pointer;font-size:2rem;height:4rem;padding:.35rem;position:absolute!important;right:1.5rem;transition:all .1s ease-in-out;width:4rem}label{outline:none}a{color:inherit;text-decoration:none}a:hover{color:var(--main)!important}.icon:hover,a:hover .icon{fill:var(--main);animation:rotate-vis-versa .3s ease-in-out alternate}@keyframes rotate-vis-versa{0%{transform:rotate(-45deg)}50%{transform:rotate(45deg)}to{transform:rotate(0deg)}}@keyframes scanAnimation{0%{width:0}50%{width:100%}to{width:0}}.seek{align-items:center;display:flex!important;justify-content:center}.scanning:before{animation:scanAnimation 1s ease-in-out infinite alternate;background:linear-gradient(90deg,#0000,var(--scaning));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}ul{list-style-type:none;margin:0;padding:0}.carve-list-item{border-bottom:1px solid var(--border);line-height:2.5rem;min-height:3.5rem;padding:.7rem 0;text-transform:capitalize}.carve-list-item:last-child{border-bottom:none}.content-cop{opacity:.3}.d-flex{display:flex!important}.d-block{display:block!important}.d-0{display:none!important}.button-group{display:flex;justify-content:space-evenly}.toggle-switch{padding:1rem;position:absolute;right:3rem;top:3rem;z-index:1}.switch{cursor:pointer;display:inline-block;position:relative}.switch input{height:0;opacity:0;width:0}.icon{fill:var(--icon-fill)}code{line-height:2;white-space:break-spaces}.snippet{background:var(--bg4);display:flex;flex-flow:column;font-family:Consolas,Menlo,courier new,monospace!important;font-size:95%;justify-content:center;line-height:2;min-height:12rem;padding:2rem;width:100%}.snippet *{font-weight:300!important;margin:0}.center-container .icon{fill:var(--body-text)}.carve-button-group button{flex:1 1}.clear:after{clear:both;content:"";display:table}svg:hover{cursor:pointer}.main-section .carve-card-body{padding-bottom:60px}.x-center{justify-content:center}.y-center{align-items:center}.g-3{gap:2rem}.g-2{gap:1rem}.g-1{gap:.5rem}.heading-xlarge b{display:flex;gap:1rem}.App{background:var(--body-bg);color:var(--body-text);display:flex;flex-direction:column;height:100%}html{box-sizing:border-box;font-family:var(--base-font-family);font-size:63.5%;line-height:var(--base-line-height);scroll-behavior:smooth}::-webkit-scrollbar{display:none}:root{--main:#1e90ff;--vice:#eff2f7;--day:#fff;--night:#000;--abort:tomato;--abort-snip:#f2a799;--abort-500:#ff63472e;--code-grn:#07a;--light1:#f6f5f5;--light2:#f2efef;--border:#6e78914d;--bg1:#eff3f7;--bg2:#f6f9ff;--bg3:#d5d8f7;--text:#74788d;--text2:#484c7a;--light-green-500:#6fbe36;--button-shadow:0 1px 1px rgba(0,0,0,.075),0 2px 2px rgba(0,0,0,.075),0 4px 4px rgba(0,0,0,.075),0 8px 8px rgba(0,0,0,.075),0 16px 16px rgba(0,0,0,.075);--hover-shadow:0rem 0.3rem 0.5rem #00000080;--shadow-header:#11111a1a 0px 2px 6px;--shadow-footer:#11111a1a 0px -2px 6px;--shadow-all:#11111a26 0px 0px 3px;--dd-shadow:0 1rem 2.5rem #0003;--carve-grad:linear-gradient(180deg,#fff,#f5f5fa)!important;--carve-shadow:0 4px 11px 0 #252c6126,0 1px 3px 0 #5d649433;--ease-out:cubic-bezier(0.5,1,0.89,1);--ease-in-out:cubic-bezier(0.45,0,0.55,1);--common-transition:all 300ms var(--ease-in-out)}.section-chamber{align-items:center;background:var(--day);border:.2rem dashed var(--main);border-radius:3rem 3rem 0 0;display:flex;justify-content:center;min-height:28rem;overflow:hidden;padding:3rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.section-chamber:hover{box-shadow:var(--button-shadow);transform:scale(1.1)}.title{color:var(--body-bg);font-family:Rowdies,serif;font-size:calc(4vw + 1rem);font-weight:700;position:absolute;text-align:center;text-shadow:#64646f4d 0 7px 29px;text-transform:uppercase;width:100%}.title-copy1{left:3px;top:0}.title-copy2{left:7px;top:0}.title-chamber{bottom:15rem;left:0;min-height:11rem;position:fixed;right:0}.outer-chamber{animation:fade-up-slow 2s cubic-bezier(.68,-.55,.265,1.55) infinite alternate;display:table;left:0;margin:auto;position:fixed;top:100%;width:100%;z-index:2}@keyframes fade-up-slow{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translateY(0)}}.section-title{background:var(--main);border-radius:0 0 6rem .8rem;color:var(--day);padding:2rem}.section-title h6{margin:0}.logo-pic{animation:border-radius-animation 5s ease-in-out infinite;aspect-ratio:1;background:var(--day);border:.1rem solid var(--bg3);border-radius:3rem;box-shadow:var(--button-shadow);display:table;height:auto;margin:0 auto;object-fit:contain;padding:1.5rem;position:relative;top:3rem;width:7rem;z-index:9999}@keyframes border-radius-animation{0%{border-radius:10%}20%{border-radius:25% 25% 50% 75%}40%{border-radius:15% 25% 30% 25%}60%{border-radius:5% 45% 50% 25%}80%{border-radius:75% 25% 50% 25%}to{border-radius:20%}}.cursor-pointer{cursor:pointer;margin:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.w-same{width:25rem}.g-4{gap:4rem}.carve-h-app-container{background:var(--body-bg);border:.2rem solid var(--bg3);border-bottom:0;border-top:0;box-shadow:13px 3px 100px hsla(0,0%,53%,.053),-3px -13px 100px rgba(86,86,86,.061);display:flex;flex-flow:column;gap:2rem;justify-content:space-evenly;margin:0 auto;max-width:80rem;overflow:hidden;padding:5rem;position:relative;z-index:1}@keyframes morph{0%{border-radius:40% 40% 40% 40%}25%{border-radius:30% 30% 50% 50%}50%{border-radius:40% 60% 30% 30%}75%{border-radius:60% 40% 30% 30%}to{border-radius:50% 50% 50% 50%}}.carve-h-navbar{align-items:center;background-color:#333;color:#fff;display:flex;justify-content:space-between;padding:15px 0}.carve-h-logo{font-size:1.5rem}.carve-h-nav-list{display:flex;list-style:none}.carve-h-nav-list li{margin-right:20px}.carve-h-nav-list a{color:#fff;font-weight:700;text-decoration:none}.carve-h-hero{text-align:center}.carve-h-cta h1{font-size:2.5rem}.carve-h-hero h1{font-size:2.5rem;margin-bottom:20px}.carve-h-hero h5,.carve-h-hero p{color:var(--text)}.carve-h-features{display:flex;gap:1rem;justify-content:space-around}.carve-h-feature-card{border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 4px #0000001a;padding:20px;text-align:center}.carve-h-cta{text-align:center}.carve-h-cta h2{font-size:2rem}.carve-h-cta p{color:var(--text);margin-bottom:20px}.uti-card .carve-card-head{border-bottom:.1rem solid var(--border)}.home-section{align-items:center;display:flex;height:100vh;justify-content:center;overflow:auto}.spa .a:hover{color:var(--day)!important}.Card{border-radius:.8rem;margin-bottom:1.5rem;overflow:hidden}.carve-card{box-shadow:var(--shadow-header);display:flex;flex-flow:column;transition:all .3s ease-in-out}[class*=carve-card-]{padding:1.5rem}.carve-card-head{position:relative}.carve-card-head [class*=heading-]{margin:0}.carve-card-body{flex:1 1}.heading-xlarge.carve-text-middle{display:block;font-size:2vw;text-align:center}p{font-size:1.4rem;line-height:1.5}.section pre{background:var(--body-bg);border:1px solid #ddd}.section pre,.spa-snippet{overflow-x:auto;padding:10px}.spa-snippet{background-color:var(--vice);border:1px solid var(--border);font-family:monospace}.section{border-bottom:.1rem dashed var(--border);margin-bottom:3rem;padding-bottom:3rem}.section-heads *{color:var(--night);margin:0;text-transform:uppercase}.section-heads{background:#0000!important;box-shadow:none!important;margin-bottom:2rem;padding:4rem}.dl-btn{border:none!important;margin-top:.5rem}.spa-section{height:calc(100vh - 16rem);overflow:auto}.spa-section h1{font-size:2rem}.spa-section p{font-size:1.2rem;margin-bottom:2rem}sup{display:block;text-align:center}strong{font-weight:600}.section button{border:none}.nf{color:#07a}.p{color:#333}.s{color:#d14}.carve-accordion-head{border-bottom:.1rem solid var(--bg3);cursor:pointer;font-weight:700;padding:1.5rem}.carve-accordion-body{overflow:hidden;padding:1.5rem}.carve-accordion-arrow{font-size:1.5rem;transition:transform .1s ease-in-out}.carve-badge{background:var(--abort);border-radius:10rem;bottom:30%;color:var(--vice);font-size:70%;line-height:1;padding:.4rem;position:absolute;right:-1rem}.badge-wrapper{display:inline-block;position:relative}.flex-div{display:flex;gap:5rem}.carve-button-group{display:flex;gap:1.2rem}.carve-button-vice{color:var(--dark)}button{align-items:center;background:#0000;border:inherit;border-radius:.4rem;cursor:pointer;display:inline-flex;font-family:inherit;font-size:inherit;justify-content:center;letter-spacing:.05rem;line-height:3.5rem;min-height:3.5rem;outline:none;padding:0 1.5rem;text-transform:capitalize;transition:all .3s ease-in-out;-webkit-user-select:none;user-select:none;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.carve-button-main{background:var(--main);color:var(--vice)}.carve-button-vice{background:var(--vice);color:var(--night)}.carve-button-pill{border-radius:10rem}.stroke-main{border:.1rem solid var(--main);color:var(--main)}.carve-button-stroke{background:#0000;border:.1rem solid}.carve-button-fab{aspect-ratio:1;background:var(--main);border-radius:100%;bottom:7.5rem;box-shadow:var(--carve-shadow);color:var(--vice);font-size:2rem;line-height:2;padding:.5rem;position:fixed;right:1.5rem;z-index:99}.code-snippet.hovered .copy-button{display:block}.copy-button{display:none}.center-container{border:.1rem solid var(--bg3);display:flex;margin-top:2rem;overflow:hidden;position:relative;transition:all .3s}.center-container .movingbg{animation:moveAround 8s linear infinite;background-image:radial-gradient(#706697 20%,#0000 80%);border-radius:30px;height:20px;left:0;offset-path:xywh(0 0 100% 100% round 30px 30px);position:absolute;top:0;width:60px}@keyframes moveAround{to{offset-distance:100%}}.center-container button{align-items:center;border:none;display:flex;justify-content:center;position:absolute;right:0;top:1rem}.center-container button:hover{box-shadow:none}.carve-button-block{width:100%}.carve-modal-footer .button-group{gap:1.5rem}.cn{color:var(--light-green-500)}.cln{color:var(--code-grn)}.code-snippet{font-family:NanumGothicCoding!important}.check-field{margin-bottom:1.5rem}.check-field label{cursor:pointer;display:block;height:2.5rem;line-height:2.5rem;padding-left:2.8rem;position:relative;text-transform:capitalize}[type=checkbox]:checked+label:before{background:var(--main);box-shadow:var(--hover-shadow);transition:all .3s ease-in-out;z-index:0}[type=checkbox]:checked+label:before,[type=checkbox]:not(:checked)+label:before{border:.2rem solid var(--main);border-radius:.4rem;content:"";display:block;height:2rem;left:0;position:absolute;top:0;width:2rem}[type=checkbox]:checked+label:after{border-color:var(--day);border-style:solid;border-width:.2rem .2rem 0 0;content:"";display:block;height:.45rem;left:.5rem;position:absolute;top:.7rem;transform:rotate(135deg);width:1rem}.carve-chips-group{display:flex;flex-wrap:wrap;gap:.5rem}.carve-chips{background-image:var(--carve-grad)!important;border:.1rem solid var(--border);border-radius:10rem;box-shadow:var(--carve-shadow)!important;color:var(--text2);cursor:pointer;gap:.6rem;margin:0 .5rem .5rem 0;min-width:4rem;padding:.7rem;position:relative!important;text-transform:capitalize;transition:all .25s ease-in-out;width:-webkit-fit-content;width:fit-content}.carve-chips,.chip-remove.carve-chips .icon-close{align-items:center;display:flex;justify-content:center}.chip-remove.carve-chips .icon-close{color:var(--day);font-size:2.2rem}.form .icon-close{display:block!important}.icon-close.rounded{border-radius:100%;padding:.3rem}.icon-upload{display:flex;height:100%;margin:auto;padding:1.5rem;width:5.5rem}.close-right .icon-close{order:2}.carve-chips .icon-close{display:none;height:1.4rem;left:auto;position:relative;right:.7rem;width:1.4rem}.chip-remove{padding-right:4rem}input[type=email],input[type=password],input[type=text],select{background:inherit;border:.15rem solid var(--border);border-radius:0;box-sizing:border-box;color:inherit;font-size:100%;margin:0;min-height:4.5rem;outline:0;padding:1.5rem;text-overflow:ellipsis;width:100%}input[type]:focus:invalid,select:focus:invalid{border:.1rem solid var(--abort)}.input-field input[type=date]{border:.1rem dashed var(--text);border-radius:.6rem;color:var(--text);font-family:inherit;font-size:1.6rem;max-width:13rem;padding:.2rem .6rem;position:relative}.input-field{margin-bottom:2rem;position:relative;text-transform:capitalize;width:100%}.input-field input{font-family:inherit}.input-field.baseline{background:#0000;z-index:0}.input-field.baseline input[type]{border-left:0;border-right:0;border-top:0;padding:2rem 1.5rem .5rem}.mandate label:after{color:var(--abort);content:"*";display:inline-block;margin-left:.2rem}.input-field label{background:var(--body-bg);left:1.5rem;max-width:90%;overflow:hidden;position:absolute;text-overflow:ellipsis;top:1.5rem;transition:all .2s cubic-bezier(.075,.82,.165,1);white-space:nowrap;width:-webkit-fit-content;width:fit-content}.input-field input:focus+label,.input-field input:valid+label,.select-field label{font-size:87%;padding:0 .6rem;top:-.6rem;z-index:0}.input-field.baseline input:focus+label,.input-field.baseline input:valid+label{font-size:70%;padding:0;top:.3rem}#searchComponent input[type=text]{background:none;color:var(--night);padding:0}.radio-field{margin-bottom:1.5rem}[type=radio]{display:none}.radio-field label{cursor:pointer;display:flex;height:2.4rem;line-height:2.4rem;padding-left:2.8rem;position:relative;text-transform:capitalize}[type=checkbox]:checked+label:before,[type=radio]:checked+label:before{background:var(--main);box-shadow:var(--hover-shadow);transition:all .3s ease-in-out;z-index:0}[type=radio]:checked+label:before,[type=radio]:not(:checked)+label:before{border-radius:100%;box-shadow:0 0 3px 1px var(--main);content:"";display:block;height:2rem;left:0;position:absolute;top:0;width:2rem}select{-webkit-appearance:var(--font-normal);appearance:var(--font-normal);-webkit-appearance:none;background:var(--body-bg);border:.15rem solid var(--border);border-radius:0;box-sizing:border-box;color:var(--body-text);cursor:pointer;font-family:inherit;font-size:100%;margin:0;min-height:4.5rem;outline:0;padding:1.5rem;text-overflow:ellipsis;text-transform:capitalize;width:100%}.select-field{position:relative}.drop-down{font-size:2rem;font-weight:700;position:absolute;right:1.5rem;top:50%;transform:translateY(calc(-50% - .5rem))}.Sidebar .unstyle{height:100vh;list-style:none;margin:0;overflow:auto;padding:0 0 5rem}.unstyle li a{align-items:center;display:flex;gap:.5rem;line-height:4.5;padding:0 .6rem 0 2rem;text-decoration:none;text-transform:capitalize;transition:all .4s ease-in-out}.unstyle li a.active{background:var(--main);border-radius:10rem;box-shadow:var(--button-shadow);color:var(--day);margin:1.5rem;order:1}.unstyle li a:hover{background:var(--day)}.unstyle li a.active:hover{background:var(--main);color:var(--day)!important}.unstyle li{cursor:pointer}.unstyle li a.active .icon{fill:var(--day)}.Sidebar{background-color:var(--bg4);height:100vh;min-width:20rem;padding-bottom:1rem;padding-top:1rem;position:fixed;top:0;width:250px;z-index:10}.unstyle{list-style:none;margin:0;padding:0}li{opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}li.animate-in{opacity:1;transform:translateY(0)}.SoleCard .Card{border:.1rem solid var(--bg3);max-width:25rem}.SoleCard .Card .carve-card-head{border-bottom:.1rem solid var(--bg3)}.carve-switch label{cursor:pointer;display:inline-block;height:3rem;position:relative;width:5rem}.carve-switch [type=checkbox]:checked+label:before{box-shadow:none}.carve-switch label:after,.carve-switch label:before{content:"";display:inline-block;transition:all .1s linear;width:5rem}.carve-switch [type=checkbox]:checked+label:before,.carve-switch [type=checkbox]:not(:checked)+label:before{background:var(--main);border-radius:10rem;height:2.5rem;width:5rem}.carve-switch [type=checkbox]:not(:checked)+label:after{height:2.3rem;top:.3rem;width:2.3rem}.carve-switch [type=checkbox]:checked+label:after,.carve-switch [type=checkbox]:not(:checked)+label:after{background:var(--day);border:0;border-radius:10rem;left:.3rem;position:absolute}.carve-switch [type=checkbox]:checked+label:after{background:var(--day);height:2.3rem;top:.3rem;transform:translateX(2.5rem);width:2.3rem}.carve-switch label span{color:var(--day);display:none;font-size:80%;font-weight:600;line-height:2.86rem;position:absolute;right:.4rem;z-index:2}.carve-switch [type=checkbox]:not(:checked)+label .on{display:block}.carve-switch [type=checkbox]:checked+label .off{display:block;left:.4rem;right:auto}[type=checkbox]{display:none}.carve-switch-snippet{margin-top:4.5rem}.carve-tabs-head{-ms-overflow-style:none;background:var(--body-bg);color:var(--body-text);min-height:4.5rem;overflow-x:auto;position:relative;scroll-behavior:smooth;scrollbar-width:none;width:100%;z-index:1}.carve-tabs-head::-webkit-scrollbar{display:none}.carve-menu-group{align-items:center;border-bottom:.1rem solid var(--border);display:flex;position:relative}.carve-tab-menu{color:var(--body-text);cursor:pointer;height:4.5rem;line-height:4.5rem;outline:none;padding:0 1.5rem;text-decoration:none;text-transform:capitalize;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap}.carve-tab-content{display:none;letter-spacing:.015rem;line-height:1.6;max-height:40rem;overflow:auto}.carve-modal-inner .carve-tab-content{max-height:-webkit-fit-content;max-height:fit-content;overflow:inherit}.carve-tab-content.active{display:block}.carve-tabs-head .tab-indicator{background:var(--body-text);color:var(--body-text);height:4.5rem;left:0;margin-top:0;position:absolute;top:0;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:-1}.carve-tabs-body,.carve-tabs-footer{padding:1.5rem}.carve-tab{border:.1rem solid var(--border);display:flex;flex-flow:column;max-width:100%;overflow:auto;width:-webkit-min-content;width:min-content}.carve-tabs-body{background:var(--body-bg);overflow:auto}.carve-tab-menu.active{background:var(--main);color:var(--body-bg);font-weight:var(--font-medium)}.carve-wall-day{background:var(--day)}.carve-wall-night{background:var(--night);color:var(--day)}.carve-wall-main{background:var(--main);color:var(--day)}.carve-wall-vice{background:var(--vice)}.Background .wall{color:var(--night)}.wall{align-items:center;border-radius:4rem;box-shadow:var(--carve-shadow);color:inherit;display:flex;height:12rem;justify-content:center;text-transform:capitalize;width:12rem}.Background,.Colors{display:flex;gap:2.5rem}.Colors{text-transform:capitalize}.Background{margin-bottom:4rem}.Colors [class*=carve-text-]{border-radius:10rem;min-width:5rem;padding:.5rem;text-align:center}.carve-text-main{color:var(--main)}.carve-text-day{color:var(--day)}.carve-text-night{color:var(--night)}.carve-text-vice{color:var(--vice)}.carve-text-dull{color:var(--night);opacity:.3}.carve-text-body{color:var(--text)}.carve-text-body2{color:var(--text2)}.Grid [class*=box-]:nth-child(odd){background:var(--main)}.Grid [class*=box-]:nth-child(2n){background:#007bff80}.carve-fat-body,.carve-lean-body{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.carve-lean-body{max-width:120rem}.carve-fat-body{max-width:100%}.carve-line{box-sizing:border-box;display:flex;flex-wrap:wrap;position:relative}[class*=box-]{border-radius:.4rem;box-sizing:border-box;margin-bottom:.5rem;padding:1.5rem}.box-1{flex:0 0 8.33%;max-width:8.33%}.box-2{flex:0 0 16.66%;max-width:16.66%}.box-3{flex:0 0 25%;max-width:25%}.box-4{flex:0 0 33.33%;max-width:33.33%}.box-5{flex:0 0 41.66%;max-width:41.66%}.box-6{flex:0 0 50%;max-width:50%}.box-7{flex:0 0 58.33%;max-width:58.33%}.box-8{flex:0 0 66.66%;max-width:66.66%}.box-9{flex:0 0 75%;max-width:75%}.box-10{flex:0 0 83.33%;max-width:83.33%}.box-11{flex:0 0 91.66%;max-width:91.66%}.box-12{flex:0 0 100%;max-width:100%}@media only screen and (max-width:575.98px){[class*=box-]{flex:0 0 100%;max-width:100%}}@media only screen and (min-width:576px) and (max-width:767.98px){.box-sm-1{flex:0 0 8.33%;max-width:8.33%}.box-sm-2{flex:0 0 16.66%;max-width:16.66%}.box-sm-3{flex:0 0 25%;max-width:25%}.box-sm-4{flex:0 0 33.33%;max-width:33.33%}.box-sm-5{flex:0 0 41.66%;max-width:41.66%}.box-sm-6{flex:0 0 50%;max-width:50%}.box-sm-7{flex:0 0 58.33%;max-width:58.33%}.box-sm-8{flex:0 0 66.66%;max-width:66.66%}.box-sm-9{flex:0 0 75%;max-width:75%}.box-sm-10{flex:0 0 83.33%;max-width:83.33%}.box-sm-11{flex:0 0 91.66%;max-width:91.66%}.box-sm-12{flex:0 0 100%;max-width:100%}}@media only screen and (min-width:768px) and (max-width:991.98px){.box-md-1{flex:0 0 8.33%;max-width:8.33%}.box-md-2{flex:0 0 16.66%;max-width:16.66%}.box-md-3{flex:0 0 25%;max-width:25%}.box-md-4{flex:0 0 33.33%;max-width:33.33%}.box-md-5{flex:0 0 41.66%;max-width:41.66%}.box-md-6{flex:0 0 50%;max-width:50%}.box-md-7{flex:0 0 58.33%;max-width:58.33%}.box-md-8{flex:0 0 66.66%;max-width:66.66%}.box-md-9{flex:0 0 75%;max-width:75%}.box-md-10{flex:0 0 83.33%;max-width:83.33%}.box-md-11{flex:0 0 91.66%;max-width:91.66%}.box-md-12{flex:0 0 100%;max-width:100%}}@media only screen and (min-width:992px) and (max-width:1199.98px){.box-lg-1{flex:0 0 8.33%;max-width:8.33%}.box-lg-2{flex:0 0 16.66%;max-width:16.66%}.box-lg-3{flex:0 0 25%;max-width:25%}.box-lg-4{flex:0 0 33.33%;max-width:33.33%}.box-lg-5{flex:0 0 41.66%;max-width:41.66%}.box-lg-6{flex:0 0 50%;max-width:50%}.box-lg-7{flex:0 0 58.33%;max-width:58.33%}.box-lg-8{flex:0 0 66.66%;max-width:66.66%}.box-lg-9{flex:0 0 75%;max-width:75%}.box-lg-10{flex:0 0 83.33%;max-width:83.33%}.box-lg-11{flex:0 0 91.66%;max-width:91.66%}.box-lg-12{flex:0 0 100%;max-width:100%}}@media only screen and (min-width:1200px){.box-xl-1{flex:0 0 8.33%;max-width:8.33%}.box-xl-2{flex:0 0 16.66%;max-width:16.66%}.box-xl-3{flex:0 0 25%;max-width:25%}.box-xl-4{flex:0 0 33.33%;max-width:33.33%}.box-xl-5{flex:0 0 41.66%;max-width:41.66%}.box-xl-6{flex:0 0 50%;max-width:50%}.box-xl-7{flex:0 0 58.33%;max-width:58.33%}.box-xl-8{flex:0 0 66.66%;max-width:66.66%}.box-xl-9{flex:0 0 75%;max-width:75%}.box-xl-10{flex:0 0 83.33%;max-width:83.33%}.box-xl-11{flex:0 0 91.66%;max-width:91.66%}.box-xl-12{flex:0 0 100%;max-width:100%}}.carve-spot-absolute{position:absolute}.carve-spot-relative{position:relative}.carve-spot-freeze{position:fixed}.carve-spot-hang{position:-webkit-sticky;position:sticky}.carve-space-tiny{margin:1.5rem}.carve-space-norm{margin:2rem}.carve-space-top-tiny{margin-top:1.5rem}.carve-space-top-norm{margin-top:2rem}.carve-space-top-hefty{margin-top:2.5rem}.carve-space-bottom-tiny{margin-bottom:1.5rem}.carve-space-bottom-norm{margin-bottom:2rem}.carve-space-bottom-hefty{margin-bottom:2.5rem}.carve-space-left-tiny{margin-left:1.5rem}.carve-space-left-norm{margin-left:2rem}.carve-space-left-hefty{margin-left:2.5rem}.carve-space-right-tiny{margin-right:1.5rem}.carve-space-right-norm{margin-right:2rem}.carve-space-right-hefty{margin-right:2.5rem}.carve-gap-tiny{padding:1.5rem}.carve-gap-norm{padding:2rem}.carve-gap-top-tiny{padding-top:1.5rem}.carve-gap-top-norm{padding-top:2rem}.carve-gap-top-hefty{padding-top:2.5rem}.carve-gap-bottom-tiny{padding-bottom:1.5rem}.carve-gap-bottom-norm{padding-bottom:2rem}.carve-gap-bottom-hefty{padding-bottom:2.5rem}.carve-gap-left-tiny{padding-left:1.5rem}.carve-gap-left-norm{padding-left:2rem}.carve-gap-left-hefty{padding-left:2.5rem}.carve-gap-right-tiny{padding-right:1.5rem}.carve-gap-right-norm{padding-right:2rem}.carve-gap-right-hefty{padding-right:2.5rem}.carve-text-start{text-align:start}.carve-text-end{text-align:end}.carve-text-middle{text-align:center}.carve-text-justify{text-align:justify}.carve-toast{animation:toastOp .3s cubic-bezier(.165,.84,.44,1);background:var(--main);border-radius:1rem;box-shadow:0 13px 27px -5px #32325d40,0 8px 16px -8px #0000004d;color:var(--day);display:none;font-size:1.4rem;left:auto;line-height:1.5;margin:0 auto;max-width:50rem;padding:1.5rem;position:fixed;right:1.5rem;text-align:center;top:1rem;z-index:9999}.red-toast{background:tomato!important;color:var(--day)}.green-toast{background:var(--light-green-500)!important;color:var(--day)}@keyframes toastOp{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.toast-cl{animation:toastCl .3s cubic-bezier(.165,.84,.44,1)}@keyframes toastCl{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(50px)}}.carve-modal{bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:2000}.carve-modal:before{background:#000c;border-radius:.5rem;box-shadow:0 2px 9px -1px #32325d40,0 1px 3px -1px #0003;content:"";display:inline-block;height:100vh;position:fixed;transition:all .3s ease-in-out;width:100vw;z-index:992}.carve-modal-inner{animation:modalOp .3s cubic-bezier(.165,.84,.44,1);background:var(--body-bg);border-radius:.8rem;display:flex;flex-flow:column;max-height:60rem;max-width:35rem;overflow:hidden;position:absolute;z-index:993}.carve-modal-inner [class*=carve-modal-]{padding:1.5rem}.carve-modal-body p,.carve-modal-head *{margin:0}.carve-modal-body{overflow:auto}@keyframes modalOp{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.panel-anim{animation:closeModel .29s linear}@keyframes closeModel{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}.modal-seek{background:#fff;display:table!important;margin:auto;z-index:992}.modal-seek,.modal-seek:after{bottom:0;left:0;position:fixed;right:0;top:0}.modal-seek:after{animation:fadeBg .1s ease-in-out;background:#000c;content:"";z-index:991}@keyframes fadeBg{0%{opacity:0}to{opacity:1}}.modal-medium .carve-modal-body{min-height:20rem}.split .carve-modal-head .heading-medium{margin-bottom:0}.split .carve-modal-head .icon-close{right:1.5rem;top:1.5rem}.split p{margin:0}.split .carve-modal-inner{display:flex;flex-flow:column;margin:auto;max-height:50rem;max-width:50rem;padding:0}.split .carve-modal-inner .carve-modal-body{flex:1 1;overflow:auto}.carve-modal .carve-tab{width:100%}.modal-cl{animation:modalCl .3s cubic-bezier(.165,.84,.44,1)}@keyframes modalCl{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}.carve-drawer .carve-drawer-inner{animation:moveX .3s ease-in-out;background:var(--main);color:var(--day);display:flex;flex-direction:column;height:100%;left:0;max-width:30rem;position:fixed;top:0;width:30rem;z-index:9993}.drawer-hide{animation:moveXHide .3s ease-in-out!important}@keyframes moveXHide{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.drawer-right .carve-drawer-inner{animation:moveRight .3s ease-in-out;left:auto;right:0}@keyframes moveRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.drawer-right .drawer-hide{animation:moveXright .3s ease-in-out!important}@keyframes moveXright{0%{transform:translateX(0)}to{transform:translateX(100%)}}.carve-drawer.seek:after{animation:wanein .3s ease-in-out;background:rgba(0,0,0,.502);bottom:0;content:"";display:block;left:0;position:fixed;right:0;top:0;z-index:9992}@keyframes wanein{0%{opacity:0}to{opacity:1}}.waneout:after{animation:waneout .3s ease-in-out!important}@keyframes waneout{0%{opacity:1}to{opacity:0}}.carve-drawer-head{align-items:center;box-shadow:none!important;display:flex;min-height:5rem;padding:1.5rem;position:relative}.carve-drawer-head .heading-medium{margin:0;text-overflow:ellipsis;transition:all .1s ease-in-out;white-space:nowrap}.carve-drawer-body{background:var(--day);height:100vh;overflow-y:auto;padding:1.5rem}.carve-drawer-body ul li{align-items:center;color:var(--text2);cursor:pointer;display:flex;line-height:4.5rem;min-height:4.5rem;padding:1rem 1.5rem;position:relative;transition:all .3s ease-in-out;white-space:nowrap}.carve-drawer-body li .menu-icon{fill:var(--day);height:2.8rem;margin-right:.5rem;min-width:2.8rem;transition:width .2s cubic-bezier(.455,.03,.515,.955);width:2.8rem}.carve-drawer-body li span{bottom:-1.8rem;font-size:1.1rem;left:50%;position:absolute;text-transform:capitalize;transform:translateX(-50%)}.carve-drawer-body ul li:hover:after{left:0;width:100%}.carve-drawer-body ul li:focus,.carve-drawer-body ul li:hover{background:var(--bg1);color:var(--text);font-size:1.66rem}.carve-drawer-body ul li:focus span,.carve-drawer-body ul li:hover span{background:var(--main);border-radius:.3rem;box-shadow:0 3px 8px #0000003d;color:var(--day);height:-webkit-max-content;height:max-content;left:100%;line-height:2;margin-left:2.5rem;padding:0 1.5rem;top:1.3rem;white-space:nowrap}.carve-drawer-body ul li:focus span:before,.carve-drawer-body ul li:hover span:before{border-bottom-width:.1rem;border-bottom:1rem solid var(--main);border-left-width:.1rem;border-left:1rem solid var(--main);border-right-width:1rem;border-top-width:1rem;content:"";display:inline-block;height:.6rem;left:-.7rem;position:absolute;top:.95rem;transform:rotate(45deg) translateY(-50%);width:.6rem}.carve-drawer-body ul li:focus:after,.carve-drawer-body ul li:focus:before,.carve-drawer-body ul li:hover:after,.carve-drawer-body ul li:hover:before{background-size:3rem;content:"";display:inline-block;height:4rem;position:absolute;right:-1rem;top:-3rem;width:4rem;z-index:2000}.carve-drawer-body ul li:focus:after,.carve-drawer-body ul li:hover:after{bottom:-3rem;left:auto;top:auto;transform:rotate(-90deg);transition-delay:.2s}.carve-drawer-body li:focus .menu-icon,.carve-drawer-body li:hover .menu-icon{fill:var(--text)}.carve-drawer-body::-webkit-scrollbar{display:none;width:.6rem}.carve-drawer-body::-webkit-scrollbar-thumb{background:var(--main)}.carve-drawer-body::-webkit-scrollbar-track{background:var(--vice)}.carve-drawer-body:hover::-webkit-scrollbar{display:block}.carve-drawer{display:none}.carve-drawer.rise .carve-drawer-inner{animation:rise .3s ease-in-out;bottom:0;height:auto;max-height:70%;max-width:100%;top:auto;width:100%}@keyframes rise{0%{transform:translateY(100%)}to{transform:translateY(0)}}.fall{animation:fall .3s ease-in-out!important}@keyframes fall{0%{transform:translateY(0)}to{transform:translateY(100%)}}.carve-drawer.rise .carve-drawer-inner,.carve-drawer.rise .carve-drawer-inner .carve-drawer-head{border-radius:1.5rem 1.5rem 0 0}table{border:.1rem solid var(--vice);border-collapse:collapse;margin:0;position:relative;top:0}table thead{background:var(--body-text);color:var(--body-bg);position:-webkit-sticky;position:sticky;text-transform:capitalize;top:0}td:first-child,th:first-child{border-left-style:hidden}td:last-child,th:last-child{border-right-style:hidden}thead tr th{border-top-style:hidden;box-shadow:0 -1px 1px var(--vice) inset;font-weight:var(--font-medium)}tbody tr:last-child td,thead tr th{border-bottom-style:hidden}table td,table th{background:var(--body-bg);border:.1rem solid var(--border);font-size:inherit;min-width:10rem;padding:1.5rem;width:-webkit-fit-content;width:fit-content}td button{color:var(--body-text);font-size:2.2rem}.table-responsive,.table-sticky{background:var(--day);border:.1rem solid var(--border);max-height:40rem;max-width:100%;overflow-x:auto;width:-webkit-fit-content;width:fit-content}.table-responsive::-webkit-scrollbar,.table-sticky::-webkit-scrollbar{display:none}.table-sticky table thead{z-index:2}.table-sticky tr{position:relative}.table-sticky td:last-child,.table-sticky th:last-child{min-width:12rem;position:-webkit-sticky;position:sticky;right:0}.table-sticky th{background:var(--main)}.table-sticky td:last-child{background:var(--body-bg)}.table-responsive{overflow-x:auto}.Main{background:var(--body-bg);display:flex;flex:1 1;margin:0 auto;max-width:130rem;overflow:auto;position:relative;width:75%;z-index:1}.main-section{flex:1 1;height:100vh;margin-left:250px;padding-left:25px;padding-right:0;padding-top:50px}.button:hover,button:hover{box-shadow:var(--button-shadow)}.dots-container{background:var(--day);height:100vh;overflow:hidden;position:relative;width:100%}.dot{animation:moveDot 100s infinite var(--ease-in-out);animation-delay:calc(var(--x-move)*-2s);border-radius:50%;height:5px;left:50vw;left:var(--x-start,50vw);position:absolute;top:50vh;top:var(--y-start,50vh);width:5px}@keyframes moveDot{0%{transform:translate(0)}25%{transform:translate(calc(30vw*var(--x-move)),calc(30vh*var(--y-move)))}50%{transform:translate(calc(60vw*var(--x-move)),calc(60vh*var(--y-move)))}75%{transform:translate(calc(30vw*var(--x-move)),calc(30vh*var(--y-move)))}to{transform:translate(0)}}.dot:nth-child(odd){animation-duration:14s;height:6px;width:6px}.dot:nth-child(2n){animation-duration:18s;animation-duration:14s;background:#20b2aa;height:4px;width:4px}.dot:nth-child(3n){animation-duration:18s;background:#789}.dot:nth-child(4n){animation-duration:16s;background:#ffa07a}.dot:nth-child(5n){animation-duration:14s;background:tomato}.dot:nth-child(6n){animation-duration:12s;background:var(--main)}.menu-wrapper-outer{display:flex;height:210px;position:relative;width:250px}.menu-section{border-radius:10px;margin:0 auto;min-height:250px;padding-top:30px;position:relative;width:300px}.menu-item{align-items:center;display:flex;flex-flow:column;justify-content:center;position:relative}.menu-item-name{font-size:10px}.menu-group{background:#fff;border-radius:100rem;bottom:0;box-shadow:0 8px 24px #959da533;display:flex;gap:3rem;justify-content:space-evenly;min-height:60px;min-width:180px;padding:1rem;position:absolute;right:0;transform-origin:right center}.group1 .menu-item{transform:rotate(-90deg)}.group2 .menu-item{transform:rotate(-45deg)}.group1{animation:fanRote90 .3s cubic-bezier(.68,-.55,.265,1.55) .15s forwards;z-index:2}@keyframes fanRote90{0%{bottom:0;right:0;transform:rotate(0deg)}to{bottom:-40px;right:40px;transform:rotate(90deg)}}.group2{animation:fanRote45 .3s cubic-bezier(.68,-.55,.265,1.55) .2s forwards;z-index:1}@keyframes fanRote45{0%{bottom:0;right:0;transform:rotate(0deg)}to{bottom:-29px;right:12px;transform:rotate(45deg)}}.dynamicSticky{bottom:0;box-shadow:none!important;padding:0;position:absolute;right:0}.scroll-animation{border-radius:8px;box-shadow:var(--shadow-all);height:280px;margin:40px auto 30px;overflow:hidden;position:relative;width:180px}.hide-up{opacity:0;transform:translateY(-100%)}.hide-down{opacity:0;transform:translateY(100%)}[class*=dummy-]{background:var(--main);height:40px;position:relative;transition:transform 1s cubic-bezier(.445,.05,.55,.95),opacity 1s cubic-bezier(.445,.05,.55,.95);width:100%;z-index:1}.dummy-header{box-shadow:var(--shadow-header)!important;justify-content:center}.dummy-footer,.dummy-header{align-items:center;display:flex}.dummy-footer{bottom:0;box-shadow:var(--shadow-footer);justify-content:space-around;position:absolute}.scroll-content{animation:scrollUp 1s linear 2s infinite alternate;opacity:.2}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-20%)}}.scroll-content ul li{background:#194a8b;border-radius:100px;height:10px;margin-bottom:8px;opacity:.3}.scroll-content ul li:nth-child(2n){background:#789;height:30px;width:80%}.scroll-content ul li:nth-child(3n){background:#b0c4de;height:10px;width:60%}.scroll-content ul li:nth-child(4n){background:#789;height:20px;width:40%}.scroll-content ul{height:280px;list-style:none;margin:-40px 20px 20px;overflow:auto}.swipe-dot{animation:swipe-vertical 2s linear 1s infinite;background:#007bff;border-radius:50%;box-shadow:0 0 20px #007bff99;height:30px;left:auto;position:absolute;right:10px;transform:translateX(-50%);width:30px}@keyframes swipe-vertical{0%{opacity:0;top:80%}10%{opacity:1}50%{opacity:.9;top:40%}90%{opacity:0}to{opacity:0;top:60%}}.dynamic-icelands{background:var(--day);border-radius:10px;display:flex;height:12px;width:60px}.code-snippet-note{background:var(--main);border-radius:20px;border-width:1px;border:6px double var(--day);padding:20px}.code-snippet-note p{color:var(--day);font-size:13px;margin:0}.swipe-container{height:280px;left:0;overflow:hidden;position:absolute;top:0;width:180px}.swipe-dotX{animation:swipe-hor 2s linear infinite;background:#007bff;border-radius:50%;box-shadow:0 0 20px #007bff99;height:30px;position:absolute;right:auto;right:10px;top:50%;transform:translateX(-50%);width:30px}@keyframes swipe-hor{0%{left:80%;opacity:0}10%{opacity:1}50%{left:40%;opacity:.9}90%{opacity:0}to{left:60%;opacity:0}}.icon-set svg{margin-left:-2px}.transition-container .dummy-header{justify-content:start}.transition-container .scroll-animation{animation:moveX 1s linear infinite;margin:0}@keyframes moveX{0%{transform:translateX(0)}to{transform:translateX(-10px)}}.transition-container{border-radius:8px;height:280px;margin:0 auto;overflow:hidden;width:180px}.mobile-frame{background:#000;border:16px solid #333;border-radius:40px;box-shadow:0 10px 30px #0006;height:540px;margin:40px auto;padding:20px;position:relative;width:260px}.mobile-frame:before{background:#666;border-radius:3px;content:"";height:5px;left:50%;position:absolute;top:10px;transform:translateX(-50%);width:60px}.g-xs{gap:.5rem}.g-sm{gap:1rem}.g-md{gap:1.5rem}.g-lg{gap:2rem}.g-xl{gap:3rem}.breadcrumb{align-items:center;color:#333;display:flex;font-size:14px}.breadcrumb a{color:#007bff;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{margin:0 5px}.breadcrumb .separator{color:#999;margin:0 5px}.breadcrumb .active{color:#555;font-weight:700}.breadcrumb .icon{color:#007bff;margin-right:5px}.breadcrumb .icon:hover{color:#0056b3}.breadcrumb .icon svg{height:16px;width:16px}.breadcrumb span:after{content:"/";margin-left:5px}.breadcrumb .active:after,.breadcrumb span:last-child:after{content:""}.snippet-card-group .carve-card:hover{background:var(--body-bg);border-radius:3rem;box-shadow:var(--carve-shadow);transform:translateY(-1rem)}.snippet-card-group .carve-card{background:var(--body-bg);border:.1rem solid var(--border);border-radius:2rem;cursor:pointer;position:relative;transition:var(--common-transition);transition:transform .5s;z-index:99}.snippet-card-group .carve-chips{background-image:none!important;border:none;border-radius:1rem;box-shadow:none!important;color:var(--day);font-size:1rem;margin:0;padding:.4rem .8rem}.snippet-card-group .carve-chips:nth-child(3n-2){background-color:#5f6691}.snippet-card-group .carve-chips:nth-child(3n-1){background-color:#f3c561}.snippet-card-group .carve-chips:nth-child(3n){background-color:#5f6699}.snippet-card-group .chip-remove{padding-right:2.6rem}.snippet-card-group .carve-chips .icon-close{font-size:1.3rem;height:1rem;right:.3rem;width:1rem}.snippet-description{font-size:1.3rem}.snippet-card-group{display:flex;height:calc(100vh - 7rem);margin:0 auto;overflow:auto;padding:3rem;width:70%}.snippet-card-group .carve-card:last-child{margin-bottom:6rem}pre code.hljs{background:var(--bg4);border:2px dashed var(--border);border-radius:.5rem;word-break:break-word}.snippet-title{position:relative}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}
/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{background:#fff;color:#24292e}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{background-color:#f0fff4;color:#22863a}.hljs-deletion{background-color:#ffeef0;color:#b31d28}.snippet-detail-page{margin:0 auto;padding:20px}.snippet-container{display:flex;gap:2rem;margin-top:2rem}.snippet-section{background:var(--body-bg);border:2px solid var(--border);border-radius:1rem;box-shadow:var(--shadow-header);flex:1 1;margin-bottom:2rem;padding:2rem}.snippet-section h2{display:inline-block;font-size:1.5rem;margin-bottom:10px;text-align:center;text-decoration:underline;width:100%}.snippet-section pre{word-wrap:break-word;border-radius:8px;font-family:Courier New,Courier,monospace;overflow:auto;white-space:pre-wrap}.snippet-section p{font-size:5rem;line-height:1.5}.snippet-t-d h5{line-height:1.5;margin-bottom:3rem;padding-right:6rem;text-align:center;width:100%}.snippet-t-d{width:100%}.dot-seperator{border-right:.2rem dashed;height:100%;width:.2rem}.snippet-outer-wrapper{height:100vh;margin:0 auto;max-width:130rem;overflow:auto;padding:20px 0;width:73%}.snippet-inner{margin:20px 0;overflow:auto;position:relative}.output-chamber{overflow:auto;word-break:break-word}.snippet-description p{background:var(--body-bg);border:2px solid var(--border);border-radius:1rem;box-shadow:var(--shadow-header);font-size:1.2rem!important;font-weight:400;height:12rem;overflow:auto;padding:2rem}.r-0{right:0}.t-0{top:0}.Bottombar{bottom:0;opacity:0;position:fixed;transform:translateY(100%);transition:transform 1.2s ease-in-out,opacity 1.2s ease-in-out;width:100%;z-index:999}.Bottombar.visible{opacity:1;transform:translateY(0)}.Bottombar.hidden{opacity:0;transform:translateY(100%)}.Bottombar .footer-comp{align-items:center;display:flex;flex-grow:1;justify-content:center;text-align:center}.carve-h-footer .footer-comp{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:130rem;width:80%}.carve-h-footer .footer-comp img{border:.1rem solid var(--bg3);border-radius:.5rem;box-shadow:var(--shadow-header);margin:0 1rem;max-width:3rem}.carve-h-footer{bottom:0;display:flex;font-size:85%;left:0;position:absolute;right:0}.Bottombar .footer-comp span{align-items:center;color:var(--day);display:flex}.Bottombar .footer-comp a{align-items:center;display:flex;padding-top:.1rem}.carve-h-footer .footer-comp div{display:flex}.footer-wave-container{height:8rem;overflow:hidden;position:relative;width:100%}.footer-wave{animation:waveMove 3s linear infinite alternate;height:9rem;position:absolute;width:200%}@keyframes waveMove{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.tiny-chamber{border-radius:.5rem;padding:.3rem .5rem}.logo,.tiny-chamber{background:var(--day)}.logo{border-radius:4rem;cursor:pointer;height:8rem;padding:1rem}.Navbar{align-items:center;display:flex;justify-content:space-between;left:30px;position:fixed;top:30px;z-index:1}.search-group{position:relative;transition:max-height .3s ease;transition:all .3s ease-in-out}.search-group.visible{background:var(--day);display:block;left:50%;min-width:30rem;padding:2% 10% 15%;position:fixed;top:1rem;transform:translateX(-50%);z-index:4}.search-group.visible:before{background:var(--day);bottom:0;content:"";display:block;left:0;position:fixed;right:0;top:0;z-index:-1}.search-group.visible .icon-search{border-radius:14rem;display:flex;max-height:3.6rem;padding-left:1.5rem;padding-right:1.5rem;transition:all .3s ease-in-out;width:1.5rem}.search-group.visible:hover .icon-search{fill:#f0f8ff;background:var(--main)}.icon-search{fill:#000!important;height:4.5rem;padding-left:1.5rem;position:absolute;width:2rem}.icon{fill:var(--body-text);cursor:pointer;transition:all .3s ease;vertical-align:middle;z-index:1}.search-group input{border-radius:5rem!important;font-family:inherit!important;padding-left:5rem!important}.search-results.carve-list{background:var(--day);border:.1rem solid var(--border);border-radius:2rem;box-shadow:0 48px 100px 0 #110c2e26;color:#000;left:0;margin-top:.5rem;padding:1.5rem;position:relative;right:0;top:100%;transition:all .3s ease-in-out;z-index:2}.search-results.carve-list li{cursor:pointer;line-height:3;transition:all .25s ease-in-out}.search-results.carve-list li:hover{background:var(--main);border-radius:10rem;color:var(--day);padding:0 1.5rem}.dynamic-search{height:5rem;position:relative;width:5rem}.dynamic-search .icon{min-height:2.8rem;min-width:2.8rem;padding:0}.home-button{align-items:center;display:flex;flex-flow:column;justify-content:center}.search-gr{display:flex;gap:1.7rem;left:auto;padding:1rem;position:absolute;right:8rem;top:3rem}
/*# sourceMappingURL=main.38563d5b.css.map*/