
#tf-drive-browser{display:none;position:fixed;inset:0;z-index:2147483000;background:rgba(0,0,0,.52);padding:0;}
#tf-drive-browser.is-open{display:block}
body.tf-drive-open{overflow:hidden}
.tf-drive-shell{position:absolute;inset:0;background:#fff;color:#111;display:flex;flex-direction:column;max-width:720px;margin:0 auto}
.tf-drive-header{display:flex;gap:12px;align-items:center;padding:16px;border-bottom:1px solid #e5e7eb;background:#fff}
.tf-drive-header strong{font-size:18px}
.tf-drive-path{font-size:12px;color:#6b7280;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:75vw}
.tf-drive-close{border:0;background:#f3f4f6;width:38px;height:38px;border-radius:999px;font-size:26px;line-height:1}
.tf-drive-toolbar{display:flex;gap:8px;padding:10px 14px;border-bottom:1px solid #eee}
.tf-drive-toolbar button{border:1px solid #d1d5db;background:#fff;border-radius:8px;padding:8px 12px}
.tf-drive-toolbar button:disabled{opacity:.4}
.tf-drive-message{min-height:20px;padding:7px 14px;font-size:13px;color:#6b7280}
.tf-drive-list{overflow:auto;flex:1;padding:0 10px 20px}
.tf-drive-row{width:100%;border:0;border-bottom:1px solid #eee;background:#fff;display:grid;grid-template-columns:52px 1fr 22px;align-items:center;gap:10px;text-align:left;padding:10px 4px}
.tf-drive-row:active{background:#f8fafc}
.tf-drive-thumb{width:52px;height:52px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}
.tf-drive-thumb img{width:100%;height:100%;object-fit:cover}
.tf-drive-icon{font-size:28px}
.tf-drive-name{font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tf-drive-chevron{font-size:24px;color:#9ca3af}
.tf-drive-empty{padding:28px 12px;text-align:center;color:#6b7280}
@media(min-width:768px){#tf-drive-browser{display:none!important}}
