:root{--drv-green:#07552d;--drv-green-2:#168548;--drv-ink:#142018;--drv-muted:#607066;--drv-line:#d5e4d9;--drv-mint:#e9f5ec;--drv-cream:#fff8e7;--drv-white:#fff;--drv-ease:cubic-bezier(.2,.8,.2,1)}
*{box-sizing:border-box}.prm-drive-page{min-height:100%;margin:0;background:radial-gradient(circle at 86% 4%,rgba(234,198,104,.14),transparent 25rem),linear-gradient(180deg,#edf6f0 0,#f7faf8 22rem,#eef5f0 100%);color:var(--drv-ink);font-family:'Plus Jakarta Sans',Arial,sans-serif}.prm-drive-page button,.prm-drive-page input{font:inherit}.prm-drive-page a{text-decoration:none}.prm-drive-main{flex:1;padding:22px 0 32px}.prm-drive-page .prm-site-header{background:rgba(255,255,255,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.prm-drive-hero{position:relative;display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:18px;overflow:hidden;padding:24px 26px;border:1px solid #164f31;border-radius:25px;background:linear-gradient(135deg,#073d24,#08713b);box-shadow:0 18px 48px rgba(7,67,38,.14);color:#fff}.prm-drive-hero:after{position:absolute;right:-44px;bottom:-96px;width:230px;height:230px;border:34px solid rgba(255,255,255,.055);border-radius:50%;content:""}.prm-drive-hero__mark{position:relative;z-index:1;display:grid;width:64px;height:64px;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:19px;background:#fffdf7;box-shadow:0 12px 28px rgba(0,0,0,.15)}.prm-drive-hero__mark svg{width:38px;height:38px}.prm-drive-hero__copy{position:relative;z-index:1;min-width:0}.prm-drive-eyebrow{display:block;color:#78d89a;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.prm-drive-hero h1{margin:5px 0 6px;color:#fff;font-size:clamp(27px,3vw,38px);line-height:1.08;letter-spacing:-.045em}.prm-drive-hero p{max-width:690px;margin:0;color:rgba(255,255,255,.77);font-size:12px;line-height:1.65}.prm-drive-hero__aside{position:relative;z-index:1;display:grid;justify-items:end;gap:9px}.prm-drive-sync{display:inline-flex;min-height:28px;align-items:center;gap:7px;padding:0 10px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.09);color:#dff6e6;font-size:9px;font-weight:750}.prm-drive-sync i{width:7px;height:7px;border-radius:50%;background:#72e39a;box-shadow:0 0 0 4px rgba(114,227,154,.13)}.prm-drive-hero__aside>a{display:inline-flex;min-height:44px;align-items:center;gap:9px;padding:0 14px;border:1px solid rgba(255,255,255,.22);border-radius:13px;background:#fff;color:var(--drv-green);font-size:10px;font-weight:800;transition:transform .18s var(--drv-ease),box-shadow .18s ease}.prm-drive-hero__aside>a:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.16)}.prm-drive-hero__aside svg{width:17px;height:17px}
.prm-drive-browser{margin-top:16px;overflow:hidden;border:1px solid var(--drv-line);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 18px 52px rgba(8,58,32,.09)}.prm-drive-browser__head{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;padding:17px 20px;border-bottom:1px solid var(--drv-line);background:#f9fcfa}.prm-drive-back{display:grid;width:46px;height:46px;place-items:center;border:1px solid #bcd7c4;border-radius:14px;background:#fff;color:var(--drv-green);cursor:pointer;transition:background .18s,color .18s,opacity .18s}.prm-drive-back:hover:not(:disabled){background:var(--drv-green);color:#fff}.prm-drive-back:disabled{opacity:.35;cursor:not-allowed}.prm-drive-back svg{width:21px}.prm-drive-browser__title{min-width:0}.prm-drive-browser__title h2{overflow:hidden;margin:3px 0 0;color:var(--drv-ink);font-size:20px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.prm-drive-browser__live{display:inline-flex;min-height:32px;align-items:center;padding:0 11px;border-radius:999px;background:var(--drv-mint);color:var(--drv-green);font-size:9px;font-weight:750}
.prm-drive-breadcrumb{overflow-x:auto;padding:10px 20px;border-bottom:1px solid #e4ece6;background:#fff;scrollbar-width:thin}.prm-drive-breadcrumb ol{display:flex;align-items:center;gap:5px;margin:0;padding:0;list-style:none}.prm-drive-breadcrumb li{display:flex;align-items:center;gap:5px;flex:0 0 auto}.prm-drive-breadcrumb li:not(:last-child):after{color:#8b9890;content:"/"}.prm-drive-breadcrumb button{min-height:34px;padding:0 9px;border:0;border-radius:9px;background:transparent;color:#486052;font-size:10px;font-weight:700;cursor:pointer}.prm-drive-breadcrumb button:hover,.prm-drive-breadcrumb button:focus-visible{background:var(--drv-mint);color:var(--drv-green)}.prm-drive-breadcrumb li:last-child button{color:var(--drv-green);font-weight:800}
.prm-drive-toolbar{display:grid;grid-template-columns:minmax(220px,420px) auto;justify-content:space-between;align-items:center;gap:14px;padding:14px 20px}.prm-drive-search{position:relative;display:grid;grid-template-columns:20px minmax(0,1fr) 38px;align-items:center;min-height:46px;padding:0 4px 0 13px;border:1px solid #c6dbcc;border-radius:14px;background:#f8fbf9;color:#557064;transition:border-color .18s,box-shadow .18s,background .18s}.prm-drive-search:focus-within{border-color:#6fac83;background:#fff;box-shadow:0 0 0 4px rgba(22,133,72,.1)}.prm-drive-search>svg{width:19px}.prm-drive-search input{width:100%;min-width:0;height:44px;padding:0 9px;border:0;outline:0;background:transparent;color:var(--drv-ink);font-size:11px;font-weight:650}.prm-drive-search button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:10px;background:transparent;color:#607066;cursor:pointer}.prm-drive-search button:hover{background:var(--drv-mint);color:var(--drv-green)}.prm-drive-search button svg{width:17px}.prm-drive-count{color:var(--drv-muted);font-size:10px;font-weight:750}
.prm-drive-list{display:grid;gap:8px;padding:0 20px 18px}.prm-drive-item{display:grid;grid-template-columns:46px minmax(0,1fr) 136px 92px auto;align-items:center;gap:12px;min-height:74px;padding:10px 12px;border:1px solid #dce8df;border-radius:17px;background:#fff;opacity:0;transform:translateY(6px);animation:drvItemIn .26s var(--drv-ease) forwards;animation-delay:calc(var(--drv-index,0)*24ms);transition:border-color .18s,background .18s,box-shadow .18s}.prm-drive-item:hover{border-color:#a7ccb2;background:#fcfffd;box-shadow:0 8px 20px rgba(7,73,39,.055)}.prm-drive-item__icon{position:relative;display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:#eaf5ed;color:var(--drv-green)}.prm-drive-item__icon svg{width:24px;height:24px}.prm-drive-item[data-type="folder"] .prm-drive-item__icon{background:#fff4d4;color:#9b6800}.prm-drive-item[data-type="pdf"] .prm-drive-item__icon{background:#fff0ee;color:#b54437}.prm-drive-item[data-type="word"],.prm-drive-item[data-type="docs"]{--drv-file:#246ac2}.prm-drive-item[data-type="sheet"],.prm-drive-item[data-type="sheets"]{--drv-file:#168548}.prm-drive-item[data-type="slides"]{--drv-file:#b57400}.prm-drive-item[data-type="word"] .prm-drive-item__icon,.prm-drive-item[data-type="docs"] .prm-drive-item__icon,.prm-drive-item[data-type="sheet"] .prm-drive-item__icon,.prm-drive-item[data-type="sheets"] .prm-drive-item__icon,.prm-drive-item[data-type="slides"] .prm-drive-item__icon{background:color-mix(in srgb,var(--drv-file) 11%,white);color:var(--drv-file)}.prm-drive-item__thumb{position:absolute;inset:0;width:100%;height:100%;border-radius:inherit;object-fit:cover}.prm-drive-item__copy{min-width:0}.prm-drive-item__copy strong{display:block;overflow:hidden;color:var(--drv-ink);font-size:12px;line-height:1.42;text-overflow:ellipsis;white-space:nowrap}.prm-drive-item__copy small{display:block;overflow:hidden;margin-top:3px;color:var(--drv-muted);font-size:9px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.prm-drive-item__meta{display:grid;gap:3px}.prm-drive-item__meta small{color:#829087;font-size:8px;font-weight:700;text-transform:uppercase}.prm-drive-item__meta span{overflow:hidden;color:#486052;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.prm-drive-item__actions{display:flex;justify-content:flex-end;gap:7px}.prm-drive-item__actions a,.prm-drive-item__actions button{display:inline-flex;min-width:44px;height:44px;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid #c8dccd;border-radius:12px;background:#f8fbf9;color:var(--drv-green);font-size:9px;font-weight:800;cursor:pointer;transition:background .18s,color .18s,border-color .18s}.prm-drive-item__actions .is-primary{border-color:var(--drv-green);background:var(--drv-green);color:#fff}.prm-drive-item__actions a:hover,.prm-drive-item__actions button:hover{border-color:#168548;background:#e7f4ea;color:var(--drv-green)}.prm-drive-item__actions svg{width:17px;height:17px}.prm-drive-folder-open{width:100%}
.prm-drive-skeleton{display:grid;gap:8px;padding:0 20px 18px}.prm-drive-skeleton[hidden]{display:none}.prm-drive-skeleton>span{display:grid;grid-template-columns:46px minmax(0,1fr) 190px;align-items:center;gap:12px;min-height:74px;padding:10px 12px;border:1px solid #e3ece5;border-radius:17px;background:#fff}.prm-drive-skeleton i,.prm-drive-skeleton b,.prm-drive-skeleton em{display:block;border-radius:10px;background:linear-gradient(90deg,#edf3ef 25%,#f8fbf9 48%,#edf3ef 72%);background-size:220% 100%;animation:drvShimmer 1.2s linear infinite}.prm-drive-skeleton i{width:46px;height:46px}.prm-drive-skeleton b{width:min(360px,72%);height:13px}.prm-drive-skeleton em{justify-self:end;width:160px;height:11px}.prm-drive-alert{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;margin:0 20px 18px;padding:13px;border:1px solid #e9c6a4;border-radius:16px;background:#fff8ec;color:#6f461c}.prm-drive-alert__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:#fff;color:#a65b19}.prm-drive-alert__icon svg{width:21px}.prm-drive-alert>span:nth-child(2){display:grid;gap:3px}.prm-drive-alert strong{font-size:11px}.prm-drive-alert small{font-size:9px;line-height:1.5}.prm-drive-alert button{min-height:42px;padding:0 13px;border:1px solid #d59a63;border-radius:12px;background:#fff;color:#804713;font-size:9px;font-weight:800;cursor:pointer}.prm-drive-empty{padding:42px 20px;text-align:center}.prm-drive-empty>span{display:grid;width:54px;height:54px;place-items:center;margin:0 auto 12px;border-radius:16px;background:var(--drv-mint);color:var(--drv-green)}.prm-drive-empty svg{width:27px}.prm-drive-empty h3{margin:0;color:var(--drv-ink);font-size:16px}.prm-drive-empty p{margin:6px 0 0;color:var(--drv-muted);font-size:10px}.prm-drive-browser__footer{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:16px;padding:11px 20px;border-top:1px solid var(--drv-line);background:#f7faf8}.prm-drive-browser__footer p{display:flex;align-items:center;gap:8px;margin:0;color:var(--drv-muted);font-size:9px;line-height:1.5}.prm-drive-browser__footer p svg{flex:0 0 18px;width:18px;color:var(--drv-green)}.prm-drive-more{display:inline-flex;min-height:42px;align-items:center;gap:8px;padding:0 13px;border:1px solid #b9d4c1;border-radius:12px;background:#fff;color:var(--drv-green);font-size:9px;font-weight:800;cursor:pointer}.prm-drive-more svg{width:17px}
@keyframes drvItemIn{to{opacity:1;transform:none}}@keyframes drvShimmer{to{background-position:-220% 0}}
@media(max-width:820px){.prm-drive-hero{grid-template-columns:56px minmax(0,1fr);padding:20px}.prm-drive-hero__mark{width:56px;height:56px}.prm-drive-hero__aside{grid-column:1/-1;grid-template-columns:1fr auto;align-items:center;justify-items:start}.prm-drive-item{grid-template-columns:44px minmax(0,1fr) auto}.prm-drive-item__meta{display:none}.prm-drive-item__actions{grid-column:3}.prm-drive-item__actions a span,.prm-drive-item__actions button span{display:none}}
@media(max-width:680px){.prm-drive-main{padding:12px 0 22px}.prm-drive-page .prm-site-header__inner{min-height:64px}.prm-drive-page .prm-brand__text span,.prm-drive-page .prm-header-actions .prm-button span{display:none}.prm-drive-page .prm-header-actions .prm-button{width:42px;min-width:42px;padding:0}.prm-drive-hero{grid-template-columns:48px minmax(0,1fr);gap:12px;padding:16px;border-radius:20px}.prm-drive-hero__mark{width:48px;height:48px;border-radius:15px}.prm-drive-hero__mark svg{width:31px}.prm-drive-hero h1{font-size:26px}.prm-drive-hero p{font-size:10px;line-height:1.55}.prm-drive-hero__aside{grid-template-columns:minmax(0,1fr) auto;gap:8px}.prm-drive-sync{overflow:hidden;max-width:100%;white-space:nowrap}.prm-drive-hero__aside>a{min-height:42px;padding:0 11px;font-size:9px}.prm-drive-browser{margin-top:10px;border-radius:20px}.prm-drive-browser__head{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:13px}.prm-drive-back{width:42px;height:42px}.prm-drive-browser__title h2{font-size:17px}.prm-drive-browser__live{grid-column:1/-1;justify-self:start;min-height:28px}.prm-drive-breadcrumb{padding:8px 12px}.prm-drive-toolbar{grid-template-columns:1fr;gap:8px;padding:11px 12px}.prm-drive-search{min-height:44px}.prm-drive-count{padding-left:2px}.prm-drive-list,.prm-drive-skeleton{gap:7px;padding:0 12px 13px}.prm-drive-item{grid-template-columns:42px minmax(0,1fr) auto;gap:9px;min-height:68px;padding:9px;border-radius:15px}.prm-drive-item__icon{width:42px;height:42px;border-radius:12px}.prm-drive-item__copy strong{font-size:11px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.prm-drive-item__copy small{font-size:8px}.prm-drive-item__actions{gap:5px}.prm-drive-item__actions a,.prm-drive-item__actions button{width:44px;min-width:44px;height:44px;padding:0}.prm-drive-skeleton>span{grid-template-columns:42px minmax(0,1fr);min-height:68px;padding:9px}.prm-drive-skeleton i{width:42px;height:42px}.prm-drive-skeleton em{display:none}.prm-drive-alert{grid-template-columns:40px minmax(0,1fr);margin:0 12px 13px;padding:11px}.prm-drive-alert button{grid-column:1/-1}.prm-drive-browser__footer{align-items:stretch;flex-direction:column;padding:11px 12px}.prm-drive-more{justify-content:center}.prm-drive-empty{padding:34px 14px}.prm-footer__inner{gap:12px}}
@media(max-width:380px){.prm-drive-sync span{display:none}.prm-drive-item__actions .is-download{display:none}}
@media(prefers-reduced-motion:reduce){.prm-drive-item,.prm-drive-skeleton i,.prm-drive-skeleton b,.prm-drive-skeleton em{animation:none!important;opacity:1!important;transform:none!important}.prm-drive-hero__aside>a{transition:none!important}}
.prm-drive-sync.is-pending{color:#fff1bd}.prm-drive-sync.is-pending i{background:#f0c65b;box-shadow:0 0 0 4px rgba(240,198,91,.13)}
@media(max-width:680px){.prm-drive-page .prm-header-actions .prm-button{width:44px;min-width:44px;min-height:44px}.prm-drive-back{width:44px;height:44px}.prm-drive-hero__aside>a,.prm-drive-alert button,.prm-drive-more{min-height:44px}}

/* Match the readable typography scale used by the Legalitas library. */
.prm-drive-page [hidden]{display:none!important}
.prm-drive-page .prm-site-header__inner{min-height:72px}
.prm-drive-page .prm-brand__text strong{font-size:16px;line-height:1.2}
.prm-drive-page .prm-brand__text span{font-size:10px}
.prm-drive-page .prm-header-actions .prm-button{min-height:44px;font-size:11px}
.prm-drive-main{padding:32px 0 0}
.prm-drive-hero{gap:20px;padding:28px 30px;border-radius:28px}
.prm-drive-eyebrow{font-size:10px}
.prm-drive-hero h1{margin:5px 0 7px;font-size:43px}
.prm-drive-hero p{font-size:14px;line-height:1.7}
.prm-drive-sync{min-height:32px;font-size:11px}
.prm-drive-hero__aside>a{min-height:48px;padding-inline:18px;font-size:12px}
.prm-drive-browser{margin-top:24px;border-radius:28px}
.prm-drive-browser__head{grid-template-columns:48px minmax(0,1fr) auto;gap:16px;padding:20px 24px}
.prm-drive-back{width:48px;height:48px}
.prm-drive-browser__title h2{margin-top:5px;font-size:30px;line-height:1.2;letter-spacing:-.04em}
.prm-drive-browser__live{min-height:38px;padding-inline:14px;font-size:11px}
.prm-drive-breadcrumb{padding:10px 24px}
.prm-drive-breadcrumb button{min-height:44px;padding-inline:11px;font-size:11px}
.prm-drive-toolbar{padding:16px 24px}
.prm-drive-search{min-height:48px;padding-left:15px}
.prm-drive-search input{height:46px;font-size:13px;font-weight:500}
.prm-drive-count{font-size:11px}
.prm-drive-list,.prm-drive-skeleton{gap:12px;padding:0 24px 22px}
.prm-drive-item{grid-template-columns:50px minmax(0,1fr) 144px 104px auto;gap:16px;min-height:96px;padding:15px 18px;border-radius:20px}
.prm-drive-item__icon{width:50px;height:50px}
.prm-drive-item__copy strong{font-size:18px;line-height:1.4;letter-spacing:-.02em}
.prm-drive-item__copy small{margin-top:5px;font-size:14px;line-height:1.65}
.prm-drive-item__meta{gap:4px}
.prm-drive-item__meta small{font-size:9px}
.prm-drive-item__meta span{font-size:11px;line-height:1.5}
.prm-drive-item__actions a,.prm-drive-item__actions button{min-width:48px;height:48px;padding-inline:15px;font-size:12px}
.prm-drive-skeleton>span{grid-template-columns:50px minmax(0,1fr) 190px;min-height:96px;padding:15px 18px}
.prm-drive-skeleton i{width:50px;height:50px}
.prm-drive-alert{grid-template-columns:46px minmax(0,1fr) auto;gap:14px;margin:0 24px 22px;padding:15px 16px}
.prm-drive-alert__icon{width:46px;height:46px}
.prm-drive-alert strong{font-size:14px;line-height:1.45}
.prm-drive-alert small{font-size:13px;line-height:1.6}
.prm-drive-alert small{overflow-wrap:anywhere}
.prm-drive-alert button{min-height:48px;padding-inline:15px;font-size:12px}
.prm-drive-empty h3{font-size:20px}
.prm-drive-empty p{font-size:13px;line-height:1.6}
.prm-drive-browser__footer{min-height:76px;padding:14px 24px}
.prm-drive-browser__footer p{font-size:13px;line-height:1.65}
.prm-drive-more{min-height:48px;padding-inline:15px;font-size:12px}

@media(max-width:760px){
  .prm-drive-page .prm-site-header__inner{min-height:64px}
  .prm-drive-page .prm-brand__text strong{font-size:14px}
  .prm-drive-page .prm-brand__text span{font-size:9px}
  .prm-drive-main{padding:16px 0 0}
  .prm-drive-hero{grid-template-columns:50px minmax(0,1fr);gap:13px;padding:20px;border-radius:22px}
  .prm-drive-hero__mark{width:50px;height:50px;border-radius:14px}
  .prm-drive-eyebrow{font-size:9px}
  .prm-drive-hero h1{margin:4px 0 6px;font-size:30px}
  .prm-drive-hero p{font-size:13px;line-height:1.6}
  .prm-drive-sync{font-size:11px}
  .prm-drive-hero__aside>a{min-height:46px;font-size:12px}
  .prm-drive-browser{margin-top:16px;border-radius:22px}
  .prm-drive-browser__head{grid-template-columns:44px minmax(0,1fr);gap:12px;padding:16px 18px}
  .prm-drive-back{width:44px;height:44px}
  .prm-drive-browser__title h2{font-size:25px}
  .prm-drive-browser__live{grid-column:1/-1;min-height:34px;font-size:11px}
  .prm-drive-breadcrumb{padding:8px 14px}
  .prm-drive-breadcrumb button{font-size:11px}
  .prm-drive-toolbar{gap:10px;padding:14px}
  .prm-drive-search{min-height:48px}
  .prm-drive-search input{font-size:13px}
  .prm-drive-count{font-size:11px}
  .prm-drive-list,.prm-drive-skeleton{gap:10px;padding:0 14px 16px}
  .prm-drive-item{grid-template-columns:46px minmax(0,1fr) auto;gap:11px;min-height:96px;padding:14px;border-radius:19px}
  .prm-drive-item__icon{width:46px;height:46px}
  .prm-drive-item__copy strong{font-size:18px;line-height:1.42}
  .prm-drive-item__copy small{font-size:14px;line-height:1.65}
  .prm-drive-item__actions a,.prm-drive-item__actions button{width:46px;min-width:46px;height:46px;padding:0;font-size:12px}
  .prm-drive-skeleton>span{grid-template-columns:46px minmax(0,1fr);min-height:96px;padding:14px}
  .prm-drive-skeleton i{width:46px;height:46px}
  .prm-drive-alert{grid-template-columns:44px minmax(0,1fr);gap:12px;margin:0 14px 16px;padding:14px}
  .prm-drive-alert__icon{width:44px;height:44px}
  .prm-drive-alert strong{font-size:14px}
  .prm-drive-alert small{font-size:13px}
  .prm-drive-alert button{min-height:46px;font-size:12px}
  .prm-drive-browser__footer{gap:14px;padding:14px}
  .prm-drive-browser__footer p{font-size:13px}
  .prm-drive-more{min-height:46px;font-size:12px}
  .prm-footer__brand>span>span{font-size:12px}
}

@media(max-width:380px){
  .prm-drive-hero{grid-template-columns:46px minmax(0,1fr);gap:10px;padding:16px}
  .prm-drive-hero__mark{width:46px;height:46px}
  .prm-drive-hero h1{font-size:28px}
  .prm-drive-hero p{font-size:12.5px}
}
