:root{--bg:#f7f9fc;--surface:#fff;--surface-soft:#f1f5f9;--surface-strong:#e8eef6;--text:#202124;--muted:#5f6368;--border:#d9dee7;--focus:#1a73e8;--accent:#1a73e8;--accent-strong:#1558b0;--success:#14825f;--shadow:0 10px 26px #3c404324, 0 2px 8px #3c40431a;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}*{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0}button,a,input{font:inherit}button{color:inherit}.app-shell{background:var(--bg);min-height:100vh;display:grid}.sidebar-group{min-width:0;position:relative}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:22px;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0;overflow:hidden}.sidebar.collapsed{gap:18px;padding:22px 12px}.sidebar.collapsed .brand{justify-content:center}.sidebar.collapsed .side-nav a{border-radius:8px;justify-content:center;padding:0}.sidebar.collapsed .side-nav a span{display:none}.sidebar-toggle{width:100%;min-height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;margin-top:auto;padding:0 12px;font-size:14px;transition:color .12s,background .12s;display:flex}.sidebar-toggle:hover{color:var(--text);background:var(--surface-soft)}.sidebar.collapsed .sidebar-toggle{justify-content:center;padding:0}.sidebar.collapsed .sidebar-toggle span{display:none}.sidebar-resize-handle{z-index:12;cursor:col-resize;background:0 0;width:4px;height:100vh;transition:background .15s;position:absolute;top:0;right:0}.sidebar-resize-handle:hover,.sidebar-resize-handle.active{background:var(--accent)}.brand{min-width:0;color:var(--text);align-items:center;gap:10px;text-decoration:none;display:inline-flex}.brand-mark{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.brand-name{text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:650;overflow:hidden}.side-nav{gap:4px;display:grid}.side-nav a{min-height:42px;color:var(--muted);border-radius:8px;align-items:center;gap:12px;padding:0 12px;font-size:15px;font-weight:550;text-decoration:none;display:flex}.side-nav a:hover,.side-nav a.active{background:var(--surface-soft);color:var(--text)}.content-shell{flex-direction:column;min-width:0;min-height:100vh;display:flex}.content-header{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f9fceb;justify-content:space-between;align-items:center;gap:16px;height:64px;padding:0 28px;display:flex;position:sticky;top:0}.content-header h1{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:20px;font-weight:700;overflow:hidden}.account{position:relative}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:42px;height:42px;padding:0;display:grid}.icon-button:hover{background:var(--surface-soft)}.icon-button:focus-visible,.menu-item:focus-visible,.brand:focus-visible,.side-nav a:focus-visible,.tool-button:focus-visible,.primary-button:focus-visible,.folder-row:focus-visible,.file-row:focus-visible,.breadcrumb-link:focus-visible,.icon-text-button:focus-visible,.create-folder-form input:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.account-menu{z-index:20;background:var(--surface);border:1px solid var(--border);width:min(320px,100vw - 32px);box-shadow:var(--shadow);border-radius:8px;padding:8px;position:absolute;top:calc(100% + 10px);right:0}.account-summary{border-bottom:1px solid var(--border);grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;margin-bottom:6px;padding:10px;display:grid}.avatar{width:44px;height:44px;color:var(--accent);background:#e8f0fe;border-radius:50%;place-items:center;display:grid;overflow:hidden}.avatar-image{object-fit:cover;width:100%;height:100%;display:block}.account-copy{min-width:0}.account-copy strong,.account-copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.account-copy strong{font-size:15px;font-weight:650}.account-copy span{color:var(--muted);font-size:13px}.menu-item{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:12px;width:100%;min-height:42px;padding:0 12px;display:flex}.menu-item:hover{background:var(--surface-soft)}.main-shell{width:100%;margin:0;padding:28px}.main-shell.files-main{flex:1;height:calc(100vh - 64px);padding:0;overflow:hidden}.receiver-view{grid-template-columns:minmax(0,1fr) 290px;align-items:center;gap:32px;min-height:calc(100vh - 160px);display:grid}.receiver-copy h2,.view-heading h2{margin:0;font-size:30px;font-weight:750;line-height:1.15}.receiver-copy p,.view-heading p{color:var(--muted);margin:8px 0 0}.usage-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.usage-heading h2{margin:0;font-size:24px;font-weight:700;line-height:1.25}.qr-surface{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px;justify-items:center;gap:16px;padding:22px;display:grid}.qr-placeholder{border:1px solid var(--border);background:#fff;grid-template-columns:repeat(7,1fr);gap:5px;width:210px;height:210px;padding:14px;display:grid}.qr-placeholder span{background:#111827;border-radius:2px}.qr-placeholder span:nth-child(3n+1),.qr-placeholder span:nth-child(4n+2){background:#fff}.qr-status{color:var(--muted);align-items:center;gap:8px;font-size:14px;display:inline-flex}.usage-view,.files-view{gap:24px;display:grid}.main-shell.files-main .files-view{gap:0;height:100%}.view-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.toolbar{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.toolbar .tool-button,.toolbar .primary-button{width:38px;height:38px;padding:0}.tool-button,.primary-button,.icon-text-button{cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-weight:550;display:inline-flex}.tool-button:disabled{cursor:not-allowed;opacity:.55}.primary-button:disabled{cursor:not-allowed;opacity:.65}.primary-button{color:#fff;background:var(--accent);border-color:var(--accent)}.primary-button:hover{background:var(--accent-strong)}.usage-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.usage-card,.empty-state{background:var(--surface);border:1px solid var(--border);border-radius:8px;min-width:0;padding:18px}.usage-card-header{color:var(--muted);align-items:center;gap:8px;font-size:14px;font-weight:550;display:flex}.usage-card strong{text-overflow:ellipsis;white-space:nowrap;margin-top:10px;font-size:22px;font-weight:650;line-height:1.2;display:block;overflow:hidden}.usage-card strong small{color:var(--muted);font-size:16px;font-weight:500}.usage-card .meter{margin-top:12px}.meter{background:#e4e9f1;border-radius:999px;height:8px;margin-top:14px;overflow:hidden}.meter span{background:var(--success);border-radius:inherit;height:100%;display:block}.empty-state{color:var(--muted);justify-items:start;gap:14px;display:grid}.empty-state strong{color:var(--text)}.file-workspace{background:var(--surface);grid-template-columns:minmax(0,1fr);height:100%;min-height:0;display:grid;overflow:hidden}.file-content{grid-template-rows:auto auto auto minmax(0,1fr);align-content:start;gap:12px;min-width:0;padding:20px 24px;display:grid;overflow:hidden auto}.file-browser-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.breadcrumb{min-width:0;color:var(--muted);flex-wrap:wrap;align-items:center;gap:4px;font-size:14px;display:flex}.breadcrumb-current{max-width:240px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:650;overflow:hidden}.breadcrumb-link{max-width:200px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:4px 8px;font-size:14px;transition:color .12s,background .12s}.breadcrumb-link:hover{color:var(--text);background:var(--surface-soft)}.create-folder-form{background:var(--surface-soft);border:1px solid var(--border);border-radius:8px;align-items:center;gap:10px;padding:12px;display:flex}.create-folder-form input{min-width:0;height:38px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:6px;flex:1;padding:0 12px}.inline-error{color:#a23822;background:#fff4f0;border:1px solid #f2c7bd;border-radius:8px;padding:10px 12px}.file-list{align-content:start;align-self:stretch;min-height:0;display:grid;overflow:hidden auto}.file-list-header,.file-row{grid-template-columns:minmax(220px,1fr) 120px 170px;align-items:center;gap:12px;min-width:0;display:grid}.file-list-header{z-index:2;min-height:36px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;background:var(--surface);border-bottom:1px solid var(--border);padding:0 14px;font-size:12px;font-weight:650;position:sticky;top:0}.file-row{width:100%;min-height:44px;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:0 14px;font-size:14px;transition:background .1s}.file-row:hover{background:var(--surface-soft)}.file-name{min-width:0;color:var(--text);align-items:center;gap:10px;font-weight:550;display:flex}.col-size{font-variant-numeric:tabular-nums}.col-date{color:var(--muted);font-size:13px}.file-list-empty{min-height:160px;color:var(--muted);place-items:center;font-size:14px;display:grid}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.file-input-hidden{display:none}@media (width<=860px){.app-shell{grid-template-columns:1fr!important}.sidebar{z-index:11;border-right:0;border-bottom:1px solid var(--border);flex-direction:row;align-items:center;height:auto;padding:12px;position:static}.sidebar.collapsed{gap:12px;padding:12px 10px}.sidebar-toggle{margin-top:0}.sidebar-resize-handle{display:none}.brand{flex:none}.brand-name{display:none}.side-nav{grid-auto-columns:max-content;grid-auto-flow:column;gap:4px;overflow-x:auto}.side-nav a{min-height:38px;padding:0 10px;font-size:14px}.content-header{height:58px;padding:0 14px;top:0}.main-shell{width:100%;padding:24px 14px 40px}.main-shell.files-main{height:auto;min-height:calc(100vh - 112px);padding:0;overflow:visible}.receiver-view{grid-template-columns:1fr;gap:22px;min-height:auto}.qr-surface{justify-self:stretch}.view-heading,.usage-heading{display:grid}.toolbar{justify-content:flex-start}.file-browser-header{flex-direction:column;align-items:stretch}.usage-grid,.file-workspace{grid-template-columns:1fr}.file-list-header,.file-row{grid-template-columns:minmax(0,1fr) 86px}.file-list-header .col-date,.file-row .col-date{display:none}.create-folder-form{flex-direction:column;align-items:stretch}}
