*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:Segoe UI,Microsoft YaHei,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.file-station-window{position:absolute;background:#fff;border-radius:8px;box-shadow:0 12px 48px #00000040;display:flex;flex-direction:column;overflow:hidden;z-index:100;min-width:500px;min-height:400px}.resize-handle{position:absolute;z-index:10}.resize-n{top:0;left:8px;right:8px;height:6px;cursor:ns-resize}.resize-s{bottom:0;left:8px;right:8px;height:6px;cursor:ns-resize}.resize-e{top:8px;right:0;bottom:8px;width:6px;cursor:ew-resize}.resize-w{top:8px;left:0;bottom:8px;width:6px;cursor:ew-resize}.resize-ne{top:0;right:0;width:12px;height:12px;cursor:nesw-resize}.resize-nw{top:0;left:0;width:12px;height:12px;cursor:nwse-resize}.resize-se{bottom:0;right:0;width:12px;height:12px;cursor:nwse-resize}.resize-sw{bottom:0;left:0;width:12px;height:12px;cursor:nesw-resize}.file-station-titlebar{cursor:move;display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 12px;background:#f5f5f5;border-bottom:1px solid #e0e0e0;flex-shrink:0}.file-station-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#333}.file-station-title-icon{font-size:18px;color:#ffb74d}.file-station-window-controls{display:flex;gap:2px}.file-station-window-controls .window-btn{cursor:pointer}.file-station-titlebar .file-station-title{cursor:move}.window-btn{width:36px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#666;cursor:pointer;font-size:14px;border-radius:4px}.window-btn:hover{background:#0000000f}.window-btn-close:hover{background:#e81123;color:#fff}.file-station-toolbar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#fafafa;border-bottom:1px solid #eee;gap:16px;flex-wrap:wrap;flex-shrink:0}.toolbar-left{display:flex;align-items:center;gap:8px}.toolbar-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#666;cursor:pointer;border-radius:4px}.toolbar-btn:hover{background:#0000000f}.toolbar-btn:disabled{opacity:.4;cursor:not-allowed}.toolbar-btn:disabled:hover{background:transparent}.toolbar-btn-active{color:#1890ff;background:#1890ff1a}.toolbar-path{margin-left:8px;font-size:13px;color:#666;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center}.toolbar-path-segment{display:inline-flex;align-items:center}.toolbar-path-sep{color:#999;margin:0 2px;pointer-events:none}.toolbar-path-link{padding:2px 4px;border-radius:4px;cursor:pointer;transition:background .15s,color .15s}.toolbar-path-link:hover{background:#1890ff26;color:#1890ff}.toolbar-path-text{color:#666;padding:2px 4px}.toolbar-center{display:flex;align-items:center;gap:8px}.toolbar-action{display:flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid #d9d9d9;background:#fff;color:#333;font-size:13px;cursor:pointer;border-radius:4px}.toolbar-action:hover{color:#1890ff;border-color:#1890ff}.toolbar-right{display:flex;align-items:center;gap:8px}.toolbar-star{color:#faad14}.toolbar-search{width:180px!important}.toolbar-search input{font-size:12px!important}.file-station-body{flex:1;display:flex;min-height:0}.file-station-sidebar{width:240px;flex-shrink:0;border-right:1px solid #eee;overflow-y:auto;background:#fafafa;padding:12px}.file-station-tree{background:transparent!important}.file-station-tree .ant-tree-node-content-wrapper{border-radius:4px}.file-station-tree .ant-tree-node-selected{background:#e6f4ff!important}.file-station-tree .ant-tree-title{margin-left:8px}.file-station-content{flex:1;padding:24px;overflow-y:auto;background:#fff}.file-station-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:24px}.file-station-item{display:flex;flex-direction:column;align-items:center;padding:16px;cursor:pointer;border-radius:8px;transition:background .2s}.file-station-item:hover{background:#f5f5f5}.file-station-item-dragging{opacity:.5}.file-station-item-drop-target{background:#1890ff26!important;outline:2px dashed #1890ff}.file-station-item-icon{margin-bottom:8px;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.file-station-item-icon-img{width:48px;height:48px;object-fit:contain}.file-station-item-name{font-size:13px;color:#333;text-align:center;word-break:break-all;max-width:100px;overflow:hidden;text-overflow:ellipsis}.file-station-empty{display:flex;align-items:center;justify-content:center;height:200px;color:#999;font-size:14px}.file-station-list{width:100%;overflow:auto}.file-station-list-table{width:100%;border-collapse:collapse;font-size:13px}.file-station-list-table th{text-align:left;padding:10px 16px;background:#fafafa;border-bottom:1px solid #eee;color:#666;font-weight:500}.file-station-list-table td{padding:10px 16px;border-bottom:1px solid #f0f0f0;color:#333}.file-station-list-row{cursor:default}.file-station-list-row:hover{background:#f5f5f5}.file-station-list-row-clickable{cursor:pointer}.file-station-list-row.file-station-item-dragging{opacity:.5}.file-station-list-row.file-station-item-drop-target{background:#1890ff26!important;outline:2px dashed #1890ff}.file-station-list .col-name{display:flex;align-items:center;gap:8px}.file-station-list-icon{width:24px;height:24px;flex-shrink:0;object-fit:contain}.file-station-list .col-size{color:#666;white-space:nowrap}.file-station-list .col-type{color:#666}.file-station-list .col-date{color:#666;white-space:nowrap}.file-station-statusbar{display:flex;align-items:center;justify-content:flex-end;padding:6px 16px;background:#f5f5f5;border-top:1px solid #eee;flex-shrink:0}.statusbar-text{font-size:12px;color:#666;margin-right:12px}.statusbar-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#666;cursor:pointer;border-radius:4px}.statusbar-btn:hover{background:#0000000f}.desktop-container{width:100vw;height:100vh;position:relative;overflow:hidden}.desktop-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a2332,#2d3e50,#1a3a52);background-size:cover;background-position:center;background-repeat:no-repeat}.desktop-icons{position:absolute;top:20px;left:20px;right:20px;bottom:80px;display:grid;grid-template-columns:repeat(auto-fill,100px);grid-auto-rows:120px;gap:16px;padding:24px;align-content:start}.desktop-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;cursor:pointer;border-radius:8px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.desktop-icon:hover{background:#ffffff26}.desktop-icon:active{background:#ffffff40}.desktop-icon-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:8px;border-radius:12px;background:#ffffffe6;box-shadow:0 2px 8px #0003}.desktop-icon-label{color:#fff;font-size:12px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.5);max-width:90px;word-break:break-all;line-height:1.3}.taskbar{position:absolute;bottom:0;left:0;right:0;height:48px;background:#1e1e1ed9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;padding:0 8px;border-top:1px solid rgba(255,255,255,.1)}.start-button{display:flex;align-items:center;gap:8px;height:40px;padding:0 16px;background:transparent;border:none;border-radius:6px;color:#fff;cursor:pointer;transition:background .2s;font-size:14px}.start-button:hover{background:#ffffff1a}.start-button-icon{font-size:20px}.taskbar-center{flex:1;display:flex;justify-content:center;align-items:center;gap:4px}.taskbar-app{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#ffffffe6;cursor:pointer;border-radius:6px;transition:all .2s}.taskbar-app:hover{background:#ffffff1a}.taskbar-app-active{color:#1890ff}.taskbar-right{display:flex;align-items:center;gap:8px;padding:0 12px;color:#ffffffe6;font-size:12px}.taskbar-right .anticon{font-size:14px;cursor:pointer;padding:4px;border-radius:4px}.taskbar-right .anticon:hover{background:#ffffff1a}.start-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;background:#00000059;display:flex;flex-direction:column;cursor:default}.start-menu{flex:1;display:flex;flex-direction:column;padding:48px 64px 80px;overflow:hidden}.start-menu-search{flex-shrink:0;padding:0 0 32px;max-width:520px;margin:0 auto;width:100%}.start-menu-search-input{background:#282828b3!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:10px!important;color:#fff!important;height:48px!important;font-size:15px!important}.start-menu-search-input input{background:transparent!important;color:#fff!important}.start-menu-search-input input::placeholder{color:#ffffff80}.start-menu-search-input .ant-input-clear-icon{color:#ffffff80}.start-menu-apps-wrap{flex:1;overflow-y:auto;min-height:0}.start-menu-apps{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:16px;max-width:900px;margin:0 auto}.start-menu-empty{grid-column:1 / -1;padding:80px 20px;text-align:center;color:#ffffffb3;font-size:15px;text-shadow:0 1px 3px rgba(0,0,0,.5)}.start-menu-app{display:flex;flex-direction:column;align-items:center;padding:16px 12px;cursor:pointer;border-radius:12px;transition:background .2s}.start-menu-app:hover{background:#ffffff1f}.start-menu-app-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:30px;margin-bottom:10px;border-radius:12px;background:#fff3;box-shadow:0 2px 8px #0003}.start-menu-app-label{color:#fffffff2;font-size:12px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.5);line-height:1.3}
