body{background:#000;margin:0;font-family:MS Sans Serif,sans-serif;overflow:hidden}#root{width:100vw;height:100vh}.clippy-container{z-index:10000;opacity:0;width:60px;height:80px;transition:all .3s ease-in-out;position:fixed;bottom:100px;right:50px;transform:translateY(20px)}.clippy-animate-in{opacity:1;transform:translateY(0)}.clippy-bubble{background:#ffc;border:2px solid #000;border-radius:8px;min-width:250px;max-width:300px;padding:0;animation:.3s ease-out bubble-appear;position:absolute;bottom:10px;right:70px;box-shadow:2px 2px 4px #0000004d}@keyframes bubble-appear{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.clippy-bubble-content{padding:12px 16px 8px}.clippy-bubble p{color:#000;margin:0 0 8px;font-family:MS Sans Serif,sans-serif;font-size:11px;line-height:1.4}.clippy-bubble-controls{justify-content:flex-end;gap:4px;margin-top:8px;display:flex}.clippy-btn{color:#000;cursor:pointer;background:silver;border:1px outset silver;min-width:40px;padding:2px 8px;font-family:MS Sans Serif,sans-serif;font-size:10px}.clippy-btn:hover{background:#d0d0d0}.clippy-btn:active{background:#a0a0a0;border:1px inset silver}.clippy-close-btn{min-width:20px;font-size:12px;font-weight:700}.clippy-bubble-arrow{border-top:10px solid #0000;border-bottom:10px solid #0000;border-left:10px solid #ffc;width:0;height:0;position:absolute;bottom:20px;right:-10px}.clippy-bubble-arrow:before{content:"";border-top:12px solid #0000;border-bottom:12px solid #0000;border-left:12px solid #000;width:0;height:0;position:absolute;bottom:-12px;right:2px}.clippy-character{cursor:pointer;width:60px;height:80px;transition:transform .2s;position:absolute;bottom:0;right:0}.clippy-character:hover{animation:.6s ease-in-out clippy-hover-bounce;transform:scale(1.1)}.clippy-character:active{transform:scale(.95)}@keyframes clippy-hover-bounce{0%,to{transform:scale(1.1)translateY(0)}50%{transform:scale(1.1)translateY(-8px)}}.clippy-body{width:100%;height:100%;position:relative}.clippy-clip{border:3px solid silver;border-radius:20px;position:absolute}.clippy-clip-1{border-color:silver;width:20px;height:50px;top:15px;left:15px}.clippy-clip-2{border-color:#a0a0a0;width:15px;height:35px;top:25px;left:32px}.clippy-clip-3{border-color:#d0d0d0;width:25px;height:60px;top:10px;left:8px}.clippy-eyes{width:24px;height:12px;position:absolute;top:20px;left:18px}.clippy-eye{background:#000;border-radius:50%;width:6px;height:6px;animation:3s infinite clippy-blink;position:absolute}.clippy-eye-left{top:3px;left:2px}.clippy-eye-right{top:3px;right:2px}@keyframes clippy-blink{0%,90%,to{transform:scaleY(1)}95%{transform:scaleY(.1)}}.clippy-eyebrows{width:24px;height:8px;position:absolute;top:18px;left:18px}.clippy-eyebrow{background:#666;border-radius:2px;width:8px;height:2px;animation:4s infinite clippy-eyebrow-wiggle;position:absolute}.clippy-eyebrow-left{left:0;transform:rotate(-15deg)}.clippy-eyebrow-right{right:0;transform:rotate(15deg)}@keyframes clippy-eyebrow-wiggle{0%,85%,to{transform:rotate(-15deg)}90%,95%{transform:rotate(-25deg)}}.clippy-eyebrow-right{animation-name:clippy-eyebrow-wiggle-right}@keyframes clippy-eyebrow-wiggle-right{0%,85%,to{transform:rotate(15deg)}90%,95%{transform:rotate(25deg)}}@media (max-width:768px){.clippy-container{width:50px;height:70px;bottom:60px;right:20px}.clippy-bubble{min-width:200px;max-width:250px;bottom:10px;right:60px}.clippy-character{width:50px;height:70px}.clippy-clip-1{width:18px;height:45px;top:12px;left:12px}.clippy-clip-2{width:13px;height:30px;top:20px;left:27px}.clippy-clip-3{width:22px;height:55px;top:8px;left:6px}}.word-window{background:silver;border:2px outset silver;flex-direction:column;min-width:400px;min-height:300px;display:flex;position:absolute;box-shadow:2px 2px 4px #00000080}.word-title-bar{cursor:move;color:#fff;background:linear-gradient(90deg,#00f 0%,navy 100%);justify-content:space-between;align-items:center;height:20px;padding:2px 4px;font-size:11px;font-weight:700;display:flex}.word-title-left{align-items:center;gap:4px;display:flex}.word-icon{font-size:12px}.word-title{font-size:11px}.word-title-controls{gap:2px;display:flex}.word-btn{cursor:pointer;color:#000;background:silver;border:1px outset silver;justify-content:center;align-items:center;width:16px;height:14px;font-size:10px;font-weight:700;display:flex}.word-btn:hover{background:#d0d0d0}.word-btn:active{background:#a0a0a0;border:1px inset silver}.word-menu-bar{background:silver;border-bottom:1px solid gray;align-items:center;height:20px;padding:0 4px;font-size:11px;display:flex}.word-menu-item{cursor:pointer;color:#000;padding:2px 8px}.word-menu-item:hover{color:#fff;background:navy}.word-toolbar{background:silver;border-bottom:1px solid gray;align-items:center;gap:2px;height:28px;padding:2px 4px;display:flex}.word-toolbar-group{gap:1px;display:flex}.word-toolbar-separator{background:gray;width:1px;height:20px;margin:0 2px}.word-tool-btn{cursor:pointer;color:#000;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;display:flex}.word-tool-btn:hover{background:#d0d0d0;border:1px outset silver}.word-tool-btn:active{background:#a0a0a0;border:1px inset silver}.word-format-btn{font-family:Times New Roman,serif;font-size:14px;font-weight:700}.word-ruler{background:#fff;border-bottom:1px solid gray;height:18px;position:relative}.word-ruler-numbers{color:#000;justify-content:space-between;padding:2px 20px;font-family:MS Sans Serif,sans-serif;font-size:8px;display:flex}.word-document-area{background:gray;flex:1;padding:20px;overflow-y:auto}.word-page{background:#fff;border:1px solid #000;width:100%;max-width:600px;min-height:100%;margin:0 auto;box-shadow:2px 2px 4px #0000004d}.word-content{color:#000;padding:72px 72px 72px 90px;font-family:Times New Roman,serif;font-size:12px;line-height:1.6}.word-header{text-align:center;border-bottom:2px solid #000;margin-bottom:24px;padding-bottom:12px}.word-header h1{letter-spacing:2px;margin-bottom:8px;font-size:20px;font-weight:700}.contact-info{font-size:11px;line-height:1.4}.word-section{margin-bottom:20px}.word-section h2{text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #000;margin-bottom:8px;padding-bottom:2px;font-size:14px;font-weight:700}.job-entry,.education-entry,.project-entry{margin-bottom:12px}.job-entry h3,.education-entry h3,.project-entry h3{margin-bottom:2px;font-size:13px;font-weight:700}.company,.school{color:#333;margin-bottom:4px;font-size:11px;font-style:italic}.job-entry ul{margin-top:4px;margin-left:20px}.job-entry li{margin-bottom:2px;font-size:11px}.skills-grid{gap:8px;display:grid}.skill-category{font-size:11px;line-height:1.4}.word-status-bar{color:#000;background:silver;border-top:1px solid #fff;justify-content:space-between;align-items:center;height:20px;padding:0 8px;font-size:10px;display:flex}.word-document-area::-webkit-scrollbar{width:16px}.word-document-area::-webkit-scrollbar-track{background:silver;border:1px inset silver}.word-document-area::-webkit-scrollbar-thumb{background:silver;border:1px outset silver}.word-document-area::-webkit-scrollbar-thumb:hover{background:#d0d0d0}.word-document-area::-webkit-scrollbar-button{background:silver;border:1px outset silver;height:16px}.word-document-area::-webkit-scrollbar-button:hover{background:#d0d0d0}@media (max-width:768px){.word-window{width:90vw;height:80vh}.word-content{padding:36px 36px 36px 45px}.word-header h1{font-size:18px}.word-section h2{font-size:13px}}.resize-handle{background:0 0;position:absolute}.resize-handle-nw{cursor:nw-resize;width:6px;height:6px;top:-3px;left:-3px}.resize-handle-ne{cursor:ne-resize;width:6px;height:6px;top:-3px;right:-3px}.resize-handle-sw{cursor:sw-resize;width:6px;height:6px;bottom:-3px;left:-3px}.resize-handle-se{cursor:se-resize;width:6px;height:6px;bottom:-3px;right:-3px}.resize-handle-n{cursor:n-resize;height:6px;top:-3px;left:6px;right:6px}.resize-handle-s{cursor:s-resize;height:6px;bottom:-3px;left:6px;right:6px}.resize-handle-w{cursor:w-resize;width:6px;top:6px;bottom:6px;left:-3px}.resize-handle-e{cursor:e-resize;width:6px;top:6px;bottom:6px;right:-3px}.resize-handle:hover{background:#0000ff1a}.maintenance-banner{color:#000;z-index:9999;background:silver;border-bottom:2px outset silver;padding:4px 0;font-family:MS Sans Serif,sans-serif;position:fixed;top:0;left:0;right:0;box-shadow:2px 2px 4px #0000004d}.maintenance-content{color:#000;justify-content:center;align-items:center;gap:8px;font-size:11px;font-weight:700;display:flex}.maintenance-icon{font-size:14px;animation:3s linear infinite maintenanceRotate}.maintenance-text{text-align:center;color:#000}@keyframes maintenanceRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:MS Sans Serif,sans-serif;font-size:11px;overflow:hidden}.desktop{-webkit-user-select:none;user-select:none;cursor:default;background:linear-gradient(135deg,teal 0%,#20b2aa 50%,teal 100%);width:100vw;height:100vh;padding-top:40px;position:relative}.desktop-file{cursor:pointer;color:#fff;text-shadow:1px 1px 1px #000c;border:1px solid #0000;flex-direction:column;justify-content:center;align-items:center;width:75px;height:80px;padding:4px;display:flex;position:absolute}.desktop-file:hover{background-color:#0000ff4d;border:1px dotted #fff}.desktop-file:active,.desktop-file.selected{background-color:#00008080;border:1px dotted #fff}.file-icon{filter:drop-shadow(1px 1px 1px #000c);justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:4px;display:flex}.win98-icon{width:32px;height:32px;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.file-name{text-align:center;word-wrap:break-word;color:#fff;text-shadow:1px 1px 1px #000c;max-width:70px;font-family:MS Sans Serif,sans-serif;font-size:11px;line-height:12px}.window{background-color:silver;border:2px outset silver;flex-direction:column;min-width:300px;min-height:200px;font-family:MS Sans Serif,sans-serif;font-size:11px;display:flex;position:absolute;box-shadow:2px 2px 4px #0000004d}.window-header{color:#fff;cursor:move;background:linear-gradient(90deg,#0a246a 0%,#a6caf0 100%);border-bottom:1px solid gray;justify-content:space-between;align-items:center;height:18px;padding:2px 4px;font-size:11px;font-weight:700;display:flex}.window-title{text-overflow:ellipsis;white-space:nowrap;font-family:MS Sans Serif,sans-serif;font-size:11px;font-weight:700;overflow:hidden}.window-controls{gap:2px;display:flex}.window-btn{cursor:pointer;color:#000;background-color:silver;border:1px outset silver;justify-content:center;align-items:center;width:16px;height:14px;font-family:MS Sans Serif,sans-serif;font-size:10px;font-weight:700;display:flex}.window-btn:hover{background-color:#e0e0e0}.window-btn:active{background-color:#a0a0a0;border:1px inset silver}.minimize-btn:before{content:"−";font-size:8px;line-height:1}.close-btn:before{content:"×";font-size:10px;line-height:1}.window-content{color:#000;background-color:silver;border:1px inset silver;flex:1;margin:2px;padding:8px;font-family:MS Sans Serif,sans-serif;font-size:11px;overflow:auto}.taskbar{z-index:9999;background:silver;border:1px solid gray;border-color:#fff gray gray #fff;align-items:center;height:28px;padding:2px;display:flex;position:fixed;bottom:0;left:0;right:0}.start-button{color:#000;cursor:pointer;background:silver;border:1px outset silver;align-items:center;height:22px;margin-right:4px;padding:2px 8px;font-size:11px;font-weight:700;display:flex}.start-button:hover{background:#d0d0d0}.start-button:active{background:#a0a0a0;border:1px inset silver}.taskbar-items{flex:1;align-items:center;gap:2px;height:100%;padding:0 4px;display:flex}.taskbar-item{color:#000;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:silver;border:1px outset silver;align-items:center;max-width:150px;height:20px;padding:2px 8px;font-size:11px;display:flex;overflow:hidden}.taskbar-item:hover{background:#d0d0d0}.taskbar-item:active{border:1px inset silver}.taskbar-item.minimized{background:#a0a0a0;border:1px inset silver}.system-tray{color:#000;background:silver;border:1px inset silver;align-items:center;height:20px;padding:2px 6px;font-size:11px;display:flex}.time{font-weight:400}.window-content::-webkit-scrollbar{width:16px}.window-content::-webkit-scrollbar-track{background:silver;border:1px inset silver}.window-content::-webkit-scrollbar-thumb{background:silver;border:1px outset silver}.window-content::-webkit-scrollbar-thumb:hover{background:#d0d0d0}.window-content::-webkit-scrollbar-thumb:active{background:#a0a0a0;border:1px inset silver}.window-content::-webkit-scrollbar-button{background:silver;border:1px outset silver;height:16px}.window-content::-webkit-scrollbar-button:hover{background:#d0d0d0}.window-content::-webkit-scrollbar-button:active{background:#a0a0a0;border:1px inset silver}::selection{color:#fff;background:navy}button{color:#000;cursor:pointer;background:silver;border:1px outset silver;padding:2px 6px;font-family:MS Sans Serif,sans-serif;font-size:11px}button:hover{background:#d0d0d0}button:active{background:#a0a0a0;border:1px inset silver}@media (max-width:768px){.desktop-file{width:60px;height:60px}.file-icon{font-size:24px}.file-name{font-size:10px}.window{min-width:250px}.taskbar{height:24px}.start-button{height:18px;padding:1px 6px;font-size:10px}.taskbar-item,.system-tray{height:16px;font-size:10px}}.desktop{padding-top:30px}.recycle-bin{transition:all .2s}.recycle-bin.drop-target{background-color:#fff3;border:2px dashed #fff;transform:scale(1.1)}.recycle-bin-window{min-width:500px;min-height:400px}.recycle-bin-toolbar{background-color:silver;border-bottom:1px solid gray;gap:8px;padding:4px 8px;display:flex}.toolbar-btn{cursor:pointer;background:silver;border:1px outset silver;height:22px;padding:2px 8px;font-family:MS Sans Serif,sans-serif;font-size:11px}.toolbar-btn:hover:not(:disabled){background:#d0d0d0}.toolbar-btn:active:not(:disabled){background:#a0a0a0;border:1px inset silver}.toolbar-btn:disabled{color:gray;cursor:default}.recycle-bin-content{background-color:#fff;border:1px inset silver;margin:2px;padding:8px}.empty-bin-message{text-align:center;color:#666;padding:40px;font-style:italic}.deleted-files-list{flex-direction:column;gap:2px;display:flex}.deleted-file-item{background-color:#fff;border:1px solid #0000;justify-content:space-between;align-items:center;padding:4px 8px;font-size:11px;display:flex}.deleted-file-item:hover{background-color:#e0e0ff;border:1px solid #c0c0ff}.file-info{flex:1;gap:20px;display:flex}.file-info .file-name{min-width:120px;font-weight:700}.file-info .file-type{color:#666;text-transform:capitalize;min-width:80px}.file-info .deleted-date{color:#666;min-width:100px}.file-actions{gap:4px;display:flex}.action-btn{cursor:pointer;background:silver;border:1px outset silver;height:18px;padding:1px 6px;font-family:MS Sans Serif,sans-serif;font-size:10px}.action-btn:hover{background:#d0d0d0}.action-btn:active{background:#a0a0a0;border:1px inset silver}.restore-btn{color:#060}.delete-btn{color:#c00}
