body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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-color:#f5f5f5;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.app{display:flex;flex-direction:column;min-height:100vh}.header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.header h1{font-size:1.5rem;font-weight:600}.header-user{align-items:center;display:flex;gap:1rem}.header-user img{border:2px solid #fff;border-radius:50%;height:36px;width:36px}.header-user span{font-size:.9rem}.main-content{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.login-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;max-width:400px;padding:3rem;text-align:center;width:90%}.login-card h1{color:#333;font-size:2rem;margin-bottom:.5rem}.login-card p{color:#666;margin-bottom:2rem}.login-btn{align-items:center;background:#4285f4;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.75rem;padding:.875rem 2rem;transition:background .2s,transform .2s}.login-btn:hover{background:#3367d6;transform:translateY(-2px)}.login-btn img{height:20px;width:20px}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a6fd6}.btn-secondary{background:#e0e0e0;color:#333}.btn-secondary:hover{background:#d0d0d0}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-outline{background:#0000;border:1px solid #ddd;color:#666}.btn-outline:hover{background:#f5f5f5}.file-browser{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.toolbar{background:#fafafa;border-bottom:1px solid #eee;justify-content:space-between;padding:1rem 1.5rem}.toolbar,.toolbar-left{align-items:center;display:flex}.toolbar-left{gap:1rem}.toolbar-right{gap:.75rem}.breadcrumb,.toolbar-right{align-items:center;display:flex}.breadcrumb{font-size:.9rem;gap:.5rem}.breadcrumb-item{color:#666;cursor:pointer;transition:color .2s}.breadcrumb-item:hover{color:#667eea}.breadcrumb-item.active{color:#333;font-weight:500}.breadcrumb-separator{color:#ccc}.file-list{padding:1rem}.file-list-empty{color:#999;padding:3rem;text-align:center}.file-list-empty svg{height:64px;margin-bottom:1rem;opacity:.5;width:64px}.item-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.item-card{background:#f9f9f9;border:2px solid #0000;border-radius:10px;cursor:pointer;padding:1rem;transition:all .2s}.item-card:hover{background:#f0f0f0;border-color:#667eea;transform:translateY(-2px)}.item-card.selected{background:#eef2ff;border-color:#667eea}.item-icon{align-items:center;background:#e0e7ff;border-radius:12px;color:#667eea;display:flex;height:64px;justify-content:center;margin:0 auto .75rem;width:64px}.item-icon.folder{background:#fef3c7;color:#f59e0b}.item-icon img{border-radius:8px;height:100%;object-fit:cover;width:100%}.item-name{color:#333;font-size:.875rem;font-weight:500;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.item-meta{color:#999;font-size:.75rem;margin-top:.25rem;text-align:center}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.modal-header h2{font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;color:#999;cursor:pointer;font-size:1.5rem;line-height:1}.modal-close:hover{color:#333}.modal-body{padding:1.5rem}.modal-footer{background:#fafafa;border-top:1px solid #eee;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{color:#333;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select{border:1px solid #ddd;border-radius:8px;font-size:.9rem;padding:.75rem 1rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#667eea;outline:none}.upload-area{border:2px dashed #ddd;border-radius:12px;cursor:pointer;padding:2rem;text-align:center;transition:all .2s}.upload-area.dragging,.upload-area:hover{background:#f8f9ff;border-color:#667eea}.upload-area svg{color:#667eea;height:48px;margin-bottom:1rem;width:48px}.upload-area p{color:#666;margin-bottom:.5rem}.upload-area span{color:#999;font-size:.8rem}.progress-bar{background:#e0e0e0;border-radius:4px;height:8px;margin-top:1rem;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .3s}.file-details{padding:1rem}.file-details-header{align-items:flex-start;display:flex;gap:1.5rem;margin-bottom:1.5rem}.file-details-preview{align-items:center;background:#f0f0f0;border-radius:12px;color:#667eea;display:flex;flex-shrink:0;height:120px;justify-content:center;width:120px}.file-details-info h3{font-size:1.25rem;margin-bottom:.5rem;word-break:break-all}.file-details-meta{color:#666;font-size:.875rem;line-height:1.6}.file-details-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.spinner{animation:spin 1s linear infinite;border:3px solid #e0e0e0;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.header,.main-content{padding:1rem}.toolbar{flex-direction:column;gap:1rem}.toolbar-left,.toolbar-right{justify-content:center;width:100%}.item-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}
/*# sourceMappingURL=main.bbc1031c.css.map*/