body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#1a1a1a;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.app{display:flex;flex-direction:column;min-height:100vh}.header{background:#2d2d2d;border-bottom:1px solid #404040;padding:0}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header h1{color:#e0e0e0;font-size:1.5rem;font-weight:600}.stats{color:#999;display:flex;font-size:.9rem;gap:2rem}.main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.folders-grid,.folders-section{margin-bottom:2rem}.folders-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.folder-card{background:#2d2d2d;border:1px solid #404040;border-radius:8px;cursor:pointer;padding:1.5rem;text-align:center;transition:all .2s ease}.folder-card:hover{background:#333;border-color:#555}.folder-card.active{background:#404040;border-color:#666}.folder-icon{font-size:2rem;margin-bottom:.5rem}.folder-name{color:#e0e0e0;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.folder-stats{color:#999;display:flex;flex-direction:column;font-size:.8rem;gap:.25rem}.upload-section{margin-bottom:2rem}.upload-area{background:#2d2d2d;border:2px solid #404040;border-radius:8px;padding:2rem;text-align:center;transition:border-color .2s ease}.upload-area.active,.upload-area:hover{border-color:#666}.upload-area.uploading{border-color:#4caf50}.upload-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.upload-text h3{color:#e0e0e0;font-size:1.2rem;margin-bottom:.5rem}.upload-text p{color:#999;font-size:.9rem}.file-select-label{display:inline-block}.file-select-button{background:#404040;border:1px solid #555;border-radius:6px;color:#e0e0e0;cursor:pointer;font-size:.9rem;padding:.75rem 1.5rem;transition:background-color .2s ease}.file-select-button:hover{background:#4a4a4a}.upload-progress{align-items:center;display:flex;flex-direction:column;gap:1rem;max-width:300px;width:100%}.progress-bar{background:#404040;border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-fill{background:#4caf50;height:100%;transition:width .3s ease}.upload-progress span{color:#999;font-size:.9rem}.selected-file{align-items:center;background:#333;border-radius:6px;display:flex;gap:1rem;max-width:400px;padding:1rem;width:100%}.selected-file span:first-child{color:#e0e0e0;flex:1 1;text-align:left}.selected-file span:nth-child(2){color:#999;font-size:.9rem}.selected-file button{background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.selected-file button:hover{background:#45a049}.files-section{background:#2d2d2d;border:1px solid #404040;border-radius:8px;overflow:hidden}.section-header{background:#333;border-bottom:1px solid #404040;padding:1rem 1.5rem}.section-header h2{color:#e0e0e0;font-size:1.1rem}.empty-state{color:#999;padding:3rem;text-align:center}.files-list{width:100%}.list-header{background:#333;border-bottom:1px solid #404040;color:#999;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.file-row,.list-header{display:grid;grid-template-columns:2fr 1fr 1fr 160px;padding:1rem 1.5rem}.file-row{align-items:center;border-bottom:1px solid #333;transition:background-color .2s ease}.file-row:hover{background:#333}.file-row:last-child{border-bottom:none}.file-name{align-items:center;display:flex;gap:.75rem}.file-type{background:#404040;border-radius:4px;color:#999;font-size:.7rem;font-weight:600;min-width:45px;padding:.25rem .5rem;text-align:center}.filename{color:#e0e0e0;cursor:pointer;text-decoration:none}.filename:hover{color:#4caf50}.rename-input{background:#404040;border:1px solid #555;border-radius:4px;color:#e0e0e0;font-size:.9rem;outline:none;padding:.25rem .5rem}.rename-input:focus{border-color:#4caf50}.move-select{background:#404040;border:1px solid #555;border-radius:4px;color:#e0e0e0;font-size:.9rem;outline:none;padding:.25rem .5rem}.move-select:focus{border-color:#4caf50}.file-date,.file-size{color:#999;font-size:.9rem}.file-actions{display:flex;gap:.5rem}.file-actions button{align-items:center;background:#404040;border:1px solid #555;border-radius:4px;color:#999;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;height:32px;justify-content:center;transition:all .2s ease;width:32px}.file-actions button:hover{background:#4a4a4a;color:#e0e0e0}.file-actions button:first-child:hover{background:#2196f3;border-color:#2196f3;color:#fff}.file-actions button:nth-child(2):hover{background:#ff9800;border-color:#ff9800;color:#fff}.file-actions button:nth-child(3):hover{background:#4caf50;border-color:#4caf50;color:#fff}.file-actions button:nth-child(4):hover{background:#f44336;border-color:#f44336;color:#fff}.modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#2d2d2d;border:1px solid #404040;border-radius:8px;display:flex;flex-direction:column;max-height:90vh;max-width:90vw;overflow:hidden;width:800px}.modal-header{align-items:center;border-bottom:1px solid #404040;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h3{color:#e0e0e0;font-size:1.1rem}.close-button{background:none;border:none;border-radius:4px;color:#999;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:background-color .2s ease}.close-button:hover{background:#404040;color:#e0e0e0}.modal-body{align-items:center;display:flex;flex:1 1;justify-content:center;overflow:auto;padding:1.5rem}.preview-image{border-radius:4px;box-shadow:0 4px 20px #0000004d;max-height:60vh;max-width:100%}.preview-error{color:#f44336;padding:2rem;text-align:center}.preview-error p{margin:.5rem 0}.preview-pdf{background:#1a1a1a;border:1px solid #404040;border-radius:4px;height:60vh;width:100%}.preview-word{background:#2a2a2a;border:1px solid #404040;border-radius:8px;padding:3rem 2rem;text-align:center}.word-icon{font-size:4rem;margin-bottom:1.5rem}.preview-word h4{color:#e0e0e0;font-size:1.3rem;margin-bottom:1rem}.preview-word p{color:#999;font-size:.9rem;margin:.5rem 0}.word-actions{margin-top:2rem}.preview-text{background:#1a1a1a;border:1px solid #404040;border-radius:4px;color:#e0e0e0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;height:60vh;width:100%}.preview-unsupported{padding:2rem;text-align:center}.preview-unsupported p{color:#999;margin-bottom:1.5rem}.preview-unsupported button{background:#4caf50;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.75rem 1.5rem}.preview-unsupported button:hover{background:#45a049}@media (max-width:768px){.main{padding:1rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.folders-grid{grid-template-columns:repeat(2,1fr)}.file-row,.list-header{gap:.5rem;grid-template-columns:1fr}.file-row>div:not(:first-child),.list-header>div:not(:first-child){display:none}.file-actions{justify-content:flex-end}.modal-content{margin:1rem;width:95vw}}
/*# sourceMappingURL=main.69bcc343.css.map*/