:root{--g-primary:#1f6b45;--g-primary-dark:#174f35;--g-accent:#54b948;--g-bg:#f5f7f6;--g-panel:#fff;--g-text:#1d2939;--g-muted:#667085;--g-border:#e4e9e6;--g-danger:#b42318;--g-warning:#b54708;--g-radius:10px;--g-shadow:0 8px 24px rgba(16,24,40,.06);--g-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
*{box-sizing:border-box}.gdocs-app,.gdocs-share-body,.gdocs-login-shell{font-family:var(--g-font);color:var(--g-text)}.gdocs-app button,.gdocs-app input,.gdocs-app textarea,.gdocs-app select,.gdocs-share-body button,.gdocs-share-body input{font:inherit}.gdocs-app{display:flex;min-height:calc(100vh - 80px);margin:0;background:var(--g-bg);border:1px solid var(--g-border);border-radius:14px;overflow:hidden;box-shadow:var(--g-shadow)}
.gdocs-sidebar{width:214px;flex:0 0 214px;background:#123d2b;color:#fff;padding:15px 11px;display:flex;flex-direction:column;min-height:calc(100vh - 80px);position:relative;z-index:30}.gdocs-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;padding:5px 7px 15px;border-bottom:1px solid rgba(255,255,255,.1)}.gdocs-brand img{width:34px;height:34px;object-fit:contain;background:#fff;border-radius:9px;padding:3px}.gdocs-brand span{min-width:0}.gdocs-brand strong{font-size:13px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gdocs-brand small{font-size:10px;color:rgba(255,255,255,.64)}
.gdocs-nav{display:flex;flex-direction:column;gap:3px;margin-top:15px}.gdocs-nav button{appearance:none;border:0;background:transparent;color:rgba(255,255,255,.72);display:flex;align-items:center;gap:9px;width:100%;height:36px;padding:0 10px;border-radius:8px;text-align:left;font-size:12.5px;cursor:pointer;transition:.18s}.gdocs-nav button span{width:18px;text-align:center;font-size:15px}.gdocs-nav button:hover{background:rgba(255,255,255,.08);color:#fff}.gdocs-nav button.is-active{background:rgba(84,185,72,.22);color:#fff;font-weight:600}.gdocs-sidebar-bottom{margin-top:auto;padding:12px 7px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:8px}.gdocs-sidebar-bottom a{color:rgba(255,255,255,.7);text-decoration:none;font-size:11.5px}.gdocs-sidebar-bottom a:hover{color:#fff}
.gdocs-main{flex:1;min-width:0}.gdocs-topbar{height:66px;background:#fff;border-bottom:1px solid var(--g-border);display:flex;align-items:center;justify-content:space-between;padding:0 22px}.gdocs-topbar-left{display:flex;align-items:center;gap:9px}.gdocs-topbar h1{font-size:17px;line-height:1.2;margin:0 0 3px}.gdocs-topbar p{font-size:11.5px;color:var(--g-muted);margin:0}.gdocs-user-chip{display:flex;align-items:center;gap:8px;border:1px solid var(--g-border);border-radius:999px;padding:4px 10px 4px 4px;font-size:11.5px;background:#fff}.gdocs-user-chip img{width:27px;height:27px;border-radius:50%}.gdocs-mobile-menu{display:none!important}
.gdocs-content{padding:18px;max-width:1500px;margin:0 auto}.gdocs-view{display:none}.gdocs-view.is-active{display:block}.gdocs-warning{margin:12px 18px 0;background:#fff5e8;border:1px solid #fed7aa;color:#9a3412;padding:9px 12px;border-radius:8px;font-size:11.5px}
.gdocs-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.gdocs-stats article{background:#fff;border:1px solid var(--g-border);border-radius:var(--g-radius);padding:14px 15px;box-shadow:0 4px 12px rgba(16,24,40,.03)}.gdocs-stats span,.gdocs-stats small{display:block;color:var(--g-muted);font-size:10.5px}.gdocs-stats strong{font-size:24px;display:block;line-height:1.25;margin:4px 0;color:var(--g-primary-dark)}
.gdocs-grid-2{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.gdocs-card{background:#fff;border:1px solid var(--g-border);border-radius:var(--g-radius);box-shadow:0 4px 14px rgba(16,24,40,.035)}.gdocs-card-head{display:flex;align-items:center;justify-content:space-between;padding:14px 15px;border-bottom:1px solid var(--g-border)}.gdocs-card-head h2,.gdocs-toolbar h2{margin:2px 0 0;font-size:14px}.gdocs-kicker{font-size:9.5px;letter-spacing:.08em;font-weight:700;color:var(--g-primary);text-transform:uppercase}.gdocs-icon-button{border:1px solid var(--g-border);background:#fff;color:var(--g-text);width:30px;height:30px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px}.gdocs-icon-button:hover{border-color:var(--g-primary);color:var(--g-primary)}
.gdocs-quick-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;padding:14px}.gdocs-quick-actions button{border:1px solid var(--g-border);background:#fbfcfb;border-radius:9px;padding:12px;text-align:left;cursor:pointer;display:grid;grid-template-columns:28px 1fr;column-gap:9px}.gdocs-quick-actions button>span{grid-row:1/3;width:28px;height:28px;border-radius:7px;background:#eaf5ee;color:var(--g-primary);display:flex;align-items:center;justify-content:center;font-size:16px}.gdocs-quick-actions strong{font-size:11.5px}.gdocs-quick-actions small{font-size:10px;color:var(--g-muted);margin-top:2px}.gdocs-quick-actions button:hover{border-color:#b9d6c4;background:#f7fbf8}.gdocs-steps{list-style:none;margin:0;padding:9px 15px 14px}.gdocs-steps li{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--g-border)}.gdocs-steps li:last-child{border-bottom:0}.gdocs-steps b{width:23px;height:23px;flex:0 0 23px;border-radius:50%;background:var(--g-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px}.gdocs-steps strong,.gdocs-steps small{display:block}.gdocs-steps strong{font-size:11.5px}.gdocs-steps small{font-size:10px;color:var(--g-muted);margin-top:2px}
.gdocs-document-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:13px}.gdocs-folder-panel{min-height:610px}.gdocs-folder-list{padding:7px}.gdocs-folder-row{display:flex;align-items:center;gap:2px}.gdocs-folder-row .gdocs-folder-item{flex:1;min-width:0}.gdocs-folder-more{width:24px;height:24px;border:0;background:transparent;color:var(--g-muted);border-radius:6px;cursor:pointer;opacity:0}.gdocs-folder-row:hover .gdocs-folder-more{opacity:1}.gdocs-folder-more:hover{background:#edf5f0;color:var(--g-primary)}.gdocs-folder-item{display:flex;align-items:center;gap:7px;width:100%;border:0;background:transparent;padding:8px;border-radius:7px;cursor:pointer;text-align:left;color:var(--g-text);font-size:11.5px}.gdocs-folder-item span:first-child{color:var(--g-primary);font-size:14px}.gdocs-folder-item strong{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.gdocs-folder-item small{font-size:9.5px;color:var(--g-muted)}.gdocs-folder-item:hover{background:#f2f7f4}.gdocs-folder-item.is-active{background:#eaf5ee;color:var(--g-primary-dark)}.gdocs-folder-child{padding-left:20px}.gdocs-file-panel{min-height:610px}.gdocs-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 15px;border-bottom:1px solid var(--g-border)}.gdocs-toolbar-actions{display:flex;align-items:center;gap:7px}.gdocs-button{height:31px;border:1px solid var(--g-border);border-radius:8px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:5px;text-decoration:none;font-size:11px;font-weight:600;cursor:pointer;white-space:nowrap}.gdocs-button-primary{background:var(--g-primary);border-color:var(--g-primary);color:#fff}.gdocs-button-primary:hover{background:var(--g-primary-dark);color:#fff}.gdocs-button-soft{background:#f2f7f4;color:var(--g-primary-dark);border-color:#d5e8dc}.gdocs-button-danger{background:#fff1f0;color:var(--g-danger);border-color:#f7c9c5}.gdocs-search{height:31px;width:190px;display:flex;align-items:center;border:1px solid var(--g-border);border-radius:8px;background:#fff;padding:0 8px;gap:5px}.gdocs-search span{color:var(--g-muted)}.gdocs-search input{border:0!important;box-shadow:none!important;outline:0;width:100%;font-size:11px;padding:0!important;background:transparent!important}.gdocs-table-wrap{overflow:auto}.gdocs-table{border-collapse:collapse;width:100%;font-size:11px}.gdocs-table th{font-size:9.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--g-muted);font-weight:700;text-align:left;background:#fafbfa;padding:9px 12px;border-bottom:1px solid var(--g-border)}.gdocs-table td{padding:10px 12px;border-bottom:1px solid var(--g-border);vertical-align:middle}.gdocs-table tr:hover td{background:#fcfdfc}.gdocs-file-name{display:flex;align-items:center;gap:9px}.gdocs-file-type{width:31px;height:35px;border-radius:6px;background:#fff0ef;color:#b42318;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:800;border:1px solid #ffd3cf}.gdocs-file-name strong,.gdocs-file-name small{display:block;max-width:460px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gdocs-file-name strong{font-size:11.5px}.gdocs-file-name small{font-size:9.5px;color:var(--g-muted);margin-top:2px}.gdocs-actions-col{width:100px}.gdocs-row-actions{display:flex;justify-content:flex-end;gap:4px}.gdocs-row-actions a,.gdocs-row-actions button{width:27px;height:27px;border:1px solid var(--g-border);background:#fff;border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--g-muted);text-decoration:none;cursor:pointer}.gdocs-row-actions a:hover,.gdocs-row-actions button:hover{color:var(--g-primary);border-color:#b9d6c4}.gdocs-empty{text-align:center;padding:55px 20px;color:var(--g-muted)}.gdocs-empty>span{font-size:34px;color:#b8c8bf}.gdocs-empty h3{font-size:13px;color:var(--g-text);margin:8px 0 4px}.gdocs-empty p{font-size:10.5px;margin:0}.gdocs-skeleton{height:120px;border-radius:8px;background:linear-gradient(90deg,#f2f4f3 25%,#fafbfa 45%,#f2f4f3 65%);background-size:300% 100%;animation:gdocs-shimmer 1.3s infinite}.gdocs-upload-progress{margin:10px 15px;padding:10px;background:#f4f8f5;border:1px solid #dbeadf;border-radius:8px;font-size:10.5px}.gdocs-progress-row{display:grid;grid-template-columns:minmax(0,1fr) 80px;gap:10px;align-items:center;margin:5px 0}.gdocs-progress-track{height:5px;border-radius:99px;background:#e3ebe6;overflow:hidden}.gdocs-progress-track i{display:block;height:100%;background:var(--g-accent);width:0}.gdocs-progress-row small{text-align:right;color:var(--g-muted)}
.gdocs-settings-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:14px}.gdocs-settings-layout>.gdocs-card{align-self:start}.gdocs-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;padding:14px 15px}.gdocs-form-grid label,.gdocs-logo-uploader label,.gdocs-modal-form label,.gdocs-share-password label{display:flex;flex-direction:column;gap:5px;color:#344054;font-size:10.5px;font-weight:600}.gdocs-form-grid input,.gdocs-form-grid textarea,.gdocs-form-grid select,.gdocs-modal-form input,.gdocs-modal-form textarea,.gdocs-modal-form select,.gdocs-share-password input{width:100%;border:1px solid #d8dedb;border-radius:8px;background:#fff;color:var(--g-text);padding:7px 9px!important;min-height:34px;font-size:11.5px;box-shadow:none!important;outline:0}.gdocs-form-grid textarea,.gdocs-modal-form textarea{resize:vertical}.gdocs-form-grid input:focus,.gdocs-form-grid textarea:focus,.gdocs-form-grid select:focus,.gdocs-modal-form input:focus,.gdocs-modal-form textarea:focus{border-color:#8dbda0;box-shadow:0 0 0 3px rgba(31,107,69,.08)!important}.gdocs-span-2{grid-column:1/-1}.gdocs-form-actions{border-top:1px solid var(--g-border);padding:11px 15px;display:flex;justify-content:flex-end;gap:7px}.gdocs-logo-uploader{display:flex;gap:15px;align-items:center;padding:18px 15px}.gdocs-logo-uploader img{width:92px;height:92px;border:1px solid var(--g-border);border-radius:10px;object-fit:contain;padding:8px;background:#fff}.gdocs-logo-uploader input{font-size:10px}.gdocs-logo-uploader p{font-size:9.5px;color:var(--g-muted);margin:7px 0 0}.gdocs-color-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px 15px;border-bottom:1px solid var(--g-border)}.gdocs-color-grid label{font-size:10.5px;color:#344054;font-weight:600}.gdocs-color-grid input{display:block;width:100%;height:35px;margin-top:5px;padding:2px;border:1px solid var(--g-border);border-radius:7px;background:#fff}.gdocs-profile-card{max-width:720px}.gdocs-profile-head{display:flex;align-items:center;gap:12px;padding:15px;border-bottom:1px solid var(--g-border)}.gdocs-profile-head img{width:54px;height:54px;border-radius:50%}.gdocs-profile-head strong,.gdocs-profile-head span{display:block}.gdocs-profile-head strong{font-size:13px}.gdocs-profile-head span{font-size:10px;color:var(--g-muted);margin-top:3px}.gdocs-status{display:inline-flex;padding:3px 7px;border-radius:99px;font-size:9.5px;font-weight:700}.gdocs-status-publish{background:#eaf7ef;color:#146c43}.gdocs-status-draft{background:#fff6e6;color:#9a5b00}
.gdocs-modal[hidden]{display:none}.gdocs-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:18px}.gdocs-modal-backdrop{position:absolute;inset:0;background:rgba(12,26,20,.55);backdrop-filter:blur(2px)}.gdocs-modal-dialog{position:relative;background:#fff;border-radius:12px;width:min(560px,100%);max-height:90vh;overflow:auto;box-shadow:0 22px 60px rgba(0,0,0,.2)}.gdocs-modal-close{position:absolute;right:10px;top:10px;width:28px;height:28px;border:0;background:#f3f5f4;border-radius:7px;cursor:pointer;font-size:18px;z-index:2}.gdocs-modal-title{padding:17px 45px 12px 17px;border-bottom:1px solid var(--g-border)}.gdocs-modal-title h2{font-size:15px;margin:0}.gdocs-modal-title p{font-size:10.5px;color:var(--g-muted);margin:4px 0 0}.gdocs-modal-form{padding:15px 17px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.gdocs-modal-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:7px;margin-top:4px}.gdocs-qr-preview{grid-column:1/-1;display:grid;grid-template-columns:210px 1fr;gap:18px;align-items:center;padding:12px;border:1px solid var(--g-border);border-radius:10px;background:#f8faf9}.gdocs-qr-preview canvas{width:210px;height:210px;background:#fff;border-radius:8px}.gdocs-qr-meta h3{font-size:14px;margin:5px 0}.gdocs-qr-meta p{font-size:10.5px;color:var(--g-muted);word-break:break-all}.gdocs-toast-wrap{position:fixed;right:18px;bottom:18px;z-index:100000;display:flex;flex-direction:column;gap:7px}.gdocs-toast{background:#152c20;color:#fff;padding:10px 13px;border-radius:9px;box-shadow:0 12px 30px rgba(0,0,0,.18);font-size:11px;min-width:230px;animation:gdocs-pop .18s ease}.gdocs-toast.is-error{background:#7a271a}
.gdocs-login-shell{min-height:65vh;display:flex;align-items:center;justify-content:center;padding:30px;background:#f5f8f6}.gdocs-login-card{width:min(390px,100%);background:#fff;border:1px solid var(--g-border);border-radius:14px;padding:28px;box-shadow:var(--g-shadow);text-align:center}.gdocs-login-logo{width:68px;height:68px;object-fit:contain;margin-bottom:10px}.gdocs-login-card h2{font-size:20px;margin:5px 0}.gdocs-login-card>p{font-size:12px;color:var(--g-muted);margin:0 0 18px}.gdocs-login-card form{text-align:left}.gdocs-login-card label{font-size:11px;font-weight:600;color:#344054}.gdocs-login-card input[type=text],.gdocs-login-card input[type=password]{width:100%;height:39px;border:1px solid var(--g-border);border-radius:8px;padding:0 10px;margin:5px 0 12px}.gdocs-login-card input[type=submit]{width:100%;height:39px;border:0;border-radius:8px;background:var(--g-primary);color:#fff;font-weight:700;cursor:pointer}.gdocs-login-card .login-remember{font-size:10.5px}.gdocs-login-card>a{font-size:11px;color:var(--g-primary);display:inline-block;margin-top:12px}.gdocs-contact-card{border:1px solid var(--g-border);border-radius:12px;padding:22px;background:#fff}.gdocs-contact-card h2{margin-top:0}.gdocs-contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.gdocs-contact-grid p{margin:0;padding:12px;background:#f7f9f8;border-radius:8px}.gdocs-contact-grid strong,.gdocs-contact-grid span{display:block}.gdocs-contact-grid strong{font-size:10px;color:var(--g-muted);text-transform:uppercase}.gdocs-contact-grid span{font-size:12px;margin-top:4px}
.gdocs-share-body{margin:0;background:#e6e9e7;color:#26352e}.gdocs-share-shell{width:min(860px,calc(100% - 24px));margin:8px auto 24px;background:#fff;min-height:calc(100vh - 32px);box-shadow:0 10px 36px rgba(0,0,0,.1)}.gdocs-share-alert{display:flex;align-items:center;gap:11px;padding:12px 18px;background:var(--g-accent);color:#fff}.gdocs-share-alert>span{width:28px;height:28px;border-radius:50%;background:#fff;color:var(--g-primary);display:flex;align-items:center;justify-content:center;font-weight:800}.gdocs-share-alert p{margin:0;font-size:11.5px}.gdocs-share-hero{text-align:center;padding:28px 28px 22px;border-bottom:1px solid var(--g-border)}.gdocs-share-hero img{width:74px;height:74px;object-fit:contain}.gdocs-share-hero span{display:block;font-size:9px;letter-spacing:.12em;color:var(--g-primary);font-weight:800;margin-top:9px}.gdocs-share-hero h1{font-size:25px;margin:7px 0}.gdocs-share-hero p{font-size:12px;color:var(--g-muted);margin:0 auto;max-width:620px}.gdocs-share-company{padding:20px 28px}.gdocs-share-company-title{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:2px solid var(--g-primary);padding-bottom:8px;margin-bottom:13px}.gdocs-share-company-title h2{font-size:15px;margin:0}.gdocs-share-company-title span{font-size:10px;color:var(--g-muted)}.gdocs-share-company-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px 25px}.gdocs-share-company-grid div{display:grid;grid-template-columns:105px 1fr;font-size:11.5px}.gdocs-share-company-grid b{color:#344054}.gdocs-share-company-grid span{color:#667085}.gdocs-share-company-grid .wide{grid-column:1/-1}.gdocs-share-documents{padding:0 18px 20px}.gdocs-share-section-title{background:var(--g-primary);color:#fff;border-radius:9px 9px 0 0;display:flex;align-items:center;justify-content:space-between;padding:10px 13px}.gdocs-share-section-title>div{display:flex;gap:8px;align-items:center}.gdocs-share-section-title h2{font-size:12px;margin:0}.gdocs-share-section-title small{font-size:9.5px;opacity:.75}.gdocs-share-file-list{border:1px solid var(--g-border);border-top:0;border-radius:0 0 9px 9px;overflow:hidden}.gdocs-share-file-list article{display:flex;align-items:center;padding:11px 13px;border-bottom:1px solid var(--g-border);gap:10px}.gdocs-share-file-list article:last-child{border-bottom:0}.gdocs-file-mark{width:35px;height:40px;border-radius:6px;background:#fff0ef;color:#b42318;border:1px solid #ffd4d0;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:800}.gdocs-share-file-info{min-width:0;flex:1}.gdocs-share-file-info h3{font-size:11.5px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gdocs-share-file-info p{font-size:9.5px;color:var(--g-muted);margin:3px 0 0}.gdocs-share-file-actions{display:flex;gap:6px}.gdocs-share-file-actions a{font-size:10px;text-decoration:none;padding:6px 9px;border:1px solid var(--g-border);border-radius:7px;color:var(--g-primary)}.gdocs-share-file-actions a.primary{background:var(--g-primary);border-color:var(--g-primary);color:#fff}.gdocs-share-bottom{display:grid;grid-template-columns:1fr 1.15fr;gap:12px;padding:0 18px 20px}.gdocs-share-bottom>article{border:1px solid var(--g-border);border-radius:9px;padding:15px}.gdocs-share-bottom h2{font-size:14px;margin:4px 0}.gdocs-share-bottom p{font-size:10.5px;color:var(--g-muted);line-height:1.6}.gdocs-share-contact{display:flex;gap:6px}.gdocs-share-contact a,.gdocs-share-qr button{height:30px;border:1px solid var(--g-border);border-radius:7px;padding:0 10px;font-size:10px;text-decoration:none;display:inline-flex;align-items:center;color:var(--g-primary);background:#fff;cursor:pointer}.gdocs-share-qr{display:flex;align-items:center;gap:14px}.gdocs-share-qr canvas{width:120px;height:120px;flex:0 0 120px}.gdocs-share-footer{background:var(--g-primary-dark);color:#fff;padding:14px 18px;display:flex;align-items:center;gap:10px}.gdocs-share-footer img{width:28px;height:28px;background:#fff;border-radius:6px;padding:2px;object-fit:contain}.gdocs-share-footer p{font-size:10px;margin:0;flex:1;opacity:.75}.gdocs-share-footer span{font-size:9.5px;opacity:.6}.gdocs-share-error,.gdocs-share-password{max-width:460px;margin:80px auto;padding:30px;text-align:center}.gdocs-share-error img,.gdocs-share-password img{width:80px;height:80px;object-fit:contain}.gdocs-share-error h1,.gdocs-share-password h1{font-size:22px}.gdocs-share-error p,.gdocs-share-password p{font-size:12px;color:var(--g-muted)}.gdocs-share-error a,.gdocs-share-password button{display:inline-flex;height:36px;padding:0 14px;align-items:center;background:var(--g-primary);color:#fff;border:0;border-radius:8px;text-decoration:none;font-size:11px;font-weight:700}.gdocs-share-password form{text-align:left;margin-top:18px}.gdocs-share-password button{width:100%;justify-content:center;margin-top:10px}.gdocs-inline-error{background:#fff0ef;color:#b42318;border-radius:7px;padding:8px;font-size:10.5px;margin:10px 0}
.gdocs-public-folder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gdocs-public-folder{border:1px solid var(--g-border);border-radius:12px;padding:16px;background:#fff}.gdocs-folder-icon{width:34px;height:34px;border-radius:8px;background:#eaf5ee;color:var(--g-primary);display:flex;align-items:center;justify-content:center}.gdocs-public-folder h3{font-size:14px;margin:12px 0 5px}.gdocs-public-folder p{font-size:11px;color:var(--g-muted);line-height:1.6}.gdocs-folder-status{font-size:9px;color:var(--g-primary);font-weight:700}.gdocs-empty-public{color:var(--g-muted);font-size:12px}
@keyframes gdocs-shimmer{0%{background-position:100% 0}100%{background-position:0 0}}@keyframes gdocs-pop{from{transform:translateY(6px);opacity:0}to{transform:none;opacity:1}}
@media(max-width:1100px){.gdocs-stats{grid-template-columns:repeat(2,1fr)}.gdocs-grid-2,.gdocs-settings-layout{grid-template-columns:1fr}.gdocs-document-layout{grid-template-columns:210px minmax(0,1fr)}.gdocs-toolbar{align-items:flex-start}.gdocs-toolbar-actions{flex-wrap:wrap;justify-content:flex-end}.gdocs-search{width:160px}}
@media(max-width:820px){.gdocs-app{border-radius:0;min-height:100vh}.gdocs-sidebar{position:fixed;left:-230px;top:0;bottom:0;min-height:100vh;transition:left .2s;box-shadow:10px 0 30px rgba(0,0,0,.18)}.gdocs-sidebar.is-open{left:0}.gdocs-mobile-menu{display:inline-flex!important}.gdocs-topbar{padding:0 13px}.gdocs-user-chip span{display:none}.gdocs-content{padding:12px}.gdocs-document-layout{grid-template-columns:1fr}.gdocs-folder-panel{min-height:auto}.gdocs-folder-list{display:flex;overflow:auto}.gdocs-folder-item{min-width:155px}.gdocs-folder-child{padding-left:8px}.gdocs-file-panel{min-height:500px}.gdocs-share-company-grid{grid-template-columns:1fr}.gdocs-share-company-grid .wide{grid-column:auto}.gdocs-share-bottom{grid-template-columns:1fr}.gdocs-public-folder-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.gdocs-stats{grid-template-columns:1fr 1fr;gap:8px}.gdocs-stats article{padding:11px}.gdocs-stats strong{font-size:20px}.gdocs-grid-2{gap:10px}.gdocs-quick-actions{grid-template-columns:1fr}.gdocs-toolbar{display:block}.gdocs-toolbar-actions{margin-top:10px;justify-content:flex-start}.gdocs-search{width:100%;order:3}.gdocs-table th:nth-child(2),.gdocs-table td:nth-child(2),.gdocs-table th:nth-child(3),.gdocs-table td:nth-child(3){display:none}.gdocs-form-grid{grid-template-columns:1fr}.gdocs-span-2{grid-column:auto}.gdocs-color-grid{grid-template-columns:1fr 1fr}.gdocs-modal-form{grid-template-columns:1fr}.gdocs-modal-actions,.gdocs-qr-preview{grid-column:auto}.gdocs-qr-preview{grid-template-columns:1fr;text-align:center}.gdocs-qr-preview canvas{margin:auto}.gdocs-contact-grid{grid-template-columns:1fr}.gdocs-share-shell{width:100%;margin:0}.gdocs-share-alert{padding:10px 12px}.gdocs-share-hero{padding:22px 14px 18px}.gdocs-share-hero h1{font-size:20px}.gdocs-share-company{padding:16px}.gdocs-share-company-title{display:block}.gdocs-share-company-title span{display:block;margin-top:4px}.gdocs-share-company-grid div{grid-template-columns:90px 1fr}.gdocs-share-documents,.gdocs-share-bottom{padding-left:10px;padding-right:10px}.gdocs-share-file-list article{align-items:flex-start;flex-wrap:wrap}.gdocs-share-file-info{min-width:calc(100% - 50px)}.gdocs-share-file-actions{margin-left:45px}.gdocs-share-qr{display:block;text-align:center}.gdocs-share-qr canvas{width:150px;height:150px}.gdocs-public-folder-grid{grid-template-columns:1fr}}

/* Minh Đức 1.1: công khai mặc định và thao tác thu gọn */
.gdocs-folder-row{gap:4px}.gdocs-folder-item{min-width:0}.gdocs-visibility-dot{width:7px;height:7px;border-radius:50%;margin-left:auto;flex:0 0 7px}.gdocs-visibility-dot.is-public{background:#12b76a;box-shadow:0 0 0 3px #e7f8ef}.gdocs-visibility-dot.is-private{background:#98a2b3;box-shadow:0 0 0 3px #f2f4f7}.gdocs-folder-toggle{width:28px;height:17px;border:0;border-radius:10px;background:#d0d5dd;padding:2px;cursor:pointer;flex:0 0 28px;transition:.18s}.gdocs-folder-toggle span{display:block;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.2);transition:.18s}.gdocs-folder-toggle.is-on{background:var(--g-primary)}.gdocs-folder-toggle.is-on span{transform:translateX(11px)}.gdocs-share-defaults{border-top:1px solid var(--g-border);padding-top:12px;margin-top:12px}.gdocs-share-defaults label>span{display:flex;align-items:center;gap:7px;min-height:34px}.gdocs-share-defaults input[type=checkbox]{width:16px;height:16px}.gdocs-folder-status{text-decoration:none}.gdocs-folder-status:hover{text-decoration:underline}

/* Minh Đức 1.2: điều hướng thư mục đa cấp */
.gdocs-folder-row{padding-left:calc(var(--gdocs-folder-depth,0)*12px)}.gdocs-folder-expander{width:22px;height:28px;border:0;border-radius:6px;background:transparent;color:var(--g-muted);cursor:pointer;flex:0 0 22px;font-size:16px;line-height:1}.gdocs-folder-expander:hover{background:#edf5f0;color:var(--g-primary)}.gdocs-folder-expander.is-leaf{visibility:hidden;pointer-events:none}.gdocs-folder-breadcrumb{display:flex;align-items:center;gap:5px;min-height:18px;margin-top:3px;overflow:auto;white-space:nowrap;color:var(--g-muted);font-size:10px}.gdocs-folder-breadcrumb button{border:0;background:transparent;padding:0;color:var(--g-primary);font:inherit;cursor:pointer}.gdocs-folder-breadcrumb button:hover{text-decoration:underline}.gdocs-folder-breadcrumb i,.gdocs-share-breadcrumb i{font-style:normal;color:#98a2b3}.gdocs-share-breadcrumb{display:flex;align-items:center;gap:7px;overflow:auto;white-space:nowrap;margin:0 0 10px;color:#667085;font-size:11px}.gdocs-share-breadcrumb a{color:var(--g-primary);text-decoration:none}.gdocs-share-breadcrumb a:hover{text-decoration:underline}.gdocs-share-breadcrumb span{font-weight:700;color:#344054}.gdocs-share-folder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;border:1px solid var(--g-border);border-bottom:0;background:#fbfdfc}.gdocs-share-folder-card{display:flex;align-items:center;gap:9px;min-width:0;padding:10px;border:1px solid #dbe7df;border-radius:8px;background:#fff;color:inherit;text-decoration:none}.gdocs-share-folder-card:hover{border-color:#9fc6ae;background:#f4f9f6}.gdocs-share-folder-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:7px;background:#eaf5ee;color:var(--g-primary);flex:0 0 30px}.gdocs-share-folder-card>span:nth-child(2){display:block;min-width:0;flex:1}.gdocs-share-folder-card strong,.gdocs-share-folder-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gdocs-share-folder-card strong{font-size:11px}.gdocs-share-folder-card small{margin-top:3px;color:var(--g-muted);font-size:9.5px}.gdocs-share-folder-card>b{color:var(--g-primary);font-size:18px;font-weight:400}
@media(max-width:820px){.gdocs-folder-list{display:block;overflow:auto}.gdocs-folder-item{min-width:0}.gdocs-share-folder-grid{grid-template-columns:1fr}}

/* Minh Đức 1.3: icon SVG nhất quán và cây thư mục dễ quét hơn */
.gdocs-icon{display:block;width:1em;height:1em;flex:0 0 auto}.gdocs-nav button .gdocs-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:16px}.gdocs-sidebar-bottom a{display:flex;align-items:center;gap:7px}.gdocs-sidebar-bottom a>span{display:inline-flex;width:14px;height:14px}.gdocs-icon-button .gdocs-icon{width:17px;height:17px}.gdocs-quick-actions button>span .gdocs-icon{width:16px;height:16px}.gdocs-button .gdocs-icon{width:14px;height:14px}.gdocs-search>span{display:inline-flex;width:14px;height:14px}.gdocs-search .gdocs-icon{width:14px;height:14px}.gdocs-row-actions .gdocs-icon{width:15px;height:15px}.gdocs-modal-close .gdocs-icon{width:16px;height:16px}.gdocs-empty>span{display:inline-flex;align-items:center;justify-content:center}.gdocs-empty>span .gdocs-icon{width:24px;height:24px}.gdocs-folder-status{display:inline-flex;align-items:center;gap:4px}.gdocs-folder-status .gdocs-icon{width:13px;height:13px}
.gdocs-document-layout{grid-template-columns:minmax(360px,440px) minmax(0,1fr);gap:20px}.gdocs-folder-panel{display:flex;flex-direction:column;min-height:650px}.gdocs-folder-list{flex:1;padding:10px;overflow:auto}.gdocs-folder-row{display:grid;grid-template-columns:24px minmax(0,1fr) auto auto;align-items:center;gap:4px;padding:3px 0 3px calc(var(--gdocs-folder-depth,0)*8px);width:100%;box-sizing:border-box;overflow:hidden;min-height:46px}.gdocs-folder-expander{width:24px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;font-size:0;flex-shrink:0}.gdocs-folder-expander .gdocs-icon{width:15px;height:15px}.gdocs-folder-item{min-height:44px;height:auto;gap:8px;padding:6px 8px;border:1px solid transparent;border-radius:9px;min-width:0;overflow:hidden;flex:1;display:flex;align-items:center}.gdocs-folder-item:hover{border-color:#dbe7df;background:#f7faf8}.gdocs-folder-item.is-active{border-color:#cce5d5;background:#edf8f0}.gdocs-folder-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;border:1px solid #d4e8da;border-radius:8px;background:#eaf5ee;color:var(--g-primary)}.gdocs-folder-icon .gdocs-icon{width:16px;height:16px}.gdocs-folder-copy{display:block;min-width:0;flex:1;overflow:hidden}.gdocs-folder-item .gdocs-folder-copy strong{font-size:12px;line-height:1.3;font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space:normal;word-break:break-word;max-width:100%}.gdocs-folder-item .gdocs-folder-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:9.5px;line-height:1.2;color:var(--g-muted)}.gdocs-folder-visibility{height:28px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid #d0d5dd;border-radius:7px;padding:0 7px;background:#fff;color:#667085;cursor:pointer;font-size:9.5px;font-weight:700;white-space:nowrap;transition:.18s;flex-shrink:0}.gdocs-folder-visibility::after{content:attr(data-label)}.gdocs-folder-visibility .gdocs-icon{width:14px;height:14px}.gdocs-folder-visibility.is-public{border-color:#b7dfc4;background:#f0fbf3;color:#167a45}.gdocs-folder-visibility.is-private{border-color:#d8dde5;background:#f8fafc;color:#667085}.gdocs-folder-visibility:hover{border-color:var(--g-primary);background:#f2f7f4;color:var(--g-primary-dark)}.gdocs-folder-more{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;opacity:1;border:1px solid transparent;border-radius:7px;color:#667085;flex-shrink:0}.gdocs-folder-more .gdocs-icon{width:16px;height:16px}.gdocs-folder-more:hover{border-color:#d5e8dc;background:#edf5f0;color:var(--g-primary)}.gdocs-folder-item:focus-visible,.gdocs-folder-expander:focus-visible,.gdocs-folder-visibility:focus-visible,.gdocs-folder-more:focus-visible,.gdocs-icon-button:focus-visible{outline:2px solid #2f80ed;outline-offset:2px}
.gdocs-folder-row[aria-level]:not([aria-level="1"]) .gdocs-folder-visibility,.gdocs-folder-row[style*="depth:1"] .gdocs-folder-visibility,.gdocs-folder-row[style*="depth:2"] .gdocs-folder-visibility,.gdocs-folder-row[style*="depth:3"] .gdocs-folder-visibility,.gdocs-folder-row[style*="depth:4"] .gdocs-folder-visibility,.gdocs-folder-row[style*="depth:5"] .gdocs-folder-visibility{width:28px;padding:0;justify-content:center}.gdocs-folder-row[aria-level]:not([aria-level="1"]) .gdocs-folder-visibility::after,.gdocs-folder-row[style*="depth:1"] .gdocs-folder-visibility::after,.gdocs-folder-row[style*="depth:2"] .gdocs-folder-visibility::after,.gdocs-folder-row[style*="depth:3"] .gdocs-folder-visibility::after,.gdocs-folder-row[style*="depth:4"] .gdocs-folder-visibility::after,.gdocs-folder-row[style*="depth:5"] .gdocs-folder-visibility::after{display:none!important}
@media(max-width:1280px){.gdocs-document-layout{grid-template-columns:minmax(290px,330px) minmax(0,1fr);gap:14px}.gdocs-folder-visibility{width:30px;padding:0}.gdocs-folder-visibility::after{display:none}}
@media(max-width:1180px){.gdocs-document-layout{grid-template-columns:1fr}.gdocs-folder-panel{min-height:0}.gdocs-folder-list{max-height:420px}.gdocs-folder-visibility{width:auto;padding:0 7px}.gdocs-folder-visibility::after{display:block}}
@media(max-width:480px){.gdocs-folder-list{padding:8px}.gdocs-folder-row{grid-template-columns:26px minmax(0,1fr) 30px 30px;gap:4px;padding-left:calc(var(--gdocs-folder-depth,0)*8px)}.gdocs-folder-expander{width:26px}.gdocs-folder-item{height:46px;padding:6px}.gdocs-folder-icon{width:30px;height:30px;flex-basis:30px}.gdocs-folder-visibility{width:30px;padding:0}.gdocs-folder-visibility::after{display:none}.gdocs-folder-more{width:30px}}

/* Minh Đức 1.4: quản lý cây thư mục và xác nhận thao tác an toàn */
.gdocs-button-danger:hover{background:#fee4e2;border-color:#fda29b;color:#b42318}.gdocs-button-danger:focus-visible{outline:2px solid #f04438;outline-offset:2px}.gdocs-button[disabled]{opacity:.58;cursor:not-allowed}.gdocs-field-help{display:block;margin-top:2px;color:var(--g-muted);font-size:9.5px;font-weight:400;line-height:1.4}.gdocs-modal-title-danger h2{color:#7a271a}.gdocs-confirm-body{display:flex;align-items:flex-start;gap:11px;padding:17px}.gdocs-confirm-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 36px;border-radius:9px;background:#fff0ef;color:#b42318}.gdocs-confirm-icon .gdocs-icon{width:18px;height:18px}.gdocs-confirm-impact{margin:0;color:#475467;font-size:11px;line-height:1.55}.gdocs-confirm-actions{padding:0 17px 17px;margin:0;border-top:1px solid var(--g-border);padding-top:12px}.gdocs-confirm-actions .gdocs-button{min-width:104px}
@media(max-width:600px){.gdocs-confirm-actions{align-items:stretch;flex-wrap:wrap}.gdocs-confirm-actions .gdocs-button{flex:1}.gdocs-toolbar-actions #gdocs-delete-folder-toolbar{order:4}}

/* Minh Đức 1.4.2: toolbar thư mục luôn giữ đủ thao tác trong khung tài liệu */
.gdocs-file-panel>.gdocs-toolbar{align-items:flex-start;flex-wrap:wrap}.gdocs-file-panel>.gdocs-toolbar>:first-child{flex:0 1 auto;min-width:0}.gdocs-file-panel>.gdocs-toolbar .gdocs-toolbar-actions{flex:1 1 570px;min-width:0;flex-wrap:wrap;justify-content:flex-end}.gdocs-file-panel>.gdocs-toolbar .gdocs-search{flex:1 1 160px;min-width:150px;max-width:220px}
@media(max-width:600px){.gdocs-file-panel>.gdocs-toolbar .gdocs-toolbar-actions{justify-content:flex-start}.gdocs-file-panel>.gdocs-toolbar .gdocs-search{flex:1 1 100%;max-width:none}}

/* Minh Đức 1.5: thẻ QR có thương hiệu để lưu và in */
.gdocs-modal.is-share-qr .gdocs-modal-dialog{width:min(760px,100%)}.gdocs-share-qr-form{display:block}.gdocs-qr-card-preview{grid-template-columns:290px minmax(0,1fr);gap:18px;padding:16px;border-color:#d5e8dc;background:#f4f9f5}.gdocs-qr-card-preview canvas{width:290px;height:auto;max-width:100%;border:1px solid #dbe8df;border-radius:12px;background:#fff;box-shadow:0 10px 25px rgba(18,61,43,.12)}.gdocs-qr-card-preview .gdocs-qr-meta{min-width:0;padding:7px 2px}.gdocs-qr-card-preview .gdocs-qr-meta h3{display:flex;align-items:flex-start;gap:7px;font-size:16px;line-height:1.35;margin:8px 0}.gdocs-qr-folder-icon{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;flex:0 0 25px;border-radius:7px;background:#e3f3e8;color:var(--g-primary)}.gdocs-qr-folder-icon .gdocs-icon{width:15px;height:15px}.gdocs-qr-description{margin:0 0 10px!important;color:#667085!important;font-size:11px!important;line-height:1.5}.gdocs-qr-link-panel{display:flex;align-items:flex-start;gap:7px;padding:8px 9px;border:1px solid #d9e7de;border-radius:8px;background:#fff;color:#475467}.gdocs-qr-link-panel>span{display:inline-flex;flex:0 0 14px;margin-top:2px;color:var(--g-primary)}.gdocs-qr-link-panel .gdocs-icon{width:14px;height:14px}.gdocs-qr-link-panel code{min-width:0;color:#475467;font:500 10px/1.5 var(--g-font);word-break:break-all}.gdocs-qr-card-preview .gdocs-toolbar-actions{margin-top:11px;flex-wrap:wrap}.gdocs-qr-card-preview .gdocs-button{min-width:124px}
@media(max-width:600px){.gdocs-qr-card-preview{grid-template-columns:1fr;padding:12px}.gdocs-qr-card-preview canvas{width:min(270px,100%)}.gdocs-qr-card-preview .gdocs-qr-meta{text-align:left}.gdocs-qr-card-preview .gdocs-toolbar-actions{justify-content:stretch}.gdocs-qr-card-preview .gdocs-button{flex:1}}

/* Minh Đức 1.6: trình duyệt thư mục trên trang chia sẻ */
.gdocs-share-shell{width:min(1180px,calc(100% - 32px));margin:16px auto 32px;border-radius:16px;overflow:hidden}.gdocs-share-hero{display:flex;align-items:center;justify-content:center;gap:20px;padding:26px 30px;text-align:left}.gdocs-share-hero img{flex:0 0 70px}.gdocs-share-hero h1{font-size:24px}.gdocs-share-hero p{margin:0;max-width:680px}.gdocs-share-browser{display:grid;grid-template-columns:270px minmax(0,1fr);gap:16px;padding:22px}.gdocs-share-tree-panel{min-width:0;border:1px solid #d8e7dd;border-radius:12px;background:#fbfdfc;box-shadow:0 5px 16px rgba(16,24,40,.035)}.gdocs-share-tree-head{display:flex;align-items:center;justify-content:space-between;padding:15px;border-bottom:1px solid #e1ebe4}.gdocs-share-tree-head h2{margin:3px 0 0;font-size:15px}.gdocs-share-tree-count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 7px;border-radius:99px;background:#e7f4eb;color:var(--g-primary);font-size:10px;font-weight:800}.gdocs-share-tree{display:flex;flex-direction:column;gap:3px;max-height:650px;padding:9px;overflow:auto}.gdocs-share-tree-item{display:flex;align-items:center;gap:8px;min-width:0;min-height:42px;padding-top:6px;padding-right:8px;padding-bottom:6px;border:1px solid transparent;border-radius:8px;color:#344054;text-decoration:none}.gdocs-share-tree-item:hover{border-color:#c9e3d2;background:#f2f8f4;color:var(--g-primary-dark)}.gdocs-share-tree-item.is-path{color:#246a48}.gdocs-share-tree-item.is-current{border-color:#b9dfc5;background:#eaf7ee;color:#174f35}.gdocs-share-tree-icon{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;flex:0 0 27px;border-radius:7px;background:#edf7f0;color:var(--g-primary)}.gdocs-share-tree-icon .gdocs-icon{width:15px;height:15px}.gdocs-share-tree-copy{display:block;min-width:0}.gdocs-share-tree-copy strong,.gdocs-share-tree-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gdocs-share-tree-copy strong{font-size:11.5px;line-height:1.3}.gdocs-share-tree-copy small{margin-top:2px;color:var(--g-primary);font-size:9px;font-weight:700}.gdocs-share-browser-main{min-width:0}.gdocs-share-browser-main .gdocs-share-breadcrumb{min-height:31px;margin:0 0 9px;padding:0 2px}.gdocs-share-breadcrumb i{display:inline-flex;align-items:center;width:13px;height:13px}.gdocs-share-breadcrumb i .gdocs-icon{width:13px;height:13px}.gdocs-share-browser-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:17px 18px;border:1px solid #d9e8de;border-radius:12px;background:#f5faf6}.gdocs-share-browser-head h2{display:flex;align-items:center;gap:8px;margin:5px 0;font-size:19px;line-height:1.35}.gdocs-share-browser-head h2 .gdocs-icon{width:22px;height:22px;color:var(--g-primary)}.gdocs-share-browser-head p{margin:0;color:#667085;font-size:11.5px;line-height:1.55}.gdocs-share-browser-stats{display:flex;flex:0 0 auto;gap:6px;flex-wrap:wrap;justify-content:flex-end}.gdocs-share-browser-stats span{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 8px;border:1px solid #d6e8dc;border-radius:7px;background:#fff;color:#3b5f4a;font-size:9.5px;font-weight:700;white-space:nowrap}.gdocs-share-browser-stats i{display:inline-flex;font-style:normal;color:var(--g-primary)}.gdocs-share-browser-stats .gdocs-icon{width:13px;height:13px}.gdocs-share-content-section{margin-top:16px}.gdocs-share-content-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 2px 8px}.gdocs-share-content-title>div{display:flex;align-items:center;gap:7px;color:#344054}.gdocs-share-content-title>div>span{display:inline-flex;width:18px;height:18px;color:var(--g-primary)}.gdocs-share-content-title .gdocs-icon{width:18px;height:18px}.gdocs-share-content-title h3{margin:0;font-size:12px}.gdocs-share-content-title small{color:#667085;font-size:10px}.gdocs-share-folder-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0;border:0;background:transparent}.gdocs-share-folder-grid-modern .gdocs-share-folder-card{min-height:78px;gap:10px;padding:12px;border-radius:10px;box-shadow:0 3px 8px rgba(16,24,40,.025)}.gdocs-share-folder-grid-modern .gdocs-share-folder-card:hover{box-shadow:0 8px 18px rgba(31,107,69,.08);transform:translateY(-1px)}.gdocs-share-folder-icon{height:36px;width:36px;flex-basis:36px;border-radius:9px}.gdocs-share-folder-icon .gdocs-icon{width:19px;height:19px}.gdocs-share-folder-copy{display:block;min-width:0;flex:1}.gdocs-share-folder-card .gdocs-share-folder-copy strong{font-size:12px;line-height:1.35}.gdocs-share-folder-card .gdocs-share-folder-copy small{white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4}.gdocs-share-folder-arrow{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;flex:0 0 18px;color:var(--g-primary)}.gdocs-share-folder-arrow .gdocs-icon{width:17px;height:17px}.gdocs-share-empty-section{display:flex;align-items:center;gap:8px;min-height:58px;padding:12px;border:1px dashed #d4e4da;border-radius:10px;background:#fbfdfc;color:#667085}.gdocs-share-empty-section>span{display:inline-flex;width:22px;height:22px;color:#7ca68a}.gdocs-share-empty-section .gdocs-icon{width:21px;height:21px}.gdocs-share-empty-section p{margin:0;font-size:10.5px}.gdocs-share-file-list{border:1px solid #dbe7df;border-radius:10px;background:#fff}.gdocs-share-file-list article{padding:12px 13px;gap:11px}.gdocs-share-file-list article:hover{background:#f8fbf9}.gdocs-file-mark{display:flex;flex-direction:column;gap:2px;width:39px;height:43px;border-radius:8px}.gdocs-file-mark .gdocs-icon{width:16px;height:16px}.gdocs-file-mark b{font-size:7.5px;line-height:1}.gdocs-share-file-info h3{font-size:12px}.gdocs-share-file-info p{font-size:10px}.gdocs-share-file-actions a{display:inline-flex;align-items:center;gap:4px;min-height:30px}.gdocs-share-file-actions .gdocs-icon{width:13px;height:13px}.gdocs-share-company-details{margin:0 22px 22px;padding:0;border:1px solid #dce8e0;border-radius:11px;background:#fff}.gdocs-share-company-details summary{display:flex;align-items:center;gap:10px;min-height:58px;padding:12px 15px;cursor:pointer;list-style:none}.gdocs-share-company-details summary::-webkit-details-marker{display:none}.gdocs-share-company-details summary>span:first-child{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#edf7f0;color:var(--g-primary)}.gdocs-share-company-details summary>span:first-child .gdocs-icon{width:17px;height:17px}.gdocs-share-company-details summary>span:nth-child(2){min-width:0;flex:1}.gdocs-share-company-details summary strong,.gdocs-share-company-details summary small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gdocs-share-company-details summary strong{font-size:12px}.gdocs-share-company-details summary small{margin-top:3px;color:#667085;font-size:10px}.gdocs-share-company-details summary>i{display:inline-flex;width:17px;height:17px;color:#667085;transition:transform .18s}.gdocs-share-company-details summary>i .gdocs-icon{width:17px;height:17px}.gdocs-share-company-details[open] summary>i{transform:rotate(180deg)}.gdocs-share-company-details-body{padding:0 18px 18px;border-top:1px solid #e3ebe6}.gdocs-share-company-details-body .gdocs-share-company-title{padding-top:17px}.gdocs-share-company-details-body .gdocs-share-company-grid{padding-top:2px}
@media(max-width:820px){.gdocs-share-shell{width:100%;margin:0;border-radius:0}.gdocs-share-hero{padding:22px 16px}.gdocs-share-browser{grid-template-columns:1fr;padding:14px}.gdocs-share-tree{max-height:300px}.gdocs-share-company-details{margin:0 14px 14px}.gdocs-share-folder-grid-modern{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.gdocs-share-hero{display:block;text-align:center}.gdocs-share-hero img{margin:0 auto 10px}.gdocs-share-browser{padding:10px}.gdocs-share-browser-head{display:block;padding:15px}.gdocs-share-browser-stats{justify-content:flex-start;margin-top:12px}.gdocs-share-folder-grid-modern{grid-template-columns:1fr}.gdocs-share-file-list article{align-items:flex-start}.gdocs-share-file-info{min-width:calc(100% - 52px)}.gdocs-share-file-actions{width:100%;margin:0 0 0 50px}.gdocs-share-company-details{margin:0 10px 10px}.gdocs-share-company-details-body{padding-left:14px;padding-right:14px}}
