.app-wrapper{cursor:pointer;width:100%;transition:all .3s ease-out}.app-wrapper[data-editmode=true]{animation-duration:.3s;animation-delay:-.22s}.app-wrapper[data-editmode=true]:nth-child(2n){transform-origin:50% 10%;animation-name:appJiggle;animation-iteration-count:infinite}.app-wrapper[data-editmode=true]:nth-child(2n-1){transform-origin:30% 5%;animation-name:appJiggle2;animation-iteration-count:infinite;animation-direction:alternate}.app-wrapper.invisible{opacity:0;cursor:default}.app-wrapper .image{aspect-ratio:1;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.78125rem;width:4rem;position:relative;box-shadow:0 0 .625rem #0000004d}.app-wrapper .image[data-dummy=false]{box-shadow:0 0 .1875rem #3b3b3b4d}.app-wrapper .image .notifications{background-color:var(--phone-color-red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;font-size:1rem;display:flex;position:absolute;top:-.35rem;right:.25rem;transform:translate(50%)}.app-wrapper .image .appDelete{pointer-events:all;z-index:99999999;background-color:#a7a7a7e6;border-radius:50%;justify-content:center;align-items:center;width:1.7rem;height:1.7rem;display:flex;position:absolute;top:-.35rem;left:.25rem;transform:translate(-50%)}.app-wrapper .image .appDelete .appDeleteBlur{border-radius:50%;width:100%;height:100%;position:absolute}.app-wrapper .image .appDelete svg{color:#000;font-size:1.0625rem;position:absolute}.app-wrapper .name{text-overflow:ellipsis;white-space:nowrap;color:#fff;text-shadow:0 0 .3125rem #00000059;padding-bottom:.625rem;font-size:.8125rem;line-height:0}.app{text-align:center;transform-origin:50%;flex-direction:column;justify-content:center;align-items:center;transition:filter .2s ease-in-out;display:flex;position:relative}.app:hover:not([data-downloading=true]){filter:brightness(.6)}.app .progress-bar-container{z-index:1;background-color:#0009;border-radius:.78125rem;width:100%;height:100%;margin:auto;position:absolute;inset:0}.app .progress-bar-container .progress-bar{aspect-ratio:1;background-color:#e6e6e633;border:.25rem solid #ffffff80;border-radius:50%;width:70%;margin:auto;position:absolute;inset:0}.drag-app{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:100;padding:.1875rem;position:absolute;top:0;left:0;transform:translate(-50%,-2rem)}:root{--homescreen-page-padding:1.25rem}.homescreen-container{width:calc(100% - var(--homescreen-page-padding) * 2);height:calc(100% - var(--homescreen-page-padding) * 2 - 3.25rem);padding:var(--homescreen-page-padding);border:none;border-radius:2.8125rem;padding-top:4.5rem}.homescreen-container .wallpaper{filter:brightness(.9);background-color:#000;background-position:50%;background-size:cover;background-clip:padding-box;border-radius:2.8125rem;width:100%;height:100%;position:absolute;top:0;left:0}.homescreen-container .wallpaper[data-blur=true]{filter:brightness(.9)blur(.9375rem)}.page-container{width:100%;height:100%;position:relative}.page-container>div{width:100%;position:absolute;left:0%}.page-container>div>div{width:100%;position:absolute}.bottom-container{width:calc(100% - var(--homescreen-page-padding) * 2);pointer-events:none;position:absolute;bottom:1rem}.bottom-container .favourites{pointer-events:all;background-color:var(--phone-color-opacity);border-radius:1.875rem;padding:1rem .5rem}.bottom-container .favourites .app-grid{justify-content:center;align-items:center;display:flex}.bottom-container .favourites>div{width:100%}.app-grid{-webkit-user-select:none;user-select:none;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:space-evenly;width:100%;display:grid}.page-indicator{justify-content:center;align-items:center;width:100%;height:5.25rem;display:flex}.page-indicator>div{pointer-events:all;cursor:pointer;z-index:1;background:#ffffff4d;border-radius:.75rem;gap:.375rem;padding:.5rem 1rem;display:flex}.page-indicator>div .indicator{content:" ";aspect-ratio:1;background:#ffffff4d;border-radius:100%;width:.4375rem}.page-indicator>div .indicator:hover{background:#ffffff80}.page-indicator>div .indicator.current{background:#fff}#left-navigation-area,#right-navigation-area{width:var(--homescreen-page-padding);height:100%;position:absolute;top:0}#left-navigation-area{left:0}#right-navigation-area{right:0}@keyframes zoomIn{0%{transform:scale(.5)}to{transform:scale(1)}}@keyframes zoomOut{0%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes slideDown{0%{transform:translateY(-20%)}to{transform:translateY(0%)}}@keyframes slideUp{0%{transform:translateY(40%)}to{transform:translateY(0%)}}@keyframes slideRight{0%{transform:translate(-10%)}to{transform:translate(0%)}}@keyframes slideLeft{0%{transform:translate(10%)}to{transform:translate(0%)}}@keyframes appJiggle{0%{animation-timing-function:ease-in;transform:rotate(-1deg)}50%{animation-timing-function:ease-out;transform:rotate(1.5deg)}}@keyframes appJiggle2{0%{animation-timing-function:ease-in;transform:rotate(1deg)}50%{animation-timing-function:ease-out;transform:rotate(-1.5deg)}}@keyframes widgetJiggle{0%{animation-timing-function:ease-in;transform:rotate(-.5deg)}50%{animation-timing-function:ease-out;transform:rotate(.5deg)}}@keyframes widgetJiggle2{0%{animation-timing-function:ease-in;transform:rotate(.5deg)}50%{animation-timing-function:ease-out;transform:rotate(-.5deg)}}.showimage-container{z-index:999;background-color:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.showimage-container .showimage-image{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:50%;max-width:40rem;height:50%;display:flex}.showimage-container .showimage-image img,.showimage-container .showimage-image video{object-fit:contain;max-height:150%}.showimage-container .showimage-image .text{color:#c9c9c9;cursor:pointer;font-family:Roboto;font-size:.8125rem;font-style:normal}.showimage-container .showimage-image .text:hover{text-decoration:underline}[data-theme=light] .notification[data-locked=false] .notification-wrapper{background-color:#b4b4b4b3}[data-theme=dark] .notification[data-locked=false] .notification-wrapper{background-color:#292929cc}[data-theme=dark] .notification .title{opacity:.75;font-weight:500}.notification-container{z-index:500;width:100%;position:absolute;top:1rem;overflow:hidden}.notification-container .notification-wrapper{margin-top:3.5rem}.notification{z-index:500;cursor:pointer;flex-direction:column;align-items:center;width:24rem;font-family:Roboto;display:flex;position:relative;left:0;right:0}.notification[data-locked=true]{z-index:1;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);border-radius:1.125rem;margin:0 auto}.notification[data-locked=true]>div{background-color:var(--notification-primary)}.notification[data-locked=true] .notification-wrapper{position:relative}.notification[data-locked=true] .notification-wrapper .notification-content{padding-left:.75rem}.notification[data-locked=false]{margin:auto}.notification .stack{border-radius:0 0 1.125rem 1.125rem;width:90%;height:.4rem;position:absolute;bottom:-.4rem;z-index:-1!important}.notification .notification-wrapper{box-sizing:border-box;z-index:1;border-radius:1.125rem;flex-direction:column;align-items:center;gap:.55rem;width:100%;display:flex}.notification .notification-wrapper .notification-content{flex-direction:row;align-items:center;gap:.55rem;width:95%;padding:.9rem 1rem .9rem 1.25rem;display:flex}.notification .notification-wrapper .notification-content[data-actions=true]{padding-bottom:.3rem}.notification .icon{border-radius:.625rem;width:2.75rem;height:2.75rem}.notification .avatar{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;width:2.75rem;height:2.75rem;position:relative}.notification .avatar .app-icon{z-index:1;border-radius:.3125rem;width:1.25rem;height:1.25rem;position:absolute;bottom:-.25rem;right:-.25rem}.notification .info{flex-direction:column;width:85%;display:flex}.notification .info[data-icon=false]{width:100%}.notification .info .notification-header{width:100%;color:var(--phone-text-primary);flex-direction:row;justify-content:space-between;font-weight:500;display:flex}.notification .info .notification-header .title{color:var(--phone-text-primary);font-size:1rem;font-weight:500}.notification .info .notification-header .time{opacity:.6}.notification .info .content{opacity:.8;flex-direction:row;justify-content:space-between;display:flex}.notification .info .content .text{overflow-wrap:break-word;width:80%;color:var(--phone-text-primary);font-size:1rem;font-weight:500}.notification .info .content .thumbnail{width:2.5rem;height:2.5rem}.notification .info .content img,.notification .info .content video{object-fit:cover;border-radius:.5rem;width:100%;height:100%;margin-top:.25rem}.notification .notification-actions{background-color:var(--notification-secondary);border-radius:0 0 1.125rem 1.125rem;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:93%;padding:.5rem 1rem .5rem .75rem;display:flex}.notification .notification-actions .action{background-color:var(--controlcentre-opacity2);color:var(--phone-text-primary);cursor:pointer;border-radius:.5rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;transition:filter .2s ease-in-out}.notification .notification-actions .action:hover{filter:brightness(.8)}.lockscreen-notification-container{z-index:1;scroll-snap-align:start;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;flex-direction:column;gap:.75rem;width:100%;height:100%;padding-bottom:1rem;display:flex}.lockscreen-notification-container .notification-stack{flex-direction:column;gap:.5rem;margin-bottom:.5rem;display:flex}@keyframes loadNotification{0%{opacity:0;transform:translateY(-50%)}to{opacity:1;transform:translateY(0)}}@keyframes clear{0%{opacity:1}to{opacity:0}}.notch-container{z-index:9999;pointer-events:none;justify-content:center;width:100%;height:2.25rem;margin:0 auto;display:flex;position:absolute;top:1.2rem;left:0;right:0}.notch-wrapper{cursor:pointer;-webkit-user-select:none;user-select:none;pointer-events:all;background-color:#000;border-radius:1.5625rem;width:30%;height:2.25rem;position:relative;overflow:hidden}.notch-wrapper .notch{z-index:999999;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.notch-wrapper .notch .notch-content{position:absolute;inset:0}.notch-wrapper .notch .notch-content[data-expanded=true] .incoming-call{padding:2rem 1rem}.notch-wrapper .notch .notch-content[data-expanded=true] .timer{padding:2rem 1.5rem}.notch-wrapper .notch .notch-content>div{box-sizing:border-box}.notch-wrapper .notch .notch-content .airshare-mode{box-sizing:border-box;flex-direction:column;gap:1.25rem;padding:2.5rem 2rem 2rem;display:flex}.notch-wrapper .notch .notch-content .airshare-mode .airshare-header{justify-content:space-between;align-items:center;gap:2rem;width:100%;display:flex}.notch-wrapper .notch .notch-content .airshare-mode .airshare-header .text-content{flex-direction:column;align-items:flex-start;display:flex}.notch-wrapper .notch .notch-content .airshare-mode .airshare-header .text-content .title{color:#fff;font-size:1.125rem;font-weight:500}.notch-wrapper .notch .notch-content .airshare-mode .airshare-header .text-content .description{color:#6f6f6f;font-size:1rem}.notch-wrapper .notch .notch-content .airshare-mode .airshare-header .attachment{aspect-ratio:1;height:7rem}.notch-wrapper .notch .notch-content .airshare-mode .airshare-header .attachment img,.notch-wrapper .notch .notch-content .airshare-mode .airshare-header .attachment video{object-fit:cover;aspect-ratio:1;border-radius:.75rem;width:100%;height:100%}.notch-wrapper .notch .notch-content .airshare-mode .airshare-header .avatar{aspect-ratio:1;color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;justify-content:center;align-items:center;height:7rem;font-size:1.875rem;font-weight:500;display:flex;box-shadow:inset 0 .25rem .9375rem 0 #00000040}.notch-wrapper .notch .notch-content .airshare-mode .airshare-header .avatar:not([data-hasavatar=true]):not(:has(img)){background:linear-gradient(#e3e3e3,#999)}.notch-wrapper .notch .notch-content .airshare-mode .airshare-header .placeholder{aspect-ratio:1;height:7rem}.notch-wrapper .notch .notch-content .airshare-mode .buttons{align-items:center;gap:1rem;width:100%;display:flex}.notch-wrapper .notch .notch-content .airshare-mode .buttons .button{text-align:center;color:#fafafa;cursor:pointer;background-color:#4d4d4d;border-radius:1.5rem;width:100%;padding:.75rem 1.5rem;font-size:1.25rem;font-weight:500;transition:all .2s ease-in-out}.notch-wrapper .notch .notch-content .airshare-mode .buttons .button:hover{filter:brightness(.75)}.notch-wrapper .notch .notch-content .airshare-mode .buttons .button.blue{color:#2fa1ff;background-color:#2848a180}.notch-wrapper .notch .notch-content .silent-mode{color:#fff;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 .6rem;font-size:.75rem;font-weight:600;display:flex}.notch-wrapper .notch .notch-content .silent-mode[data-red=true]{color:var(--phone-color-red);font-weight:600}.notch-wrapper .notch .notch-content .silent-mode[data-red=true] svg{background-color:var(--phone-color-red);border-radius:.625rem;margin-left:-.15rem;padding:.15rem 1rem}.notch-wrapper .notch .notch-content .silent-mode svg{color:#fff;margin-right:-.4rem;font-size:1.125rem}.notch-wrapper .notch .notch-content .call{justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 .75rem;display:flex}.notch-wrapper .notch .notch-content .call .left{align-items:center;gap:.75rem;display:flex}.notch-wrapper .notch .notch-content .call .left img{object-fit:cover;border-radius:50%;width:3.5rem;height:3.5rem}.notch-wrapper .notch .notch-content .call .left .user{flex-direction:column;gap:.1rem;margin-top:.5rem;display:flex}.notch-wrapper .notch .notch-content .call .left .user .info{color:#6f6f6f;font-size:.875rem}.notch-wrapper .notch .notch-content .call .left .user .name{color:#fff;font-size:1.125rem;font-weight:400}.notch-wrapper .notch .notch-content .call .left .user .elapsed{color:var(--phone-color-green);font-size:.8125rem}.notch-wrapper .notch .notch-content .call .left.green{color:var(--phone-color-green);align-items:center;font-size:.75rem;font-weight:500;display:flex}.notch-wrapper .notch .notch-content .call .left.green svg{margin-right:-.4rem;font-size:1rem}.notch-wrapper .notch .notch-content .call .right{align-items:center;gap:.75rem;display:flex}.notch-wrapper .notch .notch-content .call .right .button{border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.notch-wrapper .notch .notch-content .call .right .button svg{color:#fff;font-size:1.5625rem}.notch-wrapper .notch .notch-content .call .right .button.red{background-color:var(--phone-color-red)}.notch-wrapper .notch .notch-content .call .right .button.green{background-color:var(--phone-color-green)}.notch-wrapper .notch .notch-content .call .right .button.black{background-color:#141414}.notch-wrapper .notch .notch-content .call .right .button.rotate{transform:rotate(135deg)}.notch-wrapper .notch .notch-content .call .right .button{cursor:pointer;transition:all .2s ease-in-out}.notch-wrapper .notch .notch-content .call .right .button:hover{filter:brightness(.75)}.notch-wrapper .notch .notch-content .music{justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 .75rem;display:flex}.notch-wrapper .notch .notch-content .music.full{flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;padding:0 2rem 2rem;display:flex}.notch-wrapper .notch .notch-content .music .left{align-items:center;gap:.75rem;display:flex}.notch-wrapper .notch .notch-content .music .left img{object-fit:cover;border-radius:30%;width:1.4rem;height:1.4rem}.notch-wrapper .notch .notch-content .music .right{align-items:center;display:flex}.notch-wrapper .notch .notch-content .music .right canvas{margin-right:-.3rem}.notch-wrapper .notch .notch-content .music .song{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding-top:1.5rem;display:flex}.notch-wrapper .notch .notch-content .music .song .song-info{flex-direction:row;align-items:center;gap:.75rem;display:flex}.notch-wrapper .notch .notch-content .music .song .song-info img{object-fit:cover;border-radius:30%;width:4rem;height:4rem}.notch-wrapper .notch .notch-content .music .song .song-info .info{flex-direction:column;gap:.1rem;display:flex}.notch-wrapper .notch .notch-content .music .song .song-info .info .name{color:#fff;font-size:1.125rem;font-weight:500;line-height:.9375rem}.notch-wrapper .notch .notch-content .music .song .song-info .info .artist{color:#6f6f6f;font-size:1rem;font-weight:500}.notch-wrapper .notch .notch-content .music .music-slider{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.notch-wrapper .notch .notch-content .music .music-slider input{appearance:none;-webkit-transition:all .2s;background:0 0;border-radius:1.25rem;outline:none;width:100%;transition:opacity .2s}.notch-wrapper .notch .notch-content .music .music-slider input::-webkit-slider-runnable-track{cursor:pointer;width:100%;height:.4rem}.notch-wrapper .notch .notch-content .music .music-slider input::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;width:1.5rem;height:1.5rem}.notch-wrapper .notch .notch-content .music .music-slider input:focus{outline:none}.notch-wrapper .notch .notch-content .music .music-slider .duration{color:#fff;opacity:.8;flex-direction:row;justify-content:space-between;align-items:center;font-size:.8125rem;font-weight:400;display:flex}.notch-wrapper .notch .notch-content .music .music-controls{align-items:center;gap:1.5rem;margin-top:-.25rem;display:flex}.notch-wrapper .notch .notch-content .music .music-controls svg{color:#fff;font-size:2.375rem}.notch-wrapper .notch .notch-content .music .music-controls svg.pause{font-size:2.8125rem}.notch-wrapper .notch .notch-content .live-tray{box-sizing:border-box;width:100%;height:100%}.notch-wrapper .notch .notch-content .live-tray.compact{grid-template-columns:minmax(0,1fr) 2.5rem auto;align-items:center;gap:.4rem;padding:0 .7rem;display:grid;position:relative;overflow:hidden}.notch-wrapper .notch .notch-content .live-tray.compact .left{min-width:0;max-width:100%;color:var(--phone-color-green);grid-column:1;justify-self:start;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;display:flex;overflow:hidden}.notch-wrapper .notch .notch-content .live-tray.compact .left svg{flex-shrink:0;font-size:1rem}.notch-wrapper .notch .notch-content .live-tray.compact .left img{object-fit:cover;border-radius:.25rem;flex-shrink:0;width:1rem;height:1rem}.notch-wrapper .notch .notch-content .live-tray.compact .left .title{color:#fff;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-weight:500;overflow:hidden}.notch-wrapper .notch .notch-content .live-tray.compact .badge{color:#fff;white-space:nowrap;text-overflow:ellipsis;background-color:#ffffff26;border-radius:.625rem;flex-shrink:0;grid-column:3;justify-self:end;max-width:100%;padding:.15rem .55rem;font-size:.75rem;font-weight:600;overflow:hidden}.notch-wrapper .notch .notch-content .live-tray.compact .compact-progress{pointer-events:none;background:#ffffff24;border-radius:99rem;height:.18rem;position:absolute;bottom:.24rem;left:.8rem;right:.8rem;overflow:hidden}.notch-wrapper .notch .notch-content .live-tray.compact .compact-progress .compact-progress-fill{border-radius:inherit;background:#ffffffd9;height:100%;transition:width .3s ease-in-out}.notch-wrapper .notch .notch-content .live-tray.expanded{box-sizing:border-box;flex-direction:column;justify-content:center;gap:.4rem;width:100%;height:100%;padding:.5rem .85rem;display:flex;overflow:hidden}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row{flex:none;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;display:flex}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .left{flex:auto;align-items:center;gap:.6rem;min-width:0;display:flex;overflow:hidden}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .left .icon{background-color:#141414;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .left .icon svg{color:#fff;font-size:1.125rem}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .left .icon img{object-fit:cover;border-radius:50%;width:100%;height:100%}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .left .user{flex-direction:column;gap:.05rem;min-width:0;display:flex;overflow:hidden}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .left .user .name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;line-height:1.15;overflow:hidden}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .left .user .elapsed{color:#8a8a8a;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;line-height:1.15;overflow:hidden}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .lt-actions{flex-direction:row;flex-shrink:0;align-items:center;gap:.4rem;display:flex}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .lt-actions .button{border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:flex}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .lt-actions .button svg{color:#fff;font-size:.95rem}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .lt-actions .button.red{background-color:var(--phone-color-red)}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .lt-actions .button.green{background-color:var(--phone-color-green)}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .lt-actions .button.blue{background-color:#2848a180}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .lt-actions .button.blue svg{color:#2fa1ff}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .lt-actions .button.black{background-color:#141414}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .lt-actions .button{cursor:pointer;transition:all .2s ease-in-out}.notch-wrapper .notch .notch-content .live-tray.expanded .lt-row .lt-actions .button:hover{filter:brightness(.75)}.notch-wrapper .notch .notch-content .live-tray.expanded .progress{box-sizing:border-box;background-color:#ffffff2e;border-radius:99rem;flex:none;align-self:stretch;height:.35rem;margin:.25rem .6rem 0;overflow:hidden}.notch-wrapper .notch .notch-content .live-tray.expanded .progress .progress-fill{background-color:#ffffffd9;border-radius:99rem;height:100%;transition:width .25s ease-in-out}.notch-wrapper .notch .notch-content .live-tray-embed{border-radius:inherit;background:0 0;border:0;width:100%;height:100%;display:block}.notch-wrapper .notch .notch-content .timer{flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 .75rem;display:flex}.notch-wrapper .notch .notch-content .timer .left{align-items:center;gap:.75rem;display:flex}.notch-wrapper .notch .notch-content .timer .left svg{color:var(--phone-color-orange);font-size:1.4375rem}.notch-wrapper .notch .notch-content .timer .left .button{border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex}.notch-wrapper .notch .notch-content .timer .left .button:last-child svg{stroke-width:10px;font-size:2.0625rem}.notch-wrapper .notch .notch-content .timer .left .button svg{color:#fff;stroke-width:20px;font-size:1.875rem}.notch-wrapper .notch .notch-content .timer .left .button.black{background-color:#141414}.notch-wrapper .notch .notch-content .timer .left .button.orange{background-color:#ff9d0a4d}.notch-wrapper .notch .notch-content .timer .left .button.orange svg{color:var(--phone-color-yellow)}.notch-wrapper .notch .notch-content .timer .left .button{cursor:pointer;transition:all .2s ease-in-out}.notch-wrapper .notch .notch-content .timer .left .button:hover{filter:brightness(.75)}.notch-wrapper .notch .notch-content .timer .right{align-items:flex-end;gap:.3rem;display:flex}.notch-wrapper .notch .notch-content .timer .right .label{margin-bottom:.5rem;font-size:1.125rem;font-weight:400}.notch-wrapper .notch .notch-content .timer .right .time{font-size:2.8125rem;font-weight:300}.notch-wrapper .notch .notch-content .timer .right{color:var(--phone-color-orange);font-size:.8125rem;font-weight:500}:root{--phone-frame-color:#39334d}.phone-frame{z-index:1;width:92%;height:98%;box-shadow:0 0 .1em .25em var(--phone-frame-color), 0 0 0 .4em #d3cde4;z-index:1;background-color:#000;border-radius:3.75rem;position:absolute}.phone-frame .frame-buttons{pointer-events:none;position:absolute;inset:-.4em}.phone-frame .frame-buttons .left,.phone-frame .frame-buttons .right{flex-direction:column;align-items:stretch;gap:1.5em;width:.333em;display:flex;position:absolute}.phone-frame .frame-buttons .left{top:10rem;right:100%}.phone-frame .frame-buttons .left .frame-button{cursor:pointer;pointer-events:all;border-radius:.75em 0 0 .75em}.phone-frame .frame-buttons .left .frame-button:first-child{height:3em;margin-bottom:.5em}.phone-frame .frame-buttons .right{top:16rem;left:100%;transform:scaleX(-1)}.phone-frame .frame-buttons .right .frame-button{pointer-events:all;cursor:pointer;border-radius:.75em 0 0 .75em;height:6em}.phone-frame .frame-buttons .frame-button{background:var(--phone-frame-color);height:4em;box-shadow:inset -.15em 0 .1em black, inset 0 0 .1em var(--phone-frame-color), inset 0 .2em .1em var(--phone-frame-color), inset 0 -.2em .1em var(--phone-frame-color), inset -.1em .333em .1em #00000080, inset -.1em -.333em .1em #00000080;border-top-left-radius:.2em;border-bottom-left-radius:.2em}.phone-frame .phone-camera{aspect-ratio:1;pointer-events:none;z-index:2147483647;cursor:default;border-radius:50%;justify-content:center;align-items:center;height:2rem;display:flex;position:absolute;right:10rem}.phone-frame .phone-camera:before{content:"";aspect-ratio:1;border-radius:inherit;opacity:.75;background:radial-gradient(#6667ac,#0000 50%) 33.3% 10%/75% 50% no-repeat,#080928 radial-gradient(#454680,#0000 50%) 60% 85%/50% 50% no-repeat;height:33.3%;box-shadow:inset 0 0 .25em #4c4da3}.phone-frame .old-notch{z-index:999;pointer-events:none;background-color:#000;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;width:40%;height:2.63rem;margin:0 auto;position:absolute;top:.41rem;left:0;right:0}.phone-frame .old-notch:before,.phone-frame .old-notch:after{content:"";border:none;width:1.25rem;height:1.25rem;position:absolute;top:0}.phone-frame .old-notch:after{border-radius:.625rem 0 0;right:-1.25rem;box-shadow:-.625rem 0 #000}.phone-frame .old-notch:before{border-radius:0 .625rem 0 0;left:-1.25rem;box-shadow:.625rem 0 #000}.phone-frame .old-notch .phone-camera{left:.5rem;right:inherit}.phone-frame .phone-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.indicator-container{z-index:999;cursor:pointer;background-color:#0000;border:none;outline:none;justify-content:center;align-items:center;width:10rem;height:.625rem;margin:auto;padding:1rem 0 .5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.indicator-container .home-indicator{border-radius:.25rem;width:9rem;height:.3125rem}.pin-circles{flex-direction:row;justify-content:space-between;align-items:center;width:45%;margin-top:1rem;display:flex}.pin-circles .circle{opacity:.7;border:.125rem solid var(--phone-text-primary);border-radius:50%;width:.8rem;height:.8rem}.pin-circles .fill{background-color:var(--phone-text-primary)}.pin-circles.white .circle{border:.125rem solid #fff}.pin-circles.white .fill{background-color:#fff}.wrong{animation:.3s cubic-bezier(.19,1,.22,1) wrongCode}@keyframes wrongCode{10%{transform:translate(20%)}30%{transform:translate(-20%)}60%{transform:translate(20%)}to{transform:translate(0%)}}.lockscreen-editor{z-index:10;box-sizing:border-box;background-color:var(--lockscreeneditor-background);-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;flex-direction:column;gap:1rem;width:100%;height:27rem;padding:1.25rem 0;display:flex;position:absolute;bottom:0!important}.lockscreen-editor .lockscreen-editor-header{box-sizing:border-box;flex-direction:column;align-items:center;gap:1rem;padding:0 1.25rem;display:flex}.lockscreen-editor .lockscreen-editor-header .close{cursor:pointer;background-color:#696969;border-radius:.3125rem;width:5rem;height:.3rem}.lockscreen-editor .lockscreen-editor-header .selector{background-color:var(--lockscreeneditor-secondary);border-radius:.5rem;align-items:center;gap:.5rem;padding:.35rem .4rem;display:flex}.lockscreen-editor .lockscreen-editor-header .selector .item{color:var(--phone-text-primary);cursor:pointer;border-radius:.3125rem;justify-content:center;align-items:center;padding:.45rem 3.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .4s ease-in-out;display:flex}.lockscreen-editor .lockscreen-editor-header .selector .item:hover{background-color:var(--phone-color-primary);filter:brightness(.9)}.lockscreen-editor .lockscreen-editor-header .selector .item[data-active=true]{background-color:var(--phone-color-primary)}.lockscreen-editor .lockscreen-editor-content{flex-direction:column;display:flex}.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid{box-sizing:border-box;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;justify-content:center;gap:.75rem 1rem;padding:0 1.25rem .8rem;display:grid}.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid .item{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border:.25rem solid #0000;border-radius:.9375rem;padding:.4rem .65rem;transition:all .2s ease-in-out;display:flex}.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid .item .time-container{flex-direction:column;gap:.2rem;display:flex}.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid .item .time-container .time{text-shadow:0 0 .1875rem #0000004d;font-size:2.1875rem}.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid .item .time-container .date{text-shadow:1px .125rem .3125rem #0000004d;margin-top:-.5rem;font-size:.875rem;font-weight:400}.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid .item[data-layout="1"],.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid .item[data-layout="2"]{justify-content:center}.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid .item[data-layout="2"] .time{flex-direction:column;align-items:center;gap:0;display:flex}.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid .item[data-layout="2"] .time span{line-height:1.85rem}.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid .item[data-layout="2"] .time span:last-child{margin-bottom:.25rem}.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid .item[data-layout="3"]{justify-content:flex-start}.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid .item[data-layout="4"]{justify-content:flex-end}.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid .item:hover,.lockscreen-editor .lockscreen-editor-content .lockscreen-layout-grid .item[data-active=true]{border:.25rem solid var(--phone-color-blue)}.lockscreen-editor .lockscreen-editor-content .lockscreen-editor-grid{box-sizing:border-box;grid-template-columns:repeat(4,1fr);gap:.75rem 1rem;width:100%;padding:0 1.25rem;display:grid}.lockscreen-editor .lockscreen-editor-content .lockscreen-editor-grid .grid-item{text-align:center;width:100%;height:90%;color:var(--phone-text-primary);cursor:pointer;border:.25rem solid #0000;border-radius:.9375rem;justify-content:center;align-items:center;font-size:3.75rem;transition:all .2s ease-in-out;display:flex}.lockscreen-editor .lockscreen-editor-content .lockscreen-editor-grid .grid-item:hover,.lockscreen-editor .lockscreen-editor-content .lockscreen-editor-grid .grid-item[data-active=true]{border:.25rem solid var(--phone-color-blue)}.lockscreen-editor .lockscreen-editor-content .lockscreen-editor-grid{margin-bottom:.75rem}.lockscreen-editor .lockscreen-editor-content .lockscreen-editor-colors{overflow-x:auto;overflow-y:none;scroll-behavior:smooth;border-top:.1875rem solid var(--phone-color-border);box-sizing:border-box;align-items:center;gap:.75rem;width:100%;padding:1.25rem 2rem 1rem 1rem;display:flex}.lockscreen-editor .lockscreen-editor-content .lockscreen-editor-colors::-webkit-scrollbar{display:none}.lockscreen-editor .lockscreen-editor-content .lockscreen-editor-colors .color{aspect-ratio:1;cursor:pointer;box-sizing:border-box;border:.25rem solid #0000;border-radius:50%;height:2.25rem;transition:all .2s ease-in-out;box-shadow:1px 1px .625rem #0000001a}.lockscreen-editor .lockscreen-editor-content .lockscreen-editor-colors .color:hover,.lockscreen-editor .lockscreen-editor-content .lockscreen-editor-colors .color[data-active=true]{border:.25rem solid var(--phone-color-blue)}.lockscreen-editor .lockscreen-editor-content .lockscreen-editor-colors .color:first-child{margin-left:1rem}.lockscreen-editor .lockscreen-editor-content .lockscreen-editor-colors .color:last-child{background-position:50%;background-repeat:no-repeat;background-size:cover;height:2.4rem}[data-style="1"]{font-family:Nunito Black,sans-serif}[data-style="2"]{font-family:Library3am,sans-serif}[data-style="3"]{font-family:Gloock,sans-serif}[data-style="4"]{font-family:Protest Guerrilla,sans-serif}[data-style="5"]{font-family:Limelight,sans-serif}[data-style="6"]{font-family:AbrilFatface,sans-serif}[data-style="7"]{font-family:Inter,sans-serif}[data-style="8"]{font-family:Monoton,sans-serif}@font-face{font-family:Protest Guerrilla;src:url(../assets/fonts/lockscreen/ProtestGuerrilla.ttf)}@font-face{font-family:Nunito Black;src:url(../assets/fonts/lockscreen/Nunito-Black.ttf)}@font-face{font-family:Monoton;src:url(../assets/fonts/lockscreen/Monoton.ttf)}@font-face{font-family:Library3am;src:url(../assets/fonts/lockscreen/Library3am.otf)}@font-face{font-family:Gloock;src:url(../assets/fonts/lockscreen/Gloock.ttf)}@font-face{font-family:Limelight;src:url(../assets/fonts/lockscreen/Limelight.ttf)}@font-face{font-family:AbrilFatface;src:url(../assets/fonts/lockscreen/AbrilFatface.ttf)}@font-face{font-family:Nunito-Medium;src:url(../assets/fonts/lockscreen/Nunito-Medium.ttf)}[data-theme=light] .music-player-container,[data-theme=light] .lockscreen-editor{background-color:#c8c8c899}[data-theme=dark] .music-player-container,[data-theme=dark] .lockscreen-editor{background-color:#14141466}.lockscreen{z-index:95;scroll-behavior:smooth;background-position:50%;background-size:cover;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;overflow-y:hidden}.lockscreen::-webkit-scrollbar{display:none}.lockscreen .pin-blur{-webkit-backdrop-filter:blur(.9375rem);backdrop-filter:blur(.9375rem);width:105%;height:100%;position:absolute;top:0;left:0}.lockscreen .top{scroll-snap-align:center;color:#fff;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:16% .5rem 0;display:flex;position:relative}.lockscreen .top svg{filter:drop-shadow(0 .125rem .125rem #0003);margin-bottom:1rem;font-size:1.875rem}.lockscreen .top .time-container{box-sizing:border-box;border:.25rem solid #0000;border-radius:.9375rem;flex-direction:column;gap:.2rem;padding:.5rem 1rem;transition:all .2s ease-in-out;display:flex}.lockscreen .top .time-container[data-layout="1"],.lockscreen .top .time-container[data-layout="2"]{align-items:center}.lockscreen .top .time-container[data-layout="2"] .time{flex-direction:column;align-items:center;display:flex}.lockscreen .top .time-container[data-layout="3"]{justify-content:flex-start;align-items:flex-start;margin-right:auto}.lockscreen .top .time-container[data-layout="4"]{align-items:flex-end;margin-left:auto}.lockscreen .top .time-container[data-editmode=true]{border-color:#ffffff4d}.lockscreen .top .time-container>div{text-align:center}.lockscreen .top .time-container .time{letter-spacing:-.125rem;text-shadow:.125rem .125rem 1px #0000004d;font-size:5.9375rem;line-height:5rem}.lockscreen .top .time-container .date{text-shadow:1px 1px 1px #0000004d;font-family:Nunito-Medium,sans-serif;font-size:1.375rem;font-weight:400;line-height:1.25rem}.lockscreen .music-player-container{border-radius:1.5625rem;width:85%;margin-top:1.5rem;padding:1rem 1rem .75rem;position:relative}.lockscreen .music-player-container .blur{z-index:-1;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);border-radius:1.5625rem;position:absolute;inset:0}.lockscreen .music-player-container .music-player-wrapper{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.lockscreen .music-player-container .music-player-header{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.lockscreen .music-player-container .music-player-header .music-player-song{flex-direction:row;align-items:center;gap:.75rem;display:flex}.lockscreen .music-player-container .music-player-header .music-player-song .artwork{border-radius:.4375rem;width:4rem;height:4rem}.lockscreen .music-player-container .music-player-header .music-player-song .music-player-info{flex-direction:column;display:flex}.lockscreen .music-player-container .music-player-header .music-player-song .music-player-info .title{color:var(--phone-text-primary);font-size:1.0625rem;font-weight:500;line-height:.9375rem}.lockscreen .music-player-container .music-player-header .music-player-song .music-player-info .artist{opacity:.6;color:var(--phone-text-primary);margin-top:.1rem;font-size:1rem;font-weight:500}.lockscreen .music-player-container .music-player-header canvas{margin-bottom:1.5rem}.lockscreen .music-player-container .duration-slider{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.lockscreen .music-player-container .duration-slider input{appearance:none;-webkit-transition:all .2s;background:0 0;border-radius:1.25rem;outline:none;width:100%;transition:opacity .2s}.lockscreen .music-player-container .duration-slider input::-webkit-slider-runnable-track{cursor:pointer;width:100%;height:.5rem}.lockscreen .music-player-container .duration-slider input::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;width:1.5rem;height:1.5rem}.lockscreen .music-player-container .duration-slider input:focus{outline:none}.lockscreen .music-player-container .duration-slider .duration{color:var(--phone-text-primary);opacity:.7;flex-direction:row;justify-content:space-between;align-items:center;font-size:.8125rem;font-weight:500;display:flex}.lockscreen .music-player-container .music-player-actions{flex-direction:row;justify-content:space-between;align-items:center;width:65%;display:flex}.lockscreen .music-player-container .music-player-actions svg{background-color:inherit;color:var(--phone-text-primary);cursor:pointer;padding:0;font-size:2.1875rem;transition:all .2s ease-in-out}.lockscreen .music-player-container .music-player-actions svg:hover{filter:brightness(.7);transform:scale(1.1)}.lockscreen .music-player-container .music-player-actions .pause svg{stroke-width:20px;font-size:2.8125rem}.lockscreen .actions{z-index:8;opacity:1;cursor:pointer;flex-direction:row;justify-content:space-between;width:85%;margin-bottom:2.75rem;transition:all .3s ease-in-out;display:flex}.lockscreen .actions.hidden{opacity:0}.lockscreen .actions svg{background-color:var(--controlcentre-active);color:var(--phone-text-primary);border-radius:50%;padding:.75rem;font-size:1.875rem;transition:all .2s ease-in-out}.lockscreen .actions svg:first-child{rotate:-45deg}.lockscreen .actions svg:hover{filter:brightness(1.3);scale:1.03}.lockscreen .actions svg[data-active=true]{color:#000;background-color:#fff}.lockscreen .pin-wrapper{background:#00000059;justify-content:center;align-items:center;width:100%;height:100%;padding-top:15%;display:flex;position:relative}.lockscreen .pin-wrapper .pin{color:#fff;flex-direction:column;justify-content:center;align-items:center;width:80%;margin-bottom:5rem;font-weight:300;animation:1s cubic-bezier(.19,1,.22,1) slideDown;display:flex}.lockscreen .pin-wrapper .pin .title{margin-top:5rem;font-size:1.375rem;font-weight:400}.lockscreen .pin-wrapper .pin .numbers{-ms-grid-columns:repeat(3, 1fr);grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:5rem;display:grid}.lockscreen .pin-wrapper .pin .numbers div{text-align:center;background:#91919133;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:5rem;height:5rem;font-family:Roboto;font-size:2.125rem;font-weight:400;display:flex}.lockscreen .pin-wrapper .pin .numbers div:hover{cursor:pointer;background:#9191918c}.lockscreen .pin-wrapper .pin .numbers div span{letter-spacing:.1875rem;font-size:.75rem;font-weight:400}.lockscreen .pin-wrapper .pin .bottom{z-index:1;margin-top:6rem;font-size:1.0625rem}.lockscreen .pin-wrapper .pin .bottom:hover{cursor:pointer}.header{box-sizing:border-box;z-index:99;pointer-events:none;flex-direction:row;justify-content:space-between;width:100%;padding:1.2rem 2rem;font-size:1.125rem;font-weight:500;line-height:1.4375rem;transition:all .5s;display:flex;position:absolute;top:0}.header .header-editMode{pointer-events:all;justify-content:space-between;align-items:center;width:98%;display:flex}.header .header-editMode .button{-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);color:#000;cursor:pointer;background-color:#a7a7a7bf;border-radius:1.25rem;justify-content:center;align-items:center;width:auto;height:1.5rem;padding:0 .9rem;font-size:1rem;font-weight:700;display:flex}.header .header-editMode .button:first-child{padding:0 1.5rem;font-size:1.5625rem;font-weight:400}.header .time{align-items:center;margin-left:.8rem;display:flex}.header .time.incall{color:#fff;cursor:pointer;pointer-events:all;background-color:#08e045bf;border-radius:1.25rem;justify-content:center;align-items:center;margin-left:0;padding:0 1rem;transition:all .5s;display:flex}.header .right{flex-direction:column;align-items:center;gap:.3rem;margin-right:.4rem;font-weight:500;display:flex;position:relative}.header .right .top{flex-direction:row;align-items:center;gap:.35rem;width:100%;font-weight:500;display:flex}.header .right .top[data-theme=dark] .service div{background-color:#1e1e1e80}.header .right .top[data-theme=dark] .service div[data-active=true]{background-color:#000}.header .right svg{padding:-.25rem;font-size:1.0625rem}.header .right .battery-icon{flex:none;padding:0;display:block;overflow:visible}.header .right .service{flex-direction:row;align-items:flex-end;gap:.15rem;display:flex}.header .right .service div{background-color:#ffffff80;border-radius:.15625rem;width:.21em;height:.8rem;transition:all .5s}.header .right .service div:first-child{height:.25rem}.header .right .service div:nth-child(2){height:.45rem}.header .right .service div:nth-child(3){height:.6rem}.header .right .service div[data-active=true]{background-color:#fff}.header .right .control-centre-bar{cursor:pointer;pointer-events:all;border-radius:.3125rem;width:90%;height:.25rem;transition:all .5s}.volume-master-wrapper{z-index:999;width:4.5rem;height:3rem;position:absolute;top:17.75rem;left:.1rem}.volume-master-wrapper .volume-master{cursor:pointer;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.volume-master-wrapper .volume-master svg{color:#14141480;cursor:pointer;pointer-events:none;font-size:1.5625rem;position:absolute;bottom:-2.5rem}.volume-master-wrapper .volume-master svg.white{color:#ffffff80}.volume-master-wrapper .volume-master input{appearance:none;-webkit-backdrop-filter:blur(.3125rem);backdrop-filter:blur(.3125rem);background-color:#fff;border-radius:1.875rem;width:215%;height:100%;position:absolute;transform:rotate(-90deg)}.volume-master-wrapper .volume-master input:focus{outline:none}.volume-master-wrapper .volume-master input::-webkit-slider-thumb{-webkit-appearance:none;background:0 0;border-radius:50%;width:1.75rem;height:1.75rem;margin:0 1rem}.volume-master-wrapper .volume-master input::-webkit-slider-runnable-track{-webkit-appearance:none;box-shadow:none;background:0 0;border:none}[data-theme=light] .numpad div{background-color:#fff}[data-theme=dark] .numpad div{background-color:#636366}.numpad{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.numpad div{color:var(--phone-text-primary);cursor:pointer;border-radius:.3125rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.2rem 1rem;font-family:Roboto;font-size:1.625rem;font-weight:400;transition:all .1s ease-in-out;display:flex}.numpad div:hover{filter:brightness(.8)}.numpad div span{letter-spacing:.1875rem;font-size:.75rem;font-weight:400}.numpad div.zero{padding:.75rem}.numpad span{flex-direction:column;justify-content:center;align-items:center;display:flex}.numpad span svg{cursor:pointer;color:var(--phone-text-primary);font-size:1.5625rem;transition:all .1s ease-in-out}.numpad span svg:hover{color:var(--phone-text-secondary)}[data-theme=dark] .faceid{filter:invert()}.setup-container{background-color:var(--phone-color-primary);width:100%;height:100%;transition:background-color .3s ease-in-out;position:relative}.setup-container div{transition:background-color,color .3s ease-in-out}.setup-container .setup-header{z-index:1;position:absolute;top:4rem;left:1.5rem}.setup-container .setup-header svg{cursor:pointer;color:var(--phone-text-primary);pointer-events:all;font-size:1.5625rem}.setup-container .setup-wrapper{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding-top:7rem;display:flex;position:relative;overflow:hidden}.setup-container .setup-wrapper .titleContainer,.setup-container .setup-wrapper .footer{transition:opacity 1s ease-in-out}.setup-container .setup-wrapper .titleContainer{color:var(--phone-text-primary);opacity:1;margin:auto;font-size:4rem;font-weight:500}.setup-container .setup-wrapper .titleContainer.small{font-size:2rem}.setup-container .setup-wrapper .footer{color:var(--phone-text-primary);opacity:1;margin-bottom:2rem;font-size:1.0625rem;font-weight:400}.setup-container .setup-wrapper .content{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.setup-container .setup-wrapper .content .icon img{width:3rem}.setup-container .setup-wrapper .content .title{color:var(--phone-text-primary);text-align:center;font-size:2.1875rem;font-weight:600}.setup-container .setup-wrapper .content .subtitle{color:var(--phone-text-secondary);text-align:center;justify-content:center;align-items:center;gap:.75rem;width:70%;margin-top:2rem;font-size:1.25rem;font-weight:500;display:flex}.setup-container .setup-wrapper .content .subtitle svg{font-size:1.5625rem}.setup-container .setup-wrapper .content .description{color:var(--phone-text-secondary);text-align:center;width:70%;font-size:1rem;font-weight:400}.setup-container .setup-wrapper .actions{flex-direction:column;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:2.5rem}.setup-container .setup-wrapper .button{background-color:var(--phone-color-blue);color:#fff;cursor:pointer;text-align:center;border-radius:1.25rem;justify-content:center;align-items:center;margin-top:15rem;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:500;display:flex}.setup-container .setup-wrapper .highlight{color:var(--phone-color-blue);text-align:center;cursor:pointer;font-size:1.0625rem;font-weight:500}.setup-container .setup-wrapper .setup-chooseLanguage{flex-direction:column;align-items:center;gap:1.5rem;width:100%;height:100%;display:flex}.setup-container .setup-wrapper .setup-chooseLanguage .languages{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex;overflow:hidden auto}.setup-container .setup-wrapper .setup-chooseLanguage .languages::-webkit-scrollbar{display:none}.setup-container .setup-wrapper .setup-chooseLanguage .languages{padding-top:1rem;padding-bottom:3rem}.setup-container .setup-wrapper .setup-chooseLanguage .languages .item{background-color:var(--phone-color-highlight2);cursor:pointer;border-radius:.3125rem;flex-direction:row;justify-content:space-between;align-items:center;width:70%;padding:.75rem 1rem;font-size:1.125rem;font-weight:500;display:flex}.setup-container .setup-wrapper .setup-chooseLanguage .languages .item .label{color:var(--phone-text-primary)}.setup-container .setup-wrapper .setup-chooseLanguage .languages .item svg{color:var(--phone-text-primary);font-size:1.125rem}.setup-container .setup-wrapper .setup-passcode{flex-direction:column;align-items:center;gap:1rem;width:100%;height:100%;display:flex}.setup-container .setup-wrapper .setup-passcode .input{position:absolute}.setup-container .setup-wrapper .setup-passcode .highlight{margin-top:1rem}.setup-container .setup-wrapper .setup-passcode .buttons{background-color:var(--phone-color-highlight2);gap:.4rem;width:94%;margin-top:auto;padding:.75rem .75rem 4rem}.setup-container .setup-wrapper .setup-faceUnlock{flex-direction:column;align-items:center;gap:1rem;width:100%;height:100%;display:flex}.setup-container .setup-wrapper .setup-faceUnlock .subtitle{color:var(--phone-text-primary)}.setup-container .setup-wrapper .setup-faceUnlock img{width:40%;margin-bottom:1rem}.setup-container .setup-wrapper .setup-appearance{box-sizing:border-box;flex-direction:column;align-items:center;gap:1rem;height:100%;display:flex}.setup-container .setup-wrapper .setup-appearance .modes{flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin-top:2rem;font-size:1.0625rem;display:flex}.setup-container .setup-wrapper .setup-appearance .modes .mode-text{color:var(--phone-text-primary)}.setup-container .setup-wrapper .setup-appearance .modes .mode{flex-direction:column;align-items:center;gap:1rem;display:flex}.setup-container .setup-wrapper .setup-appearance .modes .mode img{width:8rem}.keyboard-wrapper{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.keyboard-container{width:30vw}.hg-theme-default{box-sizing:border-box;touch-action:manipulation;-webkit-user-select:none;user-select:none;background-color:#ececec;border-radius:5px;width:100%;padding:5px;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{font-size:inherit;border-width:0}.hg-theme-default .hg-button{flex-grow:1;display:inline-block}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:#0000;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;justify-content:center;align-items:center;height:40px;padding:5px;display:flex;box-shadow:0 0 3px -1px #0000004d}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{justify-content:center;align-items:center;width:33.3%;height:60px;display:flex}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{color:#fff;background:#05194687}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=\.com]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=\@]{max-width:60px}.hg-candidate-box{-webkit-user-select:none;user-select:none;background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;margin-top:-10px;display:inline-flex;position:absolute;transform:translateY(-100%)}ul.hg-candidate-box-list{flex:1;margin:0;padding:0;list-style:none;display:flex}li.hg-candidate-box-list-item{justify-content:center;align-items:center;width:40px;height:40px;display:flex}li.hg-candidate-box-list-item:hover{cursor:pointer;background:#00000008}li.hg-candidate-box-list-item:active{background:#0000001a}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{color:#969696;cursor:pointer;align-items:center;padding:0 10px;display:flex}.hg-candidate-box-next{border-top-right-radius:5px;border-bottom-right-radius:5px}.hg-candidate-box-prev{border-top-left-radius:5px;border-bottom-left-radius:5px}.hg-candidate-box-btn-active{color:#444}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:normal}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:1.25rem}.marker-cluster div{text-align:center;border-radius:.9375rem;width:1.875rem;height:1.875rem;margin-top:.3125rem;margin-left:.3125rem;font:.75rem Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:1.875rem}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out, opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out, -o-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}:root{--phone-color-primary:#fff;--phone-color-opacity:#f2f2f266;--phone-color-opacity2:#1e1e1e80;--phone-color-highlight:#fafafa;--phone-color-highlight2:#f0f0f0;--phone-color-highlight3:#dcdcdc;--phone-highlight-opacity15:#91919126;--phone-highlight-opacity35:#91919159;--phone-highlight-opacity45:#91919173;--phone-highlight-opacity55:#9191918c;--phone-color-input:#f1f1f1a7;--phone-text-primary:#000;--phone-text-secondary:#8e8e93;--phone-color-hover:#f0f0f0;--phone-color-border:#c8c8c866;--phone-color-grey:#8e8e93;--phone-color-blue:#0a84ff;--phone-color-green:#32d74b;--phone-color-green-secondary:#092911;--phone-color-red:#ff3b30;--phone-color-orange:#ff9d0a;--phone-color-yellow:#cca250;--phone-color-pink:#ff3b30;--instagram-primary:#fff;--instagram-blue:#0095f6;--instagram-red:#ed4956;--instagram-primary-text:#262626;--instagram-secondary-text:#8e8e8e;--instagram-stroke:#dbdbdb;--instagram-border:#dbdbdb;--instagram-highlight:#efefef;--tinder-color-pink:#ff4573;--tinder-color-orange:#ff5f65;--tinder-color-mix:#f5547c;--twitter-primary:#f5f8fa;--twitter-secondary:#14171a;--twitter-background-highlight:#eff3f4;--twitter-primary-text:#14171a;--twitter-secondary-text:#657786;--twitter-alt-text:#657786;--twitter-border:#bdc5cd75;--twitter-border-secondary:#1d9bf0;--twitter-highlight:#1d9bf0;--twitter-hover:#0f14191a;--twitter-action:#14171a;--twitter-blue:#1d9bf0;--tiktok-primary:#fff;--tiktok-secondary:#000;--tiktok-text-primary:#000;--tiktok-text-secondary:#86878b;--tiktok-color-border:#d0d1d3;--tiktok-color-pink:#fe2c55;--tiktok-color-aqua:#00f2ea;--tiktok-color-yellow:#f8cd14;--tiktok-color-blue:#479fc5;--tiktok-color-unread:#fe2c5633;--crypto-color-primary:#fff;--browser-primary:#f5f5f5;--browser-secondary:#99999926;--browser-gradient:linear-gradient(230deg, #f4d6ff, #c5f1ff);--browser-footer:#ffffffbf;--browser-border:#6666664d;--browser-text-primary:#000;--browser-text-secondary:#696969;--controlcentre-opacity:#ffffff26;--controlcentre-opacity2:#fff3;--controlcentre-active:#ffffff80;--notification-primary:#d7d7d780;--notification-secondary:#d7d7d71a;--lockscreeneditor-background:#ffffffbf;--lockscreeneditor-secondary:#d9d9d9;--app-bg:#ececec;--app-bg2:#fff;--app-secondary:#fff;--app-secondary2:#ececec;--app-highlight:#ccc;--app-highlight2:#999;--app-highlight3:#fff;--app-border:#666;--app-slider:#ccc;--app-slider-active:#333;--app-button:#fff;--components-bg:#eee;--components-secondary:#fff;--components-highlight:#ccc}[data-theme=dark]{--phone-color-primary:#000;--phone-color-opacity:#1e1e1e80;--phone-color-opacity2:#f2f2f266;--phone-color-highlight:#0f0f0f;--phone-color-highlight2:#141414;--phone-color-highlight3:#191919;--phone-highlight-opacity35:#91919159;--phone-highlight-opacity45:#32323299;--phone-highlight-opacity55:#3c3c3ccc;--phone-color-input:#3c3c4399;--phone-text-primary:#f2f2f7;--phone-text-secondary:#6f6f6f;--phone-color-grey:#636366;--phone-color-hover:#1e1e1e;--phone-color-border:#96969633;--phone-color-blue:#076bcf;--instagram-primary:#000;--instagram-blue:#0095f6;--instagram-red:#ed4956;--instagram-primary-text:#fafafa;--instagram-secondary-text:#8e8e8e;--instagram-stroke:#dbdbdb;--instagram-border:#363636;--instagram-highlight:#262626;--twitter-primary:#000;--twitter-secondary:#f5f8fa;--twitter-background-highlight:#141414;--twitter-primary-text:#f5f8fa;--twitter-secondary-text:#aab8c2;--twitter-alt-text:#657786;--twitter-border:#38444d;--twitter-border-secondary:#38444d;--twitter-hover:#9696961a;--twitter-highlight:#dcdcdc;--twitter-action:#1d9bf0;--twitter-blue:#1d9bf0;--crypto-color-primary:#181a20;--tiktok-text-primary:#f2f2f7;--tiktok-text-secondary:#6f6f6f;--tiktok-color-border:#96969633;--browser-primary:#0f0f0f;--browser-secondary:#99999926;--browser-gradient:linear-gradient(230deg, #453b48, #2f393d);--browser-footer:#333333bf;--browser-border:#6666664d;--browser-text-primary:#f2f2f7;--browser-text-secondary:#999;--controlcentre-opacity:#00000026;--controlcentre-opacity2:#0003;--controlcentre-active:#00000080;--notification-primary:#0000001a;--notification-secondary:#0000001f;--lockscreeneditor-background:#000c;--lockscreeneditor-secondary:#333;--app-bg:#000;--app-bg2:#000;--app-secondary:#141414;--app-secondary2:#141414;--app-highlight:#ccc;--app-highlight2:#696969;--app-highlight3:#212121;--app-border:#ccc;--app-slider:#999;--app-slider-active:#fff;--app-button:#333;--components-bg:#000;--components-secondary:#141414;--components-highlight:#696969}*{-webkit-user-select:none;user-select:none}:focus,:active{outline:none}body{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}img[data-isblurred=true],video[data-isblurred=true]{cursor:pointer;filter:blur(.5rem)!important}img[data-isblurred=true]:hover,video[data-isblurred=true]:hover{filter:blur(.5rem)brightness(.8)!important}.phoneVisbility{visibility:hidden;transition:all .5s ease-out}.container{justify-content:flex-end;align-items:flex-end;width:100%;height:100vh;font-family:Roboto;font-style:normal;display:flex}.container.greenscreen{background-color:#0f0}.full-phone{transform-origin:100% 100%;justify-content:center;align-items:center;width:29rem;height:58.5rem;margin:1rem;transition:margin .35s ease-in-out,rotate .35s ease-in-out;display:flex;position:relative;overflow:hidden}.frame{z-index:999;pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:contain;width:118.6%;height:118.6%;transition:all .5s;position:absolute}.phone-container{filter:blur();background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:3.4375rem;width:97%;height:98.6%;padding:0;position:relative;overflow:hidden}.phone-container .no-battery{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.phone-container .no-battery svg{color:#ffffff80;font-size:4.6875rem}.phone-container .no-battery img{object-fit:cover;filter:invert();width:10rem;height:10rem}.phone-container .white-screen{z-index:9999;background-color:#fff;border-radius:3.125rem;width:100%;height:100%;position:absolute}.phone-container .screenshot-container{z-index:999;width:6rem;height:13rem;position:absolute;bottom:2.5rem;left:1.5rem}.phone-container .screenshot-container img{object-fit:cover;cursor:pointer;border:.375rem solid #fff;border-radius:1.375rem;width:100%;height:100%}.phone-container .phone-wrapper{width:100%;height:100%;position:relative}.phone-container .phone-wrapper.slideUp{animation:1s cubic-bezier(.19,1,.22,1) slideUp}.phone-container .phone-wrapper.zoomIn{animation:.7s cubic-bezier(.19,1,.22,1) zoomIn}.phone-container .phone-wrapper.zoomOut{animation:.7s cubic-bezier(.19,1,.22,1) zoomOut}.brightness{z-index:999;pointer-events:none;background-color:#000;border-radius:3.125rem;width:90%;height:96%;transition:all .3s ease-out;position:absolute}.number{color:var(--phone-color-blue);cursor:pointer;font-weight:600}.number:hover{text-decoration:underline}.close-button{z-index:2;background-color:var(--controlcentre-opacity2);-webkit-backdrop-filter:blur(.3125rem);backdrop-filter:blur(.3125rem);color:#fafafa;cursor:pointer;border-radius:1rem;padding:.5rem 2rem;font-size:1rem;transition:all .3s ease-out;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.close-button:hover{opacity:.75}.app-containerbox{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.app-containerbox[data-viewmode=true]{scroll-behavior:smooth;box-sizing:border-box;pointer-events:all;z-index:2;white-space:nowrap;-webkit-backdrop-filter:blur(.3125rem);backdrop-filter:blur(.3125rem);background-color:#00000080;flex-direction:row-reverse;align-items:center;display:flex;overflow:auto hidden}.app-containerbox[data-viewmode=true]::-webkit-scrollbar{display:none}.app-containerbox[data-viewmode=true] .app-canister{z-index:3;flex-direction:column;align-items:center;height:100%;margin:0 -2.75rem;display:flex;position:relative}.app-containerbox[data-viewmode=true] .app-canister:first-child{margin-right:0}.app-containerbox[data-viewmode=true] .app-canister[data-inview=true] .app-container{cursor:pointer;pointer-events:visible;transition:filter .3s ease-in-out;scale:.75}.app-containerbox[data-viewmode=true] .app-canister[data-inview=true] .app-container:hover{filter:brightness(.85)}.app-containerbox[data-viewmode=true] .app-canister .app-info{z-index:2;flex-direction:row;justify-content:space-between;align-items:center;width:68%;display:flex;position:absolute;top:5.25rem;left:4rem}.app-containerbox[data-viewmode=true] .app-canister .app-info .details{align-items:center;gap:.5rem;display:flex}.app-containerbox[data-viewmode=true] .app-canister .app-info .details .app-icon{aspect-ratio:1;border-radius:.5rem;width:2rem}.app-containerbox[data-viewmode=true] .app-canister .app-info .details .app-name{color:#fafafa;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500}.app-containerbox[data-viewmode=true] .app-canister .app-info svg{color:#fafafa;background-color:var(--controlcentre-opacity2);cursor:pointer;border-radius:50%;padding:.3rem;font-size:1.125rem;transition:background-color .3s ease-out}.app-containerbox[data-viewmode=true] .app-canister .app-info svg:hover{background-color:var(--controlcentre-active)}.app-containerbox[data-viewmode=true] .app-canister .app-container{aspect-ratio:9/20;transform-origin:50%;z-index:1;opacity:1;visibility:visible;border-radius:1.5625rem;position:relative;scale:.7;box-shadow:0 0 .9375rem .625rem #00000026}.app-container{z-index:10;transform-origin:50%;background-position:50%;background-size:cover;border-radius:2.8125rem;flex-direction:column;width:100%;height:100%;transition:scale .4s ease-in-out;display:flex;position:absolute;top:0;overflow:hidden}.app-container .app-content{pointer-events:none;width:100%;height:100%}.app-container .app-content iframe{border:none;width:100%;height:100%;overflow:hidden}.app-container .app-content iframe::-webkit-scrollbar{display:none}.app-container .app-content .app-loading{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.app-container .app-content .game-container{width:100%;height:100%}.loading{justify-content:center;align-items:center;height:100%;display:flex}
