@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");:root{font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#0f172a;background:#ffffff;font-synthesis:none;text-rendering:optimizeLegibility;--navy:#0f172a;--ink:#0f172a;--blue:#0f766e;--blue-dark:#115e59;--blue-soft:#ccfbf1;--blue-hover:#d1fae5;--green:#0f766e;--border:#cbd5e1;--line:#e2e8f0;--muted:#475569;--muted-2:#5f6368;--surface:#ffffff;--page:#f5f7fb;--danger:#d93025;--shadow:0 10px 30px rgba(15,23,42,0.08);--shadow-soft:0 8px 22px rgba(15,23,42,0.06)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,rgba(45,212,191,.14),transparent 34rem),linear-gradient(180deg,#f8fafc,#eef3f8)}button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none}h1,h2,p{margin-top:0}.brand,h1,h2{font-family:Google Sans,Roboto,sans-serif;font-weight:500}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.drive-app{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:256px;padding:8px 12px 16px;display:flex;flex-direction:column;background:#ffffff;z-index:20}.brand{display:inline-flex;align-items:center;font-size:22px}.brand strong{color:#5f6368;font-weight:400}.sidebar .brand{font-size:25px}.sidebar .brand-mark{width:45px;height:45px}.sidebar .brand strong{color:#5f6368}.brand.centered{justify-content:center}.brand-mark{display:grid;place-items:center}.new-menu-wrap{position:relative;align-self:flex-start;margin:4px 0 12px}.new-button{min-height:48px;display:flex;align-items:center;gap:14px;padding:0 24px 0 16px;border-radius:16px;cursor:pointer;font-family:Google Sans,Roboto,sans-serif;font-size:14px;font-weight:500;background:#ffffff;transition:box-shadow .15s ease,background .15s ease}.new-button .new-plus{color:#0f766e}.new-dropdown{position:absolute;top:56px;left:0;z-index:30;min-width:260px;padding:8px 0;border-radius:8px;background:#fff;box-shadow:var(--shadow)}.new-dropdown button{width:100%;display:flex;align-items:center;gap:16px;padding:10px 20px 10px 22px;color:#3c4043;background:transparent;cursor:pointer;font-size:14px;text-align:left}.new-dropdown button:hover{background:#f1f3f4}.new-dropdown .dropdown-divider{height:1px;margin:8px 0;background:var(--line)}.sidebar-nav{display:flex;flex-direction:column;gap:1px}.sidebar-nav a{display:flex;align-items:center;gap:18px;height:40px;padding:0 12px 0 24px;border-radius:0 100px 100px 0;margin-right:8px;font-size:14px;transition:background .12s ease}.sidebar-nav a.active svg{color:#041e49}.sidebar-footer{margin-top:auto;padding:8px 12px 0 24px}.storage-card{padding:0}.storage-heading{display:none}.storage-track{height:4px;overflow:hidden;border-radius:99px}.storage-track span{display:block;height:100%;min-width:0;border-radius:inherit;background:#0f766e;transition:width .3s ease}.storage-card .storage-track{margin:4px 0 12px}.storage-card p{margin:0;font-size:13px}.storage-upgrade-link{display:inline-block;margin-top:8px;color:var(--blue);font-size:12.5px;font-weight:600}.storage-upgrade-link:hover{text-decoration:underline}.drive-main{width:calc(100% - 256px);margin-left:256px;background:#ffffff}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:15;gap:16px;justify-content:space-between;padding:0 24px 0 8px}.search-box,.topbar{display:flex;align-items:center}.search-box{flex:1 1;max-width:720px;height:48px;gap:12px;padding:0 16px;border:1px solid transparent;border-radius:24px;color:#444746;transition:background .15s ease,box-shadow .15s ease}.search-box input{width:100%;border:0;outline:0;color:var(--ink);font-size:16px;background:transparent}.search-box input::placeholder{color:#444746}.topbar-actions{display:flex;align-items:center;gap:4px}.topbar-icon{width:40px;height:40px;display:grid;place-items:center;color:#444746;border-radius:50%;background:transparent;cursor:pointer;transition:background .12s ease}.topbar-icon:hover{background:#f1f3f4}.view-toggle{display:flex;align-items:center;gap:2px;margin-right:4px}.view-toggle button{width:40px;height:40px;display:grid;place-items:center;color:#444746;border-radius:50%;background:transparent;cursor:pointer;transition:background .12s ease}.view-toggle button:hover{background:#f1f3f4}.item-menu-wrap,.profile-wrap{position:relative}.item-menu-wrap .icon-button{color:#5b6474;background:#f1f3f7}.item-menu-wrap .icon-button:hover{color:#1f2733;background:#e4e8ee}.avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#0f766e;cursor:pointer;font-weight:500;font-size:15px}.avatar.large{width:43px;height:43px;flex:0 0 auto}.avatar.small{width:32px;height:32px;font-size:12px}.profile-menu{position:absolute;top:49px;right:0;width:275px;padding:10px;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.profile-details{display:flex;gap:12px;align-items:center;padding:9px 8px 14px;border-bottom:1px solid var(--border)}.profile-details div{min-width:0}.profile-details span,.profile-details strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-details span{margin-top:2px;color:var(--muted);font-size:12px}.profile-menu a{margin-top:7px;padding:10px;display:flex;align-items:center;gap:9px;border-radius:8px;font-size:14px}.profile-menu a:hover{background:#f5f7fa}.drive-content{margin:0;padding:8px 24px 70px;background:#ffffff;min-height:calc(100vh - 64px)}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 8px 20px;margin-bottom:0}.page-heading h1{margin:0;color:var(--ink);font-size:22px;font-weight:400;letter-spacing:0}.page-heading .breadcrumbs+h1{margin-top:4px}.page-heading p{display:none}.trash-eyebrow{display:inline-flex;align-items:center;gap:7px;color:#687285;font-size:13px;font-weight:700}.trash-content .folder-main,.trash-content .name-cell{cursor:default}.heading-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:10px}.upload-button-group{gap:8px}.sort-control,.upload-button-group{display:inline-flex;align-items:center}.sort-control{min-height:36px;gap:6px;padding:0 8px 0 14px;border:1px solid var(--border);border-radius:8px;background:transparent;color:#444746;font-size:14px;font-weight:500;transition:background .12s ease}.sort-control:hover{background:#eef1f4}.sort-control>span{color:#444746}.sort-control select{border:0;outline:0;background:transparent;color:#444746;font:inherit;font-weight:500;cursor:pointer}.breadcrumb-part,.breadcrumbs,.move-breadcrumbs,.move-breadcrumbs span{display:flex;align-items:center}.breadcrumbs{gap:7px;color:#9299a7;font-size:12px}.breadcrumb-part{gap:7px}.breadcrumbs button,.move-breadcrumbs button{padding:0;color:#687285;background:transparent;cursor:pointer}.breadcrumbs button:hover,.move-breadcrumbs button:hover{color:var(--blue)}.danger-button,.primary-button,.secondary-button,.text-button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 20px;border-radius:18px;cursor:pointer;font-family:Google Sans,Roboto,sans-serif;font-size:14px;font-weight:500;transition:.15s ease}.primary-button:hover:not(:disabled){box-shadow:0 1px 2px rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.text-button{color:#0f766e;background:transparent}.danger-button{color:#fff;background:var(--danger)}.danger-button:disabled,.primary-button:disabled,.secondary-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.primary-button.wide{width:100%}.content-section{margin-top:30px}.content-section:first-of-type{margin-top:0}.star-marker{margin-left:6px;color:#e0a11b;vertical-align:-2px;fill:rgba(224,161,27,.18)}.details-panel{position:fixed;top:0;right:0;z-index:35;width:min(380px,100vw);height:100vh;padding:24px;border-left:1px solid var(--border);background:#fff;box-shadow:-18px 0 42px rgba(15,23,42,.12);overflow-y:auto}.details-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--border)}.details-header span,.details-list dt{color:var(--muted);font-size:12px}.details-header strong{display:block;margin-top:5px;color:var(--navy);font-size:18px;line-height:1.25;overflow-wrap:anywhere}.details-list{margin:20px 0 0}.details-list div{display:grid;grid-template-columns:108px minmax(0,1fr);grid-gap:14px;gap:14px;padding:12px 0;border-bottom:1px solid #edf0f5}.details-list dd,.details-list dt{margin:0}.details-list dd{color:#293244;font-size:13px;overflow-wrap:anywhere}.details-error{margin-top:18px;color:var(--danger);font-size:13px}.content-section{margin-top:24px}.content-section h2{margin-bottom:12px;color:var(--ink);font-family:Google Sans,Roboto,sans-serif;font-size:14px;font-weight:500;text-transform:none;letter-spacing:0}.file-grid,.folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:12px;gap:12px}.folder-card{gap:8px;padding:4px 8px 4px 16px;transition:background .12s ease}.folder-card,.folder-main{min-width:0;display:flex;align-items:center}.folder-main{flex:1 1;gap:12px;padding:8px 0;color:#1f1f1f;background:transparent;cursor:pointer;text-align:left}.folder-main>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;font-size:14px}.folder-icon{display:grid;place-items:center;color:#5f6368}.folder-icon svg{fill:#5f6368;stroke:#5f6368}.folder-icon.small{width:24px;height:24px;border-radius:0;color:#5f6368;background:transparent}.icon-button{width:31px;height:31px;display:grid;place-items:center;padding:0;border-radius:8px;color:#8a92a2;background:transparent;cursor:pointer}.icon-button:hover{color:#424c60;background:#f1f3f7}.icon-button:disabled{opacity:.38;cursor:default}.icon-button:disabled:hover{color:#8a92a2;background:transparent}.icon-button.subtle{width:27px;height:27px}.item-menu{position:absolute;right:0;top:34px;z-index:12;min-width:155px;padding:6px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.item-menu button{width:100%;display:flex;align-items:center;gap:9px;padding:9px 10px;color:#4d5668;border-radius:7px;background:transparent;cursor:pointer;font-size:13px;text-align:left}.item-menu button:hover{background:#f5f7fa}.item-menu button.danger{color:var(--danger)}.file-grid{grid-template-columns:repeat(auto-fill,minmax(235px,1fr))}.file-card{min-width:0;overflow:visible;border:1px solid var(--border);border-radius:12px;background:#fff;cursor:pointer;transition:box-shadow .12s ease,border-color .12s ease}.file-card-preview{height:160px;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid var(--line);border-radius:12px 12px 0 0;background:#f8fafd}.file-card-preview .file-badge{width:54px;height:64px;border-radius:9px}.file-card-preview .file-thumbnail{width:100%;height:100%;object-fit:cover;border-radius:12px 12px 0 0}.file-card-preview .file-badge svg{width:28px;height:28px}.file-card-info{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:12px}.file-card-info span,.file-card-info strong{display:block}.file-card-info strong{overflow:hidden;color:#384153;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.file-card-info>div>span{margin-top:3px;color:var(--muted);font-size:11px}.share-status{display:inline-flex;align-items:center;margin-left:7px;padding:2px 6px;border:1px solid #cfe2d9;border-radius:999px;color:#25745b;background:#eef8f4;font-size:10px;font-style:normal;font-weight:700}.file-badge{position:relative;width:34px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:6px;color:#6680e5;background:#edf1ff}.file-badge small{position:absolute;bottom:3px;font-size:6px;font-weight:700;letter-spacing:.04em}.file-badge.pdf{color:#d75961;background:#fff0f1}.file-badge.image{color:#26a27c;background:#eaf9f4}.file-badge.sheet{color:#2d9a6f;background:#ecf8f2}.file-badge.video{color:#a35bc2;background:#f7edfb}.file-badge.archive{color:#c68c36;background:#fff6e8}.table-shell{overflow:visible;border:1px solid var(--line);background:#fff}.file-table{display:grid;grid-template-columns:minmax(250px,2fr) minmax(110px,.6fr) minmax(140px,.75fr) minmax(90px,.45fr) 48px;align-items:center;grid-gap:12px;gap:12px;padding:0 8px 0 24px}.table-header{min-height:40px;color:#444746;font-weight:500;text-transform:none;letter-spacing:0}.table-header,.table-row{border-bottom:1px solid var(--line);font-size:13px}.table-row{min-height:56px;color:#5f6368;cursor:pointer}.file-card:focus-visible,.table-row:focus-visible{outline:2px solid #0f766e;outline-offset:-2px}.table-row:last-child{border-bottom:0}.table-row:hover{background:#f8fafd}.table-row.selected{background:#ccfbf1}.name-cell{min-width:0;display:flex;align-items:center;gap:16px}button.name-cell{padding:0;color:#1f1f1f;background:transparent;cursor:pointer;text-align:left}.name-cell>div{min-width:0}.name-cell strong,.name-cell>div>span{display:block}.name-cell strong,button.name-cell>span:last-child{overflow:hidden;color:#1f1f1f;font-size:14px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.name-cell>div>span{margin-top:1px;color:#98a0af;font-size:11px}.owner-cell{display:inline-flex;align-items:center;gap:8px;color:#5f6368}.owner-avatar{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#0f766e;font-size:11px;font-weight:500}.upload-progress{max-width:430px;margin:-17px 0 28px auto;padding:12px 15px;border:1px solid #dfe5fa;border-radius:10px;background:#f7f9ff}.upload-progress>div:first-child{display:flex;justify-content:space-between;margin-bottom:8px;color:#5f6980;font-size:11px}.loading-state{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#7f8797;font-size:13px}.loading-state.compact{min-height:170px}.spinner{width:34px;height:34px;border:3px solid #e4e8f0;border-top:3px solid var(--blue);border-radius:50%}.mini-spinner,.spinner{animation:spin .75s linear infinite}.mini-spinner{width:16px;height:16px;border:2px solid #dce1eb;border-top:2px solid var(--blue);border-radius:50%}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{min-height:max(430px,calc(100vh - 260px));width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-illustration{position:relative;width:130px;height:105px;margin-bottom:18px}.empty-illustration>span{position:absolute;display:grid;place-items:center}.back-file{top:0;left:26px;color:#cbd5e1;transform:rotate(-7deg)}.front-folder{right:17px;bottom:0;color:#14b8a6;filter:drop-shadow(0 8px 12px rgba(15,118,110,.16))}.empty-state h2{margin-bottom:7px;color:var(--navy);font-size:19px}.empty-state p{max-width:370px;margin-bottom:22px;color:var(--muted);font-size:13px}.empty-actions{display:flex;gap:10px}.empty-state.welcome-state h2{margin-bottom:8px;font-size:22px;font-weight:400}.empty-state.welcome-state p{margin-bottom:0;font-size:14px}.welcome-illustration{position:relative;width:220px;height:190px;margin-bottom:8px}.welcome-blob{position:absolute;inset:20px;border-radius:46% 54% 61% 39%/51% 44% 56% 49%;background:linear-gradient(160deg,var(--blue-soft) 0,var(--blue-hover) 100%)}.welcome-dot{position:absolute;border-radius:50%}.welcome-dot-a{top:14px;right:32px;width:22px;height:22px;background:#f5b642}.welcome-dot-b{bottom:22px;left:20px;width:14px;height:14px;background:var(--blue)}.welcome-folder{position:absolute;left:50%;bottom:44px;transform:translateX(-50%);color:var(--blue);filter:drop-shadow(0 10px 18px rgba(15,118,110,.22))}.welcome-file{position:absolute;color:#fff;background:#fff;border-radius:4px;padding:3px;box-shadow:0 6px 14px rgba(15,23,42,.12)}.welcome-file-a{color:var(--danger);top:26px;left:46px;transform:rotate(-9deg)}.welcome-file-b{color:var(--blue-dark);top:44px;right:40px;transform:rotate(11deg)}.error-state{min-height:350px;display:flex;align-items:center;justify-content:center;gap:16px;text-align:left}.error-state h2{margin-bottom:5px;color:var(--navy);font-size:18px}.error-state p{max-width:500px;margin-bottom:14px;color:var(--muted);font-size:13px}.danger-icon{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;color:var(--danger);border-radius:50%;background:#fff0f1}.modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:rgba(19,27,45,.48);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{width:100%;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 25px 70px rgba(17,25,46,.24);animation:modal-in .16s ease-out}@keyframes modal-in{0%{opacity:0;transform:translateY(8px) scale(.985)}}.modal-header{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:space-between;padding:21px 22px 17px;border-bottom:1px solid var(--border)}.modal-header h2{margin:0;color:var(--navy);font-size:18px}.modal-header p{margin:4px 0 0;color:var(--muted);font-size:12px}.modal-body{min-height:0;overflow-y:auto;padding:22px}.modal-body label{display:block;margin-bottom:7px;color:#586275;font-size:12px;font-weight:600}.copy-field input,.modal-body input,.modal-body select{width:100%;height:43px;padding:0 12px;outline:0;border:1px solid #dce1e9;border-radius:9px;color:var(--navy);background:#fff}.modal-body input:focus,.modal-body select:focus{border-color:#9aacee;box-shadow:0 0 0 3px rgba(66,99,235,.08)}.modal-actions{flex:0 0 auto;display:flex;justify-content:flex-end;gap:8px;padding:15px 22px;border-top:1px solid var(--border)}.delete-message{display:flex;gap:15px}.delete-message p{margin:2px 0 7px;color:#4d5668;line-height:1.5;font-size:13px}.delete-message small{color:var(--muted)}.move-breadcrumbs{min-height:43px;gap:6px;padding:0 22px;overflow-x:auto;border-bottom:1px solid var(--border);font-size:12px}.move-breadcrumbs span{gap:6px;white-space:nowrap}.folder-picker{height:240px;overflow-y:auto;padding:8px}.folder-picker-row{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:11px 12px;color:#d5a348;border-radius:8px;background:transparent;cursor:pointer;text-align:left}.folder-picker-row span{color:#40495a}.folder-picker-row:focus,.folder-picker-row:hover{background:#f5f7fb}.picker-empty{margin:80px 0 0;color:var(--muted);text-align:center;font-size:13px}.share-file{display:flex;gap:12px;align-items:center;margin-bottom:22px;padding:13px;border-radius:10px;background:#f5f7fb}.share-file span,.share-file strong{display:block}.share-file strong{color:#3c4556;font-size:13px}.share-file div>span{margin-top:3px;color:var(--muted);font-size:11px}.share-dialog{display:grid;grid-gap:18px;gap:18px}.share-dialog .share-file{margin-bottom:0}.enhanced-share-dialog{max-height:min(72vh,760px);overflow-y:auto;padding-right:4px}.share-warning{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid #f4d69d;border-radius:10px;color:#744a00;background:#fff8e8;font-size:12px;line-height:1.45}.share-section{display:grid;grid-gap:10px;gap:10px}.share-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.share-section-heading h3{margin:0;color:#3c4556;font-size:13px;font-weight:700}.share-section-heading>span{color:var(--muted);font-size:12px;font-weight:600}.copy-field{display:flex;gap:8px}.copy-field input{min-width:0;color:#697285;background:#f5f7fb;font-size:12px}.copy-field button{display:flex;align-items:center;gap:6px;padding:0 13px;border:1px solid #cfd8fb;border-radius:9px;background:#f4f6ff;cursor:pointer;font-weight:600}.share-create{margin-bottom:20px}.share-create>div{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center}.share-create .primary-button{min-height:43px}.share-invite-row{display:grid;grid-template-columns:minmax(0,1fr) 116px auto;grid-gap:10px;gap:10px;align-items:center}.share-invite-row.enhanced{grid-template-columns:minmax(0,1fr) 132px auto}.permission-list{display:grid;grid-gap:9px;gap:9px}.permission-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:10px;border:1px solid var(--border);border-radius:10px;background:#fff}.permission-row>div,.share-file>div{min-width:0}.permission-row span,.permission-row strong{display:block}.permission-row strong{overflow:hidden;color:#3c4556;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.permission-row div>span{margin-top:2px;color:var(--muted);font-size:11px;text-transform:capitalize}.permission-role-static{justify-self:end;color:var(--muted);font-size:12px;font-weight:700}.general-access{display:grid;grid-template-columns:auto minmax(0,1fr) 110px;align-items:center;grid-gap:12px;gap:12px;padding:12px;border:1px solid var(--border);border-radius:10px;background:#fff}.general-access.is-public{border-color:#f0c7ca;background:#fffafa}.general-access-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:#4f5d73;background:#eef2f7}.general-access.is-public .general-access-icon{color:var(--danger);background:#fdebec}.general-access div{min-width:0;display:grid;grid-gap:4px;gap:4px}.general-access select{width:-moz-fit-content;width:fit-content;max-width:100%;height:34px;padding:0 8px;border-radius:8px;font-weight:700}.general-access div>span{color:var(--muted);font-size:12px}.share-link-row.drive-style{border-color:#edf0f6;background:#fbfcfe}.share-link-row.security-grid{gap:14px;padding:14px;border-radius:12px}.share-security-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.share-security-controls label{display:grid;align-content:start;grid-gap:6px;gap:6px;color:var(--muted);font-size:11px;font-weight:700}.share-security-controls input{width:100%;min-width:0;height:40px;padding:0 12px;color:#27364a;border:1px solid #d5deea;border-radius:9px;background:#fff}.share-password-status{color:#8a93a3;font-size:11px;font-weight:700}.share-password-status.enabled{color:#1f7a45}.share-feedback{display:grid;grid-gap:8px;gap:8px}.share-feedback .inline-error,.share-feedback .inline-success{border-radius:10px;font-weight:700}.permission-download-toggle{display:flex;align-items:center;gap:10px;margin-top:9px;padding:10px;border:1px solid var(--border);border-radius:10px;background:#fff;color:#4f5d73;font-size:13px;font-weight:700}.permission-download-toggle input[type=checkbox]{width:18px;height:18px;min-width:18px;margin:0;padding:0;accent-color:#0f766e}.share-toggle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;color:#4f5d73;font-size:13px;font-weight:700}.share-toggle-grid .share-toggle-option{display:flex;align-items:center;gap:10px;min-height:42px;padding:9px 11px;border:1px solid #dce5f0;border-radius:10px;background:#fff}.share-toggle-grid .share-toggle-option input[type=checkbox]{width:18px;height:18px;min-width:18px;margin:0;padding:0;accent-color:#0f766e}.share-toggle-grid .share-toggle-option span{min-width:0;line-height:1.25}.security-grid .share-link-actions{justify-content:space-between;gap:12px}.security-grid .share-link-actions button{min-height:40px;padding:0 18px;border-radius:999px}.compact-share-section{padding-top:2px}.ownership-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px}.audit-list,.request-list{display:grid;grid-gap:8px;gap:8px}.audit-row,.request-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:8px;gap:8px;padding:9px 10px;border:1px solid var(--border);border-radius:9px;background:#fff}.audit-row{grid-template-columns:auto minmax(0,1fr)}.audit-row span,.audit-row strong,.request-row span,.request-row strong{display:block}.audit-row strong,.request-row strong{color:#3c4556;font-size:12px}.audit-row span,.muted-line,.request-row span{color:var(--muted);font-size:11px}.request-row button{min-height:30px;padding:0 10px;border:1px solid var(--border);border-radius:7px;color:#3c4556;background:#fff;cursor:pointer;font-weight:700}.share-list-header{display:flex;align-items:center;justify-content:space-between;margin:6px 0 10px}.share-list-header h3{margin:0;color:#3c4556;font-size:13px}.share-list-header span{min-width:26px;height:24px;display:grid;place-items:center;border-radius:999px;color:#4f5d73;background:#f1f4f8;font-size:12px;font-weight:700}.share-empty{display:grid;place-items:center;min-height:82px;border:1px dashed #d8deea;border-radius:10px;color:var(--muted);background:#fafbfe;font-size:12px}.share-links{display:grid;grid-gap:12px;gap:12px;max-height:340px;overflow-y:auto;padding-right:2px}.share-link-row{display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px solid var(--border);border-radius:10px;background:#fff}.share-link-actions,.share-link-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.share-link-meta{color:var(--muted);font-size:11px}.share-link-actions{justify-content:space-between}.share-link-actions input{width:170px}.share-link-actions label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:700}.danger-link-button{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #f0c7ca;border-radius:8px;color:var(--danger);background:#fff6f6;cursor:pointer;font-weight:700}.danger-link-button:disabled{opacity:.6;cursor:not-allowed}.share-loading{height:43px;display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px}.modal-actions.split,.preview-toolbar{justify-content:space-between}.preview-toolbar{flex:0 0 auto;min-height:58px;display:flex;align-items:center;gap:14px;padding:10px 16px;border-bottom:1px solid var(--border);background:#fafbfe}.preview-toolbar span,.preview-toolbar strong{display:block}.preview-toolbar span{color:#596376;font-size:12px}.preview-toolbar strong{margin-top:2px;color:var(--muted);font-size:11px;font-weight:500}.preview-toolbar>div:first-child{margin-right:auto}.preview-body{height:min(70vh,760px);max-height:calc(85vh - 132px);min-height:360px;display:grid;place-items:center;overflow:auto;background:#f4f6fa}.preview-layout{display:grid;grid-template-columns:minmax(0,1fr);min-height:360px}.preview-layout.with-comments{grid-template-columns:minmax(0,1fr) minmax(260px,320px)}.preview-layout.with-comments .preview-body{height:min(70vh,760px)}.preview-comment-panel{min-height:0;max-height:min(70vh,760px);overflow:auto;padding:14px;border-left:1px solid var(--border);background:#fff}.preview-comment-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#1f2937}.preview-comment-panel>textarea{width:100%;min-height:92px;margin-bottom:10px;resize:vertical;padding:10px;color:#0f172a;border:1px solid var(--border);border-radius:8px;outline:none;background:#fff;font:13px/1.45 Segoe UI,Roboto,sans-serif}.preview-body.text{place-items:stretch;background:#101827}.preview-body.audio,.preview-body.office-fallback,.preview-body.unsupported{background:#fff}.preview-toolstrip{width:100%;display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px;border-bottom:1px solid var(--border);background:#fff}.preview-toolstrip button,.preview-toolstrip select{min-height:32px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#3c4556;font-weight:700}.preview-toolstrip button{padding:0 10px;cursor:pointer}.preview-toolstrip label{display:inline-flex;align-items:center;gap:8px;color:#4f5d73;font-size:12px;font-weight:700}.image-preview-workbench,.media-preview-workbench{width:100%;height:100%;display:grid;grid-template-rows:auto minmax(0,1fr)}.preview-image-stage{min-height:0;display:grid;place-items:center;overflow:auto;padding:24px}.preview-image-stage.cropping{width:min(760px,calc(100% - 32px));height:min(520px,calc(100% - 24px));place-self:center;overflow:hidden;border:1px dashed #b8c2d6;background:#eef2f7}.preview-image-stage .preview-image{max-width:100%;max-height:100%;transition:transform .16s ease;transform-origin:center}.pdf-preview-workbench{width:100%;height:100%;display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:stretch}.pdf-annotations{min-height:0;display:grid;grid-template-rows:auto 120px auto minmax(0,1fr);grid-gap:10px;gap:10px;padding:14px;border-left:1px solid var(--border);background:#fff}.pdf-annotations h3{margin:0;color:#3c4556;font-size:13px}.pdf-annotations textarea{min-height:100px;resize:vertical}.annotation-list{display:grid;align-content:start;grid-gap:8px;gap:8px;overflow:auto}.annotation-note{display:grid;grid-gap:4px;gap:4px;padding:9px;border:1px solid var(--border);border-radius:8px;background:#fafbfe}.annotation-note strong{color:#3c4556;font-size:11px}.annotation-note span{color:#4f5d73;font-size:12px;line-height:1.4}.media-preview-workbench .preview-media{align-self:center;justify-self:center}.autosave-toggle{display:inline-flex;align-items:center;gap:6px;margin-right:8px;color:var(--muted);font-size:12px;font-weight:700}.preview-image{max-width:100%;max-height:calc(85vh - 160px);object-fit:contain}.preview-frame,.preview-media{width:100%;height:min(70vh,760px);max-height:calc(85vh - 132px);border:0;background:#111827}.preview-media{object-fit:contain}.preview-text{width:100%;height:100%;margin:0;padding:22px;overflow:auto;color:#e8edf7;background:#101827;font:12px/1.65 SFMono-Regular,Consolas,Liberation Mono,monospace;white-space:pre-wrap;word-break:break-word}.editor-toolbar{flex:0 0 auto;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 16px;border-bottom:1px solid var(--border);background:#fafbfe}.editor-title-block{min-width:0}.editor-toolbar>div:first-child small,.editor-toolbar>div:first-child span,.editor-toolbar>div:first-child strong{display:block}.editor-toolbar>div:first-child span{color:#596376;font-size:12px}.editor-toolbar>div:first-child strong{margin-top:2px;overflow:hidden;color:var(--ink);font-size:15px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.editor-toolbar>div:first-child small{margin-top:2px;color:var(--muted);font-size:11px;font-weight:500}.editor-toolbar>div:last-child{align-items:center;flex-wrap:wrap;display:flex;gap:10px;justify-content:flex-end;min-width:0}.editor-save-status{min-height:30px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid #dbe3ef;border-radius:999px;color:#475569;background:#fff;font-size:12px;font-weight:700;white-space:nowrap}.editor-save-status.dirty,.editor-save-status.draft{color:#8a5b09;border-color:#fde68a;background:#fffbeb}.editor-save-status.saving{color:#075985;border-color:#bae6fd;background:#f0f9ff}.editor-save-status.clean,.editor-save-status.saved{color:#0f766e;border-color:#99f6e4;background:#f0fdfa}.editor-save-status.error{color:var(--danger);border-color:#fecaca;background:#fef2f2}.editor-toolbar .icon-button.active{color:#0f766e;background:#ccfbf1}.editor-workspace{min-height:0;flex:1 1;display:grid;grid-template-columns:minmax(0,1fr)}.editor-workspace.with-side-panel{grid-template-columns:minmax(0,1fr) 300px}.editor-body{height:min(70vh,760px);max-height:calc(85vh - 132px);min-height:420px;display:flex;flex-direction:column;gap:0;padding:0;background:#f4f6fa}.editor-context-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:38px;padding:5px 12px;border-bottom:1px solid #dde3ed;background:#fff}.editor-context-row>p{margin:0;color:var(--muted);font-size:12px}.editor-menubar{display:flex;align-items:center;gap:2px;min-width:0}.editor-menu-group{position:relative}.editor-menu-trigger{min-height:28px;padding:0 9px;border-radius:6px;color:#3c4043;background:transparent;cursor:pointer;font-size:13px}.editor-menu-trigger.active,.editor-menu-trigger:hover{background:#eef2f7}.editor-menu-popover{position:absolute;top:calc(100% + 4px);left:0;z-index:40;min-width:178px;padding:6px;border:1px solid #dfe5ee;border-radius:8px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.16)}.editor-menu-item{width:100%;min-height:30px;display:flex;align-items:center;padding:0 10px;border-radius:6px;color:#202124;background:transparent;cursor:pointer;font-size:13px;text-align:left}.editor-menu-item:focus-visible:not(:disabled),.editor-menu-item:hover:not(:disabled){background:#eef2f7}.editor-menu-item:disabled{color:#a6adb7;cursor:not-allowed}.editor-menu-separator{height:1px;margin:5px 4px;background:#e6ebf2}.editor-shortcuts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.editor-shortcuts span{padding:4px 8px;border-radius:999px;color:#5f6368;background:#f1f3f4;font-size:11px;font-weight:700}.editor-side-panel{min-height:0;overflow:auto;border-left:1px solid var(--border);background:#fff}.editor-side-header{position:-webkit-sticky;position:sticky;top:0;z-index:2;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line);background:#fff}.editor-side-header strong{color:var(--ink);font-size:14px}.editor-meta-list{margin:0;padding:8px 16px 18px}.editor-meta-list div{padding:12px 0;border-bottom:1px solid #eef2f7}.editor-meta-list dt{margin-bottom:4px;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase}.editor-meta-list dd{margin:0;color:#0f172a;font-size:13px;overflow-wrap:anywhere}.editor-comments,.editor-history-list{padding:14px}.editor-comment-list>p,.editor-history-list>p{margin:0;color:#64748b;font-size:13px;line-height:1.5}.editor-comment,.editor-history-item{padding:12px;border:1px solid var(--line);border-radius:8px;background:#f8fafc}.editor-comment+.editor-comment,.editor-history-item+.editor-history-item{margin-top:10px}.editor-comment strong,.editor-history-item strong{display:block;color:#0f172a;font-size:13px}.editor-comment span,.editor-history-item span{display:block;margin-top:3px;color:#64748b;font-size:11px}.editor-comment p{margin:8px 0 0;color:#334155;font-size:13px;line-height:1.45}.editor-comments>textarea{width:100%;min-height:92px;margin-bottom:10px;resize:vertical;padding:10px;color:#0f172a;border:1px solid var(--border);border-radius:8px;outline:none;background:#fff;font:13px/1.45 Segoe UI,Roboto,sans-serif}.editor-comment-list{margin-top:14px}.file-editor-page{min-height:100vh;display:flex;background:#edf2f7}.file-editor-page-card{width:100%;min-height:100vh;display:flex;flex-direction:column;background:#f4f6fa}.file-editor-page-card .editor-toolbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;border-bottom-color:#dde3ed;background:#fff;box-shadow:none}.file-editor-page-card .editor-toolbar>div:last-child{max-width:min(720px,58vw)}.file-editor-page-card .editor-toolbar .secondary-button:first-child svg{transform:rotate(180deg)}.file-editor-page-card .editor-body{height:auto;max-height:none;min-height:0;flex:1 1}.file-editor-page-card .editor-workspace{flex:1 1}.file-editor-page-card .document-editor-shell{flex:1 1;min-height:0}.editor-route-state{min-height:100vh;display:grid;place-items:center;grid-gap:16px;gap:16px;padding:24px;background:#f4f6fa}.editor-page-toast{position:fixed;right:24px;bottom:24px;z-index:30;padding:12px 16px;color:#fff;border-radius:8px;background:#0b322f;box-shadow:0 12px 32px rgba(15,23,42,.22);font-size:13px;font-weight:800}.editor-body>p{margin:0;color:var(--muted);font-size:12px}.editor-body textarea{width:100%;min-height:0;flex:1 1;resize:none;padding:18px;color:#0f172a;border:1px solid var(--border);border-radius:8px;outline:none;background:#fff;font:13px/1.65 SFMono-Regular,Consolas,Liberation Mono,monospace;-moz-tab-size:4;tab-size:4}.editor-body textarea:focus{border-color:#7b8ce8;box-shadow:0 0 0 3px rgba(123,140,232,.16)}.rich-editor-toolbar{position:-webkit-sticky;position:sticky;top:38px;z-index:8;display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:7px 12px;border-bottom:1px solid #dde3ed;background:#fff}.rich-editor-toolbar select{height:32px;min-width:88px;padding:0 28px 0 10px;color:#0f172a;border:1px solid var(--border);border-radius:6px;background:#fff;font-size:12px}.rich-editor-toolbar .icon-button{width:32px;height:32px;color:#334155;border:1px solid var(--border);background:#fff;font-size:12px;font-weight:700}.rich-editor-toolbar .icon-button sub,.rich-editor-toolbar .icon-button sup{font-size:8px;line-height:1}.rich-editor-toolbar .icon-button:hover{border-color:#93a3f3;background:#f5f7ff}.rich-editor-toolbar .icon-button.active{color:#fff;border-color:#0f766e;background:#0f766e}.advanced-toolbar{box-shadow:0 1px 2px rgba(15,23,42,.04)}.toolbar-divider{width:1px;height:24px;margin:0 2px;background:#dde3ed}.document-find-bar{display:grid;grid-template-columns:minmax(140px,220px) minmax(140px,220px) auto auto auto minmax(80px,1fr);align-items:center;grid-gap:8px;gap:8px;padding:8px 12px;border-bottom:1px solid #dde3ed;background:#f8fafd}.document-find-bar input{height:32px;min-width:0;padding:0 10px;color:#0f172a;border:1px solid var(--border);border-radius:6px;outline:none;background:#fff;font-size:12px}.document-find-bar input:focus{border-color:#1a73e8;box-shadow:0 0 0 2px rgba(26,115,232,.14)}.document-find-bar span{color:#64748b;font-size:12px;font-weight:700}.document-quick-toolbar{position:fixed;z-index:60;display:inline-flex;align-items:center;gap:3px;padding:4px;border:1px solid #d8dee9;border-radius:8px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.2);transform:translateX(-50%)}.document-quick-toolbar button{width:28px;height:28px;display:grid;place-items:center;border-radius:6px;color:#334155;background:transparent;cursor:pointer;font-size:12px;font-weight:800}.document-quick-toolbar button:hover{color:#1a73e8;background:#eef4ff}.document-status-bar{min-height:34px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;padding:6px 12px;color:#5f6368;border-top:1px solid #d9e0eb;background:#f8fafd;font-size:12px;font-weight:700}.document-status-bar span+span:before{content:"";display:inline-block;width:4px;height:4px;margin-right:10px;border-radius:50%;background:#94a3b8;vertical-align:middle}.document-outline-panel{display:grid;grid-gap:4px;gap:4px;padding:12px}.document-outline-panel button{width:100%;min-height:32px;padding:6px 8px;border-radius:6px;color:#334155;background:transparent;cursor:pointer;font-size:13px;text-align:left}.document-outline-panel button:hover{color:#1a73e8;background:#eef4ff}.document-outline-panel .outline-level-2{padding-left:20px;font-size:12px}.document-outline-panel .outline-level-3{padding-left:34px;color:#64748b;font-size:12px}.document-outline-panel p{margin:0;color:#64748b;font-size:13px;line-height:1.45}.text-editor-layout{flex:1 1;min-height:0;display:flex;flex-direction:column;gap:10px}.text-editor-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px;border:1px solid var(--border);border-radius:8px;background:#fff}.segmented-control{display:inline-flex;gap:3px;padding:3px;border:1px solid #dbe3ef;border-radius:8px;background:#f8fafc}.segmented-control button{min-height:28px;padding:0 10px;border-radius:6px;color:#475569;background:transparent;cursor:pointer;font-size:12px;font-weight:800}.segmented-control button.active{color:#0f766e;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.1)}.range-tool{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:12px;font-weight:700}.range-tool input{width:96px;accent-color:#0f766e}.text-stats{margin-left:auto;color:#64748b;font-size:12px;font-weight:700}.text-editor-split{flex:1 1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);grid-gap:12px;gap:12px}.text-editor-split.preview-on{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr)}.advanced-text-editor{width:100%;min-height:0;height:100%;resize:none;padding:18px 20px;color:#0f172a;border:1px solid var(--border);border-radius:8px;outline:none;background:#fff;font-family:Segoe UI,Roboto,sans-serif;line-height:1.65;-moz-tab-size:2;tab-size:2}.advanced-text-editor.code-mode{color:#dbeafe;border-color:#1e293b;background:#0f172a;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;line-height:1.7}.advanced-text-editor.nowrap{white-space:pre;overflow-wrap:normal;overflow-x:auto}.advanced-text-editor.wrap{white-space:pre-wrap;overflow-wrap:anywhere}.advanced-text-editor:focus{border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.13)}.markdown-preview{min-height:0;overflow:auto;padding:28px;border:1px solid var(--border);border-radius:8px;color:#1f2937;background:#fff;box-shadow:inset 0 1px 0 rgba(15,23,42,.03)}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3{margin:0 0 12px;color:#0f172a;font-family:Google Sans,Roboto,sans-serif}.markdown-preview h1{font-size:28px}.markdown-preview h2{font-size:22px}.markdown-preview h3{font-size:18px}.markdown-preview p{margin:0 0 14px;font-size:14px;line-height:1.65}.markdown-preview code{padding:2px 5px;border-radius:5px;color:#0f766e;background:#ecfdf5;font-family:SFMono-Regular,Consolas,monospace;font-size:.92em}.presentation-format-toolbar{flex:0 0 auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px;border:1px solid var(--border);border-radius:8px;background:#fff}.presentation-format-toolbar select{height:34px;min-width:100px;padding:0 28px 0 10px;color:#0f172a;border:1px solid var(--border);border-radius:7px;background:#fff;font-size:12px}.presentation-format-toolbar .icon-button{width:34px;height:34px;color:#334155;border:1px solid var(--border);background:#fff;font-size:12px;font-weight:700}.presentation-format-toolbar .icon-button:hover{border-color:#93a3f3;background:#f5f7ff}.presentation-format-toolbar .icon-button.active{color:#fff;border-color:#0f766e;background:#0f766e}.toolbar-segment{gap:4px;padding-left:4px;border-left:1px solid var(--border)}.color-tool,.toolbar-segment{display:inline-flex;align-items:center}.color-tool{height:34px;gap:8px;padding:0 9px;color:#334155;border:1px solid var(--border);border-radius:7px;background:#fff;font-size:12px}.color-tool input{width:24px;height:24px;padding:0;border:0;background:transparent}.presentation-editor,.spreadsheet-editor{flex:1 1;min-height:0}.spreadsheet-editor{display:flex;flex-direction:column}.sheet-editor-toolbar{justify-content:space-between;gap:12px;padding:8px 12px;border-bottom:1px solid #dde3ed;background:#f8fafd}.sheet-editor-toolbar,.sheet-toolbar-group{display:flex;align-items:center;flex-wrap:wrap}.sheet-toolbar-group{gap:6px}.sheet-tool-button{width:32px;color:#3c4043}.sheet-editor-toolbar select,.sheet-tool-button{height:32px;border:1px solid #d6dce8;background:#fff}.sheet-editor-toolbar select{min-width:76px;padding:0 24px 0 9px;border-radius:6px}.sheet-format-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:0;padding:7px 12px;border-bottom:1px solid #dde3ed;background:#fff}.sheet-format-toolbar .icon-button{width:34px;color:#334155;font-weight:700}.sheet-format-toolbar .icon-button,.sheet-format-toolbar select{height:34px;border:1px solid var(--border);background:#fff;font-size:12px}.sheet-format-toolbar select{min-width:88px;padding:0 28px 0 10px;color:#0f172a;border-radius:7px}.sheet-format-toolbar .icon-button:hover{border-color:#93a3f3;background:#f5f7ff}.sheet-format-toolbar .icon-button.active{border-color:#0f766e;background:#0f766e}.secondary-button.compact{min-height:32px;padding:7px 10px;font-size:12px}.secondary-button.compact.danger{color:#b42318;border-color:#ffd2cc;background:#fff7f5}.secondary-button.compact:disabled{cursor:not-allowed;opacity:.5}.sheet-name-field{display:flex;align-items:center;gap:10px;margin:0;color:#596376;font-size:12px}.sheet-name-field input{height:32px;min-width:180px;padding:0 10px;color:#0f172a;border:1px solid var(--border);border-radius:7px;background:#fff}.formula-panel{border-bottom:1px solid #dde3ed;background:#fff}.formula-bar{display:grid;grid-template-columns:86px 34px minmax(180px,1fr) minmax(120px,220px);align-items:center;min-height:42px}.formula-icon,.name-box{height:100%;display:grid;place-items:center;border-right:1px solid #dde3ed;font-size:12px;font-weight:700}.formula-icon{color:#188038}.formula-bar input{width:100%;height:100%;padding:0 12px;border:0;outline:0;background:#fff}.formula-result{height:100%;display:flex;align-items:center;min-width:0;padding:0 12px;border-left:1px solid #dde3ed;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.formula-actions{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-height:40px;padding:6px 12px;border-top:1px solid #eef2f7;background:#f8fafc}.formula-actions .secondary-button.compact{min-width:72px;font-family:Arial,sans-serif;font-weight:700}.sheet-find-bar{min-height:42px;display:flex;align-items:center;gap:8px;padding:6px 12px;border-bottom:1px solid #dde3ed}.sheet-find-bar svg{width:18px;height:18px;color:#5f6368}.sheet-find-bar input{width:min(320px,100%);height:32px;padding:0 10px;border:1px solid #d6dce8;border-radius:6px;color:#202124;background:#fff}.sheet-find-bar span{color:#5f6368;font-size:12px}.sheet-editor-grid{flex:1 1;height:auto;min-height:260px;overflow:auto}.sheet-editor-grid table{width:max-content;min-width:100%;border-collapse:collapse;font-size:calc(12px * var(--sheet-zoom, 1))}.sheet-editor-grid td,.sheet-editor-grid th{border:1px solid #e2e7f0}.sheet-editor-grid th{position:-webkit-sticky;position:sticky;top:0;z-index:2;width:42px;padding:8px;color:#5f6368;background:#f8fafd;font-size:11px;font-weight:700;text-align:center}.sheet-editor-grid th.selected-header{background:#dbeafe}.sheet-editor-grid tbody th{left:0;z-index:1}.sheet-editor-grid thead th:first-child{left:0;z-index:3}.sheet-editor-grid td{min-width:132px;padding:0}.sheet-editor-grid td.active-cell{position:relative;z-index:1}.sheet-editor-grid td.active-cell:after{content:"";position:absolute;pointer-events:none}.sheet-editor-grid input{width:100%;min-width:132px;height:calc(31px * var(--sheet-zoom, 1));padding:5px 8px;border:0;outline:none;background:transparent;font:inherit;line-height:1.4}.sheet-editor-grid input:focus{box-shadow:none}.sheet-status-bar{min-height:30px;display:flex;align-items:center;gap:14px;padding:5px 12px;border-top:1px solid #edf1f7;font-size:12px;overflow-x:auto;white-space:nowrap}.sheet-status-bar span:first-child{color:#188038;font-weight:700}.sheet-bottom-bar{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 12px;border-top:1px solid #dde3ed;background:#f8fafd}.spreadsheet-editor .sheet-tabs{display:flex;align-items:center;gap:4px;min-width:0;overflow-x:auto}.spreadsheet-editor .sheet-tab{min-height:30px;max-width:220px;border-radius:4px 4px 0 0;cursor:pointer;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spreadsheet-editor .sheet-tab.active{background:#e6f4ea}.spreadsheet-editor .add-sheet-tab{padding:0;font-size:18px}@media (max-width:760px){.share-security-controls,.share-toggle-grid{grid-template-columns:1fr}.security-grid .share-link-actions{align-items:stretch;flex-direction:column}.security-grid .share-link-actions button{width:100%}.formula-bar{grid-template-columns:70px 30px minmax(0,1fr)}.formula-result{grid-column:1/-1;min-height:30px;border-top:1px solid #edf1f7;border-left:0}.formula-actions{padding:6px 8px}.sheet-editor-grid input,.sheet-editor-grid td{min-width:112px}.sheet-name-field input{min-width:130px}}.editor-toolbar.spreadsheet-titlebar,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar{min-height:64px;color:#fff;border-bottom-color:rgba(0,0,0,.18);background:linear-gradient(180deg,#107c41,#0b6334);box-shadow:inset 0 -1px 0 rgba(0,0,0,.22)}.editor-toolbar.spreadsheet-titlebar>div:first-child small,.editor-toolbar.spreadsheet-titlebar>div:first-child span,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar>div:first-child small,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar>div:first-child span{color:rgba(255,255,255,.78)}.editor-toolbar.spreadsheet-titlebar>div:first-child strong,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar>div:first-child strong{color:#fff;font-weight:800}.editor-toolbar.spreadsheet-titlebar .autosave-toggle,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .autosave-toggle{color:rgba(255,255,255,.86)}.editor-toolbar.spreadsheet-titlebar .editor-save-status.clean,.editor-toolbar.spreadsheet-titlebar .editor-save-status.saved,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .editor-save-status.clean,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .editor-save-status.saved{color:#0b6334;border-color:rgba(255,255,255,.22);background:#fff}.editor-toolbar.spreadsheet-titlebar .editor-save-status.dirty,.editor-toolbar.spreadsheet-titlebar .editor-save-status.draft,.editor-toolbar.spreadsheet-titlebar .editor-save-status.saving,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .editor-save-status.dirty,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .editor-save-status.draft,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .editor-save-status.saving{color:#fff7d6;border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.14)}.editor-toolbar.spreadsheet-titlebar .icon-button,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .icon-button{color:#e8fff2;background:rgba(255,255,255,.12)}.editor-toolbar.spreadsheet-titlebar .icon-button.active,.editor-toolbar.spreadsheet-titlebar .icon-button:hover,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .icon-button.active,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .icon-button:hover{color:#0b6334;background:#fff}.editor-toolbar.spreadsheet-titlebar .secondary-button,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .secondary-button{color:#fff;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.12)}.editor-toolbar.spreadsheet-titlebar .secondary-button:hover,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .secondary-button:hover{background:rgba(255,255,255,.2)}.editor-toolbar.spreadsheet-titlebar .primary-button,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .primary-button{color:#0b6334;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.16)}.spreadsheet-editor-body{background:#eef3ef}.spreadsheet-editor-body .editor-context-row{min-height:40px;padding:0 14px;color:#1f2937;border-bottom-color:#c4d5ca;background:#fff}.spreadsheet-editor-body .editor-menu-trigger{min-height:40px;padding:0 12px;border-radius:0;color:#243b2f;font-size:13px;font-weight:700}.spreadsheet-editor-body .editor-menu-group:first-child .editor-menu-trigger,.spreadsheet-editor-body .editor-menu-trigger.active,.spreadsheet-editor-body .editor-menu-trigger:hover{color:#0b6334;background:#eaf5ee;box-shadow:inset 0 -3px 0 #107c41}.spreadsheet-editor-body .editor-shortcuts{min-width:0;padding:4px 8px;border-radius:999px;color:#667085;background:#f2f7f3;font-size:11px;font-weight:700}.spreadsheet-editor{color:#1f2937;background:#f3f6f4;border-top:1px solid #d7e1da}.sheet-editor-toolbar{background:linear-gradient(180deg,#f7fbf8,#edf5ef);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.sheet-editor-toolbar,.sheet-format-toolbar{gap:0;padding:0 10px;border-bottom-color:#c9d8ce}.sheet-format-toolbar{background:#fbfdfb}.sheet-ribbon-panel{min-height:72px;display:grid;grid-template-rows:1fr auto;align-items:center;grid-gap:4px;gap:4px;padding:8px 12px 5px;border-right:1px solid #d4e0d7}.sheet-ribbon-label{align-self:end;color:#667085;font-size:10px;font-weight:800;letter-spacing:0;line-height:1;text-align:center;text-transform:uppercase}.sheet-format-toolbar .icon-button,.sheet-tool-button{width:34px;height:34px;color:#243b2f;border-color:#bfd2c5;background:linear-gradient(180deg,#fff,#f4faf6);box-shadow:0 1px 1px rgba(15,23,42,.04)}.sheet-format-toolbar .icon-button:hover,.sheet-tool-button:hover{border-color:#7fb596;background:#eaf5ee}.sheet-format-toolbar .icon-button.active{color:#fff;border-color:#107c41;background:#107c41;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}.secondary-button.compact,.sheet-editor-toolbar select,.sheet-find-bar input,.sheet-format-toolbar select,.sheet-name-field input{border-color:#bfd2c5;border-radius:4px}.secondary-button.compact{color:#243b2f;background:#fff;font-weight:700}.secondary-button.compact:hover{border-color:#7fb596;background:#eaf5ee}.formula-bar{min-height:40px;border-bottom-color:#c9d8ce}.formula-icon,.name-box{color:#475467;border-right-color:#d7e1da}.formula-icon{color:#107c41}.formula-bar input:focus{box-shadow:inset 0 -2px 0 #107c41}.formula-result{color:#475467;border-left-color:#d7e1da;background:#f7fbf8}.sheet-find-bar{border-bottom-color:#c9d8ce;background:#fbfdfb}.sheet-editor-grid{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,rgba(16,124,65,.08),rgba(16,124,65,0)) border-box}.sheet-editor-grid td,.sheet-editor-grid th{border-color:#dfe7e2}.sheet-editor-grid th{color:#3f4f46;background:#eef5f0}.sheet-editor-grid th.selected-header{color:#0f5132;background:#d8eadf;box-shadow:inset 0 -2px 0 #107c41}.sheet-editor-grid tbody tr:nth-child(2n) td{background:#fdfefd}.sheet-editor-grid td.active-cell:after{border-color:#107c41;box-shadow:0 0 0 1px rgba(16,124,65,.15)}.sheet-editor-grid input{font:12px/1.4 Calibri,Arial,sans-serif}.sheet-status-bar{color:#475467;border-top-color:#d7e1da;background:#f7fbf8}.sheet-status-bar span:first-child{color:#107c41}.sheet-bottom-bar{border-top-color:#c9d8ce;background:#eef5f0}.spreadsheet-editor .sheet-tab{padding:0 16px;border:1px solid transparent;border-bottom:0;border-radius:7px 7px 0 0;color:#344054;background:rgba(255,255,255,.45)}.spreadsheet-editor .sheet-tab.active{color:#0f5132;border-color:#bfd2c5;background:#fff;box-shadow:inset 0 -3px 0 #107c41}.spreadsheet-editor .add-sheet-tab{color:#107c41}@media (max-width:760px){.sheet-editor-toolbar,.sheet-format-toolbar{align-items:stretch;flex-wrap:nowrap;gap:0;overflow-x:auto;overflow-y:hidden;padding:0 8px;scrollbar-width:thin}.sheet-ribbon-panel{width:auto;min-width:max-content;min-height:58px;flex:0 0 auto;padding:6px 8px 4px;border-right:1px solid #d4e0d7;border-bottom:0}.sheet-toolbar-group{flex-wrap:nowrap}.sheet-editor-toolbar select,.sheet-format-toolbar select{min-width:68px;max-width:118px}.sheet-name-field input{min-width:116px}}@media (max-width:720px){.editor-toolbar.spreadsheet-titlebar,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar{align-items:stretch;flex-direction:column;gap:8px;min-height:auto;padding:8px 10px}.editor-toolbar.spreadsheet-titlebar>div:last-child,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar>div:last-child{width:100%;flex-wrap:nowrap;gap:6px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.editor-toolbar.spreadsheet-titlebar .editor-save-status,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-save-status{width:auto;min-width:92px;flex:0 0 auto;justify-content:center}.editor-toolbar.spreadsheet-titlebar .autosave-toggle,.editor-toolbar.spreadsheet-titlebar .primary-button,.editor-toolbar.spreadsheet-titlebar .secondary-button,.file-editor-page-card:has(.spreadsheet-editor-body) .autosave-toggle,.file-editor-page-card:has(.spreadsheet-editor-body) .primary-button,.file-editor-page-card:has(.spreadsheet-editor-body) .secondary-button{flex:0 0 auto;white-space:nowrap}.editor-toolbar.spreadsheet-titlebar .primary-button,.editor-toolbar.spreadsheet-titlebar .secondary-button,.file-editor-page-card:has(.spreadsheet-editor-body) .primary-button,.file-editor-page-card:has(.spreadsheet-editor-body) .secondary-button{min-height:34px;padding:0 12px}.spreadsheet-editor-body .editor-context-row{align-items:center;flex-direction:row;min-height:36px;gap:8px;overflow-x:auto;padding:0 8px;scrollbar-width:thin}.spreadsheet-editor-body .editor-menubar{flex:0 0 auto}.spreadsheet-editor-body .editor-shortcuts{display:none}.spreadsheet-editor-body .editor-menu-trigger{min-height:36px;padding:0 9px}.spreadsheet-editor .sheet-editor-toolbar,.spreadsheet-editor .sheet-format-toolbar{min-height:58px}.spreadsheet-editor .sheet-ribbon-label{font-size:9px}.spreadsheet-editor .sheet-format-toolbar .icon-button,.spreadsheet-editor .sheet-tool-button{width:32px;height:32px}.spreadsheet-editor .secondary-button.compact{min-height:32px;padding:6px 9px;white-space:nowrap}.spreadsheet-editor .formula-bar{grid-template-columns:58px 28px minmax(0,1fr)}.spreadsheet-editor .formula-icon,.spreadsheet-editor .name-box{font-size:11px}.spreadsheet-editor .formula-bar input{min-width:0;padding:0 8px}.spreadsheet-editor .formula-result{min-height:28px;padding:0 8px}.spreadsheet-editor .sheet-editor-grid{min-height:300px}.spreadsheet-editor .sheet-bottom-bar{align-items:stretch;flex-direction:column;gap:6px;padding:6px 8px}.spreadsheet-editor .sheet-tabs{width:100%}.spreadsheet-editor .sheet-name-field{width:100%;justify-content:space-between}.spreadsheet-editor .sheet-name-field input{flex:1 1;min-width:0}}.editor-toolbar.spreadsheet-titlebar,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar{min-height:50px;align-items:flex-start;padding:10px 14px 6px;color:#202124;border-bottom:0;background:#f8fbff;box-shadow:none}.file-editor-page-card:has(.spreadsheet-editor-body){height:100vh;min-height:0;overflow:hidden}.file-editor-page-card:has(.spreadsheet-editor-body) .editor-body,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-workspace,.file-editor-page-card:has(.spreadsheet-editor-body) .spreadsheet-editor{min-height:0;overflow:hidden}.file-editor-page-card:has(.spreadsheet-editor-body) .editor-workspace{flex:1 1 auto}.file-editor-page-card:has(.spreadsheet-editor-body) .editor-body{height:100%;max-height:none}.editor-toolbar.spreadsheet-titlebar .editor-title-block,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .editor-title-block{gap:2px}.editor-toolbar.spreadsheet-titlebar>div:first-child small,.editor-toolbar.spreadsheet-titlebar>div:first-child span,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar>div:first-child small,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar>div:first-child span{color:#5f6368}.editor-toolbar.spreadsheet-titlebar>div:first-child strong,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar>div:first-child strong{color:#3c4043;font-size:18px;font-weight:400}.editor-toolbar.spreadsheet-titlebar>div:first-child span,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar>div:first-child span{display:none}.editor-toolbar.spreadsheet-titlebar .editor-save-status,.editor-toolbar.spreadsheet-titlebar .editor-save-status.clean,.editor-toolbar.spreadsheet-titlebar .editor-save-status.dirty,.editor-toolbar.spreadsheet-titlebar .editor-save-status.draft,.editor-toolbar.spreadsheet-titlebar .editor-save-status.saved,.editor-toolbar.spreadsheet-titlebar .editor-save-status.saving,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .editor-save-status,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .editor-save-status.clean,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .editor-save-status.dirty,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .editor-save-status.draft,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .editor-save-status.saved,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .editor-save-status.saving{height:28px;color:#5f6368;border-color:#e0e3e7;border-radius:999px;background:#fff}.editor-toolbar.spreadsheet-titlebar .autosave-toggle,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .autosave-toggle{height:28px;color:#5f6368}.editor-toolbar.spreadsheet-titlebar .icon-button,.editor-toolbar.spreadsheet-titlebar .secondary-button,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .icon-button,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .secondary-button{height:30px;color:#3c4043;border-color:transparent;background:transparent;box-shadow:none}.editor-toolbar.spreadsheet-titlebar .icon-button.active,.editor-toolbar.spreadsheet-titlebar .icon-button:hover,.editor-toolbar.spreadsheet-titlebar .secondary-button:hover,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .icon-button.active,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .icon-button:hover,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .secondary-button:hover{color:#202124;background:#edf2fa}.editor-toolbar.spreadsheet-titlebar .primary-button,.file-editor-page-card:has(.spreadsheet-editor-body) .editor-toolbar .primary-button{min-height:30px;color:#fff;background:#188038;box-shadow:none}.spreadsheet-editor-body{color:#202124;background:#fff}.spreadsheet-editor-body .editor-context-row{min-height:28px;padding:0 44px;border-bottom:0;background:#f8fbff}.spreadsheet-editor-body .editor-menu-trigger{min-height:24px;padding:0 7px;border-radius:4px;color:#202124;font-size:12px;font-weight:400}.spreadsheet-editor-body .editor-menu-group:first-child .editor-menu-trigger,.spreadsheet-editor-body .editor-menu-trigger.active,.spreadsheet-editor-body .editor-menu-trigger:hover{color:#202124;background:#e8f0fe;box-shadow:none}.spreadsheet-editor-body .editor-shortcuts{display:none}.spreadsheet-editor{color:#202124;height:100%;border-top:0;background:#fff;overflow:hidden}.sheet-editor-toolbar{flex:0 0 auto;min-height:36px;justify-content:flex-start;flex-wrap:nowrap;gap:3px;padding:4px 14px;overflow-x:auto;border-bottom:1px solid #e0e3e7;background:#edf2fa;box-shadow:none}.sheet-editor-toolbar .toolbar-divider{height:20px;margin:0 4px;background:#c9d1dc}.sheet-menu-pill{min-height:28px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:0;border-radius:999px;color:#3c4043;background:#fff;cursor:pointer;font-size:12px;font-weight:400;white-space:nowrap}.sheet-menu-pill:hover{background:#e8f0fe}.sheet-editor-toolbar .icon-button.sheet-tool-button,.sheet-tool-button{width:28px;height:28px;color:#3c4043;border:0;border-radius:4px;background:transparent;box-shadow:none;font-size:12px}.sheet-editor-toolbar .icon-button.sheet-tool-button.active,.sheet-editor-toolbar .icon-button.sheet-tool-button:hover,.sheet-tool-button:hover{color:#202124;background:#dfe6f1}.sheet-editor-toolbar .icon-button.sheet-tool-button.active{box-shadow:inset 0 -2px 0 #188038}.sheet-editor-toolbar .icon-button.sheet-tool-button.danger{color:#c5221f}.sheet-text-button{min-height:28px;padding:0 7px;border:0;border-radius:4px;color:#3c4043;background:transparent;cursor:pointer;font-size:12px;font-weight:400;white-space:nowrap}.sheet-text-button:hover:not(:disabled){color:#202124;background:#dfe6f1}.sheet-color-button:has(input:disabled),.sheet-text-button:disabled,.sheet-tool-button:disabled{cursor:not-allowed;opacity:.45}.sheet-editor-toolbar select{height:28px;min-width:64px;padding:0 21px 0 7px;color:#202124;border:0;border-radius:4px;background-color:transparent;font-size:12px}.sheet-editor-toolbar select:hover:not(:disabled){background-color:#dfe6f1}.sheet-editor-toolbar .sheet-font-select{min-width:92px}.sheet-editor-toolbar .sheet-size-select{min-width:46px;text-align:center}.sheet-color-button{width:28px;height:28px;position:relative;display:inline-grid;place-items:center;border-radius:4px;color:#3c4043;cursor:pointer;font-size:13px;font-weight:700}.sheet-color-button:hover{background:#dfe6f1}.sheet-color-button input{width:100%;height:4px;position:absolute;left:0;right:0;bottom:3px;padding:0;border:0;opacity:1;cursor:pointer}.sheet-find-bar{flex:0 0 auto;min-height:36px;padding:4px 14px;border-bottom:1px solid #dadce0;background:#fff}.sheet-find-bar input{height:28px;border-color:#dadce0;border-radius:4px}.formula-bar{flex:0 0 auto;grid-template-columns:70px 32px minmax(180px,1fr) minmax(100px,190px);min-height:32px;border-bottom:1px solid #dadce0;background:#fff}.formula-icon,.name-box{color:#5f6368;border-right-color:#dadce0;font-size:11px;font-weight:400}.formula-icon{color:#5f6368;font-family:Georgia,serif;font-style:italic;font-weight:600}.formula-bar input{padding:0 10px;color:#202124;font:13px/1.4 Arial,sans-serif}.formula-bar input:focus{box-shadow:inset 0 -2px 0 #1a73e8}.formula-result{padding:0 10px;color:#5f6368;border-left-color:#dadce0;background:#fff;font-size:11px}.sheet-editor-grid{flex:1 1 auto;min-height:0;background:#fff}.sheet-editor-grid table{font-size:calc(11px * var(--sheet-zoom, 1))}.sheet-editor-grid td,.sheet-editor-grid th{border-color:#e0e0e0}.sheet-editor-grid th{width:34px;padding:0 6px;color:#444746;background:#f8f9fa;font-size:10px;font-weight:400}.sheet-editor-grid thead th{height:20px}.sheet-editor-grid tbody th{min-width:34px;height:21px}.sheet-editor-grid th.selected-header{color:#0b57d0;background:#d3e3fd;box-shadow:none}.sheet-editor-grid tbody tr:nth-child(2n) td{background:#fff}.sheet-editor-grid td{min-width:88px;background:#fff}.sheet-editor-grid td.active-cell:after{inset:-1px;border:2px solid #1a73e8;box-shadow:none}.sheet-editor-grid td.active-cell:before{content:"";position:absolute;right:-4px;bottom:-4px;width:7px;height:7px;border:1px solid #fff;border-radius:50%;background:#1a73e8;z-index:2}.sheet-editor-grid input{min-width:88px;height:calc(21px * var(--sheet-zoom, 1));padding:2px 4px;color:#202124;font:11px/1.2 Arial,sans-serif}.sheet-status-bar{flex:0 0 auto;min-height:26px;gap:12px;padding:3px 10px;color:#5f6368;border-top:1px solid #dadce0;background:#fff;font-size:11px}.sheet-status-bar span:first-child{color:#0b57d0;font-weight:600}.sheet-bottom-bar{flex:0 0 auto;min-height:36px;justify-content:flex-start;gap:10px;padding:0 10px;border-top:1px solid #dadce0;background:#f8f9fa}.spreadsheet-editor .sheet-tabs{gap:0}.spreadsheet-editor .sheet-tab{min-height:34px;max-width:180px;padding:0 14px;border:0;border-radius:0;color:#3c4043;background:transparent;font-size:12px;font-weight:500}.spreadsheet-editor .sheet-tab:hover{background:#e8f0fe}.spreadsheet-editor .sheet-tab.active{color:#188038;border:0;background:transparent;box-shadow:inset 0 -3px 0 #188038}.spreadsheet-editor .add-sheet-tab{min-width:34px;color:#3c4043;font-size:20px;font-weight:400}.sheet-name-field{margin-left:auto;gap:6px;color:#5f6368;font-size:11px}.sheet-name-field input{height:26px;min-width:150px;border-color:#dadce0;border-radius:4px;color:#202124;font-size:12px}@media (max-width:760px){.spreadsheet-editor-body .editor-context-row{padding:0 8px}.sheet-editor-toolbar{padding:4px 8px}.formula-bar{grid-template-columns:58px 30px minmax(0,1fr)}.formula-result{grid-column:1/-1;min-height:26px;border-top:1px solid #dadce0;border-left:0}.sheet-name-field{width:100%;margin-left:0}}.presentation-editor{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:190px minmax(0,1fr);grid-template-rows:minmax(0,1fr);grid-gap:0;gap:0;overflow:hidden;border-top:1px solid #dde3ed}.presentation-editor.with-notes{grid-template-columns:190px minmax(0,1fr) 260px}.presentation-command-toolbar,.presentation-theme-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:8px 12px;border-bottom:1px solid #dde3ed;background:#f8fafd}.presentation-command-toolbar select{height:32px;min-width:118px;padding:0 28px 0 10px;border:1px solid #d6dce8;border-radius:6px;background:#fff;color:#202124;font-size:12px}.presentation-command-toolbar .secondary-button.active{color:#0f766e;border-color:#a7f3d0;background:#ecfdf5}.presentation-theme-toolbar{min-height:44px;background:#fff}.presentation-theme-toolbar>span{color:#5f6368;font-size:12px;font-weight:800}.presentation-theme-toolbar button{min-height:30px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #d6dce8;border-radius:999px;color:#334155;background:#fff;cursor:pointer;font-size:12px;font-weight:700}.presentation-theme-toolbar button.active{color:#0b57d0;border-color:#93c5fd;background:#eff6ff}.presentation-theme-toolbar button>span{width:18px;height:18px;border:3px solid;border-radius:50%}.slide-rail{height:100%;min-height:0;max-height:100%;overflow:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:8px;padding:10px;border-right:1px solid var(--border);background:#fff}.slide-thumb{flex:0 0 auto;display:grid;grid-template-columns:28px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center;width:100%;min-height:82px;padding:8px;color:#334155;border:1px solid #e2e7f0;border-radius:7px;background:#fff;text-align:left;cursor:pointer}.slide-thumb img{width:100%;aspect-ratio:16/9;object-fit:contain;border:1px solid #d9e0eb;border-radius:5px;background:#fff}.slide-thumb.active{border-color:#0f766e;background:#f5f7ff}.slide-thumb span{display:grid;place-items:center;width:28px;height:28px;color:#fff;border-radius:50%;background:#0f766e;font-size:12px;font-weight:800}.slide-thumb strong{overflow:hidden;color:#0f172a;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.slide-canvas-editor{height:100%;min-height:0;max-height:100%;overflow:auto;overscroll-behavior:contain;display:grid;place-items:center;padding:22px;background:#dde5f1}.slide-canvas{width:min(calc(760px * var(--slide-zoom, 1)),100%);min-height:0;align-self:start;display:grid;grid-gap:14px;gap:14px;padding:18px;border:1px solid #cdd6e4;border-radius:6px;background:var(--slide-bg,#fff);box-shadow:0 18px 48px rgba(40,54,80,.16)}.slide-design-preview{width:100%;aspect-ratio:16/9;object-fit:contain;border:1px solid #d9e0eb;border-radius:5px;background:var(--slide-bg,#fff)}.slide-text-fallback{min-height:220px;margin:0;padding:18px;color:#0f172a;border:1px solid #d9e0eb;border-radius:6px;background:#fff;font:14px/1.55 SFMono-Regular,Consolas,Liberation Mono,monospace;white-space:pre-wrap}.slide-preview-unavailable{min-height:220px;display:grid;place-items:center;grid-gap:8px;gap:8px;color:#667085;border:1px dashed #cbd5e1;border-radius:5px;background:#f8fafc;font-size:13px}.presentation-rich-editor,.slide-canvas textarea{width:100%;height:calc(178px * var(--slide-zoom, 1));min-height:120px;padding:14px;color:var(--slide-text,#0f172a);border:1px solid #d9e0eb;border-radius:6px;outline:none;background:color-mix(in srgb,var(--slide-bg,#fff) 86%,#ffffff);font:14px/1.45 Manrope,DM Sans,sans-serif}.slide-canvas textarea{resize:vertical}.presentation-rich-editor{overflow:auto;white-space:pre-wrap}.presentation-rich-editor:focus{border-color:var(--slide-accent,#1a73e8);box-shadow:0 0 0 3px color-mix(in srgb,var(--slide-accent,#1a73e8) 20%,transparent)}.presentation-rich-editor:empty:before{content:"";display:block;min-height:1.45em}.slide-canvas.layout-title .presentation-rich-editor{height:calc(120px * var(--slide-zoom, 1));font-size:26px;font-weight:800;text-align:center}.slide-canvas.layout-section .presentation-rich-editor{border-left:6px solid var(--slide-accent,#1a73e8);font-size:22px;font-weight:700}.slide-canvas.layout-blank .presentation-rich-editor{min-height:80px;border-style:dashed}.slide-grid-view{width:100%;max-width:980px;display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:14px;gap:14px}.slide-grid-card{display:grid;grid-gap:8px;gap:8px;padding:10px;border:1px solid #cfd8e6;border-radius:8px;background:#fff;cursor:pointer;text-align:left}.slide-grid-card.active{border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.14)}.slide-grid-card>span{color:#5f6368;font-size:12px;font-weight:800}.slide-grid-card div,.slide-grid-card img{width:100%;aspect-ratio:16/9;overflow:hidden;padding:10px;border:1px solid #e2e7f0;border-radius:6px;background:#fff;object-fit:contain}.speaker-notes-panel{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;padding:12px;border-left:1px solid var(--border);background:#fff}.speaker-notes-panel>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.speaker-notes-panel strong{color:#0f172a;font-size:13px}.speaker-notes-panel span{color:#64748b;font-size:12px;font-weight:700}.speaker-notes-panel textarea{width:100%;min-height:0;resize:none;padding:12px;color:#0f172a;border:1px solid #d6dce8;border-radius:8px;outline:none;background:#fbfcfe;font:13px/1.5 Manrope,DM Sans,sans-serif}.speaker-notes-panel textarea:focus{border-color:#1a73e8;box-shadow:0 0 0 3px rgba(26,115,232,.14)}.slide-metadata{display:flex;flex-wrap:wrap;gap:8px}.slide-metadata span{padding:4px 7px;border-radius:999px;background:#f1f5f9}.presentation-presenter{position:fixed;inset:0;z-index:100;display:grid;grid-template-rows:minmax(0,1fr) auto;grid-gap:14px;gap:14px;padding:24px;background:#0b1020}.presenter-slide{min-height:0;display:grid;place-items:center;position:relative}.presenter-fallback,.presenter-slide img{max-width:min(1180px,100%);max-height:100%;aspect-ratio:16/9;object-fit:contain;border-radius:8px;background:#fff}.presenter-text{position:absolute;left:50%;bottom:6%;width:min(900px,72vw);max-height:28%;overflow:auto;padding:18px;color:#fff;border-radius:8px;background:rgba(2,6,23,.64);font-size:22px;line-height:1.4;transform:translateX(-50%)}.presenter-controls{display:flex;align-items:center;justify-content:center;gap:12px;color:#e5e7eb}.presenter-controls span{min-width:70px;text-align:center;font-weight:800}@media (max-width:980px){.presentation-editor,.presentation-editor.with-notes{grid-template-columns:1fr}.slide-rail{max-height:150px;flex-direction:row;border-right:0;border-bottom:1px solid var(--border)}.slide-thumb{width:170px}.speaker-notes-panel{min-height:220px;border-top:1px solid var(--border);border-left:0}}.document-editor-shell{flex:1 1;min-height:0;overflow:auto;padding:0 26px 34px;background:#edf2f7;scroll-behavior:smooth}.document-ruler{position:-webkit-sticky;position:sticky;top:0;z-index:3;height:28px;display:grid;grid-template-columns:repeat(6,1fr);align-items:end;margin:0 auto 18px;border-right:1px solid #d0d7e2;border-left:1px solid #d0d7e2;background:#f8fafd}.document-ruler span{height:12px;border-right:1px solid #c8d0dc}.document-ruler span:nth-child(2n){height:8px}.document-rich-editor{min-height:980px;margin:0 auto;padding:72px 78px;color:#1f2937;border:1px solid #ccd5e3;border-radius:4px;outline:none;background:#fff;box-shadow:0 2px 5px rgba(60,64,67,.2);font-family:Arial,Calibri,sans-serif;font-size:12pt;line-height:1.55}.document-rich-editor.page-a4{min-height:1120px}.document-rich-editor.page-wide{min-height:760px}.document-rich-editor:focus{box-shadow:0 2px 5px rgba(60,64,67,.2),0 0 0 2px rgba(26,115,232,.18)}.document-rich-editor blockquote,.document-rich-editor h1,.document-rich-editor h2,.document-rich-editor h3,.document-rich-editor p{margin:0 0 12px}.document-rich-editor h1{font-size:28pt;line-height:1.15}.document-rich-editor h2{font-size:22pt;line-height:1.2}.document-rich-editor h3{font-size:17pt;line-height:1.25}.document-rich-editor ol,.document-rich-editor ul{margin:0 0 12px 24px;padding:0}.document-rich-editor blockquote{padding-left:16px;color:#475569;border-left:4px solid #cbd5e1;font-style:italic}.document-rich-editor a{color:#1a73e8;text-decoration:underline}.document-rich-editor table{width:100%;margin:14px 0;border-collapse:collapse}.document-rich-editor td,.document-rich-editor th{min-width:80px;padding:8px 10px;border:1px solid #cbd5e1;vertical-align:top}.document-rich-editor th{background:#f8fafc;font-weight:700}.document-rich-editor hr{height:1px;margin:18px 0;border:0;background:#cbd5e1}.document-rich-editor .document-page-break{height:0;margin:30px -78px;border:0;border-top:2px dashed #94a3b8;background:transparent}.editor-fallback{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center}.editor-fallback h3{margin:0 0 8px;color:var(--navy);font-family:Manrope,DM Sans,sans-serif;font-size:20px}.editor-fallback p{max-width:440px;margin:0;color:var(--muted);font-size:13px;line-height:1.55}.editor-error{margin:14px 16px 16px}.pdf-editor-layout{display:grid;grid-template-columns:156px minmax(0,1fr) 310px;min-height:680px;background:#f5f6fb;border-top:1px solid #d9dde8}.pdf-page-rail{display:flex;flex-direction:column;gap:18px;align-items:center;padding:18px 14px;overflow:auto;background:#eef0f7;border-right:1px solid #d9dde8}.pdf-page-rail button{width:116px;border:0;background:transparent;color:#4f5565;cursor:pointer;display:grid;grid-gap:8px;gap:8px;justify-items:center}.pdf-page-rail button canvas{background:#ffffff;box-shadow:0 6px 14px rgba(32,42,61,.16)}.pdf-page-rail button.active canvas{border-color:#1a73e8}.pdf-editor-main{display:grid}.pdf-tool-tabs{display:flex;align-items:center;gap:18px;min-height:74px;padding:12px 20px;border-bottom:1px solid #d9dde8;box-shadow:0 3px 12px rgba(32,42,61,.12);z-index:2}.pdf-convert-menu{position:relative}.pdf-convert-trigger{height:42px;border:0;background:transparent;color:#e53935;display:inline-flex;align-items:center;gap:8px;padding:0 12px;font-weight:900;text-transform:uppercase;cursor:pointer}.pdf-convert-trigger span{font-size:18px;line-height:1}.pdf-convert-popover{position:absolute;top:calc(100% + 14px);left:-18px;width:min(380px,calc(100vw - 40px));display:grid;grid-template-columns:1fr;grid-gap:22px;gap:22px;padding:46px 48px;border-radius:18px;background:#ffffff;box-shadow:0 18px 40px rgba(17,24,39,.18);z-index:90}.pdf-convert-popover:before{content:"";position:absolute;top:-10px;left:52px;width:22px;height:22px;background:#ffffff;transform:rotate(45deg)}.pdf-convert-popover h4{margin:0 0 22px;color:#6f7480;font-size:20px;text-transform:uppercase}.pdf-convert-popover button{width:100%;display:flex;align-items:center;gap:18px;border:0;background:transparent;padding:11px 0;color:#1f1f1f;font-size:19px;font-weight:900;text-align:left;cursor:pointer}.pdf-convert-popover button:hover{color:#e53935}.convert-badge{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:4px;color:#ffffff;font-size:11px;font-weight:900;flex:0 0 auto}.convert-badge.html,.convert-badge.image{background:#f7c600}.convert-badge.pdfa,.convert-badge.word{background:#4b75b9}.convert-badge.ppt{background:#f26d4f}.convert-badge.excel{background:#5ba86b}.pdf-toolstrip{gap:8px;flex-wrap:wrap}.pdf-toolstrip button{width:38px;height:38px;border:1px solid #d8dce8;color:#5f6472;display:inline-grid;place-items:center;font-weight:800;cursor:pointer}.pdf-toolstrip button.active,.pdf-toolstrip button:hover:not(:disabled){border-color:#1a73e8;color:#1a73e8;background:#eef5ff}.pdf-toolstrip .text-tool{color:#e53935;font-size:28px;font-family:Georgia,serif}.pdf-toolstrip button:disabled{opacity:.45;cursor:not-allowed}.pdf-toolstrip .color-swatch{width:28px;height:28px;border-radius:999px;border:2px solid #ffffff;box-shadow:0 0 0 1px #c8cedd}.pdf-toolstrip .color-swatch.active{box-shadow:0 0 0 2px #1a73e8}.pdf-stage-scroll{padding:56px 42px 84px;display:grid;align-content:start;grid-gap:32px;gap:32px}.pdf-text-toolbar{min-height:70px;display:flex;align-items:center;gap:14px;padding:10px 28px;border-bottom:1px solid #d7dbe4;background:#ffffff;box-shadow:0 2px 8px rgba(17,24,39,.08);overflow-x:auto}.pdf-inline-color,.pdf-text-toolbar button,.pdf-text-toolbar select{height:38px;border:1px solid #cfd5e3;border-radius:6px;background:#ffffff;color:#4a4f5d;font:inherit;font-weight:800}.pdf-text-toolbar select{min-width:104px;padding:0 34px 0 12px}.pdf-text-toolbar button{min-width:38px;display:inline-grid;place-items:center;cursor:pointer}.pdf-text-toolbar button.active{color:#1a73e8;background:#eef5ff}.pdf-text-toolbar button.danger{color:#4a4f5d}.pdf-text-toolbar button:disabled{opacity:.45;cursor:not-allowed}.pdf-text-tool-icon{color:#4a4f5d;font-size:22px;font-weight:900}.pdf-inline-color{display:inline-flex;align-items:center;gap:8px;padding:0 10px}.pdf-inline-color input{width:24px;height:24px;border:0;padding:0;background:transparent}.pdf-page-shell{display:grid;grid-gap:10px;gap:10px;justify-items:center}.pdf-page-canvas{position:relative;box-shadow:0 10px 28px rgba(32,42,61,.2);-webkit-user-select:none;-moz-user-select:none;user-select:none}.pdf-page-canvas canvas{display:block}.pdf-page-shell.active .pdf-page-canvas{outline:3px solid rgba(26,115,232,.28)}.pdf-page-canvas.tool-editText,.pdf-page-canvas.tool-image,.pdf-page-canvas.tool-text{cursor:crosshair}.pdf-page-canvas.tool-highlight,.pdf-page-canvas.tool-pen,.pdf-page-canvas.tool-shape{cursor:cell}.pdf-page-number{color:#5f6472;font-weight:700}.pdf-annotation{position:absolute;pointer-events:auto;box-sizing:border-box;cursor:move}.pdf-annotation.text{display:block;min-width:24px;font-weight:700;white-space:pre-wrap}.pdf-annotation.existing{white-space:pre-wrap}.pdf-text-editor{min-width:20px;padding:0;border:1px dashed rgba(26,115,232,.65);resize:none;color:inherit;background:transparent!important;font:inherit;font-weight:700;line-height:1.25;pointer-events:auto;overflow:auto;box-sizing:border-box}.editor-body div.pdf-text-editor,.editor-body textarea.pdf-text-editor{width:auto;min-height:0;flex:none;padding:0 1px;border-radius:0;box-shadow:none;font:inherit;line-height:1.08;-moz-tab-size:initial;tab-size:8}div.pdf-text-editor{white-space:pre-wrap;overflow-wrap:break-word;cursor:text}.pdf-text-editor:focus{outline:2px solid #1a73e8;outline-offset:2px;background:transparent;box-shadow:none}.pdf-annotation.existing,.pdf-text-editor.existing{background:#ffffff!important;color:#111111;line-height:1.05;overflow:hidden;overflow-wrap:anywhere}.pdf-text-editor.existing{border-color:rgba(26,115,232,.35);white-space:pre;overflow-y:auto}.pdf-text-editor.existing:focus{outline:1px solid rgba(26,115,232,.6);outline-offset:1px}.pdf-text-move-handle{position:absolute;z-index:4;width:16px;height:16px;padding:0;transform:translate(-10px,-10px);border:2px solid;border-radius:50%;background:#ffffff;box-shadow:0 2px 8px rgba(32,42,61,.2);cursor:move}.pdf-text-move-handle:before{content:"";position:absolute;inset:4px;border-radius:50%;background:currentColor}.pdf-text-resize-handle{position:absolute;z-index:4;width:15px;height:15px;padding:0;transform:translate(-9px,-9px);border:2px solid #ffffff;border-radius:4px;background:currentColor;box-shadow:0 2px 8px rgba(32,42,61,.24);cursor:nwse-resize}.pdf-existing-text-hotspot{position:absolute;z-index:3;padding:0;border:1px solid transparent;background:transparent;cursor:text}.pdf-existing-text-hotspot:focus-visible,.pdf-existing-text-hotspot:hover{border-color:rgba(26,115,232,.55);background:rgba(26,115,232,.04);outline:none}.pdf-annotation.image{object-fit:contain}.pdf-annotation.shape{border:2px solid}.pdf-annotation.highlight{border:0}.pdf-annotation.ink{inset:0;width:100%;height:100%;pointer-events:none}.pdf-annotation.ink polyline{pointer-events:stroke}.pdf-annotation.selected{outline:2px solid #1a73e8;outline-offset:3px}.pdf-page-render-error{position:absolute;inset:20px;display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;padding:20px;text-align:center;color:#b42318;background:rgba(255,255,255,.92);border:1px solid #fecaca}.pdf-edit-panel{display:flex;flex-direction:column;gap:18px;padding:24px;border-left:1px solid #d9dde8}.pdf-edit-panel h3{margin:0 0 2px;font-size:32px;color:#202a3d}.pdf-info-callout{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:start;padding:16px;background:#dff0fb;color:#111827}.pdf-edit-panel label{display:grid;grid-gap:8px;gap:8px;color:#4f5565;font-weight:700}.pdf-edit-panel input:not([type=range]){width:100%;border:1px solid #cfd5e3;padding:10px 12px;font:inherit}.pdf-page-controls{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:10px;gap:10px}.pdf-page-controls button{border:1px solid #d8dce8;background:#ffffff;color:#202a3d;padding:8px 10px;font-weight:800;cursor:pointer}.pdf-edit-summary,.pdf-page-controls span{color:#5f6472;font-weight:700}.pdf-edit-summary{display:grid;grid-gap:6px;gap:6px;font-size:13px}.pdf-export-panel,.pdf-selection-panel{display:grid;grid-gap:10px;gap:10px;padding:14px;border:1px solid #e0e5ef;border-radius:8px;background:#fafbff}.pdf-export-panel strong,.pdf-selection-panel strong{color:#202a3d;text-transform:capitalize}.pdf-selection-panel span{color:#5f6472;font-size:13px;font-weight:700}.pdf-selection-size{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.pdf-selection-size label{gap:4px}.pdf-selection-size input{width:100%}.pdf-export-panel .secondary-button,.pdf-save-button,.pdf-selection-panel .secondary-button{justify-content:center}.pdf-save-button{margin-top:auto;min-height:64px;font-size:20px}.pdf-editor-state{min-height:560px;display:grid;place-items:center;align-content:center;grid-gap:12px;gap:12px;color:#5f6472;font-weight:800}.pdf-editor-state.error{color:#b42318}.pdf-editor-body{padding:0;overflow:hidden;background:#f3f4f8}.file-editor-page-card:has(.pdf-editor-body){background:#f3f4f8}.file-editor-page-card:has(.pdf-editor-body) .editor-toolbar{min-height:58px;border-bottom:1px solid #d7dbe4;background:#ffffff;box-shadow:none}.file-editor-page-card:has(.pdf-editor-body) .editor-title-block span{color:#5f6368}.file-editor-page-card:has(.pdf-editor-body) .editor-title-block strong{font-size:15px}.pdf-editor-layout{grid-template-columns:142px minmax(0,1fr) 360px;min-height:calc(100vh - 132px);border-top:0;background:#f1f2f7}.pdf-page-rail{gap:20px;padding:16px 12px 28px;background:#f3f4fa;border-right:1px solid #d7dbe4}.pdf-page-rail button{width:112px;font-size:14px}.pdf-page-rail button canvas{max-width:104px;border:2px solid transparent;border-radius:0;box-shadow:0 4px 11px rgba(17,24,39,.18)}.pdf-page-rail button.active canvas{border-color:#f7c948;box-shadow:0 0 0 1px #1a73e8,0 5px 13px rgba(17,24,39,.22)}.pdf-tool-tabs{min-height:64px;padding:10px 18px;gap:14px;border-bottom:1px solid #d7dbe4;box-shadow:0 2px 8px rgba(17,24,39,.1)}.pdf-editor-main{grid-template-rows:auto auto minmax(0,1fr)}.pdf-tool-tabs .segmented-control{height:36px;padding:3px;border-radius:999px;background:#4b4d57}.pdf-tool-tabs .segmented-control button{min-width:112px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#ffffff}.pdf-tool-tabs .segmented-control button.active{color:#3c4043;background:#ffffff}.pdf-toolstrip{min-width:0}.pdf-toolstrip button{width:42px;height:42px;border-width:0 1px 0 0;border-color:#e3e6ee;border-radius:0;background:#ffffff;color:#6b7280}.pdf-toolstrip button:first-child{border-left:1px solid #e3e6ee}.pdf-toolstrip button.active,.pdf-toolstrip button:hover:not(:disabled){color:#202124;background:#edf2ff}.pdf-toolstrip .toolbar-divider{height:42px;margin:0 4px;background:#d7dbe4}.pdf-stage-scroll{padding:44px 34px 72px;background:#f1f2f7}.pdf-page-canvas{box-shadow:0 8px 22px rgba(17,24,39,.2)}.pdf-page-shell.active .pdf-page-canvas{outline:2px solid rgba(26,115,232,.42);outline-offset:10px}.pdf-edit-panel{padding:22px 28px 24px;border-left:1px solid #d7dbe4}.pdf-edit-panel h3{padding:0 0 16px;border-bottom:1px solid #e5e7eb;font-size:34px;letter-spacing:0}.pdf-info-callout{border-radius:8px;background:#dff1fb;line-height:1.38}.pdf-save-button{min-height:70px;border-radius:10px;background:#ef8f90;box-shadow:0 10px 18px rgba(239,143,144,.24)}.pdf-save-button:hover:not(:disabled){background:#e36f71}.pdf-save-button:disabled{background:#f3b7b8}@media (max-width:1100px){.editor-workspace.with-side-panel{grid-template-columns:minmax(0,1fr)}.editor-side-panel{border-top:1px solid var(--border);border-left:0;max-height:320px}.text-editor-split.preview-on{grid-template-columns:1fr}.document-find-bar{grid-template-columns:minmax(140px,1fr) minmax(140px,1fr) repeat(3,auto)}.document-find-bar span{grid-column:1/-1}}@media (max-width:720px){.editor-toolbar{align-items:flex-start;flex-direction:column}.editor-toolbar>div:last-child{width:100%}.editor-save-status{width:100%;justify-content:center}.editor-context-row{align-items:flex-start;flex-direction:column}.editor-shortcuts{justify-content:flex-start}.document-editor-shell{padding:12px}.document-rich-editor{min-height:720px;padding:36px 28px}.document-find-bar{grid-template-columns:1fr}.document-find-bar .secondary-button{width:100%}.document-quick-toolbar{left:50%!important;right:auto;max-width:calc(100vw - 24px)}.toolbar-divider{display:none}}.office-preview{width:100%;height:100%;overflow:auto;background:#fff}.office-preview header{position:-webkit-sticky;position:sticky;top:0;z-index:1;display:flex;align-items:center;gap:10px;padding:14px 18px;color:var(--navy);border-bottom:1px solid var(--border);background:#fff}.sheet-tabs{display:flex;align-items:center;gap:6px;overflow-x:auto}.sheet-preview .sheet-tabs{position:-webkit-sticky;position:sticky;top:51px;z-index:1;padding:8px 12px;border-bottom:1px solid var(--border);background:#f8fafc}.sheet-tab{flex:0 0 auto;min-height:30px;padding:6px 12px;color:#334155;border:1px solid #dbe3ef;border-radius:999px;background:#fff;font-size:12px;font-weight:700;cursor:pointer}.sheet-tab.active{color:#fff;border-color:#0f766e;background:#0f766e}.sheet-table-wrap{width:100%;overflow:auto}.rendered-sheet-preview{gap:14px}.sheet-image{display:block;width:100%;max-width:100%;height:auto;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.08)}.sheet-preview table{width:100%;border-collapse:collapse;color:#263246;font-size:12px}.sheet-preview td{min-width:120px;max-width:280px;padding:9px 11px;border:1px solid #e2e7f0;white-space:pre-wrap;word-break:break-word;vertical-align:top}.document-preview{padding:34px clamp(22px,5vw,74px);color:#242d3d;font-size:15px;line-height:1.7}.document-preview p{max-width:760px;margin:0 auto 14px}.slide-preview{display:grid;justify-items:center;grid-gap:24px;gap:24px;padding:24px;background:#eef2f8}.slide-preview section{width:min(820px,100%);color:#263246}.slide-label{margin-bottom:8px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.slide-image{width:100%;display:block;border:1px solid #d9e1ee;border-radius:8px;background:#fff;box-shadow:0 16px 42px rgba(40,54,80,.12)}.slide-limit-note{margin:0;color:var(--muted);font-size:12px;text-align:center}.preview-audio,.preview-fallback,.preview-state{display:flex;flex-direction:column;align-items:center;text-align:center}.preview-audio{width:min(520px,calc(100% - 36px));gap:24px;color:#6f7a8d}.preview-audio audio{width:100%}.preview-state{gap:12px;color:var(--muted);font-size:13px}.preview-state.error{max-width:460px;color:var(--danger)}.preview-state.error span,.preview-state.error strong{display:block}.preview-state.error strong{margin-bottom:4px;color:#973840}.preview-state.error span{color:#7d4650}.preview-fallback{width:min(430px,calc(100% - 36px))}.fallback-icon{width:78px;height:78px;display:grid;place-items:center;margin-bottom:18px;color:#7b8ce8;border-radius:18px;background:var(--blue-soft)}.preview-fallback h3{margin:0 0 8px;color:var(--navy);font-family:Manrope,DM Sans,sans-serif;font-size:20px}.preview-fallback p{margin:0 0 20px;color:var(--muted);font-size:13px;line-height:1.55}.preview-fallback dl{width:100%;margin:0 0 22px;border:1px solid var(--border);border-radius:10px}.preview-fallback dl div{display:flex;justify-content:space-between;gap:16px;padding:11px 13px;border-bottom:1px solid var(--border)}.preview-fallback dl div:last-child{border-bottom:0}.preview-fallback dd,.preview-fallback dt{margin:0;font-size:12px}.preview-fallback dt{color:var(--muted)}.preview-fallback dd{color:#40495b;font-weight:600}.inline-error,.inline-success{padding:11px 13px;border-radius:8px;font-size:12px}.inline-error{color:#b63e46;background:#fff0f1}.inline-success{display:flex;align-items:center;gap:8px;color:#257b60;background:#ebf8f3}.toast{position:fixed;right:28px;bottom:28px;z-index:150;min-width:280px;max-width:430px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:13px 14px;color:#fff;border-radius:11px;background:#27334c;box-shadow:0 14px 35px rgba(20,29,48,.25);font-size:13px;animation:toast-in .18s ease-out}.toast.error{background:#bd454c}.toast button{display:grid;place-items:center;padding:3px;color:rgba(255,255,255,.8);background:transparent;cursor:pointer}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}.login-page{grid-template-columns:minmax(420px,.86fr) 1.14fr;background:#fff}.login-panel{padding:55px clamp(45px,7vw,105px)}.login-panel>.brand{margin-bottom:72px}.login-copy{max-width:500px}.eyebrow{display:block;margin-bottom:13px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.13em}.login-copy h1{margin-bottom:15px;font-size:clamp(37px,4vw,55px);line-height:1.08;letter-spacing:-2.2px}.login-copy p{color:var(--muted);font-size:16px}.login-card{max-width:420px;grid-template-columns:auto 1fr;grid-gap:5px 12px;gap:5px 12px;align-items:center;margin-top:36px;padding:20px;border:1px solid var(--border);border-radius:15px;box-shadow:0 12px 35px rgba(31,43,72,.07)}.login-avatar{grid-row:span 1;width:42px;height:42px;border-radius:50%;color:#fff;background:linear-gradient(140deg,#ef9b72,#d76e70);font-weight:700}.login-card span,.login-card strong{display:block}.login-card strong{color:#343d4f;font-size:13px}.login-card span{margin-top:2px;color:var(--muted);font-size:11px}.login-field input{margin-top:8px;border:1px solid var(--border);color:var(--text)}.login-card .field-error,.login-card .field-notice{text-align:left}.login-card .link-button{border:none;background:none;color:var(--brand,#0f766e);font-size:.85rem}.login-card h2{margin:0}.login-card p{color:var(--muted,#475467);font-size:.9rem;text-align:center}.login-card .primary-button{grid-column:1/-1;margin-top:14px}.login-card small{grid-column:1/-1;margin-top:7px;color:#9aa1af;text-align:center;font-size:10px}.login-visual{position:relative;overflow:hidden;align-items:center;margin:20px;border-radius:24px;color:#fff;background:radial-gradient(circle at 70% 20%,rgba(143,164,255,.52),transparent 32%),linear-gradient(145deg,#1a2850,#293e78 57%,#39559d)}.visual-logo{position:relative;z-index:2;width:180px;height:180px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 30px 80px rgba(8,14,33,.28)}.login-visual>p{position:relative;z-index:2;margin:32px 0 0;text-align:center;font-family:Manrope,sans-serif;font-size:21px;line-height:1.45}.visual-orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:430px;height:430px;right:-160px;bottom:-150px;background:rgba(112,141,242,.2)}.orb-two{width:250px;height:250px;left:-80px;top:-70px;background:rgba(98,214,190,.11)}.floating-card{position:absolute;z-index:3;min-width:205px;display:flex;align-items:center;gap:11px;padding:13px;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:rgba(255,255,255,.13);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 20px 40px rgba(10,19,45,.18)}.floating-card span,.floating-card strong{display:block}.floating-card strong{font-size:12px}.floating-card div>span{margin-top:4px;color:rgba(255,255,255,.66);font-size:10px}.file-one{top:16%;right:8%;transform:rotate(3deg)}.folder-one{left:7%;bottom:17%;transform:rotate(-3deg)}.shared-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:35px 20px;background:radial-gradient(circle at 20% 10%,#eef2ff,transparent 35%),radial-gradient(circle at 80% 90%,#e9f8f3,transparent 32%),#f5f7fb}.shared-page>.brand{margin-bottom:30px}.shared-card{width:min(450px,100%);padding:38px;border:1px solid var(--border);border-radius:19px;background:#fff;box-shadow:0 20px 60px rgba(31,43,72,.1);text-align:center}.shared-icon{width:78px;height:78px;display:grid;place-items:center;margin:0 auto 24px;color:var(--blue);border-radius:22px;background:var(--blue-soft)}.shared-file-preview{width:100%;max-height:220px;margin-bottom:24px;border:1px solid var(--border);border-radius:14px;object-fit:contain;background:#f8fafd}.shared-file-meta{margin-bottom:25px;color:var(--muted);font-size:13px}.shared-open-hint{width:100%;margin:-10px 0 16px;color:#4f5d73;font-size:12px;line-height:1.5}.shared-card .eyebrow{margin-bottom:9px}.shared-card h1{margin-bottom:10px;color:var(--navy);font-size:27px;letter-spacing:-.8px}.shared-card>p{margin-bottom:25px;color:var(--muted);font-size:13px;line-height:1.6}.shared-card .inline-error,.shared-card .inline-success{margin-bottom:14px;text-align:left}.shared-card>small{display:block;margin-top:16px;color:#9da4b1;font-size:10px}.shared-footer{margin:26px 0 0;color:#9aa2b1;font-size:11px}.shared-workspace{min-height:100vh}.shared-editor-page{min-height:100vh;position:relative}.shared-access-badge{position:fixed;top:14px;right:18px;z-index:180;padding:7px 11px;border:1px solid #cfe8df;border-radius:999px;color:#0f766e;background:#effaf6;font-size:12px;font-weight:800;box-shadow:0 8px 20px rgba(15,23,42,.08)}.shared-editor-page .shared-access-badge{position:absolute;left:18px;right:auto;top:16px;z-index:25}.shared-editor-page .file-editor-page-card .editor-toolbar{padding-left:190px}.shared-workspace-error{position:fixed;left:50%;top:58px;z-index:181;transform:translateX(-50%);max-width:min(520px,calc(100vw - 32px))}.access-request-box,.shared-password-field{width:100%;display:grid;grid-gap:8px;gap:8px}.access-request-box strong,.shared-password-field span{color:#3c4556;font-size:12px;font-weight:800}.access-request-box{margin-top:4px;padding:12px;border:1px solid var(--border);border-radius:10px;background:#fafbfe}.access-request-box textarea{min-height:76px;resize:vertical}.inline-warning{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #f2d8a7;border-radius:10px;color:#744a00;background:#fff8e8;font-size:12px;font-weight:700}@media print{.print-disabled{display:none!important}}.drive-app,.shared-page{background:#f5f7fb}.bulk-toolbar{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 8px;padding:6px 8px;border:none;border-radius:8px;background:transparent}.bulk-toolbar.selection-active{border-color:transparent;background:#ccfbf1;box-shadow:none}.bulk-toolbar.selection-active .select-all-control{color:#0f3f68}.bulk-toolbar.selection-active .icon-button{color:#263341;background:rgba(255,255,255,.72)}.bulk-toolbar.selection-active .icon-button:hover{background:#fff}.bulk-toolbar.selection-active .icon-button.danger{color:var(--danger)}.bulk-toolbar-end,.drive-pagination,.list-toolbar{display:flex;align-items:center}.bulk-toolbar-end{justify-content:flex-end;gap:16px;margin-left:auto}.list-toolbar{min-height:44px;justify-content:flex-end;margin:0 0 8px;padding:6px 8px}.drive-pagination{flex:0 0 auto;gap:10px;color:#4b5563;font-size:13px;font-weight:500;white-space:nowrap}.drive-pagination-range{min-width:84px;text-align:right}.pagination-button{color:#5f6368}.pagination-button.previous svg{transform:rotate(180deg)}.select-all-control{display:inline-flex;align-items:center;gap:10px;color:#334155;font-size:13px;font-weight:700}.select-all-control input{width:16px;height:16px;accent-color:var(--blue)}.bulk-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.selection-check{position:absolute;top:11px;left:11px;z-index:4;width:22px;height:22px;display:grid;place-items:center;cursor:pointer}.selection-check.inline{position:relative;top:0;left:0;flex:0 0 auto}.selection-check input{position:absolute;inset:0;z-index:2;width:100%;height:100%;opacity:0;cursor:pointer}.selection-check span{width:18px;height:18px;display:block;border:1px solid #b8c4d4;border-radius:5px;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.08);pointer-events:none}.selection-check input:checked+span{border-color:var(--blue);background:var(--blue)}.selection-check input:checked+span:after{content:"";display:block;width:8px;height:4px;margin:5px auto 0;border:solid #fff;border-width:0 0 2px 2px;transform:rotate(-45deg)}.file-card,.folder-card{position:relative}.file-card.selected,.folder-card.selected,.table-row.selected{border-color:#a8c7fa;background:#ccfbf1;box-shadow:none}.file-card.selected .file-card-preview{background:#afd5ff}.name-header{display:inline-flex;align-items:center;gap:10px}.name-header>span{width:18px}.drive-content.drag-active{position:relative}.drop-overlay{position:fixed;inset:72px 24px 24px 272px;z-index:80;display:grid;place-items:center;align-content:center;grid-gap:8px;gap:8px;color:var(--blue);border:2px dashed #a8c7fa;border-radius:16px;background:rgba(232,240,254,.92);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none}.drop-overlay strong{color:var(--ink);font-size:20px}.drop-overlay span{color:var(--muted);font-size:13px}.sidebar{padding:8px 0 16px 12px;color:var(--ink);border-right:none;background:#fff}.sidebar .brand{color:#5f6368;margin:8px 8px 12px}.brand{gap:8px;font-family:Google Sans,Roboto,sans-serif;letter-spacing:-.2px}.brand,.brand strong,.sidebar .brand strong{color:#5f6368;font-weight:400}.brand-mark{width:40px;height:40px}.auth-brand-mark img,.brand-mark img,.home-brand-mark img{width:100%;height:100%;object-fit:contain;display:block}.copy-field input,.danger-button,.icon-button,.item-menu,.modal,.modal-body input,.modal-body select,.primary-button,.profile-menu,.share-create input,.share-create select,.text-button{border-radius:8px}.new-button{color:#1f1f1f;background:#fff;box-shadow:0 1px 3px 1px rgba(60,64,67,.15),0 1px 2px rgba(60,64,67,.3)}.new-button:hover{background:#f8fafd;transform:none;box-shadow:0 1px 3px 1px rgba(60,64,67,.2),0 2px 6px 2px rgba(60,64,67,.15)}.primary-button{color:#fff;background:var(--blue);box-shadow:none}.primary-button:hover:not(:disabled){background:var(--blue-dark);transform:none}.secondary-button{color:#0f766e;border:1px solid var(--border);background:transparent}.secondary-button:hover{color:#0f766e;border-color:#0f766e;background:rgba(15,118,110,.04)}.sidebar-nav{margin-top:4px}.sidebar-nav a{color:#444746;border:none;font-weight:500}.sidebar-nav a:hover{color:#444746;background:#f1f3f4}.sidebar-nav a.active{color:#041e49;border:none;background:var(--blue-soft)}.storage-card{border:none;background:transparent}.storage-card p{color:#444746}.upload-progress strong{color:var(--blue)}.storage-track{background:#e3e3e3}.storage-track span{background:var(--blue)}.topbar{height:64px;border-bottom:none;background:#ffffff}.search-box{background:#e9eef6}.search-box:focus-within{border-color:transparent;background:#ffffff;box-shadow:0 1px 1px rgba(0,0,0,.1),0 2px 6px 2px rgba(60,64,67,.15)}.modal-body input:focus,.modal-body select:focus{border-color:#0f766e;box-shadow:0 0 0 2px rgba(15,118,110,.15)}.view-toggle button.active{color:#0f766e;background:var(--blue-soft)}.avatar,.login-avatar{color:#fff;background:var(--blue)}.drive-content{max-width:none}.details-header strong,.empty-state h2,.error-state h2,.modal-header h2,.page-heading h1,.preview-fallback h3,.shared-card h1{color:var(--ink);font-family:Google Sans,Roboto,sans-serif;font-weight:500;letter-spacing:0}.details-header span,.details-list dt,.empty-state p,.error-state p,.page-heading p,.preview-fallback p,.preview-toolbar span,.preview-toolbar strong,.shared-card>p{color:var(--muted)}.file-card,.login-card,.permission-row,.preview-fallback dl,.share-link-row,.shared-card,.table-shell{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:none}.table-shell{border-radius:8px}.folder-card{border:none;border-radius:12px;background:#f0f4f9;box-shadow:none}.folder-card:hover{background:#e2e8f0;box-shadow:none}.file-card:hover{border-color:#c4c7c5;box-shadow:0 1px 2px rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.folder-icon,.folder-icon.small{color:#444746;background:transparent}.fallback-icon,.shared-icon{color:var(--blue);background:var(--blue-soft)}.copy-field input,.file-card-preview,.preview-toolbar,.share-file,.upload-progress{background:#f8fafd}.copy-field button,.inline-success,.share-status{color:var(--blue);border-color:#b9ded8;background:var(--blue-soft)}.folder-picker-row:focus,.folder-picker-row:hover,.item-menu button:hover,.profile-menu a:hover,.table-row:hover{background:#f8fafc}.mini-spinner,.spinner{border-top-color:var(--blue)}.modal-backdrop{background:rgba(15,23,42,.42)}.toast{background:#0f172a}.login-page{grid-template-columns:minmax(420px,.94fr) 1.06fr;background:#f5f7fb}.login-panel{background:#fff}.eyebrow{color:var(--blue)}.login-visual{padding:clamp(34px,5vw,72px);align-items:stretch;color:var(--navy);border-left:1px solid var(--border);background:#f5f7fb}.login-visual>p{order:1;max-width:540px;margin:0 0 26px;font-size:clamp(28px,3.3vw,42px)}.floating-card{order:2;position:static;min-width:0;width:min(480px,100%);margin-top:16px;color:var(--navy);border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:none;transform:none}.floating-card strong{font-size:14px}.floating-card div>span{color:var(--muted);font-size:12px}.file-one,.folder-one{top:auto;right:auto;bottom:auto;left:auto}.shared-page{background:#f5f7fb}@media (max-width:900px){.sidebar{width:210px}.sidebar .brand{font-size:22px}.sidebar .brand-mark{width:40px;height:40px}.drive-main{width:calc(100% - 210px);margin-left:210px}.topbar{padding:0 24px}.drive-content{padding:32px 25px 60px}.login-page{grid-template-columns:1fr}.login-panel{min-height:100vh}.login-visual{display:none}}@media (max-width:700px){.sidebar{position:fixed;top:auto;bottom:0;width:100%;height:68px;flex-direction:row;align-items:center;justify-content:space-around;padding:9px 15px;border-top:1px solid rgba(255,255,255,.08)}.sidebar .brand,.sidebar-footer,.sidebar-upload{display:none}.new-button{width:44px;min-height:44px;font-size:0}.sidebar-nav{margin:0}.sidebar-nav a{padding:11px 16px}.drive-main{width:100%;margin-left:0;padding-bottom:68px}.topbar{height:66px;padding:0 15px}.search-box{width:calc(100% - 55px)}.view-toggle{display:none}.topbar-actions{gap:10px}.drive-content{padding:25px 16px 45px}.page-heading{align-items:flex-start;flex-direction:column;margin-bottom:27px}.page-heading h1{font-size:25px}.heading-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.heading-actions>*{width:100%}.upload-button-group{grid-column:1/-1}.upload-button-group .primary-button,.upload-button-group .secondary-button{flex:1 1}.table-shell{overflow-x:auto}.bulk-toolbar{align-items:flex-start;flex-direction:column}.bulk-toolbar-end,.list-toolbar{width:100%;justify-content:flex-end}.bulk-toolbar-end{align-items:flex-end;flex-direction:column;gap:10px}.bulk-actions{justify-content:flex-end}.file-table{min-width:620px}.preview-toolbar{align-items:flex-start;flex-direction:column}.preview-toolbar .secondary-button{width:100%}.preview-body{height:66vh;min-height:320px}.preview-layout.with-comments{grid-template-columns:1fr}.preview-comment-panel{max-height:320px;border-top:1px solid var(--border);border-left:0}.file-grid,.folder-grid{grid-template-columns:1fr}.toast{right:16px;bottom:84px;left:16px;min-width:0}.login-panel{padding:38px 24px}.login-panel>.brand{margin-bottom:55px}.login-copy h1{font-size:39px}.shared-card{padding:30px 22px}.sidebar{height:68px;padding:9px 12px;border-top:1px solid var(--border);border-right:0;box-shadow:0 -10px 24px rgba(15,23,42,.06)}.sidebar-nav{flex:1 1;display:flex;align-items:center;justify-content:space-around}.sidebar-nav a{width:44px;height:44px;justify-content:center;gap:0;padding:0;font-size:0}.sidebar-nav a svg{width:20px;height:20px}.new-button{flex:0 0 44px}.general-access,.modal-actions.split,.permission-row,.share-invite-row{grid-template-columns:1fr}.copy-field,.copy-field button,.general-access>select,.modal-actions.split .primary-button,.modal-actions.split .secondary-button,.share-invite-row .primary-button{width:100%}.copy-field{flex-direction:column}.permission-role-static{justify-self:start}.share-link-actions{align-items:stretch;flex-direction:column}.share-link-actions input,.share-link-actions label{width:100%}.modal-actions.split{display:grid}}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,.9fr) minmax(480px,1.1fr);background:#f6f8fb}.login-panel{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:56px clamp(36px,6vw,96px);background:#ffffff}.login-panel>.brand{align-self:flex-start;margin-bottom:54px}.login-copy{max-width:470px}.login-copy h1{margin:0 0 14px;color:var(--navy);font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:42px;font-weight:800;line-height:1.12;letter-spacing:0}.login-copy p{max-width:440px;margin:0;color:#5f6b7d;font-size:15px;line-height:1.65}.login-card{width:min(430px,100%);display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin-top:34px;padding:24px;border:1px solid #dce3ee;border-radius:8px;background:#ffffff;box-shadow:0 18px 46px rgba(25,35,61,.08)}.login-card-header{display:flex;align-items:center;gap:14px;padding-bottom:4px}.login-avatar{flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;border-radius:8px;color:#ffffff;background:#0f766e;font-weight:800}.login-card h2{margin:0 0 3px;color:var(--navy);font-size:18px;line-height:1.25}.login-card p{margin:0;color:#667085;font-size:13px;text-align:left}.login-field{display:grid;grid-gap:8px;gap:8px}.login-field strong{color:#344054;font-size:13px}.login-field input{width:100%;min-height:44px;margin:0;padding:10px 12px;border:1px solid #cfd8e3;border-radius:8px;color:#101828;background:#ffffff;font:inherit;outline:none}.login-field input:focus{border-color:#0f766e;box-shadow:0 0 0 3px rgba(22,116,90,.12)}.login-card .field-error,.login-card .field-notice,.login-card .link-button,.login-card>small{grid-column:auto}.login-card .field-error,.login-card .field-notice{margin:-2px 0 0;font-size:12px;line-height:1.4;text-align:left}.login-card .field-error{color:#b42318}.login-card .field-notice{color:#067647}.login-card .link-button{justify-self:start;padding:0;border:0;color:#0f766e;background:transparent;font:inherit;font-size:13px;font-weight:700;text-decoration:underline;cursor:pointer}.login-card .primary-button{width:100%;margin-top:2px}.login-card>small{margin-top:0;color:#667085;font-size:12px;text-align:center}.login-card>small a{color:#0f766e;font-weight:700}.login-visual{display:flex;flex-direction:column;justify-content:center;gap:28px;min-width:0;margin:0;padding:56px clamp(34px,5vw,74px);border-left:1px solid #dce3ee;border-radius:0;color:#101828;background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,255,255,0)),#eef4f7}.login-visual>p{order:0;max-width:500px;margin:0;color:var(--navy);text-align:left;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:34px;font-weight:800;line-height:1.18;letter-spacing:0}.login-product-preview{width:min(620px,100%);overflow:hidden;border:1px solid #d2dbe7;border-radius:8px;background:#ffffff;box-shadow:0 22px 60px rgba(26,38,63,.13)}.preview-window-bar{height:40px;display:flex;align-items:center;gap:7px;padding:0 14px;border-bottom:1px solid #e5eaf1;background:#f8fafc}.preview-window-bar span{width:9px;height:9px;border-radius:50%;background:#c9d3df}.preview-window-body{display:grid;grid-template-columns:170px 1fr;min-height:330px}.preview-window-body aside{padding:18px 14px;border-right:1px solid #e5eaf1;background:#fbfcfe}.preview-nav{display:flex;align-items:center;gap:9px;min-height:38px;padding:0 10px;border-radius:8px;color:#536174;font-size:13px;font-weight:700}.preview-nav.active{color:#0f766e;background:#e8f5f1}.preview-files{display:grid;align-content:start;grid-gap:12px;gap:12px;padding:24px}.preview-file-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;min-height:58px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#ffffff}.preview-file-row strong{overflow:hidden;color:#263345;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.preview-file-row small{color:#7a8698;font-size:12px;white-space:nowrap}.preview-file-row .file-badge,.preview-file-row .folder-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px}.preview-file-row .folder-icon{color:#a56b12;background:#fff4d6}.preview-file-row .file-badge.pdf{color:#b42318;background:#fee4e2}.preview-file-row .file-badge.sheet{color:#067647;background:#dcfae6}.visual-logo,.visual-orb{display:none}@media (max-width:980px){.login-page{grid-template-columns:1fr}.login-panel{min-height:100vh;padding:42px 28px}.login-visual{display:none}}@media (max-width:520px){.login-panel{padding:32px 20px}.login-panel>.brand{margin-bottom:40px}.login-copy h1{font-size:32px}.login-card{padding:20px}}.topbar-menu-wrap{position:relative}.topbar-menu{position:absolute;right:0;top:calc(100% + 8px);width:240px;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 18px 48px rgba(15,23,42,.16);padding:8px;z-index:60;display:flex;flex-direction:column;gap:2px}.topbar-menu-title{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;padding:6px 10px 4px}.topbar-menu button{display:flex;align-items:center;gap:10px;width:100%;border:1px solid transparent;background:none;border-radius:8px;padding:9px 10px;font:inherit;font-size:14px;color:#202124;cursor:pointer;text-align:left}.topbar-menu button:hover{background:#f8fafc;border-color:#e2e8f0}.topbar-menu button svg{color:#0f766e;flex-shrink:0}.apps-menu{position:absolute;right:0;top:calc(100% + 8px);width:min(340px,calc(100vw - 32px));background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 18px 48px rgba(15,23,42,.16);padding:12px;z-index:60;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.apps-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 8px;border-radius:6px;font-size:13px;font-weight:400;color:#3c4043;text-decoration:none;text-align:center;transition:background-color .15s,transform .15s}.apps-tile:hover{background:#f8fafc;transform:translateY(-1px)}.apps-tile.current{background:transparent;color:#0f766e}.apps-badge{width:44px;height:44px;display:block;object-fit:contain;pointer-events:none}.help-body{display:flex;flex-direction:column;gap:8px;padding:4px 2px 2px}.help-topic{border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;background:#ffffff}.help-topic[open]{border-color:#99f6e4;background:#f0fdfa}.help-topic summary{cursor:pointer;font-weight:700;font-size:14px;color:#0f172a}.help-topic[open] summary{color:#0f766e}.help-topic p{margin:8px 0 2px;font-size:13.5px;line-height:1.55;color:#475569}.help-footer{margin:6px 2px 0;font-size:13px;color:#64748b}.help-footer a{color:#0f766e;font-weight:700;text-decoration:none}.help-footer a:hover{text-decoration:underline}.storage-modal{display:flex;flex-direction:column;gap:12px;padding:4px 2px 2px}.storage-track.large{height:10px;border-radius:6px}.storage-modal-total{margin:0;font-size:14px;color:#0f172a}.storage-modal-rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.storage-modal-rows li{display:flex;align-items:center;gap:10px;font-size:14px;color:#202124;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px}.storage-modal-rows em{margin-left:auto;font-style:normal;font-weight:700;color:#0f766e}.storage-modal-rows .dot{width:10px;height:10px;border-radius:50%}.storage-modal-rows .dot.drive{background:#0f766e}.storage-modal-rows .dot.mail{background:#2dd4bf}.storage-modal-note{margin:0;font-size:12.5px;color:#64748b;line-height:1.5}.storage-breakdown{margin:4px 0 0;font-size:11.5px;color:#64748b}.auth-page{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);height:100dvh;overflow:hidden;background:var(--page);position:relative;--auth-navy-deep:#071a27;--auth-navy-mid:#0c2f36;--auth-teal-deep:#0f3d3a;--auth-teal:#0f766e;--auth-teal-dark:#0b5b54;--auth-teal-bright:#14b8a6;--auth-teal-soft:#e6faf6;--auth-mint:#5eead4;--auth-panel-copy:#b7cdd1;--auth-panel-copy-dim:#a9c2c5;--auth-font-display:"Sora","Google Sans","Roboto",sans-serif;--auth-ease:cubic-bezier(0.22,1,0.36,1);--auth-card-shadow:0 1px 1px rgba(11,18,32,0.04),0 2px 4px rgba(11,18,32,0.04),0 8px 16px -6px rgba(11,18,32,0.08),0 24px 48px -16px rgba(11,18,32,0.14),0 48px 96px -32px rgba(15,118,110,0.16)}.auth-left{position:relative;height:100%;overflow-y:auto;padding:clamp(28px,4vw,56px);background:radial-gradient(120% 60% at 50% -10%,rgba(255,255,255,.07),transparent 60%),radial-gradient(34rem 30rem at 12% 14%,rgba(45,212,191,.2),transparent 62%),radial-gradient(30rem 28rem at 88% 82%,rgba(20,184,166,.16),transparent 60%),radial-gradient(120% 100% at 50% 120%,rgba(3,12,20,.55),transparent 65%),linear-gradient(155deg,var(--auth-navy-deep) 0,var(--auth-navy-mid) 38%,var(--auth-teal-deep) 72%,#114b45 100%);box-shadow:inset -1px 0 0 rgba(255,255,255,.06)}.auth-right{height:100%;min-height:0}.auth-left:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 0);background-size:44px 44px;-webkit-mask-image:radial-gradient(120% 90% at 30% 20%,#000 0,rgba(0,0,0,.55) 45%,transparent 78%);mask-image:radial-gradient(120% 90% at 30% 20%,#000 0,rgba(0,0,0,.55) 45%,transparent 78%);pointer-events:none}.auth-left-inner{position:relative;z-index:1;max-width:560px;margin:0 auto}.auth-brand{display:inline-flex;align-items:center;gap:12px;margin-bottom:28px;color:#fff}.auth-brand-mark{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;padding:6px;box-sizing:border-box;border-radius:12px;background:linear-gradient(180deg,#ffffff,#eef7f5);box-shadow:0 0 0 1px rgba(255,255,255,.18),0 10px 24px -8px rgba(13,148,136,.55),0 2px 6px rgba(0,0,0,.28),inset 0 1px 0 #fff}.auth-brand-name{display:flex;flex-direction:column;line-height:1.15;font-family:Google Sans,Roboto,sans-serif;font-size:20px;font-weight:600;color:#fff}.auth-brand-name strong{font-weight:800}.auth-eyebrow{display:inline-flex;align-items:center;margin-bottom:14px;padding:6px 12px;border-radius:999px;color:var(--auth-mint);background:rgba(94,234,212,.12);border:1px solid rgba(94,234,212,.24);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.auth-tagline{margin:0 0 16px;color:#fff;font-family:var(--auth-font-display);font-size:clamp(32px,3.6vw,46px);font-weight:700;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}.auth-subcopy{max-width:460px;margin:0 0 32px;color:var(--auth-panel-copy);font-size:15px;line-height:1.55}.auth-preview{position:relative;padding:18px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%);box-shadow:inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(0,0,0,.12),0 24px 48px -20px rgba(0,0,0,.55),0 2px 8px rgba(0,0,0,.18)}.auth-preview-label{display:block;margin:2px 0 12px 4px;color:#fff;font-weight:700;font-size:14px}.auth-preview-rows{display:flex;flex-direction:column;gap:6px}.auth-preview-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:11px 12px;border-radius:10px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.05);transition:background .22s var(--auth-ease),border-color .22s var(--auth-ease)}.auth-preview-row.highlight{background:linear-gradient(90deg,rgba(94,234,212,.2),rgba(94,234,212,.1));border-color:rgba(94,234,212,.26);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 8px 20px -10px rgba(45,212,191,.5)}.auth-preview-row strong{overflow:hidden;color:#fff;font-size:13.5px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.auth-preview-row small{color:var(--auth-panel-copy-dim);font-size:11.5px;white-space:nowrap}.auth-preview-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;color:#5eead4;background:rgba(94,234,212,.14)}.auth-preview-icon.pdf{color:#f5a3a3;background:rgba(245,163,163,.14)}.auth-preview-icon.sheet{color:#86efac;background:rgba(134,239,172,.14)}.auth-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:28px}.auth-feature{padding:16px 14px;border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.11);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 14px 30px -18px rgba(0,0,0,.6);transition:transform .32s var(--auth-ease),background .32s var(--auth-ease)}.auth-feature:hover{transform:translateY(-3px);background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.05))}.auth-feature-icon{width:32px;height:32px;display:grid;place-items:center;margin-bottom:10px;border-radius:9px;color:#5eead4;background:rgba(94,234,212,.14)}.auth-feature strong{display:block;margin-bottom:4px;color:#fff;font-size:13.5px;font-weight:700}.auth-feature p{margin:0;color:var(--auth-panel-copy-dim);font-size:12px;line-height:1.45}.auth-right{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:clamp(24px,4vw,56px);overflow-y:auto;position:relative;background:radial-gradient(60rem 34rem at 78% -8%,rgba(20,184,166,.1),transparent 62%),radial-gradient(46rem 30rem at 8% 108%,rgba(15,118,110,.085),transparent 60%),linear-gradient(180deg,#fbfdfe 0,var(--page) 46%,#eef3f6 100%)}.auth-card{width:100%;max-width:460px;padding:clamp(24px,3vw,40px);position:relative;border-radius:22px;background:linear-gradient(180deg,rgba(20,184,166,.05),rgba(255,255,255,0) 150px),#fff;border:1px solid rgba(15,23,42,.07);box-shadow:var(--auth-card-shadow)}.auth-tabs{display:flex;gap:4px;position:relative;margin-bottom:22px;padding:4px;border-radius:14px;background:linear-gradient(180deg,#eef1f4,#f4f6f8);border:1px solid rgba(15,23,42,.06);box-shadow:inset 0 1px 2px rgba(15,23,42,.06)}.auth-tab{flex:1 1;padding:10px 0;border-radius:10px;color:var(--muted);background:transparent;cursor:pointer;font-family:var(--auth-font-display);font-size:13.5px;font-weight:600;text-align:center;transition:background .22s var(--auth-ease),color .22s var(--auth-ease),box-shadow .22s var(--auth-ease)}.auth-tab:hover{color:var(--ink);background:rgba(255,255,255,.55)}.auth-tab.active{color:var(--ink);background:#fff;box-shadow:0 0 0 1px rgba(15,23,42,.05),0 1px 1px rgba(15,23,42,.05),0 4px 10px -3px rgba(15,23,42,.16)}.auth-card h2{margin:0 0 8px;color:var(--ink);font-family:var(--auth-font-display);font-size:26px;font-weight:700;letter-spacing:-.02em}.auth-card-subcopy{margin:0 0 20px;color:var(--muted);font-size:14px;line-height:1.5}.auth-banner{display:flex;align-items:center;gap:9px;margin-bottom:20px;padding:11px 14px;border-radius:12px;color:var(--blue-dark);background:linear-gradient(180deg,var(--auth-teal-soft),var(--blue-soft));border:1px solid rgba(15,118,110,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 1px 2px rgba(15,118,110,.06);font-size:13.5px;font-weight:700}.auth-field{display:block;margin-bottom:16px}.auth-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:16px}.auth-field-row .auth-field{margin-bottom:0}.auth-field>span:first-child{display:block;margin-bottom:6px;color:#3c4043;font-size:12.5px;font-weight:700}.auth-input{display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--border);border-radius:12px;color:#6b7385;background:linear-gradient(180deg,#fcfdfe,#ffffff);box-shadow:inset 0 1px 2px rgba(15,23,42,.045);transition:border-color .2s var(--auth-ease),box-shadow .2s var(--auth-ease),background .2s var(--auth-ease),color .2s var(--auth-ease)}.auth-input:hover{border-color:#b3bfcf}.auth-input:focus-within{border-color:var(--auth-teal);color:var(--auth-teal);background:#fff;box-shadow:inset 0 1px 2px rgba(15,23,42,.02),0 0 0 3px rgba(15,118,110,.16),0 6px 16px -8px rgba(15,118,110,.35)}.auth-input input{flex:1 1;min-width:0;height:46px;border:0;outline:0;color:var(--ink);background:transparent;font-size:14px}.auth-input-toggle{display:grid;place-items:center;padding:4px;color:#8a92a2;background:transparent;cursor:pointer}.auth-input-toggle:hover{color:#4d5668}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 18px}.auth-checkbox{display:inline-flex;align-items:center;gap:8px;color:#3c4043;font-size:13px}.auth-checkbox input{width:16px;height:16px;accent-color:var(--blue)}.auth-link{color:var(--blue-dark);font-size:13px;font-weight:600}.auth-link:hover{text-decoration:underline}.auth-submit{width:100%;position:relative;overflow:hidden;min-height:50px;margin-top:6px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#fff;background:linear-gradient(180deg,#118078 0,var(--auth-teal) 55%,var(--auth-teal-dark) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.22),inset 0 -1px 0 rgba(0,0,0,.16),0 1px 2px rgba(11,18,32,.1),0 8px 18px -6px rgba(15,118,110,.42),0 18px 36px -18px rgba(15,118,110,.5);cursor:pointer;font-family:var(--auth-font-display);font-size:15px;font-weight:700;letter-spacing:.01em;text-decoration:none;transition:transform .22s var(--auth-ease),box-shadow .22s var(--auth-ease),filter .22s var(--auth-ease)}.auth-submit:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.26),inset 0 -1px 0 rgba(0,0,0,.18),0 2px 4px rgba(11,18,32,.1),0 12px 24px -6px rgba(15,118,110,.5),0 26px 48px -20px rgba(15,118,110,.55)}.auth-submit:active:not(:disabled){transform:translateY(0);filter:brightness(.97);box-shadow:inset 0 2px 4px rgba(0,0,0,.22),0 1px 2px rgba(11,18,32,.1)}.auth-submit:disabled{opacity:.55;cursor:not-allowed;transform:none;filter:none;box-shadow:0 1px 2px rgba(11,18,32,.08)}.auth-divider{height:1px;margin:22px 0 18px;background:var(--line)}.auth-switch{margin:0;color:var(--muted);font-size:13.5px;text-align:center}.auth-switch a{color:var(--blue-dark);font-weight:700}.auth-switch a:hover{text-decoration:underline}.auth-footnote{max-width:460px;margin:0;color:var(--muted-2);font-size:12px;text-align:center}.auth-success-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:16px;border-radius:50%;color:var(--blue-dark);background:linear-gradient(180deg,var(--auth-teal-soft),var(--blue-soft));box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 8px 20px -8px rgba(15,118,110,.35)}.auth-card .field-error,.auth-card .field-notice{display:block;margin:-6px 0 14px;font-size:12.5px}.auth-card .field-error{color:var(--danger)}.auth-card .field-notice{color:var(--blue-dark)}.auth-card .link-button{display:block;margin:-6px 0 14px;padding:0;color:var(--blue-dark);background:transparent;cursor:pointer;font-size:12.5px;font-weight:700;text-align:left}.auth-card .link-button:hover{text-decoration:underline}@media (max-width:980px){.apps-menu{right:-72px;width:min(340px,calc(100vw - 20px))}.auth-page{grid-template-columns:1fr}.auth-left,.auth-page,.auth-right{height:auto;overflow:visible}.auth-left{padding:32px 24px}.auth-features{grid-template-columns:1fr}.auth-right{padding:32px 24px 48px}}.home-page{min-height:100vh;background:#fff}.home-nav{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;height:76px;padding:0 clamp(20px,5vw,64px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);font-family:Google Sans,Roboto,sans-serif;font-size:19px;font-weight:600}.home-brand strong{color:var(--blue);font-weight:700}.home-brand.small{font-size:14px}.home-brand-mark{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center}.home-brand.small .home-brand-mark{width:24px;height:24px}.home-nav-actions{display:flex;align-items:center;gap:8px}.home-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;grid-gap:48px;gap:48px;max-width:1180px;margin:0 auto;padding:clamp(48px,8vw,96px) clamp(20px,5vw,64px)}.home-eyebrow{display:inline-block;margin-bottom:16px;padding:5px 12px;border-radius:999px;color:var(--blue-dark);background:var(--blue-soft);font-size:12.5px;font-weight:700;letter-spacing:.02em}.home-hero-copy h1{margin:0 0 18px;color:var(--ink);font-family:Google Sans,Roboto,sans-serif;font-size:clamp(34px,4.2vw,52px);font-weight:700;line-height:1.1;letter-spacing:-1px}.home-hero-copy p{max-width:480px;margin:0 0 28px;color:var(--muted);font-size:16px;line-height:1.6}.home-hero-actions{display:flex;align-items:center;gap:12px}.primary-button.large,.secondary-button.large{min-height:48px;padding:0 24px;font-size:15px}.home-hero-visual{display:flex;justify-content:center}.home-preview{width:min(440px,100%);border-radius:16px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 24px 60px rgba(15,23,42,.12)}.home-preview-toolbar{display:flex;gap:6px;padding:12px 14px;border-bottom:1px solid var(--line);background:#f8fafc}.home-preview-toolbar span{width:10px;height:10px;border-radius:50%;background:#dfe3ea}.home-preview-body{display:grid;grid-template-columns:120px 1fr}.home-preview-body aside{padding:16px 10px;border-right:1px solid var(--line);background:#fafbfc}.home-preview-nav{display:flex;align-items:center;gap:8px;padding:9px 10px;border-radius:8px;margin-bottom:4px;color:var(--muted);font-size:12px;font-weight:600}.home-preview-nav.active{color:var(--blue-dark);background:var(--blue-soft)}.home-preview-files{padding:14px;display:flex;flex-direction:column;gap:10px}.home-preview-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px}.home-preview-row strong{overflow:hidden;color:var(--ink);font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.home-preview-row small{color:var(--muted);font-size:11px;white-space:nowrap}.home-features{max-width:1180px;margin:0 auto;padding:0 clamp(20px,5vw,64px) clamp(48px,8vw,88px)}.home-features h2{margin:0 0 28px;color:var(--ink);font-family:Google Sans,Roboto,sans-serif;font-size:clamp(24px,2.6vw,32px);font-weight:700;letter-spacing:-.5px;text-align:center}.home-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.home-feature-card{padding:24px 20px;border-radius:16px;border:1px solid var(--line);background:var(--page)}.home-feature-icon{width:40px;height:40px;display:grid;place-items:center;margin-bottom:14px;border-radius:11px;color:var(--blue-dark);background:var(--blue-soft)}.home-feature-card strong{display:block;margin-bottom:6px;color:var(--ink);font-size:15px;font-weight:700}.home-feature-card p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.5}.home-cta{max-width:720px;margin:0 auto clamp(56px,8vw,96px);padding:clamp(40px,6vw,64px);border-radius:24px;text-align:center;background:linear-gradient(155deg,#0b2a3d,#0f3d3a 55%,#114b45)}.home-cta h2{margin:0 0 10px;color:#fff;font-family:Google Sans,Roboto,sans-serif;font-size:clamp(24px,2.8vw,30px);font-weight:700}.home-cta p{margin:0 0 24px;color:#b7cdd1;font-size:15px}.home-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px clamp(20px,5vw,64px) 32px;border-top:1px solid var(--line);color:var(--muted-2);font-size:13px}.marketing-page{max-width:1180px;margin:0 auto;padding:clamp(48px,8vw,88px) clamp(20px,5vw,64px) clamp(64px,9vw,104px)}.marketing-hero{max-width:760px;margin-bottom:38px}.marketing-hero h1{margin:0 0 18px;color:var(--ink);font-family:Google Sans,Roboto,sans-serif;font-size:clamp(34px,4vw,52px);font-weight:700;line-height:1.1}.marketing-hero p{max-width:620px;margin:0 0 28px;color:var(--muted);font-size:16px;line-height:1.6}.marketing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}@media (max-width:860px){.home-hero{grid-template-columns:1fr}.home-hero-visual{order:-1}.home-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-footer{flex-direction:column;align-items:flex-start}.marketing-grid{grid-template-columns:1fr}}@media (max-width:520px){.home-feature-grid{grid-template-columns:1fr}.home-hero-actions{flex-direction:column;align-items:stretch}}@media (max-width:1100px){.pdf-editor-layout{grid-template-columns:112px minmax(0,1fr)}.pdf-edit-panel{grid-column:1/-1;border-left:0;border-top:1px solid #d9dde8}}@media (max-width:760px){.pdf-editor-layout{grid-template-columns:1fr}.pdf-page-rail{flex-direction:row;justify-content:flex-start;border-right:0;border-bottom:1px solid #d9dde8}.pdf-tool-tabs{align-items:stretch;flex-direction:column}.pdf-convert-popover{left:0;width:calc(100vw - 32px);grid-template-columns:1fr;gap:22px;padding:28px}.pdf-convert-popover:before{left:32px}.pdf-stage-scroll{padding:28px 16px 44px;justify-items:start}}.file-editor-page-card:has(.pdf-editor-body){height:calc(100vh - 24px);overflow:hidden;background:#f6f7fb}.file-editor-page-card:has(.pdf-editor-body) .editor-toolbar{min-height:64px;padding:10px 18px}.pdf-editor-layout{grid-template-columns:128px minmax(540px,1fr) 318px;min-height:calc(100vh - 88px);height:calc(100vh - 88px);background:#f6f7fb;overflow:hidden}.pdf-page-rail{padding:14px 10px;background:#eceff5;min-height:0;overscroll-behavior:contain}.pdf-page-rail button{width:96px}.pdf-page-rail button canvas{max-width:88px}.pdf-editor-main{min-height:0;background:#f7f8fb}.pdf-tool-tabs{min-height:58px;gap:10px;flex-wrap:nowrap;padding:8px 14px;overflow-x:auto;background:#ffffff;box-shadow:0 1px 0 #dfe4ee}.pdf-convert-trigger{height:38px;border-radius:6px;color:#d93025;white-space:nowrap}.pdf-tool-tabs .segmented-control{flex:0 0 auto;height:34px;background:#3f4350}.pdf-tool-tabs .segmented-control button{min-width:96px;height:28px}.pdf-toolstrip{flex:1 0 auto;flex-wrap:nowrap;gap:4px}.pdf-toolstrip button{flex:0 0 36px;width:36px;height:36px;border:1px solid #dfe4ee;border-radius:6px}.pdf-toolstrip .toolbar-divider{flex:0 0 1px;height:34px;margin:0 2px}.pdf-toolstrip .color-swatch{flex-basis:26px;width:26px;height:26px}.pdf-text-toolbar{min-height:54px;gap:8px;padding:8px 14px;box-shadow:none}.pdf-inline-color,.pdf-text-toolbar button,.pdf-text-toolbar select{height:34px}.pdf-stage-scroll{padding:32px 28px 56px;justify-items:center;background:#f7f8fb;overflow:auto;overscroll-behavior:contain;scroll-behavior:smooth}.pdf-page-anchor{display:grid;justify-items:center;scroll-margin-top:18px}.pdf-page-canvas{background:#ffffff;box-shadow:0 10px 28px rgba(18,26,43,.16)}.pdf-edit-panel{padding:18px;gap:14px;border-left:1px solid #dfe4ee}.pdf-edit-panel h3{padding:0 0 10px;font-size:24px}.pdf-info-callout{padding:12px;font-size:14px}.pdf-export-panel,.pdf-selection-panel{padding:12px;border-radius:6px;background:#fbfcff}.pdf-save-button{min-height:54px;font-size:17px}.pdf-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid #e5e9f2}.pdf-panel-header h3{padding:0;border:0}.pdf-panel-header span{flex:0 0 auto;padding:5px 8px;border-radius:999px;color:#0f766e;background:#dffaf2;font-size:12px;font-weight:800}.pdf-panel-section{display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px solid #e3e8f2;border-radius:8px;background:#fbfcff}@media (max-width:1240px){.pdf-editor-layout{grid-template-columns:112px minmax(460px,1fr) 292px}}@media (max-width:980px){.pdf-editor-layout{grid-template-columns:96px minmax(0,1fr);height:auto;min-height:calc(100vh - 88px);overflow:visible}.pdf-edit-panel{grid-column:1/-1;border-top:1px solid #dfe4ee;border-left:0}}.pdf-editor-layout{grid-template-columns:118px minmax(560px,1fr) 300px;background:#f8fafc}.pdf-page-rail{gap:14px;padding:12px 8px;background:#eef2f7}.pdf-page-rail button{color:#475569;font-size:12px}.pdf-page-rail button.active canvas{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.16),0 6px 15px rgba(15,23,42,.18)}.pdf-text-toolbar,.pdf-tool-tabs{border-bottom:1px solid #e2e8f0;background:#ffffff}.pdf-tool-tabs{min-height:52px;padding:7px 12px}.pdf-convert-trigger,.pdf-inline-color,.pdf-text-toolbar button,.pdf-text-toolbar select,.pdf-toolstrip button{border-radius:7px}.pdf-convert-trigger:hover,.pdf-text-toolbar button:hover:not(:disabled),.pdf-toolstrip button:hover:not(:disabled){background:#f1f5f9}.pdf-convert-trigger span{display:inline-block;transform:rotate(0deg);transition:transform .14s ease}.pdf-convert-trigger span.open{transform:rotate(180deg)}.pdf-editor-main{grid-template-rows:auto minmax(0,1fr)}.pdf-editor-main.has-text-toolbar{grid-template-rows:auto auto minmax(0,1fr)}.pdf-text-toolbar button.active,.pdf-toolstrip button.active{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff}.pdf-shape-icon{width:16px;height:12px;border:2px solid;border-radius:2px}.pdf-stage-scroll{padding:26px 24px 48px}.pdf-edit-panel{gap:12px;padding:14px;background:#ffffff}.pdf-export-panel,.pdf-panel-section,.pdf-selection-panel{border-color:#e5eaf3;border-radius:8px;background:#ffffff;box-shadow:0 1px 2px rgba(15,23,42,.04)}.pdf-export-panel .secondary-button,.pdf-panel-section .secondary-button,.pdf-selection-panel .secondary-button{min-height:38px;border-color:#dbe3ee;border-radius:7px}.pdf-save-button{min-height:42px;font-size:15px;box-shadow:none}.pdf-page-controls button,.pdf-save-button{border-radius:7px}@media (max-width:1240px){.pdf-editor-layout{grid-template-columns:104px minmax(420px,1fr) 280px}}@media (max-width:980px){.file-editor-page-card:has(.pdf-editor-body){height:auto;overflow:visible}.pdf-editor-layout{grid-template-columns:96px minmax(0,1fr);height:auto;min-height:calc(100vh - 88px);overflow:visible}.pdf-edit-panel{grid-column:1/-1;border-top:1px solid #dfe4ee;border-left:0}}.pdf-editor-layout{display:flex;align-items:stretch;position:relative}.pdf-page-rail{width:150px;flex-shrink:0}.pdf-editor-main{flex:1 1;min-width:0;display:flex;flex-direction:column}.pdf-edit-panel{width:330px;flex-shrink:0;overflow-y:auto}.pdf-stage-scroll{flex:1 1;min-height:0}.pdf-editor-layout:-webkit-full-screen{background:#f1f2f7;height:100vh;overflow:hidden}.pdf-editor-layout:fullscreen{background:#f1f2f7;height:100vh;overflow:hidden}.pdf-topbar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:8px 14px;background:#ffffff;border-bottom:1px solid #d7dbe4;z-index:4}.pdf-topbar-button{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 10px;border:1px solid transparent;border-radius:8px;background:transparent;font:inherit;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.pdf-topbar-button.icon-only{width:34px;padding:0;justify-content:center}.pdf-topbar-button.active,.pdf-topbar-button:hover:not(:disabled){background:#edf2ff;color:#174ea6}.pdf-topbar-button:disabled{opacity:.45;cursor:default}.pdf-topbar-spacer{flex:1 1}.pdf-topbar .toolbar-divider{width:1px;height:22px;background:#d7dbe4;margin:0 4px}.pdf-topbar .pdf-save-button{height:36px;padding:0 16px;display:inline-flex;align-items:center;gap:8px}.pdf-zoom-value{min-width:46px;text-align:center;font-size:13px;font-weight:800;color:#3c4043}.pdf-back-icon{transform:rotate(180deg)}.pdf-saved-label{color:#5f6368;font-size:12.5px;font-weight:600;white-space:nowrap}.pdf-readonly-badge{padding:4px 10px;border-radius:999px;background:#fff4d6;color:#7a5b00;font-weight:800;font-size:12px;white-space:nowrap}.pdf-tool-tabs{flex-wrap:wrap}.pdf-toolstrip{display:flex;align-items:center;overflow-x:auto}.pdf-shapes-menu{position:relative}.pdf-shapes-menu>button{display:inline-flex;align-items:center;justify-content:center;gap:3px}.pdf-shape-caret{font-size:9px;line-height:1}.pdf-shapes-popover{position:absolute;top:calc(100% + 8px);left:0;min-width:158px;padding:6px;display:grid;grid-gap:2px;gap:2px;background:#ffffff;border:1px solid #d7dbe4;border-radius:10px;box-shadow:0 14px 30px rgba(17,24,39,.18);z-index:30}.pdf-shapes-popover button{display:flex;align-items:center;gap:10px;width:100%;height:36px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#3c4043;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.pdf-shapes-popover button.active,.pdf-shapes-popover button:hover{background:#edf2ff}.pdf-shape-glyph{width:15px;height:15px;border:2px solid;display:inline-block;flex-shrink:0}.pdf-shape-glyph.ellipse{border-radius:50%}.pdf-shape-glyph.arrow,.pdf-shape-glyph.line{border:0;width:16px;height:16px;position:relative}.pdf-shape-glyph.line:before{content:"";position:absolute;left:0;right:0;top:50%;border-top:2px solid;transform:rotate(-32deg)}.pdf-shape-glyph.arrow:before{content:"\2192";position:absolute;inset:0;display:grid;place-items:center;font-weight:800;font-size:14px;line-height:1}.pdf-annotation.underline{background:transparent;border:0;border-bottom:2.5px solid}.pdf-annotation.strikethrough{background:transparent;border:0}.pdf-annotation.strikethrough:after{content:"";position:absolute;left:0;right:0;top:50%;border-top:2.5px solid}.pdf-annotation.shape-svg{inset:0;width:100%;height:100%;pointer-events:none}.pdf-annotation.shape-svg ellipse,.pdf-annotation.shape-svg line{pointer-events:stroke}.pdf-draft-preview{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.pdf-page-canvas.tool-eraser,.pdf-page-canvas.tool-strikethrough,.pdf-page-canvas.tool-underline{cursor:cell}.pdf-page-placeholder{position:absolute;inset:0;display:grid;place-items:center;color:#9aa2b1;background:#ffffff}.pdf-thumb-placeholder{display:block;background:#ffffff;box-shadow:0 4px 11px rgba(17,24,39,.12);border:2px solid transparent;max-width:104px}.pdf-load-progress{width:220px;height:6px;margin-top:10px;border-radius:999px;background:#e3e6ee;overflow:hidden}.pdf-load-progress-bar{height:100%;border-radius:999px;background:#1a73e8;transition:width .2s ease}.pdf-editor-state strong{font-size:18px;color:#202a3d}.pdf-error-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:8px}.pdf-edit-panel .inline-error{display:grid;grid-gap:10px;gap:10px}@media (max-width:1100px){.pdf-page-rail{width:118px}.pdf-edit-panel{width:280px}}@media (max-width:900px){.pdf-page-rail{width:96px}.pdf-edit-panel{position:absolute;right:0;top:0;bottom:0;width:min(320px,86vw);z-index:24;box-shadow:-14px 0 32px rgba(17,24,39,.2)}.pdf-topbar{padding:8px 10px}.pdf-topbar-button:not(.icon-only){padding:0 8px;font-size:12px}}.pdf-thumb-item{position:relative;display:grid;justify-items:center}.pdf-thumb-select{position:absolute;top:4px;left:2px;z-index:3;display:none}.pdf-thumb-item.active .pdf-thumb-select,.pdf-thumb-item:hover .pdf-thumb-select,.pdf-thumb-select:has(input:checked){display:block}.pdf-thumb-select input{width:15px;height:15px;accent-color:#1a73e8;cursor:pointer}.pdf-thumb-tools{display:none;gap:2px;padding:3px 4px;margin-top:4px;background:#ffffff;border:1px solid #d7dbe4;border-radius:8px;box-shadow:0 6px 14px rgba(17,24,39,.14)}.pdf-thumb-item.active .pdf-thumb-tools,.pdf-thumb-item:hover .pdf-thumb-tools{display:inline-flex}.pdf-thumb-tools button{width:22px;height:22px;display:grid;place-items:center;border:0;border-radius:5px;background:transparent;color:#5f6368;cursor:pointer}.pdf-thumb-tools button:hover:not(:disabled){background:#edf2ff;color:#174ea6}.pdf-thumb-tools button.danger:hover:not(:disabled){background:#fdecea;color:#b42318}.pdf-thumb-tools button:disabled{opacity:.35;cursor:default}.pdf-insert-popover{position:absolute;top:calc(100% - 6px);left:50%;transform:translateX(-50%);z-index:6;min-width:140px;padding:6px;display:grid;grid-gap:2px;gap:2px;background:#ffffff;border:1px solid #d7dbe4;border-radius:10px;box-shadow:0 14px 30px rgba(17,24,39,.18)}.pdf-insert-popover button{display:flex;align-items:center;gap:8px;height:34px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#3c4043;font:inherit;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.pdf-insert-popover button:hover{background:#edf2ff}.pdf-extract-menu{position:relative}.pdf-extract-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:150px;padding:6px;display:grid;grid-gap:2px;gap:2px;background:#ffffff;border:1px solid #d7dbe4;border-radius:10px;box-shadow:0 14px 30px rgba(17,24,39,.18)}.pdf-extract-popover button{display:flex;align-items:center;gap:8px;height:34px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#3c4043;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.pdf-extract-popover button:hover{background:#edf2ff}.pdf-annotation.checkbox{display:grid;place-items:center;border:2px solid;background:transparent}.pdf-annotation.checkbox svg{width:80%;height:80%}.pdf-annotation.note{place-items:center;border:1px solid rgba(122,91,0,.5);border-radius:4px 4px 4px 1px;color:#6b4e00;box-shadow:0 3px 8px rgba(17,24,39,.22);cursor:pointer;padding:0}.pdf-annotation.note,.pdf-doc-note{width:22px;height:22px;display:grid}.pdf-doc-note{position:absolute;place-items:center;border:1px solid rgba(122,91,0,.4);border-radius:4px 4px 4px 1px;background:#ffe9a8;color:#6b4e00;box-shadow:0 3px 8px rgba(17,24,39,.18);cursor:pointer;padding:0}.pdf-note-popup{position:absolute;z-index:8;width:230px;padding:10px;display:grid;grid-gap:8px;gap:8px;background:#fff8dd;border:1px solid #e5c96b;border-radius:10px;box-shadow:0 14px 30px rgba(17,24,39,.22)}.pdf-note-popup-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.pdf-note-popup-head strong{font-size:13px;color:#6b4e00}.pdf-note-popup-head span{font-size:11px;color:#8a6d1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.pdf-note-popup textarea{width:100%;min-height:70px;padding:6px 8px;border:1px solid #e0c86e;border-radius:6px;background:#ffffff;font:inherit;font-size:13px;resize:vertical}.pdf-note-popup p{margin:0;font-size:13px;color:#4a3d10;white-space:pre-wrap;word-break:break-word}.pdf-note-popup-actions{display:flex;justify-content:flex-end;gap:6px}.pdf-note-popup-actions button{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 10px;border:1px solid #e0c86e;border-radius:6px;background:#ffffff;color:#6b4e00;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.pdf-note-popup-actions button.danger{color:#b42318;border-color:#f1b3ac}.pdf-form-field{position:absolute;box-sizing:border-box;background:rgba(26,115,232,.08);border:1px dashed rgba(26,115,232,.55);border-radius:2px;color:#202124;font-family:Helvetica,Arial,sans-serif;padding:0 3px}.pdf-form-field:focus{outline:2px solid rgba(26,115,232,.7);outline-offset:0;background:rgba(26,115,232,.12)}.pdf-form-field.choice{accent-color:#1a73e8;cursor:pointer;padding:0}textarea.pdf-form-field{resize:none;line-height:1.25}select.pdf-form-field{padding:0 2px}.pdf-page-canvas.tool-checkbox,.pdf-page-canvas.tool-date,.pdf-page-canvas.tool-note,.pdf-page-canvas.tool-signature{cursor:copy}.pdf-signature-caret{width:18px!important}.pdf-signature-overlay{position:fixed;inset:0;z-index:60;display:grid;place-items:center;background:rgba(17,24,39,.45)}.pdf-signature-modal{width:min(680px,calc(100vw - 32px));padding:18px 20px;display:grid;grid-gap:14px;gap:14px;background:#ffffff;border-radius:14px;box-shadow:0 24px 60px rgba(17,24,39,.35)}.pdf-signature-head{display:flex;align-items:center;justify-content:space-between}.pdf-signature-head h3{margin:0;font-size:20px;color:#202a3d}.pdf-signature-head button{border:0;background:transparent;color:#5f6368;cursor:pointer}.pdf-signature-tabs{display:inline-flex;gap:4px;padding:3px;border-radius:999px;background:#eef0f7;justify-self:start}.pdf-signature-tabs button{min-width:90px;height:30px;border:0;border-radius:999px;background:transparent;color:#4a4f5d;font:inherit;font-weight:700;cursor:pointer}.pdf-signature-tabs button.active{background:#ffffff;color:#1a73e8;box-shadow:0 2px 6px rgba(17,24,39,.12)}.pdf-signature-draw canvas{width:100%;height:auto;border:1.5px dashed #c3cadb;border-radius:10px;background:linear-gradient(transparent calc(78% - 1px),#dfe3ee calc(78% - 1px),#dfe3ee 78%,transparent 0),#fbfcff;touch-action:none;cursor:crosshair}.pdf-signature-draw-actions{display:flex;align-items:center;justify-content:space-between;margin-top:8px;color:#5f6368;font-size:13px}.pdf-signature-upload{display:grid;grid-gap:12px;gap:12px}.pdf-signature-preview{display:grid;place-items:center;min-height:120px;padding:12px;border:1.5px dashed #c3cadb;border-radius:10px;background:repeating-conic-gradient(#f1f2f7 0 25%,#ffffff 0 50%) 0 0 /18px 18px}.pdf-signature-preview img{max-width:100%;max-height:160px}.pdf-signature-actions{display:flex;align-items:center;gap:10px}.pdf-signature-forget{border:0;background:transparent;color:#b42318;font:inherit;font-size:13px;font-weight:700;cursor:pointer;text-decoration:underline}.pdf-notes-panel{display:grid;grid-gap:8px;gap:8px}.pdf-notes-empty{color:#5f6368;font-size:12.5px}.pdf-notes-row{display:flex;align-items:center;gap:8px;width:100%;padding:7px 9px;border:1px solid #e3e6ee;border-radius:8px;background:#fffdf4;color:#4a3d10;font:inherit;font-size:12.5px;text-align:left;cursor:pointer}.pdf-notes-row.saved{background:#fbfbfd;color:#4f5565}.pdf-notes-row.active{border-color:#1a73e8}.pdf-notes-row:hover{border-color:#b9c6e4}.pdf-notes-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdf-notes-page{color:#8a8f9d;font-size:11px;font-weight:700}.file-editor-page-card:has(.pdf-editor-body) .pdf-editor-layout{min-height:calc(100vh - 24px);height:calc(100vh - 24px)}.pdf-topbar{flex-wrap:nowrap;justify-content:space-between;gap:8px;min-height:54px;padding:6px 10px;border-bottom-color:var(--line)}.pdf-topbar-center,.pdf-topbar-left,.pdf-topbar-right{display:flex;align-items:center;gap:3px}.pdf-topbar-left{flex:1 1;min-width:0}.pdf-topbar-right{flex:0 0 auto;justify-content:flex-end}.pdf-topbar-center{flex:0 0 auto}.pdf-file-ident{min-width:0;display:grid;grid-gap:1px;gap:1px;margin:0 4px;line-height:1.2;overflow:hidden}.pdf-file-ident strong{font-family:Google Sans,Roboto,sans-serif;font-size:14px;font-weight:500;color:#202124;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdf-file-ident small{display:flex;align-items:center;font-size:11.5px;color:var(--muted-2);white-space:nowrap;overflow:hidden}.pdf-file-ident .pdf-saved-label{font-size:11.5px;font-weight:600}.pdf-file-status:before{content:"\00b7";margin:0 5px}.pdf-topbar-button{font-family:Google Sans,Roboto,sans-serif;font-weight:500;color:#3c4043}.pdf-topbar-button.active,.pdf-topbar-button:hover:not(:disabled){background:rgba(15,118,110,.08);color:var(--blue-dark)}.pdf-topbar .toolbar-divider{background:var(--line)}.pdf-more-menu{position:relative}.pdf-text-toolbar button.active,.pdf-toolstrip button.active{color:var(--blue-dark);border-color:#99f6e4;background:#f0fdfa}.pdf-convert-trigger{color:var(--blue);text-transform:none;letter-spacing:0;font-family:Google Sans,Roboto,sans-serif;font-size:13px;font-weight:600}.pdf-convert-trigger .pdf-caret-icon{display:inline-flex;align-items:center;transition:transform .14s ease}.pdf-convert-trigger .pdf-caret-icon.open{transform:rotate(180deg)}.pdf-shape-caret{display:inline-flex;align-items:center}.pdf-add-page-popover,.pdf-extract-popover,.pdf-insert-popover,.pdf-more-popover,.pdf-shapes-popover{min-width:158px;padding:6px;border:1px solid var(--border);border-radius:10px;background:#ffffff;box-shadow:var(--shadow)}.pdf-add-page-popover,.pdf-more-popover{position:absolute;top:calc(100% + 6px);z-index:30;display:grid;grid-gap:2px;gap:2px}.pdf-more-popover{right:0}.pdf-add-page-popover{left:0}.pdf-add-page-popover button,.pdf-extract-popover button,.pdf-insert-popover button,.pdf-more-popover button,.pdf-shapes-popover button{display:flex;align-items:center;gap:9px;width:100%;height:auto;padding:9px 10px;border:0;border-radius:7px;background:transparent;color:#4d5668;font-size:13px;font-weight:500;text-align:left;cursor:pointer}.pdf-add-page-popover button:hover:not(:disabled),.pdf-extract-popover button:hover:not(:disabled),.pdf-insert-popover button:hover:not(:disabled),.pdf-more-popover button:hover:not(:disabled),.pdf-shapes-popover button:hover:not(:disabled){background:#f5f7fa;color:#1f2937}.pdf-shapes-popover button.active{color:var(--blue-dark);background:#f0fdfa}.pdf-more-popover button:disabled{opacity:.45;cursor:default}.pdf-convert-popover{width:264px;padding:8px;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow)}.pdf-convert-popover:before{display:none}.pdf-convert-popover h4{margin:4px 8px 6px;font-size:11px;letter-spacing:.04em;color:var(--muted-2)}.pdf-convert-popover button{height:auto;padding:8px 10px;border-radius:7px;color:#4d5668;font-size:13px;font-weight:500}.pdf-convert-popover button:hover:not(:disabled){background:#f5f7fa}.pdf-page-rail{padding-top:0}.pdf-rail-header{position:-webkit-sticky;position:sticky;top:0;z-index:5;align-self:stretch;display:flex;align-items:center;justify-content:space-between;gap:6px;margin:0 -10px 2px;padding:10px 10px 8px;background:#eceff5;border-bottom:1px solid var(--line)}.pdf-rail-title{font-family:Google Sans,Roboto,sans-serif;font-size:12px;font-weight:600;color:var(--muted-2)}.pdf-rail-title em{font-style:normal;font-weight:500;color:#9aa3b2}.pdf-rail-add{position:relative}.pdf-rail-add-button{display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 8px;border:1px solid var(--border);border-radius:8px;background:#ffffff;color:var(--blue);font-size:11.5px;font-weight:600;cursor:pointer;white-space:nowrap}.pdf-rail-add-button:hover{background:rgba(15,118,110,.06);color:var(--blue-dark)}.pdf-box-handle,.pdf-endpoint-handle{position:absolute;width:12px;height:12px;padding:0;border:2px solid var(--blue);background:#ffffff;transform:translate(-50%,-50%);z-index:6;cursor:pointer}.pdf-box-handle{border-radius:3px}.pdf-box-handle:after,.pdf-endpoint-handle:after{content:"";position:absolute;inset:-6px}.pdf-box-handle.nw,.pdf-box-handle.se{cursor:nwse-resize}.pdf-box-handle.ne,.pdf-box-handle.sw{cursor:nesw-resize}.pdf-endpoint-handle{border-radius:50%;cursor:move}.pdf-page-rail.reordering,.pdf-page-rail.reordering button{cursor:-webkit-grabbing;cursor:grabbing}.pdf-page-rail.reordering .pdf-insert-popover,.pdf-page-rail.reordering .pdf-thumb-select,.pdf-page-rail.reordering .pdf-thumb-tools{display:none}.pdf-thumb-item.dragging{opacity:.45}.pdf-thumb-item.drop-after:after,.pdf-thumb-item.drop-before:before{content:"";position:absolute;left:2px;right:2px;height:3px;border-radius:2px;background:var(--blue);z-index:4}.pdf-thumb-item.drop-before:before{top:-7px}.pdf-thumb-item.drop-after:after{bottom:-7px}.pdf-page-rail button.active canvas{border-color:var(--blue);box-shadow:0 0 0 2px rgba(15,118,110,.16)}.pdf-thumb-select input{accent-color:var(--blue)}.pdf-thumb-tools button:hover:not(:disabled){background:rgba(15,118,110,.08);color:var(--blue-dark)}.pdf-notes-row.active{border-color:var(--blue)}.pdf-load-progress-bar{background:var(--blue)}@media (max-width:1400px){.pdf-topbar{flex-wrap:wrap}.pdf-topbar-center{order:3;flex:1 1 100%;justify-content:center}.pdf-file-ident strong{max-width:220px}}@media (max-width:900px){.pdf-file-ident small{display:none}.pdf-file-ident strong{max-width:140px}}@media (max-width:980px){.file-editor-page-card:has(.pdf-editor-body) .pdf-editor-layout{height:auto;min-height:calc(100vh - 24px)}}.pdf-error-banner{display:flex;align-items:center;gap:8px;margin:8px 14px 0;padding:8px 12px;border:1px solid rgba(217,48,37,.35);border-radius:8px;background:#fdeded;color:var(--danger);font-size:12.5px;font-weight:500}.pdf-error-banner-text{flex:1 1;min-width:0}.pdf-error-banner-retry{flex-shrink:0;height:26px;padding:0 10px;border:1px solid rgba(217,48,37,.4);border-radius:7px;background:#ffffff;color:var(--danger);font-size:12px;font-weight:600;cursor:pointer}.pdf-error-banner-retry:disabled{opacity:.5;cursor:default}.pdf-error-banner-close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:6px;background:transparent;color:inherit;cursor:pointer}.pdf-error-banner-close:hover{background:rgba(217,48,37,.1)}.pdf-share-button{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:#0b7a67;border-color:rgba(11,122,103,.45)}.pdf-share-button:hover{background:rgba(11,122,103,.08)}.pdf-commenter-strip{margin-left:8px}.pdf-page-canvas.tool-comment{cursor:crosshair}.pdf-comment-pin{position:absolute;transform:translate(-50%,-100%);display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:1px solid rgba(11,122,103,.55);border-radius:50% 50% 50% 4px;background:#e8f5f1;color:#0b7a67;cursor:pointer;z-index:6;box-shadow:0 1px 4px rgba(20,43,58,.25)}.pdf-comment-pin.active{background:#0b7a67;color:#ffffff}.pdf-comment-pin.resolved{opacity:.55}.pdf-comment-region{position:absolute;background:rgba(11,122,103,.16);border:1px dashed rgba(11,122,103,.6);border-radius:2px;pointer-events:none;z-index:4}.pdf-comment-region.active{background:rgba(11,122,103,.28)}.pdf-comment-region.resolved{opacity:.4}.pdf-comment-region.draft{border-style:solid}.pdf-comment-draft textarea{min-height:64px}.pdf-comment-submit{background:#0b7a67!important;border-color:#0b7a67!important;color:#ffffff!important;font-weight:600}.pdf-comment-submit:disabled{opacity:.55;cursor:default}.pdf-comments-error{display:block;font-size:12px;color:var(--danger);padding:4px 0}.pdf-comment-thread{border:1px solid rgba(20,43,58,.14);border-radius:10px;padding:8px;display:flex;flex-direction:column;gap:6px;background:#ffffff}.pdf-comment-thread.active{border-color:rgba(11,122,103,.65);box-shadow:0 0 0 1px rgba(11,122,103,.35)}.pdf-comment-thread.resolved{opacity:.72}.pdf-comment-thread-head{display:flex;align-items:center;gap:6px;border:0;background:transparent;padding:0;cursor:pointer;text-align:left;color:#0b7a67;font-size:12px;min-width:0}.pdf-comment-thread-head strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 auto}.pdf-comment-resolved-badge{flex-shrink:0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#0b7a67;background:rgba(11,122,103,.12);border-radius:999px;padding:1px 7px}.pdf-comment-text{margin:0;font-size:12.5px;line-height:1.45;color:#21323f;white-space:pre-wrap;word-break:break-word}.pdf-comment-reply{border-left:2px solid rgba(11,122,103,.35);padding-left:8px;display:flex;flex-direction:column;gap:2px}.pdf-comment-reply strong{font-size:11px;color:#51636f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdf-comment-reply-box{display:flex;gap:6px}.pdf-comment-reply-box input{flex:1 1 auto;min-width:0;border:1px solid rgba(20,43,58,.2);border-radius:8px;padding:5px 8px;font-size:12px}.pdf-comment-actions button,.pdf-comment-reply-box button{border:1px solid rgba(20,43,58,.2);border-radius:8px;background:#ffffff;padding:4px 10px;font-size:12px;font-weight:600;color:#0b7a67;cursor:pointer}.pdf-comment-actions button:disabled,.pdf-comment-reply-box button:disabled{opacity:.5;cursor:default}.pdf-comment-actions{display:flex;gap:6px}.pdf-comment-actions button.danger{color:var(--danger)}.share-settings-toggle{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:13px;color:#21323f;cursor:pointer}.share-settings-toggle input{accent-color:#0b7a67}.details-activity{padding:12px 16px;border-top:1px solid rgba(20,43,58,.1);display:flex;flex-direction:column;gap:8px}.details-activity strong{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#51636f}.details-activity ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.details-activity li{display:flex;flex-direction:column;gap:1px}.details-activity li span{font-size:12.5px;font-weight:600;color:#21323f}.details-activity li small{font-size:11px;color:#6a7a86;overflow-wrap:anywhere}.file-table.with-location{grid-template-columns:minmax(220px,1.8fr) minmax(120px,.7fr) minmax(120px,.65fr) minmax(130px,.9fr) minmax(80px,.4fr) 48px}.location-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#51636f;font-size:13px}@media (max-width:980px){.file-table.with-location{grid-template-columns:minmax(180px,2fr) minmax(110px,.7fr) minmax(90px,.5fr) 48px}.file-table.with-location .location-cell,.file-table.with-location .table-header span:nth-child(4){display:none}}.star-toggle{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;padding:2px;margin-left:4px;border-radius:50%;cursor:pointer;color:#9aa7b1;opacity:0;vertical-align:middle;transition:opacity .12s ease,color .12s ease}.file-card:hover .star-toggle,.star-toggle.starred,.star-toggle:focus-visible,.table-row:hover .star-toggle{opacity:1}.star-toggle:hover{color:#e0a11b;background:rgba(224,161,27,.12)}.star-toggle.starred{color:#e0a11b}.empty-trash-button{display:inline-flex;align-items:center;gap:6px;color:var(--danger);border-color:rgba(217,48,37,.4)}.empty-trash-button:hover{background:rgba(217,48,37,.06)}.details-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;overflow-wrap:anywhere}.details-access,.details-pdf-info{padding:12px 16px;border-top:1px solid rgba(20,43,58,.1);display:flex;flex-direction:column;gap:8px}.details-access>strong,.details-pdf-info>strong{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#51636f}.details-pdf-info .details-list{padding:0}.details-access .permission-list{display:flex;flex-direction:column;gap:8px}.details-access .permission-row{display:flex;align-items:center;gap:8px;min-width:0}.details-access .permission-email{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#21323f}.details-access .permission-role-static{flex-shrink:0;font-size:12px;color:#51636f}.details-access-empty{color:#6a7a86;font-size:12px}.details-general-access{display:flex;align-items:center;gap:8px;font-size:13px;color:#21323f;padding-top:2px}.pdf-tool-tabs:has(.pdf-shapes-popover),.pdf-toolstrip:has(.pdf-shapes-popover){overflow:visible}.pdf-annotation.existing.glyph-masked,.pdf-text-editor.existing.glyph-masked{background-color:transparent!important;background-image:linear-gradient(#ffffff,#ffffff)!important;background-repeat:no-repeat!important;background-origin:border-box!important;background-clip:border-box!important;background-position:0 0!important;background-size:100% var(--glyph-mask-height,0)!important}:root{--drive-blue:#1a73e8;--drive-blue-text:#0b57d0;--drive-blue-tint:#e8f0fe}.sidebar-nav a.active{background:var(--drive-blue-tint)}.sidebar-nav a.active,.sidebar-nav a.active svg{color:var(--drive-blue-text)}.selection-check input:checked+span{border-color:var(--drive-blue);background:var(--drive-blue)}.file-card.selected,.folder-card.selected,.table-row.selected{border-color:#aecbfa;background:var(--drive-blue-tint)}.file-card:focus-visible,.table-row:focus-visible{outline-color:var(--drive-blue)}.view-toggle button.active{color:var(--drive-blue-text);background:var(--drive-blue-tint)}.file-card:hover{border-color:#dadce0;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.table-row:hover{background:#f8f9fa}.file-badge.document{color:#1a73e8;background:#e8f0fe}.item-menu{min-width:210px;padding:8px;border-color:#e8eaed;border-radius:12px;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15)}.item-menu button{gap:16px;padding:10px 12px;font-size:14px}.item-menu button.danger:hover{color:var(--danger);background:#fce8e6}.breadcrumbs button{color:#5f6368;font-weight:500}.breadcrumbs button:hover{color:var(--drive-blue-text);text-decoration:underline}.breadcrumb-part>span{color:#202124;font-weight:500}@media (max-width:700px){.sidebar-nav{flex-direction:row}}.sort-header-button{display:inline-flex;align-items:center;gap:4px;padding:6px 4px;margin:-6px -4px;border:none;border-radius:4px;background:none;color:inherit;font:inherit;cursor:pointer}.sort-header-button:focus-visible,.sort-header-button:hover{color:#1a73e8}.sort-header-button svg{flex-shrink:0}.file-card.dragging,.folder-card.dragging,.table-row.dragging{opacity:.5}.folder-card.drop-target,.table-row.drop-target{outline:2px dashed var(--drive-blue,#1a73e8);outline-offset:-2px;background:var(--drive-blue-tint,#e8f0fe)}@media (max-width:900px) and (min-width:701px){.file-grid,.folder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.new-menu-wrap{position:fixed;right:16px;bottom:84px;margin:0;z-index:25}.new-button{width:56px;height:56px;min-height:56px;padding:0;justify-content:center;border-radius:50%;background:#0f766e;box-shadow:0 4px 12px rgba(15,23,42,.22),0 2px 4px rgba(15,23,42,.16)}.new-button .new-plus{color:#fff}.new-dropdown{top:auto;left:auto;right:0;bottom:64px}.modal.modal--full-mobile{width:100%;max-width:100%!important;height:100%;max-height:100vh;max-height:100dvh;border-radius:0}}@media (max-width:700px){.modal-backdrop:has(.modal--full-mobile){padding:0}}@media (max-width:980px){.auth-left{order:2}.auth-right{order:1}}@media (max-width:760px){.ownership-row{grid-template-columns:minmax(0,1fr)}.request-row{grid-template-columns:repeat(2,minmax(0,1fr))}.request-row>div:first-child{grid-column:1/-1}.general-access{grid-template-columns:auto minmax(0,1fr)}.general-access>select{grid-column:1/-1;width:100%}.general-access div>select{width:100%}.share-file strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:720px){.file-editor-page-card .editor-toolbar>div:last-child{max-width:none}.editor-toolbar>div:last-child{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.editor-toolbar>div:last-child>*{flex:0 0 auto}.editor-toolbar .primary-button,.editor-toolbar .secondary-button{white-space:nowrap}.editor-save-status{width:auto;min-width:92px;flex:0 0 auto;justify-content:center}.rich-editor-toolbar,.text-editor-toolbar{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:6px;padding:6px 8px;scrollbar-width:thin}.rich-editor-toolbar>*,.text-editor-toolbar>*{flex:0 0 auto}.rich-editor-toolbar .icon-button{width:38px;height:38px}.rich-editor-toolbar select{min-width:72px}.editor-menubar{flex-wrap:wrap}.presentation-command-toolbar,.presentation-format-toolbar,.presentation-theme-toolbar{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:8px;padding:8px;scrollbar-width:thin}.presentation-command-toolbar>*,.presentation-format-toolbar>*,.presentation-theme-toolbar>*{flex:0 0 auto}.presentation-command-toolbar .primary-button,.presentation-command-toolbar .secondary-button,.presentation-theme-toolbar button{white-space:nowrap}.presentation-format-toolbar .icon-button{width:38px;height:38px}.presentation-presenter{padding:16px 12px calc(16px + env(safe-area-inset-bottom, 0px))}.presenter-text{width:min(900px,92vw);padding:12px 14px;font-size:16px}.presenter-controls{flex-wrap:wrap;gap:8px}.presenter-controls span{min-width:56px}}@media (max-width:700px){.sidebar{height:calc(68px + env(safe-area-inset-bottom, 0px));padding-bottom:calc(9px + env(safe-area-inset-bottom, 0px))}.drive-main{padding-bottom:calc(68px + env(safe-area-inset-bottom, 0px))}.table-shell{overflow-x:visible}.file-table{min-width:0;grid-template-columns:minmax(0,1fr) auto 48px;gap:10px;padding:0 4px 0 12px}.file-table.table-header>span:nth-child(2),.file-table.table-header>span:nth-child(4),.file-table.table-row>span:nth-of-type(3),.file-table>.owner-cell{display:none}.file-table.table-row>span:nth-of-type(2){font-size:12px;white-space:nowrap}.icon-button{width:40px;height:40px}.icon-button.subtle{width:36px;height:36px}.bulk-actions{gap:6px}.sort-header-button{padding:12px 6px;margin:-12px -6px}.selection-check{top:4px;left:4px;width:36px;height:36px}.selection-check.inline{top:0;left:0;width:38px;height:38px;margin:-8px}.drop-overlay{inset:74px 12px 80px 12px}.details-panel{width:100vw;height:100vh;height:100dvh;padding:20px 16px calc(20px + env(safe-area-inset-bottom, 0px))}.upload-progress{max-width:100%;margin:0 0 20px}.editor-page-toast{right:16px;left:16px;bottom:84px}.empty-state{min-height:300px}.drive-pagination{white-space:normal;flex-wrap:wrap;row-gap:4px}.topbar-menu{width:min(240px,calc(100vw - 24px))}.profile-menu{width:min(275px,calc(100vw - 24px))}.apps-menu{position:fixed;top:74px;right:12px;left:12px;width:auto}.item-menu button svg,.modal-header svg,.new-dropdown button svg,.preview-toolbar svg,.primary-button svg,.profile-menu a svg,.secondary-button svg,.sidebar-nav a svg{flex-shrink:0}.auth-input input,.copy-field input,.modal-body input,.modal-body select{font-size:16px}.auth-input-toggle{padding:10px;margin:-6px}.modal-header h2{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-header>div{min-width:0}.modal-header .icon-button{flex:0 0 auto}.modal--full-mobile .modal-body{flex:1 1 auto}.modal--full-mobile .enhanced-share-dialog{max-height:none}.modal--full-mobile .preview-layout{flex:1 1 auto;min-height:0;grid-template-rows:minmax(0,1fr)}.modal--full-mobile .preview-layout.with-comments{grid-template-rows:minmax(0,1fr) auto}.modal--full-mobile .preview-body{height:100%;max-height:none;min-height:240px}.modal--full-mobile .preview-frame,.modal--full-mobile .preview-media{max-height:none}.modal--full-mobile .preview-frame{height:100%}.modal--full-mobile .preview-body.video .media-preview-workbench{grid-template-rows:minmax(0,1fr) auto}.modal--full-mobile .preview-body.video .preview-media{height:100%}.pdf-preview-workbench{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,3fr) minmax(0,2fr)}.pdf-annotations{border-left:0;border-top:1px solid var(--border);grid-template-rows:auto 56px auto minmax(0,1fr)}.pdf-annotations textarea{min-height:48px}.preview-toolstrip{flex-wrap:nowrap;overflow-x:auto;gap:8px;padding:8px 10px;scrollbar-width:thin}.preview-toolstrip button,.preview-toolstrip label,.preview-toolstrip select{flex:0 0 auto;white-space:nowrap}.preview-toolstrip input[type=range]{width:88px}.preview-toolbar .primary-button{width:100%}.folder-picker{height:45vh;min-height:180px}}@media (max-width:520px){.auth-field-row{grid-template-columns:1fr}}.pdf-page-rail[hidden]{display:none}.pdf-panel-close{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--muted-2);cursor:pointer;flex:0 0 auto}@media (max-width:760px){.file-editor-page:has(.pdf-editor-body){min-height:100vh;min-height:100dvh}.file-editor-page-card:has(.pdf-editor-body){height:100vh;height:100dvh;min-height:0;overflow:hidden}.file-editor-page-card:has(.pdf-editor-body) .pdf-editor-layout{height:100vh;height:100dvh;min-height:0}.pdf-editor-layout{flex-direction:column;overflow:hidden}.pdf-editor-main{min-height:0}.pdf-page-rail{order:2;width:100%;height:calc(164px + env(safe-area-inset-bottom, 0px));flex:0 0 auto;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:10px;padding:8px 10px calc(8px + env(safe-area-inset-bottom, 0px));overflow-x:auto;overflow-y:hidden;border-right:0;border-top:1px solid var(--line);border-bottom:0}.pdf-rail-header{position:static;flex:0 0 auto;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;margin:0;padding:0 10px 0 2px;background:transparent;border-bottom:0;border-right:1px solid var(--line)}.pdf-rail-add-button{height:36px;padding:0 10px}.pdf-thumb-item{flex:0 0 auto;align-content:start}.pdf-page-rail button canvas{max-width:96px;max-height:92px;width:auto}.pdf-page-rail button{width:auto;touch-action:pan-x!important}.pdf-thumb-select{display:block}.pdf-thumb-select input{width:20px;height:20px}.pdf-thumb-tools button{width:30px;height:30px}.pdf-page-rail .pdf-add-page-popover,.pdf-page-rail .pdf-insert-popover{position:fixed;top:auto;bottom:172px;left:50%;right:auto;transform:translateX(-50%);z-index:40}.pdf-topbar{flex-wrap:wrap;overflow:visible;min-height:0;gap:6px;padding:6px 8px}.pdf-topbar-left{flex:0 1 auto;min-width:0}.pdf-topbar-right{flex:0 0 auto;overflow:visible}.pdf-topbar-center{justify-content:flex-start;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.pdf-topbar-center::-webkit-scrollbar,.pdf-topbar-right::-webkit-scrollbar{display:none}.pdf-file-ident strong{max-width:30vw}.pdf-topbar-button{height:40px}.pdf-topbar-button.icon-only{width:40px}.pdf-topbar .pdf-save-button{height:44px;flex:0 0 auto;margin-left:4px}.pdf-topbar .pdf-save-button:disabled{opacity:1;background:var(--line);color:var(--muted-2);box-shadow:none}.pdf-tool-tabs:has(.pdf-extract-popover),.pdf-tool-tabs:has(.pdf-more-popover){overflow:visible}.pdf-tool-tabs{flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px;min-height:0;padding:6px 10px}.pdf-convert-menu{flex:0 0 auto}.pdf-tool-actions{flex:1 1 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:3px;position:relative}.pdf-tool-actions .pdf-more-menu{position:static}.pdf-tool-actions .toolbar-divider{display:none}.pdf-tool-actions .pdf-share-button{width:40px;padding:0;justify-content:center;font-size:0}.pdf-toolstrip{flex:1 0 100%}.pdf-convert-trigger{height:40px;align-self:flex-start}.pdf-tool-tabs:has(.pdf-convert-popover){overflow:visible}.pdf-convert-popover{left:0;width:min(340px,calc(100vw - 24px))}.pdf-toolstrip{flex:0 0 auto;scrollbar-width:none}.pdf-toolstrip .pdf-shapes-menu{display:flex;align-items:center;flex:0 0 auto}.pdf-toolstrip::-webkit-scrollbar{display:none}.pdf-toolstrip button{flex:0 0 44px;width:44px;height:44px}.pdf-toolstrip .pdf-signature-caret{flex:0 0 24px;width:24px!important}.pdf-toolstrip .toolbar-divider{flex:0 0 1px;height:36px}.pdf-toolstrip .color-swatch{flex-basis:34px;width:34px;height:34px}.pdf-shapes-popover{max-width:calc(100vw - 24px)}.pdf-text-toolbar{gap:8px;padding:8px 10px}.pdf-inline-color,.pdf-text-toolbar button,.pdf-text-toolbar select{height:44px}.pdf-text-toolbar button{min-width:44px;padding:0 10px;white-space:nowrap}.pdf-text-toolbar:after,.pdf-toolstrip:after{content:"";position:-webkit-sticky;position:sticky;right:0;flex:0 0 26px;align-self:stretch;margin-left:-26px;pointer-events:none;box-shadow:inset -18px 0 12px -12px rgba(17,24,39,.28)}.pdf-stage-scroll{padding:16px 12px 32px;gap:20px;justify-items:stretch}.pdf-annotation,.pdf-box-handle,.pdf-endpoint-handle,.pdf-page-canvas:not(.tool-hand):not(.tool-editText):not(.tool-form){touch-action:none}.pdf-annotation.note:after,.pdf-comment-pin:after,.pdf-doc-note:after{content:"";position:absolute;inset:-10px}.pdf-note-popup{width:min(230px,calc(100vw - 32px))}.pdf-edit-panel{width:100%;box-shadow:none}.pdf-panel-close{display:inline-flex}.pdf-signature-tabs button{height:44px}.pdf-signature-actions button{min-height:44px}}@media (min-width:761px) and (max-width:1100px){.file-editor-page:has(.pdf-editor-body){min-height:100vh;min-height:100dvh}.file-editor-page-card:has(.pdf-editor-body){height:100vh;height:100dvh;min-height:0;overflow:hidden}.file-editor-page-card:has(.pdf-editor-body) .pdf-editor-layout{height:100vh;height:100dvh;min-height:0}.pdf-edit-panel{position:absolute;right:0;top:0;bottom:0;width:min(360px,86vw);z-index:24;border-left:1px solid var(--line);box-shadow:-14px 0 32px rgba(17,24,39,.2)}.pdf-panel-close{display:inline-flex}.pdf-page-rail{width:132px}.pdf-page-rail button canvas{max-width:116px}.pdf-topbar-left{flex:0 1 auto;min-width:0}.pdf-topbar-right{flex:1 1;min-width:0}.pdf-topbar-center,.pdf-topbar-right{overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.pdf-topbar-center{justify-content:flex-start}.pdf-toolstrip{flex:1 1;min-width:0;scrollbar-width:none}.pdf-text-toolbar::-webkit-scrollbar,.pdf-toolstrip::-webkit-scrollbar,.pdf-topbar-center::-webkit-scrollbar,.pdf-topbar-right::-webkit-scrollbar{display:none}.pdf-topbar .pdf-save-button{position:-webkit-sticky;position:sticky;right:0;z-index:6;flex:0 0 auto;margin-left:4px;box-shadow:-10px 0 12px -8px rgba(17,24,39,.35)}.pdf-topbar .pdf-save-button:disabled{opacity:1;background:var(--line);color:var(--muted-2);box-shadow:none}.pdf-toolstrip button{flex:0 0 40px;width:40px;height:40px}.pdf-toolstrip .pdf-signature-caret{flex:0 0 22px;width:22px!important}.pdf-toolstrip .pdf-shapes-menu{display:flex;align-items:center;flex:0 0 auto}.pdf-toolstrip .color-swatch{flex-basis:30px;width:30px;height:30px}.pdf-topbar-button{height:40px}.pdf-topbar-button.icon-only{width:40px}.pdf-text-toolbar button{white-space:nowrap;padding:0 10px}.pdf-text-toolbar:after,.pdf-toolstrip:after{content:"";position:-webkit-sticky;position:sticky;right:0;flex:0 0 26px;align-self:stretch;margin-left:-26px;pointer-events:none;box-shadow:inset -18px 0 12px -12px rgba(17,24,39,.28)}}@media (min-width:761px) and (max-width:900px){.file-table{grid-template-columns:minmax(0,1fr) auto 48px;gap:10px;padding:0 4px 0 16px}.file-table.table-header>span:nth-child(2),.file-table.table-header>span:nth-child(4),.file-table.table-row>span:nth-of-type(3),.file-table>.owner-cell{display:none}}@media (min-width:901px) and (max-width:1100px){.file-table{grid-template-columns:minmax(0,1fr) minmax(140px,.75fr) minmax(90px,.45fr) 48px}.file-table.table-header>span:nth-child(2),.file-table>.owner-cell{display:none}}.mobile-storage-card,.new-dropdown .phone-only-menu-item,.row-meta-extra,.row-meta-line{display:none}@media (max-width:700px){.new-menu-wrap{position:fixed;right:16px;bottom:calc(84px + env(safe-area-inset-bottom, 0px));margin:0;align-self:auto}.new-button{width:56px;height:56px;min-height:56px;padding:0;gap:0;justify-content:center;border-radius:50%;color:#ffffff;background:#0f766e;box-shadow:0 6px 16px rgba(15,23,42,.28)}.new-button:hover{background:#0b5f59}.new-button .new-plus{color:#ffffff}.new-dropdown{top:auto;right:0;bottom:calc(100% + 10px);left:auto;min-width:216px}.new-dropdown .phone-only-menu-item{display:flex}.heading-actions>.secondary-button{display:none}.heading-actions .upload-button-group{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.drive-content{padding-top:12px;padding-bottom:72px}.sidebar-nav a{width:auto;min-width:52px;height:48px;flex-direction:column;gap:2px;padding:0 2px}.sidebar-nav a:after{content:attr(data-label);font-size:10px;font-weight:500;line-height:1;letter-spacing:.1px}.view-toggle{display:flex;margin-right:2px}.view-toggle button.active{display:none}.view-toggle button{width:38px;height:38px}.topbar-actions{gap:2px}.avatar,.topbar-icon{width:38px;height:38px}.file-table{grid-template-columns:minmax(0,1fr) 48px}.file-table.table-header>span:nth-child(2),.file-table.table-header>span:nth-child(3),.file-table.table-header>span:nth-child(4),.file-table.table-row>span:nth-of-type(2),.file-table.table-row>span:nth-of-type(3),.file-table>.owner-cell{display:none}.name-cell{gap:12px}.name-cell strong,button.name-cell>span:last-child{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;line-height:1.3;word-break:break-word}.row-meta-extra{display:inline;font-style:normal}.row-meta-extra:before{content:" · "}button.name-cell{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;grid-column-gap:12px;column-gap:12px;grid-row-gap:1px;row-gap:1px}button.name-cell>.selection-check{grid-column:1;grid-row:1/span 2}button.name-cell>.folder-icon{grid-column:2;grid-row:1/span 2}button.name-cell>span:last-child{grid-column:3;grid-row:1}.row-meta-line{display:block;grid-column:3;grid-row:2;color:#98a0af;font-size:11px;font-style:normal}.mobile-storage-card{position:fixed;left:0;right:0;bottom:calc(68px + env(safe-area-inset-bottom, 0px));z-index:19;display:block;margin:0;padding:12px 16px 13px;border-top:1px solid var(--line);background:#ffffff}.sidebar{border-top:0}.mobile-storage-card .storage-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-column-gap:12px;column-gap:12px;grid-row-gap:7px;row-gap:7px;padding:0}.mobile-storage-card .storage-track{grid-column:1/-1;height:5px;margin:0}.mobile-storage-card .storage-card p{margin:0;font-size:12px}.mobile-storage-card .storage-upgrade-link{margin-top:0;font-size:12px}.drive-main{padding-bottom:calc(120px + env(safe-area-inset-bottom, 0px))}.new-menu-wrap,.toast{bottom:calc(132px + env(safe-area-inset-bottom, 0px))}.page-heading{gap:12px;padding:4px 4px 8px;margin-bottom:8px}.page-heading h1{font-size:22px;line-height:1.25}.bulk-toolbar{justify-content:space-between;row-gap:6px;margin-bottom:4px;padding:2px 4px}.bulk-toolbar,.bulk-toolbar-end{flex-direction:row;flex-wrap:wrap;align-items:center}.bulk-toolbar-end{width:auto;justify-content:flex-end;gap:10px}.content-section{margin-top:16px}.content-section h2{margin-bottom:8px}.topbar{gap:10px;padding:0 10px}.search-box{padding:0 12px}.search-box input{text-overflow:ellipsis}}@media (max-width:520px){.sidebar-nav a{min-width:46px;padding:0}.sidebar-nav a:after{font-size:9px}}@media (max-width:700px){.auth-left{display:none}.auth-page{grid-template-columns:minmax(0,1fr)}.auth-page,.auth-right{min-height:100dvh}}.auth-left:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(22rem 18rem at 22% 26%,rgba(94,234,212,.14),transparent 62%),radial-gradient(18rem 16rem at 78% 70%,rgba(15,118,110,.22),transparent 60%);filter:blur(10px);animation:auth-mesh-drift 26s var(--auth-ease) infinite alternate}@keyframes auth-mesh-drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-2.5%,2%,0) scale(1.05)}}.auth-preview:after,.auth-preview:before{content:"";position:absolute;pointer-events:none;border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 18px 36px -16px rgba(0,0,0,.6)}.auth-preview:before{width:62px;height:62px;right:-16px;top:-24px;transform:rotate(6deg);animation:auth-float-a 7s ease-in-out infinite}.auth-preview:after{width:44px;height:44px;left:-16px;bottom:26px;border-radius:12px;background:linear-gradient(180deg,rgba(94,234,212,.22),rgba(94,234,212,.08));border-color:rgba(94,234,212,.28);transform:rotate(-5deg);animation:auth-float-b 9.5s ease-in-out -3.2s infinite}@keyframes auth-float-a{0%,to{transform:translateZ(0) rotate(6deg)}50%{transform:translate3d(0,-9px,0) rotate(3deg)}}@keyframes auth-float-b{0%,to{transform:translateZ(0) rotate(-5deg)}50%{transform:translate3d(0,7px,0) rotate(-2deg)}}@media (max-width:980px){.auth-preview:after,.auth-preview:before{display:none}}.auth-card:before{inset:0;border-radius:inherit;padding:1px;background:linear-gradient(180deg,rgba(20,184,166,.42),rgba(15,23,42,.06) 38%,rgba(15,23,42,0));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.auth-card:before,.auth-submit:after{content:"";position:absolute;pointer-events:none}.auth-submit:after{inset:0 auto 0 -40%;width:40%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.22),transparent)}.auth-submit:hover:not(:disabled):after{animation:auth-sweep .9s var(--auth-ease) 1}@keyframes auth-sweep{to{transform:translateX(350%)}}.auth-page a:focus-visible,.auth-page button:focus-visible{outline:2px solid var(--auth-teal);outline-offset:3px;border-radius:6px}.auth-left a:focus-visible,.auth-left button:focus-visible{outline-color:#7fe9d5}.auth-tab:focus-visible{outline-offset:1px}.auth-input input:focus-visible{outline:none}@media (max-width:700px){.auth-right{padding:28px 20px calc(36px + env(safe-area-inset-bottom, 0px));background:radial-gradient(30rem 22rem at 82% -6%,rgba(20,184,166,.16),transparent 64%),radial-gradient(26rem 20rem at 6% 102%,rgba(15,118,110,.12),transparent 62%),linear-gradient(180deg,#f7fbfc,#eef4f6 52%,#e8f1f2)}.auth-right:before{content:"";flex:0 0 auto;width:46px;height:46px;margin:0 auto 2px;border-radius:13px;background:#fff url(/favicon.svg) 50%/30px 30px no-repeat;box-shadow:0 0 0 1px rgba(15,118,110,.1),0 10px 24px -10px rgba(13,148,136,.5),inset 0 1px 0 #fff}.auth-card{border-radius:20px;box-shadow:0 1px 2px rgba(11,18,32,.05),0 10px 24px -10px rgba(11,18,32,.14),0 30px 60px -28px rgba(15,118,110,.22)}}@media (prefers-reduced-motion:reduce){.auth-left:after,.auth-preview:after,.auth-preview:before,.auth-submit:hover:not(:disabled):after{animation:none}.auth-feature,.auth-input,.auth-preview-row,.auth-submit,.auth-tab{transition:none}.auth-feature:hover,.auth-submit:active:not(:disabled),.auth-submit:hover:not(:disabled){transform:none}}.docs-page{--docs-sticky-top:84px}.docs-shell{display:grid;grid-template-columns:244px minmax(0,1fr) 216px;grid-gap:40px;gap:40px;align-items:start;max-width:1440px;margin:0 auto;padding:40px clamp(20px,4vw,56px) 72px}.docs-sidebar{position:-webkit-sticky;position:sticky;top:var(--docs-sticky-top);max-height:calc(100vh - var(--docs-sticky-top) - 24px);overflow-y:auto;padding-right:8px}.docs-nav-group+.docs-nav-group{margin-top:26px}.docs-nav-title{display:block;margin-bottom:10px;color:var(--ink);font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.docs-nav ul{margin:0;padding:0;list-style:none;border-left:1px solid var(--line)}.docs-nav li a{display:block;padding:7px 12px;margin-left:-1px;border-left:2px solid transparent;color:var(--muted);font-size:14px;line-height:1.4}.docs-nav li a:hover{color:var(--ink);background:#f8fafc}.docs-nav li a.current{border-left-color:var(--blue);color:var(--blue);font-weight:600;background:var(--blue-soft)}.docs-nav-mobile{display:none;margin-bottom:24px;border:1px solid var(--line);border-radius:12px;background:#fff}.docs-nav-mobile summary{display:flex;align-items:center;gap:10px;padding:13px 16px;color:var(--ink);font-size:14px;font-weight:600;cursor:pointer}.docs-nav-mobile summary em{margin-left:auto;color:var(--muted-2);font-size:13px;font-style:normal;font-weight:400}.docs-nav-mobile .docs-nav{padding:4px 16px 18px}.docs-main{min-width:0}.docs-article{max-width:760px;color:var(--ink);font-size:15.5px;line-height:1.72}.docs-eyebrow{display:inline-block;margin-bottom:10px;padding:4px 11px;border-radius:999px;background:var(--blue-soft);color:var(--blue-dark);font-size:12px;font-weight:600;letter-spacing:.02em}.docs-article h1{margin:0 0 14px;font-size:clamp(30px,3.4vw,40px);line-height:1.15;letter-spacing:-.01em}.docs-article h1,.docs-article h2{font-family:Google Sans,Roboto,sans-serif;font-weight:700}.docs-article h2{margin:46px 0 14px;padding-top:22px;border-top:1px solid var(--line);font-size:23px;line-height:1.3;scroll-margin-top:var(--docs-sticky-top)}.docs-article h3{margin:30px 0 10px;font-family:Google Sans,Roboto,sans-serif;font-size:17px;font-weight:600}.docs-article .docs-anchor{color:inherit;text-decoration:none}.docs-article .docs-anchor:hover{color:var(--blue)}.docs-article p{margin:0 0 16px;color:#1f2937}.docs-article .docs-lead{margin-bottom:22px;color:var(--muted);font-size:17.5px;line-height:1.65}.docs-article a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.docs-article a:hover{color:var(--blue-dark)}.docs-article code{padding:2px 6px;border:1px solid var(--line);border-radius:5px;background:#f8fafc;color:#0b3b39;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.87em}.docs-article ul{margin:0 0 18px;padding-left:22px}.docs-article ul li{margin-bottom:8px;color:#1f2937}.docs-article ul li::marker{color:var(--blue)}.docs-steps{margin:0 0 22px;padding:0;list-style:none;counter-reset:docs-step}.docs-steps li{position:relative;counter-increment:docs-step;margin-left:15px;padding:0 0 18px 44px;border-left:1px solid var(--line)}.docs-steps li:last-child{padding-bottom:0;border-left-color:transparent}.docs-steps li:before{content:counter(docs-step);position:absolute;left:-15px;top:-2px;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--blue);color:#fff;font-size:13px;font-weight:700}.docs-steps li>strong{display:block;margin-bottom:2px;font-size:15.5px;font-weight:600}.docs-steps li span{color:#374151}.docs-note{display:flex;gap:12px;margin:0 0 22px;padding:15px 17px;border:1px solid var(--line);border-left:3px solid var(--blue);border-radius:10px;background:#f8fafc}.docs-note.tip{border-left-color:#0f766e;background:#f0fdfa}.docs-note.warn{border-left-color:#b45309;background:#fffbeb}.docs-note-icon{flex:0 0 auto;display:grid;place-items:center;width:26px;height:26px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--blue)}.docs-note.warn .docs-note-icon{color:#b45309}.docs-note>div>strong{display:block;margin-bottom:3px;font-size:14.5px;font-weight:600}.docs-article .docs-note p{margin:0;font-size:14.5px;line-height:1.6}.docs-table-wrap{margin:0 0 24px;overflow-x:auto;border:1px solid var(--line);border-radius:12px}.docs-table{width:100%;border-collapse:collapse;font-size:14.5px}.docs-table th{background:#f8fafc;color:var(--ink);font-weight:600;text-align:left;white-space:nowrap}.docs-table td,.docs-table th{padding:11px 15px;border-bottom:1px solid var(--line)}.docs-table td{color:#374151;vertical-align:top}.docs-table tr:last-child td{border-bottom:0}.docs-keys td:first-child{width:1%;white-space:nowrap}.docs-article kbd{display:inline-block;min-width:26px;padding:3px 8px;border:solid var(--border);border-width:1px 1px 2px;border-radius:6px;background:#fff;color:var(--ink);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12.5px;text-align:center}.docs-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin:0 0 26px}.docs-article .docs-card{display:block;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.docs-article .docs-card:hover{border-color:var(--blue);box-shadow:var(--shadow-soft);transform:translateY(-1px)}.docs-article .docs-card strong{display:block;margin-bottom:6px;color:var(--ink);font-size:15.5px;font-weight:600}.docs-article .docs-card p{margin:0 0 10px;color:var(--muted);font-size:14px;line-height:1.55}.docs-article .docs-card-more{display:inline-flex;align-items:center;gap:4px;color:var(--blue);font-size:13.5px;font-weight:600}.docs-shot{margin:0 0 26px}.docs-shot img{display:block;width:100%;height:auto;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-soft)}.docs-shot-placeholder{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:40px 24px;border:1px dashed var(--border);border-radius:12px;background:#f8fafc;text-align:center}.docs-shot-placeholder-icon{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--blue)}.docs-shot-placeholder strong{color:var(--ink);font-size:14.5px;font-weight:600}.docs-article .docs-shot-placeholder p{max-width:46ch;margin:0;color:var(--muted-2);font-size:13.5px;line-height:1.55}.docs-article .docs-shot-placeholder code{border:0;background:transparent;color:var(--muted-2);font-size:12.5px}.docs-shot figcaption{margin-top:9px;color:var(--muted-2);font-size:13.5px;line-height:1.5}.docs-pager{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;max-width:760px;margin-top:48px;padding-top:26px;border-top:1px solid var(--line)}.docs-pager-link{display:block;padding:14px 17px;border:1px solid var(--line);border-radius:12px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.docs-pager-link:hover{border-color:var(--blue);box-shadow:var(--shadow-soft)}.docs-pager-link.next{text-align:right}.docs-pager-link span{display:block;margin-bottom:3px;color:var(--muted-2);font-size:12.5px}.docs-pager-link strong{color:var(--blue);font-size:15px;font-weight:600}.docs-toc{position:-webkit-sticky;position:sticky;top:var(--docs-sticky-top);max-height:calc(100vh - var(--docs-sticky-top) - 24px);overflow-y:auto}.docs-toc-title{display:block;margin-bottom:10px;color:var(--ink);font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.docs-toc ul{margin:0;padding:0;list-style:none}.docs-toc li a{display:block;padding:5px 0;color:var(--muted);font-size:13.5px;line-height:1.45}.docs-toc li a:hover{color:var(--blue)}@media (max-width:1180px){.docs-shell{grid-template-columns:224px minmax(0,1fr)}.docs-toc{display:none}}@media (max-width:860px){.docs-shell{grid-template-columns:minmax(0,1fr);gap:0;padding-top:28px}.docs-sidebar{display:none}.docs-nav-mobile{display:block}.docs-cards,.docs-pager{grid-template-columns:minmax(0,1fr)}.docs-pager-link.next{text-align:left}}