:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#f0f2ef;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}button{font-family:inherit}button:focus,button:focus-visible{outline:2px solid #667eea;outline-offset:2px}.container{max-width:1400px;margin:0 auto;padding:20px;min-height:100vh;background-color:#f0f2ef}.header{text-align:center;padding:20px 10px;border-bottom:2px solid #e0e0e0;margin-bottom:20px;position:relative}.header h1{margin:0 0 8px;font-size:32px;color:#213547;font-weight:700}.header p{margin:0;font-size:16px;color:#f38375}.user-badge-container{position:absolute;right:20px;top:20px}.user-badge{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:background .2s}.user-badge:hover{background:#0000000d}.user-icon{font-size:24px;-webkit-user-select:none;user-select:none;filter:grayscale(100%)}.user-dropdown{position:absolute;right:0;top:100%;margin-top:8px;min-width:180px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;overflow:hidden}.user-dropdown-item{display:block;width:100%;padding:12px 16px;text-align:left;border:none;background:#fff;cursor:pointer;font-size:14px;color:#213547;transition:background .15s;text-decoration:none;border-bottom:1px solid #f0f0f0}.user-dropdown-item:last-child{border-bottom:none}.user-dropdown-item:hover{background:#f8f9fa}.user-dropdown-item.user-info{font-weight:600;color:#f38375;cursor:default;background:#fafafa}.user-dropdown-item.user-info:hover{background:#fafafa}.user-dropdown-item.logout-item{color:#dc3545;font-weight:500}.user-dropdown-item.logout-item:hover{background:#fff5f5}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:#fff;padding:24px;border-radius:12px;max-width:450px;width:100%;box-shadow:0 8px 32px #0003;animation:modalFadeIn .2s ease}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal h3{margin:0 0 20px;font-size:20px;color:#213547;font-weight:600}.password-modal form{display:flex;flex-direction:column;gap:12px}.password-modal label{font-weight:600;color:#333;font-size:14px;margin-bottom:4px}.input,.password-modal .input{padding:10px 12px;border-radius:6px;border:1px solid #ddd;font-size:14px;width:100%;transition:border-color .2s,box-shadow .2s}.input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-error{color:#dc3545;background:#fff5f5;padding:10px 12px;border-radius:6px;font-size:13px;border-left:3px solid #dc3545}.form-success{color:#28a745;background:#f0fdf4;padding:10px 12px;border-radius:6px;font-size:13px;text-align:center;border-left:3px solid #28a745}.modal-buttons{display:flex;gap:10px;margin-top:20px}.button,.button-confirm,.button-cancel{padding:10px 20px;border-radius:6px;border:none;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s;flex:1}.button-confirm{background:#ef6351;color:#fff}.button-confirm:hover{background:#d44836}.button-confirm:disabled{background:#ccc;cursor:not-allowed}.button-cancel{background:#6c757d;color:#fff}.button-cancel:hover{background:#5a6268}.footer-link{color:#667eea;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.footer-link:hover{color:#5568d3;text-decoration:underline}.upload-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000000f;max-width:600px;margin:0 auto}.upload-card .card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 6px #0000000f}.upload-card h2{margin-top:0}.upload-form{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:150px}.upload-form button{background:#dc3545;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.upload-form button:hover{background:#c82333}.file-drop-zone:hover{border-color:#667eea;background:#f8f9fb}.file-drop-zone.dragging{border-color:#667eea;background:#eef1ff;transform:scale(1.01)}.file-drop-zone.dragging .modal{background:#fff;border-radius:12px;box-shadow:0 2px 6px #0000000f;padding:30px;max-width:500px;margin:40px auto}.file-drop-zone.has-files{padding:12px;border-color:#667eea;border-style:solid;min-height:auto}.drop-zone-empty{display:flex;flex-direction:column;align-items:center;gap:12px;color:#666}.upload-icon-large{font-size:48px;opacity:.5}.drop-zone-text{text-align:center;line-height:1.5}.drop-zone-text strong{display:block;font-size:15px;color:#213547;margin-bottom:4px;font-weight:600}.files-list-compact{width:100%;display:flex;flex-direction:column;gap:8px}.file-item-compact{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#fff;border-radius:8px;border:1px solid #e0e0e0;transition:border-color .2s}.file-item-compact:hover{border-color:#ccc}.file-icon-tiny{font-size:24px;flex-shrink:0}.file-info-inline{flex:1;min-width:0;overflow:hidden}.file-name-inline{font-size:14px;font-weight:500;color:#213547;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.file-size-inline{font-size:12px;color:#666;margin-top:2px}.remove-file-btn-compact{width:28px;height:28px;border-radius:50%;border:none;background:#dc3545;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.remove-file-btn-compact:hover{background:#c82333}.upload-progress-container{margin-top:16px;padding:14px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.upload-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.upload-progress-label{font-size:14px;font-weight:600;color:#213547}.upload-progress-percentage{font-size:14px;font-weight:700;color:#667eea}.upload-progress-bar-wrapper{width:100%;height:6px;background:#e9ecef;border-radius:3px;overflow:hidden}.upload-progress-bar-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease;border-radius:3px}.gallery-section{margin-top:24px}.gallery-section h2{font-size:20px;font-weight:600;color:#213547;margin-bottom:16px;text-align:center}.file-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;padding-bottom:30px}.file-card{background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000000f;overflow:visible;position:relative;border:1px solid #f0f0f0;transition:box-shadow .2s}.file-card:hover{box-shadow:0 4px 10px #00000014}.file-preview{width:100%;height:100px;background:linear-gradient(135deg,#f8f9fa,#f0f1f3);display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f0f0f0}.file-icon{font-size:36px;opacity:.7}.file-info{padding:12px;min-width:0;overflow:hidden}.file-name{font-size:13px;font-weight:600;color:#213547;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.file-meta{display:flex;justify-content:space-between;font-size:11px;color:#6c757d;padding-top:6px;border-top:1px solid #f0f0f0;gap:8px}.file-meta span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.container{padding:12px}.header{padding:16px 12px}.header h1{font-size:26px}.header p{font-size:14px}.user-badge-container{right:12px;top:16px}.upload-card{padding:16px;border-radius:10px}.file-drop-zone{padding:20px 16px;min-height:120px}.modal{padding:20px;border-radius:10px}.file-list{display:flex;flex-direction:column;gap:8px}.file-card{display:flex;flex-direction:row;align-items:center;padding:10px 12px;border-radius:8px;overflow:visible}.file-preview{width:40px;height:40px;min-width:40px;background:transparent;margin-right:12px;border:none}.file-icon{font-size:32px}.file-info{flex:1;display:flex;flex-direction:column;padding:0;min-width:0}.file-name{font-size:14px;margin-bottom:0}.file-meta{display:none}.file-actions{position:static!important;margin-left:8px}}@media(max-width:480px){.header h1{font-size:22px}.gallery-section h2{font-size:18px}.file-name{font-size:13px}}.storage-indicator{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:12px;padding:16px 20px;margin:20px 0;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.storage-indicator.warning{background:linear-gradient(135deg,#fff3cd,#ffeaa7)}.storage-indicator.critical{background:linear-gradient(135deg,#f8d7da,#ff7675)}.storage-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.storage-icon{font-size:28px}.storage-text{flex:1}.storage-title{font-weight:700;font-size:14px;color:#2c3e50;margin-bottom:4px}.storage-stats{font-size:13px;color:#34495e}.storage-percentage{margin-left:8px;font-weight:600;color:#7f8c8d}.storage-bar-container{width:100%;height:8px;background:#ffffff80;border-radius:4px;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.storage-bar-fill{height:100%;background:linear-gradient(90deg,#00b894,#00cec9);border-radius:4px;transition:width .5s ease,background .3s ease}.storage-bar-fill.warning{background:linear-gradient(90deg,#fdcb6e,#f39c12)}.storage-bar-fill.critical{background:linear-gradient(90deg,#d63031,#e74c3c)}.storage-warning-text{margin-top:8px;font-size:12px;font-weight:600;color:#d63031;text-align:center}.storage-indicator.warning .storage-warning-text{color:#e67e22}.backend-status-banner{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:16px 20px;box-shadow:0 4px 12px #00000026;z-index:9999;animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.backend-status-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:16px}.backend-status-icon{font-size:28px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.backend-status-text{font-weight:700}
