*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background:linear-gradient(135deg,#0078d4,#00bcf2,#00b7c3)}.windows-desktop{width:100vw;height:100vh;display:flex;flex-direction:column;position:relative;background-size:cover;background-position:center}.desktop-area{flex:1;padding:20px;position:relative;overflow:hidden}.desktop-icon{width:98px;height:98px;display:flex;flex-direction:column;align-items:center;padding:8px;border-radius:4px;cursor:pointer;transition:background-color .15s ease,transform .1s ease;-webkit-user-select:none;user-select:none;position:absolute;z-index:10}.desktop-icon:hover{background-color:#ffffff26}.desktop-icon:active{background-color:#ffffff40}.desktop-icon.selected{background-color:#fff3;border:1px solid rgba(255,255,255,.4)}.desktop-icon-image{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:4px}.desktop-icon-image img{width:100%;height:100%;object-fit:contain}.desktop-icon-name{color:#fff;font-size:11px;text-align:center;text-shadow:1px 1px 2px rgba(0,0,0,.8);word-wrap:break-word;max-width:100%;line-height:1.3}.taskbar{height:48px;background-color:#171717f2;display:flex;align-items:center;padding:0 8px;position:relative;z-index:1000}.taskbar-start{width:48px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease}.taskbar-start:hover{background-color:#ffffff1a}.taskbar-start svg{width:18px;height:18px;fill:#fff}.taskbar-search{height:36px;width:280px;background-color:#ffffff1a;border-radius:4px;display:flex;align-items:center;padding:0 12px;margin-left:8px;color:#fff9;font-size:13px}.taskbar-search svg{width:16px;height:16px;fill:#fff9;margin-right:8px}.taskbar-apps{display:flex;align-items:center;height:100%;margin-left:8px;flex:1}.taskbar-app{width:48px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease;position:relative}.taskbar-app:hover{background-color:#ffffff1a}.taskbar-app-icon{font-size:22px;display:flex;align-items:center;justify-content:center}.taskbar-app-icon img{width:24px;height:24px;object-fit:contain}.taskbar-app-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#282828f2;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;margin-bottom:4px}.taskbar-app:hover .taskbar-app-tooltip{opacity:1}.taskbar-right{display:flex;align-items:center;height:100%}.taskbar-tray{display:flex;align-items:center;padding:0 12px;height:100%;cursor:pointer;transition:background-color .15s ease}.taskbar-tray:hover{background-color:#ffffff1a}.taskbar-time{display:flex;flex-direction:column;align-items:flex-end;color:#fff;font-size:12px;line-height:1.3}.taskbar-action-center{width:40px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease}.taskbar-action-center:hover{background-color:#ffffff1a}.taskbar-action-center svg{width:16px;height:16px;fill:#fff}.action-center-overlay{position:fixed;top:0;left:0;right:0;bottom:48px;background-color:transparent;z-index:999}.action-center{position:fixed;top:0;right:0;bottom:48px;width:360px;background-color:#1e1e1ef2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translate(100%);transition:transform .25s ease;z-index:1001;display:flex;flex-direction:column;overflow:hidden}.action-center.open{transform:translate(0)}.action-center-header{padding:16px 20px;color:#fff;font-size:14px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.action-center-content{flex:1;overflow-y:auto;padding:16px}.action-center-content::-webkit-scrollbar{width:8px}.action-center-content::-webkit-scrollbar-track{background:#ffffff0d}.action-center-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.action-center-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}.action-center-content::-webkit-scrollbar-thumb:active{background:#fff9}.action-center-content{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(255,255,255,.05)}.skill-category{margin-bottom:10px}.skill-category-title{color:#ffffffb3;font-size:12px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;padding-left:4px}.skill-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.skill-tile{aspect-ratio:1;background-color:#ffffff1a;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease;padding:8px;width:100%;height:100%}.skill-tile:hover{background-color:#fff3}.skill-tile-icon{font-size:24px;margin-bottom:4px}.skill-tile-icon img{width:28px;height:28px;object-fit:contain}.skill-tile-name{color:#fff;font-size:10px;text-align:center;line-height:1.2}.window-overlay{position:fixed;top:0;left:0;right:0;bottom:48px;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:900;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.window{width:50%;height:70%;min-width:400px;min-height:400px;max-width:800px;max-height:800px;background-color:#fff;border-radius:8px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;overflow:hidden;animation:windowOpen .2s ease}@keyframes windowOpen{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.window-header{height:36px;background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 8px 0 12px;border-bottom:1px solid #e0e0e0;flex-shrink:0}.window-title{display:flex;align-items:center;gap:8px;font-size:12px;color:#333}.window-title-icon{font-size:16px;display:flex;align-items:center;justify-content:center;width:16px;height:16px}.window-title-icon img{width:100%;height:100%;object-fit:contain}.window-controls{display:flex;align-items:center}.window-control-btn{width:46px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;transition:background-color .1s ease}.window-control-btn:hover{background-color:#e0e0e0}.window-control-btn.close:hover{background-color:#e81123}.window-control-btn.close:hover svg{fill:#fff}.window-control-btn svg{width:10px;height:10px;fill:#333}.window-content{flex:1;padding:24px;overflow-y:auto;color:#333;line-height:1.6}.window-content h2{font-size:24px;margin-bottom:16px;color:#0078d4}.window-content h3{font-size:18px;margin-bottom:8px;color:#333}.window-content h4{font-size:14px;margin-top:16px;margin-bottom:8px;color:#555}.window-content p{margin-bottom:8px}.window-content ul{margin-left:24px;margin-bottom:12px}.window-content li{margin-bottom:4px}.browser-animation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}.browser-animation{width:80%;height:80%;max-width:1000px;max-height:700px;background-color:#2b2b2b;border-radius:12px;overflow:hidden;animation:browserOpen .5s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column}@keyframes browserOpen{0%{transform:scale(0) translateY(100px);opacity:0}50%{transform:scale(.5) translateY(50px);opacity:.5}to{transform:scale(1) translateY(0);opacity:1}}.browser-toolbar{height:40px;background-color:#3c3c3c;display:flex;align-items:center;padding:0 12px;gap:8px}.browser-dots{display:flex;gap:6px}.browser-dot{width:12px;height:12px;border-radius:50%}.browser-dot.red{background-color:#ff5f57}.browser-dot.yellow{background-color:#ffbd2e}.browser-dot.green{background-color:#28c840}.browser-address-bar{flex:1;height:26px;background-color:#1e1e1e;border-radius:4px;display:flex;align-items:center;padding:0 12px;color:#aaa;font-size:12px;font-family:monospace;overflow:hidden}.browser-address-bar .typing{animation:typing 1.5s steps(40,end);white-space:nowrap;overflow:hidden}@keyframes typing{0%{width:0}to{width:100%}}.browser-content{flex:1;background-color:#fff;display:flex;align-items:center;justify-content:center}.browser-loading{display:flex;flex-direction:column;align-items:center;gap:16px}.browser-spinner{width:48px;height:48px;border:4px solid #e0e0e0;border-top-color:#0078d4;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.browser-loading-text{color:#666;font-size:14px}@media (max-width: 768px){.taskbar-search{display:none}.action-center{width:100%}.window{width:90%;height:70%;min-width:unset}.desktop-icon{width:70px}.skill-grid{grid-template-columns:repeat(3,1fr)}}
