@import"https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap";@import"https://fonts.googleapis.com/css2?family=Pacifico&display=swap";:root{--breakpoint-mobile:480px;--breakpoint-tablet:768px;--breakpoint-desktop:979px}.explorer-main{width:100%}.shared-files-header{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.path-toggle-row{gap:12px}.path-toggle-row,.tags-and-sort-row{display:flex;justify-content:space-between;align-items:center}.tags-and-sort-row{gap:10px;margin:10px 0}.sort-controls{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-bottom:10px;width:100%}.sort-controls select{align-self:end;padding:4px 8px;border-radius:6px;border:1px solid #ccc;background-color:#fff;max-width:300px}.view-toggle{display:flex;align-items:center;gap:8px;margin:10px 0}.view-label{font-size:14px;font-weight:500}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:34px}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%}.switch input:checked+.slider{background-color:#4caf50}.switch input:checked+.slider:before{transform:translateX(20px)}.icon-view-container{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:30px;padding:20px;width:100%;box-sizing:border-box}.file-item{display:flex;flex-direction:column;align-items:center;width:100px;text-align:center;font-size:13px;word-break:break-word;cursor:pointer}.file-item img{width:64px;height:64px;object-fit:contain;margin-bottom:6px}.file-name{margin-top:4px;line-height:1.2}.shared-file-list{list-style:none;padding:0;margin:0}.shared-file-item{display:flex;align-items:center;padding:8px 16px;border-bottom:1px solid #ddd;transition:background-color .2s}.shared-file-item:hover{background-color:#f5f5f5}.file-info{display:flex;align-items:center;flex:1 1;gap:12px}.file-icon{width:28px;height:28px}.file-name-lv{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-modified,.file-size{width:100px;text-align:right;font-size:.9rem;color:#555}.download-button{background-color:var(--highlight);color:#fff;padding:4px 10px;border:none;border-radius:4px;cursor:pointer;margin-left:16px;white-space:nowrap}.download-button:hover{background-color:var(--highlightSubtle)}.tags-container{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.file-tag{background-color:var(--highlight);color:#fff;padding:4px 4px 4px 10px;border-radius:15px;font-size:.8rem;display:flex;align-items:center;gap:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.file-tag .remove-btn{background:none;border:none;color:#fff;font-weight:700;cursor:pointer;padding:2px 6px;font-size:.9rem;line-height:1;display:inline-block;width:auto;min-width:0;height:auto}.search-row{gap:12px;margin-bottom:10px}.search-row,.search-toggle{display:flex;align-items:center}.search-toggle{gap:6px;margin-left:auto;flex-direction:row-reverse}.current-path{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:14px;padding:2px 6px;border-radius:4px;background:#f7f7f7;color:var(--font);margin:0}.context-item{padding:6px 12px;cursor:pointer;text-align:left;white-space:nowrap;width:100%}.context-item:hover{background-color:#eee}