:root{--blue: #1a73e8;--blue-dark: #0b57d0;--bg: #f8fafd;--surface: #ffffff;--text: #1f1f1f;--text-2: #444746;--muted: #5f6368;--border: #dadce0;--hover: #f0f4f9;--nav-active: #d3e3fd;--nav-active-text: #041e49;--danger: #c5221f;--success: #137333}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Google Sans,Roboto,Noto Sans Thai,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}button{font-family:inherit}.topbar{height:64px;display:flex;align-items:center;gap:10px;padding:0 16px;background:var(--bg);position:sticky;top:0;z-index:30}.topbar-left{display:flex;align-items:center;gap:4px;min-width:0}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--muted);white-space:nowrap}.brand-name{font-size:22px;font-weight:500}.icon-btn{width:40px;height:40px;border-radius:50%;border:0;background:transparent;color:var(--text-2);display:inline-grid;place-items:center;cursor:pointer;flex-shrink:0}.icon-btn:hover{background:#e4e7eb}.icon-btn.sm{width:32px;height:32px}.searchbar{flex:1;max-width:720px;height:48px;background:#e9eef6;border-radius:24px;display:flex;align-items:center;gap:12px;padding:0 18px;margin:0 auto;transition:box-shadow .15s,background .15s}.searchbar:focus-within{background:#fff;box-shadow:0 1px 6px #20212447}.searchbar input{flex:1;border:0;outline:0;background:transparent;font:inherit;font-size:16px;color:var(--text)}.searchbar input::placeholder{color:var(--muted)}.topbar-right{display:flex;align-items:center;gap:6px}.user-chip{display:inline-flex;align-items:center;gap:10px;padding:4px 10px 4px 4px;border-radius:999px}.user-chip:hover{background:#e4e7eb}.avatar{width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;display:inline-grid;place-items:center;font-weight:600;font-size:15px;flex-shrink:0}.avatar.sm{width:28px;height:28px;font-size:13px}.avatar-admin{background:#b06000}.user-name{font-weight:500}@media (max-width: 720px){.user-name{display:none}}.shell{display:flex;align-items:flex-start}.sidebar{width:256px;flex-shrink:0;padding:6px 0 24px;position:sticky;top:64px;max-height:calc(100vh - 64px);overflow-y:auto}.new-btn{display:flex;align-items:center;gap:12px;height:56px;margin:6px 16px 20px;padding:0 22px;background:#fff;border-radius:16px;cursor:pointer;font-size:14px;font-weight:500;color:var(--text);white-space:nowrap;box-shadow:0 1px 3px #3c40434d,0 2px 4px #3c404326;-webkit-user-select:none;user-select:none}.new-btn:hover{box-shadow:0 2px 6px #3c40434d,0 6px 12px #3c404326;background:#fafcff}.nav{display:flex;flex-direction:column}.nav-item{display:flex;align-items:center;gap:16px;padding:8px 12px 8px 24px;margin-right:12px;border-radius:0 24px 24px 0;color:var(--text);text-decoration:none;font-size:14px;font-weight:500;white-space:nowrap}.nav-item:hover{background:#eceef1}.nav-item.active{background:var(--nav-active);color:var(--nav-active-text)}.nav-icon{width:22px;text-align:center}.storage-note{margin:28px 24px 0;color:var(--muted);font-size:13px}.storage-bar{height:6px;background:#dde3ea;border-radius:999px;overflow:hidden;margin-bottom:8px}.storage-fill{height:100%;background:var(--blue)}.is-collapsed .sidebar{width:88px}.is-collapsed .new-label,.is-collapsed .nav-label,.is-collapsed .storage-note{display:none}.is-collapsed .new-btn{width:56px;padding:0;justify-content:center;margin-inline:auto}.is-collapsed .nav-item{justify-content:center;padding:8px 12px;margin-right:12px}.collapse-btn{display:none}@media (min-width: 721px){.topbar-left .icon-btn:first-child{display:none}.collapse-btn{display:inline-grid}}@media (max-width: 720px){.sidebar{position:fixed;left:0;top:64px;bottom:0;background:var(--surface);z-index:40;transform:translate(-100%);transition:transform .2s;box-shadow:none;width:280px!important}.is-mobile-open .sidebar{transform:translate(0);box-shadow:0 8px 24px #0003}.collapse-btn{display:none!important}.brand-name{display:none}}.content-wrap{flex:1;position:relative;min-width:0;padding-right:12px;margin-bottom:40px}.sheet{background:var(--surface);border-radius:16px;min-height:calc(100vh - 80px);padding:8px 24px 56px}.page-head{padding:16px 8px 4px;display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}.page-title{font-size:24px;font-weight:500;margin:0}.page-sub{color:var(--muted);font-size:13px}.section-title{font-size:15px;font-weight:500;margin:28px 8px 8px}.center-pad{padding:40px 16px;text-align:center}.list-tools{display:flex;align-items:center;justify-content:space-between;padding:8px 8px 6px}.count{color:var(--muted);font-size:13px}.view-toggle{display:flex;gap:2px}.view-toggle .icon-btn.on{background:#c2e7ff;color:#001d35}.dtable{width:100%;border-collapse:collapse}.dtable th{text-align:left;font-size:12px;font-weight:500;color:var(--muted);padding:10px 16px;border-bottom:1px solid var(--border)}.dtable td{padding:6px 16px;height:52px;border-bottom:1px solid #e8eaed;font-size:14px}.row>td{transition:background .1s}tr.row:hover>td,tr.editing>td{background:var(--hover)}tr.row:hover>td:first-child,tr.editing>td:first-child{border-radius:16px 0 0 16px}tr.row:hover>td:last-child,tr.editing>td:last-child{border-radius:0 16px 16px 0}.fcell{display:inline-flex;align-items:center;gap:14px;min-width:0;max-width:100%}.fname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.you-tag{font-style:normal;color:var(--muted);font-size:12px;margin-left:6px}.col-date,.col-size{white-space:nowrap;width:170px;color:var(--text-2)}.col-owner{width:140px}.col-role{width:110px}.col-menu{width:90px;text-align:right}.row-actions{display:inline-flex;gap:2px;opacity:0;vertical-align:middle}tr.row:hover .row-actions,.row-actions.visible{opacity:1}.ftile{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;font-size:9px;font-weight:700;letter-spacing:.02em;flex-shrink:0}.ftile-lg{width:46px;height:46px;font-size:11px;border-radius:12px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;padding:12px 8px 24px}.gcard{border:1px solid var(--border);border-radius:16px;padding:14px;cursor:pointer;transition:box-shadow .15s;background:var(--surface)}.gcard:hover{box-shadow:0 1px 6px #20212440;border-color:transparent}.gcard-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.gcard-top .row-actions{opacity:1}.gname{margin:0 0 4px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gmeta{margin:0;color:var(--muted);font-size:12px}.empty-state{text-align:center;padding:72px 20px}.empty-state p{margin:12px 0 4px;font-size:16px;font-weight:500}.empty-state p.muted{font-size:13px;font-weight:400}.drop-overlay{position:absolute;top:6px;right:12px;bottom:12px;left:0;border:2px dashed var(--blue);border-radius:20px;background:#fffffff0;z-index:45;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;pointer-events:none;animation:fadein .15s ease-out}@keyframes fadein{0%{opacity:0}to{opacity:1}}.drop-title{margin:12px 0 0;font-size:20px;font-weight:500;color:var(--blue-dark)}.drop-sub{margin:0;color:var(--muted)}.upanel{position:fixed;right:16px;bottom:16px;width:360px;max-width:calc(100vw - 32px);background:var(--surface);border-radius:16px;box-shadow:0 1px 3px #3c40434d,0 8px 24px #3c404340;z-index:60;overflow:hidden}.upanel-head{display:flex;align-items:center;justify-content:space-between;padding:12px 8px 12px 16px;border-bottom:1px solid #eceff1;font-size:14px}.upanel-body{max-height:300px;overflow-y:auto;padding:6px 0 8px}.uitem{padding:10px 16px}.uitem.status-done{background:#f1f8f4}.uitem.status-error{background:#fdf3f2}.urow{display:flex;justify-content:space-between;gap:12px}.uname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.usize{color:var(--muted);font-size:12px;flex-shrink:0}.ubar{height:4px;background:#e0e4e9;border-radius:999px;margin-top:8px;overflow:hidden}.ubar-fill{height:100%;background:var(--blue);border-radius:999px;transition:width .15s}.upct{font-size:11px;color:var(--muted)}.umsg{display:block;font-size:12px;margin-top:4px}.umsg.ok{color:var(--success)}.umsg.err{color:var(--danger)}.menu{position:relative;display:inline-block}.menu-pop{position:absolute;right:0;top:calc(100% + 4px);min-width:190px;background:var(--surface);border-radius:10px;box-shadow:0 2px 6px #3c40434d,0 8px 20px #3c404340;padding:6px 0;z-index:55}.menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:9px 16px;background:none;border:0;text-align:left;font-size:14px;cursor:pointer;color:var(--text)}.menu-item:hover{background:#f1f3f4}.menu-item.danger{color:var(--danger)}.btn-primary{background:var(--blue-dark);color:#fff;border:0;border-radius:999px;height:40px;padding:0 24px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap}.btn-primary:hover:not(:disabled){background:#0842a0;box-shadow:0 1px 3px #3c40434d}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-outline{background:#fff;color:var(--blue-dark);border:1px solid #747775;border-radius:999px;height:38px;padding:0 22px;font-size:14px;font-weight:500;cursor:pointer}.btn-outline:hover{background:#f0f4f9}.btn-block{width:100%;margin-top:8px}.btn-group{display:flex;gap:8px;align-self:flex-end}.add-user-panel{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap;padding:18px 8px;border-bottom:1px solid var(--border)}.gfield{display:flex;flex-direction:column;gap:6px;font-size:13px;margin-bottom:8px}.gfield span{color:var(--muted);font-weight:500}.gfield input,.gfield select{font:inherit;padding:10px 14px;border:1px solid #747775;border-radius:6px;background:#fff;color:var(--text);min-width:120px}.gfield input:focus,.gfield select:focus{outline:2px solid var(--blue-dark);outline-offset:-1px;border-color:transparent}.gfield.grow{flex:1;min-width:180px}.add-user-panel .gfield,.edit-row .gfield{margin-bottom:0}.add-user-panel .btn-primary{margin-bottom:2px}.edit-row{display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap;padding:10px 4px}.role-badge{display:inline-block;padding:3px 12px;border-radius:999px;background:#e8f0fe;color:#1967d2;font-size:12px;font-weight:600}.role-badge.is-admin{background:#fef7e0;color:#b06000}.alert{padding:10px 16px;border-radius:10px;font-size:13px;margin:10px 8px}.alert-error{background:#fce8e6;color:#a50e0e}.alert-success{background:#e6f4ea;color:var(--success)}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--bg)}.login-card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:44px 40px}.login-logo{text-align:center;margin-bottom:28px}.login-logo h1{font-size:22px;font-weight:500;margin:14px 0 4px}.login-logo p{margin:0;color:var(--muted);font-size:14px}.login-card .gfield{margin-bottom:20px}.login-card .alert{margin:0 0 16px}.muted{color:var(--muted)}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.center-screen{min-height:100vh;display:grid;place-items:center}
