*{margin:0;padding:0;box-sizing:border-box;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}img{pointer-events:none;-webkit-user-drag:none;user-drag:none}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}::-webkit-scrollbar-corner{background:#f1f1f1}body{margin:0;min-height:100vh;font-family:Segoe UI,"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.window{position:absolute;background:#fffffff2;border:1px solid rgba(0,0,0,.2);box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease;border-radius:6px}.window:hover{box-shadow:0 12px 48px #0006}.window.maximized{border-radius:0!important}.window.inactive{border-color:#00000026}.window-titlebar{height:32px;background:linear-gradient(180deg,#fff,#f0f0f0);border-bottom:1px solid #d0d0d0;display:flex;align-items:center;justify-content:space-between;padding:0 8px;-webkit-user-select:none;user-select:none;cursor:move}.window.active .window-titlebar{background:linear-gradient(180deg,#e6f0ff,#dbe8ff);border-bottom-color:#c0d6ff}.window.inactive .window-titlebar{background:linear-gradient(180deg,#fafafa,#f3f3f3);border-bottom-color:#e0e0e0}.window-title{display:flex;align-items:center;gap:6px;font-size:12px;color:#000;font-weight:400}.window.inactive .window-title{color:#555}.window-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px}.window-controls{display:flex;gap:1px}.window-button{width:45px;height:32px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:background-color .15s ease;padding:0}.window-button:hover{background:#0000000d}.window-button.close:hover{background:#e81123;color:#fff}.window-button:active{background:#0000001a}.window.inactive .window-button:active{background:#00000014}.window-button.close:active{background:#c50d1c}.window-content{flex:1;overflow:auto;background:#fff;color:#000}.window.active{box-shadow:0 12px 48px #0006}.resize-handle{position:absolute;z-index:10}.resize-n{top:0;left:4px;right:4px;height:4px;cursor:ns-resize}.resize-s{bottom:0;left:4px;right:4px;height:4px;cursor:ns-resize}.resize-e{right:0;top:4px;bottom:4px;width:4px;cursor:ew-resize}.resize-w{left:0;top:4px;bottom:4px;width:4px;cursor:ew-resize}.resize-ne{top:0;right:0;width:8px;height:8px;cursor:nesw-resize}.resize-nw{top:0;left:0;width:8px;height:8px;cursor:nwse-resize}.resize-se{bottom:0;right:0;width:8px;height:8px;cursor:nwse-resize}.resize-sw{bottom:0;left:0;width:8px;height:8px;cursor:nesw-resize}.taskbar{position:fixed;bottom:0;left:0;right:0;height:48px;background:#000000d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;border-top:1px solid rgba(255,255,255,.1);z-index:10000;-webkit-user-select:none;user-select:none}.start-button{width:48px;height:48px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:background-color .15s ease;padding:0;overflow:hidden}.start-button:hover{background:#ffffff1a}.start-button.active,.start-button.pressed{background:#ffffff26}.start-icon-wrapper{width:20px;height:20px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}.start-button:active .start-icon-wrapper{transform:scale(.9) rotate(180deg)}.start-button:hover .start-icon-wrapper{transform:scale(1.1)}.start-icon-wrapper svg{width:100%;height:100%;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.start-glow{position:absolute;top:50%;left:50%;width:100px;height:100px;background:radial-gradient(circle,rgba(0,120,215,.6) 0%,transparent 70%);transform:translate(-50%,-50%) scale(0);animation:startGlow .6s ease-out;pointer-events:none;z-index:1}@keyframes startGlow{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:0}}.taskbar-items{display:flex;gap:2px;margin-left:8px;flex:1;overflow-x:auto;overflow-y:hidden}.taskbar-items::-webkit-scrollbar{height:0}.taskbar-item{height:40px;padding:0 12px;background:#ffffff0d;border:none;border-bottom:2px solid transparent;cursor:pointer;display:flex;align-items:center;gap:8px;color:#fff;font-size:13px;transition:all .15s ease;white-space:nowrap;max-width:200px}.taskbar-item.taskbar-pinned{padding:0 10px;max-width:unset}.taskbar-item.taskbar-pinned .taskbar-item-title{display:none}.taskbar-item:hover{background:#ffffff1a;border-bottom-color:#ffffff4d}.taskbar-item-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.taskbar-item-title{overflow:hidden;text-overflow:ellipsis}.system-tray{display:flex;align-items:center;gap:12px;padding:0 16px;height:100%;position:relative}.help-button{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:none;background:#ffffff0f;color:#fff;border-radius:50%;cursor:pointer;transition:background-color .15s ease}.help-button:hover{background:#ffffff1f}.help-button svg{width:14px;height:14px}.help-popover{position:absolute;right:52px;bottom:52px;background:#1e1e1ef2;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:8px;box-shadow:0 12px 40px #0006;min-width:160px}.help-item{display:block;color:#fff;text-decoration:none;padding:8px 10px;border-radius:4px;font-size:13px}.help-item:hover{background:#ffffff1a}.clock{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;color:#fff;cursor:pointer;padding:4px 8px;border-radius:2px;transition:background-color .15s ease;background:transparent;border:none}.clock:hover{background:#ffffff1a}.clock:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:-2px}.calendar-popover{position:absolute;right:8px;bottom:52px;background:#f3f3f3f2;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);color:#1a1a1a;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 8px 32px #0000002e,0 0 1px #0000001f;width:320px;overflow:hidden;display:flex;flex-direction:column}.win10-calendar-time{padding:16px 20px;background:#fff6;border-bottom:1px solid rgba(0,0,0,.06)}.win10-time-display{font-size:32px;font-weight:300;color:#1a1a1a;line-height:1.2;letter-spacing:-.02em;margin-bottom:4px}.win10-date-display{font-size:13px;color:#666;font-weight:400}.win10-calendar-scroll{padding:12px 16px 16px;max-height:420px;overflow-y:auto;overflow-x:hidden}.win10-calendar-scroll::-webkit-scrollbar{width:8px}.win10-calendar-scroll::-webkit-scrollbar-track{background:transparent}.win10-calendar-scroll::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.win10-calendar-scroll::-webkit-scrollbar-thumb:hover{background:#0000004d}.calendar-header{display:flex;flex-direction:column;gap:8px}.calendar-clock-time{font-size:24px;font-weight:600}.calendar-clock-date{font-size:12px;opacity:.9}.calendar-nav{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.calendar-title{font-size:14px;font-weight:600;color:#1a1a1a;flex:1;text-align:center}.calendar-nav-btn{width:32px;height:32px;border:none;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#1a1a1a;cursor:pointer;transition:background-color .1s ease}.calendar-nav-btn:hover{background:#0000000f}.calendar-nav-btn:active{background:#00000014}.calendar-weekdays{margin-top:0;margin-bottom:4px;display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar-weekday{text-align:center;font-size:11px;font-weight:600;color:#666;padding:4px 0}.calendar-grid{margin-top:0;display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.calendar-day{height:40px;border:none;border-radius:4px;background:transparent;color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;transition:all .1s ease;font-weight:400}.calendar-day:hover{background:#0000000a}.calendar-day.outside-month{color:#999}.calendar-day.today{background:var(--windows-blue);color:#fff;font-weight:600}.calendar-day.today:hover{background:var(--windows-dark-blue)}.calendar-day.cursor{outline:2px solid rgba(0,120,212,.3);outline-offset:-2px}.calendar-day:focus{outline:2px solid rgba(0,120,212,.6);outline-offset:-2px}.clock-time{font-size:12px;line-height:1.2;font-weight:400}.clock-date{font-size:11px;line-height:1.2;opacity:.9;font-weight:400}:root{--windows-blue: #0078d4;--windows-dark-blue: #005a9e;--windows-light-blue: #50b6ff}.desktop{width:100vw;height:100dvh;position:relative;overflow:hidden}.desktop-background{position:absolute;inset:0;background:linear-gradient(0deg,#00000040,#00000040),url(/wallpaper.jpg) center center / cover no-repeat}.window-countdown-content{display:flex;flex-direction:column;height:100%;padding:0;gap:0;overflow:auto;background:linear-gradient(135deg,#f0f0f0,#fafafa)}.window-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 2rem 2rem;background:linear-gradient(180deg,#ffffff80,#fff0)}.window-header svg{width:64px;height:64px;color:var(--windows-blue);filter:drop-shadow(0 2px 8px rgba(0,120,212,.25))}.window-title-text{font-size:1.75rem;font-weight:300;color:#1a1a1a;margin:0;letter-spacing:-.02em}.window-eol-date{font-size:.9375rem;color:#666;margin:0;font-weight:400}.fluent-countdown-container{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;flex:1}.fluent-header{text-align:center}.fluent-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;letter-spacing:-.01em}.fluent-subtitle{font-size:.9375rem;color:#666;margin:0}.fluent-timer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.fluent-timer-card{background:#ffffffb3;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(0,0,0,.08);border-radius:4px;padding:1.75rem 1rem;box-shadow:0 1.6px 3.6px #00000008,0 .3px .9px #00000006;text-align:center;transition:all .2s cubic-bezier(.4,0,.2,1)}.fluent-timer-card:hover{transform:translateY(-2px);box-shadow:0 6.4px 14.4px #00000014,0 1.2px 3.6px #0000000f;border-color:#0078d433}.fluent-timer-value{font-size:3.5rem;font-weight:200;color:var(--windows-blue);line-height:1;margin-bottom:.5rem;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.fluent-timer-label{font-size:.8125rem;color:#666;font-weight:400;text-transform:capitalize}.fluent-info-card{background:#fff9;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(0,0,0,.08);border-radius:4px;padding:1.25rem 1.5rem;box-shadow:0 1.6px 3.6px #00000008,0 .3px .9px #00000006}.fluent-info-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.fluent-info-row+.fluent-info-row{border-top:1px solid rgba(0,0,0,.06)}.fluent-info-label{font-size:.875rem;color:#666;font-weight:400}.fluent-info-value{font-size:.875rem;color:#1a1a1a;font-weight:500;text-align:right}.start-menu-overlay{position:fixed;inset:0;z-index:9998;background:transparent}.start-menu{position:fixed;bottom:48px;left:0;width:600px;max-width:100%;height:600px;background:#1e1e1ef2;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.1);z-index:9999;display:flex;flex-direction:column;animation:startMenuSlide .2s cubic-bezier(.25,.46,.45,.94);color:#fff}@keyframes startMenuSlide{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.start-menu-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.start-menu-user{display:flex;align-items:center;gap:12px}.start-menu-user-avatar{width:48px;height:48px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff}.start-menu-username{font-size:14px;font-weight:500}.start-menu-content{flex:1;overflow-y:auto;padding:1.5rem}.start-menu-section{margin-bottom:2rem}.start-menu-section-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3;margin-bottom:1rem}.start-menu-apps{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.start-menu-app{aspect-ratio:1;background:#ffffff0d;border:none;border-radius:4px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:11px;padding:12px;transition:background-color .15s ease}.start-menu-app:hover{background:#ffffff1a}.start-menu-app svg{width:32px;height:32px}.start-menu-app .bluesky-icon{color:#fff}.start-menu-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:flex-end}.start-menu-power{width:40px;height:40px;background:transparent;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color .15s ease}.start-menu-power:hover{background:#ffffff1a}@media (max-width: 640px){.start-menu{width:100%;height:65dvh;left:0;right:0}.window{left:0!important;right:0!important;width:100%!important;height:calc(100dvh - 48px)!important;top:0!important;border-radius:0!important}.window-titlebar{cursor:default}.window-countdown-content{padding:0}.window-header{padding:2rem 1rem 1.5rem}.window-header svg{width:48px;height:48px}.window-title-text{font-size:1.25rem}.fluent-countdown-container{padding:1rem;gap:1rem}.fluent-timer-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.fluent-timer-card{padding:1.25rem .75rem}.fluent-timer-value{font-size:2.5rem}}.desktop-icon{width:80px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px;border-radius:2px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .1s ease}.desktop-icon:hover{background:#ffffff1a}.desktop-icon.selected{background:#0078d466;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,120,212,.6)}.desktop-icon-image{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.desktop-icon-image svg{width:100%;height:100%}.desktop-icon-name{font-size:11px;color:#fff;text-align:center;text-shadow:1px 1px 2px rgba(0,0,0,.8);word-wrap:break-word;max-width:100%;line-height:1.2}.desktop-selection-box{position:absolute;border:1px solid rgba(0,120,212,.8);background:#0078d433;pointer-events:none;z-index:100}.bsod{position:fixed;inset:0;background:#0078d7;z-index:99999;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.bsod-content{max-width:600px;padding:2rem}.bsod-sad-face{font-size:120px;font-weight:300;margin-bottom:2rem}.bsod-message{font-size:24px;font-weight:300;line-height:1.5;margin-bottom:2rem}.bsod-progress{font-size:18px;margin-bottom:4rem}.bsod-details{display:flex;flex-direction:column;gap:1.5rem}.bsod-info{font-size:13px;line-height:1.6;margin:0}@media (prefers-reduced-motion: reduce){.desktop-background,.start-menu{animation:none}.countdown-item:hover{transform:none}}
