.time-and-date{text-align:center}.time-and-date__date{color:#fff;font-size:1.5rem;font-weight:500}.time-and-date__time{color:#fff;font-size:8rem;font-weight:900}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.notification{animation:fadeIn .875s ease-in-out;display:flex;align-items:center;background:rgba(255,255,255,.5);position:relative;box-shadow:0 3px 6px #0000001a;border-radius:10px;padding:10px;margin:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;max-width:600px;width:80%}.notification .notification-icon{width:10%;overflow:hidden;margin-right:10px}.notification .notification-icon img{width:100%;height:100%;border-radius:10px;-o-object-fit:contain;object-fit:contain;opacity:.8}.notification .notification-content{width:90%}.notification .notification-content .notification-title{font-weight:700;font-size:16px}.notification .notification-content .notification-message{font-size:14px;color:#666}.notification-close{position:absolute;top:5px;right:5px;cursor:pointer;color:#6666667e}.notification-close svg{width:20px;height:20px}@media (max-height: 600px){.notification{display:none}}.lock-screen{height:100%;width:100%;position:absolute;top:0;left:0;z-index:1007;transition:transform .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lock-screen-content{box-sizing:border-box;padding-top:5rem;display:flex;flex-direction:column;align-items:center}.lock-screen-notifications{display:flex;flex-direction:column;align-items:center;width:100%}@media (min-height: 500px){.lock-screen-notifications{margin-top:2rem}}.lock-screen-footer{position:absolute;bottom:0;width:100%;display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:border-box;background-color:#28282880;color:#fff;font-size:.8rem;font-weight:300;letter-spacing:.1rem}.lock-screen.move-up{transform:translateY(-100vh)}.lock-screen-loading{height:100%;width:100%;position:absolute;top:0;left:0;z-index:1008;display:flex;justify-content:center;align-items:center}.lock-screen-loading img{height:5%}.weather{box-sizing:border-box;display:flex;flex-direction:column;padding:12px;background:linear-gradient(180deg,rgba(20,74,136,.4901960784) 0%,rgba(106,152,197,.4745098039) 100%);border-radius:15px;width:100%;box-shadow:0 4px 10px #0000001a;overflow:hidden;color:#fff;height:5rem}.weather-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.weather-top .weather-location{font-size:12px;font-weight:900}.weather-top .weather-temp{font-weight:900;font-size:2rem}.weather-top .weather-icon svg{font-size:1rem}.weather-content{display:flex;justify-content:space-between}.weather-content .hourly-forecast{display:flex;flex-direction:column;align-items:center;flex-grow:1}.weather-content .hourly-forecast .hour{margin-bottom:.5rem;font-size:.7rem}.weather-content .hourly-forecast .icon{margin-bottom:.5rem}.weather-content .hourly-forecast .icon svg{font-size:.9rem}.weather-content .hourly-forecast .temp{font-size:.7rem}@media (max-height: 500px){.weather-content{display:none}}@media (min-height: 650px){.weather{height:12rem}}@media (max-height: 550px){.weather{display:none}}.gallery{width:100%;height:12rem;box-sizing:border-box;display:flex;flex-direction:column;background:green;border-radius:15px;overflow:hidden;color:#fff;position:relative}.gallery img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;opacity:0;transition:opacity .5s ease-in-out;transform:scale(1);transition:opacity .5s ease-in-out,transform 7s ease}.gallery img.active{opacity:1;transform:scale(1.1)}@media (max-height: 650px){.gallery{height:5rem}}@media (max-height: 550px){.gallery{display:none}}.terminal{box-sizing:border-box;z-index:0!important;font-size:13px;height:100%;width:100%;background-color:#000;color:#fff;overflow-y:auto;opacity:.85;padding-top:.5rem;padding-left:.5rem;overflow-x:hidden}.terminal *{font-family:Lucida Console,Monaco,monospace}.terminal .user{color:#08fa00}.terminal .colon{color:#fff}.terminal .dir{color:#2895fc}.terminal .dollar{color:#fff}.terminal .command{margin-left:.5rem}.terminal .file{color:#fff;margin-right:.5rem}.terminal .directory{color:#2895fc;margin-right:.5rem}.terminal .response{color:#fff;margin:2px 0}.terminal .input-line{display:flex;align-items:center;width:100%;min-height:14px;margin-bottom:1rem}.terminal .input-line .prompt{display:flex;align-items:center}.terminal .input-line .terminal-input{background:none;border:none;color:#fff;font-size:13.1px;outline:none;flex-grow:1;width:auto;letter-spacing:.5px;margin-left:.5rem;padding:0;font-family:Lucida Console,Monaco,monospace!important}.terminal .prompt.current-dir{color:#fd5;font-weight:700}.resume{width:100%;height:100%}.react-pdf__Page{display:flex;flex-direction:column;align-items:center}.resume-container{display:flex;flex-direction:column;align-items:center;padding:20px;background-color:#fff}@media (max-width: 600px){.resume-container{overflow-x:hidden}}.download-button{padding:10px 20px;margin-bottom:20px;color:#fff;background-color:#0056b3;text-decoration:none;font-weight:700;border-radius:5px;font-size:.75rem;transition:background-color .3s ease}.download-button:hover{background-color:#004494}.pdf-document{box-shadow:0 0 10px #0000001a}.contact-container{background-color:#f0f0f0;width:100%;height:100%;margin:auto;display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box;padding:15px}.contact-container .messages{overflow-y:auto;flex-grow:1;display:flex;flex-direction:column;gap:10px}.contact-container .message{max-width:70%;padding:10px 15px;margin:5px 0;border-radius:18px;font-size:14px;line-height:1.4;word-break:break-word;position:relative;display:flex;align-items:center;gap:10px}.contact-container .message-text-container{display:flex;flex-direction:column}.contact-container .message .bot-avatar{width:30px;height:30px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.contact-container .message.bot{flex-direction:row}.contact-container .message.user{background-color:#007aff;color:#fff;align-self:flex-end}.contact-container .message.bot,.contact-container .message.typing{background-color:#e5e5ea;color:#000;align-self:flex-start}.contact-container .message .confirm-button{background-color:#007aff;color:#fff;border:none;padding:10px 15px;border-radius:5px;margin-top:.5rem;cursor:pointer}.contact-container .message .confirm-button.disabled{background-color:#e5e5ea;color:#8e8e93;cursor:not-allowed}.contact-container form{display:flex;margin-top:10px;width:100%;align-items:center}.contact-container form input{flex:1;border-radius:20px;border:2px solid #007aff;background-color:#f8f8f8;padding:15px;resize:none;white-space:pre-wrap;color:#333;box-shadow:0 2px 5px #0003;transition:border-color .3s;font-size:16px;height:2.5rem;min-width:0;box-sizing:border-box}.contact-container form input:focus{outline:none;border-color:#0056b3}.contact-container form button{background-color:#007aff;color:#fff;border:none;padding:10px 20px;margin-left:10px;border-radius:20px;cursor:pointer;box-shadow:0 2px 5px #0003;transition:background-color .3s;font-size:16px;height:2.5rem;box-sizing:border-box;min-width:50px;max-width:200px;white-space:nowrap}.contact-container form button:hover{background-color:#0056b3}.external-link{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;background-color:#fff;text-align:center;font-size:16px}.external-link p{margin-bottom:20px}.external-link-content{max-width:80%;display:flex;flex-direction:column;justify-content:center;align-items:center}.external-link .button-group{display:flex;gap:10px}.external-link .button-group .stay-button,.external-link .button-group .leave-button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s,color .3s;text-decoration:none;display:inline-block;font-size:16px}.external-link .button-group .stay-button{background-color:#f44336;color:#fff}.external-link .button-group .stay-button:hover{background-color:#ea1c0d}.external-link .button-group .leave-button{background-color:#4caf50;color:#fff}.external-link .button-group .leave-button:hover{background-color:#3d8b40}.settings{padding:20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ffffffb3;height:100%}.settings .wallpaper-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:670px;max-height:450px;height:100%;overflow-y:auto}.settings .wallpaper-grid img{width:175px;height:175px;-o-object-fit:cover;object-fit:cover;cursor:pointer;border:2px solid transparent;transition:transform .3s ease,border-color .3s ease}@media (max-width: 768px){.settings .wallpaper-grid img{width:150px;height:150px}}.settings .wallpaper-grid img:hover{transform:scale(1.05)}.settings .wallpaper-grid img.selected{border-color:#007bff}.dock-container{display:flex;box-sizing:border-box;justify-content:space-around;align-items:center;background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 0;margin:20px 0;box-shadow:0 4px 10px #0000001a;min-width:300px;max-width:500px;width:100%;z-index:1007}.dock-container .dock-app{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;position:relative;cursor:pointer}.dock-container .dock-app svg{width:32px;height:32px;color:#fff}.dock-container .dock-app .dock-label{margin-top:5px;text-align:center;font-size:12px}.dock-container .dock-app .notification-dot{position:absolute;top:0;right:-2px;width:10px;height:10px;border-radius:50%;background-color:red;box-shadow:0 0 10px #67060680}.dock-container .open-apps{display:flex;gap:0 10px;margin-right:10px;justify-content:space-around}.dock-container .open-apps svg{width:32px;height:32px;color:#fff}.dock-container .open-apps img{width:35px;height:35px}.dock-container .open-apps .dock-app{position:relative;margin-right:1.5rem;height:32px}.dock-container .open-apps .dock-app:last-child{margin-right:0}.dock-container .open-apps .dock-app__close{position:absolute;top:-5px;right:-15px}.dock-container .open-apps .dock-app__close svg{font-size:.5rem;height:1rem;width:1rem}.dock-container .open-apps .dock-app__close svg:hover{color:red;cursor:pointer;box-shadow:0 0 10px #67060680}.page-control{display:flex;justify-content:center;align-items:center;gap:8px}.dot{width:8px;height:8px;border-radius:50%;background-color:#e1e1e18e;cursor:pointer;transition:background-color .3s}.dot:hover{background-color:#b6b6b6}.dot.active{background-color:#fff}.home-screen{height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none}.home-screen-container{width:100vw}.home-screen-content{box-sizing:border-box;padding-top:5rem;padding-left:1rem;padding-right:1rem;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-row-gap:2rem;grid-column-gap:1rem;max-width:1200px;width:100%;margin:0 auto}@media (max-height: 500px){.home-screen-content{padding-top:2rem}}@media (min-width: 500px){.home-screen-content{grid-row-gap:4rem}}.home-screen-content .app-icon-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.home-screen-content .app-icon-container.widget-container{box-sizing:border-box}@media (max-height: 550px){.home-screen-content .app-icon-container.widget-container{display:none}}.home-screen-content .app-icon-container .app-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;cursor:pointer}.home-screen-content .app-icon-container .app-link:hover svg{transform:scale(1.1)}.home-screen-content .app-icon-container .app-link .app-label{margin-top:6px;text-align:center;font-size:12px;color:#fff;font-weight:900}.home-screen-content .app-icon-container .app-link svg{width:3rem;height:3rem;border-radius:12px;padding:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;background-color:#ffffff84;-webkit-backdrop-filter:rgba(255,255,255,.572);backdrop-filter:rgba(255,255,255,.572);border:1px solid rgba(255,255,255,.3);color:#3f3f3f}@media (max-width: 600px){.home-screen-content .app-icon-container .app-link svg{width:2rem;height:2rem}}@media (max-height: 600px){.home-screen-content .app-icon-container .app-link svg{width:2rem;height:2rem}}.home-screen-content .app-icon-container .app-link img{height:5rem}.home-screen-content .app-icon-container .app-link img:hover{transform:scale(1.1);transition:transform .3s ease}@media (max-width: 600px){.home-screen-content .app-icon-container .app-link img{width:3.7rem;height:3.7rem}}@media (max-height: 600px){.home-screen-content .app-icon-container .app-link img{width:3.7rem;height:3.7rem}}.home-screen__control{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;bottom:0}.home-screen .widget-content{height:100%;width:100%}.page-container{width:100vw;flex-wrap:nowrap}.window-bar{display:flex;justify-content:space-between;align-items:center;padding:0 10px;background-color:#333;width:100%;color:#fff;height:30px;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;z-index:1011;position:relative}@media (max-width: 700px){.window-bar{top:-1px}}@media (max-height: 700px){.window-bar{top:-1px}}.window-bar .window-title{font-weight:700}.window-bar .window-controls{display:flex}.window-bar .window-controls .control-btn{background:none;border:none;color:#fff;font-size:23px;line-height:1;margin-left:5px;padding:0 5px;cursor:pointer;transition:background-color .2s}.window-bar .window-controls .control-btn:hover{background-color:#ffffff1a}.app-container{position:absolute;z-index:1009;box-sizing:border-box;height:calc(100% - 30px);min-height:100px;overflow-y:auto;overflow-x:hidden}.app-loading{height:100%;width:100%;display:flex;justify-content:center;align-items:center;background-color:#f5f5f5;transition:all .3s ease}.handle{position:absolute;width:10px;height:10px;bottom:0;right:0;cursor:se-resize;background-color:#333;z-index:2000}@media (max-width: 700px){.handle{display:none}}.open-app{min-width:630px}@media (max-width: 700px){.open-app{min-width:100%}}.popup{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;position:fixed;bottom:20px;right:20px;background:#eeefef;box-shadow:0 0 10px #0003;border-radius:.875rem;overflow:hidden;display:flex;flex-direction:column;max-width:400px;width:100%;opacity:.97;animation:fadeInAnimation ease .5s;cursor:pointer;height:auto}.popup-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:white;border-bottom:1px solid #dddddd}.popup-banner{display:flex;justify-content:space-between;align-items:center}.popup-title{text-transform:capitalize;color:#3f3e3e;font-weight:200;font-size:.8rem;height:100%;display:flex;align-items:center;justify-content:center;margin-top:2px}.popup-icon{width:20px;height:20px;margin-right:8px}.popup-close{display:flex;justify-content:flex-end;align-items:flex-end;color:#999;height:20px;width:80px}.popup-close svg{height:20px;width:20px}.popup-content{padding:12px;font-size:.9rem;color:#3f3e3e}.popup-message{line-height:1.4}.popup-sender{font-weight:700;color:#202020;margin-bottom:3px}@media (max-width: 1300px){.popup{top:0;right:0;bottom:auto;left:5vw;max-width:90vw;margin:0;margin-top:.5rem;z-index:9999;box-sizing:border-box}}.island-container{flex:0 0 50%;height:100%;flex-grow:1;display:flex;justify-content:center;align-items:center}.island-container .island{width:10rem;height:70%;background-color:#23232370;display:flex;justify-content:center;align-items:center;padding:0 .2rem;box-sizing:border-box;position:relative}.island-container .island__lock{position:absolute;left:5px;color:#ccc;height:1rem}.island-container .island__lock svg{height:100%}.island-container .island__text{text-align:center;color:#ccc;width:80%;margin-left:1.15rem;font-size:.8rem;letter-spacing:1px}.island-container .island__text-unlocked{color:#fff;font-size:.9rem;font-weight:900;width:100%;margin-left:0!important}.island-container .island-unlocked{background-color:none}.island-container .spacer{width:0rem}.status-bar{height:100%;max-width:10rem;width:100%;margin-right:2%;position:absolute;right:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:border-box;color:#fff}.status-bar svg{margin-right:.1rem;height:100%;cursor:pointer}@media (max-width: 768px){.status-bar{max-width:5rem}}.top-bar{position:absolute;height:3rem;display:flex;justify-content:space-between;align-items:center;width:100vw;z-index:999;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.top-bar .island-container{pointer-events:none}.top-bar .status-bar{pointer-events:auto}@media (max-height: 500px){.top-bar{display:none}}@font-face{font-family:SF Pro;src:url(/assets/fonts/subset-SFPro-Regular.woff) format("woff");font-weight:400;font-style:normal}*{margin:0;font-family:SF Pro}body,html,#root{height:100%;width:100%;overflow:hidden;margin:0;padding:0;letter-spacing:.8px}#phone{height:100%;width:100%;overflow:hidden;position:relative}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeInAnimation ease 2s;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.fade-out{animation:fade-out 1s ease-out forwards}@keyframes go-up{0%{transform:translateY(0)}to{transform:translateY(-500%)}}.go-up{animation:go-up .1s ease-out forwards}.darken-screen{background-color:#00000080;position:absolute;height:100%;width:100%;z-index:0;animation:fade-in .5s ease-out forwards}
