@import url(https://fonts.googleapis.com/css2?family=Segoe+UI:wght@300;400;600;700&display=swap);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{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden}.app{align-items:center;display:flex;height:100vh;justify-content:center;position:relative;width:100vw}.aero-background{animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#1e3c72,#2a5298 25%,#7e8ba3 50%,#a8c0ff 75%,#3f2b96);background-size:400% 400%;height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:-1}.aero-background:before{animation:glowPulse 10s ease-in-out infinite;background:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#4fc3f726 0,#0000 50%),radial-gradient(circle at 40% 20%,#a8c0ff1a 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes glowPulse{0%,to{opacity:.5}50%{opacity:1}}.auth-container{animation:windowFadeIn 1s ease-out;z-index:10}@keyframes windowFadeIn{0%{opacity:0;transform:scale(.9) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.glass-window{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:linear-gradient(135deg,#ffffff59,#ffffff26);border:2px solid #fff6;border-radius:20px;box-shadow:0 20px 60px #0000004d,inset 0 2px 0 #fff9,0 0 80px #ffffff1a;overflow:hidden;padding:40px;position:relative;width:450px}.window-shine{animation:windowShine 4s infinite;background:linear-gradient(45deg,#0000 30%,#ffffff26 50%,#0000 70%);height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;transform:rotate(45deg);width:200%}@keyframes windowShine{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.auth-header{margin-bottom:0;text-align:center}.logo-image{display:block;height:300px;margin:-30px auto;object-fit:contain;width:300px}.orb-shine{animation:orbShimmer 2s ease-in-out infinite;background:radial-gradient(circle,#ffffffe6,#0000 70%);border-radius:50%;height:50%;left:25%;position:absolute;top:15%;width:50%}@keyframes orbShimmer{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.9;transform:scale(1.1)}}.orb-inner{background:radial-gradient(circle at 35% 35%,#fff6,#0000 60%);border-radius:50%;height:70%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:70%}.auth-title{color:#fff;font-size:42px;font-weight:300;letter-spacing:3px;margin-bottom:10px;text-shadow:0 3px 10px #0006,0 0 40px #ffffff4d}.auth-subtitle{color:#ffffffe6;font-size:16px;font-weight:300;text-shadow:0 2px 5px #0000004d}.tab-navigation{display:flex;gap:10px;margin-bottom:30px}.tab{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff3,#ffffff0d);border:2px solid #ffffff4d;border-radius:12px;box-shadow:0 4px 15px #0000001a,inset 0 1px 0 #ffffff4d;color:#fffc;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;overflow:hidden;padding:12px 20px;position:relative;transition:all .3s ease}.tab-shine{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.tab:hover .tab-shine{left:100%}.tab:hover{background:linear-gradient(135deg,#ffffff4d,#ffffff1a);box-shadow:0 6px 20px #0003,inset 0 1px 0 #fff6;transform:translateY(-2px)}.tab.active{background:linear-gradient(135deg,#4fc3f7,#0288d1);border-color:#fff9;box-shadow:0 6px 25px #4fc3f780,inset 0 2px 0 #ffffff80;color:#fff}.message{align-items:center;animation:messageSlideIn .5s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;display:flex;font-size:14px;font-weight:500;gap:10px;margin-bottom:20px;padding:15px 20px}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-message{background:linear-gradient(135deg,#f443364d,#d32f2f33);border:2px solid #f4433680;box-shadow:0 4px 15px #f443364d;color:#fff}.success-message{background:linear-gradient(135deg,#4caf504d,#388e3c33);border:2px solid #4caf5080;box-shadow:0 4px 15px #4caf504d;color:#fff}.message-icon{font-size:20px}.auth-form{gap:20px}.auth-form,.input-group{display:flex;flex-direction:column}.input-group{gap:8px}.input-label{color:#fffffff2;font-size:14px;font-weight:600;letter-spacing:.5px;text-shadow:0 1px 3px #0000004d}.input-wrapper{position:relative}.glass-input{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#ffffff40,#ffffff1a);border:2px solid #ffffff4d;border-radius:12px;box-shadow:0 4px 15px #0000001a,inset 0 1px 0 #ffffff4d;color:#fff;font-family:Segoe UI,sans-serif;font-size:16px;padding:14px 18px;transition:all .3s ease;width:100%}.glass-input::placeholder{color:#ffffff80}.glass-input:focus{background:linear-gradient(135deg,#ffffff4d,#ffffff26);border-color:#4fc3f7b3;box-shadow:0 0 30px #4fc3f766,0 4px 20px #0003,inset 0 1px 0 #fff6;outline:none}.input-shine{background:linear-gradient(90deg,#4fc3f7,#0288d1);border-radius:2px;bottom:0;height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.glass-input:focus+.input-shine{width:100%}.aero-button{background:linear-gradient(135deg,#4fc3f7,#0288d1);border:2px solid #ffffff80;border-radius:12px;box-shadow:0 8px 25px #4fc3f766,inset 0 2px 0 #fff6;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:1px;overflow:hidden;padding:15px 30px;position:relative;text-shadow:0 2px 5px #0000004d;transition:all .3s ease}.button-shine{background:linear-gradient(45deg,#0000 30%,#ffffff4d 50%,#0000 70%);height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(45deg);transition:left .6s ease;width:200%}.aero-button:hover .button-shine{left:50%}.button-glow{background:radial-gradient(circle,#ffffff4d,#0000 70%);height:100%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease;width:100%}.aero-button:hover{box-shadow:0 12px 35px #4fc3f799,inset 0 2px 0 #fff9;transform:translateY(-3px)}.aero-button:hover .button-glow{opacity:1}.aero-button:active{box-shadow:0 6px 20px #4fc3f780,inset 0 2px 0 #ffffff80;transform:translateY(-1px)}.submit-button{margin-top:10px}.info-text{color:#fffc;font-size:13px;margin-top:-5px;text-align:center;text-shadow:0 1px 3px #0000004d}.dashboard-container{animation:dashboardFadeIn 1s ease-out;display:flex;flex-direction:column;gap:30px;max-width:1200px;width:90%}@keyframes dashboardFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.glass-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff4d,#ffffff1a);border:2px solid #fff6;border-radius:20px;box-shadow:0 15px 50px #0000004d,inset 0 2px 0 #ffffff80;overflow:hidden;padding:40px;position:relative}.panel-shine{animation:panelShine 5s infinite;background:linear-gradient(45deg,#0000 40%,#ffffff1a 50%,#0000 60%);height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(45deg);width:200%}@keyframes panelShine{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.welcome-panel{text-align:center}.welcome-panel h1{color:#fff;font-size:36px;font-weight:400;margin-bottom:20px;text-shadow:0 3px 10px #0000004d}.admin-badge{background:linear-gradient(135deg,gold,#ffb300);border-radius:20px;box-shadow:0 5px 20px #ffd70080,inset 0 2px 0 #ffffff80;display:inline-block;margin-bottom:20px;padding:10px 25px}.admin-badge span{color:#fff;font-weight:700;text-shadow:0 2px 5px #0000004d}.readonly-badge{background:linear-gradient(135deg,#ff9800,#f57c00);border-radius:20px;box-shadow:0 5px 20px #ff980080,inset 0 2px 0 #ffffff80;display:inline-block;margin-bottom:20px;padding:10px 25px}.readonly-badge span{color:#fff;font-weight:700;text-shadow:0 2px 5px #0000004d}.logout-btn{margin-top:20px}.glass-panel h2{font-size:28px;margin-bottom:15px;text-shadow:0 2px 8px #0000004d}.glass-panel p{color:#ffffffe6;font-size:18px;text-shadow:0 1px 5px #0003}@media (max-width:768px){.app{height:100vh;overflow-y:auto}.auth-container{padding:20px 10px}.glass-window{max-width:95%;padding:25px 20px}.logo-image{height:150px;margin:-15px auto;width:150px}.auth-title{font-size:24px!important}.auth-subtitle{font-size:14px!important}.tab-navigation{gap:8px}.tab{font-size:14px;padding:10px 16px}.aero-button,.input-group input,.input-group textarea{font-size:16px;padding:12px}.aero-button{min-height:44px}.auth-form{gap:12px}.message{font-size:14px;padding:12px}}@media (max-width:480px){.glass-window{max-width:100%;padding:20px 15px}.logo-image{height:120px;margin:-10px auto;width:120px}.auth-title{font-size:20px!important}.tab{font-size:13px;padding:8px 12px}.aero-button{font-size:14px;padding:10px}.input-group label{font-size:13px}.input-group input,.input-group textarea{font-size:16px;padding:10px}}.admin-dashboard{display:flex;flex-direction:column;gap:25px;margin:0 auto;max-width:1400px;padding:30px;width:100%}.dashboard-header{padding:25px 35px}.dashboard-header h1{color:#fff;font-size:32px;font-weight:400;margin:0;text-shadow:0 2px 8px #0000004d}.header-info{gap:20px}.storage-stats{padding:20px 35px}.stats-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-item{display:flex;flex-direction:column;gap:8px}.stat-label{color:#fffc;font-size:14px;font-weight:500;letter-spacing:1px;text-shadow:0 1px 3px #0003;text-transform:uppercase}.stat-value{color:#fff;font-size:28px;font-weight:600;text-shadow:0 2px 6px #0000004d}.tab-navigation{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.password-section,.settings-section,.users-section{display:flex;flex-direction:column;gap:25px}.glass-panel h2{color:#fff;font-size:24px;font-weight:400;margin-bottom:25px;text-shadow:0 2px 6px #0000004d}.users-list{display:flex;flex-direction:column;gap:15px}.user-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff26,#ffffff0d);border:2px solid #fff3;border-radius:15px;box-shadow:0 4px 15px #0000001a,inset 0 1px 0 #fff3;display:flex;justify-content:space-between;padding:20px 25px;transition:all .3s ease}.user-card:hover{background:linear-gradient(135deg,#fff3,#ffffff14);box-shadow:0 6px 20px #00000026,inset 0 1px 0 #ffffff4d;transform:translateX(5px)}.user-card.pending{background:linear-gradient(135deg,#ffc10726,#ffc1070d);border-color:#ffc10780}.user-info{display:flex;flex-direction:column;gap:5px}.user-name{align-items:center;color:#fff;display:flex;font-size:18px;font-weight:600;gap:10px;text-shadow:0 1px 3px #0000004d}.user-email{color:#ffffffb3;font-size:14px}.user-date,.user-email{text-shadow:0 1px 2px #0003}.user-date{color:#fff9;font-size:13px}.user-actions{display:flex;gap:10px}.badge{border-radius:10px;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.admin-badge-small{background:linear-gradient(135deg,gold,#ffb300);box-shadow:0 2px 8px #ffd70066;color:#fff}.readonly-badge-small{background:linear-gradient(135deg,#ff9800,#f57c00);box-shadow:0 2px 8px #ff980066;color:#fff}.setting-group{display:flex;flex-direction:column;gap:8px;margin-bottom:25px}.setting-group label{color:#fffffff2;font-size:15px;font-weight:600;text-shadow:0 1px 3px #0000004d}.setting-group small{color:#fff9;font-size:13px;text-shadow:0 1px 2px #0003}.checkbox-label{align-items:center;cursor:pointer;display:flex;gap:10px}.checkbox-label input[type=checkbox]{cursor:pointer;height:20px;width:20px}.checkbox-label span{color:#fffffff2;font-size:15px;font-weight:600}.password-form{display:flex;flex-direction:column}.aero-button-small{background:linear-gradient(135deg,#4fc3f7,#0288d1);border:1px solid #fff6;border-radius:10px;box-shadow:0 4px 12px #4fc3f74d,inset 0 1px 0 #ffffff4d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;overflow:hidden;padding:8px 18px;position:relative;text-shadow:0 1px 3px #0000004d;transition:all .3s ease;white-space:nowrap}.aero-button-small:hover{box-shadow:0 6px 18px #4fc3f780,inset 0 1px 0 #fff6;transform:translateY(-2px)}.aero-button-small:active{transform:translateY(0)}.aero-button-small.success{background:linear-gradient(135deg,#66bb6a,#43a047);box-shadow:0 4px 12px #4caf504d,inset 0 1px 0 #ffffff4d}.aero-button-small.success:hover{box-shadow:0 6px 18px #4caf5080,inset 0 1px 0 #fff6}.aero-button-small.danger{background:linear-gradient(135deg,#ef5350,#e53935);box-shadow:0 4px 12px #f443364d,inset 0 1px 0 #ffffff4d}.aero-button-small.danger:hover{box-shadow:0 6px 18px #f4433680,inset 0 1px 0 #fff6}.admin-dashboard .message{animation:slideDown .5s ease-out;position:-webkit-sticky;position:sticky;top:20px;z-index:100}@media (max-width:768px){.admin-dashboard{padding:20px}.dashboard-header h1{font-size:24px}.user-card{align-items:flex-start;flex-direction:column;gap:15px}.user-actions{flex-wrap:wrap;width:100%}.aero-button-small{flex:1 1;min-width:120px}.stats-grid,.tab-navigation{grid-template-columns:1fr}}@media (max-width:480px){.admin-dashboard{padding:10px}.dashboard-header{padding:15px}.dashboard-header h1{font-size:18px}.aero-button-small{font-size:12px;padding:8px 12px}.user-card{padding:10px}.user-name{font-size:14px}.user-actions{gap:5px}.tab{font-size:12px;padding:8px 12px}.input-group input,.input-group select,.input-group textarea{font-size:14px;padding:8px}.settings-grid{grid-template-columns:1fr}}.file-browser{display:flex;flex-direction:column;gap:25px;margin:0 auto;max-width:1600px;padding:30px;width:100%}.browser-header{padding:25px 35px}.header-content{align-items:center;display:flex;justify-content:space-between}.logo-with-text{align-items:center;display:flex;gap:15px}.logo-image-small{height:120px;object-fit:contain;width:120px}.browser-header h1{color:#fff;font-size:32px;font-weight:400;margin:0;text-shadow:0 2px 8px #0000004d}.header-info{align-items:center;display:flex;gap:15px}.username{color:#ffffffe6;font-size:16px;font-weight:600;text-shadow:0 1px 3px #0000004d}.readonly-indicator{background:linear-gradient(135deg,#ff9800,#f57c00);border-radius:15px;box-shadow:0 3px 10px #ff980066;color:#fff;font-size:12px;font-weight:700;letter-spacing:.5px;padding:6px 15px;text-transform:uppercase}.admin-btn{background:linear-gradient(135deg,gold,#ffb300)!important;box-shadow:0 4px 12px #ffd70066,inset 0 1px 0 #ffffff4d!important}.admin-btn:hover{box-shadow:0 6px 18px #ffd70099,inset 0 1px 0 #fff6!important}.storage-info{padding:20px 35px}.storage-bar-container{display:flex;flex-direction:column;gap:10px}.storage-text{align-items:center;color:#ffffffe6;display:flex;font-size:15px;font-weight:600;justify-content:space-between;text-shadow:0 1px 3px #0000004d}.storage-bar{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:2px solid #fff3;border-radius:10px;box-shadow:inset 0 2px 5px #0003;height:20px;overflow:hidden;width:100%}.storage-bar-fill{background:linear-gradient(90deg,#4fc3f7,#0288d1);border-radius:8px;box-shadow:0 0 15px #4fc3f780,inset 0 1px 0 #ffffff4d;height:100%;transition:width .5s ease,background .3s ease}.storage-bar-fill.warning{background:linear-gradient(90deg,#ff9800,#f57c00);box-shadow:0 0 15px #ff980080,inset 0 1px 0 #ffffff4d}.upload-zone{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:120px;padding:40px;position:relative;text-align:center;transition:all .3s ease}.upload-zone:hover{background:linear-gradient(135deg,#4fc3f726,#0288d11a)}.upload-zone.dragging{background:linear-gradient(135deg,#4fc3f74d,#0288d133);border-color:#4fc3f7cc;transform:scale(1.02)}.file-input{display:none}.upload-label{cursor:pointer;width:100%}.upload-icon{filter:drop-shadow(0 4px 10px rgba(0,0,0,.3));font-size:48px;margin-bottom:10px}.upload-zone h2{color:#fff;font-size:20px;font-weight:400;margin-bottom:8px;text-shadow:0 2px 6px #0000004d}.upload-zone p{color:#fffc;font-size:14px;text-shadow:0 1px 3px #0003}.explorer-container{overflow:hidden;padding:0}.explorer-header{border-bottom:2px solid #ffffff1a;padding:20px 25px}.explorer-header h2{color:#fff;font-size:18px;font-weight:600;margin:0;text-shadow:0 1px 3px #0000004d}.empty-explorer{padding:80px 20px;text-align:center}.empty-icon{font-size:80px;margin-bottom:20px;opacity:.3}.empty-explorer p{color:#fff9;font-size:16px}.explorer-view{overflow-x:auto}.file-table{border-collapse:collapse;width:100%}.file-table thead{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d)}.file-table th{border-bottom:2px solid #ffffff1a;color:#ffffffe6;font-size:13px;font-weight:600;letter-spacing:.5px;padding:12px 15px;text-align:left;text-shadow:0 1px 2px #0003;text-transform:uppercase}.file-table tbody tr{border-bottom:1px solid #ffffff0d;cursor:pointer;transition:all .2s ease}.file-table tbody tr:hover{background:linear-gradient(135deg,#4fc3f726,#0288d11a)}.file-table tbody tr.selected{background:linear-gradient(135deg,#4fc3f740,#0288d126)}.file-table td{color:#ffffffe6;font-size:14px;padding:12px 15px;text-shadow:0 1px 2px #0003}.col-name{width:40%}.col-size{width:12%}.col-type{width:15%}.col-date{width:20%}.col-actions{width:13%}.file-name-cell{align-items:center;display:flex;gap:10px}.file-icon{font-size:20px;min-width:20px}.file-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-buttons{display:flex;gap:5px}.action-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#fff3,#ffffff1a);border:1px solid #ffffff4d;border-radius:6px;cursor:pointer;font-size:16px;padding:6px 10px;transition:all .2s ease}.action-btn:hover{background:linear-gradient(135deg,#ffffff4d,#ffffff26);transform:scale(1.1)}.view-btn:hover{background:linear-gradient(135deg,#4fc3f7,#0288d1)}.download-btn:hover{background:linear-gradient(135deg,#66bb6a,#43a047)}.delete-btn:hover{background:linear-gradient(135deg,#ef5350,#e53935)}.media-player-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.media-player-container{animation:slideUp .3s ease;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.media-player-header{align-items:center;border-bottom:2px solid #ffffff1a;display:flex;justify-content:space-between;padding:20px 25px}.media-player-header h3{color:#fff;flex:1 1;font-size:20px;font-weight:500;margin:0 20px 0 0;overflow:hidden;text-overflow:ellipsis;text-shadow:0 2px 5px #0000004d;white-space:nowrap}.close-btn{align-items:center;background:linear-gradient(135deg,#ef5350,#e53935);border:none;border-radius:50%;box-shadow:0 4px 12px #ef535066;color:#fff;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;transition:all .2s ease;width:40px}.close-btn:hover{box-shadow:0 6px 18px #ef535099;transform:scale(1.1)}.media-player-content{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:400px;overflow:hidden;padding:30px}.media-image{object-fit:contain}.media-image,.media-video{border-radius:10px;box-shadow:0 10px 40px #00000080;max-height:70vh;max-width:100%}.audio-player-wrapper{align-items:center;display:flex;flex-direction:column;gap:30px;max-width:600px;width:100%}.audio-icon{filter:drop-shadow(0 10px 30px rgba(0,0,0,.5));font-size:120px;opacity:.5}.media-audio{outline:none;width:100%}.media-player-actions{border-top:2px solid #ffffff1a;display:flex;gap:15px;justify-content:center;padding:20px 25px}.file-browser .message{animation:slideDown .5s ease-out;position:-webkit-sticky;position:sticky;top:20px;z-index:100}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.col-date{display:none}.col-name{width:50%}}@media (max-width:768px){.file-browser{padding:15px}.browser-header h1{font-size:24px}.header-content{align-items:flex-start;flex-direction:column;gap:15px}.header-info{flex-wrap:wrap;width:100%}.col-size,.col-type{display:none}.col-name{width:60%}.col-actions{width:40%}.action-btn{font-size:14px;padding:4px 8px}.media-player-container{width:95%}.media-player-content{padding:15px}.logo-image-small{height:80px;width:80px}}@media (max-width:480px){.file-browser{padding:10px}.browser-header{padding:15px}.header-content{flex-direction:column;gap:10px}.header-info{flex-wrap:wrap;gap:8px;justify-content:center}.browser-header h1{font-size:18px}.aero-button-small{font-size:12px;padding:8px 12px}.logo-image-small{height:60px;width:60px}.upload-zone{padding:20px}.action-btn,.file-table,.upload-zone-content{font-size:12px}.action-btn{padding:2px 6px}.media-player-container{max-height:80vh;width:98%}.media-player-header h3{font-size:14px}.col-name{width:100%}.col-actions,.col-date,.col-size,.col-type{display:none}}
/*# sourceMappingURL=main.a8280154.css.map*/