.folder-card{width:100%;max-width:110px;margin:0 auto;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px}.folder-tile{width:80%;aspect-ratio:1 / 1;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:0;box-shadow:0 2px 8px #667eea2e;position:relative;overflow:hidden;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.folder-tile:before{content:"";position:absolute;top:8px;left:12px;width:44%;height:12px;border-radius:6px 6px 0 0;background:#ffffff2e}.folder-inner{width:calc(100% - 20px);height:calc(100% - 20px);border-radius:10px;align-items:center;justify-content:center}.folder-card:hover .folder-tile{transform:translateY(-3px);box-shadow:0 10px 20px #667eea3d}.folder-card:nth-child(3n+1) .folder-tile{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #667eea38}.folder-card:nth-child(3n+1):hover .folder-tile{box-shadow:0 16px 32px #667eea4d}.folder-card:nth-child(3n+2) .folder-tile{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 2px 10px #f5576c38}.folder-card:nth-child(3n+2):hover .folder-tile{box-shadow:0 16px 32px #f5576c4d}.folder-card:nth-child(3n) .folder-tile{background:linear-gradient(135deg,#4facfe,#00f2fe);box-shadow:0 2px 10px #4facfe38}.folder-card:nth-child(3n):hover .folder-tile{box-shadow:0 16px 32px #4facfe4d}.folder-icon{font-size:50px;margin:0;z-index:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.folder-name{font-size:12px;font-weight:600;margin:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;color:#1f2937}@media(max-width:640px){.folder-card{flex-direction:row;align-items:center;width:100%;max-width:100%;gap:16px;padding:12px 16px;background:#fff;border-bottom:1px solid #f3f4f6;border-radius:0}.folder-card .folder-tile,.folder-card:nth-child(n) .folder-tile{width:40px;height:40px;min-width:40px;background:transparent;box-shadow:none;border-radius:0;margin:0;display:flex;align-items:center;justify-content:center}.folder-card:hover .folder-tile,.folder-card:nth-child(n):hover .folder-tile{transform:none;box-shadow:none}.folder-tile:before{display:none}.folder-inner{width:100%;height:100%}.folder-icon{font-size:24px;filter:none;color:#5f6368}.folder-name{font-size:14px;font-weight:500;color:#1f2937;text-align:left;flex:1}}.viewer-overlay{position:fixed;inset:0;background:#000;display:flex;flex-direction:column;z-index:1000;color:#fff}.viewer-overlay.ui-hidden .viewer-header{opacity:0;pointer-events:none;transform:translateY(-100%)}.viewer-overlay.ui-hidden .viewer-controls{opacity:0;pointer-events:none;transform:translateY(20px)}.viewer-overlay.ui-hidden .viewer-strip{opacity:0;pointer-events:none;transform:translateY(100%)}.viewer-overlay.ui-hidden .nav-btn{opacity:0;pointer-events:none}.viewer-header,.viewer-controls,.viewer-strip{transition:all .3s ease}.viewer-header{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;font-weight:500;font-size:16px;letter-spacing:.5px}.viewer-header button{background:#ffffff26;border:none;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;transition:all .2s}.viewer-header button:hover{background:#ffffff4d}.viewer-controls{display:flex;gap:12px;padding:12px;justify-content:center;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10}.viewer-controls button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:8px 16px;border-radius:20px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.viewer-controls button:hover{background:#ffffff40;transform:translateY(-2px)}.viewer-main{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;width:100%;height:100%}.viewer-main img{max-width:100%;max-height:100%;transition:transform .2s cubic-bezier(0,0,.2,1);will-change:transform}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#0003;color:#fff;border:none;width:48px;height:48px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:20;font-size:28px;transition:all .2s;padding-bottom:4px}.nav-btn:hover{background:#00000080;transform:translateY(-50%) scale(1.1)}.nav-btn.prev{left:20px}.nav-btn.next{right:20px}.viewer-strip{display:flex;gap:10px;overflow-x:auto;padding:16px;background:#0a0a0af2;border-top:1px solid rgba(255,255,255,.1);height:80px;flex-shrink:0;align-items:center}.viewer-strip img{height:48px;width:48px;object-fit:cover;cursor:pointer;opacity:.5;border-radius:6px;transition:all .2s;border:2px solid transparent}.viewer-strip img:hover{opacity:.8;transform:scale(1.05)}.viewer-strip img.active{border-color:#3b82f6;opacity:1;transform:scale(1.1);box-shadow:0 0 12px #3b82f680}@media(max-width:768px){.viewer-header{position:absolute;top:0;left:0;right:0;background:linear-gradient(to bottom,rgba(0,0,0,.8),transparent);padding:12px 16px;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}.viewer-header span,.viewer-header button{pointer-events:auto}.viewer-controls{position:absolute;bottom:84px;left:50%;transform:translate(-50%);background:#0009;border-radius:24px;padding:8px 12px;gap:8px;width:auto;border:1px solid rgba(255,255,255,.1)}.viewer-controls button{padding:6px 12px;font-size:13px}.viewer-strip{height:72px;padding:12px;background:#000}.viewer-strip img{height:44px;width:44px}.nav-btn{display:flex;width:40px;height:40px;font-size:24px;background:#00000026;border:1px solid rgba(255,255,255,.1)}.nav-btn:hover,.nav-btn:active{background:#0006}.nav-btn.prev{left:8px}.nav-btn.next{right:8px}}.loading-screen{position:fixed;inset:0;background:radial-gradient(circle at top,#0f172a,#020617);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#e5e7eb;z-index:998;animation:fadeInScreen .3s ease-out}@keyframes fadeInScreen{0%{opacity:0}to{opacity:1}}.loading-wrapper{display:flex;flex-direction:column;align-items:center;gap:20px}.loader{width:48px;height:48px;border-radius:50%;border:4px solid rgba(255,255,255,.2);border-top-color:#22c55e;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen.refresh-mode{background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.refresh-spinner{position:relative;display:flex;align-items:center;justify-content:center;width:80px;height:80px}.refresh-icon{width:48px;height:48px;color:#3b82f6;animation:rotateRefresh 2s linear infinite;z-index:2;position:relative;filter:drop-shadow(0 0 20px rgba(59,130,246,.4))}@keyframes rotateRefresh{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-ring{position:absolute;width:80px;height:80px;border:3px solid transparent;border-top-color:#3b82f6;border-right-color:#3b82f6;border-radius:50%;animation:rotateRing 3s linear infinite reverse;opacity:.3}@keyframes rotateRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-size:16px;font-weight:600;color:#e5e7eb;text-align:center;letter-spacing:.3px;margin:0;max-width:300px}.refresh-text{font-size:15px;color:#b4b4b4;font-weight:500}.pulse-dots{display:flex;gap:8px;align-items:center;height:24px}.pulse-dots span{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#60a5fa);animation:pulseDot 1.4s ease-in-out infinite;box-shadow:0 0 10px #3b82f680}.pulse-dots span:nth-child(1){animation-delay:0s}.pulse-dots span:nth-child(2){animation-delay:.2s}.pulse-dots span:nth-child(3){animation-delay:.4s}@keyframes pulseDot{0%,to{transform:scale(.6);opacity:.5}50%{transform:scale(1);opacity:1}}@media(max-width:480px){.refresh-spinner{width:70px;height:70px}.refresh-icon{width:40px;height:40px}.spinner-ring{width:70px;height:70px}.loading-text{font-size:14px}.refresh-text{font-size:13px}}.footer{position:absolute;bottom:0rem;left:50%;transform:translate(-50%);font-size:.85rem;color:#94a3b8;z-index:1}.landing{min-height:100vh;width:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont}@media(max-width:640px){.landing{padding:1rem}}@media(min-width:641px)and (max-width:1024px)and (orientation:portrait){.landing{padding:3rem 1.5rem 1.5rem;justify-content:flex-start}}.landing-video-bg{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%) scale(1.1);object-fit:cover;z-index:0;opacity:.55;filter:blur(1px) brightness(.65) contrast(1.1) saturate(1.2);animation:videoZoom 20s ease-in-out infinite alternate}@keyframes videoZoom{0%{transform:translate(-50%,-50%) scale(1.1);filter:blur(1px) brightness(.65) contrast(1.1) saturate(1.2)}to{transform:translate(-50%,-50%) scale(1.15);filter:blur(1.5px) brightness(.6) contrast(1.12) saturate(1.25)}}@media(max-width:640px){.landing-video-bg{animation:videoZoom 15s ease-in-out infinite alternate;filter:blur(1px) brightness(.7) contrast(1.08) saturate(1.15)}}@media(min-width:641px)and (max-width:1024px){.landing-video-bg{animation:videoZoom 18s ease-in-out infinite alternate}}.landing:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#000000a6,#00000080,#000000bf);z-index:1}@media(max-width:640px){.landing:before{background:linear-gradient(to bottom,#000000b3,#0009,#000c)}}.landing-content{max-width:720px;width:100%;text-align:center;padding:2rem;position:relative;z-index:2;animation:slideUpContent .8s ease-out}@keyframes slideUpContent{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.landing-content{max-width:100%;padding:1.5rem 1rem}}@media(min-width:641px)and (max-width:1024px){.landing-content{padding:2rem 1.5rem}}@media(min-width:641px)and (max-width:1024px)and (orientation:portrait){.landing-content{max-width:680px;padding:1.8rem 1.5rem;margin-top:2rem}}@media(min-width:641px)and (max-width:1024px)and (orientation:landscape){.landing-content{max-width:600px;padding:1.2rem 1.5rem}}@media(min-width:1025px){.landing-content{padding:2rem}}.g-logo-landing{position:absolute;top:1.5rem;right:2rem;z-index:10;animation:fadeInLogo 1s ease-out .3s both}@keyframes fadeInLogo{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.g-logo-landing img{height:50px;width:auto;display:block}@media(max-width:640px){.g-logo-landing{top:1rem;right:1rem}.g-logo-landing img{height:40px}}@media(min-width:641px)and (max-width:1024px){.g-logo-landing{top:1.2rem;right:1.5rem}.g-logo-landing img{height:45px}}@media(min-width:641px)and (max-width:1024px)and (orientation:landscape){.g-logo-landing{top:.8rem;right:1.2rem}.g-logo-landing img{height:40px}}.brand{position:absolute;top:-2.5rem;left:-16rem;font-size:3.2rem;font-weight:700;letter-spacing:.6px;margin:0;color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.8),0 2px 4px rgba(0,0,0,.9);animation:slideInBrand 1s ease-out;white-space:nowrap}@keyframes slideInBrand{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.brand{position:relative;top:0;left:0;transform:none;font-size:1.8rem;margin-bottom:1rem;letter-spacing:.4px;animation:fadeInUp 1s ease-out .1s both}}@media(min-width:641px)and (max-width:1024px){.brand{font-size:2.5rem;top:-2rem;left:-16rem;animation:slideInBrand 1s ease-out;letter-spacing:.5px}}@media(min-width:641px)and (max-width:1024px)and (orientation:portrait){.brand{font-size:2.3rem;top:-3.8rem;left:-4.5rem;letter-spacing:.45px}}@media(min-width:641px)and (max-width:1024px)and (orientation:landscape){.brand{font-size:2.2rem;top:-1.5rem;left:-13.5rem;letter-spacing:.4px}}@media(min-width:1025px){.brand{font-size:3.2rem;top:-2.5rem;left:-16rem;animation:slideInBrand 1s ease-out}}.headline{font-size:2rem;font-weight:600;margin-bottom:1.2rem;color:#fff;text-shadow:0 3px 10px rgba(0,0,0,.8),0 1px 3px rgba(0,0,0,.9);animation:fadeInUp 1s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.headline{font-size:1.4rem;margin-bottom:1rem;line-height:1.4}}@media(min-width:641px)and (max-width:1024px){.headline{font-size:1.7rem;margin-bottom:1.1rem}}@media(min-width:641px)and (max-width:1024px)and (orientation:portrait){.headline{font-size:1.8rem;margin-bottom:1.2rem;line-height:1.5}}@media(min-width:641px)and (max-width:1024px)and (orientation:landscape){.headline{font-size:1.5rem;margin-bottom:.9rem;line-height:1.4}}@media(min-width:1025px){.headline{font-size:2rem;margin-bottom:1.2rem}}.subheadline{font-size:1.05rem;line-height:1.7;color:#e5e7eb;margin-bottom:2rem;text-shadow:0 2px 8px rgba(0,0,0,.9),0 1px 2px rgba(0,0,0,.95);animation:fadeInUp 1s ease-out .3s both}@media(max-width:640px){.subheadline{font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}}@media(min-width:641px)and (max-width:1024px){.subheadline{font-size:1rem;margin-bottom:1.8rem}}@media(min-width:641px)and (max-width:1024px)and (orientation:portrait){.subheadline{font-size:1.02rem;line-height:1.7;margin-bottom:1.8rem}}@media(min-width:641px)and (max-width:1024px)and (orientation:landscape){.subheadline{font-size:.95rem;line-height:1.6;margin-bottom:1.2rem}}@media(min-width:1025px){.subheadline{font-size:1.05rem;margin-bottom:2rem}}.trust-points{list-style:none;padding:0;margin-bottom:2.5rem}.trust-points li{font-size:1rem;color:#f3f4f6;margin:.6rem 0;text-shadow:0 2px 8px rgba(0,0,0,.9),0 1px 2px rgba(0,0,0,.95);animation:fadeInUp 1s ease-out both}.trust-points li:nth-child(1){animation-delay:.4s}.trust-points li:nth-child(2){animation-delay:.5s}.trust-points li:nth-child(3){animation-delay:.6s}.trust-points li:nth-child(n+4){animation-delay:.7s}@media(max-width:640px){.trust-points{margin-bottom:1.8rem}.trust-points li{font-size:.9rem;margin:.5rem 0}}@media(min-width:641px)and (max-width:1024px){.trust-points{margin-bottom:2.2rem}.trust-points li{font-size:.95rem;margin:.55rem 0}}@media(min-width:641px)and (max-width:1024px)and (orientation:portrait){.trust-points{margin-bottom:2.2rem}.trust-points li{font-size:.98rem;margin:.6rem 0}}@media(min-width:641px)and (max-width:1024px)and (orientation:landscape){.trust-points{margin-bottom:1.5rem}.trust-points li{font-size:.9rem;margin:.45rem 0}}@media(min-width:1025px){.trust-points{margin-bottom:2.5rem}.trust-points li{font-size:1rem;margin:.6rem 0}}.btn-login{background:#22c55e;color:#022c22;border:none;padding:.9rem 2.4rem;font-size:1.05rem;font-weight:600;border-radius:.75rem;cursor:pointer;text-shadow:0 1px 2px rgba(0,0,0,.2);transition:transform .15s ease,box-shadow .15s ease,background .15s ease;animation:bounceInButton 1s ease-out .7s both;display:inline-block}@keyframes bounceInButton{0%{opacity:0;transform:scale(.9) translateY(20px)}70%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1) translateY(0)}}.btn-login:hover{transform:translateY(-2px);box-shadow:0 12px 32px #22c55e47;background:#16a34a}.btn-login:focus{outline:2px solid rgba(34,197,94,.5);outline-offset:2px}.btn-login:active{transform:translateY(0);box-shadow:0 6px 16px #22c55e33}@media(max-width:380px){.btn-login{width:auto;max-width:240px;padding:.8rem 1.5rem;font-size:.95rem;border-radius:.5rem;min-height:40px;letter-spacing:.3px}}@media(min-width:381px)and (max-width:640px){.btn-login{width:auto;max-width:260px;padding:.85rem 1.8rem;font-size:.98rem;border-radius:.6rem;min-height:42px}}@media(min-width:641px)and (max-width:768px){.btn-login{padding:.88rem 2.1rem;font-size:1.01rem;border-radius:.65rem;min-height:44px}}@media(min-width:641px)and (max-width:768px)and (orientation:portrait){.btn-login{padding:.9rem 2.2rem;font-size:1.02rem;min-height:45px}}@media(min-width:641px)and (max-width:768px)and (orientation:landscape){.btn-login{padding:.8rem 1.8rem;font-size:.98rem;min-height:40px}}@media(min-width:769px)and (max-width:1024px){.btn-login{padding:.92rem 2.3rem;font-size:1.03rem;border-radius:.7rem;min-height:46px}}@media(min-width:769px)and (max-width:1024px)and (orientation:portrait){.btn-login{padding:.95rem 2.4rem;font-size:1.05rem;min-height:48px}}@media(min-width:769px)and (max-width:1024px)and (orientation:landscape){.btn-login{padding:.8rem 2rem;font-size:.99rem;min-height:42px}}@media(min-width:1025px)and (max-width:1440px){.btn-login{padding:.9rem 2.4rem;font-size:1.05rem;border-radius:.75rem;min-height:48px}}@media(min-width:1441px){.btn-login{padding:1rem 2.8rem;font-size:1.1rem;border-radius:.8rem;min-height:50px}}@media(max-height:600px)and (orientation:landscape){.btn-login{padding:.6rem 1.8rem;font-size:.95rem;min-height:36px}}@media(hover:none)and (pointer:coarse){.btn-login{min-height:48px;min-width:48px;padding:.9rem 2rem;transition:background .2s ease,box-shadow .2s ease}.btn-login:active{background:#15803d;transform:scale(.98);box-shadow:0 3px 12px #22c55e33}.btn-login:focus{outline-width:3px}}@media(min-resolution:192dpi){.btn-login{box-shadow:0 2px 8px #0000001f}.btn-login:hover{box-shadow:0 8px 24px #22c55e40}}@media(prefers-color-scheme:dark){.btn-login{text-shadow:0 1px 2px rgba(0,0,0,.3)}}@media(prefers-reduced-motion:reduce){.btn-login{animation:none;transition:background .05s ease,box-shadow .05s ease}.btn-login:hover,.btn-login:active{transform:none}}.breadcrumb{display:flex;align-items:center;gap:4px;padding:12px 20px;background:#fff;border-bottom:1px solid #f3f4f6;position:sticky;top:0;z-index:10;overflow-x:auto;white-space:nowrap;scrollbar-width:none;border-radius:0;margin-bottom:0}.breadcrumb::-webkit-scrollbar{display:none}.breadcrumb-item{display:flex;align-items:center;flex-shrink:0}.breadcrumb-item button{background:transparent;border:none;color:#5f6368;cursor:pointer;font-size:14px;font-weight:500;padding:8px 4px;border-radius:4px;transition:background-color .2s;display:flex;align-items:center}.breadcrumb-item button:hover{background-color:#f1f3f4;color:#202124;text-decoration:none}.breadcrumb-separator{color:#dadce0;margin:0;display:flex;align-items:center}.breadcrumb-current{color:#202124;font-weight:400;font-size:18px;padding:4px 8px;background:transparent;border:none}.breadcrumb-item:first-child button span{font-size:16px;margin-right:4px;opacity:.7}@media(max-width:640px){.breadcrumb{padding:12px 16px;background:#fff;box-shadow:none;border-bottom:none;margin:0}.breadcrumb-current{font-size:20px;font-weight:400;color:#1f1f1f;padding-left:4px}.breadcrumb-item button{font-size:14px;color:#5f6368;padding:6px}.breadcrumb-separator{color:#9aa0a6;transform:scale(.8)}}.breadcrumb-item{display:flex;align-items:center;gap:4px;font-size:14px}.breadcrumb-item button{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:14px;font-weight:500;padding:0;transition:color .2s ease}.breadcrumb-item button:hover{color:#1d4ed8;text-decoration:underline}.breadcrumb-separator{color:#9ca3af;margin:0 4px}.breadcrumb-current{color:#1f2937;font-weight:600}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:linear-gradient(135deg,#fff,#f8f9ff);border-radius:16px;width:90%;max-width:420px;box-shadow:0 25px 80px #00000026,0 0 1px #0000001a;display:flex;flex-direction:column;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(255,255,255,.8);overflow:hidden}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;align-items:flex-start;gap:16px;padding:32px 28px 20px;position:relative}.modal-icon-wrapper{flex-shrink:0}.modal-icon{font-size:48px;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:14px;box-shadow:0 8px 24px #7c3aed4d;animation:iconBounce .6s cubic-bezier(.34,1.56,.64,1)}@keyframes iconBounce{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}.modal-title-group{flex:1}.modal-title-group h2{margin:0 0 4px;font-size:22px;font-weight:700;color:#1f2937;letter-spacing:-.5px}.modal-title-group p{margin:0;font-size:14px;color:#9ca3af;font-weight:500}.modal-close{background:#0000000d;border:none;font-size:20px;cursor:pointer;color:#6b7280;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;flex-shrink:0}.modal-close:hover:not(:disabled){background:#ef44441a;color:#ef4444;transform:rotate(90deg)}.modal-close:disabled{cursor:not-allowed;opacity:.5}.modal-body{padding:0 28px 28px}.input-group{display:flex;flex-direction:column;gap:12px}.input-group label{font-size:14px;font-weight:700;color:#1f2937;text-transform:uppercase;letter-spacing:.5px}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:14px;font-size:18px;pointer-events:none;color:#7c3aed;opacity:.6}.input-group input{width:100%;padding:14px 16px 14px 42px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;font-family:inherit;transition:all .3s ease;background:#fff}.input-group input::placeholder{color:#d1d5db;font-weight:500}.input-group input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1a,inset 0 1px 2px #7c3aed0d;background:#fafafe}.input-group input:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.7;border-color:#e5e7eb}.input-clear{position:absolute;right:12px;cursor:pointer;color:#d1d5db;font-size:16px;padding:4px 8px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.input-clear:hover{background:#0000000d;color:#6b7280}.input-error{display:flex;align-items:center;gap:8px;margin:0;padding:10px 12px;font-size:13px;color:#dc2626;background:#dc262614;border:1px solid rgba(220,38,38,.2);border-radius:8px;animation:shake .3s ease-out;font-weight:500}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.input-meta{display:flex;justify-content:flex-end}.input-hint{margin:0;font-size:12px;color:#b4b4b4;font-weight:600}.modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:20px 28px 28px;border-top:1px solid rgba(0,0,0,.05);background:#ffffff80}.modal-footer .btn{padding:11px 28px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;gap:6px;letter-spacing:.3px}.modal-footer .btn span{display:flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:12px}.modal-footer .btn-secondary{background:#f3f4f6;color:#4b5563;font-weight:600}.modal-footer .btn-secondary:hover:not(:disabled){background:#e5e7eb;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.modal-footer .btn-primary{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;box-shadow:0 4px 15px #7c3aed4d}.modal-footer .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #7c3aed66;background:linear-gradient(135deg,#6d28d9,#9333ea)}.modal-footer .btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.spinner{display:inline-block;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:480px){.modal-content{width:95%;max-width:none;border-radius:14px}.modal-header{padding:24px 20px 16px;gap:12px}.modal-icon{width:56px;height:56px;font-size:40px}.modal-title-group h2{font-size:18px}.modal-body{padding:0 20px 20px}.modal-footer{padding:16px 20px 20px;flex-direction:column-reverse;gap:10px}.modal-footer .btn{width:100%;justify-content:center;padding:12px 24px}}.upload-progress-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:999;animation:fadeInOverlay .3s ease-out;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.upload-progress-container{background:linear-gradient(135deg,#fff,#f8f9ff);border-radius:18px;width:90%;max-width:480px;padding:40px;box-shadow:0 30px 90px #0003,0 0 1px #0000001a;display:flex;flex-direction:column;gap:28px;animation:slideUpIn .4s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(255,255,255,.8)}@keyframes slideUpIn{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.upload-header{display:flex;align-items:center;gap:20px}.upload-icon-wrapper{position:relative;flex-shrink:0}.upload-file-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px;font-size:40px;box-shadow:0 12px 30px #3b82f64d;animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.upload-animation-icon{position:absolute;bottom:-8px;right:-8px;font-size:32px;animation:uploadBounce 1.5s ease-in-out infinite}@keyframes uploadBounce{0%,to{transform:translateY(0) scale(1);opacity:1}50%{transform:translateY(-12px) scale(1.1)}}.upload-info{flex:1;min-width:0}.upload-info h3{margin:0 0 6px;font-size:16px;font-weight:700;color:#1f2937;word-break:break-word;letter-spacing:-.3px}.upload-info p{margin:0;font-size:13px;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.upload-progress-section{display:flex;flex-direction:column;gap:12px}.progress-bar-wrapper{width:100%}.progress-bar-bg{width:100%;height:8px;background:linear-gradient(90deg,#e5e7eb,#d1d5db);border-radius:100px;overflow:hidden;position:relative;box-shadow:inset 0 2px 4px #0000000f}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:100px;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px #3b82f680;position:relative}.progress-shimmer{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-text{display:flex;justify-content:space-between;align-items:center;padding:0 2px}.progress-label{font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.progress-percentage{font-size:14px;font-weight:700;color:#3b82f6;font-variant-numeric:tabular-nums}.upload-dots{display:flex;justify-content:center;gap:8px;height:20px;align-items:center}.dot{width:8px;height:8px;border-radius:50%;background:#3b82f6;animation:dotBounce 1.4s infinite}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(-8px);opacity:1}}.upload-status{margin:0;text-align:center;font-size:13px;color:#9ca3af;font-weight:500}@media(max-width:480px){.upload-progress-container{width:95%;padding:32px 24px;gap:24px}.upload-icon-wrapper{width:60px;height:60px}.upload-file-icon{width:60px;height:60px;font-size:32px}.upload-info h3{font-size:14px}.upload-info p{font-size:12px}.progress-bar-bg{height:6px}.progress-percentage{font-size:13px}}.upload-progress-container.upload-success{animation:successPulse .6s ease-out}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.btn{border:none;cursor:pointer;font-weight:600;border-radius:10px;padding:10px 18px;font-size:.95rem;transition:all .24s cubic-bezier(.16,1,.3,1);font-family:inherit;letter-spacing:.3px;display:inline-flex;align-items:center;gap:8px}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #0000001f}.btn:active:not(:disabled){transform:translateY(0)}.btn-login{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:16px;padding:14px 32px;box-shadow:0 4px 12px #10b9814d}.btn-login:hover:not(:disabled){box-shadow:0 12px 24px #10b98166}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.btn-primary:hover:not(:disabled){box-shadow:0 12px 24px #3b82f666}.btn-secondary{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#374151;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000a}.btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#e5e7eb,#d1d5db);box-shadow:0 8px 16px #00000014}.btn-accent{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 4px 12px #8b5cf64d}.btn-accent:hover:not(:disabled){box-shadow:0 12px 24px #8b5cf666}.btn-outline{background:#ffffff1a;color:#fff;border:1.5px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-outline:hover:not(:disabled){background:#ffffff26;border-color:#ffffff80;box-shadow:0 8px 16px #0000001a}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}.btn-danger:hover:not(:disabled){box-shadow:0 12px 24px #ef444466}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#111827}.app{padding:0;min-height:100vh;display:flex;flex-direction:column;background:#f5f6f8}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.header h2{margin:0}.email{font-size:14px;color:#6b7280}.gallery{display:flex;flex-direction:column;gap:40px;padding:0;flex:1;overflow-y:auto;min-height:400px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:80px 20px;text-align:center;flex:1;margin:auto 0}.empty-icon{font-size:80px;opacity:.3;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.empty-title{font-size:26px;font-weight:700;color:#1f2937;margin:16px 0 8px}.empty-message{font-size:16px;color:#6b7280;margin:0;max-width:400px;line-height:1.5}.gallery-section{display:flex;flex-direction:column;gap:1px;padding:16px}.section-title{font-size:18px;font-weight:700;color:#1f2937;margin:0;padding:0}.folders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:16px}@media(max-width:640px){.folders-grid{display:flex;flex-direction:column;gap:8px}}.files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px}@media(max-width:640px){.files-grid{display:flex;flex-direction:column;gap:12px}.files-grid .media-card{flex-direction:row;align-items:center;border:1px solid #f3f4f6;border-radius:8px;padding:8px;background:#fff;height:64px}.files-grid .media-card img{width:48px;height:48px;aspect-ratio:1 / 1;object-fit:cover;border-radius:4px;margin:0;box-shadow:none}.files-grid .media-name{font-size:14px;margin-left:12px;font-weight:500}}.media-card{display:flex;flex-direction:column;gap:8px;cursor:pointer;border-radius:8px;overflow:hidden;transition:all .2s ease}.media-card:hover{transform:scale(1.02)}.media-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001f;transition:box-shadow .2s ease}.media-card:hover img{box-shadow:0 4px 16px #0000002e}.media-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.media-name{font-size:13px;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 2px}.error{color:#dc2626;margin-bottom:10px}.toolbar{display:flex;position:relative;gap:12px;margin-bottom:32px;padding:10px;background:#fff;border-radius:14px;box-shadow:0 2px 8px #0000000d;flex-wrap:wrap;align-items:center;border:1px solid rgba(0,0,0,.06)}.toolbar-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;width:100%}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:#4b5563;padding:8px;align-items:center;gap:8px;font-weight:600;font-size:14px}.mobile-menu-text{display:none}.btn-icon{margin-right:6px;font-size:1.1em;display:inline-block}@media(max-width:768px){.toolbar{padding:10px;flex-direction:column;align-items:flex-start;margin-bottom:24px;gap:0}.mobile-menu-btn{display:flex;justify-content:center;width:40px;height:40px;padding:0;border-radius:8px}.mobile-menu-btn:hover{background-color:#f3f4f6}.toolbar-actions{display:none;flex-direction:column;width:100%;padding-top:12px;border-top:1px solid #f3f4f6;margin-top:8px;gap:12px;animation:slideDown .2s ease-out}.toolbar-actions.open{display:flex}.toolbar .btn{width:100%;justify-content:start;padding:12px 16px;margin:0}.btn-icon{display:inline-block;margin-right:8px;width:20px;text-align:center}}.toolbar input[type=text],.toolbar input[type=search]{width:380px;min-width:300px;max-width:500px;height:56px;padding:18px 24px 18px 60px;border:2.5px solid #ddd6fe;border-radius:50px;font-size:16px;font-family:inherit;font-weight:600;transition:all .35s cubic-bezier(.16,1,.3,1);background:linear-gradient(135deg,#faf5ff,#fff) no-repeat 18px center;background-size:26px 26px;color:#0f172a;letter-spacing:.4px;box-shadow:0 4px 16px #8b5cf61f,inset 0 1px 2px #00000005}.toolbar input[type=text]::placeholder,.toolbar input[type=search]::placeholder{color:#a78bfa;font-weight:600;letter-spacing:.5px}.toolbar input[type=text]:hover,.toolbar input[type=search]:hover{border-color:#c4b5fd;background:linear-gradient(135deg,#fefefe,#fff) no-repeat 18px center;background-size:26px 26px;box-shadow:0 8px 24px #8b5cf62e;transform:translateY(-2px)}.toolbar input[type=text]:focus,.toolbar input[type=search]:focus{outline:none;background:#fff no-repeat 18px center;background-size:26px 26px;border-color:#8b5cf6;border-width:3px;box-shadow:0 0 0 6px #8b5cf633,0 12px 32px #8b5cf640;transform:translateY(-4px) scale(1.01)}.toolbar input[type=text]:focus::placeholder,.toolbar input[type=search]:focus::placeholder{color:#a78bfa;opacity:.6}.cta-text{margin:24px 0;font-size:15px;color:#d1d5db}.login-btn{background:#22c55e;color:#022c22;border:none;padding:14px 28px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer}.login-btn:hover{background:#16a34a}.center{height:100vh;display:flex;align-items:center;justify-content:center}.header-dashboard-page{height:56px;background-color:#140448;display:flex;align-items:center;justify-content:space-between;padding:0 30px;width:100%}.header-search-container{flex:1;display:flex;justify-content:center;align-items:center;padding:0 20px;gap:8px}.header-search-input{width:100%;max-width:375px;height:30px;padding:8px 16px 8px 40px;border:2px solid rgba(255,255,255,.2);border-radius:6px;font-size:14px;font-family:inherit;font-weight:500;transition:all .3s ease;background:transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,0.6)" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>') no-repeat 12px center;color:#fff;letter-spacing:.3px}.header-search-input::placeholder{color:#fff9;font-weight:500}.header-search-input:hover{border-color:#fff6;background-color:#ffffff0d}.header-search-input:focus{outline:none;background-color:#ffffff1a;border-color:#fff9;box-shadow:0 0 0 3px #ffffff1a}.galleryone-dashboard-page{color:#fff;border:1px solid white;border-radius:6px;font-size:26px;text-align:center;width:140px;height:32px;line-height:27px;display:none}.g-column-a{display:flex;align-items:center}.g-logo img{height:40px;width:auto}.g-profile{position:relative;cursor:pointer;display:flex;align-items:center;margin-left:16px}.profile-img{height:32px;width:32px;border-radius:50%;border:1px solid #1e40af;background-color:#fff}.profile-modal{position:absolute;top:48px;right:0;width:max-content;background:#f9fafb;border-radius:8px;padding:0 17px 20px;box-shadow:0 10px 25px #00000026;z-index:1000}.profile-email{font-size:14px;color:#374151;margin-bottom:10px;word-break:break-all}.logout-btn{width:100%;padding:8px 0;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px}.logout-btn:hover{background:#dc2626}.support-btn{width:40px;height:40px;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:transparent;color:#fff;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:16px;transition:all .3s ease;display:none}.support-btn:hover{border-color:#fff9;background:#ffffff1a;transform:scale(1.05)}.support-btn:active{transform:scale(.95)}@media(min-width:1024px){.galleryone-dashboard-page{display:block}}@media(max-width:640px){.header-dashboard-page{padding:16px 20px;flex-wrap:wrap;gap:16px;height:auto;min-height:auto;background:linear-gradient(135deg,#140448,#0f0338);box-shadow:0 4px 20px #00000026}.header-search-container{order:2;width:100%;padding:0;margin:0}.header-search-input{max-width:none;height:44px;background-color:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;font-size:15px;padding-left:44px;background-position:14px center;transition:all .25s cubic-bezier(.4,0,.2,1)}.header-search-input:focus{background-color:#ffffff26;border-color:#fff6;box-shadow:0 4px 16px #0003;transform:translateY(-1px)}.header-search-input::placeholder{color:#ffffff80}.g-column-a{margin-left:0;order:1;width:100%;justify-content:center;align-items:center;padding-bottom:12px;position:relative}.g-logo img{height:48px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3));display:block}.g-profile{margin-left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.profile-img{height:38px;width:38px;border:2px solid rgba(255,255,255,.25);box-shadow:0 2px 8px #00000040;transition:transform .2s ease}.profile-modal{top:45px;right:0}.g-profile:active .profile-img{transform:translateY(-50%) scale(.95)}}.support-container{position:relative}.support-btn{position:relative;width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.6);color:#fff;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:0;transition:all .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.support-btn:before{content:"Support";position:absolute;bottom:-35px;left:50%;transform:translate(-50%) scale(.8);background:#111827f2;color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000004d;letter-spacing:.3px}.support-btn:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%) scale(.8);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid rgba(17,24,39,.95);opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.support-modal{position:absolute;top:60px;right:0;width:380px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;z-index:1000;overflow:hidden;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.support-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.support-modal-header h3{margin:0;font-size:16px;color:#1f2937;font-weight:600}.support-close-btn{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.support-close-btn:hover{color:#111827}.support-form{padding:20px;display:flex;flex-direction:column;gap:12px}.support-input{width:100%;padding:12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s ease;color:#1f2937}.support-input:hover{border-color:#d1d5db}.support-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.support-input::placeholder{color:#9ca3af}.support-textarea{width:100%;padding:12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;transition:all .2s ease;color:#1f2937}.support-textarea:hover{border-color:#d1d5db}.support-textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.support-textarea::placeholder{color:#9ca3af}.support-submit-btn{padding:10px 16px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.support-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf666}.support-submit-btn:active:not(:disabled){transform:translateY(0)}.support-submit-btn:disabled{opacity:.6;cursor:not-allowed}.support-response{display:flex;gap:12px;padding:16px 20px;border-radius:8px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.support-response-success{background:linear-gradient(135deg,#dcfce7,#f0fdf4);border-left:4px solid #22c55e}.support-response-error{background:linear-gradient(135deg,#fee2e2,#fef2f2);border-left:4px solid #ef4444}.support-response-icon{display:flex;align-items:center;justify-content:center;min-width:32px;width:32px;height:32px;border-radius:50%;font-size:16px;font-weight:700;color:#fff}.support-response-success .support-response-icon{background:#22c55e}.support-response-error .support-response-icon{background:#ef4444}.support-response-content{flex:1}.support-response-text{margin:0 0 4px;font-size:14px;font-weight:500;color:#1f2937;line-height:1.5}.support-response-success .support-response-text{color:#166534}.support-response-error .support-response-text{color:#b91c1c}.support-response-email{margin:4px 0 0;font-size:12px;color:#6b7280;font-weight:400}
