:root{--primary: #0b57d0;--primary-hover: #0842a0;--primary-active: #063583;--text: #202124;--muted: #5f6368;--border: #dce1e8;--surface: #ffffff;--shell: #f5f7fb;--selected: #dce9ff;--danger: #b3261e;--danger-bg: #fce8e6;--success: #137333;--success-bg: #e6f4ea;--font-heading: "Manrope Variable", "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body: "Roboto Variable", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.auth-layout{display:grid;grid-template-columns:minmax(360px,1.15fr) minmax(380px,1fr);min-height:100vh;background-color:var(--surface);font-family:var(--font-body);color:var(--text)}.auth-promo{display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#f8fafd,#edf2f8);border-right:1px solid var(--border);padding:48px 56px;position:relative;overflow:hidden}.auth-promo-top{display:flex;flex-direction:column;gap:32px}.auth-promo-brand{display:flex;align-items:center;gap:12px;font-family:var(--font-heading);font-size:20px;font-weight:700;color:var(--text);text-decoration:none}.auth-promo-body{max-width:520px}.auth-promo-title{font-family:var(--font-heading);font-size:34px;font-weight:700;line-height:1.25;letter-spacing:-.025em;color:var(--text);margin:0 0 16px}.auth-promo-subtitle{font-size:16px;line-height:1.6;color:var(--muted);margin:0 0 36px}.auth-features-list{display:flex;flex-direction:column;gap:24px;margin:0;padding:0;list-style:none}.auth-feature-item{display:flex;gap:16px;align-items:flex-start}.auth-feature-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background-color:var(--surface);color:var(--primary);border:1px solid var(--border);flex-shrink:0;box-shadow:0 1px 3px #0000000a}.auth-feature-text h3{font-family:var(--font-heading);font-size:15px;font-weight:600;color:var(--text);margin:0 0 4px}.auth-feature-text p{font-size:14px;line-height:1.5;color:var(--muted);margin:0}.auth-promo-footer{padding-top:32px;border-top:1px solid rgba(220,225,232,.7);display:flex;align-items:center;gap:12px;font-size:13px;color:var(--muted)}.auth-main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 32px;background-color:var(--surface)}.auth-card{width:100%;max-width:420px;display:flex;flex-direction:column;gap:24px}.auth-header{text-align:left}.auth-header h1{font-family:var(--font-heading);font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--text);margin:0 0 8px}.auth-header p{font-size:14px;color:var(--muted);margin:0;line-height:1.5}.auth-nav-tabs{display:flex;background-color:var(--shell);padding:4px;border-radius:10px;border:1px solid var(--border);gap:4px}.auth-nav-tab{flex:1;text-align:center;padding:8px 16px;font-size:14px;font-weight:600;color:var(--muted);text-decoration:none;border-radius:7px;border:none;background:transparent;cursor:pointer;transition:all .15s ease-out;display:flex;align-items:center;justify-content:center}.auth-nav-tab.active{background-color:var(--surface);color:var(--text);box-shadow:0 1px 3px #00000014}.auth-nav-tab:hover:not(.active){color:var(--text)}.auth-google-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:11px 16px;background-color:var(--surface);border:1px solid #dadce0;border-radius:8px;font-family:var(--font-body);font-size:14px;font-weight:500;color:#3c4043;cursor:pointer;transition:background-color .15s,border-color .15s,box-shadow .15s}.auth-google-btn:hover:not(:disabled){background-color:#f8fafd;border-color:#c2c7ce;box-shadow:0 1px 2px #3c404326}.auth-google-btn:active:not(:disabled){background-color:#f1f3f4}.auth-google-btn:disabled{opacity:.6;cursor:not-allowed}.auth-google-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.auth-divider{display:flex;align-items:center;text-align:center;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.05em;margin:4px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid var(--border)}.auth-divider span{padding:0 14px}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-field{display:flex;flex-direction:column;gap:6px;text-align:left}.auth-label{font-size:13px;font-weight:600;color:var(--text);display:flex;justify-content:space-between;align-items:center}.auth-label-hint{font-size:12px;font-weight:400;color:var(--muted)}.auth-input-wrapper{position:relative;display:flex;align-items:center}.auth-input{width:100%;padding:10px 14px;font-family:var(--font-body);font-size:14px;color:var(--text);background-color:var(--surface);border:1px solid var(--border);border-radius:8px;outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.auth-input::placeholder{color:#69737e}.auth-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0b57d026}.auth-input.has-error{border-color:var(--danger);box-shadow:0 0 0 3px #b3261e1f}.auth-input-btn{position:absolute;right:10px;background:transparent;border:none;color:var(--muted);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px}.auth-input-btn:hover{color:var(--text)}.auth-field-error{font-size:12px;color:var(--danger);display:flex;align-items:center;gap:6px;margin-top:2px}.auth-field-success{font-size:12px;color:var(--success);display:flex;align-items:center;gap:6px;margin-top:2px}.auth-recaptcha-wrapper{display:flex;justify-content:center;margin:4px 0;min-height:78px}.auth-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 18px;background-color:var(--primary);color:#fff;border:none;border-radius:8px;font-family:var(--font-body);font-size:15px;font-weight:600;cursor:pointer;transition:background-color .15s,box-shadow .15s}.auth-submit-btn:hover:not(:disabled){background-color:var(--primary-hover);box-shadow:0 1px 3px #0000001f}.auth-submit-btn:active:not(:disabled){background-color:var(--primary-active)}.auth-submit-btn:disabled{opacity:.65;cursor:not-allowed}.auth-submit-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.auth-alert{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:8px;font-size:13px;line-height:1.5;text-align:left}.auth-alert.danger{background-color:var(--danger-bg);border:1px solid rgba(179,38,30,.2);color:var(--danger)}.auth-alert-icon{flex-shrink:0;margin-top:2px}.auth-alert-content{flex:1}.auth-alert-content strong{display:block;font-weight:600;margin-bottom:2px}.auth-card-footer{text-align:center;font-size:14px;color:var(--muted)}.auth-link{color:var(--primary);font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.google-handoff-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--shell);padding:24px}.google-handoff-card{width:100%;max-width:440px;background-color:var(--surface);border:1px solid var(--border);border-radius:16px;padding:40px 32px;text-align:center;box-shadow:0 4px 24px #0000000f;display:flex;flex-direction:column;align-items:center;gap:20px}.google-handoff-icon{width:56px;height:56px;border-radius:50%;background-color:var(--shell);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.google-handoff-card h1{font-family:var(--font-heading);font-size:22px;font-weight:700;color:var(--text);margin:0}.google-handoff-card p{font-size:14px;color:var(--muted);line-height:1.5;margin:0}.google-handoff-actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:12px}.public-file-layout{min-height:100vh;display:flex;flex-direction:column;background-color:var(--shell);color:var(--text);font-family:var(--font-body)}.public-navbar{height:64px;background-color:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:20}.public-nav-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text)}.public-nav-actions{display:flex;align-items:center;gap:12px}.public-main-content{flex:1;max-width:1100px;width:100%;margin:0 auto;padding:28px 20px;display:flex;flex-direction:column;gap:20px;box-sizing:border-box}.public-header-bar{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;box-shadow:0 1px 3px #0000000a}.public-file-lead{display:flex;align-items:center;gap:16px;min-width:0}.public-file-info{min-width:0}.public-file-title{font-family:var(--font-heading);font-size:18px;font-weight:700;color:var(--text);margin:0 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-meta-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.public-meta-pill{font-size:12px;color:var(--muted);background-color:var(--shell);border:1px solid var(--border);padding:3px 10px;border-radius:9999px;display:flex;align-items:center;gap:6px}.public-button-group{display:flex;align-items:center;gap:10px;flex-shrink:0}.public-viewer-container{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;min-height:480px;box-shadow:0 1px 4px #0000000d}.public-viewer-toolbar{height:44px;background-color:#fafbfc;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-size:13px;color:var(--muted)}.public-toolbar-info{display:flex;align-items:center;gap:8px;font-weight:500}.public-toolbar-actions{display:flex;align-items:center;gap:8px}.public-toolbar-btn{display:flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500;color:var(--muted);background:transparent;border:1px solid transparent;cursor:pointer;text-decoration:none}.public-toolbar-btn:hover{background-color:var(--shell);color:var(--text);border-color:var(--border)}.public-viewer-canvas{flex:1;display:flex;align-items:center;justify-content:center;padding:24px;overflow:auto;position:relative;background-color:#fdfdfd}.public-image-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.public-preview-img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:6px;box-shadow:0 2px 12px #00000014}.public-video-wrapper{display:flex;align-items:center;justify-content:center;width:100%}.public-preview-video{max-width:100%;max-height:70vh;border-radius:8px;background-color:#000;box-shadow:0 4px 16px #00000026}.public-audio-wrapper{display:flex;flex-direction:column;align-items:center;gap:20px;padding:48px 32px;background-color:var(--shell);border:1px solid var(--border);border-radius:16px;max-width:500px;width:100%;text-align:center}.public-audio-glyph-box{width:72px;height:72px;border-radius:50%;background-color:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--primary);box-shadow:0 2px 6px #0000000d}.public-audio-meta h3{font-family:var(--font-heading);font-size:16px;font-weight:600;margin:0 0 4px;color:var(--text)}.public-audio-meta p{font-size:13px;color:var(--muted);margin:0}.public-preview-audio{width:100%;max-width:420px;outline:none}.public-pdf-wrapper{width:100%;height:75vh;min-height:600px}.public-preview-pdf{width:100%;height:100%;border:none}.pdf-fallback-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:48px;text-align:center}.public-text-wrapper{width:100%;max-height:70vh;overflow:auto;border-radius:8px;border:1px solid var(--border);background-color:#f8f9fa;padding:16px}.public-preview-code{margin:0;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;line-height:1.6;color:#24292e;white-space:pre-wrap;word-break:break-word}.public-unsupported-view{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;padding:48px 24px;max-width:480px;margin:0 auto}.public-unsupported-icon{width:64px;height:64px;border-radius:12px;background-color:var(--shell);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted)}.public-unsupported-view h3{font-family:var(--font-heading);font-size:18px;font-weight:600;color:var(--text);margin:0}.public-unsupported-view p{font-size:14px;color:var(--muted);line-height:1.5;margin:0}.public-footer{text-align:center;padding:24px;font-size:13px;color:var(--muted)}.spin-icon{animation:auth-spin 1s linear infinite}@keyframes auth-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:900px){.auth-layout{grid-template-columns:1fr}.auth-promo{padding:36px 24px;border-right:none;border-bottom:1px solid var(--border)}.auth-promo-body,.auth-promo-footer{display:none}.auth-promo{padding:24px}.auth-main{justify-content:flex-start}.auth-promo-title{font-size:26px}.auth-main{padding:36px 20px}.public-navbar{padding:0 16px}.public-header-bar{flex-direction:column;align-items:flex-start}.public-button-group{width:100%;justify-content:stretch}.public-button-group .button{flex:1;text-align:center;justify-content:center}}@font-face{font-family:Roboto Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/roboto-cyrillic-ext-wght-normal-BCp_3N7R.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/roboto-cyrillic-wght-normal-fOt7epNf.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/roboto-greek-ext-wght-normal-Bgw4czJT.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/roboto-greek-wght-normal-DlT9XTxE.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Roboto Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/roboto-math-wght-normal-4a3xuzGk.woff2) format("woff2-variations");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Roboto Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/roboto-symbols-wght-normal-B7iHSfaG.woff2) format("woff2-variations");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Roboto Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/roboto-vietnamese-wght-normal-_f1XEJpo.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/roboto-latin-ext-wght-normal-DYIxWhlt.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/roboto-latin-wght-normal-ccAYIvAh.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(data:font/woff2;base64,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) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-cyrillic-wght-normal-Dvxsihut.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-greek-wght-normal-DL7QRZyv.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-vietnamese-wght-normal-usUDDRr7.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-ext-wght-normal-Ch3YOpNY.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-wght-normal-DHIcAJRg.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{font-family:Roboto Variable,Roboto,Arial,sans-serif;color:#202124;background:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--primary: #0b57d0;--primary-hover: #0842a0;--text: #202124;--muted: #5f6368;--border: #dce1e8;--surface: #fff;--shell: #f5f7fb;--selected: #dce9ff;--danger: #b3261e;--radius: 12px;--ease: cubic-bezier(.2, 0, 0, 1)}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{color:inherit}button,summary,a,input,select,textarea{outline-offset:3px}button:focus-visible,summary:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary)}::selection{background:var(--selected);color:#102b58}input,textarea{caret-color:var(--primary)}h1,h2,h3{font-family:Manrope Variable,sans-serif;margin:0;font-weight:650;letter-spacing:-.025em}h1{font-size:28px;line-height:1.3}h2{font-size:19px}h3{font-size:16px}p{line-height:1.55}svg{flex-shrink:0}button,a,summary{touch-action:manipulation}input[type=checkbox]{width:17px;height:17px;accent-color:var(--primary);cursor:pointer}progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px;display:block;width:100%;border:0;background:#e4e9f0;border-radius:6px;overflow:hidden}progress::-webkit-progress-bar{background:#e4e9f0;border-radius:6px}progress::-webkit-progress-value{background:var(--primary);border-radius:6px}progress::-moz-progress-bar{background:var(--primary);border-radius:6px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-80px;left:20px;background:var(--primary);color:#fff;padding:12px 20px;z-index:100}.skip-link:focus{top:12px}.muted{color:var(--muted)}.danger-text{color:var(--danger)!important}.success-text{color:#188038}.actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:10px 19px;border:1px solid transparent;border-radius:9px;background:var(--primary);color:#fff;font-size:14px;font-weight:550;line-height:1.3;transition:background .16s var(--ease),box-shadow .16s var(--ease);white-space:nowrap}.button:hover{background:var(--primary-hover);text-decoration:none;box-shadow:0 2px 5px #0b57d019}.button.secondary{border-color:var(--border);background:#fff;color:#3c4043}.button.secondary:hover{background:#f1f4f9;border-color:#b9c3d1}.button.danger{background:var(--danger);color:#fff}.button.danger:hover{background:#8c1d17}.button.small{min-height:34px;padding:7px 12px;font-size:13px}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;background:transparent;border-radius:50%;color:var(--muted);transition:background .16s var(--ease)}.icon-button:hover{background:#e8edf5;color:var(--text)}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:20px;padding:4px 9px;background:#eef2f8;font-size:12px;color:#44546d}.field{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:500;min-width:0}.field input,.field select,.field textarea{width:100%;padding:11px 12px;min-height:43px;border:1px solid #c7cdd5;border-radius:7px;color:var(--text);background:#fff;font-weight:400}.field input::placeholder{color:#74777c}.field textarea{resize:vertical}.field small{color:var(--muted);font-weight:400;line-height:1.5}.form-stack{display:flex;flex-direction:column;gap:20px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.panel{padding:24px;border:1px solid var(--border);border-radius:12px;background:#fff}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:22px;margin-bottom:32px}.page-heading p{font-size:14px;margin:8px 0 0;color:var(--muted)}.section-heading{display:flex;align-items:center;gap:10px;margin-bottom:17px}.section-heading h2{font-family:inherit;font-size:15px;font-weight:550;letter-spacing:0}.section-heading .muted{font-size:12px}.brand{display:inline-flex;align-items:center;gap:11px;font-family:Manrope Variable,sans-serif;font-size:27px;letter-spacing:-1.2px;font-weight:750;white-space:nowrap;color:#252b35}.brand-light{font-weight:480}.brand-mark{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:39px;background:var(--primary);color:#fff;border-radius:12px}.brand-mark svg{position:absolute;opacity:.3}.brand-mark>span{position:relative;font-size:24px;font-weight:750;letter-spacing:-1px}.app-shell{display:grid;grid-template-columns:232px minmax(0,1fr);grid-template-rows:84px minmax(calc(100dvh - 84px),auto);max-width:1920px;margin:auto;min-height:100dvh}.topbar{grid-column:1/-1;display:flex;align-items:center;gap:20px;padding:0 28px 0 25px}.topbar-brand{width:187px;flex-shrink:0}.topbar-brand>a:hover{text-decoration:none}.global-search{display:flex;align-items:center;gap:12px;max-width:700px;width:100%;height:47px;border:1px solid transparent;border-radius:13px;background:#eaf0f8;padding:0 15px;color:#546075;transition:background .16s var(--ease),border-color .16s var(--ease)}.global-search:focus-within{background:#fff;border-color:#b8cbea;box-shadow:0 2px 8px #13284908}.global-search input{flex:1;min-width:0;background:transparent;border:0;outline:none;padding:10px 0;font-size:14px;color:var(--text)}.global-search input:focus-visible{outline:none}.global-search input::placeholder{color:#647084}.global-search kbd{font-size:11px;white-space:nowrap;border:1px solid #cbd5e2;border-radius:4px;padding:3px 5px;font-family:inherit;color:#657085}.topbar-actions{display:flex;gap:19px;align-items:center;margin-left:auto}.avatar{background:#e3ecfa;color:#235ab1;width:35px;height:35px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:15px;font-weight:650;border:3px solid white;box-shadow:0 0 0 1px #d6e1f1}.profile-menu{position:relative}.profile-menu summary{display:flex;gap:6px;align-items:center;list-style:none;cursor:pointer}.profile-menu summary::-webkit-details-marker{display:none}.profile-popover{position:absolute;right:0;top:48px;z-index:30;min-width:250px;max-width:calc(100vw - 24px);padding:18px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 28px #23345121;display:flex;flex-direction:column}.profile-popover>span{font-size:13px;color:var(--muted);margin:5px 0 16px;overflow-wrap:anywhere}.profile-popover>strong{overflow-wrap:anywhere}.profile-popover a,.profile-popover button{display:flex;align-items:center;gap:10px;padding:11px 8px;color:var(--text);background:none;border:none;text-align:left;font-size:14px;border-radius:6px}.profile-popover a:hover,.profile-popover button:hover{background:var(--shell);text-decoration:none}.sidebar{display:flex;flex-direction:column;padding:13px 18px 24px 16px;min-height:calc(100dvh - 84px)}.primary-nav,.secondary-nav{display:flex;flex-direction:column;gap:4px}.primary-nav a,.secondary-nav a{display:flex;align-items:center;gap:14px;padding:12px 17px;border-radius:8px;font-size:14px;color:#566071;min-height:44px;font-weight:450;text-decoration:none}.primary-nav a:hover,.secondary-nav a:hover{background:#eaf0f7}.primary-nav a.active,.secondary-nav a.active{background:var(--selected);color:#174ea6;font-weight:600}.nav-divider{height:1px;background:var(--border);margin:16px 14px}.sidebar-bottom{margin-top:auto;padding-top:45px}.storage-mini{padding:18px 16px;margin-bottom:18px}.storage-mini>div{display:flex;gap:11px;align-items:center;font-size:13px;color:#4c5667}.storage-mini strong{font-weight:500}.storage-mini progress{margin:18px 0 10px}.storage-mini p{font-size:11px;color:var(--muted);margin:0 0 12px}.storage-mini a{display:flex;gap:7px;align-items:center;font-size:12px;font-weight:500}.secondary-nav a{font-size:13px}.sidebar-caption{display:block;margin:26px 17px 0;font-size:11px;color:#717987}.main-canvas{min-width:0;background:#fff;border-radius:20px 0 0;margin-right:20px;padding:33px 32px 30px;outline:none;min-height:calc(100dvh - 84px)}.folder-section{margin-bottom:29px}.folder-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.folder-card{position:relative;display:flex;align-items:center;gap:3px;background:#f5f7fb;border:1px solid #e6ebf2;border-radius:10px;padding:14px 9px 14px 15px;min-width:0;transition:background .16s var(--ease)}.folder-card:hover{background:#edf2fa}.folder-card>a{display:flex;align-items:center;gap:13px;min-width:0;flex:1;color:#596d8a;text-decoration:none;padding:3px 0}.folder-card>a>span{font-size:13px;font-weight:500;color:#343b47;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.folder-card .icon-button{width:28px;height:30px}.folder-empty{display:flex;align-items:center;gap:12px;text-align:left;background:#fafbfd;border:1px dashed #d2dae5;border-radius:9px;padding:18px;color:#5f6d80;font-size:13px;width:100%}.folder-empty>svg:last-child{margin-left:auto}.folder-empty:hover{background:#f1f5fc;color:var(--primary)}.file-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;min-height:60px;margin-bottom:10px}.filter-group{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.filter{display:flex;gap:2px;align-items:center;min-height:33px;border:1px solid var(--border);border-radius:7px;padding:0 7px;color:#56616f}.filter>svg{margin-left:3px}.filter select{border:0;background:transparent;color:#4e5867;font-size:12px;padding:7px 4px;max-width:170px;cursor:pointer}.filter select:focus-visible{outline-offset:1px}.view-actions{display:flex;gap:10px;align-items:center}.view-switch{display:flex;border:1px solid var(--border);border-radius:7px;overflow:hidden}.view-switch button{display:flex;align-items:center;justify-content:center;width:37px;height:32px;background:#fff;border:0;color:#5d6672}.view-switch button+button{border-left:1px solid var(--border)}.view-switch button[aria-pressed=true]{background:#eaf1fe;color:var(--primary)}.selection-toolbar{justify-content:flex-start;background:#e9f1ff;border-radius:9px;padding:0 12px;font-size:14px}.selection-toolbar>.actions{margin-left:auto}.table-wrap{width:100%;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:13px}.data-table th{text-align:left;font-weight:500;font-size:12px;color:#657084;background:#f8fafd;padding:13px 12px;border-bottom:1px solid var(--border);white-space:nowrap}.data-table td{padding:14px 12px;border-bottom:1px solid #edf0f4;color:#606b7a;vertical-align:middle}.data-table tbody tr:hover{background:#fafbfd}.data-table tr.selected{background:#edf4ff}.data-table th:first-child{border-radius:7px 0 0 7px}.data-table th:last-child{border-radius:0 7px 7px 0}.file-table-wrap{overflow:visible}.file-table{table-layout:fixed}.file-table th:nth-child(2){width:37%}.file-table th.account-column{width:22%}.file-table th.date-column{width:16%}.file-table th.size-column{width:12%}.file-table th:last-child{width:44px}.file-table .check-cell{width:34px;padding:8px 6px}.file-name{display:flex;align-items:center;gap:12px;border:0;background:none;padding:4px 0;text-align:left;min-width:0;width:100%;color:#303947}.file-name>span:last-child{min-width:0}.file-name strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:450}.file-glyph{display:inline-flex;align-items:center;justify-content:center;color:#65809f}.file-glyph.doc{color:#1a73e8}.file-glyph.pdf{color:#d4473e}.file-glyph.image{color:#bf791b}.file-glyph.video{color:#c33d42}.file-glyph.sheet{color:#188038}.file-glyph.archive{color:#8b6a35}.file-glyph.audio{color:#c0471b}.storage-source{display:flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.item-menu{position:relative}.item-menu summary{list-style:none}.item-menu summary::-webkit-details-marker{display:none}.item-menu-content{position:absolute;right:0;top:34px;width:185px;padding:6px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 28px #293d5a24;z-index:35}.item-menu-content button{display:flex;align-items:center;gap:10px;width:100%;padding:10px;border:0;background:none;font-size:13px;text-align:left;border-radius:5px;min-height:36px;color:#3c4655}.item-menu-content button:hover{background:var(--shell)}.file-count{display:flex;justify-content:space-between;gap:12px;margin-top:20px;font-size:11px;color:#737d8c}.mobile-file-meta{display:none}.files-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.file-card{border:1px solid var(--border);border-radius:12px;background:#fff;min-width:0}.file-card.selected{border-color:#6f9ce8;background:#f4f8ff}.file-card>header{display:flex;align-items:center;justify-content:space-between;padding:7px 9px 0}.file-card-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;height:140px;width:100%;background:#f7f9fc;border:0;margin-top:5px}.file-card-preview>span:last-child{font-size:10px;letter-spacing:.04em;color:#657386}.file-card footer{padding:14px;min-width:0}.file-card footer>strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:500}.file-card footer>span{display:flex;justify-content:space-between;gap:8px;font-size:10px;color:#687486;margin-top:7px}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:13px;margin:-12px 0 26px;flex-wrap:wrap}.breadcrumbs>span{display:flex;align-items:center;gap:8px}.breadcrumbs a{color:#65738a}.breadcrumbs a[aria-current]{color:#202124}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:70px 24px 80px}.empty-icon{color:#6483af;background:#eef4fd;width:90px;height:90px;display:flex;align-items:center;justify-content:center;border-radius:27px;margin-bottom:24px}.empty-state h2{font-size:21px;font-weight:550}.empty-state p{font-size:14px;max-width:380px;color:var(--muted);margin:12px auto 23px}.error-state{display:flex;align-items:flex-start;gap:13px;padding:20px;background:#fff5f4;color:#96352d;border-radius:10px;border:1px solid #f2d7d2;margin:12px 0}.error-state strong{font-size:14px;font-weight:550}.error-state p{font-size:13px;line-height:1.5;margin:7px 0 12px}.skeleton-list{padding:10px 0}.skeleton-row{display:flex;gap:25px;padding:20px 10px;border-bottom:1px solid #edf0f4}.skeleton-row span{display:block;height:18px;border-radius:5px;background:#edf1f6;animation:pulse 1.8s ease-in-out infinite}.skeleton-row span:first-child{width:42%}.skeleton-row span:nth-child(2){width:22%}.skeleton-row span:last-child{width:16%}@keyframes pulse{50%{opacity:.5}}.modal{border:1px solid var(--border);border-radius:18px;padding:26px;max-width:calc(100vw - 32px);width:460px;color:var(--text);box-shadow:0 20px 80px #17243c38;max-height:calc(100dvh - 40px);overflow:auto}.modal::backdrop{background:#18264066}.modal.wide{width:860px}.modal-header{display:flex;gap:15px;align-items:center;justify-content:space-between;margin-bottom:24px}.modal-header h2{font-size:20px;overflow-wrap:anywhere}.modal-header .icon-button{flex-shrink:0}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:7px}.modal .form-stack>p{margin:0;font-size:14px}.copy-field{display:flex;align-items:center;gap:5px}.share-file-heading{display:flex;gap:12px;align-items:center;overflow-wrap:anywhere;font-size:14px}.link-sharing{border-top:1px solid var(--border);padding-top:20px;display:flex;flex-direction:column;gap:12px}.link-sharing h3{display:flex;gap:9px;align-items:center;font-size:15px}.link-sharing p{margin:0;font-size:13px}.preview-content{min-height:200px}.preview-content>img,.preview-content>video{display:block;max-width:100%;max-height:65dvh;margin:0 auto;background:#f5f7fb;border-radius:6px}.preview-content>audio{display:block;width:100%;margin:30px 0}.preview-content>iframe{border:0;width:100%;height:60dvh;background:var(--shell)}.preview-footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px;font-size:13px}.preview-content .empty-state{padding:35px 20px}.files-page{position:relative;min-height:calc(100dvh - 147px)}.drop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;background:#edf4fff0;border:2px dashed #76a3e8;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;pointer-events:none;color:#1957b3}.drop-overlay p{font-size:14px}.upload-panel{position:fixed;bottom:20px;right:28px;width:355px;max-width:calc(100vw - 32px);background:#fff;z-index:45;border:1px solid #d2dce9;border-radius:13px;box-shadow:0 10px 45px #203b5b24;overflow:hidden}.upload-panel>header{display:flex;align-items:center;gap:10px;padding:11px 14px;background:#eef4fd}.upload-panel>header strong{font-size:13px;flex:1;font-weight:550}.upload-items{max-height:320px;overflow:auto}.upload-item{padding:14px 18px;border-bottom:1px solid #edf0f4}.upload-item-title{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px}.upload-item-title>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-item small{font-size:11px;display:block;margin:5px 0 10px;line-height:1.4}.upload-item progress{height:3px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:100;display:flex;align-items:center;gap:12px;max-width:calc(100vw - 32px);background:#263345;color:#fff;border-radius:10px;padding:14px 18px;box-shadow:0 5px 25px #15263e2b;font-size:14px}.toast.error{background:#8f2c24}.toast button{display:flex;align-items:center;justify-content:center;background:none;border:0;color:inherit;padding:2px;margin-left:10px}.help-content p{font-size:14px;color:var(--muted)}.help-content dl{margin:26px 0}.help-content dl>div{margin:20px 0}.help-content dt{font-size:14px;font-weight:550}.help-content dd{margin:7px 0;color:var(--muted);font-size:13px;line-height:1.55}.help-content kbd{background:var(--shell);border:1px solid var(--border);padding:2px 5px;border-radius:4px}.startup,.fatal-state{max-width:600px;margin:15vh auto;padding:24px}.fatal-state h1{margin:35px 0 15px}.fatal-state p{color:var(--muted);margin-bottom:24px}.startup>.brand{margin-bottom:30px}.mobile-menu,.mobile-drawer{display:none}@media(min-width:1600px){.main-canvas{padding:40px}.folder-grid{gap:18px}.file-table td{padding-top:18px;padding-bottom:18px}}@media(max-width:1150px){.app-shell{grid-template-columns:206px minmax(0,1fr)}.topbar-brand{width:161px}.main-canvas{padding:28px 24px;margin-right:12px}.sidebar{padding-right:12px}.folder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.files-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.file-table .account-column{display:none}.file-table th:nth-child(2){width:49%}.file-table th.date-column{width:24%}.file-table th.size-column{width:15%}.topbar-actions{gap:10px}}@media(max-width:900px){.page-heading{align-items:flex-start;gap:16px}.page-heading>.actions{justify-content:flex-end}.page-heading>.actions .button{padding:10px 12px;font-size:12px}.account-filter{display:none}.files-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.global-search kbd{display:none}}@media(max-width:760px){.app-shell{display:block;min-height:100dvh}.topbar{height:125px;padding:14px 16px;gap:12px;display:grid;grid-template-columns:1fr auto;grid-template-rows:36px 43px;row-gap:16px}.topbar-brand{width:auto;display:flex;align-items:center;gap:10px}.brand{font-size:24px;gap:8px}.brand-mark{width:32px;height:33px;border-radius:10px}.brand-mark>span{font-size:22px}.brand-mark svg{width:23px}.mobile-menu{display:inline-flex;margin-left:-6px}.global-search{grid-column:1/-1;grid-row:2;max-width:none;height:43px;border-radius:10px}.topbar-actions{grid-column:2;grid-row:1;gap:12px}.help-button,.sidebar{display:none}.main-canvas{margin:0 8px;padding:25px 17px;border-radius:17px 17px 0 0;min-height:calc(100dvh - 125px)}.page-heading{flex-wrap:wrap;margin-bottom:26px}.page-heading h1{font-size:25px}.page-heading p{font-size:13px;margin-top:6px}.page-heading>.actions{width:100%;justify-content:flex-start;gap:9px}.page-heading>.actions .button{font-size:13px;padding:10px 14px;min-height:42px}.page-heading>.actions .button:last-child{order:-1}.folder-grid{gap:10px}.folder-card{padding:11px 6px 11px 12px}.folder-card>a{gap:9px}.folder-card>a>span{font-size:12px}.folder-card>a>svg{width:21px}.folder-section{margin-bottom:22px}.section-heading{margin-bottom:12px}.file-toolbar{gap:8px;min-height:50px;margin-bottom:7px}.filter-group{gap:6px}.filter{padding:0 3px;min-height:34px}.filter select{font-size:11px;max-width:111px;padding:8px 1px}.filter>svg{display:none}.view-actions{gap:4px}.view-actions>.icon-button{display:none}.view-switch button{width:31px;height:32px}.file-table th.date-column,.file-table td.date-column,.file-table th.size-column,.file-table td.size-column{display:none}.file-table th:nth-child(2){width:auto}.file-table th:last-child{width:33px}.file-table td{padding:12px 4px}.file-table .check-cell{width:44px;padding:0}.selection-target{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer}.file-table th{padding:11px 6px}.file-name{gap:10px}.file-name strong{font-size:12px;max-width:100%}.mobile-file-meta{display:block;font-size:10px;margin-top:5px;color:#76808d}.file-table td:last-child .icon-button{width:29px}.file-glyph svg{width:22px}.file-count{font-size:10px}.file-count>span{display:none}.empty-state{padding:46px 12px}.empty-state h2{font-size:19px}.empty-state p{font-size:13px}.empty-icon{width:76px;height:76px;border-radius:22px}.empty-state .actions{justify-content:center}.files-grid{gap:11px}.file-card-preview{height:115px}.file-card-preview .file-glyph svg{width:44px}.file-card footer{padding:11px}.file-card footer>strong{font-size:12px}.file-card footer>span{font-size:10px}.file-card footer>span>span{display:none}.selection-toolbar{padding:4px 7px;font-size:13px;gap:5px}.selection-toolbar .actions{gap:2px}.mobile-drawer[open]{display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0;margin:0;width:280px;max-width:88vw;height:100dvh;max-height:100dvh;border:0;border-radius:0 18px 18px 0;padding:22px 18px;background:var(--shell);box-shadow:5px 0 35px #20304826;color:var(--text)}.mobile-drawer::backdrop{background:#16243866}.mobile-drawer>header{display:flex;justify-content:space-between;align-items:center;margin:0 3px 26px}.mobile-drawer .sidebar-bottom{padding-top:25px}.modal{padding:22px;width:calc(100vw - 28px);max-width:calc(100vw - 28px);border-radius:15px}.modal-header h2{font-size:18px}.form-grid{grid-template-columns:1fr}.modal-actions .button{flex:1}.upload-panel{right:16px;bottom:16px}.toast{bottom:18px;font-size:13px;min-width:240px}.item-menu-content button{padding:12px 10px}.file-table tbody tr:last-child .item-menu-content{top:auto;bottom:32px}.profile-popover{top:43px}.panel{padding:20px}.preview-content>iframe{height:55dvh}.files-page{min-height:calc(100dvh - 175px)}.sync-drive{min-width:32px;width:32px;padding:0}.sync-drive span{display:none}.account-filter{display:flex}.account-filter select{max-width:100px}.file-toolbar:not(.selection-toolbar){flex-wrap:wrap}.view-actions{margin-left:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
