.breadcrumbs{display:flex;align-items:center;padding:1rem;background-color:#f5f5f5;border-bottom:1px solid #ddd;flex-wrap:wrap;gap:.5rem;position:relative;z-index:100}.breadcrumb-wrapper{position:relative;display:inline-flex;align-items:center;gap:.25rem;z-index:101}.breadcrumb-item{background:none;border:none;color:#666;cursor:pointer;padding:.25rem .5rem;border-radius:4px;font-size:.9rem;transition:background-color .2s}.breadcrumb-item:hover:not(:disabled){background-color:#e0e0e0;color:#333}.breadcrumb-item.active{color:#2196f3;font-weight:600;cursor:default}.breadcrumb-item:disabled{cursor:not-allowed}.breadcrumb-dropdown-toggle{background:none;border:none;color:#666;cursor:pointer;padding:.125rem .25rem;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;transition:background-color .2s;line-height:1}.breadcrumb-dropdown-toggle:hover{background-color:#e0e0e0;color:#333}.dropdown-arrow{display:inline-block;transition:transform .2s}.breadcrumb-dropdown-toggle.open .dropdown-arrow{transform:rotate(180deg)}.breadcrumb-dropdown{position:fixed;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #00000026;min-width:300px;width:600px;max-width:600px;max-height:400px;overflow-y:auto;z-index:10001}.dropdown-loading,.dropdown-empty{padding:.75rem 1rem;color:#999;font-size:.875rem;text-align:center}.dropdown-list{padding:.25rem 0}.dropdown-item{width:100%;background:none;border:none;padding:.5rem 1rem;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#333;transition:background-color .15s}.dropdown-item:hover{background-color:#f5f5f5}.dropdown-item.active{background-color:#e3f2fd;color:#1976d2;font-weight:500}.folder-icon{font-size:1rem;flex-shrink:0}.current-indicator{margin-left:auto;color:#1976d2;font-size:.75rem}.breadcrumb-separator{color:#999;margin:0 .25rem}.breadcrumb-dropdown::-webkit-scrollbar{width:6px}.breadcrumb-dropdown::-webkit-scrollbar-track{background:#f1f1f1}.breadcrumb-dropdown::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.breadcrumb-dropdown::-webkit-scrollbar-thumb:hover{background:#555}.file-system-view{flex:1;display:flex;flex-direction:column;overflow:hidden}.file-system-view.loading,.file-system-view.error{display:flex;align-items:center;justify-content:center;padding:2rem;color:#666}.file-system-view.error{color:#d32f2f}.file-system-table{width:100%;border-collapse:collapse;background-color:#fff;flex:1;display:flex;flex-direction:column;min-height:0;height:100%}.file-system-table thead{display:block;background-color:#fafafa;border-bottom:2px solid #ddd;flex-shrink:0}.file-system-table thead tr{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:1rem}.file-system-table thead th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.9rem;color:#555;position:sticky;top:0;background-color:#fafafa;z-index:100}.file-system-table thead th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.file-system-table thead th.sortable:hover{background-color:#f0f0f0}.th-content{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.sort-icon{font-size:.875rem;color:#2196f3;flex-shrink:0}.sort-icon.inactive{color:#ccc;opacity:.5}.file-system-table tbody{display:block;flex:1;overflow-y:auto;overflow-x:hidden;min-height:0}.file-system-table tbody tr{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:1rem;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.file-system-table tbody tr:hover{background-color:#f5f5f5}.file-system-table tbody tr.folder{cursor:pointer}.file-system-table tbody tr.folder:hover{background-color:#e3f2fd}.file-system-table tbody td{padding:.75rem 1rem;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis}.name-cell{gap:.5rem;min-width:0}.type-cell,.size-cell{color:#666;font-size:.9rem}.modified-cell{color:#666;font-size:.875rem}.icon{font-size:1.2rem;flex-shrink:0}.icon.folder{color:#ffa726}.icon.file{color:#42a5f5}.file-link{text-decoration:none;color:inherit;display:flex;align-items:center;gap:.5rem;width:100%;min-width:0}.file-link:hover{text-decoration:none;color:inherit}.file-link:visited{color:inherit}.empty-state{padding:3rem;text-align:center;color:#999;grid-column:1 / -1}.file-system-table tbody::-webkit-scrollbar{width:8px}.file-system-table tbody::-webkit-scrollbar-track{background:#f1f1f1}.file-system-table tbody::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.file-system-table tbody::-webkit-scrollbar-thumb:hover{background:#555}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{display:flex;flex-direction:column;height:100vh;width:100vw}.app-header{display:flex;flex-direction:column;background-color:#fff;box-shadow:0 2px 4px #0000001a;z-index:1000;position:relative}.app-header h1{padding:1rem 1.5rem;font-size:1.5rem;color:#333;border-bottom:1px solid #eee}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:#fff}.file-system-content::-webkit-scrollbar{width:8px}.file-system-content::-webkit-scrollbar-track{background:#f1f1f1}.file-system-content::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.file-system-content::-webkit-scrollbar-thumb:hover{background:#555}
