html,body{height:100%;overflow:hidden;background-color:teal;user-select:none;-webkit-user-select:none}input,textarea{user-select:text;-webkit-user-select:text}#desktop{position:relative;width:100vw;height:calc(100vh - 48px);overflow:hidden;-webkit-user-select:none;user-select:none}.selection-rect{position:absolute;border:1px dotted #fff;background:#00008033;pointer-events:none;z-index:50;box-sizing:border-box}.desktop-icons{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;gap:24px}.desktop-icon{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;width:72px;text-align:center;color:#fff;text-shadow:1px 1px 0 #000;font-size:14px;line-height:16px;-webkit-user-select:none;user-select:none}.desktop-icon:hover .icon-img{outline:1px dotted #fff}.desktop-icon.selected .icon-img,.desktop-icon:focus .icon-img{filter:brightness(.6) sepia(1) hue-rotate(170deg) saturate(4)}.icon-img{width:48px;height:48px;image-rendering:pixelated}.win{position:absolute;min-width:320px;display:none;flex-direction:column;box-shadow:inset -2px -2px #000,inset 2px 2px #fff,inset -4px -4px gray,inset 4px 4px #dfdfdf;background:silver;z-index:10}.win.active{z-index:20}.win.visible{display:flex}.win-titlebar{display:flex;align-items:center;justify-content:space-between;background:#000082;color:#fff;padding:4px 6px;cursor:move;-webkit-user-select:none;user-select:none;gap:8px}.win-title{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:400;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.win-title-icon{width:18px;height:18px;image-rendering:pixelated;flex-shrink:0}.win-controls{display:flex;gap:2px;flex-shrink:0}.win-btn{width:22px;height:22px;background:silver;box-shadow:inset -1px -1px #000,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;font-family:w95fa,monospace;color:#000;border:none;padding:0;line-height:1}.win-btn:active{box-shadow:inset 2px 2px #000,inset -1px -1px #fff,inset 4px 4px gray,inset -2px -2px #dfdfdf}.win-menubar{display:flex;gap:0;padding:2px 4px;border-bottom:1px solid #808080}.win-menu-item{padding:2px 8px;cursor:pointer;font-size:15px}.win-menu-item:hover{background:#000082;color:#fff}.win-body{padding:12px;overflow-y:auto;flex:1}.win-statusbar{display:flex;gap:4px;padding:2px 4px;border-top:1px solid #808080;font-size:13px}.win-statusbar span{flex:1;padding:2px 6px;box-shadow:inset -1px -1px #fff,inset 1px 1px gray}.win-resize{width:16px;height:16px;position:absolute;right:0;bottom:0;cursor:se-resize}.profile-header{display:flex;align-items:center;gap:16px;margin-bottom:12px}.profile-avatar{width:80px;height:80px;box-shadow:inset -2px -2px #fff,inset 2px 2px gray;image-rendering:pixelated;object-fit:cover;flex-shrink:0}.profile-info h2{font-size:20px;line-height:24px;margin-bottom:4px}.profile-info p{font-size:14px;line-height:18px;color:#333}.section-heading{background:#000082;color:#fff;padding:2px 6px;font-size:15px;margin-bottom:8px;margin-top:12px}.skill-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.skill-label{min-width:110px;font-size:14px}.skill-bar-wrap{flex:1;height:20px;background:#fff;box-shadow:inset 2px 2px gray,inset -1px -1px #fff;position:relative}.skill-bar-fill{height:100%;background:#000082;background-image:repeating-linear-gradient(90deg,#000082 0,#000082 12px,silver 12px,silver 14px)}.project-card{box-shadow:inset -2px -2px #000,inset 2px 2px #fff,inset -4px -4px gray,inset 4px 4px #dfdfdf;padding:8px 10px;margin-bottom:10px;cursor:pointer}.project-card:hover{background:#d4d0c8}.project-card h3{font-size:15px;margin-bottom:4px;display:flex;align-items:center;gap:6px}.project-card p{font-size:13px;line-height:17px;color:#333}.tag-row{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.tag{font-size:12px;padding:1px 6px;background:#000082;color:#fff}.field-row{display:grid;grid-template-columns:90px 1fr;align-items:center;gap:8px;margin-bottom:8px}.field-row label{font-size:14px;text-align:right}textarea.win95{width:100%;background:#fff;border:none;box-shadow:inset 2px 2px gray,inset -1px -1px #fff,inset 4px 4px #000,inset -2px -2px #dfdfdf;padding:4px 6px;font-family:w95fa,monospace;font-size:14px;resize:vertical;min-height:80px}#taskbar{position:fixed;bottom:0;left:0;width:100%;height:48px;background:silver;box-shadow:inset 0 2px #fff;display:flex;align-items:center;gap:4px;padding:4px 6px;z-index:100}#start-btn{display:flex;align-items:center;gap:6px;padding:4px 10px 4px 8px;background:silver;box-shadow:inset -1px -1px #000,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf;font-size:16px;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none;border:none;height:38px}#start-btn:active,#start-btn.pressed{box-shadow:inset 2px 2px #000,inset -1px -1px #fff,inset 4px 4px gray,inset -2px -2px #dfdfdf}.taskbar-sep{width:2px;height:34px;box-shadow:inset -1px 0 #fff,inset 1px 0 gray;margin:0 4px}.taskbar-btn{display:flex;align-items:center;gap:6px;padding:4px 8px;background:silver;box-shadow:inset -1px -1px #000,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf;font-size:13px;cursor:pointer;height:34px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:none;color:#000}.taskbar-btn.active{box-shadow:inset 2px 2px #000,inset -1px -1px #fff,inset 4px 4px gray,inset -2px -2px #dfdfdf;background-image:repeating-linear-gradient(45deg,#c3c3c3 25%,transparent 25%,transparent 75%,#c3c3c3 75%,#c3c3c3),repeating-linear-gradient(45deg,#c3c3c3 25%,#fff 25%,#fff 75%,#c3c3c3 75%,#c3c3c3);background-position:0 0,3px 3px;background-size:6px 6px}.taskbar-clock{margin-left:auto;font-size:14px;padding:4px 10px;box-shadow:inset 1px 1px gray,inset -1px -1px #fff;white-space:nowrap;min-width:70px;text-align:center}#start-menu{position:fixed;bottom:48px;left:0;width:220px;background:silver;box-shadow:inset -2px -2px #000,inset 2px 2px #fff,inset -4px -4px gray,inset 4px 4px #dfdfdf;display:none;z-index:200}#start-menu.visible{display:flex}.start-menu-sidebar{width:32px;background:gray;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);display:flex;align-items:center;justify-content:flex-end;padding:6px 4px;color:#fff;font-size:20px;font-weight:700;letter-spacing:2px;flex-shrink:0}.start-menu-sidebar span{color:silver}.start-menu-items{flex:1;display:flex;flex-direction:column}.start-menu-item{display:flex;align-items:center;gap:10px;padding:6px 12px;cursor:pointer;font-size:15px}.start-menu-item:hover{background:#000082;color:#fff}.start-menu-item .sm-icon{width:24px;height:24px;font-size:20px;text-align:center;flex-shrink:0}.start-menu-sep{height:2px;background:gray;margin:4px 8px;box-shadow:0 1px #fff}.error-dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:300;display:none}.error-dialog.visible{display:block}.win-body::-webkit-scrollbar{width:20px}.win-body::-webkit-scrollbar-track{background-color:#fff;background-image:repeating-linear-gradient(45deg,#dedede 25%,transparent 25%,transparent 75%,#dedede 75%,#dedede),repeating-linear-gradient(45deg,#dedede 25%,#fff 25%,#fff 75%,#dedede 75%,#dedede);background-position:0 0,3px 3px;background-size:6px 6px}.win-body::-webkit-scrollbar-thumb{background:silver;box-shadow:inset -2px -2px #000,inset 2px 2px #fff,inset -4px -4px gray,inset 4px 4px #dfdfdf}.win-body::-webkit-scrollbar-button{background:silver;box-shadow:inset -2px -2px #000,inset 2px 2px #fff,inset -4px -4px gray,inset 4px 4px #dfdfdf;height:20px}#webamp-container{pointer-events:none!important}#webamp{pointer-events:auto!important}.music-file-list{background:#fff;box-shadow:inset 2px 2px gray,inset -1px -1px #fff;min-height:120px;overflow-y:auto;flex:1}.music-file-item{display:flex;align-items:center;gap:6px;padding:3px 8px;font-size:13px;cursor:default;-webkit-user-select:none;user-select:none;border-bottom:1px solid #e8e8e8}.music-file-item:hover,.music-file-item.selected{background:#000082;color:#fff}.music-file-item .music-file-icon{width:16px;height:16px;image-rendering:pixelated;flex-shrink:0}.music-file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.music-file-dur{font-size:12px;color:#666;min-width:44px;text-align:right}.music-file-item.selected .music-file-dur,.music-file-item:hover .music-file-dur{color:#adf}.music-toolbar{display:flex;gap:4px;margin-bottom:6px;flex-wrap:wrap}.music-toolbar button{font-size:12px;padding:2px 8px}@media (max-width: 600px){.win{min-width:90vw}}
