*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;background:#e9e9eb;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:30px}#app{width:100%;display:flex;align-items:center;justify-content:center}.window{width:1430px;max-width:100%;height:calc(100vh - 60px);max-height:900px;background:#fff;border-radius:20px;box-shadow:0 30px 60px #0000001f;display:flex;overflow:hidden;border:1px solid #eee}.sidebar{width:280px;background:#fafafa;border-right:1px solid #ececec;padding:20px 16px;display:flex;flex-direction:column;overflow-y:auto}.traffic-lights{display:flex;gap:8px;padding:6px 6px 20px}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#febc2e}.dot.green{background:#28c840}.brand{display:flex;align-items:center;gap:10px;padding:8px 10px 20px;font-weight:600;font-size:15px;color:#111}.brand svg{flex-shrink:0}.section-label{font-size:11px;color:#9a9a9a;letter-spacing:.04em;padding:14px 10px 8px;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between}.section-label .add-btn{width:22px;height:22px;border:1px solid #e4e4e4;border-radius:6px;background:#fff;color:#666;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.section-label .add-btn:hover{background:#f1f1f1}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:10px;font-size:14px;color:#333;cursor:pointer;position:relative;border:none;background:transparent;width:100%;text-align:left;font-family:inherit}.nav-item svg{flex-shrink:0;opacity:.75}.nav-item.active{background:#eee;font-weight:600;color:#111}.nav-item:hover:not(.active){background:#f3f3f3}.nav-item .badge{margin-left:auto;background:#e2e2e2;color:#555;font-size:11px;padding:1px 7px;border-radius:9px;font-weight:600}.nav-item .nav-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding:12px 10px;border-top:1px solid #ececec}.settings-row{display:flex;align-items:center;gap:8px;font-size:14px;color:#333;cursor:pointer}.theme-toggle{width:34px;height:34px;border-radius:50%;background:#1c1c1e;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.main{flex:1;padding:24px 28px;display:flex;flex-direction:column;min-width:0;overflow:hidden}.topbar{display:flex;align-items:center;gap:14px;margin-bottom:20px;flex-shrink:0}.nav-arrows{display:flex;gap:4px;color:#bbb}.nav-arrows button,.nav-arrows span{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:1px solid #eee;background:#fff;color:#bbb;cursor:pointer;font-size:18px;font-family:inherit}.nav-arrows button:disabled{opacity:.4;cursor:default}.nav-arrows button:not(:disabled):hover{background:#f7f7f7;color:#333}.title-block h1{font-size:18px;font-weight:700;color:#111}.status-row{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#3aa757;margin-top:2px}.status-row.disconnected{color:#999}.status-dot{width:6px;height:6px;border-radius:50%;background:#3aa757;display:inline-block}.status-dot.off{background:#bbb}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.btn{display:flex;align-items:center;gap:7px;border:1px solid #e4e4e4;background:#fff;padding:9px 16px;border-radius:10px;font-size:13.5px;font-weight:500;color:#222;cursor:pointer;font-family:inherit}.btn:hover:not(:disabled){background:#f7f7f7}.btn:disabled{opacity:.45;cursor:default}.btn.icon-only{padding:9px 11px}.btn.primary{background:#111;color:#fff;border-color:#111}.btn.primary:hover:not(:disabled){background:#333}.btn.danger{color:#c0392b;border-color:#f0d0cc}.search-box{display:flex;align-items:center;gap:8px;border:1px solid #e4e4e4;border-radius:10px;padding:9px 14px;font-size:13.5px;color:#999;width:220px;background:#fff}.search-box input{border:none;outline:none;background:transparent;width:100%;font-size:13.5px;font-family:inherit;color:#222}.search-box input::placeholder{color:#999}.view-toggle{display:flex;border:1px solid #e4e4e4;border-radius:10px;overflow:hidden}.view-toggle button,.view-toggle div{padding:8px 11px;display:flex;align-items:center;justify-content:center;border:none;background:#fff;cursor:pointer;color:#666;font-size:14px}.view-toggle button.active,.view-toggle div.active{background:#f1f1f1;color:#111}.content-row{display:flex;gap:24px;flex:1;min-height:0}.file-panel{flex:1;min-width:0;display:flex;flex-direction:column}.breadcrumb{display:flex;align-items:center;gap:6px;color:#999;font-size:13px;margin-bottom:14px;flex-wrap:wrap}.breadcrumb button{border:none;background:transparent;color:#999;font-size:13px;cursor:pointer;font-family:inherit;padding:0}.breadcrumb button:hover{color:#333}.breadcrumb .sep{color:#ccc}.table-wrap{border:1px solid #ededed;border-radius:14px;overflow:hidden;flex:1;display:flex;flex-direction:column;min-height:0}.t-head{display:grid;grid-template-columns:1fr 120px 160px 140px 34px;padding:12px 20px;font-size:12.5px;color:#9a9a9a;border-bottom:1px solid #f0f0f0;font-weight:500;flex-shrink:0}.t-head .sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.t-body{overflow-y:auto;flex:1}.t-row{display:grid;grid-template-columns:1fr 120px 160px 140px 34px;align-items:center;padding:13px 20px;font-size:13.5px;color:#222;border-bottom:1px solid #f5f5f5;cursor:default;position:relative}.t-row:last-child{border-bottom:none}.t-row:hover{background:#fafafa}.t-row.selected{background:#f3f3f3}.name-cell{display:flex;align-items:center;gap:12px;font-weight:500;overflow:hidden}.name-cell .name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.icon-folder{width:18px;height:14px;background:#3a3a3a;border-radius:2px 4px 4px;flex-shrink:0;position:relative}.icon-folder:before{content:"";position:absolute;top:-4px;left:0;width:9px;height:4px;background:#3a3a3a;border-radius:2px 2px 0 0}.icon-file{width:18px;height:22px;flex-shrink:0;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:700;color:#fff}.t-cell-muted{color:#999;font-size:13px}.t-cell-mono{color:#999;font-size:12.5px;font-family:SF Mono,Menlo,monospace}.dots{color:#bbb;cursor:pointer;text-align:center;border:none;background:transparent;font-size:16px;font-family:inherit;padding:0;width:100%}.dots:hover{color:#333}.row-menu{position:absolute;right:40px;top:40px;background:#fff;border:1px solid #eee;border-radius:10px;box-shadow:0 10px 30px #0000001f;z-index:20;min-width:150px;overflow:hidden}.row-menu button{display:block;width:100%;text-align:left;padding:10px 14px;border:none;background:#fff;font-size:13px;color:#333;cursor:pointer;font-family:inherit}.row-menu button:hover{background:#f5f5f5}.row-menu button.danger{color:#c0392b}.table-footer{display:flex;align-items:center;gap:14px;padding:14px 20px;font-size:12.5px;color:#999;border-top:1px solid #f0f0f0;flex-shrink:0}.footer-bar{flex:1;height:5px;background:#eee;border-radius:3px;overflow:hidden}.footer-bar-fill{height:100%;background:#c9c9c9;transition:width .3s}.empty-state,.loading-state,.error-state{padding:48px 20px;text-align:center;color:#999;font-size:14px}.error-state{color:#c0392b}.info-panel{width:280px;flex-shrink:0;border:1px solid #ededed;border-radius:14px;padding:22px 20px;display:flex;flex-direction:column;overflow-y:auto}.server-icon-wrap{display:flex;justify-content:center;margin-bottom:16px}.server-icon{width:90px;height:90px;border-radius:20px;background:linear-gradient(155deg,#c7c7cc,#8e8e93);display:flex;align-items:flex-end;justify-content:flex-end;box-shadow:inset 0 2px 4px #fff6,0 6px 14px #00000026;position:relative}.server-icon:after{content:"";position:absolute;bottom:10px;right:10px;width:18px;height:18px;border-radius:50%;background:#1c1c1e;box-shadow:inset 0 0 0 3px #444}.server-name{text-align:center;font-weight:700;font-size:16px;color:#111;margin-bottom:4px}.server-status{text-align:center;font-size:12.5px;color:#3aa757;display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:16px}.server-status.disconnected{color:#999}.disconnect-btn{border:1px solid #e4e4e4;background:#fff;border-radius:10px;padding:10px;text-align:center;font-size:13.5px;font-weight:500;color:#222;margin-bottom:22px;cursor:pointer;font-family:inherit;width:100%}.disconnect-btn:hover{background:#f7f7f7}.disconnect-btn:disabled{opacity:.45;cursor:default}.info-section-label{font-size:11px;letter-spacing:.04em;color:#9a9a9a;text-transform:uppercase;margin-bottom:10px}.info-row{display:flex;justify-content:space-between;font-size:13px;padding:7px 0;color:#333;gap:12px}.info-row span:first-child{color:#999;flex-shrink:0}.info-row span:last-child{text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.info-row .status-inline{display:flex;align-items:center;gap:6px;color:#3aa757}.disk-section{margin-top:20px}.disk-used{font-size:13px;color:#333;margin-bottom:8px}.disk-bar{height:6px;background:#eee;border-radius:3px;overflow:hidden;margin-bottom:6px}.disk-bar-fill{height:100%;background:#3a3a3a;transition:width .3s}.disk-free{font-size:12px;color:#999;text-align:right}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal{background:#fff;border-radius:16px;width:440px;max-width:100%;box-shadow:0 30px 60px #0003;border:1px solid #eee;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #f0f0f0}.modal-header h2{font-size:16px;font-weight:700;color:#111}.modal-close{border:none;background:transparent;font-size:20px;color:#999;cursor:pointer;line-height:1}.modal-body{padding:22px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px;border-top:1px solid #f0f0f0}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:12.5px;color:#666;margin-bottom:6px;font-weight:500}.form-group input,.form-group select{width:100%;border:1px solid #e4e4e4;border-radius:10px;padding:10px 12px;font-size:13.5px;font-family:inherit;color:#222;background:#fff;outline:none}.form-group input:focus,.form-group select:focus{border-color:#bbb}.form-row{display:flex;gap:12px}.form-row .form-group{flex:1}.form-hint{font-size:12px;color:#999;margin-top:6px}.form-error{font-size:13px;color:#c0392b;margin-top:8px}.progress-wrap{margin-top:16px}.progress-label{font-size:13px;color:#666;margin-bottom:8px;display:flex;justify-content:space-between}.progress-bar{height:8px;background:#eee;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:#3aa757;transition:width .2s}.upload-drop{border:1.5px dashed #ddd;border-radius:12px;padding:28px 16px;text-align:center;color:#999;font-size:13.5px;cursor:pointer;transition:border-color .15s,background .15s}.upload-drop.dragover{border-color:#3aa757;background:#f6fbf7;color:#3aa757}.upload-drop input{display:none}.upload-file-list{margin-top:14px;max-height:140px;overflow-y:auto}.upload-file-item{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:8px 0;border-bottom:1px solid #f5f5f5;color:#333}.upload-file-item:last-child{border-bottom:none}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);background:#1c1c1e;color:#fff;padding:12px 20px;border-radius:10px;font-size:13.5px;z-index:200;box-shadow:0 10px 30px #0003}.toast.error{background:#c0392b}@media(max-width:1100px){.info-panel{display:none}body{padding:12px}.window{height:calc(100vh - 24px);border-radius:14px}}@media(max-width:800px){.sidebar{display:none}.topbar{flex-wrap:wrap}.topbar-actions{margin-left:0;width:100%;flex-wrap:wrap}.search-box{width:100%}}
