:root{--accent: #2d89ef;--taskbar: rgba(20, 20, 20, .82);--titlebar: #1f1f1f;--titlebar-active: #2a2a2a;--win-bg: #111111e6;--text: #eaeaea}*{box-sizing:border-box}body{margin:0;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:#000}.app-root{height:100%;position:relative;overflow:hidden}.p-3{padding:12px}.text-sm{font-size:14px;line-height:1.5}.mt-3{margin-top:12px}.desktop-root{position:absolute;top:0;right:0;bottom:0;left:0}.desktop-icon{width:88px;text-align:center;color:#fff;text-shadow:0 1px 2px #000}.icon-label{font-size:12px;margin-top:6px;word-break:break-word}.icon-folder,.icon-txt,.icon-image{width:48px;height:48px;margin:0 auto;border-radius:8px;background:#222;border:1px solid #333}.icon-folder{background:linear-gradient(180deg,#ffde85,#e2a63c)}.icon-txt{background:linear-gradient(180deg,#fff,#cfd8dc);border:1px solid #9ea7ad}.icon-image{background:linear-gradient(180deg,#7dd3fc,#34d399)}.window-frame{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #2b2b2b;background:var(--win-bg);box-shadow:0 12px 28px #00000059;border-radius:6px;overflow:hidden;z-index:200}.titlebar{height:34px;background:var(--titlebar);display:flex;align-items:center;justify-content:space-between;padding:0 8px;-webkit-user-select:none;user-select:none;cursor:grab}.titlebar.focused{background:var(--titlebar-active)}.title{font-size:13px}.window-controls{display:flex;gap:4px}.ctl{width:36px;height:24px;border:0;background:transparent;color:#ddd;border-radius:4px;cursor:pointer}.ctl:hover{background:#ffffff20}.ctl.close:hover{background:#ff4d4f;color:#fff}.window-body{height:calc(100% - 34px);background:#121212db}.resizer{position:absolute}.resizer.n{top:-3px;left:0;right:0;height:6px;cursor:ns-resize}.resizer.s{bottom:-3px;left:0;right:0;height:6px;cursor:ns-resize}.resizer.e{top:0;bottom:0;right:-3px;width:6px;cursor:ew-resize}.resizer.w{top:0;bottom:0;left:-3px;width:6px;cursor:ew-resize}.resizer.ne{top:-4px;right:-4px;width:10px;height:10px;cursor:nesw-resize}.resizer.nw{top:-4px;left:-4px;width:10px;height:10px;cursor:nwse-resize}.resizer.se{bottom:-4px;right:-4px;width:10px;height:10px;cursor:nwse-resize}.resizer.sw{bottom:-4px;left:-4px;width:10px;height:10px;cursor:nesw-resize}.fake-toolbar{display:flex;gap:10px;border-bottom:1px solid #2d2d2d;padding-bottom:6px}.grid{display:grid;gap:16px}.grid-5{grid-template-columns:repeat(5,120px)}.icon-tile{text-align:center}.icon-tile .icon-folder{margin-bottom:6px}.taskbar{position:absolute;left:0;right:0;bottom:0;height:40px;background:var(--taskbar);display:flex;align-items:center;gap:8px;padding:0 8px;border-top:1px solid #262626;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3000}.start-btn{width:34px;height:28px;border:0;border-radius:6px;background:#ffffff14;color:#fff;cursor:pointer}.start-btn:hover{background:#ffffff25}.quick-btn{height:28px;padding:0 10px;background:#ffffff12;color:#ddd;border:0;border-radius:6px;cursor:pointer}.quick-btn:hover{background:#ffffff25}.bg-selector{height:28px;background:#141414;color:#ddd;border:1px solid #2b2b2b;border-radius:6px;padding:0 8px}.taskbar-windows{display:flex;gap:6px;overflow:auto;max-width:40%}.taskbar-window{height:28px;padding:0 8px;border:1px solid #2b2b2b;border-radius:6px;background:#0f0f0f;color:#ddd;cursor:pointer}.taskbar-window.is-min{opacity:.65}.taskbar-spacer{flex:1}.taskbar-clock{width:80px;text-align:right;font-size:12px;line-height:1.1}.taskbar-clock .date{opacity:.7}.show-desktop{width:6px;align-self:stretch;margin-left:8px;background:#ffffff30}.bg-acrylic{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(1200px 800px at 10% 10%,#1e3a8a 0%,transparent 60%),radial-gradient(1000px 800px at 90% 20%,#065f46 0%,transparent 60%),radial-gradient(1000px 800px at 50% 80%,#7c2d12 0%,transparent 50%);animation:shimmer 18s linear infinite;filter:saturate(1.2) contrast(1.05)}@keyframes shimmer{0%{background-position:0 0,0 0,0 0}50%{background-position:40px -30px,-30px 20px,10px -20px}to{background-position:0 0,0 0,0 0}}.bg-blobs{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#0a0a0a}.blob{position:absolute;width:520px;height:520px;border-radius:50%;filter:blur(60px);opacity:.55;mix-blend-mode:screen}.blob.b1{background:#2563eb;left:-120px;top:-80px;animation:float1 18s ease-in-out infinite}.blob.b2{background:#16a34a;right:-100px;top:10%;animation:float2 22s ease-in-out infinite}.blob.b3{background:#f59e0b;left:30%;bottom:-120px;animation:float3 20s ease-in-out infinite}@keyframes float1{0%,to{transform:translate(0)}50%{transform:translate(60px,30px)}}@keyframes float2{0%,to{transform:translate(0)}50%{transform:translate(-40px,40px)}}@keyframes float3{0%,to{transform:translate(0)}50%{transform:translate(30px,-50px)}}.grain{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.18;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch' /></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>");mix-blend-mode:overlay}.bg-canvas{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.bg-stripes{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(135deg,#0d0d0d,#0d0d0d 14px,#111 14px,#111 28px);background-size:200% 200%;animation:slideDiag 12s linear infinite}@keyframes slideDiag{0%{background-position:0% 0%}to{background-position:200% 200%}}.wallpaper-tint{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(1200px 900px at 50% 100%,#0000003d,#0000008c);pointer-events:none}.start-root{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2000;background:transparent}.start-panel{position:absolute;left:8px;bottom:48px;width:min(900px,92vw);height:min(560px,70vh);background:#121212eb;border:1px solid #2a2a2a;border-radius:10px;display:grid;grid-template-columns:220px 1fr;overflow:hidden;box-shadow:0 16px 42px #00000073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.start-left{background:#121212;border-right:1px solid #2a2a2a;padding:12px;display:grid;grid-template-rows:80px 1fr 40px;gap:12px}.start-avatar{width:56px;height:56px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:700}.start-actions{display:grid;gap:8px}.start-action{background:#ffffff10;border:1px solid #2a2a2a;color:#ddd;border-radius:8px;padding:8px 10px;text-align:left}.start-action:hover{background:#ffffff18}.start-power{display:flex;align-items:center;justify-content:flex-end}.start-power-btn{width:34px;height:34px;border-radius:8px;background:#ffffff10;color:#ddd;border:1px solid #2a2a2a}.start-power-btn:hover{background:#ffffff18}.start-main{padding:12px 16px;display:grid;grid-template-rows:auto auto 1fr;gap:12px}.start-search{width:100%;height:36px;background:#0f0f0f;color:#ddd;border:1px solid #2a2a2a;border-radius:8px;padding:0 10px}.start-section{display:grid;gap:8px}.start-h{font-size:12px;opacity:.7}.start-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.start-tile{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;color:#ddd;padding:10px;text-align:left;display:grid;gap:8px}.start-tile:hover{background:#212121}.tile-icon{font-size:20px}.tile-label{font-size:13px}.start-list{display:grid;gap:4px;overflow:auto;padding-right:4px}.start-row{height:34px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;color:#ddd;display:flex;align-items:center;gap:10px;padding:0 10px}.start-row:hover{background:#212121}.row-icon{width:22px;text-align:center}.ctx-root{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2500}.ctx-menu{position:absolute;min-width:200px;background:#1b1b1b;color:#ddd;border:1px solid #2a2a2a;border-radius:8px;padding:6px;box-shadow:0 16px 42px #00000073}.ctx-item{width:100%;height:32px;background:transparent;color:#ddd;border:0;display:flex;align-items:center;gap:8px;padding:0 8px;border-radius:6px;text-align:left;cursor:pointer}.ctx-item:hover{background:#ffffff14}.ctx-ico{width:18px;text-align:center}.addressbar{flex:1;height:28px;margin-left:8px;background:#0f0f0f;color:#ddd;border:1px solid #2b2b2b;border-radius:6px;padding:0 8px}.fake-toolbar{display:flex;align-items:center;gap:10px;border-bottom:1px solid #2d2d2d;padding-bottom:6px}.fake-toolbar .btn{font-size:12px;padding:4px 8px;background:#ffffff12;border-radius:4px}.notepad-area{width:100%;height:100%;resize:none;border:0;outline:none;background:#0c0c0c;color:#ddd;padding:12px;font:14px/1.6 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.breadcrumbs .crumb-btn{background:#1a1a1a;border:1px solid #2a2a2a;color:#ddd;border-radius:6px;padding:2px 8px;cursor:pointer}.breadcrumbs .crumb-btn:hover{background:#212121}.desktop-icons{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:grid;grid-template-columns:repeat(auto-fill,88px);gap:18px;align-content:start;padding:20px}.desktop-icon{-webkit-user-select:none;user-select:none;cursor:default}.desktop-icon:active{cursor:grabbing}.bg-acrylic,.bg-blobs,.bg-stripes,.bg-canvas,.wallpaper-tint{pointer-events:none}.desktop-icon.is-selected .icon-folder,.desktop-icon.is-selected .icon-txt,.desktop-icon.is-selected .icon-image,.icon-tile.is-selected .icon-folder,.icon-tile.is-selected .icon-txt,.icon-tile.is-selected .icon-image{outline:2px solid #4b9fff;outline-offset:2px}.icon-rename-input{width:100%;margin-top:6px;background:#0f0f0f;color:#e6e6e6;border:1px solid #3a3a3a;border-radius:4px;padding:2px 4px;font-size:12px;text-align:center}.icon-rename-input:focus{border-color:#4b9fff;box-shadow:0 0 0 2px #4b9fff33}.ctx-root,.context-menu,.contextMenu{position:fixed;z-index:4000;pointer-events:auto}.ctx-item:hover{background:#2a2a2a!important}.desktop-icon.is-selected .icon-folder,.desktop-icon.is-selected .icon-txt,.desktop-icon.is-selected .icon-image{outline:2px solid #4b9fff;outline-offset:2px}.marquee{-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}html,body,#root{height:100%}.app-root{position:relative;height:100vh;overflow:hidden}.desktop-root{position:relative;width:100%;height:100%}.desktop-icons{position:relative;width:100%;height:100%;padding:12px}.taskbar{position:fixed;left:0;right:0;bottom:0;height:40px;z-index:3000}.desktop-video-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none;filter:brightness(.9) contrast(1.05) saturate(1.5)}.desktop-layer{position:relative;z-index:1}.wallpaper-tint{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:#00000040}.wallpaper-tint.tint-light{background:#00000014}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}
