:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width: 480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}/*! Devices.css v0.2.0 | MIT License | github.com/picturepan2/devices.css */.device,.device *,.device :after,.device :before,.device:after,.device:before{box-sizing:border-box;display:block}.device{position:relative;transform:scale(1);z-index:1}.device .device-frame{z-index:1}.device .device-screen{background-color:#000;background-position:center center;background-size:cover;object-fit:cover;position:relative}.device-iphone-14-pro{height:868px;width:428px}.device-iphone-14-pro .device-frame{background:#010101;border:1px solid #1b1721;border-radius:68px;box-shadow:inset 0 0 4px 2px #c0b7cd,inset 0 0 0 6px #342c3f;height:868px;padding:19px;width:428px}.device-iphone-14-pro .device-screen{border-radius:49px;height:830px;width:390px}.device-iphone-14-pro .device-stripe:after,.device-iphone-14-pro .device-stripe:before{border:solid rgba(1,1,1,.25);border-width:0 7px;content:"";height:7px;left:0;position:absolute;width:100%;z-index:9}.device-iphone-14-pro .device-stripe:after{top:85px}.device-iphone-14-pro .device-stripe:before{bottom:85px}.device-iphone-14-pro .device-header{background:#010101;border-radius:20px;height:35px;left:50%;margin-left:-60px;position:absolute;top:29px;width:120px}.device-iphone-14-pro .device-sensors:after,.device-iphone-14-pro .device-sensors:before{content:"";position:absolute}.device-iphone-14-pro .device-sensors:after{background:#010101;border-radius:17px;height:33px;left:50%;margin-left:-60px;top:30px;width:74px}.device-iphone-14-pro .device-sensors:before{background:radial-gradient(farthest-corner at 20% 20%,#6074bf 0,transparent 40%),radial-gradient(farthest-corner at 80% 80%,#513785 0,#24555e 20%,transparent 50%);border-radius:50%;box-shadow:0 0 1px 1px #ffffff0d;height:9px;left:50%;margin-left:36px;top:42px;width:9px}.device-iphone-14-pro .device-btns{background:#1b1721;border-radius:2px;height:32px;left:-2px;position:absolute;top:115px;width:3px}.device-iphone-14-pro .device-btns:after,.device-iphone-14-pro .device-btns:before{background:#1b1721;border-radius:2px;content:"";height:62px;left:0;position:absolute;width:3px}.device-iphone-14-pro .device-btns:after{top:60px}.device-iphone-14-pro .device-btns:before{top:140px}.device-iphone-14-pro .device-power{background:#1b1721;border-radius:2px;height:100px;position:absolute;right:-2px;top:200px;width:3px}.device-iphone-14-pro .device-home:after,.device-iphone-14-pro .device-home:before{border:solid rgba(1,1,1,.25);border-width:6px 0;content:"";height:6px;position:absolute;width:6px;z-index:9}.device-iphone-14-pro .device-home:after{right:86px;top:0}.device-iphone-14-pro .device-home:before{bottom:0;left:86px}.device-iphone-14-pro.device-silver .device-frame{border-color:#c8cacb;box-shadow:inset 0 0 4px 2px #fff,inset 0 0 0 6px #e2e3e4}.device-iphone-14-pro.device-silver .device-btns{background:#c8cacb}.device-iphone-14-pro.device-silver .device-btns:after,.device-iphone-14-pro.device-silver .device-btns:before{background:#c8cacb}.device-iphone-14-pro.device-silver .device-power{background:#c8cacb}.device-iphone-14-pro.device-black .device-frame{border-color:#5c5956;box-shadow:inset 0 0 4px 2px #fff,inset 0 0 0 6px #76726f}.device-iphone-14-pro.device-black .device-btns{background:#5c5956}.device-iphone-14-pro.device-black .device-btns:after,.device-iphone-14-pro.device-black .device-btns:before{background:#5c5956}.device-iphone-14-pro.device-black .device-power{background:#5c5956}.device-iphone-14-pro.device-gold .device-frame{border-color:#e7d19e;box-shadow:inset 0 0 4px 2px #fff,inset 0 0 0 6px #d2ab4c}.device-iphone-14-pro.device-gold .device-btns{background:#e7d19e}.device-iphone-14-pro.device-gold .device-btns:after,.device-iphone-14-pro.device-gold .device-btns:before{background:#e7d19e}.device-iphone-14-pro.device-gold .device-power{background:#e7d19e}.device-iphone-14{height:868px;width:428px}.device-iphone-14 .device-frame{background:#010101;border:1px solid #101315;border-radius:68px;box-shadow:inset 0 0 4px 2px #b0b8c0,inset 0 0 0 6px #272c31;height:868px;padding:19px;width:428px}.device-iphone-14 .device-screen{border-radius:49px;height:830px;width:390px}.device-iphone-14 .device-stripe:after,.device-iphone-14 .device-stripe:before{border:solid rgba(1,1,1,.25);border-width:0 7px;content:"";height:7px;left:0;position:absolute;width:100%;z-index:9}.device-iphone-14 .device-stripe:after{top:85px}.device-iphone-14 .device-stripe:before{bottom:85px}.device-iphone-14 .device-header{background:#010101;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:30px;left:50%;margin-left:-80px;position:absolute;top:20px;width:160px}.device-iphone-14 .device-header:after,.device-iphone-14 .device-header:before{content:"";height:10px;position:absolute;top:0;width:10px}.device-iphone-14 .device-header:after{background:radial-gradient(circle at bottom left,transparent 0,transparent 75%,#010101 75%,#010101 100%);left:-10px}.device-iphone-14 .device-header:before{background:radial-gradient(circle at bottom right,transparent 0,transparent 75%,#010101 75%,#010101 100%);right:-10px}.device-iphone-14 .device-sensors:after,.device-iphone-14 .device-sensors:before{content:"";position:absolute}.device-iphone-14 .device-sensors:after{background:#151515;border:1px solid #010101;border-radius:4px;box-shadow:0 0 4px #151515;height:7px;left:50%;margin-left:-35px;top:8px;width:70px}.device-iphone-14 .device-sensors:before{background:radial-gradient(farthest-corner at 20% 20%,#6074bf 0,transparent 40%),radial-gradient(farthest-corner at 80% 80%,#513785 0,#24555e 20%,transparent 50%);border-radius:50%;box-shadow:0 0 1px 1px #ffffff0d;height:9px;left:50%;margin-left:-60px;top:26px;width:9px}.device-iphone-14 .device-btns{background:#101315;border-radius:2px;height:32px;left:-2px;position:absolute;top:115px;width:3px}.device-iphone-14 .device-btns:after,.device-iphone-14 .device-btns:before{background:#101315;border-radius:2px;content:"";height:62px;left:0;position:absolute;width:3px}.device-iphone-14 .device-btns:after{top:60px}.device-iphone-14 .device-btns:before{top:140px}.device-iphone-14 .device-power{background:#101315;border-radius:2px;height:100px;position:absolute;right:-2px;top:200px;width:3px}.device-iphone-14 .device-home:after,.device-iphone-14 .device-home:before{border:solid rgba(1,1,1,.25);border-width:6px 0;content:"";height:6px;position:absolute;width:6px;z-index:9}.device-iphone-14 .device-home:after{right:86px;top:0}.device-iphone-14 .device-home:before{bottom:0;left:86px}.device-iphone-14.device-purple .device-frame{border-color:#af9bbf;box-shadow:inset 0 0 4px 2px #fff,inset 0 0 0 6px #c8bad3}.device-iphone-14.device-purple .device-btns{background:#af9bbf}.device-iphone-14.device-purple .device-btns:after,.device-iphone-14.device-purple .device-btns:before{background:#af9bbf}.device-iphone-14.device-purple .device-power{background:#af9bbf}.device-iphone-14.device-starlight .device-frame{border-color:#bdb4aa;box-shadow:inset 0 0 4px 2px #fff,inset 0 0 0 6px #d3cdc7}.device-iphone-14.device-starlight .device-btns{background:#bdb4aa}.device-iphone-14.device-starlight .device-btns:after,.device-iphone-14.device-starlight .device-btns:before{background:#bdb4aa}.device-iphone-14.device-starlight .device-power{background:#bdb4aa}.device-iphone-14.device-red .device-frame{border-color:#d11813;box-shadow:inset 0 0 4px 2px #fff,inset 0 0 0 6px #ec302b}.device-iphone-14.device-red .device-btns{background:#d11813}.device-iphone-14.device-red .device-btns:after,.device-iphone-14.device-red .device-btns:before{background:#d11813}.device-iphone-14.device-red .device-power{background:#d11813}.device-iphone-14.device-blue .device-frame{border-color:#7992aa;box-shadow:inset 0 0 4px 2px #fff,inset 0 0 0 6px #98abbe}.device-iphone-14.device-blue .device-btns{background:#7992aa}.device-iphone-14.device-blue .device-btns:after,.device-iphone-14.device-blue .device-btns:before{background:#7992aa}.device-iphone-14.device-blue .device-power{background:#7992aa}.device-iphone-x{height:868px;width:428px}.device-iphone-x .device-frame{background:#222;border-radius:68px;box-shadow:inset 0 0 2px 2px #c8cacb,inset 0 0 0 7px #e2e3e4;height:868px;padding:28px;width:428px}.device-iphone-x .device-screen{border-radius:40px;height:812px;width:375px}.device-iphone-x .device-stripe:after,.device-iphone-x .device-stripe:before{border:solid rgba(1,1,1,.25);border-width:0 7px;content:"";height:7px;left:0;position:absolute;width:100%;z-index:9}.device-iphone-x .device-stripe:after{top:85px}.device-iphone-x .device-stripe:before{bottom:85px}.device-iphone-x .device-header{background:#222;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:30px;left:50%;margin-left:-102px;position:absolute;top:28px;width:204px}.device-iphone-x .device-header:after,.device-iphone-x .device-header:before{content:"";height:10px;position:absolute;top:0;width:10px}.device-iphone-x .device-header:after{background:radial-gradient(circle at bottom left,transparent 0,transparent 75%,#222 75%,#222 100%);left:-10px}.device-iphone-x .device-header:before{background:radial-gradient(circle at bottom right,transparent 0,transparent 75%,#222 75%,#222 100%);right:-10px}.device-iphone-x .device-sensors:after,.device-iphone-x .device-sensors:before{content:"";position:absolute}.device-iphone-x .device-sensors:after{background:#333;border-radius:3px;height:6px;left:50%;margin-left:-25px;top:32px;width:50px}.device-iphone-x .device-sensors:before{background:radial-gradient(farthest-corner at 20% 20%,#6074bf 0,transparent 40%),radial-gradient(farthest-corner at 80% 80%,#513785 0,#24555e 20%,transparent 50%);border-radius:50%;box-shadow:0 0 1px 1px #ffffff0d;height:10px;left:50%;margin-left:42px;top:30px;width:10px}.device-iphone-x .device-btns{background:#c8cacb;height:32px;left:-3px;position:absolute;top:115px;width:3px}.device-iphone-x .device-btns:after,.device-iphone-x .device-btns:before{background:#c8cacb;content:"";height:62px;left:0;position:absolute;width:3px}.device-iphone-x .device-btns:after{top:60px}.device-iphone-x .device-btns:before{top:140px}.device-iphone-x .device-power{background:#c8cacb;height:100px;position:absolute;right:-3px;top:200px;width:3px}.device-iphone-8{height:871px;width:419px}.device-iphone-8 .device-frame{background:#fff;border-radius:68px;box-shadow:inset 0 0 0 2px #c8cacb,inset 0 0 0 7px #e2e3e4;height:871px;padding:102px 22px;width:419px}.device-iphone-8 .device-screen{border:2px solid #222;border-radius:4px;height:667px;width:375px}.device-iphone-8 .device-stripe:after,.device-iphone-8 .device-stripe:before{border:solid rgba(51,51,51,.15);border-width:0 7px;content:"";height:6px;left:0;position:absolute;width:100%;z-index:9}.device-iphone-8 .device-stripe:after{top:68px}.device-iphone-8 .device-stripe:before{bottom:68px}.device-iphone-8 .device-home{border:2px solid #c8cacb;border-radius:50%;bottom:25px;height:58px;left:50%;margin-left:-29px;position:absolute;width:58px}.device-iphone-8 .device-sensors{background:#666;border-radius:3px;height:6px;left:50%;margin-left:-38px;position:absolute;top:52px;width:76px}.device-iphone-8 .device-sensors:after,.device-iphone-8 .device-sensors:before{background:#666;border-radius:50%;content:"";position:absolute}.device-iphone-8 .device-sensors:after{height:10px;left:50%;margin-left:-5px;top:-25px;width:10px}.device-iphone-8 .device-sensors:before{height:12px;left:-42px;margin-top:-6px;top:50%;width:12px}.device-iphone-8 .device-btns{background:#c8cacb;height:30px;left:-3px;position:absolute;top:102px;width:3px}.device-iphone-8 .device-btns:after,.device-iphone-8 .device-btns:before{background:#c8cacb;content:"";height:56px;left:0;position:absolute;width:3px}.device-iphone-8 .device-btns:after{top:62px}.device-iphone-8 .device-btns:before{top:132px}.device-iphone-8 .device-power{background:#c8cacb;height:80px;position:absolute;right:-2px;top:160px;width:3px}.device-iphone-8.device-gold .device-frame{box-shadow:inset 0 0 0 2px #e4b08a,inset 0 0 0 7px #f7e8dd}.device-iphone-8.device-gold .device-home{border-color:#e4b08a}.device-iphone-8.device-gold .device-btns,.device-iphone-8.device-gold .device-btns:after,.device-iphone-8.device-gold .device-btns:before{background:#e4b08a}.device-iphone-8.device-gold .device-power{background:#e4b08a}.device-iphone-8.device-spacegray .device-frame{background:#222;box-shadow:inset 0 0 0 2px #74747a,inset 0 0 0 7px #9b9ba0}.device-iphone-8.device-spacegray .device-stripe:after,.device-iphone-8.device-spacegray .device-stripe:before{border-color:#cccccc59}.device-iphone-8.device-spacegray .device-btns,.device-iphone-8.device-spacegray .device-btns:after,.device-iphone-8.device-spacegray .device-btns:before{background:#74747a}.device-the-iphone{height:610px;width:320px}.device-the-iphone .device-frame{background:#010101;border:1px solid #a9a9a9;border-radius:56px;box-shadow:inset 0 0 4px 3px #010101,inset 0 0 2px 13px #f5f5f5;height:610px;padding:100px 22px;width:320px}.device-the-iphone .device-frame:before{border:8px solid #010101;border-left-width:2px;border-radius:48px;border-right-width:2px;box-shadow:inset 0 0 8px 2px #010101;content:"";height:594px;left:2px;position:absolute;top:9px;width:316px}.device-the-iphone .device-frame:after{border:4px solid #dcdcdc;border-radius:38px;content:"";height:590px;left:13px;position:absolute;top:11px;width:294px}.device-the-iphone .device-screen{border:2px solid #272727;border-radius:4px;height:410px;width:276px}.device-the-iphone .device-sensors:before{background:linear-gradient(to bottom,#272727 50%,#dcdcdc40 50%,#a9a9a9);border-radius:5px;content:"";height:10px;left:50%;margin-left:-28px;position:absolute;top:52px;width:56px}.device-the-iphone .device-sensors:after{background:#272727;border:1px solid #010101;border-radius:3px;content:"";height:6px;left:50%;margin-left:-26px;position:absolute;top:54px;width:52px}.device-the-iphone .device-btns{background:#696969;border-radius:2px 0 0 2px;height:30px;left:-2px;position:absolute;top:60px;width:2px}.device-the-iphone .device-btns:after,.device-the-iphone .device-btns:before{background:#696969;content:"";height:56px;left:0;position:absolute;width:2px}.device-the-iphone .device-btns:after{border-radius:2px 0 0 50%;top:50px}.device-the-iphone .device-btns:before{border-radius:50% 0 0 2px;top:131px}.device-the-iphone .device-home{background:radial-gradient(circle at top center,#010101 70%,#dcdcdc40 70%,#a9a9a9);border:1px solid #292929;border-radius:50%;bottom:28px;height:56px;left:50%;margin-left:-28px;position:absolute;width:56px}.device-the-iphone .device-home:before{border:1px solid #dcdcdc;border-radius:4px;content:"";height:20px;left:17px;position:absolute;top:17px;width:20px}.device-the-iphone .device-power{background:#696969;border-radius:2px 2px 0 0;height:2px;position:absolute;right:52px;top:-2px;width:52px}.device-google-pixel-6-pro{height:862px;width:404px}.device-google-pixel-6-pro .device-frame{background:#121212;border-radius:28px;box-shadow:inset 0 0 12px #8d8d86,inset 0 7px 0 3px #fdfdfc,inset 0 -6px 0 3px #fdfdfc;height:862px;margin:0 2px;padding:20px 12px 26px;width:400px}.device-google-pixel-6-pro .device-screen{border-radius:27px;height:816px;width:376px}.device-google-pixel-6-pro .device-header{background:linear-gradient(to bottom,#8d8d86 0,#cbcbc8 30%,#cbcbc8);height:10px;left:50%;margin-left:-147px;position:absolute;top:0;width:294px}.device-google-pixel-6-pro .device-stripe:after{background:linear-gradient(to top,#121212,#666661);border-radius:50px 50px 0 0;bottom:0;content:"";height:2px;left:50%;margin-left:-22px;position:absolute;width:44px}.device-google-pixel-6-pro .device-stripe:before{background:#cbcbc8;bottom:0;content:"";height:9px;left:50%;margin-left:40px;position:absolute;width:11px}.device-google-pixel-6-pro .device-sensors{background:#121212;border-radius:50%;height:22px;left:50%;margin-left:-11px;margin-top:-11px;position:absolute;top:39px;width:22px}.device-google-pixel-6-pro .device-sensors:after,.device-google-pixel-6-pro .device-sensors:before{content:"";position:absolute}.device-google-pixel-6-pro .device-sensors:after{background:linear-gradient(to bottom,#121212,#666661);border-radius:0 0 50px 50px;height:4px;left:50%;margin-left:-103px;top:-18px;width:206px}.device-google-pixel-6-pro .device-sensors:before{background:radial-gradient(farthest-corner at 20% 20%,#6074bf 0,transparent 40%),radial-gradient(farthest-corner at 80% 80%,#513785 0,#24555e 20%,transparent 50%);border-radius:50%;box-shadow:0 0 1px 1px #ffffff0d;height:8px;left:7px;top:7px;width:8px}.device-google-pixel-6-pro .device-btns{background:#b2b2ae;height:102px;position:absolute;right:0;top:306px;width:3px}.device-google-pixel-6-pro .device-power{background:#b2b2ae;height:58px;position:absolute;right:0;top:194px;width:3px}.device-google-pixel-6-pro.device-gold .device-frame{box-shadow:inset 0 0 12px #ff962e,inset 0 7px 0 3px #fff,inset 0 -6px 0 3px #fff}.device-google-pixel-6-pro.device-gold .device-header{background:linear-gradient(to bottom,#ff962e 0,#ffd6ad 30%,#ffd6ad)}.device-google-pixel-6-pro.device-gold .device-stripe:after{background:linear-gradient(to top,#121212,#e07000)}.device-google-pixel-6-pro.device-gold .device-stripe:before{background:#ffd6ad}.device-google-pixel-6-pro.device-gold .device-btns,.device-google-pixel-6-pro.device-gold .device-power{background:#ffbd7a}.device-google-pixel-6-pro.device-black .device-frame{box-shadow:inset 0 0 12px #000,inset 0 7px 0 3px #646668,inset 0 -6px 0 3px #646668}.device-google-pixel-6-pro.device-black .device-header{background:linear-gradient(to bottom,#000 0,#323334 30%,#323334)}.device-google-pixel-6-pro.device-black .device-stripe:after{background:linear-gradient(to top,#121212,#000)}.device-google-pixel-6-pro.device-black .device-stripe:before{background:#323334}.device-google-pixel-6-pro.device-black .device-btns,.device-google-pixel-6-pro.device-black .device-power{background:#191a1a}.device-google-pixel-2-xl{height:832px;width:404px}.device-google-pixel-2-xl .device-frame{background:#121212;border-radius:36px;box-shadow:inset 0 0 0 2px #cfcfcf,inset 0 0 0 7px #9c9c9c;height:832px;padding:56px 22px;width:404px}.device-google-pixel-2-xl .device-screen{border-radius:27px;height:720px;width:360px}.device-google-pixel-2-xl .device-header{height:832px;left:50%;margin-left:-150px;position:absolute;top:0;width:300px}.device-google-pixel-2-xl .device-header:after,.device-google-pixel-2-xl .device-header:before{background:#333;border-radius:3px;content:"";height:6px;left:50%;margin-left:-73px;margin-top:-3px;position:absolute;width:146px}.device-google-pixel-2-xl .device-header:after{top:24px}.device-google-pixel-2-xl .device-header:before{bottom:28px}.device-google-pixel-2-xl .device-sensors{background:#333;border-radius:7px;height:14px;left:54px;margin-top:-7px;position:absolute;top:36px;width:14px}.device-google-pixel-2-xl .device-btns{background:#cfcfcf;height:102px;position:absolute;right:-3px;top:306px;width:3px}.device-google-pixel-2-xl .device-power{background:#cfcfcf;height:58px;position:absolute;right:-3px;top:194px;width:3px}.device-google-pixel{height:744px;width:360px}.device-google-pixel .device-frame{background:#f7f7f8;border-radius:54px;box-shadow:inset 0 0 0 2px #c8cacb,inset 0 0 0 6px #e2e3e4,inset 0 0 0 10px #fff;height:744px;padding:82px 18px 86px;width:360px}.device-google-pixel .device-screen{border:2px solid #222;border-radius:2px;height:576px;width:324px}.device-google-pixel .device-stripe{border-top:6px solid rgba(51,51,51,.15);bottom:0;left:254px;position:absolute;top:0;width:8px}.device-google-pixel .device-stripe:after,.device-google-pixel .device-stripe:before{border:solid rgba(51,51,51,.15);border-width:0 6px;content:"";height:10px;left:-254px;position:absolute;width:360px;z-index:9}.device-google-pixel .device-stripe:after{top:60px}.device-google-pixel .device-stripe:before{bottom:46px}.device-google-pixel .device-sensors{background:#ddd;border-radius:2.5px;height:5px;left:50%;margin-left:-39px;margin-top:-2.5px;position:absolute;top:41px;width:78px}.device-google-pixel .device-sensors:after,.device-google-pixel .device-sensors:before{background:#333;border-radius:6px;content:"";position:absolute}.device-google-pixel .device-sensors:after{height:12px;left:50%;margin-left:-14px;top:21.5px;width:28px}.device-google-pixel .device-sensors:before{height:10px;left:-81px;margin-top:-5px;top:50%;width:10px}.device-google-pixel .device-btns{background:#c8cacb;height:102px;position:absolute;right:-2px;top:298px;width:3px}.device-google-pixel .device-power{background:#c8cacb;height:50px;position:absolute;right:-2px;top:184px;width:3px}.device-google-pixel.device-black .device-frame{background:#211d1c;box-shadow:inset 0 0 0 2px #363635,inset 0 0 0 6px #6a6967,inset 0 0 0 10px #3d3533}.device-google-pixel.device-black .device-stripe,.device-google-pixel.device-black .device-stripe:after,.device-google-pixel.device-black .device-stripe:before{border-color:#0d0d0d59}.device-google-pixel.device-black .device-sensors{background:#444}.device-google-pixel.device-black .device-sensors:after{background:#0d0d0d}.device-google-pixel.device-black .device-btns,.device-google-pixel.device-black .device-btns:after,.device-google-pixel.device-black .device-btns:before{background:#363635}.device-google-pixel.device-black .device-power{background:#363635}.device-google-pixel.device-blue .device-frame{box-shadow:inset 0 0 0 2px #2a5aff,inset 0 0 0 6px #7695ff,inset 0 0 0 10px #fff}.device-google-pixel.device-blue .device-btns,.device-google-pixel.device-blue .device-btns:after,.device-google-pixel.device-blue .device-btns:before{background:#2a5aff}.device-google-pixel.device-blue .device-power{background:#2a5aff}.device-galaxy-s8{height:828px;width:380px}.device-galaxy-s8 .device-frame{background:#222;border:solid #cfcfcf;border-radius:55px;border-width:5px 0;box-shadow:inset 0 0 0 2px #9c9c9c;height:828px;padding:48px 10px 40px;width:380px}.device-galaxy-s8 .device-screen{border:2px solid #222;border-radius:34px;height:740px;width:360px}.device-galaxy-s8 .device-stripe:after,.device-galaxy-s8 .device-stripe:before{border:solid rgba(51,51,51,.15);border-width:5px 0;content:"";height:828px;position:absolute;top:0;width:6px;z-index:9}.device-galaxy-s8 .device-stripe:after{left:48px}.device-galaxy-s8 .device-stripe:before{right:48px}.device-galaxy-s8 .device-sensors{background:#666;border-radius:3px;height:6px;left:50%;margin-left:-24px;margin-top:-3px;position:absolute;top:32px;width:48px}.device-galaxy-s8 .device-sensors:after,.device-galaxy-s8 .device-sensors:before{background:#666;border-radius:50%;content:"";position:absolute;top:50%}.device-galaxy-s8 .device-sensors:after{box-shadow:-192px 0 #333,-174px 0 #333,-240px 0 #333;height:8px;margin-top:-4px;right:-90px;width:8px}.device-galaxy-s8 .device-sensors:before{box-shadow:186px 0 #666;height:12px;left:-90px;margin-top:-6px;width:12px}.device-galaxy-s8 .device-btns{background:#9c9c9c;border-radius:3px 0 0 3px;height:116px;left:-3px;position:absolute;top:144px;width:3px}.device-galaxy-s8 .device-btns:after{background:#9c9c9c;border-radius:3px 0 0 3px;content:"";height:54px;left:0;position:absolute;top:164px;width:3px}.device-galaxy-s8 .device-power{background:#9c9c9c;border-radius:0 3px 3px 0;height:54px;position:absolute;right:-3px;top:260px;width:3px}.device-galaxy-s8.device-blue .device-frame{border-color:#a3c5e8;box-shadow:inset 0 0 0 2px #5192d4}.device-galaxy-s8.device-blue .device-stripe:after,.device-galaxy-s8.device-blue .device-stripe:before{border-color:#ffffff59}.device-galaxy-s8.device-blue .device-btns,.device-galaxy-s8.device-blue .device-btns:after{background:#5192d4}.device-galaxy-s8.device-blue .device-power{background:#5192d4}.device-macbook-pro{height:434px;width:740px}.device-macbook-pro .device-frame{background:#0d0d0d;border-radius:20px;box-shadow:inset 0 0 0 2px #c8cacb;height:418px;margin:0 auto;padding:9px 9px 23px;position:relative;width:618px}.device-macbook-pro .device-frame:after{background:linear-gradient(to bottom,#272727,#0d0d0d);border-radius:0 0 20px 20px;bottom:2px;content:"";height:24px;left:2px;position:absolute;width:614px}.device-macbook-pro .device-header{background:#0d0d0d;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:12px;left:50%;margin-left:-32px;position:absolute;top:11px;width:64px;z-index:2}.device-macbook-pro .device-header:after,.device-macbook-pro .device-header:before{content:"";height:4px;position:absolute;top:0;width:4px}.device-macbook-pro .device-header:after{background:radial-gradient(circle at bottom left,transparent 0,transparent 75%,#0d0d0d 75%,#0d0d0d 100%);left:-4px}.device-macbook-pro .device-header:before{background:radial-gradient(circle at bottom right,transparent 0,transparent 75%,#0d0d0d 75%,#0d0d0d 100%);right:-4px}.device-macbook-pro .device-screen{border:2px solid #121212;border-radius:10px 10px 0 0;height:375px;width:600px}.device-macbook-pro .device-power{background:radial-gradient(circle at center,#e2e3e4 85%,#c8cacb);border:solid #a0a3a7;border-radius:2px 2px 12px 12px;border-width:1px 2px 0 2px;box-shadow:inset 0 -2px 8px #6c7074;height:24px;margin-top:-10px;position:relative;width:740px;z-index:9}.device-macbook-pro .device-power:after{background:#e2e3e4;border-radius:0 0 10px 10px;box-shadow:inset 0 0 4px 2px #babdbf;content:"";height:10px;left:50%;margin-left:-60px;position:absolute;top:0;width:120px}.device-macbook-pro .device-power:before{background:0 0;border-radius:0 0 3px 3px;bottom:-2px;box-shadow:-300px 0 #272727,300px 0 #272727;content:"";height:2px;left:50%;margin-left:-20px;position:absolute;width:40px}.device-macbook-pro.device-spacegray .device-frame{box-shadow:inset 0 0 0 2px #767a7d}.device-macbook-pro.device-spacegray .device-power{background:radial-gradient(circle at center,#83878a 85%,#767a7d);border-color:#454749;box-shadow:inset 0 -2px 8px #202121}.device-macbook-pro.device-spacegray .device-power:after{background:#b7babc;box-shadow:inset 0 0 4px 2px #6a6d70}.device-macbook-pro-2018{height:444px;width:740px}.device-macbook-pro-2018 .device-frame{background:#0d0d0d;border-radius:20px;box-shadow:inset 0 0 0 2px #c8cacb;height:428px;margin:0 auto;padding:29px 19px 39px;position:relative;width:614px}.device-macbook-pro-2018 .device-frame:after{background:#272727;border-radius:0 0 20px 20px;bottom:2px;content:"";height:26px;left:2px;position:absolute;width:610px}.device-macbook-pro-2018 .device-frame:before{bottom:10px;color:#c8cacb;content:"MacBook Pro";font-size:12px;height:16px;left:50%;line-height:16px;margin-left:-100px;position:absolute;text-align:center;width:200px;z-index:1}.device-macbook-pro-2018 .device-screen{border:2px solid #121212;border-radius:2px;height:360px;width:576px}.device-macbook-pro-2018 .device-power{background:#e2e3e4;border:solid #d5d6d8;border-radius:2px 2px 0 0;border-width:2px 4px 0 4px;height:14px;margin-top:-10px;position:relative;width:740px;z-index:9}.device-macbook-pro-2018 .device-power:after,.device-macbook-pro-2018 .device-power:before{content:"";position:absolute}.device-macbook-pro-2018 .device-power:after{background:#d5d6d8;border-radius:0 0 10px 10px;box-shadow:inset 0 0 4px 2px #babdbf;height:10px;left:50%;margin-left:-60px;top:-2px;width:120px}.device-macbook-pro-2018 .device-power:before{background:#a0a3a7;border-radius:0 0 180px 180px/0 0 12px 12px;box-shadow:inset 0 -2px 6px #474a4d;height:12px;left:-4px;margin:0 auto;top:10px;width:740px}.device-macbook-pro-2018.device-spacegray .device-frame{box-shadow:inset 0 0 0 2px #767a7d}.device-macbook-pro-2018.device-spacegray .device-power{background:#909496;border-color:#767a7d}.device-macbook-pro-2018.device-spacegray .device-power:after{background:#83878a;box-shadow:inset 0 0 4px 2px #6a6d70}.device-macbook-pro-2018.device-spacegray .device-power:before{background:#515456;box-shadow:inset 0 -2px 6px #000}.device-macbook{height:432px;width:740px}.device-macbook .device-frame{background:#0d0d0d;border-radius:20px;box-shadow:inset 0 0 0 2px #c8cacb;height:428px;margin:0 auto;padding:29px 19px 39px;position:relative;width:614px}.device-macbook .device-frame:after{background:#272727;border-radius:0 0 20px 20px;bottom:2px;content:"";height:26px;left:2px;position:absolute;width:610px}.device-macbook .device-frame:before{bottom:10px;color:#c8cacb;content:"MacBook";font-size:12px;height:16px;left:50%;line-height:16px;margin-left:-100px;position:absolute;text-align:center;width:200px;z-index:1}.device-macbook .device-screen{border:2px solid #121212;border-radius:2px;height:360px;width:576px}.device-macbook .device-power{background:#e2e3e4;border:solid #d5d6d8;border-radius:2px 2px 0 0;border-width:0 4px;height:4px;margin-top:-10px;position:relative;width:740px;z-index:9}.device-macbook .device-power:after,.device-macbook .device-power:before{content:"";position:absolute}.device-macbook .device-power:after{background:radial-gradient(circle at center,#e2e3e4 0,#e2e3e4 85%,#a0a3a7);border:solid #adb0b3;border-width:0 2px;height:4px;left:50%;margin-left:-60px;width:120px}.device-macbook .device-power:before{background:#a0a3a7;border-radius:0 0 180px 180px/0 0 10px 10px;box-shadow:inset 0 -2px 6px #474a4d;height:10px;left:-4px;margin:0 auto;top:4px;width:740px}.device-macbook.device-gold .device-frame{box-shadow:inset 0 0 0 2px #edccb4}.device-macbook.device-gold .device-power{background:#f7e8dd;border-color:#edccb4}.device-macbook.device-gold .device-power:after{background:radial-gradient(circle at center,#f7e8dd 0,#f7e8dd 85%,#dfa276);border-color:#e4b08a}.device-macbook.device-gold .device-power:before{background:#edccb4;box-shadow:inset 0 -2px 6px #83491f}.device-macbook.device-rosegold .device-frame{box-shadow:inset 0 0 0 2px #f6a69a}.device-macbook.device-rosegold .device-power{background:#facfc9;border-color:#f6a69a}.device-macbook.device-rosegold .device-power:after{background:radial-gradient(circle at center,#facfc9 0,#facfc9 85%,#ef6754);border-color:#f6a69a}.device-macbook.device-rosegold .device-power:before{background:#f6a69a;box-shadow:inset 0 -2px 6px #851b0c}.device-macbook.device-spacegray .device-frame{box-shadow:inset 0 0 0 2px #767a7d}.device-macbook.device-spacegray .device-power{background:#909496;border-color:#767a7d}.device-macbook.device-spacegray .device-power:after{background:radial-gradient(circle at center,#909496 0,#909496 85%,#515456);border-color:#5d6163}.device-macbook.device-spacegray .device-power:before{background:#515456;box-shadow:inset 0 -2px 6px #000}.device-imac{height:540px;width:640px}.device-imac .device-frame{background:#edeef0;border-radius:18px;box-shadow:inset 0 0 0 1px #d4d5d7;height:440px;padding:16px 16px 80px;position:relative;width:640px}.device-imac .device-frame:after{background:#d4d5d7;border-radius:0 0 18px 18px;bottom:1px;box-shadow:inset 0 0 18px #c7c8cb;content:"";height:63px;left:1px;position:absolute;width:638px}.device-imac .device-frame:before{background:#050505;border-radius:50%;content:"";height:6px;left:50%;margin-left:-3px;position:absolute;text-align:center;top:6px;width:6px;z-index:9}.device-imac .device-screen{border:2px solid #121212;border-radius:2px;height:342px;width:608px}.device-imac .device-power:after{background:radial-gradient(circle at center,#d4d5d7 85%,#9fa1a6);border-top:1px solid #d4d5d7;content:"";height:6px;margin:0 auto;position:relative;width:152px}.device-imac .device-power:before{background:linear-gradient(to bottom,#9fa1a6 0,#c7c8cb 40%,#c7c8cb 85%,#fff 90%,#6b6e74);content:"";height:92px;margin:0 auto;position:relative;width:152px}.device-imac .device-home{background:0 0;border-radius:0 0 3px 3px;bottom:0;box-shadow:-61px 0 #d4d5d7,61px 0 #d4d5d7;height:2px;left:50%;margin-left:-15px;position:absolute;width:30px}.device-imac.device-blue .device-frame{box-shadow:inset 0 0 0 2px #b4c7da}.device-imac.device-blue .device-frame:after{background:#b4c7da;box-shadow:inset 0 0 18px #a3bad2}.device-imac.device-blue .device-power:after{background:radial-gradient(circle at center,#b4c7da 85%,#7094b8);border-top-color:#b4c7da}.device-imac.device-blue .device-power:before{background:linear-gradient(to bottom,#7094b8 0,#a3bad2 40%,#a3bad2 85%,#fff 90%,#406182)}.device-imac.device-blue .device-home{box-shadow:-61px 0 #b4c7da,61px 0 #b4c7da}.device-imac.device-green .device-frame{box-shadow:inset 0 0 0 2px #bbd0c8}.device-imac.device-green .device-frame:after{background:#bbd0c8;box-shadow:inset 0 0 18px #acc6bc}.device-imac.device-green .device-power:after{background:radial-gradient(circle at center,#bbd0c8 85%,#7fa697);border-top-color:#bbd0c8}.device-imac.device-green .device-power:before{background:linear-gradient(to bottom,#7fa697 0,#acc6bc 40%,#acc6bc 85%,#fff 90%,#4e7164)}.device-imac.device-green .device-home{box-shadow:-61px 0 #bbd0c8,61px 0 #bbd0c8}.device-imac.device-pink .device-frame{box-shadow:inset 0 0 0 2px #edccc6}.device-imac.device-pink .device-frame:after{background:#edccc6;box-shadow:inset 0 0 18px #e7bbb3}.device-imac.device-pink .device-power:after{background:radial-gradient(circle at center,#edccc6 85%,#d58778);border-top-color:#edccc6}.device-imac.device-pink .device-power:before{background:linear-gradient(to bottom,#d58778 0,#e7bbb3 40%,#e7bbb3 85%,#fff 90%,#b04a37)}.device-imac.device-pink .device-home{box-shadow:-61px 0 #edccc6,61px 0 #edccc6}.device-imac.device-yellow .device-frame{box-shadow:inset 0 0 0 2px #f4d595}.device-imac.device-yellow .device-frame:after{background:#f4d595;box-shadow:inset 0 0 18px #f2cc7e}.device-imac.device-yellow .device-power:after{background:radial-gradient(circle at center,#f4d595 85%,#eab039);border-top-color:#f4d595}.device-imac.device-yellow .device-power:before{background:linear-gradient(to bottom,#eab039 0,#f2cc7e 40%,#f2cc7e 85%,#fff 90%,#ab7912)}.device-imac.device-yellow .device-home{box-shadow:-61px 0 #f4d595,61px 0 #f4d595}.device-imac.device-orange .device-frame{box-shadow:inset 0 0 0 2px #e9b5a0}.device-imac.device-orange .device-frame:after{background:#e9b5a0;box-shadow:inset 0 0 18px #e4a58b}.device-imac.device-orange .device-power:after{background:radial-gradient(circle at center,#e9b5a0 85%,#d6744d);border-top-color:#e9b5a0}.device-imac.device-orange .device-power:before{background:linear-gradient(to bottom,#d6744d 0,#e4a58b 40%,#e4a58b 85%,#fff 90%,#994524)}.device-imac.device-orange .device-home{box-shadow:-61px 0 #e9b5a0,61px 0 #e9b5a0}.device-imac.device-purple .device-frame{box-shadow:inset 0 0 0 2px #c4c4e5}.device-imac.device-purple .device-frame:after{background:#c4c4e5;box-shadow:inset 0 0 18px #b2b2dd}.device-imac.device-purple .device-power:after{background:radial-gradient(circle at center,#c4c4e5 85%,#7d7dc6);border-top-color:#c4c4e5}.device-imac.device-purple .device-power:before{background:linear-gradient(to bottom,#7d7dc6 0,#b2b2dd 40%,#b2b2dd 85%,#fff 90%,#449)}.device-imac.device-purple .device-home{box-shadow:-61px 0 #c4c4e5,61px 0 #c4c4e5}.device-imac-pro{height:484px;width:624px}.device-imac-pro .device-frame{background:#0d0d0d;border-radius:18px;box-shadow:inset 0 0 0 2px #080808;height:428px;padding:24px 24px 80px;position:relative;width:624px}.device-imac-pro .device-frame:after{background:#2f2e33;border-radius:0 0 18px 18px;bottom:2px;content:"";height:54px;left:2px;position:absolute;width:620px}.device-imac-pro .device-frame:before{bottom:15px;color:#0d0d0d;content:"";font-size:24px;height:24px;left:50%;line-height:24px;margin-left:-100px;position:absolute;text-align:center;width:200px;z-index:9}.device-imac-pro .device-screen{border:2px solid #121212;border-radius:2px;height:324px;width:576px}.device-imac-pro .device-power:after,.device-imac-pro .device-power:before{content:""}.device-imac-pro .device-power:after{background:#222225;border-radius:2px;height:6px;margin:0 auto;position:relative;width:180px}.device-imac-pro .device-power:before{border:solid transparent;border-bottom-color:#333;border-width:0 8px 50px 8px;height:50px;margin:0 auto;position:relative;width:130px}.device-surface-book{height:424px;width:728px}.device-surface-book .device-frame{background:#0d0d0d;border-radius:12px;box-shadow:inset 0 0 0 2px #c8c8c8;height:408px;margin:0 auto;padding:24px 22px;position:relative;width:584px}.device-surface-book .device-screen{border:2px solid #121212;border-radius:2px;height:360px;width:540px}.device-surface-book .device-btns:after,.device-surface-book .device-btns:before{background:#c8c8c8;content:"";height:2px;position:absolute;top:-2px}.device-surface-book .device-btns:after{left:122px;width:20px}.device-surface-book .device-btns:before{left:168px;width:44px}.device-surface-book .device-power{background:linear-gradient(to bottom,#eee,#c8c8c8);border:solid #c8c8c8;border-radius:2px;border-width:0 2px;height:16px;margin-top:4px;position:relative;width:728px}.device-surface-book .device-power:after,.device-surface-book .device-power:before{content:"";position:absolute}.device-surface-book .device-power:after{background:radial-gradient(circle at center,#eee 0,#eee 95%,#a2a2a2);border-radius:0 0 6px 6px;height:8px;left:50%;margin-left:-125px;top:0;width:250px;z-index:1}.device-surface-book .device-power:before{background:linear-gradient(to bottom,#eee,#c8c8c8);border-radius:2px 2px 0 0;bottom:16px;height:8px;left:50%;margin-left:-292px;width:584px}.device-surface-studio{height:506px;width:640px}.device-surface-studio .device-frame{background:#0d0d0d;border-radius:10px;box-shadow:inset 0 0 0 2px #000;height:440px;padding:20px;width:640px}.device-surface-studio .device-screen{border:2px solid #121212;border-radius:2px;height:400px;width:600px}.device-surface-studio .device-stripe{background:#444;border-radius:0 0 2px 2px;bottom:0;height:4px;left:50%;margin-left:-117px;position:absolute;width:234px}.device-surface-studio .device-stripe:after,.device-surface-studio .device-stripe:before{content:"";left:50%;position:absolute;top:-75px}.device-surface-studio .device-stripe:after{border:1px solid #e2e3e4;border-radius:0 0 18px 18px;border-top:0;box-shadow:inset 0 0 4px 1px #c8cacb,inset 0 0 4px 2px #e2e3e4,inset 0 0 0 8px #c8cacb;height:60px;margin-left:-140px;width:280px;z-index:-1}.device-surface-studio .device-stripe:before{border:15px solid #e2e3e4;border-radius:0 0 8px 8px;border-top:0;height:70px;margin-left:-150px;width:300px;z-index:-2}.device-surface-studio .device-power{background:radial-gradient(circle at center,#e2e3e4 85%,#c8cacb);border-radius:0 0 2px 2px;height:32px;margin:30px auto 0;position:relative;width:250px}.device-surface-studio .device-power:after{background:#babdbf;content:"";height:1px;left:0;position:absolute;top:4px;width:250px}.device-ipad-pro{height:778px;width:560px}.device-ipad-pro .device-frame{background:#0d0d0d;border-radius:36px;box-shadow:inset 0 0 0 1px #babdbf,inset 0 0 1px 3px #e2e3e4;height:778px;padding:27px;width:560px}.device-ipad-pro .device-screen{border:2px solid #121212;border-radius:11px;height:724px;width:506px}.device-ipad-pro .device-btns:after,.device-ipad-pro .device-btns:before{background:#babdbf;content:"";position:absolute}.device-ipad-pro .device-btns:after{height:2px;right:40px;top:-2px;width:36px}.device-ipad-pro .device-btns:before{box-shadow:0 37px #babdbf;height:32px;right:-2px;top:63px;width:2px}.device-ipad-pro .device-sensors:after,.device-ipad-pro .device-sensors:before{content:"";position:absolute}.device-ipad-pro .device-sensors:after{background:#1a1a1a;border-radius:17px;box-shadow:-20px 0 #1a1a1a,70px 0 #1a1a1a;height:10px;left:50%;margin-left:-30px;top:12px;width:10px}.device-ipad-pro .device-sensors:before{background:radial-gradient(farthest-corner at 20% 20%,#6074bf 0,transparent 40%),radial-gradient(farthest-corner at 80% 80%,#513785 0,#24555e 20%,transparent 50%);border-radius:50%;box-shadow:0 0 1px 1px #ffffff0d;height:6px;left:50%;margin-left:-3px;top:14px;width:6px}.device-ipad-pro.device-spacegray .device-frame{box-shadow:inset 0 0 0 1px #6a6d70,inset 0 0 1px 3px #83878a}.device-ipad-pro.device-spacegray .device-btns:after,.device-ipad-pro.device-spacegray .device-btns:before{background:#6a6d70}.device-ipad-pro.device-spacegray .device-btns:before{box-shadow:0 37px #6a6d70}.device-ipad-pro-2017{height:804px;width:560px}.device-ipad-pro-2017 .device-frame{background:#fff;border-radius:38px;box-shadow:inset 0 0 0 2px #c8cacb,inset 0 0 0 6px #e2e3e4;height:804px;padding:62px 25px;width:560px}.device-ipad-pro-2017 .device-screen{border:2px solid #222;border-radius:2px;height:680px;width:510px}.device-ipad-pro-2017 .device-home{border:2px solid #c8cacb;border-radius:50%;bottom:17px;height:34px;left:50%;margin-left:-17px;position:absolute;width:34px}.device-ipad-pro-2017 .device-sensors{background:#666;border-radius:50%;height:10px;left:50%;margin-left:-5px;margin-top:-5px;position:absolute;top:34px;width:10px}.device-ipad-pro-2017.device-gold .device-frame{box-shadow:inset 0 0 0 2px #e4b08a,inset 0 0 0 6px #f7e8dd}.device-ipad-pro-2017.device-gold .device-header{border-color:#e4b08a}.device-ipad-pro-2017.device-rosegold .device-frame{box-shadow:inset 0 0 0 2px #f6a69a,inset 0 0 0 6px #facfc9}.device-ipad-pro-2017.device-rosegold .device-home{border-color:#f6a69a}.device-ipad-pro-2017.device-spacegray .device-frame{background:#222;box-shadow:inset 0 0 0 2px #818187,inset 0 0 0 6px #9b9ba0}.device-ipad-pro-2017.device-spacegray .device-home{border-color:#818187}.device-surface-pro-2017{height:394px;width:561px}.device-surface-pro-2017 .device-frame{background:#0d0d0d;border-radius:10px;box-shadow:inset 0 0 0 2px #c8c8c8;height:394px;margin:0 auto;padding:26px 24px;width:561px}.device-surface-pro-2017 .device-screen{border:2px solid #121212;border-radius:2px;height:342px;width:513px}.device-surface-pro-2017 .device-btns:after,.device-surface-pro-2017 .device-btns:before{background:#c8c8c8;content:"";height:2px;position:absolute;top:-2px}.device-surface-pro-2017 .device-btns:after{left:48px;width:26px}.device-surface-pro-2017 .device-btns:before{left:94px;width:48px}.device-surface-pro-2017 .device-sensors{background:#333;border-radius:50%;height:6px;left:50%;margin-left:-3px;margin-top:-3px;position:absolute;top:14px;width:6px}.device-apple-watch-ultra{height:380px;width:360px}.device-apple-watch-ultra .device-frame{background:#0d0d0d;border-radius:92px;box-shadow:inset 0 0 12px 1px #0d0d0dbf,inset 0 0 0 6px #d6ccc2,inset 0 0 0 12px #d6ccc2;height:380px;margin:0 20px;padding:38px;position:relative;width:320px}.device-apple-watch-ultra .device-frame:before{border:1px solid #f5f2f0;border-radius:80px;box-shadow:0 0 6px #0d0d0d33,inset 0 0 4px 1px #f5f2f0,inset 0 0 0 10px #d6ccc2;content:"";height:356px;left:12px;position:absolute;top:12px;width:296px}.device-apple-watch-ultra .device-screen{border:2px solid #121212;border-radius:62px;height:304px;width:244px}.device-apple-watch-ultra .device-header{background:radial-gradient(circle at center,#d6ccc2 50%,#ebe6e1 85%,#a38c76);border-radius:4px/8px 4px 4px 8px;box-shadow:inset 0 0 16px 1px #0d0d0d80,-8px 0 4px #0d0d0d33,inset 4px 0 4px #0d0d0d33;height:214px;margin-top:-107px;position:absolute;right:4px;top:50%;width:18px;z-index:1}.device-apple-watch-ultra .device-header:before{border-radius:8px 4px 4px 8px/32px 4px 4px 32px;box-shadow:-10px 0 8px #0d0d0d33;content:"";height:194px;margin-top:-97px;position:absolute;right:8px;top:50%;width:12px}.device-apple-watch-ultra .device-btns{background:#d6ccc2;border-left:1px solid #4c4033;border-radius:8px 6px 6px 8px/20px 6px 6px 20px;box-shadow:inset 8px 0 8px #5c4d3e,inset -2px 0 6px #a38c76;height:72px;position:absolute;right:1px;top:108px;width:24px;z-index:9}.device-apple-watch-ultra .device-btns:after{background:#d6ccc2;border-radius:2px 4px 4px 2px/20px 8px 8px 20px;box-shadow:inset -2px 0 2px #6b5948,inset -6px 0 18px #a38c76;content:"";height:78px;position:absolute;right:0;top:-4px;width:6px}.device-apple-watch-ultra .device-btns:before{background:#d6ccc2;border-radius:20%;box-shadow:0 -30px #a38c7680,0 -27px #d6ccc2,0 -25px #89735c,0 -21px #a38c7680,0 -18px #d6ccc2,0 -16px #89735c,0 -12px #a38c7680,0 -9px #d6ccc2,0 -7px #89735c,0 -3px #a38c7680,0 0 #d6ccc2,0 2px #89735c,0 6px #a38c7680,0 9px #d6ccc2,0 11px #89735c,0 15px #a38c7680,0 18px #d6ccc2,0 20px #89735c,0 24px #a38c7680,0 27px #d6ccc2,0 29px #89735c;content:"";height:3px;margin-top:-2px;position:absolute;right:2px;top:50%;width:16px;z-index:9}.device-apple-watch-ultra .device-stripe{background:#e0d9d1;border-radius:2px 8px 8px 2px;box-shadow:0 14px #d6ccc2,0 28px #d6ccc2;height:10px;left:19px;position:absolute;top:98px;width:4px;z-index:1}.device-apple-watch-ultra .device-power{background:#d6ccc2;border-radius:2px 4px 4px 2px/2px 8px 8px 2px;box-shadow:inset 0 0 2px 1px #a38c76;height:72px;position:absolute;right:1px;top:212px;width:4px}.device-apple-watch-ultra .device-home{background:#f18f42;border:1px solid #a7500c;border-radius:2px 4px 4px 2px/2px 8px 8px 2px;box-shadow:inset 0 0 1px 1px #ef812a;height:106px;left:19px;position:absolute;top:162px;width:4px;z-index:1}.device-apple-watch-s8{height:380px;width:360px}.device-apple-watch-s8 .device-frame{background:#0d0d0d;border-radius:92px;box-shadow:inset 0 0 24px 1px #0d0d0d,inset 0 0 0 12px #606c78;height:380px;margin:0 20px;padding:28px 26px;position:relative;width:320px}.device-apple-watch-s8 .device-frame:before{border:1px solid #0d0d0d;border-radius:80px;box-shadow:0 0 12px #ffffff80,inset 0 0 12px 2px #ffffffbf;content:"";height:356px;left:12px;position:absolute;top:12px;width:298px}.device-apple-watch-s8 .device-screen{border:2px solid #121212;border-radius:62px;height:324px;width:268px}.device-apple-watch-s8 .device-btns{background:#606c78;border-left:1px solid #000;border-radius:8px 6px 6px 8px/20px 6px 6px 20px;box-shadow:inset 8px 0 8px #1c1f23,inset -2px 0 6px #272c31,-4px 0 8px #0d0d0d40;height:72px;position:absolute;right:10px;top:108px;width:18px;z-index:9}.device-apple-watch-s8 .device-btns:after{background:#272c31;border-radius:2px 4px 4px 2px/20px 8px 8px 20px;box-shadow:inset -2px 0 2px #000,inset -6px 0 18px #272c31;content:"";height:72px;position:absolute;right:0;top:0;width:6px}.device-apple-watch-s8 .device-btns:before{background:#272c31;border-radius:20%;box-shadow:0 -30px #3e464dbf,0 -27px #272c31,0 -25px #000,0 -21px #3e464dbf,0 -18px #272c31,0 -16px #000,0 -12px #3e464dbf,0 -9px #272c31,0 -7px #000,0 -3px #3e464dbf,0 0 #272c31,0 2px #000,0 6px #3e464dbf,0 9px #272c31,0 11px #000,0 15px #3e464dbf,0 18px #272c31,0 20px #000,0 24px #3e464dbf,0 27px #272c31,0 29px #000;content:"";height:3px;margin-top:-2px;position:absolute;right:2px;top:50%;width:10px;z-index:9}.device-apple-watch-s8 .device-power{background:#272c31;border-radius:2px 4px 4px 2px/2px 8px 8px 2px;box-shadow:inset 0 0 2px 1px #101315;height:72px;position:absolute;right:18px;top:212px;width:4px}.device-homepod{height:395px;width:320px}.device-homepod .device-frame{background:linear-gradient(to right,#36373a 0,#8d8f95 25%,#1d1e20 60%,#111112 90%,#1d1e20);border-radius:80px;box-shadow:inset 0 0 0 2px #36373a,inset 0 0 40px 1px #1d1e20,inset 0 12px 40px 1px #fff,inset 0 -24px 40px 1px #000;height:385px;margin:5px auto;overflow:hidden;position:relative;width:320px}.device-homepod .device-stripe{background:repeating-linear-gradient(45deg,rgba(141,143,149,.35) 0,rgba(141,143,149,.35) 2px,transparent 2px,transparent 6px),repeating-linear-gradient(135deg,rgba(141,143,149,.35) 0,rgba(141,143,149,.35) 2px,transparent 2px,transparent 6px),repeating-linear-gradient(45deg,transparent 0,transparent 2px,rgba(29,30,32,.35) 2px,rgba(29,30,32,.35) 4px,transparent 4px,transparent 6px),repeating-linear-gradient(135deg,transparent 0,transparent 2px,rgba(29,30,32,.35) 2px,rgba(29,30,32,.35) 4px,transparent 4px,transparent 6px);border-radius:80px;box-shadow:inset 0 0 0 2px #36373a,inset 0 0 40px 1px #1d1e20,inset 0 12px 24px 1px #9b9ca1,inset 0 -12px 24px 1px #050505;height:385px;left:0;overflow:hidden;position:absolute;top:5px;width:320px;z-index:9}.device-homepod .device-stripe:before{top:0;transform:translateY(-34%) perspective(500px) rotateX(51deg)}.device-homepod .device-stripe:after{bottom:0;transform:translateY(34%) perspective(500px) rotateX(-51deg)}.device-homepod .device-home:after,.device-homepod .device-home:before{background:#36373a;content:"";left:50%;position:absolute}.device-homepod .device-home:before{border-radius:50% 50% 8px 8px;height:10px;margin-left:-85px;top:0;width:170px}.device-homepod .device-home:after{border-radius:0 0 10% 10%/0 0 8px 8px;bottom:0;box-shadow:inset 0 0 4px #111112;height:5px;margin-left:-85px;width:170px}.device-pro-display-xdr{height:475px;width:640px}.device-pro-display-xdr .device-frame{background:#151515;border-radius:4px;box-shadow:inset 0 0 2px #d4d5d7;height:368px;padding:8px;position:relative;width:640px}.device-pro-display-xdr .device-frame:before{background:#050505;border-radius:50%;content:"";height:6px;left:50%;margin-left:-3px;position:absolute;text-align:center;top:6px;width:6px;z-index:9}.device-pro-display-xdr .device-screen{border:2px solid #121212;border-radius:2px;height:352px;width:624px}.device-pro-display-xdr .device-power:after{background:radial-gradient(circle at center,#d4d5d7 85%,#9fa1a6);border-top:1px solid #d4d5d7;content:"";height:6px;margin:0 auto;position:relative;width:152px}.device-pro-display-xdr .device-power:before{background:linear-gradient(to bottom,#9fa1a6 0,#c7c8cb 40%,#c7c8cb 85%,#fff 90%,#6b6e74);content:"";height:102px;margin:0 auto;position:relative;width:152px}.device-pro-display-xdr .device-home{background:0 0;border-radius:0 0 3px 3px;bottom:-2px;box-shadow:-61px 0 #6b6e74,61px 0 #6b6e74;height:1px;left:50%;margin-left:-15px;position:absolute;width:30px}:root{color-scheme:light dark;--bg: #06080f;--bg-soft: #0f1420;--surface: rgba(14, 20, 32, .82);--card: rgba(22, 28, 42, .94);--fg: #f3f6ff;--muted: #9aa8c4;--border: rgba(130, 152, 195, .22);--link: #7eb8ff;--accent: #4d8fff;--accent-strong: #2b6ef5;--header-h: 4rem;--radius-lg: 22px;--radius-md: 14px;--shadow: 0 24px 60px rgba(0, 0, 0, .38);--shadow-soft: 0 12px 32px rgba(8, 18, 40, .22)}@media (prefers-color-scheme: light){:root{--bg: #f0f4fb;--bg-soft: #dbe4f6;--surface: rgba(255, 255, 255, .88);--card: #fff;--fg: #111827;--muted: #4b556b;--border: rgba(146, 161, 186, .35);--link: #175cd3;--accent: #316fe8;--accent-strong: #1856d8;--shadow: 0 18px 38px rgba(16, 40, 80, .14)}}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.55;color:var(--fg);background:radial-gradient(ellipse 80% 50% at 10% -10%,rgba(61,120,255,.18),transparent 50%),radial-gradient(ellipse 60% 40% at 90% 0%,rgba(99,60,220,.1),transparent 45%),radial-gradient(circle at 50% 100%,var(--bg-soft),var(--bg) 55%)}.site-shell{min-height:100svh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent);background:color-mix(in srgb,var(--bg) 72%,transparent);-webkit-backdrop-filter:blur(14px) saturate(1.2);backdrop-filter:blur(14px) saturate(1.2)}.site-header-inner{display:flex;align-items:center;gap:1rem;min-height:var(--header-h);padding-top:.35rem;padding-bottom:.35rem}.site-brand{display:inline-flex;align-items:center;gap:.55rem;color:var(--fg);text-decoration:none;font-weight:700;letter-spacing:-.03em;flex-shrink:0}.site-brand:hover{color:var(--fg)}.site-brand-logo{width:36px;height:36px;border-radius:10px;display:block}.site-brand-name{font-size:1.05rem}.site-nav{display:flex;align-items:center;gap:.15rem;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav-link{display:inline-flex;align-items:center;padding:.45rem .72rem;border-radius:999px;color:var(--muted);text-decoration:none;font-size:.9rem;font-weight:600;white-space:nowrap;transition:color .15s ease,background .15s ease}.site-nav-link:hover{color:var(--fg);background:#ffffff0f}.site-nav-link.active{color:#fff;background:var(--accent);box-shadow:none}.site-header-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.btn-sm{padding:.48rem .85rem;font-size:.88rem;border-radius:10px}a{color:var(--link);text-decoration-thickness:1px;text-underline-offset:.15em}a:hover{text-decoration:none}.wrap{max-width:46rem;margin:0 auto;padding:1.5rem 1.25rem 3rem}header.site{padding-bottom:1.25rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}header.site h1{margin:0 0 .35rem;font-size:1.35rem;letter-spacing:-.02em}header.site .lead{margin:0;color:var(--muted);font-size:.95rem}nav.doc{margin-bottom:1.25rem}h2{margin:1.5rem 0 .55rem;font-size:1.08rem}h2:first-child{margin-top:0}h3{margin:1.2rem 0 .45rem;font-size:1rem}p,ul{margin:.5rem 0}ul{padding-left:1.2rem}.meta{font-size:.86rem;color:var(--muted);margin-bottom:1.1rem}footer.site{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.86rem;color:var(--muted)}.landing-page{flex:1;--lp-line: color-mix(in srgb, var(--border) 70%, transparent)}.lp-status-bar{padding:.65rem 0;border-bottom:1px solid var(--lp-line);background:color-mix(in srgb,var(--accent) 6%,var(--bg))}.lp-status-inner{display:flex;flex-wrap:wrap;gap:.35rem 1.75rem;align-items:center}.lp-status-line{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .55rem;margin:0;font-size:.88rem;line-height:1.4}.lp-status-label{display:inline-block;padding:.18rem .5rem;border-radius:6px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent-strong)}.lp-status-label-soon{background:color-mix(in srgb,#d97706 16%,transparent);color:#b45309}@media (prefers-color-scheme: light){.lp-status-label-soon{color:#c2410c}}.lp-status-text{color:var(--fg);font-weight:500}.landing-wrap{width:min(1080px,calc(100% - 2.5rem));margin:0 auto}.lp-hero{padding:clamp(2rem,6vw,4.5rem) 0 clamp(2.5rem,5vw,3.5rem);position:relative;z-index:0;isolation:isolate}.lp-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.92fr);gap:clamp(1.5rem,4vw,3rem);align-items:center}.lp-kicker{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.lp-title{margin:.35rem 0 0;font-size:clamp(2.75rem,9vw,4.75rem);font-weight:700;line-height:.95;letter-spacing:-.045em}.lp-tagline{margin:.85rem 0 0;font-size:clamp(1.05rem,2.2vw,1.25rem);font-weight:500;color:var(--fg);max-width:34ch}.lp-lead{margin:.75rem 0 0;max-width:48ch;color:var(--muted);font-size:1.02rem;line-height:1.6}.lp-lead-avail{display:block;margin-top:.35rem}.lp-inline-pwa{white-space:nowrap;font-weight:600;color:var(--fg)}.lp-hint{position:relative;display:inline-flex;vertical-align:middle;margin-left:.12em}.lp-hint-btn{display:inline-flex;align-items:center;justify-content:center;width:1.05rem;height:1.05rem;padding:0;border:1.5px solid color-mix(in srgb,var(--muted) 70%,transparent);border-radius:50%;background:transparent;color:var(--muted);font-size:.68rem;font-weight:700;line-height:1;cursor:help;transition:color .15s ease,border-color .15s ease}.lp-hint-btn:hover,.lp-hint-btn:focus-visible{color:var(--accent);border-color:var(--accent);outline:none}.lp-hint-popover{position:absolute;z-index:20;left:50%;bottom:calc(100% + .45rem);transform:translate(-50%);width:max-content;max-width:min(17rem,72vw);padding:.55rem .65rem;border-radius:10px;border:1px solid var(--border);background:var(--card);color:var(--fg);font-size:.78rem;font-weight:450;line-height:1.45;text-align:left;white-space:normal;box-shadow:var(--shadow-soft);pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease}.lp-hint:hover .lp-hint-popover,.lp-hint:focus-within .lp-hint-popover{opacity:1;visibility:visible}.lp-actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.55rem .65rem}.lp-hero-visual{display:flex;justify-content:center;align-items:center;width:100%;min-height:clamp(300px,32vw,400px);overflow:hidden;flex-shrink:0}.lp-device-cluster{position:relative;width:min(100%,340px);margin:0 auto;padding-right:12%}.lp-shot-phone{display:block;width:100%;height:auto;border-radius:22px;pointer-events:none}.lp-shot-watch{position:absolute;right:0;bottom:10%;width:42%;height:auto;transform:rotate(180deg);border-radius:14px;pointer-events:none}.lp-band{position:relative;z-index:1;padding:clamp(2.5rem,5vw,4rem) 0;border-top:1px solid var(--lp-line);background-color:var(--bg)}.lp-h2{margin:0;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;letter-spacing:-.03em}.lp-sub{margin:.45rem 0 0;color:var(--muted);max-width:50ch;line-height:1.55}.lp-features{list-style:none;margin:2rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem 1.25rem}.lp-feature{display:grid;grid-template-columns:auto 1fr;gap:.65rem .85rem;align-items:start}.lp-feature-num{font-size:.72rem;font-weight:700;letter-spacing:.06em;color:color-mix(in srgb,var(--accent) 70%,var(--muted));padding-top:.15rem}.lp-feature h3{margin:0;font-size:.98rem;font-weight:650;letter-spacing:-.02em}.lp-feature p{margin:.3rem 0 0;font-size:.88rem;color:var(--muted);line-height:1.45}.lp-manifesto{position:relative;z-index:1;padding:clamp(2.75rem,6vw,4.5rem) 0;background:linear-gradient(125deg,#0a1020,#121a2e 48%,#0d1428);color:#e8efff}@media (prefers-color-scheme: light){.lp-manifesto{background:linear-gradient(125deg,#1a2744,#243556,#1e2f4a)}}.lp-manifesto-inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:2rem 3rem;align-items:end}.lp-manifesto-title{margin:0;font-size:clamp(1.5rem,4vw,2.35rem);font-weight:700;line-height:1.12;letter-spacing:-.035em}.lp-manifesto-title span{color:#8ec0ff}.lp-manifesto-copy p{margin:0 0 .75rem;color:#e8efffd1;line-height:1.6;max-width:42ch}.lp-manifesto-copy p:last-child{margin-bottom:0}.lp-manifesto-copy strong{color:#fff;font-weight:600}.lp-start-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.45rem 2rem;align-items:center}.lp-start-head{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem 1.5rem}.lp-start-pwa-tip{flex:0 1 auto;max-width:11.5rem;margin-top:.2rem;font-size:.78rem;line-height:1.35;font-weight:500;color:var(--muted);text-align:right;text-decoration:underline;text-underline-offset:.12em;text-decoration-color:color-mix(in srgb,var(--muted) 55%,transparent)}.lp-start-pwa-tip:hover{color:var(--fg);text-decoration-color:currentColor}.lp-start-desc{margin:0}.lp-start-actions{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:flex-end}.lp-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.85fr);gap:2rem 3rem;align-items:start}.lp-checklist{margin:0;padding:0;list-style:none;display:grid;gap:.65rem}.lp-checklist li{position:relative;padding-left:1.35rem;color:var(--muted);line-height:1.45}.lp-checklist li:before{content:"";position:absolute;left:0;top:.55em;width:.45rem;height:.45rem;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-strong))}.lp-h3{margin:0 0 .45rem;font-size:1.05rem;letter-spacing:-.02em}.lp-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem 1.25rem;margin-top:1.25rem}.lp-guide-card{border:1px solid var(--lp-line);border-radius:14px;padding:1rem 1.1rem;background:color-mix(in srgb,var(--fg) 3%,transparent)}.lp-guide-card p{margin:0;color:var(--muted);line-height:1.55;font-size:.92rem}.lp-faq-list{display:grid;gap:.55rem;margin-top:1.1rem}.lp-faq-item{border:1px solid var(--lp-line);border-radius:12px;padding:.65rem .9rem;background:color-mix(in srgb,var(--fg) 2.5%,transparent)}.lp-faq-item summary{display:flex;align-items:center;gap:.55rem;cursor:pointer;font-weight:650;line-height:1.35;list-style:none}.lp-faq-item summary::-webkit-details-marker{display:none}.lp-faq-item summary::marker{content:none}.lp-faq-item summary:before{content:"";flex-shrink:0;width:.42rem;height:.42rem;border-right:2px solid var(--accent);border-bottom:2px solid var(--accent);transform:rotate(-45deg);transition:transform .15s ease}.lp-faq-item[open] summary:before{transform:rotate(45deg)}.lp-faq-item p{margin:.65rem 0 .15rem;color:var(--muted);line-height:1.55;font-size:.92rem}.lp-screens{padding-bottom:clamp(3rem,6vw,5rem)}.lp-showcase{margin-top:1.75rem;padding:0;border:none;background:transparent;box-shadow:none}.lp-footer{padding:1.5rem 0 2.5rem;border-top:1px solid var(--lp-line)}.lp-footer-grid{display:grid;gap:.75rem;color:var(--muted);font-size:.86rem}.lp-footer-nav{display:flex;flex-wrap:wrap;gap:1rem 1.25rem}.lp-footer-nav a{color:var(--muted);text-decoration:none;font-weight:600}.lp-footer-nav a:hover{color:var(--fg)}.lp-attribution{margin:0;font-size:.8rem;opacity:.75}.lp-attribution a{color:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.62rem 1rem;border-radius:11px;font-weight:600;text-decoration:none;border:1px solid transparent;transition:transform .14s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff}.btn-ghost{border-color:var(--border);color:var(--fg);background:color-mix(in srgb,var(--fg) 4%,transparent)}.btn-text{padding:.62rem .35rem;color:var(--muted);font-weight:600;text-decoration:none;border:none;background:transparent}.btn-text:hover{color:var(--fg);transform:none}.showcase-card{margin-top:1rem;border-radius:20px;border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow);padding:1rem}.showcase-topbar{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.85rem}.device-toggle{display:inline-flex;gap:.35rem;padding:.25rem;border-radius:999px;border:1px solid var(--border);background:#7a90bd1f}.device-toggle button{border:none;background:transparent;color:var(--muted);padding:.42rem .85rem;border-radius:999px;font-weight:600;cursor:pointer}.device-toggle button.active{background:var(--accent);color:#fff}.showcase-controls{display:inline-flex;align-items:center;gap:.35rem}.showcase-counter{margin:0 .35rem 0 0;font-size:.85rem;color:var(--muted)}.showcase-controls button{width:34px;height:34px;border-radius:999px;border:1px solid var(--border);background:#ffffff14;color:var(--fg);cursor:pointer}.showcase-controls button:disabled{opacity:.45;cursor:default}.device-stage{display:flex;justify-content:center;align-items:center;margin-top:.25rem}.showcase-device-shell{margin:0;width:100%;text-align:center}.showcase-device-shell .device{margin:0 auto}.showcase-device-shell .device.device-iphone-14{transform:scale(.88);transform-origin:top center;margin-top:-26px}.showcase-device-shell .device.device-apple-watch-s8{transform:scale(.92);transform-origin:top center;margin-top:-18px}.showcase-device-shell .device .device-screen{background:#000;object-fit:cover}.showcase-device-shell .device .device-screen.is-rotated{transform:rotate(180deg)}.showcase-caption{margin:.72rem 0 0;text-align:center;font-size:.92rem;color:var(--muted)}.showcase-thumbs{margin-top:.75rem;display:flex;gap:.55rem;overflow-x:auto;padding-bottom:.2rem}.showcase-thumbs .thumb{flex:0 0 auto;width:58px;height:104px;border-radius:10px;border:1px solid var(--border);padding:0;background:#0a0f1a;cursor:pointer;overflow:hidden;opacity:.58;transition:opacity .16s ease,transform .16s ease,border-color .16s ease}.showcase-thumbs .thumb img{width:100%;height:100%;object-fit:cover;display:block}.showcase-thumbs .thumb img.is-rotated{transform:rotate(180deg)}.showcase-thumbs .thumb.active{opacity:1;border-color:#88bcff;transform:translateY(-1px)}.legal-page{padding-top:.5rem;padding-bottom:2.5rem}.auth-stub-wrap{flex:1;display:grid;place-items:center;padding:1.5rem 1rem 2.5rem}.auth-stub-card{width:min(560px,100%);border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:var(--shadow);padding:1.2rem}.auth-stub-kicker{margin:0;color:var(--muted);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.auth-stub-card h1{margin:.35rem 0 .6rem;font-size:1.6rem}.auth-stub-actions{margin-top:.8rem;display:flex;gap:.8rem;flex-wrap:wrap}.auth-form{display:grid;gap:.65rem}.auth-form label{display:grid;gap:.35rem;font-size:.9rem}.auth-form input[type=email],.auth-form input[type=password]{border:1px solid var(--border);background:#ffffff14;color:var(--fg);border-radius:10px;padding:.56rem .7rem}.auth-form button{margin-top:.2rem;border:1px solid var(--border);background:var(--accent);color:#fff;border-radius:10px;padding:.58rem .78rem;font-weight:600;cursor:pointer}.auth-form button:disabled{opacity:.55;cursor:default}.auth-consent{display:flex!important;align-items:flex-start;gap:.5rem}.auth-consent input[type=checkbox]{margin-top:.2rem}.auth-consent-links{margin:-.1rem 0 0;font-size:.8rem;color:var(--muted)}.auth-error{margin:0;color:#ff9084;font-size:.85rem}.auth-logout-btn{border:1px solid var(--border);background:#ffffff14;color:var(--fg);border-radius:10px;padding:.42rem .75rem;cursor:pointer}.cabinet-page{flex:1;width:100%;max-width:none;padding:clamp(1.25rem,3vw,2rem) 0 clamp(2rem,4vw,3rem);display:flex;flex-direction:column;gap:0;box-sizing:border-box}.cabinet-page.landing-wrap{width:min(1080px,calc(100% - 2.5rem));margin-left:auto;margin-right:auto}.cabinet-head{padding-bottom:1rem;border-bottom:1px solid var(--border)}.cabinet-page-intro{margin-bottom:.85rem}.cabinet-page-title{margin:.15rem 0 0;font-size:clamp(1.5rem,4vw,1.85rem);letter-spacing:-.03em}.cabinet-page-lead{margin:.4rem 0 0;max-width:none}.cabinet-panel{display:grid;align-content:start;width:100%;padding-top:1.25rem;gap:.25rem}.cabinet-panel>*{width:100%;min-width:0}.cabinet-nav{display:grid;gap:.58rem}.cabinet-nav-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.cabinet-nav-item{border:1px solid color-mix(in srgb,var(--border) 82%,transparent);background:#ffffff08;color:var(--fg);border-radius:11px;padding:.62rem .76rem;text-align:left;font-weight:580;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease}.cabinet-nav-item:hover{border-color:color-mix(in srgb,var(--accent) 40%,var(--border));background:#ffffff0f}.cabinet-nav-item.active{background:var(--accent);color:#fff;border-color:transparent}.cabinet-content-card{border:none;border-radius:0;background:transparent;padding:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.cabinet-content-card h2{margin:0;letter-spacing:-.02em}.cabinet-section-kicker{margin:0;color:var(--muted);font-size:.74rem;text-transform:uppercase;letter-spacing:.09em}.cabinet-muted{color:var(--muted);margin:0}.cabinet-profile-card{display:flex;flex-direction:column;gap:.8rem}.cabinet-profile-header{display:flex;gap:.9rem;align-items:center}.cabinet-avatar{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;font-weight:700;font-size:1.1rem;color:#f3f8ff;background:linear-gradient(135deg,var(--accent),var(--accent-strong))}.cabinet-profile-grid{display:grid;gap:.55rem}.cabinet-profile-grid-top{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.cabinet-profile-row{border:1px solid var(--border);border-radius:10px;padding:.65rem .75rem;display:flex;flex-direction:column;gap:.3rem;background:color-mix(in srgb,var(--fg) 3%,transparent)}.cabinet-profile-row span{color:var(--muted);font-size:.83rem}.cabinet-status-ok{color:#2bbf71}.cabinet-status-warn{color:#ff9a55}.cabinet-success{margin:.45rem 0;color:#2bbf71}.cabinet-action-grid{display:grid;gap:.5rem;width:100%}.cabinet-action-card{border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.35rem 1rem;align-items:center;background:color-mix(in srgb,var(--fg) 3%,transparent)}.cabinet-action-card h3{margin:0;font-size:.95rem;grid-column:1}.cabinet-action-card p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.4;grid-column:1}.cabinet-action-btn{grid-column:2;grid-row:1 / span 2;align-self:center;border:1px solid transparent;background:var(--accent);color:#fff;border-radius:10px;padding:.5rem .85rem;font-size:.88rem;font-weight:600;white-space:nowrap;cursor:pointer}.cabinet-action-btn:hover:not(:disabled){background:var(--accent-strong)}.cabinet-action-btn:disabled{opacity:.5;cursor:default}.cabinet-action-btn-ghost{background:transparent;color:var(--fg);border-color:var(--border)}.cabinet-placeholder-card{min-height:140px;align-content:center;justify-items:start}.cabinet-calendar-card{display:grid;gap:1.25rem;width:100%}.cabinet-calendar-section-header{padding-bottom:1rem;border-bottom:1px solid var(--border)}.cabinet-calendar-section-header h2{margin-top:.2rem}.cabinet-calendar-section-header .cabinet-muted{margin-top:.35rem}.cabinet-calendar-toolbar{display:flex;flex-wrap:wrap;gap:.4rem;flex-shrink:0;align-self:flex-start}.cabinet-calendar-toolbar .cabinet-action-btn{grid-column:auto;grid-row:auto;min-width:2.5rem}.cabinet-calendar-month{width:100%}.cabinet-calendar-surface{border:1px solid var(--border);border-radius:14px;padding:clamp(.85rem,2vw,1.15rem);background:color-mix(in srgb,var(--fg) 4%,transparent);box-shadow:0 1px color-mix(in srgb,var(--fg) 6%,transparent)}.cabinet-calendar-month-title{margin:0 0 .9rem;padding-bottom:.65rem;border-bottom:1px solid color-mix(in srgb,var(--border) 85%,transparent);font-size:1.1rem;font-weight:650;text-transform:capitalize;letter-spacing:-.02em}.cabinet-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.45rem}.cabinet-calendar-weekday{text-align:center;font-size:.72rem;font-weight:650;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;padding:.15rem 0 .5rem}.cabinet-calendar-cell{min-height:5.25rem;border-radius:10px;border:1px solid var(--border);background:color-mix(in srgb,var(--fg) 2.5%,transparent);color:inherit;padding:.45rem .4rem;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.2rem;font:inherit}.cabinet-calendar-cell.empty{pointer-events:none;border-color:transparent;background:transparent;min-height:5.25rem}.cabinet-calendar-cell.day{cursor:default}.cabinet-calendar-cell.has-workout{cursor:pointer;background:color-mix(in srgb,var(--accent) 14%,transparent);border-color:color-mix(in srgb,var(--accent) 42%,var(--border))}.cabinet-calendar-cell.has-workout:hover{background:color-mix(in srgb,var(--accent) 22%,transparent);border-color:color-mix(in srgb,var(--accent) 55%,var(--border))}.cabinet-calendar-cell.today{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--accent) 70%,transparent)}.cabinet-calendar-cell.today .cabinet-calendar-day-num{color:var(--accent-strong)}.cabinet-calendar-cell.day:disabled{opacity:1;cursor:default}.cabinet-calendar-day-num{font-size:.9rem;line-height:1.2;font-weight:600;align-self:flex-start}.cabinet-calendar-cell-footer{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding-top:.15rem}.cabinet-calendar-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);flex-shrink:0}.cabinet-calendar-workout-label{font-size:.68rem;font-weight:600;color:var(--accent-strong);line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.cabinet-calendar-picker-card{width:min(420px,calc(100vw - 2rem))}.cabinet-calendar-picker-list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.cabinet-calendar-picker-item{width:100%;border:1px solid var(--border);border-radius:10px;padding:.65rem .75rem;background:color-mix(in srgb,var(--fg) 3%,transparent);color:inherit;text-align:left;cursor:pointer;display:grid;gap:.2rem}.cabinet-calendar-picker-item:hover{border-color:color-mix(in srgb,var(--accent) 40%,var(--border))}.cabinet-calendar-picker-item-title{font-weight:600;font-size:.95rem}.cabinet-workouts-card{display:grid;gap:.8rem}.cabinet-workouts-header{display:flex;justify-content:space-between;gap:.8rem;align-items:center}.cabinet-workouts-header-actions{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;justify-content:flex-end}.cabinet-action-btn-ai-workouts{background:linear-gradient(165deg,#ff7eb3,#e84a8c 48%,#d63d7a);color:#fff;border-color:#ff8cb4eb;box-shadow:0 2px 10px #e84a8c59}.cabinet-action-btn-ai-workouts:hover:not(:disabled){filter:brightness(1.05)}.cabinet-action-btn-ai-workouts:focus-visible{outline:2px solid rgba(255,160,200,.95);outline-offset:2px}.cabinet-ai-workouts-overlay{z-index:9999}.cabinet-ai-workouts-modal-card{width:min(720px,calc(100vw - 1.6rem));max-height:min(90dvh,calc(100svh - 1.6rem));display:flex;flex-direction:column;border-color:color-mix(in srgb,var(--border) 70%,#ff8cc4 30%)}.cabinet-ai-workouts-modal-body{flex:1;min-height:0;overflow-y:auto;padding-right:.15rem}.cabinet-ai-workouts-modal-inner{margin:0}.cabinet-ai-workouts-field-label{display:grid;gap:.35rem}.cabinet-ai-workouts-field-caption{font-size:.88rem;color:var(--muted)}.cabinet-ai-workouts-prompt-desc{min-height:0}.cabinet-ai-workouts-import-divider{border-top:1px solid color-mix(in srgb,var(--border) 85%,transparent);margin:.35rem 0;padding-top:.35rem}.cabinet-ai-prompt-preview-pre{max-height:260px;overflow:auto}.cabinet-json-import-block{border:1px solid color-mix(in srgb,var(--border) 85%,transparent);border-radius:12px;padding:.75rem;display:grid;gap:.55rem;background:color-mix(in srgb,var(--card) 92%,transparent)}.cabinet-json-import-title{margin:0;font-size:1rem}.cabinet-json-contract-details summary{cursor:pointer;color:var(--muted);font-size:.86rem}.cabinet-json-contract-pre{margin:.45rem 0 0;padding:.55rem;border-radius:10px;background:#00000038;font-size:.78rem;line-height:1.4;white-space:pre-wrap}.cabinet-json-import-textarea{width:100%;box-sizing:border-box;min-height:160px;resize:vertical;border-radius:10px;border:1px solid var(--border);background:#ffffff0d;color:var(--fg);padding:.55rem .65rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.82rem}.cabinet-json-import-actions{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.cabinet-json-file-label{display:inline-flex;align-items:center;cursor:pointer}.cabinet-json-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.cabinet-json-import-errors{margin:0;padding-left:1.1rem;color:#ffb4b4;font-size:.84rem}.cabinet-json-import-errors code{font-size:.8rem}.cabinet-workout-history-card{display:grid;gap:.75rem}.cabinet-workout-history-list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.cabinet-workout-history-item{width:100%;text-align:left;display:grid;gap:.2rem;padding:.65rem .75rem;border-radius:12px;border:1px solid color-mix(in srgb,var(--border) 85%,transparent);background:var(--card);cursor:pointer;color:inherit;font:inherit}.cabinet-workout-history-item:hover{border-color:color-mix(in srgb,var(--border) 55%,#8eb8ff 45%)}.cabinet-workout-history-item-title{font-weight:600}.cabinet-workout-history-item-meta{font-size:.86rem;color:var(--muted)}.cabinet-workout-history-more{display:flex;justify-content:center}.cabinet-workout-history-detail-overlay{z-index:10001}.cabinet-workout-history-detail-card{width:min(900px,calc(100vw - 1.6rem));max-height:min(90dvh,calc(100svh - 1.6rem));display:flex;flex-direction:column}.cabinet-workout-history-detail-body{flex:1;min-height:0;overflow-y:auto;display:grid;gap:.65rem}.cabinet-workout-history-detail-meta{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem 1rem;margin:0}.cabinet-workout-history-detail-meta div{margin:0}.cabinet-workout-history-detail-meta dt{margin:0;font-size:.78rem;color:var(--muted)}.cabinet-workout-history-detail-meta dd{margin:.15rem 0 0;font-weight:600}.cabinet-workout-history-detail-notes-label{display:block;font-size:.82rem;color:var(--muted);margin-bottom:.25rem}.cabinet-workout-history-detail-notes p{margin:0;white-space:pre-wrap}.cabinet-workout-history-sets-heading{margin:.35rem 0 0;font-size:1rem}.cabinet-workout-history-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid color-mix(in srgb,var(--border) 85%,transparent)}.cabinet-workout-history-table{width:100%;border-collapse:collapse;font-size:.82rem}.cabinet-workout-history-table th,.cabinet-workout-history-table td{padding:.45rem .55rem;text-align:left;border-bottom:1px solid color-mix(in srgb,var(--border) 80%,transparent)}.cabinet-workout-history-table th{color:var(--muted);font-weight:600;background:#0000001f}.cabinet-workout-history-set-notes{margin:0;padding-left:1.1rem;font-size:.84rem;color:var(--muted)}.cabinet-hr-chart{display:grid;gap:.45rem}.cabinet-hr-chart-title{margin:.15rem 0 0;font-weight:650;letter-spacing:-.02em;color:var(--fg);padding-left:.45rem;border-left:3px solid color-mix(in srgb,var(--accent) 75%,transparent)}.cabinet-hr-chart-svg-wrap{border-radius:14px;border:1px solid color-mix(in srgb,var(--border) 90%,var(--accent) 10%);background:linear-gradient(165deg,color-mix(in srgb,var(--card) 92%,var(--accent) 8%),color-mix(in srgb,var(--surface) 96%,transparent));box-shadow:0 1px #ffffff0f inset,0 12px 32px #0814301f;padding:.28rem .32rem}.cabinet-hr-chart-svg{display:block;width:100%;height:auto;aspect-ratio:640 / 220}.cabinet-hr-chart-plot-stop-a{stop-color:color-mix(in srgb,var(--accent) 28%,var(--card) 72%);stop-opacity:.55}.cabinet-hr-chart-plot-stop-mid{stop-color:color-mix(in srgb,var(--accent) 10%,var(--card) 90%);stop-opacity:.35}.cabinet-hr-chart-plot-stop-b{stop-color:color-mix(in srgb,var(--card) 85%,var(--bg-soft) 15%);stop-opacity:.25}.cabinet-hr-chart-plot-rect{stroke:color-mix(in srgb,var(--border) 70%,var(--accent) 30%);stroke-width:1;vector-effect:non-scaling-stroke}.cabinet-hr-chart-baseline{stroke:color-mix(in srgb,var(--border) 65%,var(--fg) 35%);stroke-width:1.25;vector-effect:non-scaling-stroke}.cabinet-hr-chart-axis-line{stroke:color-mix(in srgb,var(--border) 80%,transparent);stroke-width:1;vector-effect:non-scaling-stroke}.cabinet-hr-chart-grid{stroke:color-mix(in srgb,var(--border) 50%,var(--accent) 22%);stroke-width:1;stroke-opacity:.55}.cabinet-hr-chart-axis-y,.cabinet-hr-chart-axis-x,.cabinet-hr-chart-axis-x-label{fill:var(--muted);font-size:11px;font-weight:500;letter-spacing:.02em;font-family:Inter,system-ui,-apple-system,sans-serif}.cabinet-hr-chart-axis-x-label{font-size:10px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;opacity:.88}.cabinet-hr-chart-bar{shape-rendering:geometricPrecision}.cabinet-template-list{width:100%;display:grid;gap:.55rem}.cabinet-template-item{border:1px solid color-mix(in srgb,var(--border) 85%,transparent);border-radius:12px;padding:.75rem;display:flex;justify-content:space-between;gap:.8rem;align-items:center;background:var(--card);box-shadow:0 4px 14px #1028500f}.cabinet-template-item h3{margin:0;font-size:1rem}.cabinet-template-item p{margin:.2rem 0 0;color:var(--muted);font-size:.83rem}.cabinet-template-actions{display:flex;flex-wrap:wrap;gap:.45rem}.cabinet-action-btn-danger{background:#ff5c5c29;color:#ff9f9f;border-color:#ff5c5c73}.cabinet-editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#03071094;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:max(.8rem,env(safe-area-inset-top)) max(.8rem,env(safe-area-inset-right)) max(.8rem,env(safe-area-inset-bottom)) max(.8rem,env(safe-area-inset-left));box-sizing:border-box}.cabinet-editor-card{width:min(980px,calc(100vw - 1.6rem));max-height:min(90dvh,calc(100svh - 1.6rem));overflow:hidden;border-radius:16px;border:1px solid color-mix(in srgb,var(--border) 85%,#8eb8ff 15%);background:var(--card);padding:.95rem;display:flex;flex-direction:column;gap:.75rem}.cabinet-editor-top{position:sticky;top:0;z-index:5;display:grid;gap:.7rem;padding-bottom:.2rem;background:var(--card)}.cabinet-editor-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.cabinet-editor-head-actions{display:flex;align-items:center;gap:.45rem}.cabinet-editor-head h3{margin:0}.cabinet-editor-field{display:grid;gap:.32rem}.cabinet-editor-field span{color:var(--muted);font-size:.82rem}.cabinet-editor-field input,.cabinet-editor-picker input,.cabinet-editor-set-row input{border:1px solid var(--border);background:#ffffff0d;color:var(--fg);border-radius:10px;padding:.5rem .62rem}.cabinet-editor-picker-search input{width:100%;display:block;box-sizing:border-box}.cabinet-editor-picker{border:1px solid color-mix(in srgb,var(--border) 85%,transparent);border-radius:12px;padding:.65rem;display:grid;gap:.45rem}.cabinet-editor-picker-top{display:flex;justify-content:space-between;gap:.6rem;align-items:center}.cabinet-editor-picker-search{position:relative}.cabinet-editor-picker-dropdown{position:absolute;top:calc(100% + .34rem);left:0;right:0;z-index:20;border:1px solid color-mix(in srgb,var(--border) 85%,transparent);border-radius:12px;background:color-mix(in srgb,var(--card) 96%,#050a13 4%);box-shadow:0 12px 40px #02061280;padding:.34rem;display:grid;gap:.3rem;max-height:290px;overflow:auto}.cabinet-editor-picker-option{width:100%;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--fg);padding:.32rem .36rem;cursor:pointer;display:flex;align-items:center;gap:.56rem;text-align:left;transition:background .12s ease,border-color .12s ease,transform .12s ease}.cabinet-editor-picker-option:hover{background:#ffffff0d;border-color:color-mix(in srgb,var(--brand) 26%,var(--border) 74%);transform:translateY(-1px)}.cabinet-editor-picker-option-thumb{width:44px;height:44px;border-radius:9px;overflow:hidden;border:1px solid color-mix(in srgb,var(--border) 82%,transparent);background:color-mix(in srgb,var(--border) 42%,transparent);flex-shrink:0}.cabinet-editor-picker-option-video{width:100%;height:100%;object-fit:cover;display:block}.cabinet-editor-picker-option-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,color-mix(in srgb,var(--border) 46%,transparent),color-mix(in srgb,var(--border) 20%,transparent))}.cabinet-editor-picker-option-name{font-size:.92rem;line-height:1.3;word-break:break-word}.cabinet-editor-picker-empty{margin:0;padding:.6rem .5rem;color:var(--muted);font-size:.88rem}.cabinet-editor-picker-item{border:1px solid color-mix(in srgb,var(--border) 85%,transparent);border-radius:999px;background:#ffffff0a;color:var(--fg);padding:.32rem .6rem;cursor:pointer}.cabinet-editor-exercises{display:grid;gap:.65rem;min-height:0;overflow:auto;padding-right:.2rem}.cabinet-editor-exercise{border:1px solid color-mix(in srgb,var(--border) 85%,transparent);border-radius:12px;padding:.7rem;display:grid;gap:.6rem}.cabinet-editor-exercise-head{display:flex;gap:.6rem;align-items:flex-start;justify-content:space-between}.cabinet-editor-exercise-media-title{display:flex;gap:.65rem;align-items:flex-start;flex:1;min-width:0}.cabinet-editor-exercise-thumb{width:72px;height:72px;flex-shrink:0;border-radius:10px;overflow:hidden;background:color-mix(in srgb,var(--border) 55%,transparent);border:1px solid color-mix(in srgb,var(--border) 80%,transparent)}.cabinet-editor-exercise-video,.cabinet-editor-exercise-gif{width:100%;height:100%;object-fit:cover;display:block}.cabinet-editor-exercise-thumb-placeholder{width:100%;height:100%;min-height:72px;background:linear-gradient(135deg,color-mix(in srgb,var(--border) 50%,transparent),color-mix(in srgb,var(--border) 20%,transparent))}.cabinet-editor-exercise-meta{flex:1;min-width:0}.cabinet-editor-exercise-label{display:block;font-size:.78rem;color:var(--muted);margin-bottom:.2rem}.cabinet-editor-exercise-name{margin:0;font-size:.95rem;font-weight:600;line-height:1.35;word-break:break-word}.cabinet-editor-sets{display:grid;gap:.45rem}.cabinet-editor-set-row{display:grid;grid-template-columns:86px repeat(3,minmax(0,1fr)) auto auto;gap:.4rem;align-items:center}.cabinet-editor-set-row span{color:var(--muted);font-size:.84rem}.cabinet-editor-footer{display:flex;justify-content:flex-end}@media (max-width: 900px){.site-header-inner{flex-wrap:wrap;align-items:flex-start;padding-bottom:.65rem}.site-nav{order:3;flex:1 1 100%;padding-bottom:.15rem}.lp-hero-grid{grid-template-columns:1fr}.lp-hero-visual{min-height:min(300px,68vw);order:-1}.lp-device-cluster{width:min(88vw,300px)}.lp-features{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-manifesto-inner,.lp-start-grid{grid-template-columns:1fr}.lp-start-head{flex-direction:column;align-items:stretch}.lp-start-pwa-tip{max-width:none;text-align:left;margin-top:0}.lp-start-actions{justify-content:flex-start}.lp-split,.lp-guide-grid{grid-template-columns:1fr}.showcase-device-shell .device.device-iphone-14{transform:scale(.82);margin-top:-42px}.showcase-device-shell .device.device-apple-watch-s8{transform:scale(.86);margin-top:-30px}}@media (max-width: 560px){.landing-wrap{width:min(1080px,calc(100% - 1.25rem))}.lp-features{grid-template-columns:1fr;gap:1.25rem}.lp-device-cluster{width:min(92vw,280px)}.showcase-card{padding:.8rem}.showcase-topbar{flex-direction:column;align-items:stretch}.showcase-controls{justify-content:flex-end}.showcase-device-shell .device.device-iphone-14{transform:scale(.74);margin-top:-62px}.showcase-device-shell .device.device-apple-watch-s8{transform:scale(.78);margin-top:-48px}.showcase-thumbs .thumb{width:48px;height:84px}.cabinet-page{padding-top:1rem;padding-bottom:1.75rem}.cabinet-nav-tabs{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:.15rem}.cabinet-nav-tabs::-webkit-scrollbar{display:none}.cabinet-nav-item{flex:0 0 auto}.cabinet-profile-header{align-items:flex-start}.cabinet-profile-grid-top{grid-template-columns:1fr}.cabinet-profile-row{min-height:0}.cabinet-action-card{grid-template-columns:1fr;gap:.5rem}.cabinet-action-btn{grid-column:1;grid-row:auto;justify-self:start}.cabinet-calendar-cell,.cabinet-calendar-cell.empty{min-height:3.75rem}.cabinet-calendar-surface{padding:.75rem}.cabinet-calendar-workout-label{font-size:.6rem}.cabinet-workouts-header,.cabinet-template-item,.cabinet-editor-head{flex-direction:column;align-items:stretch}.cabinet-editor-head-actions{justify-content:flex-end;flex-wrap:wrap}.cabinet-editor-exercise-head{flex-direction:column;align-items:stretch}.cabinet-editor-set-row{grid-template-columns:1fr 1fr}}.workout-export-page{flex:1;display:grid;place-items:center;padding:1.5rem 1rem 2.5rem}.workout-export-card{width:min(720px,100%);border:1px solid color-mix(in srgb,var(--border) 85%,transparent);border-radius:16px;padding:1.25rem;background:var(--card);box-shadow:0 8px 28px #10285014}.workout-export-kicker{margin:0 0 .35rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.workout-export-card h1{margin:0 0 .5rem}.workout-export-expires{margin:0 0 1rem;color:var(--muted);font-size:.9rem}.workout-export-exercises{display:grid;gap:.85rem;margin-bottom:1rem}.workout-export-exercise{display:grid;grid-template-columns:120px 1fr;gap:.85rem;align-items:start;border:1px solid color-mix(in srgb,var(--border) 85%,transparent);border-radius:12px;padding:.75rem}.workout-export-media{width:120px;height:120px;object-fit:cover;border-radius:10px;background:color-mix(in srgb,var(--border) 40%,transparent)}.workout-export-exercise-body h2{margin:0 0 .45rem;font-size:1rem}.workout-export-sets{margin:0;padding-left:1.1rem;color:var(--muted);font-size:.88rem}.workout-export-add-btn{width:100%}.cabinet-paste-import{margin:.85rem 0 1rem;display:grid;gap:.45rem}.cabinet-paste-import-label{font-size:.9rem;font-weight:600}.cabinet-paste-import-row{display:flex;gap:.5rem;flex-wrap:wrap}.cabinet-paste-import-row input{flex:1 1 220px;min-width:0}.cabinet-share-modal-card{width:min(520px,calc(100vw - 2rem))}.cabinet-share-modal-body{display:grid;gap:.65rem}.cabinet-share-copy-field{display:grid;gap:.35rem}.cabinet-share-copy-field-label{font-size:.82rem;font-weight:600;color:var(--muted)}.cabinet-share-copy-field-row{display:flex;align-items:stretch;border:1px solid color-mix(in srgb,var(--border) 85%,transparent);border-radius:10px;background:color-mix(in srgb,var(--card) 70%,var(--bg) 30%);overflow:hidden}.cabinet-share-copy-field-value{flex:1;min-width:0;padding:.65rem .75rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.05rem;letter-spacing:.08em;color:inherit}.cabinet-share-copy-field-btn{flex:0 0 auto;display:grid;place-items:center;width:2.75rem;border:none;border-left:1px solid color-mix(in srgb,var(--border) 85%,transparent);background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary);cursor:pointer}.cabinet-share-copy-field-btn:hover{background:color-mix(in srgb,var(--primary) 20%,transparent)}.cabinet-share-url{margin:0;word-break:break-all;color:var(--muted);font-size:.9rem}@media (max-width: 640px){.workout-export-exercise{grid-template-columns:1fr}.workout-export-media{width:100%;height:auto;max-height:220px}}
