/* LOCALIZAÇÃO: /assets/style.css */
/* VERSÃO: 30.06.2026 v8.1 */
:root{
  --sky:#59bfe3;
  --sky-soft:#eaf8fd;
  --bg:#f3f6fb;
  --panel:#ffffff;
  --panel-2:#f8fafc;
  --line:#e5e9f2;
  --text:#111827;
  --muted:#6b7280;
  --dark:#000000;
  --yellow:#fbbf60;
  --coral:#ff8c8c;
  --blue:#59bfe3;
  --blue-deep:#356fe5;
  --green:#34c759;
  --danger:#ef4444;
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:18px;
  --radius-sm:14px;
  --shadow:0 18px 50px rgba(31,41,55,.08);
  --shadow-soft:0 10px 30px rgba(31,41,55,.06);
  --sidebar:270px;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
strong{font-weight:700}
.muted{color:var(--muted)}
.small{font-size:12px}
.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
.full{width:100%}
.eyebrow,.section-overline,.kicker,.kicker-line{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#355f80}
.eyebrow.dark{color:#1f5674}
h1,h2,h3,p{margin:0}

.notice{padding:14px 16px;border-radius:18px;margin-bottom:16px;line-height:1.5;border:1px solid transparent;transition:opacity .28s ease,transform .28s ease,max-height .28s ease,margin .28s ease,padding .28s ease}
.notice.ok{background:#edfdf4;border-color:#c5f1d3;color:#17673b}
.notice.err{background:#fff1f1;border-color:#ffd1d1;color:#af2929}
.notice.warn{background:#fff9ed;border-color:#ffe0a6;color:#855b09}
.notice.is-dismissing{opacity:0;transform:translateY(-6px);max-height:0;margin:0;padding-top:0;padding-bottom:0;overflow:hidden}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:16px;border:1px solid transparent;font-weight:700;cursor:pointer;transition:.18s ease;background:var(--panel-2);color:var(--text)}
.btn:hover{transform:translateY(-1px)}
.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.btn-primary{background:var(--blue-deep);color:#fff}
.btn-ghost{background:#fff;border-color:var(--line)}
.btn-light{background:#eef6ff;color:#2154cc}
.btn-green{background:#32b96d;color:#fff}
.btn-yellow{background:var(--yellow);color:#553600}
.btn-dark{background:#000;color:#fff}
.btn-danger{background:#fee2e2;color:#991b1b}

.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.02em}
.badge-blue{background:#e7f7fe;color:#246f97}
.badge-ok{background:#eafbf1;color:#166534}
.badge-warn{background:#fff5df;color:#946200}
.badge-set{display:flex;flex-wrap:wrap;gap:8px}
.mini-link{font-size:12px;color:var(--muted)}

.field{margin-bottom:14px}
.field label{display:block;font-weight:700;margin-bottom:8px}
.field input,.field textarea,.field select{width:100%;padding:14px 16px;border-radius:16px;border:1px solid var(--line);background:#fff;outline:none}
.field input:focus,.field textarea:focus,.field select:focus{border-color:#a6d9ed;box-shadow:0 0 0 4px rgba(89,191,227,.14)}
.stack-form{display:flex;flex-direction:column;gap:0}

.app{display:grid;grid-template-columns:var(--sidebar) 1fr;min-height:100vh;background:linear-gradient(180deg,#f5f8fc 0%,#eff3f8 100%)}
.sidebar{position:sticky;top:0;height:100vh;padding:22px 18px;border-right:1px solid var(--line);background:rgba(255,255,255,.85);backdrop-filter:blur(16px);display:flex;flex-direction:column;gap:18px}
.brand{display:flex;align-items:center;gap:12px}
.brand .logo,.logo{width:42px;height:42px;border-radius:14px;background:#000;color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:var(--shadow-soft)}
.brand strong{display:block;font-size:18px;line-height:1}
.brand span{display:block;font-size:12px;color:var(--muted);margin-top:4px}
.brand-light strong,.brand-light span{color:#fff}
.nav{display:flex;flex-direction:column;gap:7px}
.nav a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;font-weight:600;color:#334155;transition:.15s ease}
.nav a:hover,.nav a.active{background:#edf7fb;color:#0c4f72}
.nav a.disabled{opacity:.55}
.nav .ico{width:22px;text-align:center;font-size:15px}
.sidebar-bottom{margin-top:auto;display:flex;flex-direction:column;gap:14px}
.storage-mini{padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff}
.storage-mini strong{display:block}
.storage-mini .bar,.mini-storage-bar,.progress{height:10px;border-radius:999px;background:#edf1f6;overflow:hidden}
.storage-mini .bar span,.mini-storage-bar span,.progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--yellow),var(--coral),var(--blue-deep))}

.main{padding:28px}
.main-premium{padding:24px 28px 36px}
.page-topbar,.header.premium-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.page-topbar h1,.title h1{font-size:40px;letter-spacing:-.04em;margin-top:8px}
.page-topbar p,.title p{margin-top:8px;color:var(--muted);max-width:840px;line-height:1.6}
.header-actions{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.userbox{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.avatar{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,var(--sky),var(--blue-deep));color:#fff;display:grid;place-items:center;font-weight:900}

.card,.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:22px}
.card-head,.section-title{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.card-head.between,.section-title{justify-content:space-between}
.card-head h2,.section-title h2{font-size:28px;letter-spacing:-.03em}
.section-title.compact h2{font-size:18px}
.empty{padding:22px;border:1px dashed #ced6e3;background:var(--panel-2);border-radius:18px;color:var(--muted);line-height:1.6}
.divider{height:1px;background:var(--line);margin:16px 0}
.footer-note{margin-top:18px;color:var(--muted);font-size:13px}

.action-tiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}
.action-tile{display:flex;flex-direction:column;gap:10px;padding:18px;border:1px solid var(--line);background:#fff;border-radius:20px;box-shadow:var(--shadow-soft);min-height:120px;transition:.18s ease}
.action-tile:hover{transform:translateY(-2px)}
.action-tile strong{font-size:18px}
.action-tile small{color:var(--muted);line-height:1.5}
.action-tile .tile-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--panel-2);font-size:19px;border:1px solid var(--line)}
.action-tile.is-muted{opacity:.8}
.storage-tile{justify-content:center;background:linear-gradient(180deg,#fffef9,#fff6e5)}

.dashboard-layout-premium{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);gap:18px}
.dashboard-primary-column,.files-main-column,.dashboard-side-column,.files-side-column{display:flex;flex-direction:column;gap:18px}
.folder-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.folder-type-card{padding:18px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,#fff,#f9fbfe);display:flex;flex-direction:column;gap:9px;min-height:170px}
.folder-type-card:hover{box-shadow:var(--shadow-soft)}
.folder-type-icon{width:62px;height:48px;border-radius:16px;background:linear-gradient(180deg,#90d7ee,#59bfe3);display:grid;place-items:center;color:#fff;font-size:22px}
.folder-type-card strong{font-size:20px}
.folder-type-card span{color:#465061;font-weight:600}
.folder-type-card small{color:var(--muted);line-height:1.5}

.premium-table-wrap,.file-table-wrap{overflow:auto}
.premium-table,.file-table{width:100%;border-collapse:separate;border-spacing:0 10px}
.premium-table th,.file-table th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding:0 12px;text-align:left}
.premium-table td,.file-table td{padding:14px 12px;background:#fafbfe;border-top:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:middle;font-size:14px}
.premium-table tr td:first-child,.file-table tr td:first-child{border-left:1px solid var(--line);border-radius:16px 0 0 16px}
.premium-table tr td:last-child,.file-table tr td:last-child{border-right:1px solid var(--line);border-radius:0 16px 16px 0}
.premium-table tbody tr{cursor:pointer}
.file-name{display:flex;align-items:center;gap:12px}
.file-name a{font-weight:700}
.file-name small{display:block;color:var(--muted);margin-top:4px}
.file-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#eff5fb;font-size:15px;font-weight:800;color:#2c5d7b;border:1px solid var(--line)}
.file-icon.is-folder{background:linear-gradient(180deg,#ffd387,#fbbf60);color:#7a4a00}
.file-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}
.mini-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;border-radius:12px;border:1px solid var(--line);background:#fff;font-weight:700;font-size:12px}
.mini-btn.danger{background:#fff5f5;color:#ab2f2f}

.storage-hero-card .storage-hero-body{display:grid;grid-template-columns:1fr;gap:18px;justify-items:center}
.ring{--pct:50%;width:150px;height:150px;border-radius:50%;background:conic-gradient(var(--sky) 0 28%, #7c9cff 28% 54%, var(--yellow) 54% 78%, var(--coral) 78% 100%);display:grid;place-items:center;position:relative}
.ring:before{content:"";position:absolute;inset:16px;border-radius:50%;background:#fff}
.ring strong,.ring small{position:relative;z-index:1;text-align:center}
.ring strong{display:block;font-size:22px;max-width:90px;line-height:1.1;word-break:break-word}
.ring small{display:block;color:var(--muted);margin-top:6px;font-size:12px}
.big-ring{width:200px;height:200px}
.big-ring:before{inset:20px}
.storage-right-list,.storage-legend,.account-list,.account-list > div{display:grid;gap:12px}
.storage-right-list>div,.storage-legend>div,.account-list>div{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:6px 0}
.storage-right-list span,.storage-legend span,.account-list span{color:var(--muted)}
.dot{width:10px;height:10px;border-radius:50%;display:inline-block}
.dot-blue{background:var(--blue)}
.dot-yellow{background:var(--yellow)}
.dot-coral{background:var(--coral)}
.account-card strong,.account-list strong{justify-self:end;text-align:right}

.files-premium-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);gap:18px}
.upload-center-card h2,.file-browser-card h2,.storage-card-premium h2{font-size:26px;letter-spacing:-.03em}
.upload-dropzone{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px;border-radius:22px;background:linear-gradient(180deg,#f9fcff,#f0f8fd);border:2px dashed #cae2ee;transition:.16s ease;margin-bottom:16px}
.upload-dropzone.is-drag{border-color:#59bfe3;background:#eef9fd}
.drop-visual{width:66px;height:66px;border-radius:20px;background:#e6f8fe;display:grid;place-items:center;font-size:28px;color:#2b6f93}
.upload-dropzone strong{display:block;font-size:17px;margin-bottom:6px}
.upload-dropzone span{display:block;color:var(--muted);line-height:1.5}
.upload-meta-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px}
.upload-meta-row>div{padding:12px 14px;border-radius:16px;background:#fafbfd;border:1px solid var(--line)}
.upload-meta-row strong{display:block;font-size:12px;color:#55606f;text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px}
.upload-meta-row span{display:block;font-weight:700}
.upload-queue{display:flex;flex-direction:column;gap:12px}
.upload-empty{padding:18px;border-radius:16px;background:#fafbfd;border:1px dashed var(--line);color:var(--muted)}
.upload-item{padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff}
.upload-item-head{display:flex;align-items:center;gap:12px}
.upload-icon{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#4f46e5,#e879f9);display:grid;place-items:center;color:#fff;font-weight:800}
.upload-file-meta{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}
.upload-file-meta strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.upload-file-meta span{color:var(--muted);font-size:13px}
.upload-cancel{border:0;background:#fff3f3;color:#c93232;width:34px;height:34px;border-radius:12px;cursor:pointer;font-size:20px;line-height:1}
.upload-status{margin:10px 0 8px;color:#445160;font-size:14px}
.progress-upload{height:12px}
.upload-item.is-complete{background:#f4fff8}
.upload-item.is-error{background:#fff5f5}
.upload-item.is-cancelled{opacity:.7}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:14px;color:var(--muted);font-size:14px}
.breadcrumbs a{color:#2b6f93;font-weight:600}
.donut-soft{width:138px;height:138px;border-radius:50%;border:16px solid #ebf0f6;display:grid;place-items:center;background:#fff;position:relative}
.donut-soft:before{content:"";position:absolute;inset:-16px;border-radius:50%;border:16px solid transparent;border-top-color:var(--blue);border-right-color:var(--yellow);border-bottom-color:var(--coral)}
.donut-soft span,.donut-soft small{position:relative;z-index:1}
.donut-soft span{font-size:34px;font-weight:800}
.donut-soft small{display:block;color:var(--muted)}
.storage-donut-wrap{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center}

.public-bg{min-height:100vh;padding:32px}
.top{display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:0 auto 24px}
.pill{padding:8px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--muted)}
.form-wrap{max-width:760px;margin:0 auto}
.form-card{padding:34px}
.login-footer{margin-top:18px;color:var(--muted);font-size:14px}
.login-footer a{color:#1d5d85;font-weight:700}

.login-body{background:var(--sky)}
.login-shell{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr}
.login-brand-panel{padding:34px 38px 28px;background:var(--sky);display:flex;flex-direction:column;gap:28px}
.login-brand-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.palette-pills{display:flex;gap:12px;flex-wrap:wrap}
.palette-pill{display:inline-flex;align-items:center;justify-content:center;height:62px;padding:0 20px;border-radius:999px;font-weight:700}
.palette-white{background:#fff;color:#444}
.palette-black{background:#000;color:#fff}
.palette-yellow{background:var(--yellow);color:#614000}
.palette-coral{background:var(--coral);color:#fff}
.login-brand-content h1{font-size:84px;letter-spacing:-.06em;margin-top:10px}
.login-brand-content p{max-width:620px;margin-top:16px;font-size:20px;line-height:1.6;color:#0f3950}
.alpha-line{margin-top:18px;font-size:22px;line-height:1.45;color:#113750}
.login-preview-browser{margin-top:auto;background:rgba(255,255,255,.86);border-radius:26px;padding:0;overflow:hidden;box-shadow:var(--shadow)}
.browser-top{display:flex;align-items:center;gap:9px;padding:14px 18px;border-bottom:1px solid rgba(0,0,0,.06);background:#fff}
.browser-top>span{width:10px;height:10px;border-radius:50%;background:#ff7b66}
.browser-top>span:nth-child(2){background:#ffbd44}
.browser-top>span:nth-child(3){background:#00c156}
.browser-url{margin-left:12px;flex:1;text-align:center;background:#f3f4f6;border-radius:999px;padding:7px 12px;color:#6b7280;font-size:13px}
.browser-body{display:grid;grid-template-columns:72px 1fr 240px;min-height:290px}
.browser-sidebar{padding:16px 14px;background:#f9fafb;display:flex;flex-direction:column;gap:14px}
.browser-sidebar i{width:40px;height:40px;border-radius:14px;background:#fff;border:1px solid #edf1f6}
.browser-main{padding:18px 18px 20px;display:flex;flex-direction:column;gap:18px;background:#fcfdff}
.browser-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.browser-actions div,.browser-folders div,.browser-table{background:#fff;border:1px solid #edf1f6;border-radius:16px}
.browser-actions div{height:74px}
.browser-folders{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.browser-folders div{height:92px;background:linear-gradient(180deg,#8ad6ee,#59bfe3)}
.browser-table{height:120px}
.browser-storage{padding:18px;background:#fff;border-left:1px solid #edf1f6}
.fake-donut{width:160px;height:160px;border-radius:50%;margin:10px auto 22px;background:conic-gradient(var(--blue) 0 28%, #7c9cff 28% 54%, var(--yellow) 54% 78%, var(--coral) 78% 100%);position:relative}
.fake-donut:before{content:"74GB";display:grid;place-items:center;position:absolute;inset:20px;background:#fff;border-radius:50%;font-size:28px;font-weight:800;color:#1f2937}
.fake-bars{display:grid;gap:10px}
.fake-bars span{height:12px;border-radius:999px;background:#edf1f6}
.login-form-panel{display:grid;place-items:center;padding:34px;background:#f7f9fd}
.login-card-premium{width:min(100%,520px);background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow)}
.login-card-premium h2{font-size:38px;letter-spacing:-.04em;margin-top:10px}
.login-card-premium p{margin-top:10px;color:var(--muted);line-height:1.6}
.login-helper-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.login-helper-grid>div{padding:14px;border-radius:16px;background:#f9fbfe;border:1px solid var(--line)}
.login-helper-grid strong{display:block;margin-bottom:6px}
.login-helper-grid span{color:var(--muted);font-size:13px;line-height:1.5}

.columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.85fr);gap:18px}
.quick{display:grid;gap:12px}
.quick a{padding:14px 16px;border-radius:16px;border:1px solid var(--line);background:#fafbfd;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:12px}
.quick a span{display:block;color:var(--muted);font-weight:500;font-size:13px;text-align:right}
.quick a.disabled{opacity:.6}
.item-hero{display:flex;align-items:center;gap:18px;padding:22px;border-radius:22px;background:linear-gradient(180deg,#f8fbff,#eef6ff);border:1px solid var(--line)}
.item-hero span{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);font-size:24px}
.item-hero strong{display:block;font-size:22px;margin-bottom:6px}
.item-hero p{color:var(--muted);line-height:1.5}
.detail-table{width:100%;border-collapse:collapse}
.detail-table th,.detail-table td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left}
.detail-table th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}
.soft-card{background:linear-gradient(180deg,#fff,#f8fbff)}
.danger-zone{background:linear-gradient(180deg,#fff,#fff8f8)}

@media (max-width: 1240px){
  .dashboard-layout-premium,.files-premium-grid{grid-template-columns:1fr}
  .folder-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .login-shell{grid-template-columns:1fr}
  .login-brand-panel{display:none}
}
@media (max-width: 980px){
  .app{grid-template-columns:1fr}
  .sidebar{position:relative;height:auto;border-right:0;border-bottom:1px solid var(--line)}
  .action-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}
  .upload-meta-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .storage-donut-wrap{grid-template-columns:1fr}
  .page-topbar,.header.premium-header{flex-direction:column}
  .header-actions{justify-content:flex-start}
}
@media (max-width: 640px){
  .main,.main-premium{padding:18px}
  .page-topbar h1,.title h1,.login-card-premium h2{font-size:30px}
  .card-head h2,.section-title h2,.upload-center-card h2,.file-browser-card h2,.storage-card-premium h2{font-size:22px}
  .action-tiles,.folder-type-grid,.upload-meta-row,.login-helper-grid{grid-template-columns:1fr}
  .userbox{width:100%;justify-content:space-between}
  .header-actions,.page-topbar{width:100%}
  .upload-dropzone{flex-direction:column;align-items:flex-start}
}


/* v1.8 ajustes finos de layout, ícones Font Awesome e dashboard mais fiel */
.nav .ico{display:inline-grid;place-items:center;width:22px;height:22px}
.nav .ico i{font-size:15px}
.tile-icon i,.folder-type-icon i,.file-icon i,.metric-icon i,.item-cover i,.item-hero i{font-size:inherit;line-height:1}
.tile-icon i{font-size:17px}
.folder-type-icon i{font-size:22px}
.metric-icon,.item-cover span{display:grid;place-items:center}
.metric-icon i{font-size:20px}
.item-cover span i{font-size:24px}
.item-hero span i{font-size:24px}
.file-icon{font-size:16px}
.file-icon i{font-size:18px}
.file-table td,.premium-table td{background:#fff}
.page-topbar h1{font-size:42px}
.action-tile{min-height:118px}
.action-tile .tile-icon{background:#f5f7fb}
.folder-type-card{min-height:178px}
.folder-type-card span{font-size:14px}
.folder-type-card small{font-size:13px}
.dashboard-side-column{gap:20px}
.storage-widget,.storage-progress-card,.account-card{padding:24px 22px}
.storage-widget-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.storage-widget-head h2{font-size:22px;letter-spacing:-.03em}
.storage-widget-body{display:flex;flex-direction:column;gap:22px;align-items:center}
.storage-ring{width:210px;height:210px;background:conic-gradient(var(--blue) 0 28%, #7191f3 28% 52%, #a9c0ff 52% 68%, var(--coral) 68% 82%, var(--yellow) 82% 100%)}
.storage-ring:before{inset:22px;background:#fff}
.storage-ring strong{font-size:32px;max-width:120px}
.storage-ring small{font-size:15px;margin-top:8px}
.storage-widget-legend,.storage-widget-legend>div{width:100%}
.storage-widget-legend>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:5px 2px;font-size:15px}
.storage-widget-legend strong{font-size:15px}
.storage-progress-card .mini-storage-bar{margin:16px 0 10px;height:12px;background:#e5ebf2}
.storage-progress-card .mini-storage-bar span{background:linear-gradient(90deg,var(--blue),var(--coral))}
.storage-progress-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.storage-progress-foot .btn{border-radius:18px;padding:12px 18px;min-width:120px}
.account-card .account-list>div{grid-template-columns:1fr auto}
.account-card .account-list span{align-self:center}
.account-card .account-list strong{white-space:nowrap}
.login-brand-top .brand .logo{background:#fff;color:#111827}
.login-brand-content h1{font-size:78px}
.login-card-premium{max-width:540px}
.login-card-premium h2{font-size:36px}
.login-card-premium .field input{background:#fbfcff}
.files-premium-grid .card-head h2{font-size:22px}
.upload-center-card .card-head h2,.file-browser-card .card-head h2{font-size:24px}
.upload-dropzone{align-items:center}
.upload-dropzone .btn{white-space:nowrap}
.storage-card-premium .mini-storage-bar{margin:12px 0}
.card-head .badge,.section-title .badge{flex-shrink:0}
@media (max-width: 980px){
  .storage-widget-body{align-items:center}
  .storage-progress-foot{align-items:flex-start}
}
@media (max-width: 640px){
  .storage-ring{width:180px;height:180px}
  .storage-ring strong{font-size:26px;max-width:105px}
  .storage-widget-head h2{font-size:20px}
  .storage-progress-foot{flex-direction:column;align-items:flex-start}
}


/* v1.9: página inicial e login sem mockup de referência, com visual próprio Neexo */
.landing-page,.auth-page{background:radial-gradient(circle at 14% 12%,#dff5ff 0,#f4f7fb 34%,#eef3f8 100%);min-height:100vh;color:#07142a}
.landing-shell{width:min(100%,1540px);margin:0 auto;padding:32px}
.landing-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:28px;padding:0 6px}
.landing-brand{display:flex;align-items:center;gap:12px;font-weight:800}
.landing-brand .logo{background:#000;color:#fff;box-shadow:0 16px 34px rgba(0,0,0,.10)}
.landing-brand small{display:block;color:#64748b;font-size:13px;margin-top:3px;font-weight:600}
.landing-nav{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.72);border:1px solid var(--line);padding:6px;border-radius:999px;box-shadow:var(--shadow-soft);backdrop-filter:blur(12px)}
.landing-nav a{padding:10px 16px;border-radius:999px;color:#455569;font-weight:700;font-size:14px}
.landing-nav a:hover,.landing-nav .nav-login{background:#000;color:#fff}
.landing-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.78fr);gap:22px;align-items:stretch;margin-bottom:22px}
.landing-copy-card,.landing-preview-card,.landing-modes article,.landing-features div{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);backdrop-filter:blur(18px)}
.landing-copy-card{padding:44px 44px 36px;display:flex;flex-direction:column;justify-content:center;min-height:510px}
.landing-copy-card h1{font-size:64px;line-height:1;letter-spacing:-.065em;max-width:930px;margin-top:14px}
.landing-copy-card p{font-size:19px;line-height:1.65;color:#435166;max-width:810px;margin-top:20px}
.landing-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.landing-actions .btn{padding:14px 18px;border-radius:18px}
.landing-trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;color:#475569}
.landing-trust-row span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:#f7fafc;border:1px solid var(--line);font-weight:700;font-size:13px}
.landing-trust-row i{color:#2b94bd}
.landing-preview-card{padding:0;overflow:hidden;min-height:510px;display:flex;flex-direction:column}
.preview-topbar{height:54px;display:flex;align-items:center;gap:9px;padding:0 18px;border-bottom:1px solid var(--line);background:#fff}
.preview-topbar span{width:10px;height:10px;border-radius:50%;background:#ff6b5e}
.preview-topbar span:nth-child(2){background:#ffbd45}.preview-topbar span:nth-child(3){background:#28c76f}
.preview-topbar div{margin-left:10px;flex:1;text-align:center;color:#788294;font-size:13px;background:#f3f6fa;border-radius:999px;padding:7px 12px}
.preview-layout{display:grid;grid-template-columns:74px 1fr 230px;flex:1;min-height:450px;background:#fbfdff}
.preview-sidebar{padding:20px 16px;background:#f4f7fb;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:14px}
.preview-sidebar i{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);color:#64748b}
.preview-sidebar i.active{background:#000;color:#fff}
.preview-main{padding:22px;display:flex;flex-direction:column;gap:18px}
.preview-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.preview-actions div{height:82px;border-radius:18px;background:#fff;border:1px solid var(--line)}
.preview-folders{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.preview-folders span{height:118px;border-radius:18px;background:linear-gradient(180deg,#8bd9f0,#59bfe3);box-shadow:inset 0 -20px 0 rgba(255,255,255,.14)}
.preview-table{height:165px;border:1px solid var(--line);border-radius:20px;background:#fff;padding:18px;display:grid;gap:12px}.preview-table b{display:block;height:18px;border-radius:999px;background:#eef3f8}
.preview-storage{padding:28px 22px;background:#fff;border-left:1px solid var(--line);display:flex;flex-direction:column;align-items:center;gap:14px}
.preview-donut{width:150px;height:150px;border-radius:50%;background:conic-gradient(var(--blue) 0 28%,#7494f7 28% 54%,var(--yellow) 54% 78%,var(--coral) 78% 100%);display:grid;place-items:center;position:relative;margin-top:26px}
.preview-donut:before{content:"";position:absolute;inset:18px;background:#fff;border-radius:50%}.preview-donut strong,.preview-donut small{position:relative;z-index:1}.preview-donut strong{font-size:28px}.preview-donut small{font-size:12px;color:#64748b;margin-top:35px;position:absolute}
.preview-storage p{font-weight:800;margin-top:10px}.preview-storage em{display:block;width:100%;height:12px;border-radius:999px;background:#edf2f7}
.landing-modes{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:22px}.landing-modes article{padding:28px;display:grid;grid-template-columns:62px 1fr;column-gap:18px;align-items:start}.mode-icon{grid-row:1/3;width:62px;height:62px;border-radius:20px;background:#000;color:#fff;display:grid;place-items:center;font-size:22px}.landing-modes h2{font-size:26px;letter-spacing:-.03em}.landing-modes p{margin-top:8px;color:#526173;line-height:1.6}
.landing-features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.landing-features div{padding:22px;min-height:150px}.landing-features i{width:42px;height:42px;border-radius:14px;background:#eff9fd;color:#1883ad;display:grid;place-items:center;margin-bottom:14px}.landing-features strong{display:block;font-size:18px;margin-bottom:8px}.landing-features span{display:block;color:#64748b;line-height:1.5;font-size:14px}

.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(460px,.78fr);width:min(100%,1520px);margin:0 auto;padding:34px;gap:24px;align-items:stretch}
.auth-copy-panel,.auth-form-panel{border-radius:34px;background:rgba(255,255,255,.78);border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(16px)}
.auth-copy-panel{padding:32px;display:flex;flex-direction:column;overflow:hidden;position:relative;background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(232,247,253,.94))}
.auth-copy-panel:after{content:"";position:absolute;right:-120px;bottom:-130px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#59bfe3 0,#59bfe300 68%);opacity:.36}
.auth-brand{position:relative;z-index:1}.auth-copy-content{position:relative;z-index:1;margin:auto 0;max-width:760px}.auth-copy-content h1{font-size:58px;line-height:1.02;letter-spacing:-.06em;margin-top:14px}.auth-copy-content p{font-size:19px;line-height:1.65;color:#435166;margin-top:18px;max-width:690px}
.auth-feature-list{display:grid;gap:12px;margin-top:28px;max-width:620px}.auth-feature-list div{display:flex;align-items:center;gap:14px;padding:15px 16px;border-radius:20px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 24px rgba(15,23,42,.04)}.auth-feature-list i{width:42px;height:42px;border-radius:15px;background:#eef9fd;color:#1684ad;display:grid;place-items:center;flex:0 0 auto}.auth-feature-list strong{display:block}.auth-feature-list small{display:block;color:#64748b;margin-top:3px;line-height:1.4}
.auth-form-panel{display:grid;place-items:center;padding:34px;background:#fff}.auth-card{width:min(100%,520px)}.auth-card-head h2{font-size:38px;letter-spacing:-.04em;margin-top:10px}.auth-card-head p{color:#64748b;line-height:1.6;margin-top:10px}.auth-form{margin-top:20px}.auth-field label{margin-bottom:8px}.input-with-icon{display:flex;align-items:center;gap:10px;background:#f7faff;border:1px solid var(--line);border-radius:18px;padding:0 14px}.input-with-icon:focus-within{border-color:#9bd8ee;box-shadow:0 0 0 4px rgba(89,191,227,.15)}.input-with-icon i{color:#338aac;width:22px;text-align:center}.input-with-icon input{border:0!important;box-shadow:none!important;background:transparent!important;padding:15px 0!important;border-radius:0!important}.auth-mode-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.auth-mode-row div{padding:16px;border:1px solid var(--line);border-radius:18px;background:#fbfdff}.auth-mode-row i{color:#1684ad;margin-bottom:10px}.auth-mode-row strong{display:block;margin-bottom:5px}.auth-mode-row span{font-size:13px;color:#64748b;line-height:1.5}.auth-card .login-footer{margin-top:20px}

@media (max-width: 1200px){.landing-hero,.auth-shell{grid-template-columns:1fr}.landing-preview-card{min-height:430px}.auth-copy-content h1,.landing-copy-card h1{font-size:48px}.auth-copy-panel{min-height:520px}.landing-features{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 760px){.landing-shell,.auth-shell{padding:18px}.landing-header{align-items:flex-start;flex-direction:column}.landing-nav{width:100%;justify-content:space-between;overflow:auto}.landing-copy-card{padding:28px;min-height:auto}.landing-copy-card h1,.auth-copy-content h1{font-size:36px}.landing-copy-card p,.auth-copy-content p{font-size:16px}.landing-preview-card{display:none}.landing-modes,.landing-features,.auth-mode-row{grid-template-columns:1fr}.landing-modes article{grid-template-columns:1fr}.mode-icon{grid-row:auto;margin-bottom:14px}.auth-copy-panel{min-height:auto}.auth-form-panel{padding:24px}.auth-card-head h2{font-size:30px}}


/*
 * v1.10 - home e login no modelo split premium com visual próprio de storage
 */
.marketing-auth-page{background:#edf2f6;padding:28px;min-height:100vh}
.marketing-auth-shell{width:min(1280px,100%);margin:0 auto;background:#fff;border-radius:28px;padding:12px;display:grid;grid-template-columns:minmax(430px,.95fr) minmax(480px,1.05fr);gap:12px;box-shadow:0 24px 60px rgba(15,23,42,.08)}
.marketing-form-panel,.marketing-visual-panel{min-width:0}
.marketing-card{height:100%;border:1px solid var(--line);border-radius:22px;background:#fff;padding:22px 24px;display:flex;flex-direction:column;justify-content:space-between;gap:22px}
.marketing-brand{display:flex;align-items:center;gap:12px;color:#244b56}
.marketing-brand-mark{width:40px;height:40px;border-radius:14px;background:#edf7f8;color:#0d4654;display:grid;place-items:center;font-weight:900;box-shadow:inset 0 0 0 1px rgba(13,70,84,.08)}
.marketing-brand strong{display:block;font-size:28px;line-height:1.05;color:#16343d}
.marketing-brand small{display:block;color:#6b7280;margin-top:4px;font-size:13px}
.marketing-card-center{display:flex;flex-direction:column;gap:18px}
.marketing-card-center h1{font-size:40px;line-height:1.08;letter-spacing:-.04em;color:#152935;margin:0}
.marketing-card-center p{font-size:16px;line-height:1.7;color:#6b7280;margin:0}
.marketing-tab-row{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.marketing-tab{padding:12px 14px;text-align:center;font-weight:700;color:#6b7280;background:#fff;border-right:1px solid var(--line)}
.marketing-tab:last-child{border-right:0}
.marketing-tab.is-active{background:#f4fafc;color:#0d4654}
.compact-field{margin-bottom:8px}
.compact-field label{font-size:13px;font-weight:700;color:#374151}
.compact-field label span{color:#ef4444}
.input-with-icon.marketing-input{display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--line);border-radius:14px;background:#fff;min-height:50px}
.input-with-icon.marketing-input i{color:#9ca3af;font-size:15px;flex:0 0 auto}
.input-with-icon.marketing-input input{border:0;outline:none;padding:14px 0;background:transparent;width:100%;box-shadow:none}
.input-with-icon.marketing-input:focus-within{border-color:#5fa3b2;box-shadow:0 0 0 4px rgba(36,160,184,.12)}
.btn-gradient{background:linear-gradient(135deg,#1b96a8,#147687);color:#fff;border:0}
.btn-soft{background:#f3f7fb;border:1px solid var(--line);color:#1f2937}
.btn-white{background:#fff;border:1px solid var(--line);color:#1f2937}
.marketing-cta-list{display:flex;flex-direction:column;gap:12px}
.marketing-mini-features{display:grid;gap:12px}
.marketing-mini-features>div{display:grid;grid-template-columns:18px 1fr;align-items:flex-start;gap:12px;color:#475569;font-size:14px;line-height:1.6}
.marketing-mini-features i{color:#1c8b9e;margin-top:3px}
.marketing-card-footer{padding-top:8px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px;color:#6b7280}
.marketing-card-footer a{font-weight:700;color:#116174}
.auth-marketing-card{max-width:100%}
.home-marketing-card .marketing-card-center{padding-top:14px}
.home-card-footer{justify-content:flex-start}
.home-mini-features{margin-top:6px}

.visual-storage-scene{position:relative;min-height:760px;height:100%;border-radius:22px;overflow:hidden;padding:34px;background:radial-gradient(circle at top left, rgba(65,168,189,.20), transparent 28%),linear-gradient(135deg,#124d59,#0c3943 55%,#082f35 100%);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}
.visual-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:42px 42px;opacity:.28;pointer-events:none}
.visual-floating{position:absolute;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-radius:18px;padding:16px 16px 14px;box-shadow:0 20px 40px rgba(0,0,0,.18);color:#12222a;border:1px solid rgba(255,255,255,.28)}
.visual-floating-a{top:72px;left:110px;width:250px}
.visual-floating-a.large-card{width:270px}
.visual-floating-b{top:176px;right:62px;width:280px}
.visual-floating-c{top:325px;left:168px;width:230px}
.visual-card-title{font-size:13px;font-weight:800;color:#3c4d58;margin-bottom:14px;letter-spacing:.02em}
.donut-chart{width:142px;height:142px;border-radius:50%;margin:0 auto 14px;background:conic-gradient(#58c3de 0 27%, #6d88ff 27% 53%, #f7be58 53% 78%, #f78b8f 78% 100%);display:grid;place-items:center;position:relative}
.donut-chart:before{content:"";position:absolute;inset:16px;border-radius:50%;background:#fff}
.donut-chart span,.donut-chart small{position:relative;z-index:1;display:block;text-align:center}
.donut-chart span{font-weight:900;font-size:24px;line-height:1.05;color:#0f172a;max-width:90px}
.donut-chart small{font-size:12px;color:#64748b;margin-top:6px}
.visual-list{display:grid;gap:10px}
.visual-list>div{display:flex;justify-content:space-between;gap:12px;font-size:13px}
.visual-list b{color:#334155}
.visual-list span{color:#111827;font-weight:700;text-align:right}
.upload-line{display:flex;justify-content:space-between;gap:12px;font-size:13px;margin-bottom:6px;color:#334155}
.upload-line strong{font-size:13px}
.upload-line span{font-weight:800;color:#0f172a}
.upload-bar{height:10px;background:#e6eef2;border-radius:999px;overflow:hidden;margin-bottom:12px}
.upload-bar span{display:block;height:100%;background:linear-gradient(90deg,#1fa0ba,#5bd4e3);border-radius:inherit}
.upload-bar.soft span{background:linear-gradient(90deg,#7f8cff,#b4c4ff)}
.visual-floating-c ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}
.visual-floating-c li{position:relative;padding-left:18px;font-size:13px;color:#334155}
.visual-floating-c li:before{content:"";position:absolute;left:0;top:7px;width:8px;height:8px;border-radius:50%;background:#1fa0ba}
.visual-brand-badge{position:absolute;left:50%;bottom:170px;transform:translateX(-50%);width:66px;height:66px;border-radius:18px;background:linear-gradient(135deg,#35adc0,#1a8294);display:grid;place-items:center;font-size:30px;font-weight:900;box-shadow:0 18px 36px rgba(0,0,0,.28)}
.visual-copy{position:relative;z-index:1;max-width:520px;margin:0 auto 42px;text-align:center}
.visual-copy h2{font-size:42px;line-height:1.12;letter-spacing:-.045em;margin:0 0 14px;color:#fff}
.visual-copy p{font-size:16px;line-height:1.7;color:rgba(255,255,255,.82);margin:0}
.visual-slider-dots{position:relative;z-index:1;display:flex;justify-content:center;gap:12px;margin-top:auto}
.visual-slider-dots span{width:68px;height:8px;background:rgba(255,255,255,.28);border-radius:999px;display:block}
.visual-slider-dots span.is-active{background:#fff}
.page-home-shell .visual-storage-scene{min-height:760px}
.page-login-shell .visual-storage-scene{min-height:760px}
.landing-brand,.landing-page,.landing-shell,.landing-header,.landing-hero,.landing-copy-card,.landing-preview-card,.landing-modes,.landing-features,.auth-page,.auth-shell,.auth-copy-panel,.auth-form-panel,.auth-card,.auth-copy-content{all:unset}

@media (max-width: 1120px){
  .marketing-auth-shell{grid-template-columns:1fr}
  .visual-storage-scene{min-height:620px}
}
@media (max-width: 760px){
  .marketing-auth-page{padding:14px}
  .marketing-auth-shell{padding:8px;border-radius:22px}
  .marketing-card{padding:18px}
  .marketing-card-center h1{font-size:31px}
  .visual-storage-scene{padding:22px;min-height:660px}
  .visual-floating-a{top:34px;left:20px;width:220px}
  .visual-floating-b{top:160px;right:18px;width:220px}
  .visual-floating-c{top:300px;left:30px;width:210px}
  .visual-brand-badge{bottom:166px;width:58px;height:58px;font-size:26px}
  .visual-copy h2{font-size:28px}
  .marketing-card-footer{flex-direction:column;align-items:flex-start}
}


/*
 * v1.11 - tela pública premium aprovada para Neexo Drive
 */
.neexo-public-logo{display:block;max-width:100%;height:auto}
.sidebar-logo-img{width:108px;max-width:100%;height:auto;display:block;flex:0 0 auto}
.sidebar .brand{display:flex;align-items:center;justify-content:flex-start;min-height:54px}
.sidebar .brand.brand-solo{padding:6px 2px 2px}
.brand .sidebar-logo-img + div{min-width:0}

.drive-auth-page{min-height:100vh;padding:22px;background:radial-gradient(circle at 20% 0%,rgba(8,181,247,.11),transparent 28%),linear-gradient(180deg,#f5f9fc 0%,#e8eff5 100%);display:flex;align-items:center;justify-content:center;color:#0f1f2f;overflow:hidden}
.drive-auth-shell{width:min(1420px,100%);height:min(810px,calc(100vh - 44px));background:#fff;border-radius:30px;padding:12px;display:grid;grid-template-columns:minmax(410px,.72fr) minmax(640px,1.28fr);gap:12px;box-shadow:0 32px 78px rgba(15,23,42,.13);border:1px solid rgba(226,232,240,.9)}
.drive-auth-form-panel,.drive-showcase-panel{min-width:0;min-height:0}
.drive-auth-card{height:100%;border:1px solid rgba(226,232,240,.92);border-radius:24px;background:linear-gradient(180deg,#fff 0%,#fdfefe 100%);padding:34px 54px 28px;display:flex;flex-direction:column;gap:22px;overflow:hidden}
.drive-auth-brand{min-height:66px;display:flex;align-items:flex-start}
.drive-auth-logo{width:225px;max-height:70px;object-fit:contain;object-position:left center}
.drive-auth-content{display:flex;flex-direction:column;gap:17px;max-width:500px;flex:1}
.drive-auth-title-block h1{font-size:54px;line-height:.96;letter-spacing:-.06em;color:#102131;margin-bottom:12px}
.drive-auth-title-block p{font-size:20px;line-height:1.35;color:#778394;max-width:460px}
.drive-auth-welcome{margin-top:0}
.drive-auth-welcome h2{font-size:29px;line-height:1.12;letter-spacing:-.045em;color:#142437;margin-bottom:10px}
.drive-auth-welcome p{font-size:14px;line-height:1.5;color:#657185;max-width:430px}
.drive-auth-form{display:flex;flex-direction:column;gap:13px}
.drive-field{margin:0}
.drive-field label{font-size:13px;color:#233449;margin-bottom:8px}
.drive-field label span{color:#0b8edb}
.drive-input{min-height:50px;border:1px solid #d9e1eb;border-radius:14px;background:#fff;display:flex;align-items:center;gap:14px;padding:0 17px;transition:.18s ease;box-shadow:0 1px 0 rgba(15,23,42,.02)}
.drive-input:focus-within{border-color:#0ea5e9;box-shadow:0 0 0 5px rgba(14,165,233,.12)}
.drive-input i{color:#8a98aa;font-size:19px;flex:0 0 auto}
.drive-input .drive-input-muted{font-size:16px;color:#9aa7b8}
/* v3.3 - login: remove borda/sombra interna do input quando o campo recebe foco */
.drive-field .drive-input input{
  width:100%;
  min-width:0;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:13px 0;
  color:#142437;
  border-radius:0!important;
  appearance:none;
  -webkit-appearance:none;
}
.drive-field .drive-input input:focus,
.drive-field .drive-input input:focus-visible,
.drive-field .drive-input input:active{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.drive-field .drive-input input:-webkit-autofill,
.drive-field .drive-input input:-webkit-autofill:hover,
.drive-field .drive-input input:-webkit-autofill:focus{
  border:0!important;
  -webkit-text-fill-color:#142437;
  -webkit-box-shadow:0 0 0 1000px #fff inset!important;
  box-shadow:0 0 0 1000px #fff inset!important;
  transition:background-color 9999s ease-in-out 0s;
}
.drive-input input::placeholder{color:#97a3b5}
.drive-primary-button{width:100%;min-height:52px;border:0;border-radius:15px;background:linear-gradient(135deg,#0568ea 0%,#08b5f7 100%);color:#fff;font-weight:800;font-size:16px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 26px rgba(5,104,234,.20);transition:.18s ease;text-decoration:none}
.drive-primary-button:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(5,104,234,.25)}
.drive-auth-note{display:flex;align-items:flex-start;gap:11px;color:#708096;font-size:13px;line-height:1.45;background:#fff;border:0;border-radius:0;padding:0}
.drive-auth-note i{color:#6f7f94;margin-top:2px}
.drive-auth-benefits{display:grid;gap:12px;padding-top:14px;border-top:1px solid #edf1f6;margin-top:2px}
.drive-auth-benefits>div{display:grid;grid-template-columns:40px 1fr;column-gap:12px;align-items:center}
.drive-auth-benefits>div>span{grid-row:1/3;width:38px;height:38px;border-radius:13px;background:#eef7ff;color:#0878ef;display:grid;place-items:center;font-size:17px;border:1px solid #dcecff}
.drive-auth-benefits strong{font-size:14px;color:#1b2b3d}
.drive-auth-benefits small{display:block;color:#6c7889;line-height:1.3;margin-top:2px;font-size:12px}
.drive-auth-footer{display:none}
.drive-activation-summary{display:grid;grid-template-columns:1fr;gap:10px;border:1px solid #e5edf6;border-radius:17px;background:#f9fcff;padding:15px 16px}
.drive-activation-summary>div{display:flex;justify-content:space-between;align-items:center;gap:14px;color:#6b7789}
.drive-activation-summary strong{color:#172536;word-break:break-all;text-align:right}

.drive-showcase-panel{position:relative;border-radius:24px;overflow:hidden;background:#072b38;color:#fff;isolation:isolate;min-height:0}
.drive-showcase-bg{position:absolute;inset:0;background:radial-gradient(circle at 12% 10%,rgba(8,181,247,.26),transparent 28%),radial-gradient(circle at 86% 16%,rgba(5,104,234,.20),transparent 30%),linear-gradient(135deg,#073d4b 0%,#052838 48%,#061d2d 100%);z-index:-2}
.drive-showcase-bg:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.085) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.085) 1px,transparent 1px);background-size:62px 62px;opacity:.28}
.drive-showcase-bg:after{content:"";position:absolute;left:-8%;right:-8%;top:40%;height:180px;background:linear-gradient(90deg,transparent,rgba(8,181,247,.42),rgba(5,104,234,.28),transparent);filter:blur(16px);transform:skewY(-10deg);opacity:.62}
.drive-showcase-content{position:relative;height:100%;padding:40px 52px 28px;display:flex;flex-direction:column;gap:14px;z-index:1}
.drive-showcase-tag{align-self:flex-start;padding:8px 16px;border-radius:10px;background:linear-gradient(135deg,rgba(8,181,247,.72),rgba(5,104,234,.45));border:1px solid rgba(255,255,255,.18);font-weight:800;box-shadow:0 12px 24px rgba(0,0,0,.16)}
.drive-showcase-content>h2{max-width:660px;font-size:34px;line-height:1.08;letter-spacing:-.055em;color:#fff;margin-top:2px}
.drive-showcase-content>p{max-width:560px;font-size:14px;line-height:1.5;color:rgba(231,244,251,.84)}
.drive-showcase-stage{position:relative;flex:1;min-height:420px;margin-top:16px;overflow:visible}
.showcase-card{position:absolute;background:rgba(255,255,255,.96);color:#132336;border-radius:18px;border:1px solid rgba(255,255,255,.70);box-shadow:0 22px 44px rgba(0,0,0,.24);padding:18px}
.showcase-card-title{display:flex;align-items:center;gap:10px;font-weight:850;color:#1f2d3d;margin-bottom:16px}
.showcase-card-title i{color:#0b84f3}
.storage-card-demo{left:0;top:0;width:245px;min-height:322px}
.showcase-donut{width:142px;height:142px;border-radius:50%;margin:4px auto 16px;background:conic-gradient(#08b5f7 0 36%,#5eb7ff 36% 61%,#0568ea 61% 82%,#8bc8ff 82% 100%);display:grid;place-items:center;position:relative;text-align:center}
.showcase-donut:before{content:"";position:absolute;inset:24px;border-radius:50%;background:#fff}
.showcase-donut strong,.showcase-donut small{position:relative;z-index:1;display:block}
.showcase-donut strong{font-size:19px;line-height:1.1;color:#0f1f2f;white-space:nowrap;width:100%}
.showcase-donut small{font-size:12px;color:#667489;margin-top:5px}
.showcase-legend{display:grid;gap:9px}
.showcase-legend>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;font-size:13px;color:#5d697b}
.showcase-legend strong{color:#263548}
.upload-card-demo{left:285px;top:0;width:425px;min-height:188px}
.showcase-card-headline{display:grid;grid-template-columns:34px 1fr auto;align-items:flex-start;gap:12px;margin-bottom:16px}
.showcase-card-headline>i{font-size:25px;color:#0b84f3;margin-top:2px}
.showcase-card-headline strong{display:block;font-size:17px;color:#122236;margin-bottom:5px}
.showcase-card-headline span{font-size:13px;color:#6b7687}
.showcase-card-headline em{font-style:normal;font-weight:800;font-size:12px;color:#087462;background:#ddf7f1;border-radius:999px;padding:6px 10px}
.showcase-file-name{font-weight:800;margin-bottom:9px;color:#1b2a3a}
.showcase-progress-meta{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:#596679;margin-bottom:10px}
.showcase-progress{height:10px;background:#e7eef5;border-radius:999px;overflow:hidden;margin-bottom:10px}
.showcase-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0568ea,#08b5f7)}
.upload-card-demo small{color:#5f6c7c}
.modes-card-demo{left:260px;top:235px;width:286px;min-height:204px}
.mode-choice{display:grid;grid-template-columns:34px 1fr 20px;gap:10px;align-items:center;padding:12px;border:1px solid #e0e8f1;border-radius:14px;margin-top:10px;background:#fbfdff}
.mode-choice.is-selected{border-color:#a8d7fb;background:#f2f9ff}
.mode-choice>i{color:#0b84f3;font-size:19px}
.mode-choice strong{display:block;color:#1b2a3a;font-size:14px;margin-bottom:3px}
.mode-choice small{display:block;color:#697789;line-height:1.35}
.mode-choice>span{width:18px;height:18px;border:1px solid #b7c5d4;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:10px}
.mode-choice.is-selected>span{background:#0878ef;border-color:#0878ef}
.showcase-benefits{position:absolute;right:0;top:250px;width:255px;display:grid;gap:18px}
.showcase-benefits>div{display:grid;grid-template-columns:46px 1fr;column-gap:13px;align-items:center;color:#fff}
.showcase-benefits>div>span{grid-row:1/3;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(8,181,247,.22);color:#a9e9ff;border:1px solid rgba(255,255,255,.12)}
.showcase-benefits strong{font-size:14px;color:#fff}
.showcase-benefits small{display:block;color:rgba(231,244,251,.76);line-height:1.34;margin-top:3px;font-size:12px}
.drive-showcase-status{display:flex;align-items:center;gap:10px;color:rgba(231,244,251,.78);font-size:12px;margin-top:6px;position:relative;z-index:2}
.drive-showcase-status i{color:#08b5f7}

@media (max-width: 1280px){
  .drive-auth-shell{grid-template-columns:1fr;height:auto;min-height:auto;max-height:none}
  .drive-showcase-panel{min-height:640px}
  .drive-auth-card{padding:34px 38px 26px}
  .drive-auth-page{overflow:auto}
}

@media (max-height: 860px) and (min-width: 761px){
  .drive-auth-page{padding:12px}
  .drive-auth-shell{height:calc(100vh - 24px)}
  .drive-auth-card{padding:28px 42px 22px;gap:20px}
  .drive-auth-logo{width:218px;max-height:66px}
  .drive-auth-brand{min-height:66px}
  .drive-auth-title-block{display:none}
  .drive-auth-welcome h2{font-size:27px;margin-bottom:8px}
  .drive-auth-welcome p{font-size:14px;line-height:1.45}
  .drive-auth-content{gap:14px}
  .drive-input{min-height:50px}
  .drive-primary-button{min-height:52px}
  .drive-auth-note{padding:10px 14px;font-size:13px}
  .drive-auth-benefits{gap:10px;padding-top:11px}
  .drive-auth-benefits>div{grid-template-columns:38px 1fr;column-gap:12px}
  .drive-auth-benefits>div>span{width:36px;height:36px}
  .drive-auth-benefits strong{font-size:14px}
  .drive-auth-benefits small{font-size:12px;line-height:1.28}
  .drive-auth-footer{font-size:12px}
  .drive-showcase-content{padding:34px 42px 24px;gap:12px}
  .drive-showcase-content>h2{font-size:31px}
  .drive-showcase-content>p{font-size:13px}
  .drive-showcase-stage{min-height:395px;margin-top:14px}
  .storage-card-demo{width:215px;min-height:292px}
  .showcase-donut{width:128px;height:128px}
  .showcase-donut:before{inset:21px}
  .showcase-donut strong{font-size:17px}
  .showcase-legend>div{font-size:12px}
  .upload-card-demo{left:250px;top:14px;width:360px;min-height:160px}
  .showcase-card-headline strong{font-size:16px}
  .modes-card-demo{left:178px;top:218px;width:270px;min-height:194px}
  .mode-choice{padding:10px}
  .showcase-benefits{top:222px;width:220px;gap:15px}
  .showcase-benefits>div{grid-template-columns:40px 1fr;column-gap:10px}
  .showcase-benefits>div>span{width:38px;height:38px}
  .showcase-benefits strong{font-size:13px}
  .showcase-benefits small{font-size:12px;line-height:1.28}
}
@media (max-width: 760px){
  .drive-auth-page{padding:12px;align-items:flex-start}
  .drive-auth-shell{padding:8px;border-radius:24px;height:auto;max-height:none}
  .drive-auth-card{padding:28px 22px;border-radius:20px}
  .drive-auth-logo{width:210px}
  .drive-auth-title-block h1{font-size:46px}
  .drive-auth-title-block p{font-size:18px}
  .drive-auth-welcome h2{font-size:27px}
  .drive-showcase-panel{display:none}
  .drive-auth-benefits>div{grid-template-columns:40px 1fr}
  .drive-auth-benefits>div>span{width:38px;height:38px}
  .sidebar-logo-img{width:32px}
}


/* v1.14 - ajuste fino do login público: escala, textos e alinhamento dos cards */
.showcase-donut{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:2px;line-height:1;text-align:center}
.showcase-donut strong{position:relative;z-index:1;display:block;width:auto!important;margin:0!important;font-size:20px;font-weight:850;line-height:1.05;white-space:nowrap;text-align:center}
.showcase-donut small{position:relative;z-index:1;display:block;margin:0!important;font-size:12px;line-height:1.1;text-align:center;color:#667489}
.upload-card-demo .showcase-card-headline{grid-template-columns:38px 1fr;align-items:flex-start}
.upload-card-demo .showcase-card-headline em{display:none}
.upload-card-demo .showcase-file-name{margin-top:10px}
@media (min-width: 1281px) and (max-height: 900px){
  .drive-auth-shell{width:min(1400px,100%);height:min(790px,calc(100vh - 44px))}
  .drive-auth-card{padding:30px 48px 24px;gap:20px}
  .drive-auth-logo{width:214px;max-height:66px}
  .drive-auth-brand{min-height:62px}
  .drive-auth-welcome h2{font-size:27px}
  .drive-auth-content{gap:14px}
  .drive-input{min-height:48px}
  .drive-primary-button{min-height:50px}
  .drive-auth-benefits{gap:10px;padding-top:12px}
  .drive-showcase-content{padding:34px 48px 24px;gap:12px}
  .drive-showcase-content>h2{font-size:32px}
  .drive-showcase-stage{min-height:392px;margin-top:14px}
  .storage-card-demo{width:232px;min-height:306px}
  .showcase-donut{width:136px;height:136px}
  .upload-card-demo{left:270px;top:0;width:410px;min-height:174px}
  .modes-card-demo{left:240px;top:218px;width:278px}
  .showcase-benefits{top:230px;width:240px;gap:14px}
}

/* v1.16 - correção final do bloco Upload Web e espaçamento do showcase */
.showcase-donut{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
.showcase-donut strong,
.showcase-donut small{
  position:static !important;
  z-index:auto !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
}
.showcase-donut-center{
  position:relative !important;
  z-index:2 !important;
  width:88px !important;
  height:88px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:4px !important;
  line-height:1 !important;
  text-align:center !important;
}
.showcase-donut-center strong{
  display:block !important;
  font-size:19px !important;
  line-height:1.05 !important;
  color:#0f1f2f !important;
  white-space:nowrap !important;
  font-weight:850 !important;
  letter-spacing:-.035em !important;
}
.showcase-donut-center small{
  display:block !important;
  font-size:12px !important;
  line-height:1 !important;
  color:#667489 !important;
}
.upload-web-clean{
  min-height:172px !important;
}
.upload-web-clean .showcase-card-headline,
.upload-web-clean .showcase-file-name,
.upload-web-clean .showcase-progress-meta,
.upload-web-clean > small{
  display:none !important;
}
.showcase-web-title{
  display:flex !important;
  align-items:flex-start !important;
  gap:12px !important;
  margin-bottom:18px !important;
}
.showcase-web-title>i{
  flex:0 0 auto !important;
  font-size:25px !important;
  color:#0b84f3 !important;
  margin-top:2px !important;
}
.showcase-web-title strong{
  display:block !important;
  font-size:17px !important;
  color:#122236 !important;
  margin-bottom:6px !important;
}
.showcase-web-title span{
  display:block !important;
  max-width:270px !important;
  color:#6b7687 !important;
  font-size:13px !important;
  line-height:1.45 !important;
}
.showcase-delivery-row{
  display:grid !important;
  grid-template-columns:34px minmax(0,1fr) auto !important;
  gap:12px !important;
  align-items:center !important;
  margin:6px 0 12px !important;
}
.showcase-delivery-row>i{
  width:30px !important;
  height:30px !important;
  border-radius:10px !important;
  background:#eef7ff !important;
  color:#0b84f3 !important;
  display:grid !important;
  place-items:center !important;
}
.showcase-delivery-row strong{
  display:block !important;
  font-size:14px !important;
  line-height:1.2 !important;
  color:#1b2a3a !important;
  margin-bottom:4px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.showcase-delivery-row span{
  display:block !important;
  font-size:12px !important;
  color:#596679 !important;
  line-height:1.35 !important;
}
.showcase-delivery-row em{
  font-style:normal !important;
  font-size:12px !important;
  font-weight:800 !important;
  color:#087462 !important;
  background:#ddf7f1 !important;
  border-radius:999px !important;
  padding:6px 10px !important;
}
.showcase-progress-label{
  display:flex !important;
  justify-content:space-between !important;
  gap:12px !important;
  font-size:12px !important;
  color:#596679 !important;
  margin-top:10px !important;
}
.showcase-progress-label strong{
  color:#263548 !important;
}
.modes-card-demo{z-index:4 !important}
.showcase-benefits{
  z-index:2 !important;
  right:0 !important;
  width:230px !important;
}
.showcase-benefits>div{
  grid-template-columns:38px minmax(0,1fr) !important;
  column-gap:10px !important;
}
.showcase-benefits>div>span{
  width:34px !important;
  height:34px !important;
}
.showcase-benefits strong{
  font-size:13px !important;
}
.showcase-benefits small{
  font-size:12px !important;
  line-height:1.28 !important;
}
@media (max-height: 860px) and (min-width: 761px){
  .upload-card-demo{left:250px !important;top:14px !important;width:360px !important}
  .modes-card-demo{left:164px !important;top:220px !important;width:252px !important}
  .showcase-benefits{top:226px !important;right:0 !important;width:198px !important}
  .showcase-benefits>div{grid-template-columns:34px minmax(0,1fr) !important;column-gap:8px !important}
  .showcase-benefits>div>span{width:30px !important;height:30px !important}
}

/* v1.19 - desktop com escala 125%: caber sem cortar e com distribuição visual equilibrada */
@media (min-width:1024px) and (max-height:820px){
  .drive-auth-page{
    padding:10px !important;
    overflow:hidden !important;
    align-items:center !important;
  }

  .drive-auth-shell{
    width:min(1540px, calc(100vw - 20px)) !important;
    height:calc(100vh - 20px) !important;
    transform:none !important;
    grid-template-columns:minmax(410px,.78fr) minmax(660px,1.22fr) !important;
  }

  .drive-auth-card{
    padding:28px 42px 20px !important;
    gap:16px !important;
  }

  .drive-auth-brand{
    min-height:58px !important;
  }

  .drive-auth-logo{
    width:210px !important;
    max-height:62px !important;
  }

  .drive-auth-content{
    gap:12px !important;
  }

  .drive-auth-title-block{
    display:none !important;
  }

  .drive-auth-welcome h2{
    font-size:25px !important;
    line-height:1.12 !important;
    margin-bottom:8px !important;
  }

  .drive-auth-welcome p{
    font-size:13px !important;
    line-height:1.45 !important;
    max-width:520px !important;
  }

  .drive-auth-form{
    gap:10px !important;
  }

  .drive-field label{
    font-size:12px !important;
    margin-bottom:6px !important;
  }

  .drive-input{
    min-height:46px !important;
    border-radius:13px !important;
    padding:0 14px !important;
  }

  .drive-input input{
    padding:11px 0 !important;
    font-size:14px !important;
  }

  .drive-primary-button{
    min-height:50px !important;
    font-size:15px !important;
    border-radius:14px !important;
  }

  .drive-auth-note{
    padding:9px 13px !important;
    font-size:12px !important;
    line-height:1.35 !important;
    border-radius:13px !important;
  }

  .drive-auth-benefits{
    gap:8px !important;
    padding-top:10px !important;
    margin-top:0 !important;
  }

  .drive-auth-benefits>div{
    grid-template-columns:34px 1fr !important;
    column-gap:10px !important;
  }

  .drive-auth-benefits>div>span{
    width:32px !important;
    height:32px !important;
    border-radius:10px !important;
    font-size:14px !important;
  }

  .drive-auth-benefits strong{
    font-size:13px !important;
    line-height:1.18 !important;
  }

  .drive-auth-benefits small{
    font-size:11px !important;
    line-height:1.24 !important;
  }

  .drive-auth-footer{
    display:none !important;
  }

  .drive-showcase-content{
    padding:30px 42px 22px !important;
    gap:10px !important;
  }

  .drive-showcase-tag{
    padding:7px 14px !important;
    font-size:13px !important;
  }

  .drive-showcase-content>h2{
    font-size:30px !important;
    line-height:1.08 !important;
    max-width:860px !important;
  }

  .drive-showcase-content>p{
    font-size:13px !important;
    line-height:1.42 !important;
    max-width:760px !important;
  }

  .drive-showcase-stage{
    min-height:0 !important;
    flex:1 1 auto !important;
    margin-top:10px !important;
    overflow:hidden !important;
  }

  .showcase-card{
    border-radius:17px !important;
    padding:15px !important;
  }

  .storage-card-demo{
    left:0 !important;
    top:10px !important;
    width:228px !important;
    min-height:286px !important;
  }

  .showcase-card-title{
    margin-bottom:10px !important;
    font-size:13px !important;
  }

  .showcase-donut{
    width:128px !important;
    height:128px !important;
    margin:4px auto 12px !important;
  }

  .showcase-donut:before{
    inset:22px !important;
  }

  .showcase-donut-center{
    width:78px !important;
    height:78px !important;
    gap:3px !important;
  }

  .showcase-donut-center strong{
    font-size:17px !important;
  }

  .showcase-donut-center small{
    font-size:11px !important;
  }

  .showcase-legend{
    gap:6px !important;
  }

  .showcase-legend>div{
    font-size:11px !important;
    gap:8px !important;
  }

  .upload-card-demo{
    left:255px !important;
    top:22px !important;
    width:390px !important;
    min-height:162px !important;
  }

  .showcase-web-title{
    gap:10px !important;
    margin-bottom:12px !important;
  }

  .showcase-web-title>i{
    font-size:22px !important;
  }

  .showcase-web-title strong{
    font-size:16px !important;
    margin-bottom:4px !important;
  }

  .showcase-web-title span{
    font-size:11px !important;
    line-height:1.35 !important;
  }

  .showcase-delivery-row{
    grid-template-columns:28px minmax(0,1fr) auto !important;
    gap:10px !important;
    margin:5px 0 9px !important;
  }

  .showcase-delivery-row>i{
    width:26px !important;
    height:26px !important;
    border-radius:8px !important;
  }

  .showcase-delivery-row strong{
    font-size:12px !important;
  }

  .showcase-delivery-row span,
  .showcase-progress-label{
    font-size:10px !important;
  }

  .showcase-delivery-row em{
    font-size:10px !important;
    padding:5px 8px !important;
  }

  .showcase-progress{
    height:8px !important;
    margin-bottom:7px !important;
  }

  .modes-card-demo{
    left:172px !important;
    top:235px !important;
    width:270px !important;
    min-height:188px !important;
    z-index:4 !important;
  }

  .mode-choice{
    grid-template-columns:28px 1fr 18px !important;
    gap:8px !important;
    padding:9px !important;
    border-radius:12px !important;
    margin-top:8px !important;
  }

  .mode-choice>i{
    font-size:16px !important;
  }

  .mode-choice strong{
    font-size:12px !important;
    margin-bottom:2px !important;
  }

  .mode-choice small{
    font-size:10px !important;
    line-height:1.25 !important;
  }

  .showcase-benefits{
    top:245px !important;
    right:0 !important;
    width:215px !important;
    gap:14px !important;
    z-index:2 !important;
  }

  .showcase-benefits>div{
    grid-template-columns:34px 1fr !important;
    column-gap:9px !important;
  }

  .showcase-benefits>div>span{
    width:32px !important;
    height:32px !important;
    font-size:12px !important;
  }

  .showcase-benefits strong{
    font-size:12px !important;
    line-height:1.2 !important;
  }

  .showcase-benefits small{
    font-size:10px !important;
    line-height:1.24 !important;
    margin-top:2px !important;
  }

  .drive-showcase-status{
    display:none !important;
  }
}

/* Alturas extremamente baixas: preserva legibilidade e evita corte, sem deixar tudo preso no topo. */
@media (min-width:1024px) and (max-height:720px){
  .drive-auth-card{
    padding-top:22px !important;
    padding-bottom:16px !important;
  }

  .drive-auth-brand{
    min-height:50px !important;
  }

  .drive-auth-logo{
    width:195px !important;
  }

  .drive-auth-welcome h2{
    font-size:22px !important;
  }

  .drive-input{
    min-height:42px !important;
  }

  .drive-primary-button{
    min-height:46px !important;
  }

  .drive-auth-benefits{
    gap:6px !important;
  }

  .drive-showcase-content>h2{
    font-size:27px !important;
  }

  .storage-card-demo{
    width:210px !important;
    min-height:266px !important;
  }

  .upload-card-demo{
    left:235px !important;
    width:360px !important;
  }

  .modes-card-demo{
    left:155px !important;
    top:220px !important;
    width:252px !important;
  }

  .showcase-benefits{
    top:230px !important;
    width:190px !important;
  }
}


/* v1.20: file manager premium inspirado no fluxo do Nextcloud, com upload de arquivos/pastas e modais próprios */
.drive-files-page{padding-top:22px}
.drive-files-header{margin-bottom:16px}
.drive-workspace{display:grid;grid-template-columns:minmax(0,1fr) 342px;gap:18px;align-items:start}
.drive-file-panel{position:relative;padding:0;overflow:visible;min-height:560px}
.drive-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfdff);border-radius:var(--radius-lg) var(--radius-lg) 0 0}
.drive-search-wrap{display:flex;align-items:center;gap:10px;min-width:290px;max-width:520px;flex:1;padding:9px 12px;border:1px solid var(--line);border-radius:16px;background:#f7fafc;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.drive-search-wrap i{color:#64748b;font-size:14px}
.drive-search-wrap input{border:0;background:transparent;outline:none;flex:1;min-width:120px;padding:4px 0;color:var(--text)}
.drive-search-wrap button{border:0;background:transparent;cursor:pointer;color:#64748b;width:26px;height:26px;border-radius:10px;display:grid;place-items:center}
.drive-search-wrap button:hover{background:#eef3f8;color:#0f172a}
.drive-toolbar-main{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.drive-global-progress{display:none;margin:0;border-bottom:1px solid var(--line);padding:10px 18px 12px;background:linear-gradient(180deg,#f8fcff,#fff)}
.drive-global-progress.is-visible{display:block}
.drive-global-progress-head,.drive-global-progress-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}
.drive-global-progress-head span{font-size:13px;font-weight:800;color:#0f172a}
.drive-global-progress-head strong{font-size:12px;color:#0873a2;background:#eef8fd;border:1px solid #cdebf7;border-radius:999px;padding:4px 8px}
.drive-global-progress-track{height:5px;background:#e8edf5;border-radius:999px;overflow:hidden;margin:8px 0 7px}
.drive-global-progress-track span{display:block;height:100%;width:0%;background:linear-gradient(90deg,#0873a2,#59bfe3);border-radius:999px;transition:width .22s ease}
.drive-global-progress-foot span{font-size:12px;color:#64748b}
.drive-global-progress.is-complete .drive-global-progress-track span{background:linear-gradient(90deg,#16a34a,#34c759)}
.new-menu-wrap{position:relative;z-index:20}
.new-menu-button{border-radius:14px;padding:11px 14px;box-shadow:0 10px 22px rgba(53,111,229,.18)}
.new-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:292px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 60px rgba(15,23,42,.18);padding:8px;display:none;z-index:40}
.new-menu.is-open{display:block}
.new-menu button,.new-menu a{width:100%;display:flex;align-items:center;gap:12px;padding:12px 12px;border:0;background:#fff;border-radius:13px;cursor:pointer;color:#263445;font-weight:650;text-align:left}
.new-menu button:hover,.new-menu a:hover{background:#f4f8fc;color:#0c4f72}
.new-menu i{width:22px;text-align:center;color:#0873a2}
.new-menu-sep{height:1px;background:var(--line);margin:6px 4px}
.drive-location-pill{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--line);background:#fff;border-radius:14px;color:#334155;font-weight:700;white-space:nowrap}
.drive-location-pill i{color:#0873a2}
.drive-breadcrumb-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--line);background:#fff}
.breadcrumbs.nextcloud-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-weight:700;color:#334155}
.breadcrumbs.nextcloud-breadcrumbs a{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;border-radius:12px;color:#334155}
.breadcrumbs.nextcloud-breadcrumbs a:hover{background:#edf7fb;color:#0c4f72}
.breadcrumbs.nextcloud-breadcrumbs span{color:#94a3b8}
.drive-current-path{font-size:12px;color:#64748b;background:#f7fafc;border:1px solid var(--line);border-radius:999px;padding:7px 10px;max-width:48%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.nextcloud-table-wrap{padding:12px 14px 18px;overflow:visible}
.nextcloud-file-table{border-collapse:collapse;border-spacing:0;width:100%}
.nextcloud-file-table thead th{padding:12px 12px;text-transform:none;letter-spacing:0;font-size:13px;color:#475569;border-bottom:1px solid var(--line);background:#fff}
.nextcloud-file-table tbody tr{transition:.13s ease;border-bottom:1px solid #edf1f6}
.nextcloud-file-table tbody tr:hover{background:#f8fbff}
.nextcloud-file-table tbody tr.is-removing{opacity:0;transform:translateX(10px);transition:opacity .18s ease,transform .18s ease}
.nextcloud-file-table td{background:transparent!important;border:0!important;border-bottom:1px solid #edf1f6!important;border-radius:0!important;padding:12px 12px;vertical-align:middle}
.nextcloud-file-table th:first-child,.nextcloud-file-table td:first-child{width:44%}
.nextcloud-file-table th:nth-child(2),.nextcloud-file-table td:nth-child(2){width:17%;color:#64748b}
.nextcloud-file-table th:nth-child(3),.nextcloud-file-table td:nth-child(3){width:13%;white-space:nowrap;color:#475569;text-align:left}
.nextcloud-file-table th:nth-child(4),.nextcloud-file-table td:nth-child(4){width:16%;white-space:nowrap;color:#64748b}
.nextcloud-file-table th:nth-child(5),.nextcloud-file-table td:nth-child(5){width:7%;text-align:center}
.nextcloud-file-table th:last-child,.nextcloud-file-table td:last-child{width:54px;text-align:right}
.nextcloud-file-name .file-icon{width:36px;height:36px;border-radius:10px;box-shadow:none}
.nextcloud-file-name a,.nextcloud-file-name strong{font-size:14px}
.nextcloud-file-name small{font-size:12px}
.people-pill{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:11px;color:#0873a2;background:#eef8fd;border:1px solid #cdebf7}
.nextcloud-actions{position:relative;justify-content:flex-end}
.file-row-menu{position:relative;display:inline-flex;justify-content:flex-end}
.mini-btn.icon-only{width:34px;height:34px;padding:0;border-radius:12px;background:transparent;border-color:transparent;color:#475569}
.mini-btn.icon-only:hover{background:#eef3f8;border-color:var(--line)}
.row-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:180px;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 18px 45px rgba(15,23,42,.16);padding:7px;display:none;z-index:35;text-align:left}
.row-menu.is-open{display:block}
.row-menu a,.row-menu button{width:100%;display:flex;align-items:center;gap:10px;padding:10px 11px;border:0;background:#fff;border-radius:11px;color:#334155;font-weight:700;font-size:13px;cursor:pointer;text-align:left}
.row-menu a:hover,.row-menu button:hover{background:#f4f8fc}
.row-menu .danger,.row-menu button.danger{color:#b42323}
.row-menu .danger:hover,.row-menu button.danger:hover{background:#fff4f4}
.drive-drop-hint{position:absolute;inset:92px 18px 18px;border:2px dashed #59bfe3;border-radius:22px;background:rgba(235,249,255,.94);backdrop-filter:blur(8px);display:none;z-index:30;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#0c4f72;text-align:center}
.drive-drop-hint.is-visible{display:flex}
.drive-drop-hint i{font-size:34px}
.drive-drop-hint strong{font-size:20px}
.drive-drop-hint span{color:#3e667a}
.drive-empty-state{margin:18px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:38px 22px}
.drive-empty-state i{font-size:38px;color:#0873a2}
.drive-empty-state strong{font-size:20px;color:#1f2937}
.drive-empty-state span{max-width:520px;color:var(--muted);line-height:1.6}
.drive-search-empty{display:none;margin:0 18px 18px;align-items:center;gap:10px}
.drive-side-panel{display:flex;flex-direction:column;gap:18px;position:sticky;top:18px}
.drive-storage-card h2,.drive-folder-summary h2,.drive-upload-queue-card h2{font-size:20px;letter-spacing:-.02em}
.drive-storage-number{display:flex;flex-direction:column;gap:2px;margin-bottom:14px}
.drive-storage-number strong{font-size:42px;letter-spacing:-.06em;line-height:1;color:#0f172a}
.drive-storage-number span{color:var(--muted);font-size:13px}
.drive-storage-list{display:grid;gap:10px;margin-top:14px}
.drive-storage-list div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid #eef2f6}
.drive-storage-list div:last-child{border-bottom:0}
.drive-storage-list span{color:var(--muted)}
.drive-storage-list strong{white-space:nowrap}
.drive-folder-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.drive-folder-stats>div{display:flex;flex-direction:column;gap:8px;padding:13px;border:1px solid var(--line);border-radius:16px;background:#fbfdff;min-height:112px}
.drive-folder-stats i{width:34px;height:34px;border-radius:12px;background:#eef8fd;color:#0873a2;display:grid;place-items:center}
.drive-folder-stats span{color:var(--muted);font-size:12px;font-weight:700}
.drive-folder-stats strong{font-size:16px;line-height:1.2;word-break:break-word}
.compact-upload-queue{display:grid;gap:10px;max-height:390px;overflow:auto;margin-bottom:12px}
.upload-empty{padding:14px;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;color:#64748b;line-height:1.5;font-size:13px}
.upload-item{border:1px solid var(--line);background:#fff;border-radius:16px;padding:12px;box-shadow:var(--shadow-soft)}
.upload-item-head{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:start}
.upload-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#eef8fd;color:#0873a2;border:1px solid #cdebf7}
.upload-file-meta{min-width:0}
.upload-file-meta strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}
.upload-file-meta span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:12px;margin-top:3px}
.upload-cancel{border:0;background:#f1f5f9;color:#475569;width:28px;height:28px;border-radius:10px;cursor:pointer;font-weight:900}
.upload-cancel:hover{background:#fee2e2;color:#991b1b}
.upload-status{font-size:12px;color:#64748b;margin:10px 0 8px;line-height:1.45}
.progress-upload{height:8px}
.upload-item.is-complete{border-color:#b7ebc5;background:#f7fff9}
.upload-item.is-complete .upload-icon{background:#eafbf1;color:#166534;border-color:#b7ebc5}
.upload-item.is-error{border-color:#fecaca;background:#fff7f7}
.upload-item.is-error .upload-icon{background:#fee2e2;color:#991b1b;border-color:#fecaca}
.upload-item.is-cancelled{opacity:.65}
.drive-toast-stack{position:fixed;right:22px;bottom:22px;display:grid;gap:10px;z-index:1200;max-width:min(420px,calc(100vw - 32px))}
.drive-toast{display:flex;align-items:flex-start;gap:10px;padding:13px 14px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 55px rgba(15,23,42,.2);font-weight:700;line-height:1.45;animation:toastIn .18s ease-out}
.drive-toast i{margin-top:2px}
.drive-toast.is-success{border-color:#bbf7d0;color:#166534;background:#f3fff7}
.drive-toast.is-error{border-color:#fecaca;color:#991b1b;background:#fff7f7}
.drive-toast.is-dismissing{opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}
@keyframes toastIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.hidden-form{display:none!important}
.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.42);backdrop-filter:blur(5px);display:none;align-items:center;justify-content:center;padding:22px;z-index:1000}
.modal-backdrop.is-open{display:flex}
.premium-modal{position:relative;width:min(100%,460px);background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 28px 90px rgba(15,23,42,.28);padding:28px;animation:modalIn .16s ease-out}
@keyframes modalIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
.modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:0;border-radius:13px;background:#f1f5f9;color:#334155;display:grid;place-items:center;cursor:pointer}
.modal-close:hover{background:#e2e8f0}
.modal-icon{width:56px;height:56px;border-radius:18px;background:#eef8fd;color:#0873a2;border:1px solid #cdebf7;display:grid;place-items:center;font-size:24px;margin-bottom:16px}
.modal-icon.danger{background:#fff1f1;color:#b42323;border-color:#fecaca}
.premium-modal h2{font-size:28px;letter-spacing:-.04em;margin-bottom:8px}
.premium-modal p{color:var(--muted);line-height:1.6;margin-bottom:18px}
.modal-form .field input{background:#fbfdff}
.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;flex-wrap:wrap}
.delete-target{padding:12px 14px;background:#f8fafc;border:1px solid var(--line);border-radius:14px;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media (max-width: 1320px){
  .drive-workspace{grid-template-columns:1fr}
  .drive-side-panel{position:relative;top:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 1040px){
  .drive-toolbar,.drive-breadcrumb-row{align-items:stretch;flex-direction:column}
  .drive-search-wrap{max-width:none;width:100%}
  .drive-toolbar-main{justify-content:flex-start}
  .drive-current-path{max-width:100%;white-space:normal;word-break:break-word}
  .drive-side-panel{grid-template-columns:1fr}
}
@media (max-width: 740px){
  .drive-file-panel{border-radius:20px}
  .drive-global-progress-head,.drive-global-progress-foot{align-items:flex-start;flex-direction:column;gap:5px}
  .drive-toast-stack{right:16px;left:16px;bottom:16px;max-width:none}
  .nextcloud-file-table thead{display:none}
  .nextcloud-file-table,.nextcloud-file-table tbody,.nextcloud-file-table tr,.nextcloud-file-table td{display:block;width:100%!important}
  .nextcloud-file-table tbody tr{border:1px solid var(--line);border-radius:18px;margin:10px 0;padding:10px;background:#fff}
  .nextcloud-file-table td{border-bottom:0!important;padding:8px 6px}
  .nextcloud-file-table td:nth-child(2),.nextcloud-file-table td:nth-child(5){display:none}
  .nextcloud-file-table td:nth-child(3),.nextcloud-file-table td:nth-child(4){font-size:12px;color:#64748b}
  .nextcloud-actions{text-align:left!important;justify-content:flex-start}
  .row-menu{left:0;right:auto}
  .drive-folder-stats{grid-template-columns:1fr}
  .new-menu{left:auto;right:0;min-width:270px}
  .premium-modal{padding:24px}
}

/* v1.22 - resumo premium de armazenamento por tipo e carregamento assíncrono para navegação rápida */
:root{
  --storage-photo:#f7bf5f;
  --storage-video:#54c5e8;
  --storage-documents:#7597f7;
  --storage-other:#b9cef8;
  --storage-available:#ff8989;
}
.drive-storage-breakdown-card{overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.drive-storage-breakdown-card .card-head{margin-bottom:12px}
.storage-refresh-btn{gap:7px;padding:8px 10px;border-radius:13px;color:#335164;background:#fff}
.storage-refresh-btn.is-loading i{animation:storageSpin .8s linear infinite}
.storage-auto-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#f1f7fb;border:1px solid #dceaf4;color:#52708a;font-size:12px;font-weight:800;white-space:nowrap}
.storage-auto-badge i{font-size:11px;color:#0ea5d6}
.file-size-cell{font-variant-numeric:tabular-nums}
@keyframes storageSpin{to{transform:rotate(360deg)}}
.drive-storage-donut{width:210px;height:210px;border-radius:50%;margin:10px auto 16px;background:conic-gradient(#edf2f7 0% 100%);display:grid;place-items:center;position:relative;box-shadow:inset 0 0 0 1px rgba(15,23,42,.03),0 16px 38px rgba(15,23,42,.08);transition:background .25s ease}
.drive-storage-donut:before{content:"";position:absolute;inset:27px;border-radius:50%;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 0 0 1px rgba(226,232,240,.86)}
.drive-storage-donut-center{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:130px;min-height:94px;padding:4px}
.drive-storage-donut-center strong{font-size:28px;line-height:1;letter-spacing:-.06em;color:#111827;max-width:126px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.drive-storage-donut-center span{font-size:12px;color:#4b5563;margin-top:6px;font-weight:700}
.storage-breakdown-status{min-height:35px;margin:0 0 12px;padding:9px 11px;border-radius:14px;background:#f2f7fb;border:1px solid #e4edf5;color:#5f7184;font-size:12px;line-height:1.35;text-align:center}
.storage-breakdown-legend{display:grid;gap:10px;margin-top:4px}
.storage-breakdown-legend>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:3px 0}
.storage-breakdown-legend em{font-style:normal;color:#334155;font-size:13px;font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.storage-breakdown-legend strong{font-size:13px;color:#1f2937;text-align:right;white-space:nowrap}
.storage-dot{width:13px;height:13px;border-radius:50%;display:inline-block;box-shadow:0 0 0 4px rgba(15,23,42,.03)}
.storage-dot.storage-photo{background:var(--storage-photo)}
.storage-dot.storage-video{background:var(--storage-video)}
.storage-dot.storage-documents{background:var(--storage-documents)}
.storage-dot.storage-other{background:var(--storage-other)}
.storage-dot.storage-available{background:var(--storage-available)}
.storage-total-line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:13px;border-top:1px solid #edf1f6;color:#64748b;font-size:13px}
.storage-total-line strong{color:#111827;text-align:right;white-space:nowrap}
@media (max-width: 1320px){
  .drive-storage-donut{width:180px;height:180px}
  .drive-storage-donut:before{inset:24px}
  .drive-storage-donut-center strong{font-size:23px}
}
@media (max-width: 1040px){
  .drive-storage-donut{width:210px;height:210px}
}
@media (max-width: 740px){
  .storage-total-line{align-items:flex-start;flex-direction:column;gap:5px}
  .storage-total-line strong{text-align:left;white-space:normal}
}


/* v1.24 - dashboard premium inspirado em file manager, com dados reais do Drive */
.drive-sidebar-premium{background:rgba(255,255,255,.92);gap:16px}
.drive-sidebar-brand{align-items:flex-start;flex-direction:column;gap:10px;border-bottom:1px solid rgba(226,232,240,.92);padding-bottom:16px!important}
.drive-sidebar-brand .sidebar-logo-img{width:132px}
.drive-sidebar-plan{display:grid;gap:6px;min-width:0;width:100%}
.drive-sidebar-plan strong{font-size:13px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111827}
.drive-sidebar-plan span{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;padding:7px 10px;border-radius:999px;background:#edf7fb;border:1px solid #d8edf5;color:#245d79;font-size:12px;font-weight:800;white-space:nowrap}
.drive-nav-premium{gap:5px;overflow:auto;padding-right:2px}
.nav-section-label{margin:12px 6px 4px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#8a99aa}
.drive-sidebar-storage{padding:12px 13px;border-radius:16px;background:linear-gradient(180deg,#fff,#f9fbff)}
.drive-sidebar-storage strong{font-size:12px;line-height:1.35;margin-bottom:8px}.drive-sidebar-storage .bar{height:7px}
.drive-dashboard-page{background:#f7f8fa;min-height:100vh;padding:18px 20px 28px}
.drive-dashboard-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border:1px solid #edf0f5;border-radius:22px;background:#fff;box-shadow:0 12px 36px rgba(15,23,42,.05);margin-bottom:18px}
.drive-dashboard-title h1{font-size:28px;letter-spacing:-.035em;margin-top:6px}.drive-dashboard-title p{color:#777f8d;line-height:1.5;max-width:860px;margin-top:6px}.drive-dashboard-actions{display:flex;align-items:center;gap:12px;justify-content:flex-end;flex-wrap:wrap}.drive-dashboard-actions .btn-primary{background:#2f7cf6;border-radius:13px;box-shadow:0 10px 24px rgba(47,124,246,.22)}
.drive-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px}.drive-dashboard-main,.drive-dashboard-side{display:flex;flex-direction:column;gap:16px}.drive-dashboard-side{min-width:0}.drive-metric-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}.drive-metric-capacity{min-height:122px}
.drive-metric-card{position:relative;min-height:142px;padding:20px 18px;border-radius:18px;border:1px solid #edf0f5;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.045);overflow:hidden}.drive-card-menu{position:absolute;right:16px;top:16px;color:#111827;opacity:.72}.drive-card-label{display:block;font-weight:800;color:#303641;font-size:15px;margin-bottom:22px}.drive-metric-line{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:14px}.drive-metric-line strong{font-size:34px;letter-spacing:-.06em;line-height:.95;color:#141923}.drive-metric-line span{font-size:14px;color:#8a909a;white-space:nowrap}.drive-segment-bar{display:grid;grid-template-columns:repeat(36,1fr);gap:4px;height:30px;align-items:end}.drive-segment-bar span{display:block;height:100%;min-height:10px;border-radius:999px;background:#edf2f4}.drive-segment-bar span.is-on{background:#50c08f}.drive-segment-bar.is-coral span.is-on{background:#df4754}.drive-type-pills{display:grid;gap:7px}.drive-type-pills a{display:flex;align-items:center;gap:8px;min-width:0;padding:7px 8px;border-radius:12px;background:#f7fafc;color:#344051;font-size:12px;font-weight:800}.drive-type-pills i{width:18px;color:#2f7cf6}.drive-type-pills b{margin-left:auto;color:#0f172a}
.drive-recent-folders-card,.drive-recent-files-card,.drive-account-summary-card,.drive-stay-card{box-shadow:0 10px 28px rgba(15,23,42,.045);border-color:#edf0f5}.drive-recent-folders-card .card-head h2,.drive-recent-files-card h2{font-size:20px;letter-spacing:-.025em}.drive-folder-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.drive-folder-showcase{display:flex;flex-direction:column;border:1px solid #edf0f5;border-radius:16px;overflow:hidden;background:#fff;transition:.18s ease}.drive-folder-showcase:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(15,23,42,.08)}.drive-folder-showcase-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px}.drive-opened-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid #bfe8d3;color:#39a46f;background:#effcf5;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.drive-opened-badge i{font-size:6px}.drive-folder-menu{color:#6b7280}.drive-folder-visual{position:relative;height:118px;margin:0 12px 0;border-radius:15px;background:radial-gradient(circle,#d9dde4 1px,transparent 1px);background-size:12px 12px;background-color:#f8fafc;overflow:hidden}.drive-folder-layer{position:absolute;left:28px;right:28px;height:66px;bottom:24px;border:1px solid #dfe6ef;border-radius:10px;background:linear-gradient(180deg,#fff,#eef3f8);box-shadow:0 10px 20px rgba(15,23,42,.08)}.drive-folder-layer.layer-one{transform:translateX(-18px) translateY(7px);opacity:.86}.drive-folder-layer.layer-two{transform:translateX(18px) translateY(7px);opacity:.86}.drive-folder-chip-stack{position:absolute;left:50%;top:50%;transform:translate(-50%,-46%);display:flex;align-items:center;justify-content:center}.drive-folder-chip-stack span{padding:13px 18px;border-radius:10px;background:linear-gradient(135deg,#3981f7,#2cc0de);color:#fff;font-weight:900;box-shadow:0 8px 18px rgba(15,23,42,.18);border:3px solid rgba(255,255,255,.72);margin-left:-7px;font-size:13px;white-space:nowrap}.drive-folder-chip-stack span:nth-child(2){background:linear-gradient(135deg,#18a270,#54c886)}.drive-folder-chip-stack span:nth-child(3){background:linear-gradient(135deg,#f6a63f,#ff7b51)}.drive-folder-showcase-foot{padding:12px 14px 14px}.drive-folder-showcase-foot strong{display:block;font-size:15px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drive-folder-showcase-foot small{color:#8a909a}
.drive-table-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.drive-table-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.drive-table-search{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid #edf0f5;border-radius:13px;background:#fff;color:#687386}.drive-table-search input{border:0;outline:0;background:transparent;min-width:180px}.drive-dashboard-table-wrap{overflow:auto;border:1px solid #edf0f5;border-radius:15px}.drive-dashboard-table{width:100%;border-collapse:collapse;background:#fff}.drive-dashboard-table th{padding:12px 14px;background:#f7f7f8;color:#414b5b;font-size:13px;text-align:left}.drive-dashboard-table td{padding:12px 14px;border-top:1px solid #edf0f5;color:#737b87}.drive-dashboard-table td:nth-child(2),.drive-dashboard-table td:nth-child(3){color:#1f2937}.dash-check{width:18px;height:18px;border-radius:5px;background:#f0f2f5;border:1px solid #dde3eb;display:grid;place-items:center;color:#fff;font-size:10px}.drive-dashboard-table tbody tr:nth-child(2) .dash-check{background:#4189f7;border-color:#4189f7}.dash-file-name{display:flex;align-items:center;gap:10px;min-width:220px}.dash-file-name strong{white-space:nowrap}.dash-file-icon{width:24px;height:22px;border-radius:6px;background:#eef4ff;color:#2f7cf6;display:grid;place-items:center;font-size:12px}.dash-row-action{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#f8fafc;border:1px solid #edf0f5;color:#334155}.dash-row-action:hover{background:#edf7ff;color:#2f7cf6}
.drive-dashboard-storage-card{padding:20px!important}.drive-dashboard-storage-card .drive-storage-donut{width:214px;height:214px;margin-top:2px}.drive-dashboard-storage-card .drive-storage-donut:before{inset:28px}.drive-dashboard-storage-card .drive-storage-donut-center strong{font-size:27px}.drive-account-summary-card h2,.drive-stay-card h2{font-size:19px;letter-spacing:-.025em}.drive-account-line{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;padding:11px 0;border-bottom:1px solid #edf0f5}.drive-account-line:last-child{border-bottom:0}.drive-account-line span{color:#7b8494}.drive-account-line strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.drive-stay-card{background:linear-gradient(180deg,#fff,#f8fbff)}.drive-stay-card .card-head{margin-bottom:10px}.drive-stay-card .tile-icon{width:42px;height:42px;border-radius:14px;background:#eef6ff;color:#2f7cf6;border:1px solid #dbeafe}.drive-stay-card p{color:#334155;line-height:1.55}.drive-stay-card small{display:block;color:#7b8494;line-height:1.5;margin-top:10px}
@media (max-width:1280px){.drive-dashboard-grid{grid-template-columns:1fr}.drive-dashboard-side{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.drive-dashboard-storage-card .drive-storage-donut{width:180px;height:180px}.drive-folder-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:980px){.drive-dashboard-topbar{align-items:flex-start;flex-direction:column}.drive-dashboard-actions{justify-content:flex-start}.drive-metric-grid,.drive-dashboard-side{grid-template-columns:1fr}.drive-folder-card-grid{grid-template-columns:1fr}.drive-table-head{align-items:flex-start;flex-direction:column}.drive-table-search input{min-width:0;width:100%}.drive-dashboard-page{padding:16px}}
@media (max-width:760px){.drive-sidebar-brand .sidebar-logo-img{width:34px}.drive-sidebar-plan{display:none}.nav-section-label{display:none}.drive-dashboard-title h1{font-size:26px}.drive-metric-line{align-items:flex-start;flex-direction:column}.drive-segment-bar{gap:3px}.drive-folder-visual{height:102px}.drive-dashboard-table th:nth-child(4),.drive-dashboard-table td:nth-child(4){display:none}}


/* v1.26 - mantém o card de capacidade em barras segmentadas com largura total */
.drive-metric-capacity{width:100%;min-height:132px}
.drive-metric-capacity .drive-metric-line{margin-bottom:18px}
.drive-metric-capacity .drive-segment-bar{width:100%;display:grid;grid-template-columns:repeat(48,minmax(4px,1fr));gap:5px;height:32px;align-items:stretch}
.drive-metric-capacity .drive-segment-bar span{height:100%;min-height:0;border-radius:999px;background:#eef2f4;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.drive-metric-capacity .drive-segment-bar span.is-on{background:#50c08f;box-shadow:0 6px 14px rgba(80,192,143,.18)}
@media (max-width:760px){.drive-metric-capacity .drive-segment-bar{grid-template-columns:repeat(36,minmax(3px,1fr));gap:3px;height:28px}}


/* v1.27 - dashboard alinhado ao modelo: gráfico à direita, arquivos recentes em largura total e barras mais finas */
.drive-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-template-areas:"main side" "files files";gap:18px;align-items:start}
.drive-dashboard-top-left{grid-area:main;min-width:0}
.drive-dashboard-side{grid-area:side;min-width:0;display:flex!important;flex-direction:column;gap:16px}
.drive-dashboard-files-wide{grid-area:files;min-width:0}
.drive-metric-capacity{width:100%;min-height:132px}
.drive-metric-capacity .drive-metric-line{margin-bottom:18px}
.drive-metric-capacity .drive-segment-bar{width:100%;display:grid;grid-template-columns:repeat(96,minmax(2px,1fr));gap:3px;height:32px;align-items:stretch}
.drive-metric-capacity .drive-segment-bar span{height:100%;min-height:0;border-radius:999px;background:#edf2f4;box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}
.drive-metric-capacity .drive-segment-bar span.is-on{background:#50c08f;box-shadow:0 5px 12px rgba(80,192,143,.16)}
.drive-dashboard-side .drive-dashboard-storage-card{height:100%}
.drive-dashboard-table th:nth-child(3),.drive-dashboard-table td:nth-child(3),.drive-dashboard-table th:nth-child(4),.drive-dashboard-table td:nth-child(4),.drive-dashboard-table th:nth-child(5),.drive-dashboard-table td:nth-child(5){white-space:nowrap}
.drive-dashboard-table th:last-child,.drive-dashboard-table td:last-child{text-align:center;width:96px}
.drive-dashboard-table td:nth-child(2),.drive-dashboard-table td:nth-child(3),.drive-dashboard-table td:nth-child(4){color:#1f2937}
@media (max-width:1280px){
  .drive-dashboard-grid{grid-template-columns:1fr;grid-template-areas:"main" "side" "files"}
  .drive-dashboard-side{display:block!important}
  .drive-dashboard-side .drive-dashboard-storage-card{height:auto}
}
@media (max-width:760px){
  .drive-metric-capacity .drive-segment-bar{grid-template-columns:repeat(48,minmax(2px,1fr));gap:3px;height:28px}
  .drive-dashboard-table th:nth-child(3),.drive-dashboard-table td:nth-child(3){display:none}
}


/* v1.28 - reduz o gauge lateral e ajusta o alinhamento do dashboard */
.drive-dashboard-grid{grid-template-columns:minmax(0,1fr) 300px;grid-template-areas:"main side" "files files";gap:18px;align-items:stretch}
.drive-dashboard-top-left{display:flex;flex-direction:column;gap:16px}
.drive-dashboard-side{align-self:stretch}
.drive-dashboard-side .drive-dashboard-storage-card{height:100%;display:flex;flex-direction:column;padding:18px!important}
.drive-dashboard-storage-card .card-head{margin-bottom:6px}
.drive-dashboard-storage-card .drive-storage-donut{width:166px;height:166px;margin:4px auto 12px;box-shadow:inset 0 0 0 1px rgba(15,23,42,.03),0 12px 28px rgba(15,23,42,.07)}
.drive-dashboard-storage-card .drive-storage-donut:before{inset:22px}
.drive-dashboard-storage-card .drive-storage-donut-center{width:104px;min-height:74px}
.drive-dashboard-storage-card .drive-storage-donut-center strong{font-size:23px;max-width:100px}
.drive-dashboard-storage-card .drive-storage-donut-center span{font-size:11px;margin-top:5px}
.drive-dashboard-storage-card .storage-breakdown-status{min-height:32px;margin:0 0 9px;padding:8px 10px;border-radius:13px;font-size:11px;line-height:1.3}
.drive-dashboard-storage-card .storage-breakdown-legend{gap:7px;margin-top:2px}
.drive-dashboard-storage-card .storage-breakdown-legend>div{gap:9px;padding:2px 0}
.drive-dashboard-storage-card .storage-breakdown-legend em,.drive-dashboard-storage-card .storage-breakdown-legend strong{font-size:12px}
.drive-dashboard-storage-card .storage-dot{width:11px;height:11px;box-shadow:0 0 0 3px rgba(15,23,42,.03)}
.drive-dashboard-storage-card .storage-total-line{margin-top:auto;padding-top:11px;font-size:12px}
.drive-metric-capacity .drive-segment-bar{grid-template-columns:repeat(128,minmax(1px,1fr));gap:2px;height:31px}
@media (max-width:1280px){
  .drive-dashboard-grid{grid-template-columns:1fr;grid-template-areas:"main" "side" "files";align-items:start}
  .drive-dashboard-side{align-self:auto;display:block!important}
  .drive-dashboard-side .drive-dashboard-storage-card{height:auto}
  .drive-dashboard-storage-card .drive-storage-donut{width:178px;height:178px}
  .drive-dashboard-storage-card .drive-storage-donut:before{inset:23px}
}
@media (max-width:760px){
  .drive-metric-capacity .drive-segment-bar{grid-template-columns:repeat(64,minmax(1px,1fr));gap:2px;height:27px}
}

/* Visualizador premium de arquivos */
.file-open-button{border:0;background:transparent;padding:0;margin:0;color:inherit;font:inherit;font-weight:700;text-align:left;cursor:pointer;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.file-open-button:hover{color:#0b79b7;text-decoration:underline;text-underline-offset:3px}
.row-menu button:not(.danger){width:100%;border:0;background:transparent;color:#26354a;text-align:left;padding:10px 12px;display:flex;align-items:center;gap:9px;cursor:pointer;font-weight:650}
.row-menu button:not(.danger):hover{background:#f4f8fb;color:#0b79b7}
body.viewer-open{overflow:hidden}
.drive-viewer{position:fixed;inset:0;background:rgba(2,8,13,.92);z-index:2200;display:none;flex-direction:column;color:#fff}
.drive-viewer.is-open{display:flex}
.drive-viewer-topbar{height:54px;display:grid;grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:12px;padding:0 18px;background:rgba(0,14,22,.86);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px)}
.drive-viewer-topbar>strong{justify-self:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;letter-spacing:.01em}
.drive-viewer-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.drive-viewer-icon{height:36px;min-width:36px;border:0;border-radius:12px;background:rgba(255,255,255,.08);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 11px;font-weight:700;text-decoration:none;cursor:pointer;transition:.16s ease}
.drive-viewer-icon:hover{background:rgba(255,255,255,.16);color:#fff;transform:translateY(-1px)}
.drive-viewer-icon[hidden]{display:none!important}.drive-viewer-icon:disabled{opacity:.55;cursor:not-allowed;transform:none}.drive-viewer-icon span{font-size:12px}
.drive-viewer-stage{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:28px;overflow:auto}
.drive-viewer-loading,.drive-viewer-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#dbe7f6;text-align:center}.drive-viewer-loading i{font-size:28px}.drive-viewer-error i{font-size:34px;color:#ff8585}.drive-viewer-error span{max-width:560px;color:#b6c5d8;line-height:1.5}
.drive-viewer-image{display:block;max-width:min(96vw,1400px);max-height:calc(100vh - 112px);object-fit:contain;background:#fff;box-shadow:0 22px 80px rgba(0,0,0,.42)}
.drive-viewer-video{max-width:min(96vw,1280px);max-height:calc(100vh - 140px);background:#000;border-radius:12px;box-shadow:0 22px 80px rgba(0,0,0,.45)}
.drive-viewer-pdf{width:min(96vw,1280px);height:calc(100vh - 112px);border:0;border-radius:12px;background:#fff;box-shadow:0 22px 80px rgba(0,0,0,.42)}
.drive-viewer-hint{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);font-size:12px;color:#cbd5e1;background:rgba(15,23,42,.72);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:8px 12px;white-space:nowrap}
.drive-viewer-audio-card{width:min(92vw,560px);background:#fff;color:#111827;border-radius:26px;padding:30px;display:flex;flex-direction:column;align-items:center;gap:18px;box-shadow:0 22px 80px rgba(0,0,0,.36)}
.drive-viewer-audio-card i{font-size:52px;color:#0b79b7}.drive-viewer-audio-card strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-viewer-audio-card audio{width:100%}
.drive-text-viewer{width:min(96vw,1180px);height:calc(100vh - 126px);background:#0f172a;border:1px solid rgba(255,255,255,.10);border-radius:18px;box-shadow:0 22px 80px rgba(0,0,0,.40);overflow:hidden}
.drive-text-viewer textarea{width:100%;height:100%;border:0;outline:0;resize:none;padding:22px;background:#0f172a;color:#e5eefb;font:14px/1.65 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;tab-size:2}.drive-text-viewer textarea[readonly]{cursor:default}.drive-text-viewer textarea.is-editing{background:#08111f;color:#fff;box-shadow:inset 0 0 0 2px rgba(89,191,227,.28)}
.drive-viewer-status{min-height:32px;padding:0 22px 14px;color:#bed0e3;font-size:12px;text-align:center}
.dash-file-name a{font-weight:800;color:#111827;text-decoration:none;white-space:nowrap}.dash-file-name a:hover{color:#2f7cf6;text-decoration:underline;text-underline-offset:3px}
@media (max-width:760px){.drive-viewer-topbar{grid-template-columns:46px minmax(0,1fr) auto;padding:0 10px}.drive-viewer-icon span{display:none}.drive-viewer-stage{padding:14px}.drive-viewer-hint{display:none}.drive-text-viewer{width:100%;height:calc(100vh - 106px);border-radius:14px}.drive-text-viewer textarea{padding:16px;font-size:13px}.drive-viewer-image,.drive-viewer-video,.drive-viewer-pdf{max-width:100%;max-height:calc(100vh - 108px)}}

.drive-image-editor{width:min(96vw,1320px);max-height:calc(100vh - 112px);display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center}
.drive-image-editor-toolbar{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:10px;backdrop-filter:blur(12px)}
.drive-image-editor-toolbar button{height:38px;border:0;border-radius:12px;background:rgba(255,255,255,.12);color:#fff;display:inline-flex;align-items:center;gap:8px;padding:0 12px;font-weight:800;cursor:pointer;transition:.16s ease}
.drive-image-editor-toolbar button:hover{background:rgba(255,255,255,.2);transform:translateY(-1px)}
.drive-image-editor-canvas-wrap{max-width:100%;max-height:calc(100vh - 220px);overflow:auto;border-radius:16px;box-shadow:0 22px 80px rgba(0,0,0,.42);background:#101820}
.drive-image-editor-canvas-wrap canvas{display:block;max-width:100%;height:auto;background:#fff}
.drive-image-editor-note{font-size:12px;color:#d7e4f3;background:rgba(15,23,42,.72);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:8px 12px;text-align:center}
@media (max-width:760px){.drive-image-editor{width:100%;max-height:calc(100vh - 106px)}.drive-image-editor-toolbar{gap:6px;padding:8px}.drive-image-editor-toolbar button{height:34px;font-size:12px}.drive-image-editor-canvas-wrap{max-height:calc(100vh - 210px)}.drive-image-editor-note{border-radius:12px}}


/* v1.31 - fase 1: navegação e página de organização premium */
.drive-sidebar-premium{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,251,255,.92));border-right:1px solid rgba(226,232,240,.95);box-shadow:10px 0 30px rgba(15,23,42,.025)}
.drive-sidebar-brand{align-items:flex-start!important;flex-direction:column!important;gap:12px!important;border-bottom:1px solid rgba(226,232,240,.92);padding:8px 4px 16px!important;min-height:auto!important}
.drive-sidebar-brand .sidebar-logo-img{width:122px;height:auto}
.drive-sidebar-plan{display:grid;gap:7px;width:100%;min-width:0}
.drive-sidebar-plan strong{display:block;font-size:13px;line-height:1.25;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.drive-sidebar-plan span{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;padding:7px 10px;border-radius:999px;background:#edf7fb;border:1px solid #d8edf5;color:#245d79;font-size:12px;font-weight:850;white-space:nowrap}
.drive-main-nav{gap:4px}.drive-main-nav a{position:relative;min-height:44px}.drive-main-nav a span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-main-nav a.active{background:#e9f7fc;color:#0a5679;box-shadow:inset 3px 0 0 #59bfe3}.drive-main-nav a.disabled{cursor:not-allowed;color:#8a99aa}.nav-badge{margin-left:auto;padding:4px 7px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:10px;font-weight:900;font-style:normal;text-transform:uppercase;letter-spacing:.05em}.drive-sidebar-storage{padding:13px 14px!important;border-radius:16px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important}.drive-sidebar-storage strong{font-size:12px;line-height:1.35;margin-bottom:8px}.drive-sidebar-storage .bar{height:7px}

.items-premium-page{background:#f6f8fc;min-height:100vh;padding:22px 28px 34px}.items-hero-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:22px 24px;border:1px solid #e9eef6;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 12px 34px rgba(15,23,42,.05)}.items-hero-copy h1{font-size:42px;letter-spacing:-.05em;line-height:1;margin-top:7px}.items-hero-copy p{margin-top:10px;color:#667085;line-height:1.55;max-width:900px}.items-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.items-hero-actions .btn-primary{border-radius:14px;background:#356fe5;box-shadow:0 12px 26px rgba(53,111,229,.22)}
.items-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.items-overview-card{display:flex;align-items:center;gap:13px;padding:16px;border:1px solid #e9eef6;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.045);min-width:0}.items-overview-card.is-primary{background:linear-gradient(135deg,#ffffff,#f4f9ff)}.items-overview-icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:#eaf4ff;color:#2f7cf6;border:1px solid #d7eaff;font-size:18px;flex:0 0 auto}.items-overview-icon.soft-green{background:#eafbf1;color:#168345;border-color:#cef2dc}.items-overview-icon.soft-yellow{background:#fff7e7;color:#a06200;border-color:#ffdf9b}.items-overview-icon.soft-slate{background:#f3f6fa;color:#475569;border-color:#e2e8f0}.items-overview-card strong{display:block;font-size:28px;letter-spacing:-.04em;line-height:1}.items-overview-card small{display:block;color:#667085;font-weight:700;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.items-type-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}.items-type-tab{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #e9eef6;border-radius:18px;background:#fff;color:#344054;box-shadow:0 8px 22px rgba(15,23,42,.035);transition:.18s ease}.items-type-tab:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(15,23,42,.06)}.items-type-tab.active{border-color:#bee8f7;background:#effaff;color:#075985}.items-type-tab span{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:#f3f8fc;border:1px solid #e5edf6}.items-type-tab.active span{background:#dbf4fd;border-color:#bee8f7}.items-type-tab strong{display:block}.items-type-tab small{display:block;color:#7b8494;margin-top:3px;font-size:12px;font-weight:700}
.items-create-panel{margin-bottom:16px}.items-create-panel .card-head{align-items:flex-start}.items-create-panel .card-head h2{font-size:26px}.items-create-panel .card-head p{margin-top:6px;color:#667085}.items-create-form .form-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:14px}.items-create-actions{display:flex;justify-content:flex-end}
.items-list-card{padding:22px}.items-list-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.items-list-head h2{font-size:26px;letter-spacing:-.035em;margin-top:4px}.items-list-head p{color:#667085;line-height:1.5;margin-top:6px}.items-filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px;border:1px solid #e9eef6;border-radius:18px;background:#f9fbfe;margin-bottom:16px}.items-search-field{display:flex;align-items:center;gap:10px;min-width:280px;flex:1;padding:11px 13px;border:1px solid #e1e8f0;border-radius:14px;background:#fff;color:#8a94a6}.items-search-field input{border:0;outline:0;background:transparent;width:100%;min-width:0}.items-filter-bar select{padding:11px 13px;border:1px solid #e1e8f0;border-radius:14px;background:#fff;color:#344054;font-weight:700}
.items-table-wrap{overflow:auto;border:1px solid #e9eef6;border-radius:18px;background:#fff}.items-premium-table{width:100%;border-collapse:collapse;min-width:920px}.items-premium-table th{padding:13px 14px;background:#f8fafc;color:#667085;font-size:12px;text-align:left;text-transform:uppercase;letter-spacing:.055em}.items-premium-table td{padding:14px;border-top:1px solid #edf2f7;color:#475467;vertical-align:middle}.items-premium-table tbody tr:hover td{background:#fbfdff}.items-name-cell{display:flex;align-items:center;gap:12px;min-width:260px}.items-name-cell strong{display:block;color:#101828}.items-name-cell small{display:block;color:#667085;line-height:1.4;margin-top:4px;max-width:420px}.items-row-icon{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;color:#fff;background:#356fe5;box-shadow:0 9px 18px rgba(53,111,229,.18);flex:0 0 auto}.items-row-icon.color-green{background:#2fb77a}.items-row-icon.color-purple{background:#805ad5}.items-row-icon.color-orange{background:#fb923c}.items-row-icon.color-pink{background:#ec4899}.items-row-icon.color-slate{background:#64748b}.items-path-cell{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:#64748b;max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.retention-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#eef6ff;color:#1d4ed8;font-size:12px;font-weight:850}.retention-pill.muted-pill{background:#f1f5f9;color:#64748b}.items-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;white-space:nowrap}.items-empty-state{display:grid;place-items:center;text-align:center;gap:10px;padding:46px 18px;border:1px dashed #cbd5e1;border-radius:20px;background:#f8fafc;color:#667085}.items-empty-state span{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:#eaf4ff;color:#2f7cf6;font-size:22px}.items-empty-state strong{font-size:20px;color:#101828}.items-empty-state p{max-width:520px;line-height:1.5}
@media (max-width:1180px){.items-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.items-create-form .form-grid{grid-template-columns:1fr 1fr}.items-hero-header{align-items:flex-start;flex-direction:column}.items-hero-actions{justify-content:flex-start}.items-type-tabs{grid-template-columns:1fr}}
@media (max-width:760px){.items-premium-page{padding:16px}.items-hero-copy h1{font-size:32px}.items-overview-grid{grid-template-columns:1fr}.items-list-head{flex-direction:column}.items-search-field{min-width:0;width:100%}.items-filter-bar select,.items-filter-bar .btn{width:100%}.items-create-form .form-grid{grid-template-columns:1fr}.drive-sidebar-brand .sidebar-logo-img{width:34px}.drive-sidebar-plan{display:none}}

/* LOCALIZAÇÃO: /portal/assets/style.css
   VERSÃO: 24.06.2026 v2.1 */
.items-overview-icon.soft-red{background:#fff1f2;color:#e11d48;border-color:#ffe4e6}.retention-cell{display:flex;flex-direction:column;align-items:flex-start;gap:7px;min-width:170px}.retention-cell small{color:#667085;font-size:12px}.retention-pill.retention-status-ok{background:#ecfdf5;color:#047857}.retention-pill.retention-status-soon,.retention-pill.retention-status-today{background:#fffbeb;color:#b45309}.retention-pill.retention-status-expired{background:#fff1f2;color:#be123c}.retention-pill.retention-status-paused{background:#f1f5f9;color:#475569}.retention-pill.retention-status-defined{background:#eef6ff;color:#1d4ed8}.retention-editor{position:relative}.retention-editor summary{cursor:pointer;font-size:12px;font-weight:850;color:#356fe5;list-style:none}.retention-editor summary::-webkit-details-marker{display:none}.retention-inline-form{position:absolute;z-index:50;top:24px;left:0;width:280px;display:grid;grid-template-columns:1fr;gap:8px;padding:12px;border:1px solid #dbe6f2;border-radius:16px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.16)}.retention-inline-form select,.retention-inline-form input{width:100%;height:38px;border:1px solid #dbe4ef;border-radius:10px;padding:0 10px;background:#fff}.retention-pause-line{display:flex;align-items:center;gap:8px;font-size:12px;color:#475467}.retention-pause-line input{width:auto;height:auto}.retention-page .items-hero-copy p{max-width:980px}.retention-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.retention-explain-card{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:16px;padding:22px 24px}.retention-explain-card h2{font-size:24px;letter-spacing:-.03em}.retention-explain-card p{margin-top:8px;max-width:820px;color:#667085;line-height:1.55}.retention-mail-flow{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.retention-mail-flow span{padding:9px 12px;border-radius:999px;background:#eef6ff;color:#1d4ed8;font-size:12px;font-weight:900}.retention-mail-flow i{color:#94a3b8}.retention-table .items-name-cell{min-width:260px}.retention-table-detail{display:block;color:#667085;font-size:12px;margin-top:6px}.retention-table-form{display:grid;grid-template-columns:minmax(140px,1fr) 82px 140px auto auto;align-items:center;gap:8px;min-width:560px}.retention-table-form select,.retention-table-form input[type="number"],.retention-table-form input[type="date"]{height:36px;border:1px solid #dbe4ef;border-radius:10px;padding:0 9px;background:#fff}.retention-table-form label{display:flex;align-items:center;gap:6px;color:#475467;font-size:12px;font-weight:800;white-space:nowrap}@media (max-width:1180px){.retention-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.retention-explain-card{align-items:flex-start;flex-direction:column}.retention-mail-flow{justify-content:flex-start}.retention-table-form{grid-template-columns:1fr 90px 150px;min-width:420px}.retention-table-form label,.retention-table-form button{grid-column:auto}}@media (max-width:760px){.retention-overview-grid{grid-template-columns:1fr}.retention-table-form{grid-template-columns:1fr;min-width:280px}.retention-inline-form{position:static;width:100%;margin-top:8px}}


/* FASE 3 - inteligência operacional do dashboard */
.drive-dashboard-grid{grid-template-areas:"main side" "ops ops" "files files"}
.drive-dashboard-ops-wide{grid-area:ops;min-width:0}
.drive-operations-card{padding:20px 22px!important;background:linear-gradient(180deg,#fff,#fbfdff)}
.drive-ops-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0 16px}
.drive-ops-metric{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e8eef7;border-radius:18px;background:#fff;color:#0f172a;box-shadow:0 10px 24px rgba(15,23,42,.04);min-width:0}
.drive-ops-metric span{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#eef6ff;color:#2563eb;flex:0 0 auto}
.drive-ops-metric strong{display:block;font-size:22px;letter-spacing:-.035em;line-height:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.drive-ops-metric em{display:block;margin-top:4px;color:#667085;font-size:12px;font-style:normal;font-weight:750;line-height:1.25}
.drive-ops-metric.is-warning span{background:#fffbeb;color:#b45309}.drive-ops-metric.is-danger span{background:#fff1f2;color:#be123c}.drive-ops-metric.is-muted span{background:#f1f5f9;color:#64748b}.drive-ops-metric.is-primary span{background:#eef6ff;color:#1d4ed8}.drive-ops-metric:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(15,23,42,.07)}
.drive-ops-panels{display:grid;grid-template-columns:1fr 1fr;gap:14px}.drive-ops-panel{border:1px solid #e8eef7;border-radius:18px;background:#fff;overflow:hidden}.drive-ops-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-bottom:1px solid #eef2f7;background:#fbfdff}.drive-ops-panel-head strong{font-size:14px;color:#101828}.drive-ops-panel-head a{font-size:12px;font-weight:900;color:#356fe5}.drive-ops-list{display:grid}.drive-ops-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 15px;border-top:1px solid #f1f5f9;color:#0f172a}.drive-ops-row:first-child{border-top:0}.drive-ops-row:hover{background:#fbfdff}.drive-ops-row-icon{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#eef6ff;color:#2563eb}.drive-ops-row-icon.muted{background:#f1f5f9;color:#64748b}.drive-ops-row-main{min-width:0}.drive-ops-row-main strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.drive-ops-row-main em{display:block;margin-top:3px;color:#667085;font-size:12px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drive-ops-row-date{padding:6px 9px;border-radius:999px;background:#f8fafc;border:1px solid #e8eef7;color:#475467;font-size:12px;font-weight:900;white-space:nowrap}.drive-ops-row.retention-status-expired .drive-ops-row-date{background:#fff1f2;color:#be123c;border-color:#ffe4e6}.drive-ops-row.retention-status-soon .drive-ops-row-date,.drive-ops-row.retention-status-today .drive-ops-row-date{background:#fffbeb;color:#b45309;border-color:#fde68a}.drive-ops-empty{display:flex;align-items:center;gap:10px;padding:18px 15px;color:#667085;font-size:13px}.drive-ops-empty i{color:#16a34a}
@media (max-width:1180px){.drive-ops-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.drive-ops-panels{grid-template-columns:1fr}}
@media (max-width:760px){.drive-ops-metric-grid{grid-template-columns:1fr}.drive-ops-row{grid-template-columns:38px minmax(0,1fr)}.drive-ops-row-date{grid-column:2;justify-self:start}}


/* v2.4 - feedback discreto no próprio botão de salvar retenção */
.mini-btn.js-save-retention-btn{position:relative;min-width:74px;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease,opacity .18s ease}
.mini-btn.js-save-retention-btn.is-saving{background:#eff6ff!important;color:#1d4ed8!important;border-color:#bfdbfe!important;cursor:progress;box-shadow:0 8px 18px rgba(37,99,235,.12)}
.mini-btn.js-save-retention-btn.is-saving:before{content:"";width:12px;height:12px;border:2px solid currentColor;border-right-color:transparent;border-radius:999px;display:inline-block;margin-right:7px;vertical-align:-2px;animation:ndSpin .8s linear infinite}
.mini-btn.js-save-retention-btn.is-saved{background:#ecfdf5!important;color:#047857!important;border-color:#bbf7d0!important;box-shadow:0 8px 18px rgba(4,120,87,.12);transform:translateY(-1px)}
.retention-inline-form:has(.js-save-retention-btn.is-saved),.retention-table-form:has(.js-save-retention-btn.is-saved){animation:ndSaveGlow 1.4s ease both}
@keyframes ndSpin{to{transform:rotate(360deg)}}
@keyframes ndSaveGlow{0%{filter:drop-shadow(0 0 0 rgba(34,197,94,0))}35%{filter:drop-shadow(0 0 14px rgba(34,197,94,.24))}100%{filter:drop-shadow(0 0 0 rgba(34,197,94,0))}}
@media (prefers-reduced-motion:reduce){.mini-btn.js-save-retention-btn,.retention-inline-form:has(.js-save-retention-btn.is-saved),.retention-table-form:has(.js-save-retention-btn.is-saved){animation:none!important;transition:none!important}}

/* v2.5 - vincular pastas sincronizadas como trabalhos/clientes/galerias */
.items-list-actions,.items-empty-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.items-empty-actions{justify-content:center;margin-top:4px}.premium-modal-wide{width:min(720px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:auto}.link-folder-form{margin-top:12px}.link-folder-selected{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid #dfeaf5;border-radius:16px;background:linear-gradient(180deg,#f8fbff,#fff);margin:12px 0 14px;text-align:left}.link-folder-selected span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#eaf4ff;color:#2563eb;border:1px solid #d7eaff;flex:0 0 auto}.link-folder-selected strong{display:block;color:#101828;font-size:14px;line-height:1.3}.link-folder-selected small{display:block;margin-top:4px;color:#667085;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;word-break:break-all}.link-folder-form .form-grid{grid-template-columns:1.25fr 1.5fr 1fr}.row-menu button[data-link-folder]{color:#1d4ed8}.row-menu button[data-link-folder] i{color:#1d4ed8}.drive-link-mode-hint{display:flex;align-items:flex-start;gap:12px;padding:13px 15px;border:1px solid #bee8f7;border-radius:18px;background:#effaff;color:#075985;margin-bottom:14px}.drive-link-mode-hint i{margin-top:2px}.drive-link-mode-hint strong{display:block;font-size:13px}.drive-link-mode-hint span{display:block;margin-top:3px;font-size:12px;color:#356077;line-height:1.45}@media (max-width:900px){.link-folder-form .form-grid{grid-template-columns:1fr}.items-list-actions{width:100%}.items-list-actions .btn{flex:1;justify-content:center}}@media (max-width:760px){.items-empty-actions{flex-direction:column}.items-empty-actions .btn{width:100%;justify-content:center}.premium-modal-wide{width:calc(100vw - 20px)}.link-folder-selected{align-items:flex-start}}

/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 24.06.2026 v2.7
 */
.select-col{width:42px}.file-select-cell{width:42px;text-align:center}.file-select-check,#selectAllFiles{width:18px;height:18px;accent-color:#0b7bb7;cursor:pointer}.nextcloud-file-table tr.is-selected{background:linear-gradient(90deg,rgba(14,123,183,.08),rgba(14,123,183,.02))}.drive-selection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 14px;padding:14px 16px;border:1px solid #dbe8f4;background:#f8fbff;border-radius:18px;box-shadow:0 12px 28px rgba(12,36,64,.05)}.drive-selection-toolbar[hidden]{display:none}.drive-selection-toolbar strong{display:block;color:#0f1d33;font-weight:800}.drive-selection-toolbar span{display:block;color:#65748b;font-size:13px;margin-top:2px}.drive-selection-actions{display:flex;gap:10px;flex-wrap:wrap}.file-inline-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.mini-btn{border:1px solid #d7e5f2;background:#fff;color:#27384e;border-radius:11px;padding:8px 10px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;gap:6px;text-decoration:none;cursor:pointer;line-height:1;transition:.16s ease}.mini-btn:hover{background:#eff7ff;border-color:#b8d9ee;transform:translateY(-1px)}.mini-btn.danger{color:#b42318;border-color:#ffd2cc;background:#fff7f5}.mini-btn.danger:hover{background:#fff0ed}.compact-actions-menu{display:none}.share-cell{text-align:center}.people-pill{border:1px solid #b8e5ff;background:#e9f8ff;color:#0674a8;border-radius:13px;min-width:38px;height:34px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.16s ease}.people-pill:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(6,116,168,.14)}.people-pill.is-disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.move-selected-box{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0;padding:12px;border:1px solid #dbe8f4;border-radius:16px;background:#f8fbff;max-height:128px;overflow:auto}.move-selected-box span{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;background:#fff;border:1px solid #e1ebf5;font-size:13px;font-weight:800;color:#354762}.move-animation{height:88px;margin:14px 0;border:1px dashed #cfe0ef;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#fff);display:flex;align-items:center;justify-content:center;gap:22px;overflow:hidden}.move-animation-files{display:flex;gap:8px;color:#2877d8}.move-animation-files i{width:32px;height:32px;border-radius:10px;background:#eaf4ff;display:flex;align-items:center;justify-content:center}.move-animation-line{height:2px;width:120px;background:linear-gradient(90deg,#cfe0ef,#2877d8,#cfe0ef);position:relative}.move-animation-folder{font-size:38px;color:#ffb02e}.move-animation.is-running .move-animation-files{animation:ndMoveFiles .75s ease-in-out infinite}.move-animation.is-running .move-animation-line{animation:ndPulseLine .75s ease-in-out infinite}@keyframes ndMoveFiles{0%{transform:translateX(-10px);opacity:.65}50%{transform:translateX(70px);opacity:1}100%{transform:translateX(150px);opacity:.25}}@keyframes ndPulseLine{0%,100%{opacity:.35}50%{opacity:1}}.is-moving-out{animation:ndRowMoveOut .28s ease forwards}@keyframes ndRowMoveOut{to{opacity:0;transform:translateX(28px);height:0}}.delete-confirm-field{margin-top:14px;text-align:left}.delete-confirm-field small{display:block;color:#8a4b12;margin-top:7px}.share-result{margin:14px 0;padding:14px;border-radius:18px;background:#f8fbff;border:1px solid #dbe8f4}.share-result[hidden]{display:none}.share-url-box{display:flex;gap:8px;margin-top:8px}.share-url-box input{flex:1;border:1px solid #d6e2ef;border-radius:12px;padding:11px 12px;font-size:13px;color:#25364c;background:#fff}.share-modal .link-folder-selected{margin-top:14px}.public-share-body{min-height:100vh;background:linear-gradient(135deg,#eff6ff,#f7fbff 46%,#fff);padding:34px 18px;color:#0f1d33}.public-share-shell{max-width:1100px;margin:0 auto}.public-share-card{background:#fff;border:1px solid #dde8f3;border-radius:28px;box-shadow:0 28px 80px rgba(19,43,73,.12);padding:26px}.public-share-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:22px;border-bottom:1px solid #edf2f7}.brand-mark{display:flex;align-items:center;gap:10px;font-weight:900;color:#10223a}.brand-mark i{color:#1684d8;font-size:28px}.share-expire-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:999px;background:#f3f8ff;border:1px solid #dbe8f4;font-size:13px;font-weight:800;color:#43556e}.public-share-title{display:flex;gap:18px;align-items:center;margin:28px 0}.share-folder-icon{width:70px;height:70px;border-radius:22px;background:linear-gradient(135deg,#eef7ff,#dff1ff);display:flex;align-items:center;justify-content:center;color:#1684d8;font-size:30px}.public-share-title span{letter-spacing:.16em;font-weight:900;color:#18486d;font-size:12px}.public-share-title h1{margin:5px 0 6px;font-size:32px}.public-share-title p{margin:0;color:#65748b}.public-share-error{text-align:center;padding:60px 20px}.public-share-error i{font-size:42px;color:#ff7c7c}.public-share-error h1{font-size:28px;margin:14px 0 8px}.public-share-error p{color:#65748b}.public-share-table-wrap{overflow:auto;border:1px solid #edf2f7;border-radius:20px}.public-share-table{width:100%;border-collapse:separate;border-spacing:0}.public-share-table th{background:#f7fafc;color:#51627a;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.05em;padding:14px}.public-share-table td{padding:14px;border-top:1px solid #edf2f7;color:#354762}.public-file-name{display:flex;align-items:center;gap:12px}.public-file-name strong{display:block;color:#0f1d33}.public-file-name small{display:block;color:#738299;font-size:12px;margin-top:2px}.btn-sm{padding:9px 12px;font-size:12px;border-radius:12px}
@media(max-width:1100px){.file-inline-actions{display:none}.compact-actions-menu{display:block}.drive-selection-toolbar{align-items:flex-start;flex-direction:column}.share-url-box{flex-direction:column}}
@media(max-width:760px){.public-share-card{padding:18px;border-radius:22px}.public-share-header,.public-share-title{align-items:flex-start;flex-direction:column}.public-share-title h1{font-size:24px}.public-share-table th:nth-child(2),.public-share-table td:nth-child(2),.public-share-table th:nth-child(3),.public-share-table td:nth-child(3){display:none}}
.premium-date-input{cursor:pointer;background-image:linear-gradient(90deg,transparent calc(100% - 38px),rgba(14,123,183,.06) calc(100% - 38px));padding-right:42px}.premium-date-input:focus{box-shadow:0 0 0 4px rgba(14,123,183,.10);border-color:#9bcdec!important}

/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 24.06.2026 v2.7
 * Ajustes premium da tela de arquivos, barra flutuante de seleção, ações compactas e compartilhamento público com logo.
 */
body.has-drive-selection .drive-file-panel{padding-bottom:96px}
.drive-selection-toolbar{position:fixed!important;left:calc(248px + 22px);right:22px;bottom:18px;z-index:1200;margin:0!important;padding:12px 14px!important;border-radius:22px!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(14px);box-shadow:0 24px 70px rgba(12,36,64,.18),0 0 0 1px rgba(205,220,235,.9)!important;animation:ndSelectionBarIn .18s ease-out}
.selection-copy{display:flex;align-items:center;gap:12px;min-width:0}.selection-copy>i{width:38px;height:38px;border-radius:14px;background:#eaf4ff;color:#1e6fe8;display:flex;align-items:center;justify-content:center}.drive-selection-actions .btn{min-height:42px}.drive-selection-actions .btn-primary{box-shadow:0 14px 26px rgba(37,99,235,.24)}@keyframes ndSelectionBarIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.nextcloud-file-table{table-layout:fixed}.nextcloud-file-table thead th{white-space:nowrap}.nextcloud-file-table th.select-col,.nextcloud-file-table td.file-select-cell{width:88px!important;text-align:center!important}.nextcloud-file-table th:nth-child(2),.nextcloud-file-table td:nth-child(2){width:31%!important}.nextcloud-file-table th:nth-child(3),.nextcloud-file-table td:nth-child(3){width:13%!important;color:#64748b}.nextcloud-file-table th:nth-child(4),.nextcloud-file-table td:nth-child(4){width:10%!important;white-space:nowrap;color:#475569}.nextcloud-file-table th:nth-child(5),.nextcloud-file-table td:nth-child(5){width:13%!important;white-space:nowrap;color:#475569}.nextcloud-file-table th:nth-child(6),.nextcloud-file-table td:nth-child(6){width:92px!important;text-align:center!important}.nextcloud-file-table th:nth-child(7),.nextcloud-file-table td:nth-child(7){width:310px!important;text-align:right!important}.nextcloud-file-table tbody tr{min-height:64px}.nextcloud-file-table td{padding:10px 12px!important}.select-all-label,.row-select-label{display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;color:#5b6c84;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.row-select-label span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.file-select-check,#selectAllFiles{width:17px!important;height:17px!important;accent-color:#0b7bb7}.file-actions.nextcloud-actions{white-space:nowrap}.file-inline-actions{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;flex-wrap:nowrap!important}.file-inline-actions .mini-btn{min-height:32px;padding:7px 9px!important;border-radius:10px!important;font-size:11.5px!important;line-height:1!important;white-space:nowrap}.file-inline-actions .mini-btn i{font-size:12px}.share-cell-empty{display:inline-flex;align-items:center;justify-content:center;color:#b5c0ce;font-weight:800;width:38px;height:34px}.share-folder-button{width:38px;height:34px}.nextcloud-file-name{min-width:0}.nextcloud-file-name>div{min-width:0}.nextcloud-file-name a,.file-open-button,.nextcloud-file-name strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-share-brand-logo{gap:12px}.public-share-logo{width:112px;height:auto;display:block}.public-share-brand-logo>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
@media(max-width:1280px){.nextcloud-file-table th:nth-child(7),.nextcloud-file-table td:nth-child(7){width:262px!important}.file-inline-actions .mini-btn{padding:7px 8px!important}.file-inline-actions .mini-btn i{margin-right:0}.file-inline-actions .mini-btn{gap:5px!important}}
@media(max-width:1180px){.file-inline-actions{display:none!important}.compact-actions-menu{display:block}.nextcloud-file-table th:nth-child(7),.nextcloud-file-table td:nth-child(7){width:64px!important}.drive-selection-toolbar{left:18px;right:18px}.select-all-label span{display:none}.nextcloud-file-table th.select-col,.nextcloud-file-table td.file-select-cell{width:54px!important}}
@media(max-width:760px){body.has-drive-selection .drive-file-panel{padding-bottom:132px}.drive-selection-toolbar{left:10px;right:10px;bottom:10px;align-items:flex-start!important;flex-direction:column!important}.drive-selection-actions{width:100%}.drive-selection-actions .btn{flex:1}.public-share-logo{width:96px}}

/* Ajustes v2.8: resumo da pasta no topo, upload discreto, logos e tabela de arquivos */
.drive-folder-overview-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0 18px;padding:12px;border:1px solid #e3edf7;background:linear-gradient(180deg,#ffffff,#f8fbff);border-radius:20px;box-shadow:0 12px 28px rgba(12,36,64,.045)}
.drive-folder-overview-item{display:flex;align-items:center;gap:10px;min-width:0;padding:10px 12px;border:1px solid #e7eef7;background:#fff;border-radius:16px}
.drive-folder-overview-item i{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;background:#e9f8ff;color:#0879aa;font-size:14px;flex:0 0 auto}
.drive-folder-overview-item span{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.drive-folder-overview-item strong{display:block;margin-left:auto;color:#0f1d33;font-size:15px;font-weight:900;white-space:nowrap;text-align:right}
.drive-upload-tray{margin:12px 0 16px;padding:14px;border:1px solid #dceaf6;background:#f8fbff;border-radius:18px;box-shadow:0 14px 32px rgba(12,36,64,.06)}
.drive-upload-tray[hidden]{display:none!important}.drive-upload-tray-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.drive-upload-tray-head strong{display:block;color:#0f1d33;font-weight:900}.drive-upload-tray-head span:not(.badge){display:block;color:#64748b;font-size:12px;margin-top:2px}.drive-upload-tray .compact-upload-queue{max-height:220px;overflow:auto}
.drive-side-panel .drive-folder-summary,.drive-side-panel .drive-upload-queue-card{display:none!important}
.nextcloud-file-table th.select-col,.nextcloud-file-table td.file-select-cell{width:74px!important;min-width:74px!important;text-align:center!important}.select-all-label{gap:6px!important;justify-content:center!important}.select-all-label span{font-size:10px!important;letter-spacing:.03em!important;white-space:nowrap}.nextcloud-file-table th:nth-child(2),.nextcloud-file-table td:nth-child(2){width:auto!important;min-width:220px!important}.nextcloud-file-table th{vertical-align:middle!important}.nextcloud-file-table th:nth-child(7),.nextcloud-file-table td:nth-child(7){width:270px!important}.file-inline-actions .mini-btn{padding:7px 8px!important}.file-table-wrap{overflow-x:auto}.nextcloud-file-table{min-width:980px}
.drive-sidebar-brand .sidebar-logo-img{width:150px!important;height:auto!important}.public-share-logo{width:142px!important;height:auto!important}.public-share-brand-logo{min-height:46px}.public-share-header{align-items:center}.sidebar .brand{min-height:66px}
@media (max-width:980px){.drive-folder-overview-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.nextcloud-file-table{min-width:900px}.drive-sidebar-brand .sidebar-logo-img{width:58px!important}.public-share-logo{width:120px!important}}
@media (max-width:640px){.drive-folder-overview-bar{grid-template-columns:1fr 1fr;padding:10px;gap:8px}.drive-folder-overview-item{padding:9px}.drive-folder-overview-item i{width:28px;height:28px}.drive-folder-overview-item span{font-size:10px}.drive-folder-overview-item strong{font-size:13px}.public-share-logo{width:112px!important}.drive-sidebar-brand .sidebar-logo-img{width:54px!important}.select-all-label span{display:none!important}.nextcloud-file-table th.select-col,.nextcloud-file-table td.file-select-cell{width:54px!important;min-width:54px!important}}

/* v2.9 - upload único e distribuição de armazenamento legível */
.drive-global-progress{display:none!important}
.drive-storage-breakdown-card .storage-auto-badge{display:none!important}
.drive-storage-donut{transition:background .35s ease}
.drive-upload-tray{margin-top:14px}
.drive-upload-tray .progress-upload span{background:linear-gradient(90deg,#ffbf4d,#ff7b7b,#3f6fec)}
/* v3.0 - armazenamento proporcional ao plano e labels mais claros */
.storage-card-title-stack{align-items:flex-start!important}
.storage-card-kicker{display:block;margin-bottom:4px;color:#64748b;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.drive-folder-overview-item span{line-height:1.2}



/* v3.4 - ações de arquivos com ícones compactos e compartilhamento também para arquivos */
.nextcloud-file-table{table-layout:fixed;min-width:960px}
.nextcloud-file-table th.select-col,.nextcloud-file-table td.file-select-cell{width:64px!important;min-width:64px!important;text-align:center!important}
.nextcloud-file-table th:nth-child(2),.nextcloud-file-table td:nth-child(2){width:auto!important;min-width:260px!important}
.nextcloud-file-table th:nth-child(3),.nextcloud-file-table td:nth-child(3){width:15%!important;min-width:128px!important;color:#64748b}
.nextcloud-file-table th:nth-child(4),.nextcloud-file-table td:nth-child(4){width:11%!important;min-width:98px!important;white-space:nowrap;color:#475569}
.nextcloud-file-table th:nth-child(5),.nextcloud-file-table td:nth-child(5){width:14%!important;min-width:128px!important;white-space:nowrap;color:#475569}
.nextcloud-file-table th:nth-child(6),.nextcloud-file-table td:nth-child(6){width:236px!important;min-width:236px!important;text-align:right!important}
.file-actions.nextcloud-actions{white-space:nowrap;text-align:right!important}
.file-inline-actions.icon-action-group{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:nowrap!important}
.file-inline-actions .mini-btn.icon-action,.mini-btn.icon-action{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;padding:0!important;border-radius:13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;background:#fff;border:1px solid #d8e6f3;color:#27384e;text-decoration:none;line-height:1;box-shadow:none;position:relative;overflow:hidden}
.file-inline-actions .mini-btn.icon-action i,.mini-btn.icon-action i{font-size:14px!important;margin:0!important;line-height:1!important}
.file-inline-actions .mini-btn.icon-action:hover,.mini-btn.icon-action:hover{background:#eef8ff;border-color:#abd9f4;color:#086ea5;transform:translateY(-1px);box-shadow:0 10px 22px rgba(8,110,165,.10)}
.file-inline-actions .mini-btn.icon-action.share-action{background:#eaf8ff;border-color:#bde9ff;color:#0674a8}
.file-inline-actions .mini-btn.icon-action.share-action:hover{background:#dff3ff;border-color:#8cd9ff;color:#045f8c}
.file-inline-actions .mini-btn.icon-action.danger,.mini-btn.icon-action.danger{background:#fff7f5!important;border-color:#ffd2cc!important;color:#b42318!important}
.file-inline-actions .mini-btn.icon-action.danger:hover,.mini-btn.icon-action.danger:hover{background:#fff0ed!important;border-color:#ffb8af!important;color:#9f1c12!important}
.file-inline-actions .mini-btn.icon-action span,.mini-btn.icon-action span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.share-cell,.share-cell-empty{display:none!important}.people-pill{width:36px;height:36px;min-width:36px;border-radius:13px}.compact-actions-menu{display:none}.file-row-menu .row-menu button i,.file-row-menu .row-menu a i{width:18px;text-align:center}.share-modal .link-folder-selected span{background:#eef8ff;border:1px solid #d4edff;color:#0772a7}
@media(max-width:1180px){.file-inline-actions.icon-action-group{display:none!important}.compact-actions-menu{display:block}.nextcloud-file-table th:nth-child(6),.nextcloud-file-table td:nth-child(6){width:64px!important;min-width:64px!important}.nextcloud-file-table{min-width:860px}}
@media(max-width:640px){.nextcloud-file-table{min-width:780px}.nextcloud-file-table th.select-col,.nextcloud-file-table td.file-select-cell{width:52px!important;min-width:52px!important}.nextcloud-file-table th:nth-child(6),.nextcloud-file-table td:nth-child(6){width:58px!important;min-width:58px!important}}


/* LOCALIZAÇÃO: /assets/style.css - complemento v3.5 */
.nextcloud-file-table th.actions-col,.nextcloud-file-table td.file-actions{text-align:center}.icon-action-group{justify-content:center}.retention-action{color:#7c3aed;background:#faf5ff;border-color:#e9d5ff}.retention-action:hover{background:#f3e8ff;color:#6d28d9}.retention-action.is-configured{background:#ecfdf5;color:#047857;border-color:#bbf7d0;box-shadow:0 8px 18px rgba(4,120,87,.10)}.retention-action.retention-status-soon,.retention-action.retention-status-today{background:#fffbeb;color:#b45309;border-color:#fde68a}.retention-action.retention-status-expired{background:#fff1f2;color:#be123c;border-color:#ffe4e6}.retention-action.retention-status-paused{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}.retention-path-modal .link-folder-selected{margin:14px 0}.retention-modal-grid{margin-top:14px}.retention-modal-pause{margin:12px 0}.retention-modal-status{display:flex;align-items:center;gap:9px;margin:12px 0 0;padding:11px 13px;border:1px solid #bfdbfe;border-radius:14px;background:#eff6ff;color:#1d4ed8;font-weight:850;font-size:13px}.retention-modal-status i{font-size:15px}.select-all-label span{min-width:72px}.nextcloud-file-table .select-col{width:98px}.nextcloud-file-table .file-select-cell{width:98px}@media (max-width:980px){.nextcloud-file-table .select-col,.nextcloud-file-table .file-select-cell{width:54px}.select-all-label span,.row-select-label span{display:none}.nextcloud-file-table th.actions-col{text-align:right}}


/* v3.6 - ajuste de alinhamento da coluna Ações e prevenção de sobreposição */
.nextcloud-file-table{
  table-layout:fixed !important;
  min-width:1120px !important;
}
.nextcloud-file-table th.select-col,
.nextcloud-file-table td.file-select-cell{
  width:76px !important;
  min-width:76px !important;
  max-width:76px !important;
  text-align:center !important;
}
.nextcloud-file-table th:nth-child(2),
.nextcloud-file-table td:nth-child(2){
  min-width:300px !important;
}
.nextcloud-file-table th:nth-child(3),
.nextcloud-file-table td:nth-child(3){
  width:136px !important;
  min-width:136px !important;
  max-width:136px !important;
}
.nextcloud-file-table th:nth-child(4),
.nextcloud-file-table td:nth-child(4){
  width:110px !important;
  min-width:110px !important;
  max-width:110px !important;
  white-space:nowrap !important;
}
.nextcloud-file-table th:nth-child(5),
.nextcloud-file-table td:nth-child(5){
  width:150px !important;
  min-width:150px !important;
  max-width:150px !important;
  white-space:nowrap !important;
  text-align:left !important;
}
.nextcloud-file-table th.actions-col,
.nextcloud-file-table td.file-actions,
.nextcloud-file-table td.nextcloud-actions{
  width:292px !important;
  min-width:292px !important;
  max-width:292px !important;
  text-align:center !important;
  padding-left:10px !important;
  padding-right:10px !important;
  overflow:visible !important;
}
.nextcloud-file-table th.actions-col{
  text-align:center !important;
}
.file-inline-actions.icon-action-group,
.nextcloud-actions .file-inline-actions.icon-action-group{
  width:100% !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  flex-wrap:nowrap !important;
}
.file-inline-actions .mini-btn.icon-action,
.mini-btn.icon-action{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  min-height:34px !important;
  border-radius:12px !important;
}
.file-inline-actions .mini-btn.icon-action i,
.mini-btn.icon-action i{
  font-size:13px !important;
}
@media (max-width:1280px){
  .file-inline-actions.icon-action-group{display:none!important}
  .compact-actions-menu{display:block!important}
  .nextcloud-file-table{min-width:900px!important}
  .nextcloud-file-table th.actions-col,
  .nextcloud-file-table td.file-actions,
  .nextcloud-file-table td.nextcloud-actions{
    width:64px!important;
    min-width:64px!important;
    max-width:64px!important;
    text-align:center!important;
  }
}

/* Datepicker premium Neexo */
.field-hint{display:block;margin-top:6px;color:var(--muted);font-size:12px;line-height:1.35}.neexo-datepicker-input{cursor:pointer;background:#fff}.neexo-datepicker-popover{position:fixed;z-index:99999;width:318px;background:#fff;border:1px solid #dbe5f1;border-radius:18px;box-shadow:0 22px 55px rgba(15,23,42,.18);padding:14px;display:none;color:#142033}.neexo-datepicker-popover.is-open{display:block}.neexo-datepicker-head{display:grid;grid-template-columns:36px 1fr 82px 36px;gap:8px;align-items:center;margin-bottom:12px}.neexo-datepicker-nav,.neexo-datepicker-link{border:0;background:#f3f7fb;color:#20324a;border-radius:12px;font-weight:800;cursor:pointer;transition:.16s ease}.neexo-datepicker-nav{width:36px;height:36px;font-size:24px;line-height:1}.neexo-datepicker-nav:hover,.neexo-datepicker-link:hover{background:#e8f7fd;color:#0a79a8}.neexo-datepicker-month,.neexo-datepicker-year{height:36px;border:0;background:#fff;color:#172338;font-weight:800;font-size:15px;outline:none}.neexo-datepicker-month{padding-left:4px}.neexo-datepicker-week,.neexo-datepicker-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.neexo-datepicker-week{margin-bottom:6px}.neexo-datepicker-week span{font-size:12px;color:#6a778a;text-align:center;font-weight:800}.neexo-datepicker-day{height:36px;border:0;border-radius:999px;background:transparent;color:#243246;font-size:14px;cursor:pointer;transition:.14s ease}.neexo-datepicker-day:hover{background:#e8f7fd;color:#075e85}.neexo-datepicker-day.is-muted{color:#c5cbd5}.neexo-datepicker-day.is-today{box-shadow:inset 0 0 0 1.5px #7aa894;color:#193d2c}.neexo-datepicker-day.is-selected{background:#0e7bb7;color:#fff;box-shadow:0 8px 20px rgba(14,123,183,.24)}.neexo-datepicker-day:disabled{opacity:.25;cursor:not-allowed;background:transparent;color:#b8c1ce}.neexo-datepicker-foot{display:flex;justify-content:space-between;border-top:1px solid #edf2f7;margin-top:12px;padding-top:10px}.neexo-datepicker-link{padding:8px 12px;font-size:12px}.premium-date-input{background-image:linear-gradient(90deg,transparent calc(100% - 38px),rgba(14,123,183,.06) calc(100% - 38px));padding-right:42px!important}
@media(max-width:520px){.neexo-datepicker-popover{width:calc(100vw - 24px);left:12px!important;right:12px!important}.neexo-datepicker-head{grid-template-columns:34px 1fr 76px 34px}.neexo-datepicker-day{height:34px}}


/* v3.9 - Arquivos: colunas limpas no desktop e cards no celular */
.nextcloud-file-table{
  table-layout:fixed !important;
  width:100% !important;
  min-width:0 !important;
}
.nextcloud-file-table th.select-col,
.nextcloud-file-table td.file-select-cell{
  width:52px !important;
  min-width:52px !important;
  max-width:52px !important;
  text-align:center !important;
  padding-left:10px !important;
  padding-right:8px !important;
}
.nextcloud-file-table th.name-col,
.nextcloud-file-table td.file-name-cell{
  width:auto !important;
  min-width:280px !important;
}
.nextcloud-file-table th.size-col,
.nextcloud-file-table td.file-size-cell{
  width:120px !important;
  min-width:120px !important;
  max-width:120px !important;
  white-space:nowrap !important;
  color:#475569 !important;
}
.nextcloud-file-table th.modified-col,
.nextcloud-file-table td.file-modified-cell{
  width:160px !important;
  min-width:160px !important;
  max-width:160px !important;
  white-space:nowrap !important;
  color:#475569 !important;
}
.nextcloud-file-table th.actions-col,
.nextcloud-file-table td.file-actions,
.nextcloud-file-table td.nextcloud-actions{
  width:272px !important;
  min-width:272px !important;
  max-width:272px !important;
  text-align:center !important;
  padding-left:8px !important;
  padding-right:8px !important;
}
.nextcloud-file-table th.actions-col{
  text-align:center !important;
}
.select-all-label{
  width:24px !important;
  height:24px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:0 !important;
}
.select-all-label span{
  display:none !important;
}
.row-select-label span{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  clip:rect(0 0 0 0) !important;
  white-space:nowrap !important;
}
.file-inline-actions.icon-action-group,
.nextcloud-actions .file-inline-actions.icon-action-group{
  justify-content:center !important;
  gap:7px !important;
}
@media (max-width:1280px){
  .nextcloud-file-table th.actions-col,
  .nextcloud-file-table td.file-actions,
  .nextcloud-file-table td.nextcloud-actions{
    width:64px !important;
    min-width:64px !important;
    max-width:64px !important;
  }
  .file-inline-actions.icon-action-group{display:none!important}
  .compact-actions-menu{display:block!important}
}
@media (max-width:760px){
  .file-table-wrap.nextcloud-table-wrap{
    overflow:visible !important;
  }
  .nextcloud-file-table,
  .nextcloud-file-table tbody,
  .nextcloud-file-table tr,
  .nextcloud-file-table td{
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
  }
  .nextcloud-file-table{
    border-collapse:separate !important;
    border-spacing:0 !important;
  }
  .nextcloud-file-table thead{
    display:none !important;
  }
  .nextcloud-file-table tbody tr{
    position:relative !important;
    display:grid !important;
    grid-template-columns:40px 1fr auto !important;
    grid-template-areas:
      "select name actions"
      "select meta actions" !important;
    column-gap:10px !important;
    row-gap:4px !important;
    margin:10px 0 !important;
    padding:12px !important;
    border:1px solid #e4edf6 !important;
    border-radius:18px !important;
    background:#fff !important;
    box-shadow:0 12px 28px rgba(15,37,64,.05) !important;
  }
  .nextcloud-file-table td{
    border:0 !important;
    border-bottom:0 !important;
    background:transparent !important;
    padding:0 !important;
  }
  .nextcloud-file-table td.file-select-cell{
    grid-area:select !important;
    width:40px !important;
    min-width:40px !important;
    max-width:40px !important;
    display:flex !important;
    align-items:flex-start !important;
    justify-content:center !important;
    padding-top:8px !important;
  }
  .nextcloud-file-table td.file-name-cell{
    grid-area:name !important;
    min-width:0 !important;
  }
  .nextcloud-file-table td.file-size-cell,
  .nextcloud-file-table td.file-modified-cell{
    grid-area:meta !important;
    display:inline-flex !important;
    align-items:center !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    white-space:normal !important;
    font-size:12px !important;
    color:#64748b !important;
    margin-top:2px !important;
  }
  .nextcloud-file-table td.file-size-cell::before{
    content:attr(data-label) ": ";
    font-weight:800;
    color:#475569;
    margin-right:4px;
  }
  .nextcloud-file-table td.file-modified-cell::before{
    content:" • " attr(data-label) ": ";
    font-weight:800;
    color:#475569;
    margin:0 4px 0 8px;
  }
  .nextcloud-file-table td.file-actions,
  .nextcloud-file-table td.nextcloud-actions{
    grid-area:actions !important;
    width:auto !important;
    min-width:46px !important;
    max-width:64px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    text-align:right !important;
  }
  .nextcloud-file-name{
    gap:10px !important;
    align-items:center !important;
  }
  .nextcloud-file-name .file-icon{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    border-radius:13px !important;
  }
  .nextcloud-file-name a,
  .file-open-button,
  .nextcloud-file-name strong{
    font-size:14px !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
  .nextcloud-file-name small{
    font-size:11px !important;
  }
  .file-inline-actions.icon-action-group{
    display:none !important;
  }
  .compact-actions-menu{
    display:block !important;
  }
  .drive-selection-toolbar{
    left:12px !important;
    right:12px !important;
    bottom:12px !important;
    padding:12px !important;
    border-radius:18px !important;
  }
  .drive-selection-toolbar .selection-copy span{
    display:none !important;
  }
}
@media (max-width:420px){
  .nextcloud-file-table tbody tr{
    grid-template-columns:32px 1fr 42px !important;
    padding:10px !important;
  }
  .nextcloud-file-table td.file-size-cell,
  .nextcloud-file-table td.file-modified-cell{
    display:block !important;
  }
  .nextcloud-file-table td.file-modified-cell::before{
    content:attr(data-label) ": ";
    margin-left:0;
  }
}
@media (min-width:761px){
  .nextcloud-file-table .file-inline-actions.icon-action-group{display:inline-flex!important}
  .nextcloud-file-table .compact-actions-menu{display:none!important}
}

/* v4.0 - Home mobile premium do Dashboard, menu sanduíche e navegação inferior */
.mobile-drive-home,
.mobile-bottom-nav,
.mobile-sidebar-backdrop{display:none}

@media (max-width: 820px){
  html,body{height:100%}
  body{background:#f4f7fb;overflow:hidden}
  body.mobile-menu-open{overflow:hidden}
  .dashboard-app-shell{display:block;height:100dvh;min-height:100vh;background:linear-gradient(180deg,#f8fbff 0%,#eef3f8 100%);overflow:hidden}
  .dashboard-app-shell .main.drive-dashboard-page{padding:14px 14px 92px;min-height:100vh;height:100dvh;background:transparent;overflow:hidden}
  .dashboard-app-shell .drive-dashboard-topbar,
  .dashboard-app-shell .drive-dashboard-grid{display:none!important}

  .dashboard-app-shell .sidebar{position:fixed;z-index:2100;left:0;top:0;bottom:0;width:min(84vw,330px);height:100dvh;border-right:1px solid rgba(226,232,240,.95);border-bottom:0;box-shadow:28px 0 80px rgba(15,23,42,.24);transform:translateX(-108%);transition:transform .24s ease;overflow:auto;padding:22px 18px 26px;background:rgba(255,255,255,.97);backdrop-filter:blur(18px)}
  .dashboard-app-shell .sidebar.is-mobile-open{transform:translateX(0)}
  .dashboard-app-shell .drive-sidebar-brand .sidebar-logo-img{width:150px!important;max-width:78%;height:auto}
  .dashboard-app-shell .drive-sidebar-plan{display:grid!important}
  .dashboard-app-shell .nav-section-label{display:block!important;margin-top:10px}
  .dashboard-app-shell .drive-main-nav a{padding:13px 14px;border-radius:16px;font-size:15px}
  .dashboard-app-shell .sidebar-bottom{margin-top:20px}
  .mobile-sidebar-backdrop{position:fixed;inset:0;z-index:2050;border:0;background:rgba(15,23,42,.42);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity .2s ease;display:block}
  .mobile-sidebar-backdrop.is-open{opacity:1;pointer-events:auto}

  .mobile-drive-home{display:block;max-width:480px;margin:0 auto;height:100%;overflow:hidden}
  .mobile-drive-top{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;margin-bottom:14px}
  .mobile-menu-trigger,.mobile-account-chip{width:44px;height:44px;border:1px solid rgba(226,232,240,.95);border-radius:17px;background:rgba(255,255,255,.9);box-shadow:0 10px 28px rgba(15,23,42,.06);display:grid;place-items:center;color:#172033;cursor:pointer}
  .mobile-drive-logo{justify-self:center;width:142px;height:auto;display:block}
  .mobile-account-chip span{width:34px;height:34px;border-radius:13px;background:linear-gradient(135deg,#59bfe3,#356fe5);display:grid;place-items:center;color:#fff;font-weight:900;font-size:12px}

  .mobile-welcome-card{padding:22px 22px 20px;border-radius:28px;background:linear-gradient(135deg,#fff 0%,#f8fbff 45%,#edf7ff 100%);border:1px solid rgba(226,232,240,.95);box-shadow:0 18px 45px rgba(15,23,42,.08);margin-bottom:14px;overflow:hidden;position:relative}
  .mobile-welcome-card:after{content:"";position:absolute;right:-60px;bottom:-80px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(89,191,227,.22),transparent 68%)}
  .mobile-kicker{display:block;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#245d79;margin-bottom:8px}
  .mobile-welcome-card h1{font-size:32px;letter-spacing:-.055em;line-height:1.02;color:#0f172a;margin-bottom:8px}
  .mobile-welcome-card p{color:#64748b;line-height:1.48;font-size:15px;max-width:92%;position:relative;z-index:1}

  .mobile-search-pill{height:52px;border-radius:19px;border:1px solid #dfe7f1;background:rgba(255,255,255,.92);display:flex;align-items:center;gap:10px;padding:0 15px;margin-bottom:14px;box-shadow:0 12px 30px rgba(15,23,42,.05)}
  .mobile-search-pill i{color:#64748b}
  .mobile-search-pill input{border:0;background:transparent;outline:0;min-width:0;width:100%;font-size:15px;color:#0f172a}

  .mobile-storage-hero{border-radius:30px;background:#fff;border:1px solid rgba(226,232,240,.95);box-shadow:0 22px 58px rgba(15,23,42,.1);padding:20px;margin-bottom:14px;overflow:hidden}
  .mobile-storage-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
  .mobile-storage-head span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#355f80;font-weight:900;margin-bottom:6px}
  .mobile-storage-head strong{display:block;font-size:24px;letter-spacing:-.045em;color:#111827;line-height:1.05}
  .mobile-storage-head em{display:block;font-style:normal;color:#64748b;font-weight:700;margin-top:4px;font-size:13px}
  .mobile-storage-head a{width:42px;height:42px;border-radius:16px;background:#0f172a;color:#fff;display:grid;place-items:center;box-shadow:0 12px 28px rgba(15,23,42,.18)}
  .mobile-storage-donut{width:min(255px,74vw);height:min(255px,74vw);border-radius:50%;margin:10px auto 18px;background:conic-gradient(#edf2f7 0 100%);display:grid;place-items:center;position:relative;box-shadow:0 22px 45px rgba(15,23,42,.1)}
  .mobile-storage-donut:before{content:"";position:absolute;inset:34px;border-radius:50%;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:inset 0 0 0 1px rgba(226,232,240,.95)}
  .mobile-storage-donut>div{position:relative;z-index:1;text-align:center;width:126px}
  .mobile-storage-donut strong{display:block;font-size:26px;letter-spacing:-.06em;line-height:1.05;color:#0f172a;white-space:normal;overflow:visible;text-overflow:clip}
  .mobile-storage-donut span{display:block;margin-top:5px;color:#64748b;font-weight:800;font-size:12px}
  .mobile-storage-cats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}
  .mobile-storage-cats>div{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"dot label" "dot value";gap:2px 9px;align-items:center;padding:12px;border-radius:18px;border:1px solid #e7edf5;background:#f8fbff;min-width:0}
  .mobile-storage-cats .storage-dot{grid-area:dot;width:13px;height:13px;align-self:center}
  .mobile-storage-cats em{grid-area:label;font-style:normal;color:#64748b;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mobile-storage-cats strong{grid-area:value;color:#0f172a;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mobile-storage-available{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:13px;border-top:1px solid #edf1f6;color:#64748b;font-size:13px;font-weight:700}
  .mobile-storage-available strong{color:#0f172a;white-space:nowrap}

  .mobile-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}
  .mobile-quick-actions a{display:flex;align-items:center;justify-content:center;gap:9px;min-height:56px;padding:13px;border-radius:19px;background:#fff;border:1px solid #dfe7f1;box-shadow:0 12px 30px rgba(15,23,42,.06);font-weight:900;color:#172033;text-align:center}
  .mobile-quick-actions a.primary{background:linear-gradient(135deg,#2f7cf6,#356fe5);color:#fff;border-color:transparent;box-shadow:0 18px 38px rgba(47,124,246,.24)}
  .mobile-quick-actions i{font-size:16px}

  .mobile-attention-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border-radius:22px;background:#111827;color:#fff;box-shadow:0 18px 44px rgba(15,23,42,.18);margin-bottom:14px}
  .mobile-attention-card span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;color:#b7c3d7;margin-bottom:5px}
  .mobile-attention-card strong{display:block;font-size:16px;letter-spacing:-.015em}
  .mobile-attention-card em{display:block;font-style:normal;color:#b7c3d7;margin-top:4px;font-size:12px;line-height:1.4}
  .mobile-attention-card a{padding:10px 13px;border-radius:14px;background:#fff;color:#111827;font-weight:900;font-size:13px;white-space:nowrap}

  .mobile-section-list{margin-bottom:14px}
  .mobile-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 2px 9px}
  .mobile-section-head h2{font-size:18px;letter-spacing:-.03em;color:#111827}
  .mobile-section-head a{font-size:12px;font-weight:800;color:#2f7cf6}
  .mobile-card-list{display:grid;gap:9px}
  .mobile-file-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px;border-radius:20px;background:#fff;border:1px solid #e6edf5;box-shadow:0 12px 30px rgba(15,23,42,.055)}
  .mobile-file-icon{width:46px;height:46px;border-radius:16px;background:#eef8fd;color:#0873a2;display:grid;place-items:center;font-size:18px;border:1px solid #d8eef7}
  .mobile-file-icon.folder{background:#fff4d6;color:#8a5600;border-color:#ffe0a6}
  .mobile-file-card strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f2937;font-size:14px}
  .mobile-file-card em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:12px;font-style:normal;margin-top:4px}
  .mobile-file-card>i{color:#94a3b8;font-size:12px}
  .mobile-empty{padding:16px;border-radius:18px;border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;font-size:13px;line-height:1.5}

  .mobile-bottom-nav{position:fixed;left:12px;right:12px;bottom:12px;z-index:1600;display:grid;grid-template-columns:repeat(5,1fr);gap:3px;padding:8px;border-radius:26px;background:rgba(255,255,255,.94);border:1px solid rgba(226,232,240,.95);box-shadow:0 18px 55px rgba(15,23,42,.18);backdrop-filter:blur(18px)}
  .mobile-bottom-nav a,.mobile-bottom-nav button{border:0;background:transparent;color:#64748b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:48px;border-radius:18px;font-size:10px;font-weight:900;cursor:pointer}
  .mobile-bottom-nav i{font-size:16px}
  .mobile-bottom-nav .active{background:#eef6ff;color:#2f7cf6}
}

@media (max-width: 380px){
  .mobile-drive-logo{width:126px}
  .mobile-storage-cats{grid-template-columns:1fr}
  .mobile-quick-actions{grid-template-columns:1fr}
  .mobile-bottom-nav span{font-size:9px}
  .mobile-storage-donut{width:238px;height:238px}
}

/* v4.1 - Dashboard premium inspirado em app mobile de armazenamento */
:root{
  --storage-photo:#ffd85d;
  --storage-video:#4d8dff;
  --storage-audio:#b9f26c;
  --storage-documents:#ff7a1a;
  --storage-other:#9b7cff;
  --storage-available:#eef2f7;
}
.is-hidden{display:none!important}
.storage-dot.storage-audio{background:var(--storage-audio)}

.drive-dashboard-storage-card{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
  border-radius:30px!important;
  box-shadow:0 24px 70px rgba(15,23,42,.10)!important;
}
.drive-dashboard-storage-card .card-head h2{font-size:24px;letter-spacing:-.04em}
.drive-dashboard-storage-card .section-overline{color:#355f80}
.drive-dashboard-storage-card .drive-storage-donut{
  width:228px!important;height:228px!important;margin:12px auto 18px!important;
  border-radius:50%;background:conic-gradient(var(--storage-available) 0 100%);
  box-shadow:0 22px 46px rgba(15,23,42,.10), inset 0 0 0 1px rgba(255,255,255,.6)!important;
}
.drive-dashboard-storage-card .drive-storage-donut:before{
  inset:42px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 0 0 1px rgba(226,232,240,.92)!important;
}
.drive-dashboard-storage-card .drive-storage-donut-center strong{font-size:28px!important;letter-spacing:-.06em;color:#0f172a!important}
.drive-dashboard-storage-card .drive-storage-donut-center span{font-size:12px;color:#64748b;font-weight:900}
.drive-dashboard-storage-card .storage-breakdown-status{background:#f7fbff;border-color:#dfeaf7;color:#49657d}
.drive-dashboard-storage-card .storage-breakdown-legend div{padding:8px 0}
.drive-dashboard-storage-card .storage-total-line{margin-top:8px}

@media (max-width:820px){
  .dashboard-app-shell{background:linear-gradient(155deg,#f7fbff 0%,#eef6ff 48%,#f8fbff 100%)}
  .dashboard-app-shell .main.drive-dashboard-page{padding:16px 14px 108px!important;background:transparent!important}
  .mobile-premium-v41{max-width:430px!important;padding:0 0 6px}
  .mobile-app-topbar{grid-template-columns:48px 1fr auto!important;margin-bottom:18px!important}
  .mobile-top-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}
  .mobile-round-action{width:46px;height:46px;border-radius:18px;border:1px solid rgba(255,255,255,.88);background:rgba(255,255,255,.68);display:grid;place-items:center;color:#111827;box-shadow:0 12px 32px rgba(15,23,42,.08);backdrop-filter:blur(18px);cursor:pointer}
  .mobile-round-action i{font-size:16px}
  .mobile-drive-logo{justify-self:center;width:156px!important;filter:drop-shadow(0 8px 18px rgba(15,23,42,.08))}
  .mobile-account-chip{width:46px!important;height:46px!important;border-radius:18px!important;background:rgba(255,255,255,.76)!important;border:1px solid rgba(255,255,255,.9)!important;box-shadow:0 12px 32px rgba(15,23,42,.08)!important}
  .mobile-account-chip span{width:35px!important;height:35px!important;border-radius:14px!important;background:linear-gradient(135deg,#5bc3e8,#4473f2)!important;font-size:12px!important}

  .mobile-hero-title{margin:2px 8px 14px}
  .mobile-hero-title span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:#355f80;margin-bottom:8px}
  .mobile-hero-title h1{font-size:34px;line-height:1;letter-spacing:-.06em;color:#0f172a}

  .mobile-search-glass{height:54px!important;border-radius:999px!important;background:rgba(255,255,255,.78)!important;border:1px solid rgba(255,255,255,.96)!important;box-shadow:inset 0 0 0 1px rgba(226,232,240,.62),0 18px 42px rgba(15,23,42,.07)!important;margin-bottom:14px!important;padding:0 17px!important;backdrop-filter:blur(16px)}
  .mobile-search-glass input{font-size:15px;color:#111827}

  .mobile-storage-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px;padding:10px;border-radius:28px;background:rgba(255,255,255,.52);border:1px solid rgba(255,255,255,.9);box-shadow:0 18px 42px rgba(15,23,42,.06);backdrop-filter:blur(18px)}
  .mobile-category-card{min-height:90px;border-radius:22px;background:rgba(255,255,255,.84);border:1px solid rgba(255,255,255,.96);box-shadow:0 12px 28px rgba(15,23,42,.06);padding:12px;display:grid;grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;align-items:center;position:relative;overflow:hidden}
  .mobile-category-card:after{content:"";position:absolute;right:-24px;bottom:-24px;width:70px;height:70px;border-radius:28px;opacity:.25;transform:rotate(16deg);background:currentColor}
  .mobile-category-card span{grid-row:1/3;width:46px;height:46px;border-radius:17px;display:grid;place-items:center;background:#fff;font-size:18px;box-shadow:0 8px 20px rgba(15,23,42,.08);position:relative;z-index:1}
  .mobile-category-card em{font-style:normal;font-weight:900;color:#172033;font-size:14px;position:relative;z-index:1}
  .mobile-category-card strong{font-size:17px;letter-spacing:-.035em;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:1}
  .mobile-category-card.cat-photo{color:var(--storage-photo)}
  .mobile-category-card.cat-video{color:var(--storage-video)}
  .mobile-category-card.cat-documents{color:var(--storage-documents)}
  .mobile-category-card.cat-audio{color:var(--storage-audio)}
  .mobile-category-card.cat-other{color:var(--storage-other)}
  .mobile-category-card.cat-photo span{background:#fff5c7;color:#b87900}
  .mobile-category-card.cat-video span{background:#e5f0ff;color:#2f6bea}
  .mobile-category-card.cat-documents span{background:#fff0e6;color:#dd5b00}
  .mobile-category-card.cat-audio span{background:#efffdd;color:#569900}
  .mobile-category-card.cat-other span{background:#f0ecff;color:#6b4ef6}

  .mobile-memory-status{background:linear-gradient(180deg,#ffffff 0%,#f6f9ff 100%)!important;border:1px solid rgba(255,255,255,.96)!important;border-radius:32px!important;box-shadow:0 26px 70px rgba(15,23,42,.12)!important;padding:18px!important;margin-bottom:14px!important;position:relative;overflow:hidden}
  .mobile-memory-status:before{content:"";position:absolute;inset:auto -60px -110px auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(77,141,255,.16),transparent 66%)}
  .mobile-memory-status .mobile-storage-head{align-items:center!important;margin-bottom:10px!important;position:relative;z-index:1}
  .mobile-memory-label{display:flex;align-items:center;gap:10px;font-weight:950;color:#111827;font-size:15px}
  .mobile-memory-label i{width:36px;height:36px;border-radius:14px;display:grid;place-items:center;background:#fff;color:#0f172a;box-shadow:0 10px 24px rgba(15,23,42,.08)}
  .mobile-memory-status .mobile-storage-head a{width:44px!important;height:44px!important;border-radius:50%!important;background:linear-gradient(135deg,#8877ff,#356fe5)!important;color:#fff!important;box-shadow:0 14px 32px rgba(53,111,229,.22)!important}
  .mobile-organic-donut{width:min(260px,76vw)!important;height:min(260px,76vw)!important;margin:8px auto 12px!important;background:conic-gradient(var(--storage-available) 0 100%);box-shadow:0 20px 44px rgba(15,23,42,.08)!important;position:relative;overflow:visible!important}
  .mobile-organic-donut:before{inset:58px!important;background:linear-gradient(180deg,#fff,#f9fbff)!important;box-shadow:0 0 0 1px rgba(226,232,240,.9),inset 0 1px 0 rgba(255,255,255,.95)!important}
  .mobile-organic-donut:after{content:"";position:absolute;right:12%;top:18%;width:72px;height:120px;border-radius:999px;background:repeating-linear-gradient(135deg,rgba(255,255,255,.86) 0 5px,transparent 5px 13px);transform:rotate(24deg);opacity:.65;pointer-events:none}
  .mobile-organic-donut>div{width:120px!important;z-index:2!important}
  .mobile-organic-donut strong{font-size:30px!important;letter-spacing:-.07em!important;color:#111827!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:132px;margin:0 auto}
  .mobile-organic-donut span{font-size:12px!important;color:#64748b!important;font-weight:900!important}
  .donut-label{position:absolute;z-index:3;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.95);box-shadow:0 10px 24px rgba(15,23,42,.08);font-size:10px;font-weight:950;color:#111827;line-height:1;white-space:nowrap}
  .label-photo{left:5%;top:23%;transform:rotate(-18deg)}
  .label-video{right:2%;top:34%;transform:rotate(72deg)}
  .label-documents{right:18%;bottom:11%;transform:rotate(-10deg)}
  .label-audio{left:1%;bottom:22%;transform:rotate(-58deg)}
  .label-other{right:8%;top:12%;transform:rotate(12deg)}
  .mobile-storage-summary-line{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;text-align:center;margin:4px 0 10px;color:#64748b;font-size:12px;font-weight:800;position:relative;z-index:1}
  .mobile-storage-summary-line strong{color:#111827;font-size:14px}
  .mobile-storage-available{background:rgba(248,250,252,.78);border:1px solid #e7edf5;border-radius:18px;padding:12px 14px!important;position:relative;z-index:1}
  .mobile-storage-available strong{max-width:160px;overflow:hidden;text-overflow:ellipsis}

  .mobile-action-panel{grid-template-columns:1fr 1fr!important;gap:10px!important;background:rgba(255,255,255,.52);border:1px solid rgba(255,255,255,.92);border-radius:28px;padding:10px;box-shadow:0 16px 38px rgba(15,23,42,.06);backdrop-filter:blur(16px)}
  .mobile-action-panel a{border-radius:20px!important;box-shadow:0 8px 22px rgba(15,23,42,.055)!important;background:rgba(255,255,255,.88)!important;min-height:54px!important;color:#172033!important}
  .mobile-action-panel a.primary{background:linear-gradient(135deg,#356fe5,#6f86ff)!important;color:#fff!important;box-shadow:0 14px 34px rgba(53,111,229,.24)!important}

  .mobile-attention-soft{background:linear-gradient(135deg,#111827,#253044)!important;border-radius:26px!important;margin-bottom:16px!important}
  .mobile-section-head h2{font-size:18px!important}
  .mobile-file-card{border-radius:22px!important;background:rgba(255,255,255,.88)!important;border-color:rgba(255,255,255,.92)!important;box-shadow:0 12px 32px rgba(15,23,42,.06)!important}
  .mobile-bottom-nav{left:16px!important;right:16px!important;bottom:14px!important;border-radius:999px!important;padding:8px!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(255,255,255,.95)!important;box-shadow:0 18px 56px rgba(15,23,42,.18)!important}
  .mobile-bottom-nav a,.mobile-bottom-nav button{border-radius:999px!important;min-height:50px!important}
  .mobile-bottom-nav .active{background:linear-gradient(135deg,#356fe5,#6f86ff)!important;color:#fff!important;box-shadow:0 12px 28px rgba(53,111,229,.25)!important}
}

@media (max-width:380px){
  .mobile-storage-category-grid{grid-template-columns:1fr 1fr!important;gap:8px;padding:8px}
  .mobile-category-card{min-height:82px;padding:10px;grid-template-columns:42px minmax(0,1fr)}
  .mobile-category-card span{width:40px;height:40px;border-radius:15px}
  .mobile-category-card strong{font-size:15px}
  .mobile-drive-logo{width:138px!important}
  .mobile-organic-donut{width:230px!important;height:230px!important}
  .mobile-organic-donut:before{inset:50px!important}
  .mobile-action-panel{grid-template-columns:1fr!important}
}


/* Dashboard mobile premium v4.2: hero arc inspirado em app nativo */
@media (max-width:820px){
  .dashboard-app-shell{background:linear-gradient(145deg,#f8fbff 0%,#eef6ff 44%,#f7fbff 100%)}
  .dashboard-app-shell .main.drive-dashboard-page{padding:16px 14px 104px!important;overflow-x:hidden}
  .mobile-premium-v42{max-width:430px!important;margin:0 auto!important;padding:0 0 8px!important}
  .mobile-premium-v42 .mobile-app-topbar{grid-template-columns:48px 1fr auto!important;margin-bottom:16px!important}
  .mobile-premium-v42 .mobile-round-action,
  .mobile-premium-v42 .mobile-account-chip{box-shadow:0 14px 34px rgba(15,23,42,.09)!important;background:rgba(255,255,255,.78)!important;border-color:rgba(255,255,255,.96)!important}
  .mobile-premium-v42 .mobile-drive-logo{width:166px!important;max-height:46px!important;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(15,23,42,.08))}
  .mobile-premium-v42 .mobile-hero-title{margin:0 8px 14px!important}
  .mobile-premium-v42 .mobile-hero-title span{font-size:10.5px!important;letter-spacing:.18em!important;color:#1f5e89!important}
  .mobile-premium-v42 .mobile-hero-title h1{font-size:32px!important;letter-spacing:-.065em!important;color:#07111f!important}
  .mobile-premium-v42 .mobile-search-glass{height:52px!important;margin-bottom:13px!important;background:rgba(255,255,255,.8)!important}

  .mobile-premium-v42 .mobile-storage-category-grid{border-radius:30px!important;padding:10px!important;gap:10px!important;background:rgba(255,255,255,.58)!important;box-shadow:0 18px 44px rgba(15,23,42,.065)!important}
  .mobile-premium-v42 .mobile-category-card{min-height:84px!important;border-radius:23px!important;padding:12px!important;grid-template-columns:48px minmax(0,1fr)!important;background:rgba(255,255,255,.9)!important;box-shadow:0 14px 30px rgba(15,23,42,.065)!important}
  .mobile-premium-v42 .mobile-category-card span{width:46px!important;height:46px!important;border-radius:18px!important}
  .mobile-premium-v42 .mobile-category-card em{font-size:14px!important;line-height:1.1!important}
  .mobile-premium-v42 .mobile-category-card strong{font-size:16px!important;line-height:1.15!important}
  .mobile-premium-v42 .mobile-category-card:after{width:72px!important;height:72px!important;right:-24px!important;bottom:-28px!important;border-radius:28px!important;opacity:.26!important}

  .mobile-premium-v42 .mobile-memory-arc-card{border-radius:34px!important;padding:16px 16px 15px!important;margin-bottom:14px!important;background:linear-gradient(180deg,#fff 0%,#f7faff 100%)!important;box-shadow:0 28px 72px rgba(15,23,42,.12)!important;overflow:hidden!important}
  .mobile-premium-v42 .mobile-memory-arc-card:before{width:260px!important;height:260px!important;right:-90px!important;bottom:-132px!important;background:radial-gradient(circle,rgba(83,137,255,.18),transparent 67%)!important}
  .mobile-premium-v42 .mobile-memory-label{font-size:12.1px!important;letter-spacing:.09em!important;text-transform:uppercase!important;color:#254b67!important;gap:10px!important;max-width:210px;line-height:1.12}
  .mobile-premium-v42 .mobile-memory-label i{width:34px!important;height:34px!important;border-radius:14px!important;background:#fff!important;color:#132033!important}
  .mobile-premium-v42 .mobile-memory-status .mobile-storage-head{margin-bottom:2px!important}
  .mobile-premium-v42 .mobile-memory-status .mobile-storage-head a{width:44px!important;height:44px!important;border-radius:50%!important;background:linear-gradient(135deg,#8877ff,#356fe5)!important}

  .mobile-premium-v42 .mobile-organic-donut{
    --mobile-storage-gradient:conic-gradient(var(--storage-available) 0% 100%);
    width:min(318px,86vw)!important;
    height:176px!important;
    margin:2px auto 4px!important;
    background:transparent!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    display:block!important;
    position:relative!important;
  }
  .mobile-premium-v42 .mobile-organic-donut:before{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:20px!important;
    transform:translateX(-50%) rotate(-18deg)!important;
    width:286px!important;
    height:286px!important;
    border-radius:50%!important;
    background:var(--mobile-storage-gradient)!important;
    box-shadow:0 22px 46px rgba(15,23,42,.08)!important;
    inset:auto!important;
  }
  .mobile-premium-v42 .mobile-organic-donut:after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:74px!important;
    transform:translateX(-50%)!important;
    width:178px!important;
    height:178px!important;
    border-radius:50%!important;
    background:linear-gradient(180deg,#fff,#f8fbff)!important;
    box-shadow:0 0 0 1px rgba(226,232,240,.92),inset 0 1px 0 rgba(255,255,255,.95)!important;
    opacity:1!important;
  }
  .mobile-premium-v42 .mobile-organic-donut>div{
    position:absolute!important;
    z-index:4!important;
    left:50%!important;
    top:108px!important;
    transform:translateX(-50%)!important;
    width:150px!important;
    text-align:center!important;
  }
  .mobile-premium-v42 .mobile-organic-donut strong{font-size:32px!important;letter-spacing:-.075em!important;max-width:150px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#0b1321!important}
  .mobile-premium-v42 .mobile-organic-donut span{margin-top:3px!important;font-size:12px!important;color:#64748b!important;font-weight:950!important}
  .mobile-premium-v42 .donut-label{font-size:9.5px!important;padding:6px 8px!important;z-index:5!important;background:rgba(255,255,255,.84)!important}
  .mobile-premium-v42 .label-photo{left:16%!important;top:69px!important;transform:rotate(-18deg)!important}
  .mobile-premium-v42 .label-video{right:6%!important;top:76px!important;transform:rotate(74deg)!important}
  .mobile-premium-v42 .label-documents{right:20%!important;top:28px!important;transform:rotate(10deg)!important}
  .mobile-premium-v42 .label-audio{left:4%!important;top:102px!important;transform:rotate(-58deg)!important}
  .mobile-premium-v42 .label-other{right:17%!important;top:50px!important;transform:rotate(-12deg)!important}

  .mobile-premium-v42 .mobile-storage-summary-line{margin:0 0 10px!important;line-height:1.25!important}
  .mobile-premium-v42 .mobile-storage-summary-line strong{font-size:14px!important;color:#0b1321!important}
  .mobile-premium-v42 .mobile-storage-available{border-radius:18px!important;padding:11px 13px!important;background:rgba(248,250,252,.78)!important}
  .mobile-premium-v42 .mobile-storage-available strong{max-width:180px!important}

  .mobile-premium-v42 .mobile-action-panel{margin-top:0!important;border-radius:30px!important;box-shadow:0 18px 42px rgba(15,23,42,.065)!important}
  .mobile-premium-v42 .mobile-action-panel a{min-height:52px!important;border-radius:20px!important}
  .mobile-premium-v42 .mobile-bottom-nav{border-radius:999px!important;padding:8px!important}
}

@media (max-width:380px){
  .mobile-premium-v42 .mobile-drive-logo{width:146px!important}
  .mobile-premium-v42 .mobile-hero-title h1{font-size:30px!important}
  .mobile-premium-v42 .mobile-organic-donut{width:286px!important;height:168px!important}
  .mobile-premium-v42 .mobile-organic-donut:before{width:260px!important;height:260px!important;top:20px!important}
  .mobile-premium-v42 .mobile-organic-donut:after{width:162px!important;height:162px!important;top:72px!important}
  .mobile-premium-v42 .mobile-organic-donut>div{top:102px!important;width:136px!important}
  .mobile-premium-v42 .mobile-organic-donut strong{font-size:28px!important;max-width:136px!important}
  .mobile-premium-v42 .mobile-category-card{min-height:80px!important;grid-template-columns:42px minmax(0,1fr)!important}
  .mobile-premium-v42 .mobile-category-card span{width:40px!important;height:40px!important}
}

/* v4.3 - Dashboard mobile premium com arco orgânico real */
@media (max-width:820px){
  .mobile-premium-v43{max-width:430px!important;margin:0 auto!important;padding:0 0 8px!important}
  .mobile-premium-v43 .mobile-app-topbar{grid-template-columns:48px 1fr auto!important;margin-bottom:14px!important}
  .mobile-premium-v43 .mobile-round-action,
  .mobile-premium-v43 .mobile-account-chip{width:46px!important;height:46px!important;border-radius:18px!important;background:rgba(255,255,255,.76)!important;border:1px solid rgba(255,255,255,.92)!important;box-shadow:0 14px 34px rgba(15,23,42,.08)!important;backdrop-filter:blur(18px)!important}
  .mobile-premium-v43 .mobile-drive-logo{width:162px!important;max-height:45px!important;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(15,23,42,.08))}
  .mobile-premium-v43 .mobile-hero-title{margin:0 8px 12px!important}
  .mobile-premium-v43 .mobile-hero-title span{font-size:10.5px!important;letter-spacing:.18em!important;color:#1f5e89!important}
  .mobile-premium-v43 .mobile-hero-title h1{font-size:31px!important;letter-spacing:-.065em!important;color:#07111f!important;line-height:1.02!important}
  .mobile-premium-v43 .mobile-search-glass{height:50px!important;margin-bottom:12px!important;background:rgba(255,255,255,.82)!important;border-radius:24px!important;box-shadow:0 14px 34px rgba(15,23,42,.055)!important}

  .mobile-premium-v43 .mobile-storage-category-grid{border-radius:29px!important;padding:10px!important;gap:9px!important;background:rgba(255,255,255,.58)!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 18px 44px rgba(15,23,42,.065)!important;margin-bottom:12px!important}
  .mobile-premium-v43 .mobile-category-card{min-height:68px!important;border-radius:22px!important;padding:9px 10px!important;grid-template-columns:42px minmax(0,1fr)!important;column-gap:9px!important;background:rgba(255,255,255,.92)!important;border:1px solid rgba(255,255,255,.98)!important;box-shadow:0 12px 26px rgba(15,23,42,.055)!important;overflow:hidden!important}
  .mobile-premium-v43 .mobile-category-card:after{display:none!important}
  .mobile-premium-v43 .mobile-category-card span{width:40px!important;height:40px!important;border-radius:16px!important;font-size:16px!important;box-shadow:0 8px 18px rgba(15,23,42,.07)!important}
  .mobile-premium-v43 .mobile-category-card em{font-size:13px!important;line-height:1.08!important;color:#101828!important;font-weight:950!important}
  .mobile-premium-v43 .mobile-category-card strong{font-size:15px!important;line-height:1.12!important;color:#111827!important;font-weight:950!important;max-width:100%!important}

  .mobile-premium-v43 .mobile-memory-arc-card{border-radius:31px!important;padding:15px 15px 13px!important;margin-bottom:13px!important;background:linear-gradient(180deg,#fff 0%,#f7faff 100%)!important;box-shadow:0 24px 64px rgba(15,23,42,.115)!important;border:1px solid rgba(255,255,255,.96)!important;overflow:hidden!important;position:relative!important}
  .mobile-premium-v43 .mobile-memory-arc-card:before{content:""!important;position:absolute!important;right:-88px!important;bottom:-130px!important;width:250px!important;height:250px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(83,137,255,.16),transparent 68%)!important}
  .mobile-premium-v43 .mobile-memory-status .mobile-storage-head{margin-bottom:2px!important;position:relative!important;z-index:3!important;align-items:center!important}
  .mobile-premium-v43 .mobile-memory-label{font-size:13px!important;letter-spacing:.095em!important;text-transform:uppercase!important;color:#254b67!important;gap:10px!important;max-width:225px!important;line-height:1.13!important}
  .mobile-premium-v43 .mobile-memory-label i{width:34px!important;height:34px!important;border-radius:14px!important;background:#fff!important;color:#132033!important;box-shadow:0 10px 24px rgba(15,23,42,.08)!important}
  .mobile-premium-v43 .mobile-memory-status .mobile-storage-head a{width:43px!important;height:43px!important;border-radius:50%!important;background:linear-gradient(135deg,#8877ff,#356fe5)!important;color:#fff!important;box-shadow:0 14px 32px rgba(53,111,229,.22)!important}

  .mobile-premium-v43 .mobile-arc-meter{width:min(324px,87vw)!important;height:176px!important;margin:0 auto 2px!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;display:block!important;position:relative!important}
  .mobile-premium-v43 .mobile-arc-meter:before,
  .mobile-premium-v43 .mobile-arc-meter:after{display:none!important}
  .mobile-premium-v43 .mobile-arc-svg{position:absolute!important;left:50%!important;top:0!important;width:330px!important;height:238px!important;transform:translateX(-50%)!important;overflow:visible!important;filter:drop-shadow(0 18px 24px rgba(15,23,42,.09))}
  .mobile-premium-v43 .mobile-arc-track,
  .mobile-premium-v43 .mobile-arc-segment{fill:none!important;stroke-width:43!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .mobile-premium-v43 .mobile-arc-track{stroke:rgba(238,242,247,.9)!important}
  .mobile-premium-v43 .mobile-arc-segment{stroke-dasharray:0 100;stroke-dashoffset:0;transition:stroke-dasharray .65s ease,stroke-dashoffset .65s ease,opacity .25s ease}
  .mobile-premium-v43 .mobile-arc-segment.is-empty{opacity:0}
  .mobile-premium-v43 .arc-photo{stroke:var(--storage-photo)!important}
  .mobile-premium-v43 .arc-video{stroke:var(--storage-video)!important}
  .mobile-premium-v43 .arc-documents{stroke:var(--storage-documents)!important}
  .mobile-premium-v43 .arc-audio{stroke:var(--storage-audio)!important}
  .mobile-premium-v43 .arc-other{stroke:var(--storage-other)!important}
  .mobile-premium-v43 .mobile-arc-center{position:absolute!important;z-index:4!important;left:50%!important;top:98px!important;transform:translateX(-50%)!important;width:148px!important;text-align:center!important;background:rgba(255,255,255,.78)!important;border-radius:28px!important;padding:10px 6px 8px!important;box-shadow:0 10px 24px rgba(15,23,42,.055)!important}
  .mobile-premium-v43 .mobile-arc-center strong{font-size:29px!important;letter-spacing:-.075em!important;max-width:138px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#0b1321!important;display:block!important;line-height:1!important}
  .mobile-premium-v43 .mobile-arc-center span{margin-top:3px!important;font-size:12px!important;color:#64748b!important;font-weight:950!important;display:block!important}
  .mobile-premium-v43 .donut-label{position:absolute!important;z-index:5!important;font-size:9.5px!important;line-height:1!important;padding:6px 8px!important;border-radius:999px!important;background:rgba(255,255,255,.88)!important;color:#0f172a!important;box-shadow:0 9px 20px rgba(15,23,42,.08)!important;letter-spacing:-.02em!important}
  .mobile-premium-v43 .label-photo{left:18%!important;top:77px!important;transform:rotate(-18deg)!important}
  .mobile-premium-v43 .label-video{right:7%!important;top:82px!important;transform:rotate(72deg)!important}
  .mobile-premium-v43 .label-documents{right:20%!important;top:26px!important;transform:rotate(8deg)!important}
  .mobile-premium-v43 .label-audio{left:4%!important;top:108px!important;transform:rotate(-58deg)!important}
  .mobile-premium-v43 .label-other{right:17%!important;top:52px!important;transform:rotate(-10deg)!important}

  .mobile-premium-v43 .mobile-storage-summary-line{margin:2px 0 9px!important;line-height:1.25!important;text-align:center!important;position:relative!important;z-index:3!important}
  .mobile-premium-v43 .mobile-storage-summary-line strong{font-size:14px!important;color:#0b1321!important}
  .mobile-premium-v43 .mobile-storage-summary-line span{display:block!important;color:#64748b!important;font-size:12px!important;font-weight:800!important;margin-top:2px!important}
  .mobile-premium-v43 .mobile-storage-available{border-radius:17px!important;padding:10px 13px!important;background:rgba(248,250,252,.8)!important;position:relative!important;z-index:3!important}
  .mobile-premium-v43 .mobile-storage-available strong{max-width:178px!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .mobile-premium-v43 .mobile-action-panel{border-radius:28px!important;box-shadow:0 18px 42px rgba(15,23,42,.065)!important;gap:9px!important}
  .mobile-premium-v43 .mobile-action-panel a{min-height:52px!important;border-radius:20px!important}
  .mobile-premium-v43 .mobile-bottom-nav{border-radius:999px!important;padding:8px!important;box-shadow:0 18px 48px rgba(15,23,42,.18)!important}
}

@media (max-width:380px){
  .mobile-premium-v43 .mobile-drive-logo{width:144px!important}
  .mobile-premium-v43 .mobile-hero-title h1{font-size:29px!important}
  .mobile-premium-v43 .mobile-storage-category-grid{gap:8px!important;padding:9px!important}
  .mobile-premium-v43 .mobile-category-card{min-height:64px!important;grid-template-columns:38px minmax(0,1fr)!important;padding:8px!important}
  .mobile-premium-v43 .mobile-category-card span{width:36px!important;height:36px!important;border-radius:14px!important}
  .mobile-premium-v43 .mobile-category-card strong{font-size:14px!important}
  .mobile-premium-v43 .mobile-arc-meter{width:300px!important;height:170px!important}
  .mobile-premium-v43 .mobile-arc-svg{width:306px!important;height:226px!important}
  .mobile-premium-v43 .mobile-arc-track,
  .mobile-premium-v43 .mobile-arc-segment{stroke-width:40!important}
  .mobile-premium-v43 .mobile-arc-center{top:96px!important;width:136px!important}
  .mobile-premium-v43 .mobile-arc-center strong{font-size:27px!important;max-width:128px!important}
}


/* v4.7 - Dashboard mobile Storage Halo premium, sem duplicar valor e sem ponta residual */
@media (max-width:820px){
  .mobile-premium-v47{max-width:430px!important;margin:0 auto!important;padding:0 0 4px!important;display:flex!important;flex-direction:column!important;min-height:calc(100dvh - 110px)!important;overflow:hidden!important}
  .mobile-premium-v47 .mobile-app-topbar{grid-template-columns:48px 1fr auto!important;margin-bottom:14px!important}
  .mobile-premium-v47 .mobile-round-action,
  .mobile-premium-v47 .mobile-account-chip{width:46px!important;height:46px!important;border-radius:18px!important;background:rgba(255,255,255,.76)!important;border:1px solid rgba(255,255,255,.92)!important;box-shadow:0 14px 34px rgba(15,23,42,.08)!important;backdrop-filter:blur(18px)!important}
  .mobile-premium-v47 .mobile-drive-logo{width:162px!important;max-height:45px!important;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(15,23,42,.08))}
  .mobile-premium-v47 .mobile-hero-title{margin:0 8px 12px!important}
  .mobile-premium-v47 .mobile-hero-title span{font-size:10.5px!important;letter-spacing:.18em!important;color:#1f5e89!important}
  .mobile-premium-v47 .mobile-hero-title h1{font-size:31px!important;letter-spacing:-.065em!important;color:#07111f!important;line-height:1.02!important}
  .mobile-premium-v47 .mobile-search-glass{height:50px!important;margin-bottom:12px!important;background:rgba(255,255,255,.82)!important;border-radius:24px!important;box-shadow:0 14px 34px rgba(15,23,42,.055)!important}

  .mobile-premium-v47 .mobile-storage-category-grid{border-radius:29px!important;padding:10px!important;gap:9px!important;background:rgba(255,255,255,.58)!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 18px 44px rgba(15,23,42,.065)!important;margin-bottom:12px!important}
  .mobile-premium-v47 .mobile-category-card{min-height:74px!important;border-radius:22px!important;padding:10px 12px!important;grid-template-columns:50px minmax(0,1fr)!important;column-gap:10px!important;background:rgba(255,255,255,.92)!important;border:1px solid rgba(255,255,255,.98)!important;box-shadow:0 12px 26px rgba(15,23,42,.055)!important;overflow:hidden!important}
  .mobile-premium-v47 .mobile-category-card:after{display:none!important}
  .mobile-premium-v47 .mobile-category-card span{width:48px!important;height:48px!important;border-radius:18px!important;font-size:19px!important;box-shadow:0 8px 18px rgba(15,23,42,.07)!important}
  .mobile-premium-v47 .mobile-category-card em{font-size:13px!important;line-height:1.08!important;color:#101828!important;font-weight:800!important}
  .mobile-premium-v47 .mobile-category-card strong{font-size:16px!important;line-height:1.12!important;color:#111827!important;font-weight:800!important;max-width:100%!important}

  .mobile-premium-v47 .mobile-memory-arc-card{border-radius:31px!important;padding:15px 15px 16px!important;margin-bottom:8px!important;background:linear-gradient(180deg,#fff 0%,#f7faff 100%)!important;box-shadow:0 24px 64px rgba(15,23,42,.115)!important;border:1px solid rgba(255,255,255,.96)!important;overflow:hidden!important;position:relative!important;flex:0 0 auto!important}
  .mobile-premium-v47 .mobile-memory-arc-card:before{content:""!important;position:absolute!important;right:-88px!important;bottom:-130px!important;width:250px!important;height:250px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(83,137,255,.12),transparent 68%)!important}
  .mobile-premium-v47 .mobile-memory-status .mobile-storage-head{margin-bottom:2px!important;position:relative!important;z-index:3!important;align-items:center!important}
  .mobile-premium-v47 .mobile-memory-label{font-size:13px!important;letter-spacing:.095em!important;text-transform:uppercase!important;color:#254b67!important;gap:10px!important;max-width:225px!important;line-height:1.13!important}
  .mobile-premium-v47 .mobile-memory-label i{width:34px!important;height:34px!important;border-radius:14px!important;background:#fff!important;color:#132033!important;box-shadow:0 10px 24px rgba(15,23,42,.08)!important}
  .mobile-premium-v47 .mobile-memory-status .mobile-storage-head a{width:43px!important;height:43px!important;border-radius:50%!important;background:linear-gradient(135deg,#8877ff,#356fe5)!important;color:#fff!important;box-shadow:0 14px 32px rgba(53,111,229,.22)!important}

  .mobile-premium-v47 .mobile-organic-meter{
    --organic-main-color:var(--storage-video);
    --organic-accent-one-color:var(--storage-photo);
    --organic-accent-two-color:var(--storage-other);
    --organic-main-scale:1;
    --organic-accent-one-scale:.72;
    --organic-accent-two-scale:.64;
    width:min(318px,88vw)!important;
    height:170px!important;
    margin:2px auto 6px!important;
    background:transparent!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:hidden!important;
    display:block!important;
    position:relative!important;
    isolation:isolate!important;
  }
  .mobile-premium-v47 .mobile-organic-meter:before{display:none!important}
  .mobile-premium-v47 .mobile-organic-meter:after{content:""!important;display:block!important;position:absolute!important;left:0!important;right:0!important;bottom:-1px!important;height:54px!important;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(248,251,255,.94) 54%,#f8fbff 100%)!important;z-index:4!important;pointer-events:none!important}
  .mobile-premium-v47 .organic-meter-shadow{position:absolute;left:50%;top:30px;width:278px;height:128px;transform:translateX(-50%);border-radius:999px;background:radial-gradient(ellipse at 50% 72%,rgba(15,23,42,.078),transparent 64%);filter:blur(15px);opacity:.42;z-index:0;pointer-events:none}
  .mobile-premium-v47 .organic-meter-track{position:absolute;left:50%;top:18px;width:278px;height:278px;transform:translateX(-50%) rotate(-20deg) scaleX(1.03) scaleY(.98);border:34px solid rgba(236,241,247,.94);border-bottom-color:transparent;border-radius:50%;z-index:1;box-sizing:border-box}
  .mobile-premium-v47 .organic-meter-arc{position:absolute;display:block;pointer-events:none;box-sizing:border-box;transition:transform .55s ease,opacity .3s ease,background .3s ease,border-color .3s ease}
  .mobile-premium-v47 .organic-meter-main{left:50%;top:20px;width:280px;height:280px;transform:translateX(-50%) rotate(-20deg) scaleX(1.035) scaleY(.985) scale(var(--organic-main-scale));transform-origin:50% 50%;border:35px solid transparent;border-top-color:var(--organic-main-color);border-left-color:var(--organic-main-color);border-right-color:var(--organic-main-color);border-bottom-color:transparent;border-radius:50%;z-index:2;filter:drop-shadow(0 14px 17px rgba(77,141,255,.13))}
  .mobile-premium-v47 .organic-meter-main:before,
  .mobile-premium-v47 .organic-meter-main:after{content:"";position:absolute;width:35px;height:35px;border-radius:50%;background:var(--organic-main-color);box-shadow:0 11px 18px rgba(15,23,42,.055)}
  .mobile-premium-v47 .organic-meter-main:before{left:6px;bottom:35px}
  .mobile-premium-v47 .organic-meter-main:after{right:6px;bottom:35px}
  .mobile-premium-v47 .organic-meter-main:after{display:none!important}
  .mobile-premium-v47 .organic-meter-accent-one{left:30px;top:90px;width:70px;height:36px;border-radius:999px;background:var(--organic-accent-one-color);transform:rotate(-52deg) scale(var(--organic-accent-one-scale));transform-origin:center;z-index:3;opacity:0;box-shadow:0 11px 18px rgba(15,23,42,.06)}
  .mobile-premium-v47 .organic-meter-accent-two{left:76px;top:123px;width:44px;height:28px;border-radius:999px;background:var(--organic-accent-two-color);transform:rotate(-6deg) scale(var(--organic-accent-two-scale));transform-origin:center;z-index:3;opacity:0;box-shadow:0 10px 16px rgba(15,23,42,.06)}
  .mobile-premium-v47 .mobile-organic-meter.has-secondary-accent .organic-meter-accent-one{opacity:1}
  .mobile-premium-v47 .mobile-organic-meter.has-tertiary-accent .organic-meter-accent-two{opacity:1}
  .mobile-premium-v47 .mobile-organic-meter.is-empty .organic-meter-main{opacity:.28;filter:none}
  .mobile-premium-v47 .mobile-organic-meter.is-empty .organic-meter-main:before,
  .mobile-premium-v47 .mobile-organic-meter.is-empty .organic-meter-main:after{opacity:.28}
  .mobile-premium-v47 .organic-meter-stripes{display:none!important}
  .mobile-premium-v47 .organic-meter-glow{position:absolute;left:50%;top:106px;width:148px;height:56px;transform:translateX(-50%);border-radius:999px;background:radial-gradient(ellipse at 50% 50%,rgba(255,255,255,.72),rgba(255,255,255,.17) 62%,transparent 74%);z-index:3;pointer-events:none}
  .mobile-premium-v47 .mobile-arc-center{position:absolute!important;z-index:6!important;left:50%!important;top:78px!important;transform:translateX(-50%)!important;width:144px!important;text-align:center!important;background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important;backdrop-filter:none!important}
  .mobile-premium-v47 .mobile-arc-center strong{font-size:39px!important;letter-spacing:-.085em!important;max-width:144px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#0b1321!important;display:block!important;line-height:.94!important}
  .mobile-premium-v47 .mobile-arc-center span{display:none!important}
  .mobile-premium-v47 .donut-label{display:none!important}

  .mobile-premium-v47 .mobile-storage-summary-line{position:absolute!important;left:50%!important;bottom:19px!important;transform:translateX(-50%)!important;width:min(238px,78vw)!important;margin:0!important;line-height:1.2!important;text-align:center!important;z-index:6!important}
  .mobile-premium-v47 .mobile-storage-summary-line strong{font-size:13px!important;color:#5b6678!important;font-weight:750!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .mobile-premium-v47 .mobile-storage-summary-line span{display:none!important}
  .mobile-premium-v47 .mobile-storage-available{display:none!important}
  .mobile-premium-v47 .mobile-storage-available strong{max-width:178px!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .mobile-premium-v47 .mobile-action-panel{display:none!important}
  .mobile-premium-v47 .mobile-action-panel a{min-height:52px!important;border-radius:20px!important}
  .mobile-premium-v47 .mobile-bottom-nav{border-radius:999px!important;padding:8px!important;box-shadow:0 18px 48px rgba(15,23,42,.18)!important;margin-top:auto!important}
}

@media (max-width:380px){
  .mobile-premium-v47 .mobile-drive-logo{width:144px!important}
  .mobile-premium-v47 .mobile-hero-title h1{font-size:29px!important}
  .mobile-premium-v47 .mobile-storage-category-grid{gap:8px!important;padding:9px!important}
  .mobile-premium-v47 .mobile-category-card{min-height:70px!important;grid-template-columns:44px minmax(0,1fr)!important;padding:9px!important}
  .mobile-premium-v47 .mobile-category-card span{width:42px!important;height:42px!important;border-radius:16px!important}
  .mobile-premium-v47 .mobile-category-card strong{font-size:15px!important}
  .mobile-premium-v47 .mobile-organic-meter{width:292px!important;height:160px!important;margin-top:4px!important;margin-bottom:6px!important}
  .mobile-premium-v47 .organic-meter-track{width:256px;height:256px;top:17px;border-width:32px}
  .mobile-premium-v47 .organic-meter-main{width:258px;height:258px;top:19px;border-width:33px}
  .mobile-premium-v47 .organic-meter-main:before,
  .mobile-premium-v47 .organic-meter-main:after{width:33px;height:33px}
  .mobile-premium-v47 .organic-meter-main:before{left:5px;bottom:33px}
  .mobile-premium-v47 .organic-meter-main:after{right:5px;bottom:33px}
  .mobile-premium-v47 .organic-meter-accent-one{left:26px;top:84px;width:62px;height:33px}
  .mobile-premium-v47 .organic-meter-accent-two{left:66px;top:115px;width:40px;height:26px}
  .mobile-premium-v47 .organic-meter-stripes{display:none!important}
  .mobile-premium-v47 .organic-meter-glow{top:100px;width:132px;height:52px}
  .mobile-premium-v47 .mobile-arc-center{top:75px!important;width:136px!important}
  .mobile-premium-v47 .mobile-arc-center strong{font-size:35px!important;max-width:136px!important}
  .mobile-premium-v47 .mobile-organic-meter:after{height:50px!important}
  .mobile-premium-v47 .mobile-storage-summary-line{bottom:18px!important;width:min(226px,76vw)!important}
}

@media (max-width: 820px){
  .mobile-premium-v47 .mobile-quick-actions,
  .mobile-premium-v47 .mobile-attention-card,
  .mobile-premium-v47 .mobile-section-list{display:none!important}
}


/* v4.9 - dashboard fluido, JS corrigido e gráfico mobile com composição do uso */
.drive-dashboard-ops-wide{grid-area:ops;min-width:0}
.drive-dashboard-grid{grid-template-areas:"main side" "ops ops" "files files"}
@media (max-width:1280px){
  .drive-dashboard-grid{grid-template-areas:"main" "side" "ops" "files"}
}

@media (max-width:820px){
  html,body{height:auto!important;min-height:100%!important}
  body{overflow-x:hidden!important;overflow-y:auto!important;background:#f4f7fb!important}
  body.mobile-menu-open{overflow:hidden!important}
  .dashboard-app-shell{height:auto!important;min-height:100dvh!important;overflow:visible!important;background:linear-gradient(145deg,#f8fbff 0%,#eef6ff 44%,#f7fbff 100%)!important}
  .dashboard-app-shell .main.drive-dashboard-page{height:auto!important;min-height:100dvh!important;overflow:visible!important;overflow-x:hidden!important;padding:16px 14px calc(118px + env(safe-area-inset-bottom))!important;background:transparent!important}
  .mobile-drive-home,.mobile-premium-v47{height:auto!important;min-height:0!important;overflow:visible!important;max-width:430px!important;margin:0 auto!important;padding:0 0 10px!important}
  .mobile-premium-v47 .mobile-memory-bar-card{border-radius:31px!important;padding:16px!important;margin-bottom:10px!important;background:linear-gradient(180deg,#fff 0%,#f7faff 100%)!important;box-shadow:0 24px 64px rgba(15,23,42,.115)!important;border:1px solid rgba(255,255,255,.96)!important;overflow:hidden!important;position:relative!important;flex:0 0 auto!important}
  .mobile-premium-v47 .mobile-memory-bar-card:before{content:""!important;position:absolute!important;right:-88px!important;bottom:-130px!important;width:250px!important;height:250px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(83,137,255,.12),transparent 68%)!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-storage-head{margin-bottom:14px!important;position:relative!important;z-index:3!important;align-items:center!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-memory-label{font-size:13px!important;letter-spacing:.095em!important;text-transform:uppercase!important;color:#254b67!important;gap:10px!important;max-width:225px!important;line-height:1.13!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-memory-label i{width:34px!important;height:34px!important;border-radius:14px!important;background:#fff!important;color:#132033!important;box-shadow:0 10px 24px rgba(15,23,42,.08)!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-storage-head a{width:43px!important;height:43px!important;border-radius:50%!important;background:linear-gradient(135deg,#8877ff,#356fe5)!important;color:#fff!important;box-shadow:0 14px 32px rgba(53,111,229,.22)!important;display:grid!important;place-items:center!important}
  .mobile-storage-bar-meter{position:relative;z-index:3;display:grid;gap:13px;padding:3px 2px 4px}
  .mobile-storage-bar-top{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}
  .mobile-storage-bar-top span{display:block!important;font-size:12px!important;letter-spacing:.10em!important;text-transform:uppercase!important;color:#53627a!important;font-weight:900!important;margin:0 0 4px!important}
  .mobile-storage-bar-top strong{display:block!important;font-size:42px!important;line-height:.9!important;letter-spacing:-.085em!important;color:#0b1321!important;white-space:nowrap!important;max-width:190px!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .mobile-storage-bar-top em{font-style:normal!important;font-size:12px!important;font-weight:900!important;color:#356fe5!important;background:rgba(53,111,229,.09)!important;border:1px solid rgba(53,111,229,.12)!important;border-radius:999px!important;padding:7px 10px!important;white-space:nowrap!important;margin-bottom:3px!important}
  .mobile-storage-track{height:18px;border-radius:999px;background:linear-gradient(180deg,#eef3fb 0%,#e4ebf5 100%);box-shadow:inset 0 1px 2px rgba(15,23,42,.08),0 10px 24px rgba(15,23,42,.045);overflow:hidden;position:relative}
  .mobile-storage-track:after{content:"";position:absolute;inset:1px;border-radius:999px;box-shadow:inset 0 1px 0 rgba(255,255,255,.75);pointer-events:none}
  .mobile-storage-fill{display:block;height:100%;width:var(--mobile-storage-percent,0%);border-radius:999px;background:linear-gradient(135deg,#356fe5 0%,#4b8cff 54%,#6f86ff 100%);box-shadow:0 8px 18px rgba(53,111,229,.24);transition:width .55s ease;position:relative;overflow:hidden}
  .mobile-storage-fill.has-usage{min-width:6px}
  .mobile-storage-fill.is-low-usage{box-shadow:0 6px 14px rgba(53,111,229,.20)}
  .mobile-storage-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.32),rgba(255,255,255,0) 46%,rgba(255,255,255,.22));opacity:.64}
  .mobile-storage-bar-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;color:#687386;font-size:12px;font-weight:800;line-height:1.35}
  .mobile-storage-bar-meta span{min-width:0;color:#5b6678;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .mobile-storage-bar-meta strong{color:#172033;font-size:12px;font-weight:900;white-space:nowrap}
  .mobile-premium-v47 .mobile-storage-category-grid{margin-bottom:14px!important}
  .mobile-premium-v47 .mobile-category-card{transition:transform .16s ease,box-shadow .16s ease!important}
  .mobile-premium-v47 .mobile-category-card:active{transform:scale(.985)!important}
}

@media (max-width:380px){
  .mobile-storage-bar-top strong{font-size:38px!important;max-width:165px!important}
  .mobile-storage-bar-meta{display:grid;gap:4px}
  .mobile-storage-bar-meta strong{white-space:normal}
}


/* v4.9 - refinamento visual da barra premium e composição do armazenamento usado */
@media (max-width:820px){
  .mobile-premium-v47 .mobile-memory-bar-card{padding:17px!important;background:linear-gradient(160deg,#ffffff 0%,#f8fbff 58%,#eef5ff 100%)!important}
  .mobile-premium-v47 .mobile-memory-bar-card:after{content:""!important;position:absolute!important;left:-74px!important;top:78px!important;width:174px!important;height:174px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(255,216,93,.18),rgba(255,216,93,0) 68%)!important;pointer-events:none!important}
  .mobile-storage-bar-meter{gap:12px!important}
  .mobile-storage-bar-top{padding:0 2px!important}
  .mobile-storage-track{height:22px!important;background:linear-gradient(90deg,rgba(238,244,252,.94),rgba(231,238,249,.96))!important;border:1px solid rgba(255,255,255,.86)!important;box-shadow:inset 0 2px 5px rgba(15,23,42,.08),0 14px 30px rgba(53,111,229,.08)!important}
  .mobile-storage-track:before{content:""!important;position:absolute!important;inset:0!important;background:repeating-linear-gradient(90deg,rgba(255,255,255,.95) 0 2px,transparent 2px 21px)!important;opacity:.38!important;pointer-events:none!important}
  .mobile-storage-track:after{z-index:3!important}
  .mobile-storage-fill{z-index:2!important;background:linear-gradient(90deg,#356fe5 0%,#4d8dff 48%,#8b7cff 100%)!important;box-shadow:0 10px 22px rgba(53,111,229,.28),inset 0 1px 0 rgba(255,255,255,.34)!important}
  .mobile-storage-fill.has-usage{min-width:9px!important}
  .mobile-storage-fill.is-low-usage:before{content:""!important;position:absolute!important;right:-7px!important;top:50%!important;width:18px!important;height:18px!important;border-radius:50%!important;transform:translateY(-50%)!important;background:#fff!important;box-shadow:0 0 0 5px rgba(77,141,255,.18),0 7px 16px rgba(53,111,229,.24)!important}
  .mobile-storage-bar-meta{padding:0 2px!important}
  .mobile-storage-compose{position:relative;z-index:3;display:grid;gap:8px;margin-top:2px;padding:12px;border-radius:22px;background:rgba(255,255,255,.64);border:1px solid rgba(226,235,247,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
  .mobile-storage-compose[hidden]{display:none!important}
  .mobile-storage-compose-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#53627a;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
  .mobile-storage-compose-head em{font-style:normal;color:#172033;letter-spacing:0;text-transform:none;font-size:12px;white-space:nowrap}
  .mobile-storage-compose-track{height:12px;border-radius:999px;background:#eef3f8;overflow:hidden;display:flex;gap:2px;padding:2px;box-shadow:inset 0 1px 2px rgba(15,23,42,.08)}
  .mobile-storage-compose-track span{height:100%;min-width:4px;border-radius:999px;transition:width .45s ease}
  .mobile-storage-compose-track span[hidden]{display:none!important}
  .mobile-storage-compose-track [data-mobile-composition-segment="photo"]{background:var(--storage-photo)}
  .mobile-storage-compose-track [data-mobile-composition-segment="video"]{background:var(--storage-video)}
  .mobile-storage-compose-track [data-mobile-composition-segment="documents"]{background:var(--storage-documents)}
  .mobile-storage-compose-track [data-mobile-composition-segment="audio"]{background:var(--storage-audio)}
  .mobile-storage-compose-track [data-mobile-composition-segment="other"]{background:var(--storage-other)}
  .mobile-storage-compose-legend{display:flex;flex-wrap:wrap;gap:6px 9px;color:#5d6b7f;font-size:10.5px;font-weight:900;line-height:1.1}
  .mobile-storage-compose-legend span{display:inline-flex;align-items:center;gap:5px;min-width:0}
  .mobile-storage-compose-legend span[hidden]{display:none!important}
  .mobile-storage-compose-legend i{width:7px;height:7px;border-radius:50%;display:inline-block;box-shadow:0 0 0 3px rgba(15,23,42,.025)}
  .mobile-storage-compose-legend [data-mobile-composition-legend="photo"] i{background:var(--storage-photo)}
  .mobile-storage-compose-legend [data-mobile-composition-legend="video"] i{background:var(--storage-video)}
  .mobile-storage-compose-legend [data-mobile-composition-legend="documents"] i{background:var(--storage-documents)}
  .mobile-storage-compose-legend [data-mobile-composition-legend="audio"] i{background:var(--storage-audio)}
  .mobile-storage-compose-legend [data-mobile-composition-legend="other"] i{background:var(--storage-other)}
}

/* v5.0 - gauge mobile compacto, composição visível e ajuste fluido para telas menores */
@media (max-width:820px){
  .dashboard-app-shell .main.drive-dashboard-page{padding:14px 14px calc(98px + env(safe-area-inset-bottom))!important}
  .mobile-drive-home.mobile-premium-v47{max-width:430px!important;display:flex!important;flex-direction:column!important;gap:0!important;padding-bottom:0!important}
  .mobile-premium-v47 .mobile-app-topbar{margin-bottom:10px!important}
  .mobile-premium-v47 .mobile-hero-title{margin:0 7px 10px!important}
  .mobile-premium-v47 .mobile-hero-title h1{font-size:30px!important;line-height:1!important}
  .mobile-premium-v47 .mobile-search-glass{height:48px!important;margin-bottom:10px!important}
  .mobile-premium-v47 .mobile-storage-category-grid{margin-bottom:10px!important;padding:8px!important;gap:8px!important;border-radius:27px!important}
  .mobile-premium-v47 .mobile-category-card{min-height:66px!important;border-radius:20px!important;padding:8px 10px!important;grid-template-columns:42px minmax(0,1fr)!important;column-gap:9px!important}
  .mobile-premium-v47 .mobile-category-card span{width:40px!important;height:40px!important;border-radius:15px!important;font-size:16px!important}
  .mobile-premium-v47 .mobile-category-card em{font-size:12.5px!important;font-weight:900!important}
  .mobile-premium-v47 .mobile-category-card strong{font-size:14.5px!important;font-weight:900!important}
  .mobile-premium-v47 .mobile-memory-bar-card{border-radius:30px!important;padding:13px 14px 14px!important;margin-bottom:0!important;box-shadow:0 20px 54px rgba(15,23,42,.105)!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-storage-head{margin-bottom:4px!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-memory-label{font-size:11.5px!important;letter-spacing:.085em!important;max-width:220px!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-memory-label i{width:31px!important;height:31px!important;border-radius:13px!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-storage-head a{width:38px!important;height:38px!important}
  .mobile-storage-gauge-meter{display:grid!important;gap:8px!important;padding:0 1px 1px!important}
  .mobile-storage-gauge-wrap{position:relative;z-index:3;width:min(268px,76vw)!important;height:128px!important;margin:-2px auto 0!important;display:grid!important;place-items:center!important;isolation:isolate!important}
  .mobile-storage-gauge-wrap:before{content:""!important;position:absolute!important;left:50%!important;top:16px!important;width:216px!important;height:94px!important;transform:translateX(-50%)!important;border-radius:999px 999px 28px 28px!important;background:radial-gradient(ellipse at 50% 62%,rgba(77,141,255,.14),rgba(77,141,255,.04) 52%,transparent 74%)!important;filter:blur(1px)!important;z-index:0!important;pointer-events:none!important}
  .mobile-storage-gauge-svg{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;z-index:1!important;overflow:visible!important}
  .mobile-storage-gauge-track,.mobile-storage-gauge-fill{fill:none!important;stroke-linecap:round!important;stroke-width:22!important}
  .mobile-storage-gauge-track{stroke:rgba(229,237,248,.98)!important;filter:drop-shadow(0 10px 17px rgba(15,23,42,.06))!important}
  .mobile-storage-gauge-fill{stroke:url(#mobileStorageGaugeGradient)!important;transition:stroke-dashoffset .58s ease!important;filter:drop-shadow(0 12px 15px rgba(53,111,229,.18))!important}
  .mobile-storage-gauge-fill.has-usage{stroke-width:23!important}
  .mobile-storage-gauge-fill.is-low-usage{stroke-width:23!important;filter:drop-shadow(0 8px 12px rgba(53,111,229,.19))!important}
  .mobile-storage-gauge-center{position:relative!important;z-index:2!important;margin-top:28px!important;text-align:center!important;display:grid!important;justify-items:center!important;gap:3px!important;max-width:190px!important}
  .mobile-storage-gauge-center span{font-size:10.5px!important;font-weight:950!important;letter-spacing:.10em!important;text-transform:uppercase!important;color:#53627a!important;line-height:1!important}
  .mobile-storage-gauge-center strong{font-size:37px!important;line-height:.9!important;letter-spacing:-.085em!important;color:#0b1321!important;max-width:180px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .mobile-storage-gauge-center em{font-style:normal!important;font-size:11.5px!important;font-weight:900!important;color:#667387!important;line-height:1.15!important;max-width:188px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .mobile-storage-gauge-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:0 4px!important;margin-top:-3px!important;font-size:11.5px!important;line-height:1.15!important}
  .mobile-storage-gauge-meta span{font-weight:850!important;color:#687386!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .mobile-storage-gauge-meta strong{font-size:11.5px!important;font-weight:950!important;color:#172033!important;white-space:nowrap!important}
  .mobile-storage-compose{gap:7px!important;margin-top:0!important;padding:10px!important;border-radius:20px!important;background:rgba(255,255,255,.68)!important}
  .mobile-storage-compose-head{font-size:10px!important;line-height:1!important}
  .mobile-storage-compose-head em{font-size:11px!important;max-width:105px!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .mobile-storage-compose-track{height:10px!important;padding:2px!important}
  .mobile-storage-compose-legend{gap:5px 8px!important;font-size:10px!important;line-height:1!important}
  .mobile-storage-compose-legend i{width:6px!important;height:6px!important}
  .mobile-bottom-nav{left:14px!important;right:14px!important;bottom:10px!important;padding:7px!important}
  .mobile-bottom-nav a,.mobile-bottom-nav button{min-height:45px!important;font-size:9px!important;gap:3px!important}
  .mobile-bottom-nav i{font-size:15px!important}
}

@media (max-width:820px) and (max-height:850px){
  .dashboard-app-shell .main.drive-dashboard-page{padding-top:11px!important;padding-left:12px!important;padding-right:12px!important;padding-bottom:calc(86px + env(safe-area-inset-bottom))!important}
  .mobile-premium-v47 .mobile-app-topbar{margin-bottom:7px!important}
  .mobile-premium-v47 .mobile-round-action,.mobile-premium-v47 .mobile-account-chip{width:42px!important;height:42px!important;border-radius:16px!important}
  .mobile-premium-v47 .mobile-drive-logo{width:148px!important;max-height:40px!important}
  .mobile-premium-v47 .mobile-hero-title{margin:0 6px 8px!important}
  .mobile-premium-v47 .mobile-hero-title span{font-size:9.5px!important;margin-bottom:5px!important}
  .mobile-premium-v47 .mobile-hero-title h1{font-size:27px!important}
  .mobile-premium-v47 .mobile-search-glass{height:43px!important;margin-bottom:8px!important;border-radius:21px!important}
  .mobile-premium-v47 .mobile-storage-category-grid{padding:7px!important;gap:7px!important;margin-bottom:8px!important;border-radius:24px!important}
  .mobile-premium-v47 .mobile-category-card{min-height:58px!important;border-radius:18px!important;padding:7px 8px!important;grid-template-columns:36px minmax(0,1fr)!important;column-gap:8px!important}
  .mobile-premium-v47 .mobile-category-card span{width:34px!important;height:34px!important;border-radius:13px!important;font-size:14px!important}
  .mobile-premium-v47 .mobile-category-card em{font-size:11.5px!important}
  .mobile-premium-v47 .mobile-category-card strong{font-size:13px!important}
  .mobile-premium-v47 .mobile-memory-bar-card{padding:10px 11px 11px!important;border-radius:26px!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-storage-head{margin-bottom:1px!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-memory-label{font-size:10.2px!important;letter-spacing:.075em!important;gap:7px!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-memory-label i{width:27px!important;height:27px!important;border-radius:11px!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-storage-head a{width:34px!important;height:34px!important}
  .mobile-storage-gauge-meter{gap:6px!important}
  .mobile-storage-gauge-wrap{height:108px!important;width:min(236px,72vw)!important;margin:-6px auto -2px!important}
  .mobile-storage-gauge-track,.mobile-storage-gauge-fill{stroke-width:20!important}
  .mobile-storage-gauge-fill.has-usage,.mobile-storage-gauge-fill.is-low-usage{stroke-width:21!important}
  .mobile-storage-gauge-center{margin-top:25px!important;gap:2px!important}
  .mobile-storage-gauge-center span{font-size:9.5px!important}
  .mobile-storage-gauge-center strong{font-size:32px!important;max-width:150px!important}
  .mobile-storage-gauge-center em{font-size:10.5px!important;max-width:160px!important}
  .mobile-storage-gauge-meta{font-size:10.5px!important;margin-top:-4px!important;padding:0 3px!important}
  .mobile-storage-gauge-meta strong{font-size:10.5px!important}
  .mobile-storage-compose{padding:8px!important;gap:6px!important;border-radius:18px!important}
  .mobile-storage-compose-head{font-size:9px!important}
  .mobile-storage-compose-head em{font-size:10px!important;max-width:86px!important}
  .mobile-storage-compose-track{height:9px!important}
  .mobile-storage-compose-legend{font-size:9px!important;gap:4px 6px!important}
  .mobile-bottom-nav{left:12px!important;right:12px!important;bottom:8px!important;padding:6px!important}
  .mobile-bottom-nav a,.mobile-bottom-nav button{min-height:40px!important;font-size:8.5px!important}
  .mobile-bottom-nav i{font-size:14px!important}
}

@media (max-width:380px), (max-width:820px) and (max-height:760px){
  .mobile-premium-v47 .mobile-hero-title h1{font-size:25px!important}
  .mobile-premium-v47 .mobile-search-glass{height:41px!important}
  .mobile-premium-v47 .mobile-category-card{min-height:54px!important;grid-template-columns:32px minmax(0,1fr)!important;padding:6px 7px!important}
  .mobile-premium-v47 .mobile-category-card span{width:31px!important;height:31px!important;border-radius:12px!important;font-size:13px!important}
  .mobile-premium-v47 .mobile-category-card em{font-size:11px!important}
  .mobile-premium-v47 .mobile-category-card strong{font-size:12px!important}
  .mobile-storage-gauge-wrap{height:96px!important;width:min(218px,70vw)!important;margin:-8px auto -4px!important}
  .mobile-storage-gauge-track,.mobile-storage-gauge-fill{stroke-width:18!important}
  .mobile-storage-gauge-center{margin-top:22px!important}
  .mobile-storage-gauge-center strong{font-size:28px!important}
  .mobile-storage-gauge-center em{font-size:9.7px!important;max-width:145px!important}
  .mobile-storage-compose{padding:7px!important;gap:5px!important}
  .mobile-storage-compose-legend{font-size:8.6px!important}
}

/* v5.1 - responsividade por altura real: A54 e telas médias não usam o modo ultra-compacto */
@media (max-width:820px) and (min-height:700px){
  .dashboard-app-shell .main.drive-dashboard-page{padding:14px 14px calc(98px + env(safe-area-inset-bottom))!important}
  .mobile-drive-home.mobile-premium-v47{max-width:430px!important;padding-bottom:0!important}
  .mobile-premium-v47 .mobile-app-topbar{margin-bottom:10px!important}
  .mobile-premium-v47 .mobile-round-action,
  .mobile-premium-v47 .mobile-account-chip{width:46px!important;height:46px!important;border-radius:18px!important}
  .mobile-premium-v47 .mobile-drive-logo{width:clamp(152px,44vw,170px)!important;max-height:46px!important}
  .mobile-premium-v47 .mobile-hero-title{margin:0 7px 10px!important}
  .mobile-premium-v47 .mobile-hero-title span{font-size:10.2px!important;margin-bottom:5px!important;letter-spacing:.18em!important}
  .mobile-premium-v47 .mobile-hero-title h1{font-size:clamp(29px,8.35vw,32px)!important;line-height:1.01!important;letter-spacing:-.065em!important}
  .mobile-premium-v47 .mobile-search-glass{height:48px!important;margin-bottom:10px!important;border-radius:23px!important}
  .mobile-premium-v47 .mobile-storage-category-grid{padding:8px!important;gap:8px!important;margin-bottom:10px!important;border-radius:27px!important}
  .mobile-premium-v47 .mobile-category-card{min-height:clamp(64px,9.25vh,72px)!important;border-radius:20px!important;padding:8px 10px!important;grid-template-columns:42px minmax(0,1fr)!important;column-gap:9px!important}
  .mobile-premium-v47 .mobile-category-card span{width:40px!important;height:40px!important;border-radius:15px!important;font-size:16px!important}
  .mobile-premium-v47 .mobile-category-card em{font-size:12.6px!important;line-height:1.06!important}
  .mobile-premium-v47 .mobile-category-card strong{font-size:14.8px!important;line-height:1.08!important}
  .mobile-premium-v47 .mobile-memory-bar-card{padding:13px 14px 14px!important;border-radius:30px!important;margin-bottom:0!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-storage-head{margin-bottom:4px!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-memory-label{font-size:11.6px!important;letter-spacing:.085em!important;gap:9px!important;max-width:228px!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-memory-label i{width:31px!important;height:31px!important;border-radius:13px!important}
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-storage-head a{width:38px!important;height:38px!important}
  .mobile-storage-gauge-meter{gap:8px!important;padding:0 1px 1px!important}
  .mobile-storage-gauge-wrap{height:clamp(124px,18.5vh,146px)!important;width:min(286px,78vw)!important;margin:-2px auto 0!important}
  .mobile-storage-gauge-track,.mobile-storage-gauge-fill{stroke-width:22!important}
  .mobile-storage-gauge-fill.has-usage,.mobile-storage-gauge-fill.is-low-usage{stroke-width:23!important}
  .mobile-storage-gauge-center{margin-top:28px!important;gap:3px!important;max-width:198px!important}
  .mobile-storage-gauge-center span{font-size:10.6px!important;line-height:1!important}
  .mobile-storage-gauge-center strong{font-size:clamp(36px,10.2vw,40px)!important;max-width:186px!important;line-height:.9!important}
  .mobile-storage-gauge-center em{font-size:11.5px!important;max-width:190px!important;line-height:1.15!important}
  .mobile-storage-gauge-meta{font-size:11.5px!important;margin-top:-3px!important;padding:0 4px!important;line-height:1.15!important}
  .mobile-storage-gauge-meta strong{font-size:11.5px!important}
  .mobile-storage-compose{padding:10px!important;gap:7px!important;border-radius:20px!important;margin-top:0!important}
  .mobile-storage-compose-head{font-size:10px!important;line-height:1!important}
  .mobile-storage-compose-head em{font-size:11px!important;max-width:112px!important}
  .mobile-storage-compose-track{height:10px!important;padding:2px!important}
  .mobile-storage-compose-legend{font-size:10px!important;gap:5px 8px!important;line-height:1!important}
  .mobile-storage-compose-legend i{width:6px!important;height:6px!important}
  .mobile-bottom-nav{left:14px!important;right:14px!important;bottom:10px!important;padding:7px!important}
  .mobile-bottom-nav a,.mobile-bottom-nav button{min-height:45px!important;font-size:9px!important;gap:3px!important}
  .mobile-bottom-nav i{font-size:15px!important}
}

@media (max-width:820px) and (min-height:780px){
  .dashboard-app-shell .main.drive-dashboard-page{padding-top:16px!important}
  .mobile-premium-v47 .mobile-app-topbar{margin-bottom:12px!important}
  .mobile-premium-v47 .mobile-hero-title{margin-bottom:12px!important}
  .mobile-premium-v47 .mobile-search-glass{height:50px!important;margin-bottom:12px!important}
  .mobile-premium-v47 .mobile-storage-category-grid{padding:10px!important;gap:9px!important;margin-bottom:12px!important}
  .mobile-premium-v47 .mobile-category-card{min-height:76px!important;border-radius:22px!important;padding:10px 12px!important;grid-template-columns:46px minmax(0,1fr)!important}
  .mobile-premium-v47 .mobile-category-card span{width:44px!important;height:44px!important;border-radius:16px!important;font-size:17px!important}
  .mobile-premium-v47 .mobile-category-card em{font-size:13px!important}
  .mobile-premium-v47 .mobile-category-card strong{font-size:15.6px!important}
  .mobile-premium-v47 .mobile-memory-bar-card{padding:15px!important}
  .mobile-storage-gauge-wrap{height:150px!important;width:min(306px,80vw)!important}
  .mobile-storage-gauge-track,.mobile-storage-gauge-fill{stroke-width:23!important}
  .mobile-storage-gauge-fill.has-usage,.mobile-storage-gauge-fill.is-low-usage{stroke-width:24!important}
  .mobile-storage-gauge-center strong{font-size:42px!important}
  .mobile-storage-gauge-center em{font-size:12px!important;max-width:205px!important}
  .mobile-storage-compose{padding:11px!important;gap:8px!important}
  .mobile-storage-compose-legend{font-size:10.5px!important;gap:6px 9px!important}
}

@media (max-width:820px) and (max-height:699px){
  .dashboard-app-shell .main.drive-dashboard-page{padding-top:10px!important;padding-bottom:calc(84px + env(safe-area-inset-bottom))!important}
  .mobile-premium-v47 .mobile-hero-title h1{font-size:25px!important}
  .mobile-premium-v47 .mobile-search-glass{height:41px!important}
  .mobile-premium-v47 .mobile-category-card{min-height:54px!important}
  .mobile-storage-gauge-wrap{height:96px!important;width:min(218px,70vw)!important}
}

/* v5.2 - ajuste responsivo real: o painel usa a altura visível do celular e o status ocupa o espaço disponível */
@media (max-width:820px){
  :root{
    --nd-mobile-vh:100dvh;
    --nd-mobile-vw:100vw;
  }
  .dashboard-app-shell .main.drive-dashboard-page{
    min-height:var(--nd-mobile-vh, 100dvh)!important;
    padding-top:clamp(12px, calc(var(--nd-mobile-vh, 100dvh) * .018), 18px)!important;
    padding-bottom:calc(88px + env(safe-area-inset-bottom))!important;
  }
  .mobile-drive-home.mobile-premium-v47{
    width:100%!important;
    min-height:calc(var(--nd-mobile-vh, 100dvh) - 104px - env(safe-area-inset-bottom))!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .mobile-premium-v47 .mobile-app-topbar{
    flex:0 0 auto!important;
    margin-bottom:clamp(10px, calc(var(--nd-mobile-vh, 100dvh) * .014), 14px)!important;
  }
  .mobile-premium-v47 .mobile-hero-title{
    flex:0 0 auto!important;
    margin-bottom:clamp(10px, calc(var(--nd-mobile-vh, 100dvh) * .014), 14px)!important;
  }
  .mobile-premium-v47 .mobile-search-glass{
    flex:0 0 auto!important;
    height:clamp(48px, calc(var(--nd-mobile-vh, 100dvh) * .061), 54px)!important;
    margin-bottom:clamp(10px, calc(var(--nd-mobile-vh, 100dvh) * .014), 14px)!important;
  }
  .mobile-premium-v47 .mobile-storage-category-grid{
    flex:0 0 auto!important;
    margin-bottom:clamp(12px, calc(var(--nd-mobile-vh, 100dvh) * .018), 18px)!important;
  }
  .mobile-premium-v47 .mobile-category-card{
    min-height:clamp(68px, calc(var(--nd-mobile-vh, 100dvh) * .088), 78px)!important;
  }
  .mobile-premium-v47 .mobile-memory-bar-card{
    flex:1 1 auto!important;
    min-height:clamp(318px, calc(var(--nd-mobile-vh, 100dvh) - 450px), 468px)!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    padding:clamp(14px, calc(var(--nd-mobile-vh, 100dvh) * .018), 18px)!important;
  }
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-storage-head{
    flex:0 0 auto!important;
    margin-bottom:clamp(5px, calc(var(--nd-mobile-vh, 100dvh) * .011), 12px)!important;
  }
  .mobile-storage-gauge-meter{
    flex:1 1 auto!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:space-between!important;
    gap:clamp(8px, calc(var(--nd-mobile-vh, 100dvh) * .012), 13px)!important;
  }
  .mobile-storage-gauge-wrap{
    flex:1 1 auto!important;
    width:min(330px, 82vw)!important;
    height:clamp(138px, calc(var(--nd-mobile-vh, 100dvh) * .205), 190px)!important;
    margin:0 auto!important;
  }
  .mobile-storage-gauge-wrap:before{
    width:clamp(220px, 64vw, 284px)!important;
    height:clamp(96px, calc(var(--nd-mobile-vh, 100dvh) * .13), 132px)!important;
  }
  .mobile-storage-gauge-track,
  .mobile-storage-gauge-fill{
    stroke-width:clamp(22px, calc(var(--nd-mobile-vw, 100vw) * .061), 27px)!important;
  }
  .mobile-storage-gauge-fill.has-usage,
  .mobile-storage-gauge-fill.is-low-usage{
    stroke-width:clamp(23px, calc(var(--nd-mobile-vw, 100vw) * .064), 28px)!important;
  }
  .mobile-storage-gauge-center{
    margin-top:clamp(29px, calc(var(--nd-mobile-vh, 100dvh) * .043), 41px)!important;
    max-width:220px!important;
  }
  .mobile-storage-gauge-center span{
    font-size:clamp(10.5px, calc(var(--nd-mobile-vw, 100vw) * .029), 12px)!important;
  }
  .mobile-storage-gauge-center strong{
    font-size:clamp(38px, calc(var(--nd-mobile-vw, 100vw) * .105), 48px)!important;
    max-width:210px!important;
  }
  .mobile-storage-gauge-center em{
    font-size:clamp(11.5px, calc(var(--nd-mobile-vw, 100vw) * .031), 13px)!important;
    max-width:220px!important;
  }
  .mobile-storage-gauge-meta{
    flex:0 0 auto!important;
    font-size:clamp(11.5px, calc(var(--nd-mobile-vw, 100vw) * .031), 13px)!important;
    margin-top:0!important;
    padding:0 5px!important;
  }
  .mobile-storage-gauge-meta strong{
    font-size:clamp(11.5px, calc(var(--nd-mobile-vw, 100vw) * .031), 13px)!important;
  }
  .mobile-storage-compose{
    flex:0 0 auto!important;
    padding:clamp(10px, calc(var(--nd-mobile-vh, 100dvh) * .014), 13px)!important;
    gap:clamp(7px, calc(var(--nd-mobile-vh, 100dvh) * .01), 10px)!important;
    border-radius:22px!important;
  }
  .mobile-storage-compose-head{
    font-size:clamp(10px, calc(var(--nd-mobile-vw, 100vw) * .027), 11.5px)!important;
  }
  .mobile-storage-compose-head em{
    font-size:clamp(11px, calc(var(--nd-mobile-vw, 100vw) * .03), 12.5px)!important;
    max-width:130px!important;
  }
  .mobile-storage-compose-track{
    height:clamp(10px, calc(var(--nd-mobile-vh, 100dvh) * .014), 13px)!important;
  }
  .mobile-storage-compose-legend{
    font-size:clamp(10px, calc(var(--nd-mobile-vw, 100vw) * .027), 11.2px)!important;
    gap:6px 10px!important;
  }
  .mobile-bottom-nav{
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
  }
}

@media (max-width:820px) and (max-height:700px){
  .mobile-drive-home.mobile-premium-v47{
    min-height:0!important;
  }
  .mobile-premium-v47 .mobile-memory-bar-card{
    flex:0 0 auto!important;
    min-height:auto!important;
  }
}

@media (max-width:380px){
  .mobile-premium-v47 .mobile-memory-bar-card{
    min-height:clamp(292px, calc(var(--nd-mobile-vh, 100dvh) - 430px), 420px)!important;
  }
  .mobile-storage-gauge-wrap{
    width:min(286px, 78vw)!important;
    height:clamp(118px, calc(var(--nd-mobile-vh, 100dvh) * .18), 152px)!important;
  }
}



/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v5.3
 * Responsividade fina do dashboard mobile: mantém os cards e o gauge legíveis sem cortar a composição do usado.
 */
@media (max-width:820px){
  .dashboard-app-shell .main.drive-dashboard-page{
    padding-top:clamp(12px, calc(var(--nd-mobile-vh, 100dvh) * .016), 17px)!important;
    padding-left:clamp(12px, calc(var(--nd-mobile-vw, 100vw) * .035), 16px)!important;
    padding-right:clamp(12px, calc(var(--nd-mobile-vw, 100vw) * .035), 16px)!important;
    padding-bottom:calc(88px + env(safe-area-inset-bottom))!important;
  }
  .mobile-drive-home.mobile-premium-v47{
    max-width:min(430px, 100%)!important;
    min-height:calc(var(--nd-mobile-vh, 100dvh) - 100px - env(safe-area-inset-bottom))!important;
    overflow:visible!important;
  }
  .mobile-premium-v47 .mobile-app-topbar{
    margin-bottom:clamp(8px, calc(var(--nd-mobile-vh, 100dvh) * .012), 13px)!important;
  }
  .mobile-premium-v47 .mobile-round-action,
  .mobile-premium-v47 .mobile-account-chip{
    width:clamp(42px, calc(var(--nd-mobile-vw, 100vw) * .116), 48px)!important;
    height:clamp(42px, calc(var(--nd-mobile-vw, 100vw) * .116), 48px)!important;
  }
  .mobile-premium-v47 .mobile-drive-logo{
    width:clamp(150px, calc(var(--nd-mobile-vw, 100vw) * .42), 166px)!important;
    max-height:44px!important;
  }
  .mobile-premium-v47 .mobile-hero-title{
    margin:0 8px clamp(8px, calc(var(--nd-mobile-vh, 100dvh) * .011), 12px)!important;
  }
  .mobile-premium-v47 .mobile-hero-title span{
    font-size:clamp(10px, calc(var(--nd-mobile-vw, 100vw) * .028), 11px)!important;
    line-height:1.1!important;
  }
  .mobile-premium-v47 .mobile-hero-title h1{
    font-size:clamp(29px, calc(var(--nd-mobile-vw, 100vw) * .083), 34px)!important;
    line-height:1.02!important;
  }
  .mobile-premium-v47 .mobile-search-glass{
    height:clamp(46px, calc(var(--nd-mobile-vh, 100dvh) * .058), 52px)!important;
    margin-bottom:clamp(8px, calc(var(--nd-mobile-vh, 100dvh) * .012), 12px)!important;
  }
  .mobile-premium-v47 .mobile-search-glass input{
    font-size:clamp(14px, calc(var(--nd-mobile-vw, 100vw) * .039), 16px)!important;
  }
  .mobile-premium-v47 .mobile-storage-category-grid{
    padding:clamp(8px, calc(var(--nd-mobile-vw, 100vw) * .024), 10px)!important;
    gap:clamp(7px, calc(var(--nd-mobile-vw, 100vw) * .022), 9px)!important;
    margin-bottom:clamp(9px, calc(var(--nd-mobile-vh, 100dvh) * .013), 14px)!important;
    border-radius:28px!important;
  }
  .mobile-premium-v47 .mobile-category-card{
    min-height:clamp(64px, calc(var(--nd-mobile-vh, 100dvh) * .082), 76px)!important;
    padding:clamp(8px, calc(var(--nd-mobile-vw, 100vw) * .024), 10px) clamp(9px, calc(var(--nd-mobile-vw, 100vw) * .028), 12px)!important;
    grid-template-columns:clamp(40px, calc(var(--nd-mobile-vw, 100vw) * .112), 46px) minmax(0,1fr)!important;
    column-gap:clamp(8px, calc(var(--nd-mobile-vw, 100vw) * .024), 11px)!important;
    border-radius:21px!important;
  }
  .mobile-premium-v47 .mobile-category-card span{
    width:clamp(38px, calc(var(--nd-mobile-vw, 100vw) * .105), 44px)!important;
    height:clamp(38px, calc(var(--nd-mobile-vw, 100vw) * .105), 44px)!important;
    border-radius:16px!important;
    font-size:clamp(15px, calc(var(--nd-mobile-vw, 100vw) * .043), 18px)!important;
  }
  .mobile-premium-v47 .mobile-category-card em{
    font-size:clamp(12.8px, calc(var(--nd-mobile-vw, 100vw) * .036), 14px)!important;
    line-height:1.06!important;
    font-weight:900!important;
  }
  .mobile-premium-v47 .mobile-category-card strong{
    font-size:clamp(15px, calc(var(--nd-mobile-vw, 100vw) * .043), 17px)!important;
    line-height:1.08!important;
    font-weight:950!important;
  }
  .mobile-premium-v47 .mobile-memory-bar-card{
    min-height:clamp(312px, calc(var(--nd-mobile-vh, 100dvh) - 438px), 404px)!important;
    padding:clamp(12px, calc(var(--nd-mobile-vh, 100dvh) * .016), 16px)!important;
    overflow:hidden!important;
  }
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-storage-head{
    margin-bottom:clamp(3px, calc(var(--nd-mobile-vh, 100dvh) * .007), 8px)!important;
  }
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-memory-label{
    font-size:clamp(11.5px, calc(var(--nd-mobile-vw, 100vw) * .033), 13px)!important;
    letter-spacing:.09em!important;
    line-height:1.12!important;
    max-width:245px!important;
  }
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-memory-label i{
    width:clamp(29px, calc(var(--nd-mobile-vw, 100vw) * .082), 34px)!important;
    height:clamp(29px, calc(var(--nd-mobile-vw, 100vw) * .082), 34px)!important;
  }
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-storage-head a{
    width:clamp(36px, calc(var(--nd-mobile-vw, 100vw) * .102), 42px)!important;
    height:clamp(36px, calc(var(--nd-mobile-vw, 100vw) * .102), 42px)!important;
  }
  .mobile-storage-gauge-meter{
    justify-content:flex-start!important;
    gap:clamp(5px, calc(var(--nd-mobile-vh, 100dvh) * .008), 9px)!important;
  }
  .mobile-storage-gauge-wrap{
    flex:0 0 auto!important;
    width:min(304px, 80vw)!important;
    height:clamp(112px, calc(var(--nd-mobile-vh, 100dvh) * .158), 146px)!important;
    margin:-2px auto -2px!important;
  }
  .mobile-storage-gauge-wrap:before{
    top:12px!important;
    width:clamp(216px, 62vw, 270px)!important;
    height:clamp(86px, calc(var(--nd-mobile-vh, 100dvh) * .105), 112px)!important;
  }
  .mobile-storage-gauge-track,
  .mobile-storage-gauge-fill{
    stroke-width:clamp(21px, calc(var(--nd-mobile-vw, 100vw) * .058), 25px)!important;
  }
  .mobile-storage-gauge-fill.has-usage,
  .mobile-storage-gauge-fill.is-low-usage{
    stroke-width:clamp(22px, calc(var(--nd-mobile-vw, 100vw) * .061), 26px)!important;
  }
  .mobile-storage-gauge-center{
    margin-top:clamp(25px, calc(var(--nd-mobile-vh, 100dvh) * .036), 33px)!important;
    gap:2px!important;
    max-width:224px!important;
  }
  .mobile-storage-gauge-center span{
    font-size:clamp(10.8px, calc(var(--nd-mobile-vw, 100vw) * .031), 12.2px)!important;
    line-height:1!important;
  }
  .mobile-storage-gauge-center strong{
    font-size:clamp(39px, calc(var(--nd-mobile-vw, 100vw) * .112), 46px)!important;
    max-width:212px!important;
    line-height:.88!important;
  }
  .mobile-storage-gauge-center em{
    font-size:clamp(12px, calc(var(--nd-mobile-vw, 100vw) * .034), 13.2px)!important;
    max-width:218px!important;
    line-height:1.12!important;
  }
  .mobile-storage-gauge-meta{
    font-size:clamp(12px, calc(var(--nd-mobile-vw, 100vw) * .034), 13.2px)!important;
    line-height:1.15!important;
    margin-top:0!important;
    padding:0 4px!important;
  }
  .mobile-storage-gauge-meta strong{
    font-size:clamp(12px, calc(var(--nd-mobile-vw, 100vw) * .034), 13.2px)!important;
  }
  .mobile-storage-compose{
    padding:clamp(8px, calc(var(--nd-mobile-vh, 100dvh) * .012), 11px)!important;
    gap:clamp(5px, calc(var(--nd-mobile-vh, 100dvh) * .007), 8px)!important;
    border-radius:20px!important;
    margin-top:1px!important;
    margin-bottom:1px!important;
  }
  .mobile-storage-compose-head{
    font-size:clamp(10.5px, calc(var(--nd-mobile-vw, 100vw) * .029), 11.8px)!important;
    line-height:1.05!important;
  }
  .mobile-storage-compose-head em{
    font-size:clamp(11.5px, calc(var(--nd-mobile-vw, 100vw) * .032), 12.6px)!important;
    max-width:128px!important;
  }
  .mobile-storage-compose-track{
    height:clamp(10px, calc(var(--nd-mobile-vh, 100dvh) * .012), 12px)!important;
    padding:2px!important;
  }
  .mobile-storage-compose-legend{
    font-size:clamp(10.4px, calc(var(--nd-mobile-vw, 100vw) * .029), 11.4px)!important;
    gap:5px 9px!important;
    line-height:1.05!important;
  }
  .mobile-storage-compose-legend i{
    width:7px!important;
    height:7px!important;
  }
}

@media (max-width:820px) and (min-height:780px){
  .mobile-premium-v47 .mobile-memory-bar-card{
    min-height:clamp(334px, calc(var(--nd-mobile-vh, 100dvh) - 430px), 426px)!important;
  }
  .mobile-storage-gauge-wrap{
    height:clamp(124px, calc(var(--nd-mobile-vh, 100dvh) * .165), 154px)!important;
    width:min(316px, 81vw)!important;
  }
  .mobile-storage-gauge-center strong{
    font-size:clamp(41px, calc(var(--nd-mobile-vw, 100vw) * .115), 48px)!important;
  }
}

@media (max-width:820px) and (max-height:735px){
  .mobile-premium-v47 .mobile-app-topbar{margin-bottom:7px!important}
  .mobile-premium-v47 .mobile-hero-title{margin-bottom:7px!important}
  .mobile-premium-v47 .mobile-search-glass{height:44px!important;margin-bottom:7px!important}
  .mobile-premium-v47 .mobile-storage-category-grid{margin-bottom:8px!important}
  .mobile-premium-v47 .mobile-category-card{min-height:60px!important}
  .mobile-premium-v47 .mobile-memory-bar-card{min-height:302px!important;padding:10px 11px!important}
  .mobile-storage-gauge-wrap{height:104px!important;width:min(282px, 78vw)!important;margin:-4px auto -3px!important}
  .mobile-storage-gauge-center strong{font-size:36px!important}
  .mobile-storage-gauge-center em{font-size:11.5px!important}
  .mobile-storage-compose{padding:8px!important;gap:5px!important}
}

@media (max-width:380px){
  .mobile-premium-v47 .mobile-category-card strong{font-size:14.2px!important}
  .mobile-storage-gauge-center strong{font-size:36px!important}
  .mobile-storage-gauge-center em{font-size:11px!important;max-width:170px!important}
  .mobile-storage-compose-legend{font-size:9.8px!important;gap:4px 6px!important}
}

/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v5.4
 * Ajuste fino: mantém o card de armazenamento alto, mas aumenta gauge e textos sem cortar a composição.
 */
@media (max-width:820px){
  .mobile-premium-v47 .mobile-category-card{
    min-height:clamp(68px, calc(var(--nd-mobile-vh, 100dvh) * .086), 80px)!important;
    padding:clamp(9px, calc(var(--nd-mobile-vw, 100vw) * .026), 12px) clamp(11px, calc(var(--nd-mobile-vw, 100vw) * .032), 14px)!important;
    grid-template-columns:clamp(42px, calc(var(--nd-mobile-vw, 100vw) * .118), 48px) minmax(0,1fr)!important;
    column-gap:clamp(9px, calc(var(--nd-mobile-vw, 100vw) * .026), 12px)!important;
  }
  .mobile-premium-v47 .mobile-category-card span{
    width:clamp(41px, calc(var(--nd-mobile-vw, 100vw) * .113), 47px)!important;
    height:clamp(41px, calc(var(--nd-mobile-vw, 100vw) * .113), 47px)!important;
    font-size:clamp(16px, calc(var(--nd-mobile-vw, 100vw) * .046), 19px)!important;
  }
  .mobile-premium-v47 .mobile-category-card em{
    font-size:clamp(14px, calc(var(--nd-mobile-vw, 100vw) * .039), 15.4px)!important;
    line-height:1.06!important;
  }
  .mobile-premium-v47 .mobile-category-card strong{
    font-size:clamp(17px, calc(var(--nd-mobile-vw, 100vw) * .047), 18.6px)!important;
    line-height:1.08!important;
  }

  .mobile-premium-v47 .mobile-memory-bar-card{
    display:flex!important;
    flex-direction:column!important;
    min-height:clamp(340px, calc(var(--nd-mobile-vh, 100dvh) - 420px), 462px)!important;
    padding:clamp(13px, calc(var(--nd-mobile-vh, 100dvh) * .017), 18px)!important;
    overflow:hidden!important;
  }
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-storage-head{
    flex:0 0 auto!important;
    margin-bottom:clamp(4px, calc(var(--nd-mobile-vh, 100dvh) * .008), 9px)!important;
  }
  .mobile-premium-v47 .mobile-memory-bar-card .mobile-memory-label{
    font-size:clamp(12.4px, calc(var(--nd-mobile-vw, 100vw) * .035), 14px)!important;
    line-height:1.12!important;
    max-width:270px!important;
  }
  .mobile-storage-gauge-meter{
    flex:1 1 auto!important;
    display:grid!important;
    grid-template-rows:auto auto auto!important;
    align-content:start!important;
    gap:clamp(7px, calc(var(--nd-mobile-vh, 100dvh) * .009), 10px)!important;
    padding:0 2px 2px!important;
  }
  .mobile-storage-gauge-wrap{
    width:min(342px, 88vw)!important;
    height:clamp(146px, calc(var(--nd-mobile-vh, 100dvh) * .178), 174px)!important;
    margin:-2px auto 1px!important;
  }
  .mobile-storage-gauge-wrap:before{
    top:13px!important;
    width:clamp(250px, 70vw, 310px)!important;
    height:clamp(104px, calc(var(--nd-mobile-vh, 100dvh) * .122), 132px)!important;
  }
  .mobile-storage-gauge-track,
  .mobile-storage-gauge-fill{
    stroke-width:clamp(24px, calc(var(--nd-mobile-vw, 100vw) * .066), 29px)!important;
  }
  .mobile-storage-gauge-fill.has-usage,
  .mobile-storage-gauge-fill.is-low-usage{
    stroke-width:clamp(25px, calc(var(--nd-mobile-vw, 100vw) * .069), 30px)!important;
  }
  .mobile-storage-gauge-center{
    margin-top:clamp(32px, calc(var(--nd-mobile-vh, 100dvh) * .042), 41px)!important;
    gap:3px!important;
    max-width:258px!important;
  }
  .mobile-storage-gauge-center span{
    font-size:clamp(12.3px, calc(var(--nd-mobile-vw, 100vw) * .034), 13.8px)!important;
    line-height:1!important;
  }
  .mobile-storage-gauge-center strong{
    font-size:clamp(48px, calc(var(--nd-mobile-vw, 100vw) * .132), 57px)!important;
    line-height:.86!important;
    max-width:248px!important;
  }
  .mobile-storage-gauge-center em{
    font-size:clamp(13.2px, calc(var(--nd-mobile-vw, 100vw) * .037), 15px)!important;
    line-height:1.12!important;
    max-width:254px!important;
  }
  .mobile-storage-gauge-meta{
    font-size:clamp(13.2px, calc(var(--nd-mobile-vw, 100vw) * .037), 15px)!important;
    line-height:1.15!important;
    margin-top:0!important;
    padding:0 4px!important;
  }
  .mobile-storage-gauge-meta strong{
    font-size:clamp(13.2px, calc(var(--nd-mobile-vw, 100vw) * .037), 15px)!important;
  }
  .mobile-storage-compose{
    padding:clamp(9px, calc(var(--nd-mobile-vh, 100dvh) * .012), 12px)!important;
    gap:clamp(6px, calc(var(--nd-mobile-vh, 100dvh) * .008), 9px)!important;
    margin-top:0!important;
  }
  .mobile-storage-compose-head{
    font-size:clamp(11.4px, calc(var(--nd-mobile-vw, 100vw) * .031), 13px)!important;
    line-height:1.04!important;
  }
  .mobile-storage-compose-head em{
    font-size:clamp(12.4px, calc(var(--nd-mobile-vw, 100vw) * .034), 14px)!important;
    max-width:145px!important;
  }
  .mobile-storage-compose-track{
    height:clamp(12px, calc(var(--nd-mobile-vh, 100dvh) * .014), 14px)!important;
  }
  .mobile-storage-compose-legend{
    font-size:clamp(11.2px, calc(var(--nd-mobile-vw, 100vw) * .031), 12.4px)!important;
    gap:5px 9px!important;
    line-height:1.05!important;
  }
  .mobile-storage-compose-legend i{
    width:7px!important;
    height:7px!important;
  }
}

@media (max-width:820px) and (max-height:735px){
  .mobile-premium-v47 .mobile-category-card{
    min-height:62px!important;
    padding:8px 10px!important;
  }
  .mobile-premium-v47 .mobile-category-card em{font-size:13.2px!important}
  .mobile-premium-v47 .mobile-category-card strong{font-size:15.6px!important}
  .mobile-premium-v47 .mobile-memory-bar-card{
    min-height:312px!important;
    padding:11px 12px!important;
  }
  .mobile-storage-gauge-meter{gap:6px!important}
  .mobile-storage-gauge-wrap{
    height:118px!important;
    width:min(300px, 82vw)!important;
    margin:-5px auto -2px!important;
  }
  .mobile-storage-gauge-center{margin-top:27px!important;max-width:220px!important}
  .mobile-storage-gauge-center span{font-size:11px!important}
  .mobile-storage-gauge-center strong{font-size:40px!important}
  .mobile-storage-gauge-center em{font-size:12px!important;max-width:205px!important}
  .mobile-storage-gauge-meta,
  .mobile-storage-gauge-meta strong{font-size:12px!important}
  .mobile-storage-compose{padding:8px!important;gap:5px!important}
  .mobile-storage-compose-head{font-size:10.6px!important}
  .mobile-storage-compose-head em{font-size:11.4px!important}
  .mobile-storage-compose-track{height:10px!important}
  .mobile-storage-compose-legend{font-size:10.2px!important;gap:4px 7px!important}
}

@media (max-width:380px){
  .mobile-premium-v47 .mobile-category-card em{font-size:13.2px!important}
  .mobile-premium-v47 .mobile-category-card strong{font-size:15.7px!important}
  .mobile-storage-gauge-wrap{width:min(306px, 84vw)!important}
  .mobile-storage-gauge-center strong{font-size:42px!important}
  .mobile-storage-gauge-center em{font-size:12px!important;max-width:210px!important}
  .mobile-storage-compose-legend{font-size:10.2px!important;gap:4px 7px!important}
}

@media (max-width:820px){
  html,body{
    min-height:100%!important;
    height:auto!important;
  }
  body{
    overflow:auto!important;
    background:#f4f7fb!important;
  }
  body.mobile-menu-open,
  body.mobile-sheet-open{
    overflow:hidden!important;
  }
  .dashboard-app-shell{
    height:auto!important;
    min-height:var(--nd-mobile-vh,100dvh)!important;
    overflow:visible!important;
    background:linear-gradient(180deg,#f7fbff 0%,#eef4f9 100%)!important;
  }
  .dashboard-app-shell .main.drive-dashboard-page{
    height:auto!important;
    min-height:var(--nd-mobile-vh,100dvh)!important;
    overflow:visible!important;
    padding:18px 24px 118px!important;
    background:transparent!important;
  }
  .dashboard-app-shell .drive-dashboard-topbar,
  .dashboard-app-shell .drive-dashboard-grid{
    display:none!important;
  }
  .mobile-drive-home.mobile-drive-simple-v55{
    display:block!important;
    width:100%!important;
    max-width:430px!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    margin:0 auto!important;
    padding:0!important;
  }
  .mobile-simple-topbar{
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr) 54px!important;
    align-items:center!important;
    gap:12px!important;
    margin:0 0 14px!important;
  }
  .mobile-simple-logo{
    justify-self:center!important;
    width:clamp(148px,42vw,190px)!important;
    height:auto!important;
    max-height:58px!important;
    object-fit:contain!important;
    filter:drop-shadow(0 10px 22px rgba(15,23,42,.08))!important;
  }
  .mobile-simple-icon{
    width:54px!important;
    height:54px!important;
    border:0!important;
    border-radius:19px!important;
    background:rgba(255,255,255,.92)!important;
    color:#0f172a!important;
    box-shadow:0 12px 28px rgba(15,23,42,.075)!important;
    display:grid!important;
    place-items:center!important;
    cursor:pointer!important;
    position:relative!important;
    font-size:18px!important;
    backdrop-filter:blur(18px)!important;
  }
  .mobile-simple-bell span{
    position:absolute!important;
    top:8px!important;
    right:7px!important;
    min-width:18px!important;
    height:18px!important;
    padding:0 5px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    background:#ff8a00!important;
    color:#fff!important;
    font-size:10px!important;
    font-weight:950!important;
    border:2px solid #fff!important;
  }
  .mobile-simple-storage{
    margin:0 0 18px!important;
    padding:16px 18px 15px!important;
    border-radius:28px!important;
    color:#fff!important;
    background:linear-gradient(135deg,#09223d 0%,#0b2d52 56%,#103a64 100%)!important;
    box-shadow:0 20px 46px rgba(8,31,58,.20)!important;
    overflow:hidden!important;
    position:relative!important;
  }
  .mobile-simple-storage:after{
    content:""!important;
    position:absolute!important;
    right:-54px!important;
    top:-70px!important;
    width:170px!important;
    height:170px!important;
    border-radius:50%!important;
    background:radial-gradient(circle,rgba(89,191,227,.22),transparent 68%)!important;
    pointer-events:none!important;
  }
  .mobile-simple-storage-head{
    position:relative!important;
    z-index:2!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:14px!important;
    margin-bottom:12px!important;
  }
  .mobile-simple-storage-head span{
    display:block!important;
    font-size:16px!important;
    line-height:1.15!important;
    font-weight:950!important;
    letter-spacing:-.035em!important;
    color:#fff!important;
  }
  .mobile-simple-storage-head strong{
    display:block!important;
    margin-top:7px!important;
    font-size:12px!important;
    line-height:1.1!important;
    color:rgba(255,255,255,.78)!important;
    font-weight:850!important;
  }
  .mobile-simple-storage-head a{
    flex:0 0 auto!important;
    align-self:end!important;
    color:#ffb14b!important;
    font-size:11px!important;
    font-weight:950!important;
    white-space:nowrap!important;
  }
  .mobile-simple-storage-track{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    height:7px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.22)!important;
    overflow:hidden!important;
  }
  .mobile-simple-storage-track i{
    display:block!important;
    height:100%!important;
    max-width:100%!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,#ff8500 0%,#ffb14b 100%)!important;
    min-width:0!important;
  }
  .mobile-simple-storage-track i.has-usage{
    min-width:8px!important;
  }
  .mobile-simple-storage-foot{
    position:relative!important;
    z-index:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    margin-top:10px!important;
    font-size:11px!important;
    line-height:1.2!important;
    color:rgba(255,255,255,.82)!important;
    font-weight:800!important;
  }
  .mobile-simple-storage-foot strong{
    color:#ffb14b!important;
    font-size:11px!important;
    white-space:nowrap!important;
  }
  .mobile-simple-section{
    margin:0 0 20px!important;
  }
  .mobile-simple-section-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    margin:0 0 12px!important;
  }
  .mobile-simple-section-head h2{
    margin:0!important;
    color:#0b1630!important;
    font-size:20px!important;
    line-height:1.1!important;
    font-weight:950!important;
    letter-spacing:-.035em!important;
  }
  .mobile-simple-section-head a{
    color:#ff8500!important;
    font-size:12px!important;
    line-height:1.1!important;
    font-weight:950!important;
    white-space:nowrap!important;
  }
  .mobile-simple-folder-carousel{
    display:flex!important;
    gap:0!important;
    overflow-x:auto!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
    margin:0 -2px!important;
    padding:0 2px!important;
  }
  .mobile-simple-folder-carousel::-webkit-scrollbar{display:none!important}
  .mobile-simple-folder-page{
    flex:0 0 100%!important;
    scroll-snap-align:start!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:13px 12px!important;
    min-width:100%!important;
  }
  .mobile-simple-folder-card{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    text-align:center!important;
    color:#0b1630!important;
    min-height:122px!important;
    padding:8px 4px 6px!important;
    border-radius:18px!important;
    background:transparent!important;
  }
  .mobile-simple-folder-icon{
    width:62px!important;
    height:52px!important;
    display:grid!important;
    place-items:center!important;
    color:#ff941a!important;
    font-size:50px!important;
    line-height:1!important;
    filter:drop-shadow(0 11px 14px rgba(255,132,0,.16))!important;
  }
  .mobile-simple-folder-card strong{
    display:block!important;
    width:100%!important;
    color:#07111f!important;
    font-size:12.5px!important;
    line-height:1.12!important;
    font-weight:950!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .mobile-simple-folder-card em{
    display:block!important;
    width:100%!important;
    color:#7b8493!important;
    font-size:10.5px!important;
    line-height:1.22!important;
    font-style:normal!important;
    font-weight:750!important;
    white-space:normal!important;
    overflow:hidden!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
  }
  .mobile-simple-carousel-dots{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    margin:10px 0 2px!important;
  }
  .mobile-simple-carousel-dots button{
    width:6px!important;
    height:6px!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    background:#d8dde7!important;
    cursor:pointer!important;
  }
  .mobile-simple-carousel-dots button.active{
    width:18px!important;
    background:#ff8500!important;
  }
  .mobile-simple-recent-list{
    display:grid!important;
    gap:10px!important;
  }
  .mobile-simple-recent-row{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr) 22px!important;
    align-items:center!important;
    gap:11px!important;
    min-height:58px!important;
    padding:9px 8px!important;
    border-radius:18px!important;
    color:#0b1630!important;
    background:rgba(255,255,255,.74)!important;
    border:1px solid rgba(229,236,245,.9)!important;
    box-shadow:0 10px 24px rgba(15,23,42,.045)!important;
  }
  .mobile-simple-recent-icon{
    width:42px!important;
    height:42px!important;
    border-radius:14px!important;
    display:grid!important;
    place-items:center!important;
    background:#eef6ff!important;
    color:#2f7cf6!important;
    font-size:15.5px!important;
  }
  .mobile-simple-recent-icon.is-folder{
    background:#fff6df!important;
    color:#ff941a!important;
    font-size:28px!important;
  }
  .mobile-simple-recent-copy{
    min-width:0!important;
    display:block!important;
  }
  .mobile-simple-recent-copy strong{
    display:block!important;
    color:#0b1630!important;
    font-size:13.5px!important;
    line-height:1.15!important;
    font-weight:950!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .mobile-simple-recent-copy em{
    display:block!important;
    margin-top:4px!important;
    color:#7b8493!important;
    font-size:11px!important;
    line-height:1.15!important;
    font-style:normal!important;
    font-weight:750!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .mobile-simple-recent-row>i{
    color:#9aa4b3!important;
    font-size:13px!important;
    justify-self:center!important;
  }
  .mobile-simple-empty{
    padding:15px!important;
    border-radius:18px!important;
    color:#64748b!important;
    font-size:13px!important;
    line-height:1.45!important;
    background:rgba(255,255,255,.72)!important;
    border:1px dashed #cbd5e1!important;
  }
  .mobile-bottom-nav.mobile-simple-nav{
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    left:24px!important;
    right:24px!important;
    bottom:14px!important;
    max-width:430px!important;
    margin:0 auto!important;
    padding:10px!important;
    gap:4px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.92)!important;
    border:1px solid rgba(255,255,255,.95)!important;
    box-shadow:0 18px 56px rgba(15,23,42,.16)!important;
    backdrop-filter:blur(18px)!important;
  }
  .mobile-bottom-nav.mobile-simple-nav a,
  .mobile-bottom-nav.mobile-simple-nav button{
    min-height:50px!important;
    border-radius:999px!important;
    gap:4px!important;
    color:#6b7280!important;
    font-size:10px!important;
    font-weight:950!important;
  }
  .mobile-bottom-nav.mobile-simple-nav i{
    font-size:15px!important;
  }
  .mobile-bottom-nav.mobile-simple-nav .active{
    color:#fff!important;
    background:linear-gradient(135deg,#ff8500,#ffb14b)!important;
    box-shadow:0 12px 24px rgba(255,132,0,.23)!important;
  }
  .mobile-sheet-backdrop{
    position:fixed!important;
    inset:0!important;
    z-index:1690!important;
    display:block!important;
    opacity:0!important;
    pointer-events:none!important;
    border:0!important;
    background:rgba(15,23,42,.38)!important;
    backdrop-filter:blur(4px)!important;
    transition:opacity .18s ease!important;
  }
  .mobile-sheet-backdrop.is-open{
    opacity:1!important;
    pointer-events:auto!important;
  }
  .mobile-simple-sheet{
    position:fixed!important;
    left:18px!important;
    right:18px!important;
    bottom:18px!important;
    z-index:1700!important;
    width:min(430px,calc(100vw - 36px))!important;
    margin:0 auto!important;
    padding:12px 16px 16px!important;
    border-radius:28px!important;
    background:#fff!important;
    border:1px solid rgba(226,232,240,.95)!important;
    box-shadow:0 28px 80px rgba(15,23,42,.24)!important;
  }
  .mobile-simple-sheet[hidden]{display:none!important}
  .mobile-sheet-handle{
    width:46px!important;
    height:5px!important;
    margin:0 auto 12px!important;
    border-radius:999px!important;
    background:#dbe3ee!important;
  }
  .mobile-sheet-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    margin-bottom:10px!important;
  }
  .mobile-sheet-head strong{
    font-size:18px!important;
    color:#0b1630!important;
    font-weight:950!important;
  }
  .mobile-sheet-head button{
    width:38px!important;
    height:38px!important;
    display:grid!important;
    place-items:center!important;
    border:0!important;
    border-radius:14px!important;
    background:#f4f7fb!important;
    color:#0f172a!important;
  }
  .mobile-simple-sheet p{
    margin:0 0 13px!important;
    color:#64748b!important;
    font-size:13px!important;
    line-height:1.45!important;
    font-weight:700!important;
  }
  .mobile-account-summary{
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    align-items:center!important;
    gap:12px!important;
    padding:12px!important;
    border-radius:18px!important;
    background:#f8fbff!important;
    margin-bottom:12px!important;
  }
  .mobile-account-summary>span{
    width:48px!important;
    height:48px!important;
    border-radius:17px!important;
    display:grid!important;
    place-items:center!important;
    background:linear-gradient(135deg,#59bfe3,#356fe5)!important;
    color:#fff!important;
    font-weight:950!important;
  }
  .mobile-account-summary strong,
  .mobile-account-summary em{
    display:block!important;
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .mobile-account-summary strong{font-size:14px!important;color:#0b1630!important;font-weight:950!important}
  .mobile-account-summary em{font-size:12px!important;color:#64748b!important;font-style:normal!important;margin-top:3px!important}
  .mobile-sheet-primary,
  .mobile-sheet-secondary{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    min-height:48px!important;
    border-radius:17px!important;
    font-size:13px!important;
    font-weight:950!important;
    margin-top:8px!important;
  }
  .mobile-sheet-primary{background:linear-gradient(135deg,#ff8500,#ffb14b)!important;color:#fff!important}
  .mobile-sheet-primary.danger{background:#111827!important;color:#fff!important}
  .mobile-sheet-secondary{background:#f4f7fb!important;color:#0b1630!important;border:1px solid #e2e8f0!important}
}

@media (max-width:380px){
  .dashboard-app-shell .main.drive-dashboard-page{padding-left:18px!important;padding-right:18px!important}
  .mobile-simple-topbar{grid-template-columns:50px minmax(0,1fr) 50px!important;gap:8px!important}
  .mobile-simple-icon{width:50px!important;height:50px!important;border-radius:18px!important}
  .mobile-simple-logo{width:148px!important}
  .mobile-simple-folder-page{gap:10px 8px!important}
  .mobile-simple-folder-card{min-height:116px!important}
  .mobile-simple-folder-icon{width:56px!important;height:48px!important;font-size:46px!important}
  .mobile-bottom-nav.mobile-simple-nav{left:18px!important;right:18px!important}
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v5.7
 * Nova identidade mobile: topo escuro inteiro com logo branca/laranja e rodapé fixo em largura total.
 */
:root{
  --neexo-navy:#082B4A;
  --neexo-navy-dark:#061E34;
  --neexo-navy-mid:#0D3B66;
  --neexo-orange:#FF8A00;
  --neexo-orange-soft:#FFB14B;
  --neexo-bg:#F3F7FC;
  --neexo-card:#FFFFFF;
  --neexo-text:#0D1B33;
  --neexo-muted:#6B7A90;
  --neexo-border:rgba(8,43,74,.10);
}

@media (max-width:820px){
  body{
    background:var(--neexo-bg)!important;
  }
  .dashboard-app-shell{
    background:var(--neexo-bg)!important;
  }
  .dashboard-app-shell .main.drive-dashboard-page{
    padding:0 0 calc(82px + env(safe-area-inset-bottom))!important;
    min-height:var(--nd-mobile-vh,100dvh)!important;
    background:var(--neexo-bg)!important;
  }
  .mobile-drive-home.mobile-drive-simple-v55{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    background:var(--neexo-bg)!important;
  }
  .mobile-simple-dark-hero{
    width:100%!important;
    padding:calc(18px + env(safe-area-inset-top)) 20px 36px!important;
    color:#fff!important;
    background:
      radial-gradient(circle at 82% 6%, rgba(255,138,0,.18), transparent 26%),
      radial-gradient(circle at 0% 100%, rgba(89,191,227,.14), transparent 34%),
      linear-gradient(145deg,var(--neexo-navy-dark) 0%,var(--neexo-navy) 52%,var(--neexo-navy-mid) 100%)!important;
    box-shadow:0 18px 46px rgba(6,30,52,.20)!important;
  }
  .mobile-simple-topbar{
    max-width:430px!important;
    margin:0 auto 18px!important;
    grid-template-columns:52px minmax(0,1fr) 52px!important;
    gap:12px!important;
  }
  .mobile-simple-logo{
    width:clamp(156px,44vw,188px)!important;
    max-height:54px!important;
    object-fit:contain!important;
    filter:drop-shadow(0 12px 24px rgba(0,0,0,.18))!important;
  }
  .mobile-simple-icon{
    width:52px!important;
    height:52px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.10)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    color:#fff!important;
    box-shadow:0 12px 28px rgba(0,0,0,.14)!important;
  }
  .mobile-simple-bell span{
    top:7px!important;
    right:6px!important;
    border-color:var(--neexo-navy)!important;
    background:var(--neexo-orange)!important;
  }
  .mobile-simple-storage{
    max-width:430px!important;
    margin:0 auto!important;
    padding:0 2px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#fff!important;
  }
  .mobile-simple-storage:after{display:none!important}
  .mobile-simple-storage-head{
    margin-bottom:10px!important;
  }
  .mobile-simple-storage-head span{
    color:#fff!important;
    font-size:18px!important;
    line-height:1.12!important;
    letter-spacing:-.02em!important;
  }
  .mobile-simple-storage-head strong{
    margin-top:8px!important;
    color:rgba(255,255,255,.78)!important;
    font-size:12.5px!important;
    font-weight:800!important;
  }
  .mobile-simple-storage-head a{
    color:var(--neexo-orange-soft)!important;
    font-size:12px!important;
    align-self:end!important;
  }
  .mobile-simple-storage-track{
    height:7px!important;
    background:rgba(255,255,255,.86)!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)!important;
  }
  .mobile-simple-storage-track i{
    background:linear-gradient(90deg,var(--neexo-orange),var(--neexo-orange-soft))!important;
  }
  .mobile-simple-storage-foot{
    margin-top:11px!important;
    color:rgba(255,255,255,.80)!important;
    font-size:11.5px!important;
  }
  .mobile-simple-storage-foot strong{
    color:var(--neexo-orange-soft)!important;
    font-size:11.5px!important;
  }
  .mobile-simple-content{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    max-width:430px!important;
    margin:-22px auto 0!important;
    padding:24px 20px 24px!important;
    border-radius:28px 28px 0 0!important;
    background:linear-gradient(180deg,#fff 0%,#f6faff 64%,var(--neexo-bg) 100%)!important;
    box-shadow:0 -1px 0 rgba(255,255,255,.75), 0 -18px 42px rgba(6,30,52,.10)!important;
  }
  .mobile-simple-section{
    margin-bottom:22px!important;
  }
  .mobile-simple-section:last-child{
    margin-bottom:6px!important;
  }
  .mobile-simple-section-head h2{
    color:var(--neexo-text)!important;
    font-size:21px!important;
  }
  .mobile-simple-section-head a{
    color:var(--neexo-orange)!important;
  }
  .mobile-simple-folder-page{
    gap:14px 12px!important;
  }
  .mobile-simple-folder-card{
    min-height:123px!important;
  }
  .mobile-simple-folder-icon{
    color:var(--neexo-orange)!important;
    filter:drop-shadow(0 11px 14px rgba(255,138,0,.18))!important;
  }
  .mobile-simple-carousel-dots button.active{
    background:var(--neexo-orange)!important;
  }
  .mobile-simple-recent-row{
    background:#fff!important;
    border:1px solid rgba(8,43,74,.08)!important;
    box-shadow:0 10px 24px rgba(8,43,74,.055)!important;
  }
  .mobile-simple-recent-icon.is-folder{
    background:#fff4dc!important;
    color:var(--neexo-orange)!important;
  }
  .mobile-bottom-nav.mobile-simple-nav{
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:7px max(18px,calc((100vw - 430px) / 2 + 18px)) calc(7px + env(safe-area-inset-bottom))!important;
    gap:4px!important;
    border-radius:0!important;
    background:#fff!important;
    border:0!important;
    border-top:1px solid rgba(8,43,74,.10)!important;
    box-shadow:0 -12px 32px rgba(8,43,74,.12)!important;
    backdrop-filter:none!important;
  }
  .mobile-bottom-nav.mobile-simple-nav a,
  .mobile-bottom-nav.mobile-simple-nav button{
    min-height:54px!important;
    border-radius:18px!important;
    color:#667085!important;
    font-size:10px!important;
  }
  .mobile-bottom-nav.mobile-simple-nav i{
    font-size:18px!important;
  }
  .mobile-bottom-nav.mobile-simple-nav .active{
    background:linear-gradient(135deg,var(--neexo-orange),var(--neexo-orange-soft))!important;
    color:#fff!important;
    box-shadow:0 10px 22px rgba(255,138,0,.24)!important;
  }
  .mobile-simple-sheet{
    bottom:calc(78px + env(safe-area-inset-bottom))!important;
  }
}

@media (max-width:380px){
  .mobile-simple-dark-hero{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .mobile-simple-topbar{
    grid-template-columns:48px minmax(0,1fr) 48px!important;
    gap:9px!important;
  }
  .mobile-simple-icon{
    width:48px!important;
    height:48px!important;
  }
  .mobile-simple-logo{
    width:150px!important;
  }
  .mobile-simple-content{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .mobile-bottom-nav.mobile-simple-nav{
    padding-left:14px!important;
    padding-right:14px!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v5.7
 * Ajustes de identidade: menu hamburguer, textos laranja unificados e menu lateral no novo padrão visual.
 */
@media (max-width:820px){
  .mobile-simple-storage-head a,
  .mobile-simple-storage-foot strong,
  .mobile-simple-section-head a{
    color:var(--neexo-orange)!important;
    font-weight:900!important;
  }
  .mobile-simple-storage-head a,
  .mobile-simple-storage-foot strong{
    text-shadow:0 8px 18px rgba(255,138,0,.14)!important;
  }
  .mobile-simple-icon[data-mobile-menu-open] i{
    font-size:19px!important;
    line-height:1!important;
  }
  .dashboard-app-shell .sidebar.drive-sidebar-premium{
    width:min(82vw,304px)!important;
    max-width:304px!important;
    padding:18px 18px calc(18px + env(safe-area-inset-bottom))!important;
    background:linear-gradient(180deg,#ffffff 0%,#f6faff 100%)!important;
    border-right:1px solid rgba(8,43,74,.10)!important;
    box-shadow:22px 0 52px rgba(6,30,52,.24)!important;
  }
  .dashboard-app-shell .drive-sidebar-brand{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:13px!important;
    min-height:0!important;
    margin:0 0 18px!important;
    padding:20px 18px!important;
    border:0!important;
    border-radius:26px!important;
    background:
      radial-gradient(circle at 92% 8%,rgba(255,138,0,.22),transparent 28%),
      linear-gradient(145deg,var(--neexo-navy-dark) 0%,var(--neexo-navy) 58%,var(--neexo-navy-mid) 100%)!important;
    box-shadow:0 16px 36px rgba(6,30,52,.18)!important;
  }
  .dashboard-app-shell .drive-sidebar-brand .sidebar-logo-img{
    width:168px!important;
    max-width:100%!important;
    height:auto!important;
    display:block!important;
    filter:drop-shadow(0 10px 20px rgba(0,0,0,.20))!important;
  }
  .dashboard-app-shell .drive-sidebar-plan{
    display:grid!important;
    gap:8px!important;
    width:100%!important;
  }
  .dashboard-app-shell .drive-sidebar-plan strong{
    color:#fff!important;
    font-size:13px!important;
    font-weight:900!important;
    line-height:1.25!important;
  }
  .dashboard-app-shell .drive-sidebar-plan span{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    width:max-content!important;
    max-width:100%!important;
    padding:8px 11px!important;
    border-radius:999px!important;
    background:rgba(255,138,0,.16)!important;
    border:1px solid rgba(255,138,0,.35)!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }
  .dashboard-app-shell .drive-sidebar-plan span i{
    color:var(--neexo-orange)!important;
  }
  .dashboard-app-shell .drive-main-nav{
    gap:6px!important;
  }
  .dashboard-app-shell .nav-section-label{
    display:block!important;
    margin:16px 6px 8px!important;
    color:#8A9BAF!important;
    font-size:10px!important;
    font-weight:950!important;
    letter-spacing:.14em!important;
  }
  .dashboard-app-shell .drive-main-nav a{
    min-height:46px!important;
    padding:12px 13px!important;
    border-radius:17px!important;
    color:#34465C!important;
    background:transparent!important;
    box-shadow:none!important;
    font-weight:850!important;
  }
  .dashboard-app-shell .drive-main-nav a .ico{
    color:#34465C!important;
    font-size:15px!important;
  }
  .dashboard-app-shell .drive-main-nav a:hover,
  .dashboard-app-shell .drive-main-nav a.active{
    background:#FFF4E6!important;
    color:var(--neexo-navy)!important;
    box-shadow:inset 4px 0 0 var(--neexo-orange)!important;
  }
  .dashboard-app-shell .drive-main-nav a:hover .ico,
  .dashboard-app-shell .drive-main-nav a.active .ico{
    color:var(--neexo-orange)!important;
  }
  .dashboard-app-shell .drive-main-nav a.disabled{
    color:#A8B3C2!important;
    opacity:1!important;
  }
  .dashboard-app-shell .drive-main-nav a.disabled .ico{
    color:#A8B3C2!important;
  }
  .dashboard-app-shell .sidebar-bottom{
    gap:12px!important;
    margin-top:auto!important;
  }
  .dashboard-app-shell .drive-sidebar-storage{
    padding:15px!important;
    border-radius:20px!important;
    background:#fff!important;
    border:1px solid rgba(8,43,74,.10)!important;
    box-shadow:0 10px 24px rgba(8,43,74,.055)!important;
  }
  .dashboard-app-shell .drive-sidebar-storage strong{
    color:var(--neexo-navy)!important;
    font-weight:950!important;
    font-size:12.5px!important;
  }
  .dashboard-app-shell .drive-sidebar-storage .bar{
    height:7px!important;
    margin:9px 0 7px!important;
    background:#EDF2F7!important;
  }
  .dashboard-app-shell .drive-sidebar-storage .bar span{
    background:linear-gradient(90deg,var(--neexo-orange),var(--neexo-orange-soft))!important;
  }
  .dashboard-app-shell .sidebar-bottom .small.muted{
    color:#667085!important;
    line-height:1.45!important;
  }
}

/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v5.8
 * UX mobile de arquivos: menu lateral limpo, lista de pastas, rodapé fixo e barra de seleção inferior.
 */
@media (max-width:820px){
  .dashboard-app-shell .drive-sidebar-brand.drive-sidebar-brand-clean{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:auto!important;
    margin:0 0 20px!important;
    padding:16px 10px 18px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .dashboard-app-shell .drive-sidebar-brand.drive-sidebar-brand-clean .sidebar-logo-img{
    width:178px!important;
    max-width:86%!important;
    filter:none!important;
  }
  .dashboard-app-shell .drive-sidebar-brand-clean + .drive-main-nav{
    padding-top:8px!important;
    border-top:1px solid rgba(8,43,74,.10)!important;
  }

  .drive-files-app{
    display:block!important;
    height:var(--nd-mobile-vh,100dvh)!important;
    min-height:100dvh!important;
    overflow:hidden!important;
    background:var(--neexo-bg)!important;
  }
  .drive-files-app .main.drive-files-page{
    height:100%!important;
    min-height:0!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
    padding:0 0 calc(94px + env(safe-area-inset-bottom))!important;
    background:var(--neexo-bg)!important;
  }
  .mobile-files-topbar{
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) 52px!important;
    align-items:center!important;
    gap:12px!important;
    padding:calc(16px + env(safe-area-inset-top)) 20px 14px!important;
    background:
      radial-gradient(circle at 90% 0%,rgba(255,138,0,.13),transparent 28%),
      linear-gradient(145deg,var(--neexo-navy-dark) 0%,var(--neexo-navy) 58%,var(--neexo-navy-mid) 100%)!important;
  }
  .mobile-files-topbar .mobile-simple-logo{
    justify-self:center!important;
    width:clamp(154px,44vw,186px)!important;
    max-height:52px!important;
    object-fit:contain!important;
    filter:drop-shadow(0 12px 24px rgba(0,0,0,.18))!important;
  }
  .mobile-files-topbar .mobile-simple-icon{
    width:52px!important;
    height:52px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.10)!important;
    border:1px solid rgba(255,255,255,.16)!important;
    color:#fff!important;
    box-shadow:0 12px 28px rgba(0,0,0,.14)!important;
  }
  .mobile-files-topbar .mobile-files-add{
    background:linear-gradient(135deg,var(--neexo-orange),var(--neexo-orange-soft))!important;
    border-color:rgba(255,255,255,.20)!important;
    color:#fff!important;
  }
  .drive-files-app .drive-files-header{
    display:block!important;
    margin:0!important;
    padding:18px 20px 12px!important;
    background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)!important;
    border-radius:0 0 26px 26px!important;
    box-shadow:0 12px 30px rgba(8,43,74,.07)!important;
  }
  .drive-files-app .drive-files-header .eyebrow{
    color:var(--neexo-navy)!important;
    font-weight:950!important;
    letter-spacing:.12em!important;
    font-size:10px!important;
  }
  .drive-files-app .drive-files-header h1{
    font-size:31px!important;
    line-height:1.02!important;
    letter-spacing:-.055em!important;
    color:var(--neexo-text)!important;
    margin:8px 0 8px!important;
  }
  .drive-files-app .drive-files-header p{
    font-size:14px!important;
    line-height:1.45!important;
    color:#667085!important;
    max-width:92%!important;
  }
  .drive-files-app .drive-files-header .header-actions,
  .drive-files-app .drive-side-panel,
  .drive-files-app .drive-folder-overview-bar,
  .drive-files-app .drive-current-path{
    display:none!important;
  }
  .drive-files-app .drive-workspace{
    display:block!important;
    padding:16px 16px 0!important;
  }
  .drive-files-app .drive-file-panel{
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:transparent!important;
    overflow:visible!important;
  }
  .drive-files-app .drive-toolbar{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    align-items:center!important;
    gap:10px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    border-radius:0!important;
    margin-bottom:14px!important;
  }
  .drive-files-app .drive-search-wrap{
    height:48px!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid rgba(8,43,74,.08)!important;
    box-shadow:0 10px 24px rgba(8,43,74,.055)!important;
  }
  .drive-files-app .drive-toolbar-main{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
  }
  .drive-files-app .drive-location-pill{
    display:none!important;
  }
  .drive-files-app .new-menu-wrap{
    position:relative!important;
  }
  .drive-files-app .new-menu-button{
    width:48px!important;
    min-width:48px!important;
    height:48px!important;
    padding:0!important;
    border-radius:18px!important;
    background:linear-gradient(135deg,var(--neexo-orange),var(--neexo-orange-soft))!important;
    box-shadow:0 12px 26px rgba(255,138,0,.24)!important;
  }
  .drive-files-app .new-menu-button span,
  .drive-files-app .new-menu-button .fa-chevron-down{
    display:none!important;
  }
  .drive-files-app .new-menu{
    position:fixed!important;
    left:16px!important;
    right:16px!important;
    top:auto!important;
    bottom:calc(86px + env(safe-area-inset-bottom))!important;
    width:auto!important;
    z-index:2300!important;
    border-radius:24px!important;
    border:1px solid rgba(8,43,74,.10)!important;
    box-shadow:0 24px 70px rgba(6,30,52,.26)!important;
  }
  .drive-files-app .drive-breadcrumb-row{
    padding:0!important;
    border:0!important;
    background:transparent!important;
    margin-bottom:14px!important;
  }
  .drive-files-app .nextcloud-breadcrumbs{
    gap:7px!important;
    overflow:auto!important;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
    padding:0 2px 4px!important;
  }
  .drive-files-app .nextcloud-breadcrumbs a{
    color:var(--neexo-navy)!important;
    font-weight:850!important;
  }
  .drive-files-app .file-table-wrap{
    overflow:visible!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .drive-files-app .nextcloud-file-table,
  .drive-files-app .nextcloud-file-table tbody{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px 12px!important;
    width:100%!important;
  }
  .drive-files-app .nextcloud-file-table thead{display:none!important}
  .drive-files-app .nextcloud-file-table tr[data-file-row]{
    display:grid!important;
    grid-template-columns:1fr!important;
    place-items:center!important;
    position:relative!important;
    min-height:128px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .drive-files-app .nextcloud-file-table td{
    display:block!important;
    width:100%!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }
  .drive-files-app .file-name-cell{order:1!important}
  .drive-files-app .file-size-cell{order:2!important;text-align:center!important;color:#667085!important;font-size:12px!important;font-weight:750!important;margin-top:3px!important}
  .drive-files-app .file-modified-cell{order:3!important;text-align:center!important;color:#8A9BAF!important;font-size:11px!important;font-weight:700!important;margin-top:2px!important}
  .drive-files-app .file-select-cell{
    position:absolute!important;
    top:0!important;
    right:8px!important;
    z-index:3!important;
    width:auto!important;
  }
  .drive-files-app .row-select-label{
    display:grid!important;
    place-items:center!important;
    width:28px!important;
    height:28px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.86)!important;
    border:1px solid rgba(8,43,74,.10)!important;
    box-shadow:0 8px 18px rgba(8,43,74,.10)!important;
  }
  .drive-files-app .row-select-label span{display:none!important}
  .drive-files-app .row-select-label input{
    width:16px!important;
    height:16px!important;
    accent-color:var(--neexo-orange)!important;
  }
  .drive-files-app .nextcloud-file-name{
    display:grid!important;
    justify-items:center!important;
    gap:7px!important;
    text-align:center!important;
  }
  .drive-files-app .file-icon{
    width:72px!important;
    height:62px!important;
    border-radius:0!important;
    background:transparent!important;
    color:#9AA7B8!important;
    font-size:54px!important;
    box-shadow:none!important;
  }
  .drive-files-app .file-icon.is-folder{
    color:var(--neexo-orange)!important;
    filter:drop-shadow(0 12px 14px rgba(255,138,0,.17))!important;
  }
  .drive-files-app .file-open-button,
  .drive-files-app .file-name a,
  .drive-files-app .file-name strong{
    display:block!important;
    max-width:100%!important;
    color:var(--neexo-text)!important;
    font-size:14px!important;
    font-weight:950!important;
    line-height:1.15!important;
    text-align:center!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .drive-files-app .file-name small{display:none!important}
  .drive-files-app .file-actions{
    position:absolute!important;
    right:0!important;
    bottom:24px!important;
    width:auto!important;
    z-index:4!important;
  }
  .drive-files-app .file-inline-actions{display:none!important}
  .drive-files-app .compact-actions-menu{display:block!important}
  .drive-files-app .compact-actions-menu .mini-btn.icon-only{
    width:30px!important;
    height:30px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.88)!important;
    border:1px solid rgba(8,43,74,.08)!important;
    color:#8A9BAF!important;
  }
  .drive-files-app tr.is-selected .file-icon{
    transform:translateY(-1px) scale(1.04)!important;
  }
  .drive-files-app tr.is-selected .file-name a,
  .drive-files-app tr.is-selected .file-open-button,
  .drive-files-app tr.is-selected .file-name strong{
    color:var(--neexo-orange)!important;
  }
  .drive-files-app .drive-empty-state{
    border-radius:24px!important;
    background:#fff!important;
    border:1px solid rgba(8,43,74,.08)!important;
    box-shadow:0 10px 24px rgba(8,43,74,.055)!important;
  }
  .drive-files-app .drive-selection-toolbar{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:2400!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    min-height:86px!important;
    padding:8px 12px calc(8px + env(safe-area-inset-bottom))!important;
    border:0!important;
    border-radius:24px 24px 0 0!important;
    background:linear-gradient(180deg,var(--neexo-navy) 0%,var(--neexo-navy-dark) 100%)!important;
    box-shadow:0 -18px 46px rgba(6,30,52,.26)!important;
  }
  .drive-files-app .drive-selection-toolbar[hidden]{display:none!important}
  .drive-files-app .selection-copy{
    display:none!important;
  }
  .drive-files-app .drive-selection-actions{
    width:100%!important;
    max-width:430px!important;
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:8px!important;
  }
  .drive-files-app .drive-selection-actions .btn{
    min-width:0!important;
    height:58px!important;
    padding:6px 4px!important;
    border-radius:18px!important;
    display:grid!important;
    place-items:center!important;
    gap:3px!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:850!important;
    border:1px solid rgba(255,255,255,.14)!important;
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
  }
  .drive-files-app .drive-selection-actions .btn i{font-size:18px!important}
  .drive-files-app .drive-selection-actions .btn-primary{
    background:linear-gradient(135deg,var(--neexo-orange),var(--neexo-orange-soft))!important;
    border-color:rgba(255,255,255,.18)!important;
  }
  .drive-files-app .drive-selection-actions .btn:disabled{
    opacity:.42!important;
  }
  .drive-files-app.has-drive-selection .mobile-files-bottom-nav,
  body.has-drive-selection .mobile-files-bottom-nav{
    transform:translateY(105%)!important;
  }
  .drive-files-app .mobile-files-bottom-nav{
    display:grid!important;
  }
}

@media (max-width:380px){
  .drive-files-app .nextcloud-file-table,
  .drive-files-app .nextcloud-file-table tbody{
    gap:15px 8px!important;
  }
  .drive-files-app .file-icon{
    width:64px!important;
    height:56px!important;
    font-size:50px!important;
  }
  .drive-files-app .file-open-button,
  .drive-files-app .file-name a,
  .drive-files-app .file-name strong{
    font-size:13px!important;
  }
}

/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v5.9
 * Correção mobile: menu lateral com topo escuro limpo e tela de arquivos em grid real, sem tabela quebrada.
 */
.mobile-file-grid{display:none}
@media (max-width:820px){
  .dashboard-app-shell .sidebar.drive-sidebar-premium{
    background:#fff!important;
    padding:0 18px calc(18px + env(safe-area-inset-bottom))!important;
    overflow-x:hidden!important;
  }
  .dashboard-app-shell .drive-sidebar-brand.drive-sidebar-brand-dark{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:128px!important;
    margin:0 -18px 18px!important;
    padding:calc(18px + env(safe-area-inset-top)) 18px 22px!important;
    border:0!important;
    border-radius:0 0 30px 0!important;
    background:
      radial-gradient(circle at 88% 8%,rgba(255,138,0,.18),transparent 31%),
      linear-gradient(145deg,var(--neexo-navy-dark) 0%,var(--neexo-navy) 60%,var(--neexo-navy-mid) 100%)!important;
    box-shadow:0 18px 42px rgba(6,30,52,.20)!important;
  }
  .dashboard-app-shell .drive-sidebar-brand.drive-sidebar-brand-dark .sidebar-logo-img{
    width:178px!important;
    max-width:86%!important;
    height:auto!important;
    filter:drop-shadow(0 12px 24px rgba(0,0,0,.22))!important;
  }
  .dashboard-app-shell .drive-sidebar-brand-dark + .drive-main-nav{
    padding-top:0!important;
    border-top:0!important;
  }

  .drive-files-app .drive-toolbar{
    display:block!important;
    position:relative!important;
    margin-bottom:14px!important;
  }
  .drive-files-app .drive-toolbar-main{
    display:block!important;
    width:0!important;
    height:0!important;
    overflow:visible!important;
    padding:0!important;
    margin:0!important;
  }
  .drive-files-app .new-menu-button,
  .drive-files-app .drive-location-pill{
    display:none!important;
  }
  .drive-files-app .new-menu-wrap{
    position:static!important;
    width:0!important;
    height:0!important;
    overflow:visible!important;
  }
  .drive-files-app .new-menu{
    position:fixed!important;
    left:16px!important;
    right:16px!important;
    bottom:calc(86px + env(safe-area-inset-bottom))!important;
    top:auto!important;
    width:auto!important;
    z-index:2600!important;
  }

  .drive-files-app .file-table-wrap.nextcloud-table-wrap{
    display:none!important;
  }
  .drive-files-app .mobile-file-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:20px 12px!important;
    width:100%!important;
    padding:2px 0 18px!important;
  }
  .drive-files-app .mobile-file-card{
    position:relative!important;
    min-width:0!important;
    min-height:124px!important;
    display:block!important;
    text-align:center!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .drive-files-app .mobile-file-main{
    width:100%!important;
    min-width:0!important;
    border:0!important;
    background:transparent!important;
    padding:0!important;
    margin:0!important;
    text-decoration:none!important;
    cursor:pointer!important;
    display:grid!important;
    justify-items:center!important;
    gap:6px!important;
    font:inherit!important;
    color:inherit!important;
  }
  .drive-files-app .mobile-file-icon{
    width:74px!important;
    height:62px!important;
    display:grid!important;
    place-items:center!important;
    color:#98A7B8!important;
    font-size:54px!important;
    line-height:1!important;
    filter:drop-shadow(0 12px 14px rgba(8,43,74,.08))!important;
  }
  .drive-files-app .mobile-file-icon.is-folder{
    color:var(--neexo-orange)!important;
    filter:drop-shadow(0 13px 15px rgba(255,138,0,.18))!important;
  }
  .drive-files-app .mobile-file-main strong{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    color:var(--neexo-text)!important;
    font-size:13.5px!important;
    font-weight:950!important;
    line-height:1.12!important;
    letter-spacing:-.02em!important;
  }
  .drive-files-app .mobile-file-main small{
    display:-webkit-box!important;
    width:100%!important;
    max-width:96px!important;
    color:#667085!important;
    font-size:11px!important;
    font-weight:750!important;
    line-height:1.18!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .drive-files-app .mobile-file-check{
    position:absolute!important;
    top:0!important;
    right:4px!important;
    z-index:4!important;
    width:28px!important;
    height:28px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.92)!important;
    border:1px solid rgba(8,43,74,.12)!important;
    box-shadow:0 8px 18px rgba(8,43,74,.10)!important;
    display:grid!important;
    place-items:center!important;
  }
  .drive-files-app .mobile-file-check input{
    width:16px!important;
    height:16px!important;
    accent-color:var(--neexo-orange)!important;
    margin:0!important;
  }
  .drive-files-app .mobile-file-check span{display:none!important}
  .drive-files-app .mobile-file-menu{
    position:absolute!important;
    right:2px!important;
    bottom:28px!important;
    z-index:6!important;
    display:block!important;
  }
  .drive-files-app .mobile-file-more{
    width:30px!important;
    height:30px!important;
    border:1px solid rgba(8,43,74,.08)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.90)!important;
    color:#8A9BAF!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    box-shadow:0 8px 18px rgba(8,43,74,.08)!important;
  }
  .drive-files-app .mobile-file-menu .row-menu{
    right:0!important;
    left:auto!important;
    top:calc(100% + 6px)!important;
    min-width:188px!important;
    z-index:90!important;
  }
  .drive-files-app .mobile-file-card.is-selected .mobile-file-icon{
    transform:translateY(-1px) scale(1.04)!important;
  }
  .drive-files-app .mobile-file-card.is-selected .mobile-file-main strong{
    color:var(--neexo-orange)!important;
  }
  .drive-files-app .drive-search-empty{
    margin-top:8px!important;
  }
}
@media (max-width:380px){
  .drive-files-app .mobile-file-grid{
    gap:17px 8px!important;
  }
  .drive-files-app .mobile-file-icon{
    width:66px!important;
    height:56px!important;
    font-size:49px!important;
  }
  .drive-files-app .mobile-file-main strong{
    font-size:13px!important;
  }
  .drive-files-app .mobile-file-main small{
    font-size:10.5px!important;
    max-width:88px!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v6.0
 * Correção mobile: modal de copiar/mover mais compacto e barra de seleção escondida enquanto modal estiver aberto.
 */
body.has-open-modal .drive-files-app .drive-selection-toolbar{
  display:none!important;
}
body.has-open-modal .modal-backdrop.is-open{
  z-index:3400!important;
}
@media (max-width:820px){
  body.has-open-modal{
    overflow:hidden!important;
  }
  .drive-files-app .modal-backdrop{
    padding:10px!important;
    align-items:center!important;
    z-index:3400!important;
  }
  .drive-files-app .premium-modal.move-modal{
    width:min(100%,calc(100vw - 24px))!important;
    max-height:calc(100dvh - 28px)!important;
    overflow:auto!important;
    border-radius:28px!important;
    padding:20px 20px 18px!important;
  }
  .drive-files-app .move-modal .modal-close{
    top:14px!important;
    right:14px!important;
    width:44px!important;
    height:44px!important;
    border-radius:16px!important;
  }
  .drive-files-app .move-modal .modal-icon{
    width:52px!important;
    height:52px!important;
    border-radius:17px!important;
    margin-bottom:12px!important;
    font-size:22px!important;
  }
  .drive-files-app .move-modal h2{
    font-size:clamp(28px,8vw,34px)!important;
    line-height:.98!important;
    letter-spacing:-.065em!important;
    margin:0 54px 10px 0!important;
    white-space:nowrap!important;
  }
  .drive-files-app .move-modal p{
    font-size:17px!important;
    line-height:1.42!important;
    margin:0 0 14px!important;
    color:#707887!important;
  }
  .drive-files-app .move-selected-box{
    margin:0 0 14px!important;
    padding:10px!important;
    max-height:58px!important;
    min-height:58px!important;
    overflow:auto!important;
    flex-wrap:nowrap!important;
    border-radius:18px!important;
  }
  .drive-files-app .move-selected-box span{
    max-width:100%!important;
    min-width:0!important;
    height:36px!important;
    padding:0 12px!important;
    border-radius:999px!important;
    font-size:13px!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    flex:0 0 auto!important;
  }
  .drive-files-app .move-modal .field{
    margin:0 0 12px!important;
  }
  .drive-files-app .move-modal .field label{
    font-size:15px!important;
    margin-bottom:7px!important;
  }
  .drive-files-app .move-modal .field select{
    height:52px!important;
    border-radius:16px!important;
    font-size:17px!important;
    padding:0 14px!important;
  }
  .drive-files-app .move-animation{
    height:68px!important;
    margin:8px 0 14px!important;
    border-radius:18px!important;
    gap:14px!important;
  }
  .drive-files-app .move-animation-files i{
    width:28px!important;
    height:28px!important;
    border-radius:10px!important;
  }
  .drive-files-app .move-animation-line{
    width:78px!important;
  }
  .drive-files-app .move-animation-folder{
    font-size:34px!important;
  }
  .drive-files-app .move-modal .modal-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin-top:0!important;
  }
  .drive-files-app .move-modal .modal-actions .btn{
    width:100%!important;
    min-height:52px!important;
    border-radius:18px!important;
    justify-content:center!important;
    font-size:16px!important;
    font-weight:900!important;
  }
}
@media (max-height:720px) and (max-width:820px){
  .drive-files-app .premium-modal.move-modal{
    padding:16px 18px 14px!important;
    max-height:calc(100dvh - 18px)!important;
  }
  .drive-files-app .move-modal .modal-icon{
    width:46px!important;
    height:46px!important;
    margin-bottom:8px!important;
  }
  .drive-files-app .move-modal h2{
    font-size:29px!important;
    margin-bottom:8px!important;
  }
  .drive-files-app .move-modal p{
    font-size:15.5px!important;
    line-height:1.34!important;
    margin-bottom:10px!important;
  }
  .drive-files-app .move-selected-box{
    min-height:48px!important;
    max-height:48px!important;
    margin-bottom:10px!important;
  }
  .drive-files-app .move-animation{
    height:52px!important;
    margin:6px 0 10px!important;
  }
  .drive-files-app .move-animation-files i{
    width:24px!important;
    height:24px!important;
  }
  .drive-files-app .move-animation-folder{
    font-size:30px!important;
  }
  .drive-files-app .move-modal .modal-actions .btn{
    min-height:48px!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v6.1
 * Correção mobile: menu de três pontos funcional como folha de ações do item.
 */
@media (max-width:820px){
  body.has-row-menu-open::after{
    content:"";
    position:fixed;
    inset:0;
    z-index:3180;
    background:rgba(6,30,52,.28);
    backdrop-filter:blur(3px);
    pointer-events:none;
  }
  .drive-files-app .mobile-file-menu .row-menu{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:auto!important;
    bottom:calc(88px + env(safe-area-inset-bottom))!important;
    width:auto!important;
    min-width:0!important;
    max-height:52vh!important;
    overflow:auto!important;
    z-index:3200!important;
    padding:12px!important;
    border:1px solid rgba(8,43,74,.10)!important;
    border-radius:26px!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:0 -18px 55px rgba(6,30,52,.24),0 0 0 1px rgba(255,255,255,.72)!important;
    transform:translateY(10px);
    opacity:0;
    transition:opacity .16s ease,transform .16s ease;
  }
  .drive-files-app .mobile-file-menu .row-menu.is-open{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    transform:translateY(0);
    opacity:1;
  }
  .drive-files-app .mobile-file-menu .row-menu::before{
    content:"Ações do item";
    grid-column:1/-1;
    display:block;
    padding:2px 4px 8px;
    color:var(--neexo-navy);
    font-size:13px;
    line-height:1.2;
    font-weight:950;
    letter-spacing:.04em;
    text-transform:uppercase;
  }
  .drive-files-app .mobile-file-menu .row-menu a,
  .drive-files-app .mobile-file-menu .row-menu button{
    min-height:48px!important;
    width:100%!important;
    justify-content:flex-start!important;
    gap:10px!important;
    padding:11px 12px!important;
    border:1px solid rgba(8,43,74,.08)!important;
    border-radius:17px!important;
    background:#f7fbff!important;
    color:#23364f!important;
    font-size:12.5px!important;
    line-height:1.1!important;
    font-weight:900!important;
    text-decoration:none!important;
    box-shadow:none!important;
  }
  .drive-files-app .mobile-file-menu .row-menu a i,
  .drive-files-app .mobile-file-menu .row-menu button i{
    width:20px!important;
    min-width:20px!important;
    text-align:center!important;
    color:var(--neexo-orange)!important;
    font-size:16px!important;
  }
  .drive-files-app .mobile-file-menu .row-menu .danger,
  .drive-files-app .mobile-file-menu .row-menu button.danger{
    color:#b42318!important;
    background:#fff7f5!important;
    border-color:#ffd6cf!important;
  }
  .drive-files-app .mobile-file-menu .row-menu .danger i,
  .drive-files-app .mobile-file-menu .row-menu button.danger i{
    color:#dc2626!important;
  }
  .drive-files-app .mobile-file-more{
    position:relative!important;
    z-index:10!important;
  }
}
@media (max-width:380px){
  .drive-files-app .mobile-file-menu .row-menu{
    left:8px!important;
    right:8px!important;
    bottom:calc(82px + env(safe-area-inset-bottom))!important;
    padding:10px!important;
    border-radius:22px!important;
  }
  .drive-files-app .mobile-file-menu .row-menu.is-open{
    gap:7px!important;
  }
  .drive-files-app .mobile-file-menu .row-menu a,
  .drive-files-app .mobile-file-menu .row-menu button{
    min-height:46px!important;
    font-size:12px!important;
    padding:10px!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v6.3
 * Correção mobile: menu de três pontos sem ofuscar a folha de ações.
 */
@media (max-width:820px){
  body.has-row-menu-open::after{
    z-index:3000!important;
    background:rgba(6,30,52,.18)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .drive-files-app .mobile-file-card:has(.row-menu.is-open){
    z-index:3301!important;
  }
  .drive-files-app .mobile-file-menu{
    z-index:3302!important;
  }
  .drive-files-app .mobile-file-menu .row-menu{
    z-index:3305!important;
    background:#fff!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    box-shadow:0 -18px 48px rgba(6,30,52,.20),0 0 0 1px rgba(226,232,240,.95)!important;
  }
  .drive-files-app .mobile-file-menu .row-menu.is-open{
    filter:none!important;
  }
  .drive-files-app .mobile-file-menu .row-menu::before,
  .drive-files-app .mobile-file-menu .row-menu a,
  .drive-files-app .mobile-file-menu .row-menu button{
    filter:none!important;
    opacity:1!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v6.3
 * Correção mobile: folha de ações sem ícones de cards sobrepostos e sem opção Excluir individual.
 */
@media (max-width:820px){
  body.has-row-menu-open::after{
    z-index:4800!important;
    background:rgba(6,30,52,.22)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  body.has-row-menu-open .drive-files-app .mobile-file-check,
  body.has-row-menu-open .drive-files-app .mobile-file-more{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body.has-row-menu-open .drive-files-app .mobile-file-card{
    z-index:auto!important;
  }
  body.has-row-menu-open .drive-files-app .mobile-file-card:has(.row-menu.is-open){
    z-index:5001!important;
  }
  body.has-row-menu-open .drive-files-app .mobile-file-menu{
    z-index:5002!important;
  }
  .drive-files-app .mobile-file-menu .row-menu{
    z-index:5010!important;
  }
  .drive-files-app .mobile-file-menu .row-menu .danger,
  .drive-files-app .mobile-file-menu .row-menu button.danger{
    display:none!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v6.4
 * Correção mobile: modal de retenção compacto, cabeçalho em linha e campos otimizados para caber na tela.
 */
.retention-compact-modal .retention-modal-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 48px 14px 0;
}
.retention-compact-modal .retention-modal-head .modal-icon{
  flex:0 0 auto;
  margin:0;
}
.retention-compact-modal .retention-modal-head h2{
  margin:0 0 4px;
}
.retention-compact-modal .retention-modal-head p{
  margin:0;
}
.retention-compact-modal .retention-modal-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.retention-compact-modal .retention-custom-field[hidden]{
  display:none!important;
}
.retention-compact-modal .retention-custom-field[hidden] + .field{
  grid-column:auto;
}
.retention-compact-modal .retention-notes-field textarea{
  resize:vertical;
  min-height:74px;
}
@media (max-width:820px){
  .drive-files-app #retentionModal.modal-backdrop{
    padding:10px!important;
    align-items:center!important;
  }
  .drive-files-app .retention-compact-modal{
    width:min(100%,calc(100vw - 20px))!important;
    max-height:calc(100dvh - 20px)!important;
    overflow:auto!important;
    border-radius:28px!important;
    padding:20px!important;
  }
  .drive-files-app .retention-compact-modal .modal-close{
    top:14px!important;
    right:14px!important;
    width:42px!important;
    height:42px!important;
    border-radius:15px!important;
  }
  .drive-files-app .retention-compact-modal .retention-modal-head{
    gap:12px!important;
    margin:0 50px 12px 0!important;
  }
  .drive-files-app .retention-compact-modal .modal-icon{
    width:52px!important;
    height:52px!important;
    border-radius:18px!important;
    font-size:22px!important;
  }
  .drive-files-app .retention-compact-modal h2{
    font-size:clamp(27px,7.2vw,32px)!important;
    line-height:1!important;
    letter-spacing:-.055em!important;
    white-space:nowrap!important;
  }
  .drive-files-app .retention-compact-modal p{
    font-size:15.5px!important;
    line-height:1.34!important;
    color:#667085!important;
  }
  .drive-files-app .retention-selected-compact{
    margin:0 0 12px!important;
    padding:10px 12px!important;
    border-radius:17px!important;
    min-height:58px!important;
  }
  .drive-files-app .retention-selected-compact span{
    width:40px!important;
    height:40px!important;
    border-radius:14px!important;
  }
  .drive-files-app .retention-selected-compact strong{
    font-size:14px!important;
    line-height:1.15!important;
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .drive-files-app .retention-selected-compact small{
    font-size:11.5px!important;
    line-height:1.15!important;
    margin-top:3px!important;
    display:block!important;
    max-width:220px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .drive-files-app .retention-compact-modal .retention-modal-grid{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin-top:0!important;
  }
  .drive-files-app .retention-compact-modal .field{
    margin:0!important;
  }
  .drive-files-app .retention-compact-modal .field label{
    font-size:13.5px!important;
    line-height:1.1!important;
    margin:0 0 6px!important;
    font-weight:900!important;
  }
  .drive-files-app .retention-compact-modal .field input,
  .drive-files-app .retention-compact-modal .field select,
  .drive-files-app .retention-compact-modal .field textarea{
    height:48px!important;
    min-height:48px!important;
    border-radius:16px!important;
    padding:0 12px!important;
    font-size:14.5px!important;
  }
  .drive-files-app .retention-compact-modal .retention-custom-field[hidden]{
    display:none!important;
  }
  .drive-files-app .retention-compact-modal .retention-notes-field{
    display:none!important;
  }
  .drive-files-app .retention-modal-pause{
    min-height:34px!important;
    margin:10px 0 0!important;
    padding:8px 10px!important;
    border:1px solid rgba(8,43,74,.08)!important;
    border-radius:14px!important;
    background:#f8fbff!important;
    font-size:13.5px!important;
    font-weight:850!important;
  }
  .drive-files-app .retention-modal-status{
    margin:10px 0 0!important;
    padding:9px 10px!important;
    border-radius:14px!important;
    font-size:12.5px!important;
  }
  .drive-files-app .retention-compact-modal .modal-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin-top:12px!important;
  }
  .drive-files-app .retention-compact-modal .modal-actions .btn{
    width:100%!important;
    min-height:50px!important;
    border-radius:18px!important;
    justify-content:center!important;
    font-size:15px!important;
    font-weight:900!important;
  }
}
@media (max-height:720px) and (max-width:820px){
  .drive-files-app .retention-compact-modal{
    padding:16px!important;
    max-height:calc(100dvh - 14px)!important;
  }
  .drive-files-app .retention-compact-modal .retention-modal-head{
    margin-bottom:9px!important;
  }
  .drive-files-app .retention-compact-modal .modal-icon{
    width:46px!important;
    height:46px!important;
    border-radius:16px!important;
    font-size:20px!important;
  }
  .drive-files-app .retention-compact-modal h2{
    font-size:28px!important;
  }
  .drive-files-app .retention-compact-modal p{
    font-size:14px!important;
    line-height:1.25!important;
  }
  .drive-files-app .retention-selected-compact{
    min-height:52px!important;
    margin-bottom:9px!important;
    padding:8px 10px!important;
  }
  .drive-files-app .retention-selected-compact span{
    width:36px!important;
    height:36px!important;
  }
  .drive-files-app .retention-compact-modal .retention-modal-grid{
    gap:8px!important;
  }
  .drive-files-app .retention-compact-modal .field input,
  .drive-files-app .retention-compact-modal .field select,
  .drive-files-app .retention-compact-modal .field textarea{
    height:44px!important;
    min-height:44px!important;
    border-radius:15px!important;
    font-size:14px!important;
  }
  .drive-files-app .retention-modal-pause{
    min-height:30px!important;
    margin-top:8px!important;
    padding:6px 9px!important;
  }
  .drive-files-app .retention-compact-modal .modal-actions{
    margin-top:9px!important;
  }
  .drive-files-app .retention-compact-modal .modal-actions .btn{
    min-height:46px!important;
  }
}
@media (max-width:360px){
  .drive-files-app .retention-compact-modal .retention-modal-grid{
    grid-template-columns:1fr!important;
  }
  .drive-files-app .retention-compact-modal h2{
    white-space:normal!important;
  }
}


/* v6.5 - Renomear item */
.rename-item-modal{
  width:min(520px,calc(100vw - 32px));
}
.rename-item-modal .modal-icon{
  background:#fff7ed;
  color:var(--neexo-orange,#ff8a00);
  border-color:#fed7aa;
}
.rename-selected-box{
  margin:12px 0 14px;
}
.rename-item-modal .field{
  margin:0 0 12px;
  text-align:left;
}
.rename-item-modal .field label{
  display:block;
  margin:0 0 7px;
  font-size:13px;
  font-weight:900;
  color:#0f1d33;
}
.rename-item-modal .field input{
  width:100%;
  border:1px solid #dbe8f4;
  border-radius:15px;
  padding:13px 14px;
  font-size:15px;
  font-weight:750;
  color:#12213a;
  background:#fff;
  outline:none;
}
.rename-item-modal .field input:focus{
  border-color:var(--neexo-orange,#ff8a00);
  box-shadow:0 0 0 4px rgba(255,138,0,.12);
}
.rename-item-modal .modal-status{
  margin:8px 0 12px;
  padding:10px 12px;
  border-radius:13px;
  font-size:13px;
  font-weight:800;
  background:#eff6ff;
  border:1px solid #bfdbfe;
  color:#1d4ed8;
}
.rename-item-modal .modal-status.is-error{
  background:#fff1f2;
  border-color:#fecdd3;
  color:#be123c;
}
.row-menu button[data-rename-item]{
  color:#24364f;
}
.row-menu button[data-rename-item] i{
  color:var(--neexo-orange,#ff8a00);
}
@media(max-width:760px){
  .drive-files-app .rename-item-modal{
    width:calc(100vw - 32px);
    border-radius:28px;
    padding:24px;
  }
  .drive-files-app .rename-item-modal h2{
    font-size:26px;
    line-height:1.05;
    margin-bottom:8px;
  }
  .drive-files-app .rename-item-modal p{
    font-size:14px;
    line-height:1.45;
  }
  .drive-files-app .rename-item-modal .modal-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .drive-files-app .rename-item-modal .modal-actions .btn{
    width:100%;
    justify-content:center;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v6.6
 * Correção mobile: visualizador de arquivos acima de todos os controles dos cards.
 */
.drive-viewer{
  z-index:15000!important;
}
.drive-viewer.is-open{
  z-index:15000!important;
}
body.viewer-open .drive-files-app .mobile-file-check,
body.viewer-open .drive-files-app .mobile-file-more,
body.viewer-open .drive-files-app .mobile-file-menu .row-menu,
body.viewer-open .drive-files-app .mobile-bottom-nav,
body.viewer-open .drive-files-app .mobile-files-bottom-nav{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
body.viewer-open.has-row-menu-open::after{
  display:none!important;
}
body.viewer-open .drive-files-app .mobile-file-card,
body.viewer-open .drive-files-app .mobile-file-menu{
  z-index:auto!important;
}
@media (max-width:760px){
  .drive-viewer-topbar{
    z-index:15002!important;
  }
  .drive-viewer-stage{
    z-index:15001!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v6.7
 * Correção mobile: menu de upload acima dos controles dos cards e fechamento automático dos três pontos.
 */
@media (max-width:820px){
  body.has-new-menu-open .drive-files-app .mobile-file-check,
  body.has-new-menu-open .drive-files-app .mobile-file-more,
  body.has-new-menu-open .drive-files-app .mobile-file-menu,
  body.has-new-menu-open .drive-files-app .mobile-file-menu .row-menu{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body.has-new-menu-open .drive-files-app .mobile-file-card,
  body.has-new-menu-open .drive-files-app .mobile-file-menu{
    z-index:auto!important;
  }
  body.has-new-menu-open .drive-files-app .new-menu-wrap{
    z-index:6200!important;
  }
  body.has-new-menu-open .drive-files-app .new-menu{
    z-index:6210!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  body.has-new-menu-open .drive-files-app .mobile-files-topbar,
  body.has-new-menu-open .drive-files-app .mobile-files-add{
    z-index:6100!important;
  }
}

/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v7.2
 * Correção do containing block do bottom sheet mobile removendo transform do gatilho ao abrir ações.
 */
@media (max-width:820px){
  .drive-files-app .mobile-file-grid.mobile-file-list{
    display:block!important;
    width:100%!important;
    padding:4px 0 14px!important;
    margin:0!important;
    background:#fff!important;
    border:1px solid rgba(8,43,74,.08)!important;
    border-radius:24px!important;
    box-shadow:0 14px 34px rgba(8,43,74,.07)!important;
    overflow:hidden!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-card{
    position:relative!important;
    display:block!important;
    min-height:64px!important;
    padding:7px 58px 7px 12px!important;
    text-align:left!important;
    border:0!important;
    border-bottom:1px solid rgba(8,43,74,.07)!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-card:last-child{
    border-bottom:0!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-main{
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    align-items:center!important;
    justify-items:stretch!important;
    column-gap:10px!important;
    row-gap:1px!important;
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    padding:0!important;
    margin:0!important;
    text-align:left!important;
    background:transparent!important;
    border:0!important;
    text-decoration:none!important;
    color:inherit!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-icon{
    grid-column:1!important;
    grid-row:1 / 3!important;
    width:44px!important;
    height:44px!important;
    display:grid!important;
    place-items:center!important;
    color:#2d6f93!important;
    font-size:38px!important;
    line-height:1!important;
    filter:none!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-icon.is-folder{
    color:var(--neexo-orange)!important;
    filter:drop-shadow(0 9px 12px rgba(255,138,0,.16))!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-main strong{
    grid-column:2!important;
    grid-row:1!important;
    display:block!important;
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    color:var(--neexo-text)!important;
    font-size:17px!important;
    line-height:1.16!important;
    font-weight:900!important;
    letter-spacing:-.025em!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    text-align:left!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-main small{
    grid-column:2!important;
    grid-row:2!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    color:#667085!important;
    font-size:13px!important;
    line-height:1.25!important;
    font-weight:650!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    text-align:left!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-check{
    position:absolute!important;
    top:50%!important;
    right:34px!important;
    transform:translateY(-50%)!important;
    z-index:2!important;
    width:24px!important;
    height:24px!important;
    display:grid!important;
    place-items:center!important;
    margin:0!important;
    border-radius:999px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-check input{
    width:16px!important;
    height:16px!important;
    margin:0!important;
    accent-color:var(--neexo-orange)!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-check span{display:none!important}
  .drive-files-app .mobile-file-list .mobile-file-menu{
    position:absolute!important;
    top:50%!important;
    right:6px!important;
    transform:translateY(-50%)!important;
    z-index:3!important;
    display:grid!important;
    place-items:center!important;
    width:32px!important;
    height:32px!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-more{
    width:32px!important;
    height:32px!important;
    border:0!important;
    border-radius:14px!important;
    background:transparent!important;
    color:#64748b!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    box-shadow:none!important;
    font-size:17px!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-more:active{
    background:rgba(8,43,74,.06)!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-card.is-selected{
    background:#fff7ed!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-card.is-selected .mobile-file-main strong{
    color:var(--neexo-orange)!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-card.is-selected .mobile-file-icon{
    transform:none!important;
  }
  body.has-row-menu-open::after{
    z-index:6400!important;
    background:rgba(6,30,52,.34)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  body.has-row-menu-open .drive-files-app .mobile-file-card:has(.row-menu.is-open){
    z-index:auto!important;
  }
  body.has-row-menu-open .drive-files-app .mobile-file-menu{
    z-index:auto!important;
  }
  body.has-row-menu-open .drive-files-app .mobile-file-grid.mobile-file-list,
  body.has-row-menu-open .drive-files-app .drive-file-panel,
  body.has-row-menu-open .drive-files-app .file-table-wrap.nextcloud-table-wrap{
    overflow:visible!important;
  }
  .drive-files-app .mobile-file-menu .row-menu.mobile-file-action-sheet,
  .drive-files-app .mobile-file-menu .row-menu{
    position:fixed!important;
    inset:auto 0 0 0!important;
    left:0!important;
    right:0!important;
    top:auto!important;
    bottom:0!important;
    margin:0!important;
    width:100%!important;
    min-width:0!important;
    max-height:76vh!important;
    overflow:auto!important;
    z-index:6500!important;
    padding:12px 20px calc(18px + env(safe-area-inset-bottom))!important;
    border:0!important;
    border-radius:28px 28px 0 0!important;
    background:#fff!important;
    box-shadow:0 -18px 56px rgba(6,30,52,.26)!important;
    transform:translateY(18px)!important;
    opacity:0!important;
    transition:opacity .16s ease,transform .16s ease!important;
  }
  .drive-files-app .mobile-file-menu .row-menu.mobile-file-action-sheet.is-open,
  .drive-files-app .mobile-file-menu .row-menu.is-open{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    transform:translateY(0)!important;
    opacity:1!important;
  }
  .drive-files-app .mobile-file-menu .row-menu::before{
    content:""!important;
    display:block!important;
    width:44px!important;
    height:5px!important;
    border-radius:999px!important;
    background:#cbd5e1!important;
    padding:0!important;
    margin:0 auto 18px!important;
    grid-column:auto!important;
  }
  .drive-files-app .mobile-row-sheet-head{
    display:grid!important;
    grid-template-columns:58px minmax(0,1fr)!important;
    align-items:center!important;
    gap:14px!important;
    padding:2px 0 16px!important;
    margin:0 0 4px!important;
    border-bottom:1px solid rgba(8,43,74,.08)!important;
  }
  .drive-files-app .mobile-row-sheet-icon{
    width:52px!important;
    height:52px!important;
    display:grid!important;
    place-items:center!important;
    color:#2d6f93!important;
    font-size:39px!important;
  }
  .drive-files-app .mobile-row-sheet-icon.is-folder{
    color:var(--neexo-orange)!important;
    filter:drop-shadow(0 9px 12px rgba(255,138,0,.16))!important;
  }
  .drive-files-app .mobile-row-sheet-head strong{
    display:block!important;
    color:var(--neexo-text)!important;
    font-size:22px!important;
    line-height:1.1!important;
    font-weight:900!important;
    letter-spacing:-.035em!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .drive-files-app .mobile-row-sheet-head small{
    display:block!important;
    color:#64748b!important;
    font-size:13px!important;
    line-height:1.25!important;
    font-weight:650!important;
    margin-top:4px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .drive-files-app .mobile-file-menu .row-menu a,
  .drive-files-app .mobile-file-menu .row-menu button{
    min-height:58px!important;
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:18px!important;
    padding:0 4px!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    color:#23364f!important;
    font-size:18px!important;
    line-height:1.15!important;
    font-weight:760!important;
    text-decoration:none!important;
    box-shadow:none!important;
  }
  .drive-files-app .mobile-file-menu .row-menu a + a,
  .drive-files-app .mobile-file-menu .row-menu a + button,
  .drive-files-app .mobile-file-menu .row-menu button + a,
  .drive-files-app .mobile-file-menu .row-menu button + button{
    border-top:1px solid rgba(8,43,74,.06)!important;
  }
  .drive-files-app .mobile-file-menu .row-menu a i,
  .drive-files-app .mobile-file-menu .row-menu button i{
    width:36px!important;
    min-width:36px!important;
    text-align:center!important;
    color:#2d6f93!important;
    font-size:21px!important;
  }
  .drive-files-app .mobile-file-menu .row-menu button[data-retention-item] i,
  .drive-files-app .mobile-file-menu .row-menu a[href*="download"] i,
  .drive-files-app .mobile-file-menu .row-menu button[data-share-item] i,
  .drive-files-app .mobile-file-menu .row-menu button[data-rename-item] i{
    color:var(--neexo-orange)!important;
  }
  .drive-files-app .mobile-file-menu .row-menu .danger,
  .drive-files-app .mobile-file-menu .row-menu button.danger{
    display:none!important;
  }
  body.has-row-menu-open .drive-files-app .mobile-file-check,
  body.has-row-menu-open .drive-files-app .mobile-file-more{
    opacity:1!important;
    visibility:visible!important;
  }
}
@media (max-width:380px){
  .drive-files-app .mobile-file-list .mobile-file-card{
    min-height:60px!important;
    padding:7px 54px 7px 10px!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-main{
    grid-template-columns:44px minmax(0,1fr)!important;
    column-gap:9px!important;
    min-height:42px!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-check{right:32px!important;width:22px!important;height:22px!important}
  .drive-files-app .mobile-file-list .mobile-file-menu{right:4px!important;width:30px!important;height:30px!important}
  .drive-files-app .mobile-file-list .mobile-file-more{width:30px!important;height:30px!important}

  .drive-files-app .mobile-file-list .mobile-file-icon{
    width:40px!important;
    height:40px!important;
    font-size:34px!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-main strong{font-size:14.5px!important}
  .drive-files-app .mobile-file-list .mobile-file-main small{font-size:11.6px!important}
  .drive-files-app .mobile-file-menu .row-menu a,
  .drive-files-app .mobile-file-menu .row-menu button{
    min-height:54px!important;
    font-size:17px!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v7.2
 * Correção Android: o transform do botão de 3 pontos criava o viewport errado para position:fixed.
 */
@media (max-width:820px){
  body.has-row-menu-open .drive-files-app .mobile-file-list .mobile-file-menu{
    transform:none!important;
  }
  body.has-row-menu-open .drive-files-app .mobile-file-list .mobile-file-menu .row-menu.mobile-file-action-sheet,
  body.has-row-menu-open .drive-files-app .mobile-file-list .mobile-file-menu .row-menu{
    position:fixed!important;
    inset:auto 0 0 0!important;
    left:0!important;
    right:0!important;
    top:auto!important;
    bottom:0!important;
    width:100vw!important;
    max-width:100vw!important;
    min-width:0!important;
    margin:0!important;
    border-radius:28px 28px 0 0!important;
    transform:translate3d(0,0,0)!important;
  }
  body.has-row-menu-open .drive-files-app .mobile-file-list .mobile-file-menu .row-menu:not(.is-open){
    transform:translate3d(0,18px,0)!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v7.3
 * Identidade visual desktop Neexo Storage. Regras isoladas em min-width para não alterar a UX mobile estabilizada.
 */
@media (min-width:821px){
  .dashboard-app-shell{
    background:linear-gradient(180deg,#f3f7fc 0%,#edf3f9 100%)!important;
  }
  .dashboard-app-shell .main-premium{
    background:transparent!important;
  }

  /* Sidebar desktop */
  .dashboard-app-shell .sidebar,
  .dashboard-app-shell .drive-sidebar-premium{
    background:
      radial-gradient(circle at 18% 0%,rgba(255,138,0,.15),transparent 26%),
      linear-gradient(180deg,var(--neexo-navy,#082B4A) 0%,var(--neexo-navy-dark,#061E34) 100%)!important;
    border-right:0!important;
    color:#fff!important;
    box-shadow:18px 0 44px rgba(6,30,52,.18)!important;
  }
  .dashboard-app-shell .drive-sidebar-brand,
  .dashboard-app-shell .brand{
    border-bottom-color:rgba(255,255,255,.12)!important;
  }
  .dashboard-app-shell .drive-sidebar-brand .sidebar-logo-img{
    width:154px!important;
    height:auto!important;
  }
  .dashboard-app-shell .drive-sidebar-plan strong,
  .dashboard-app-shell .brand strong{
    color:#fff!important;
  }
  .dashboard-app-shell .brand span{
    color:rgba(226,238,250,.72)!important;
  }
  .dashboard-app-shell .drive-sidebar-plan span{
    background:rgba(255,138,0,.14)!important;
    border-color:rgba(255,138,0,.28)!important;
    color:var(--neexo-orange-soft,#FFB14B)!important;
  }
  .dashboard-app-shell .nav-section-label{
    color:rgba(226,238,250,.48)!important;
    letter-spacing:.16em!important;
  }
  .dashboard-app-shell .sidebar .nav a{
    color:rgba(226,238,250,.82)!important;
    background:transparent!important;
  }
  .dashboard-app-shell .sidebar .nav a:hover{
    color:#fff!important;
    background:rgba(255,255,255,.08)!important;
  }
  .dashboard-app-shell .sidebar .nav a.active{
    color:#fff!important;
    background:rgba(255,138,0,.16)!important;
    box-shadow:inset 4px 0 0 var(--neexo-orange,#FF8A00)!important;
  }
  .dashboard-app-shell .sidebar .nav a.active i,
  .dashboard-app-shell .sidebar .nav a:hover i{
    color:var(--neexo-orange-soft,#FFB14B)!important;
  }
  .dashboard-app-shell .sidebar .nav a.disabled{
    color:rgba(226,238,250,.35)!important;
  }
  .dashboard-app-shell .drive-sidebar-storage{
    background:rgba(255,255,255,.08)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:none!important;
  }
  .dashboard-app-shell .drive-sidebar-storage strong{
    color:#fff!important;
  }
  .dashboard-app-shell .drive-sidebar-storage .bar{
    background:rgba(255,255,255,.13)!important;
  }
  .dashboard-app-shell .drive-sidebar-storage .bar span,
  .dashboard-app-shell .drive-sidebar-storage .bar > i{
    background:linear-gradient(90deg,var(--neexo-orange,#FF8A00),var(--neexo-orange-soft,#FFB14B))!important;
  }
  .dashboard-app-shell .drive-sidebar-storage small,
  .dashboard-app-shell .drive-sidebar-storage em,
  .dashboard-app-shell .drive-sidebar-storage p{
    color:rgba(226,238,250,.72)!important;
  }

  /* Heros desktop: Dashboard e Arquivos */
  .drive-dashboard-page,
  .drive-files-page{
    padding:24px 28px 34px!important;
  }
  .drive-dashboard-topbar,
  .page-topbar.drive-files-header{
    background:
      radial-gradient(circle at 85% 18%,rgba(255,138,0,.18),transparent 28%),
      linear-gradient(135deg,var(--neexo-navy-dark,#061E34) 0%,var(--neexo-navy,#082B4A) 62%,var(--neexo-navy-mid,#0D3B66) 100%)!important;
    border:0!important;
    color:#fff!important;
    border-radius:28px!important;
    box-shadow:0 22px 54px rgba(6,30,52,.20)!important;
  }
  .drive-dashboard-topbar h1,
  .page-topbar.drive-files-header h1{
    color:#fff!important;
  }
  .drive-dashboard-topbar p,
  .page-topbar.drive-files-header p{
    color:rgba(226,238,250,.78)!important;
  }
  .drive-dashboard-topbar .eyebrow,
  .page-topbar.drive-files-header .eyebrow{
    color:var(--neexo-orange-soft,#FFB14B)!important;
  }
  .drive-dashboard-actions .btn-primary,
  .drive-files-header .btn-primary,
  .drive-files-app .new-menu-button.btn-primary,
  .drive-files-app .mobile-files-add,
  .dashboard-app-shell .btn-primary{
    background:linear-gradient(135deg,var(--neexo-orange,#FF8A00),var(--neexo-orange-soft,#FFB14B))!important;
    border-color:transparent!important;
    color:#fff!important;
    box-shadow:0 14px 28px rgba(255,138,0,.22)!important;
  }
  .drive-dashboard-actions .btn-ghost,
  .drive-files-header .btn-ghost{
    background:rgba(255,255,255,.10)!important;
    border-color:rgba(255,255,255,.18)!important;
    color:#fff!important;
  }
  .drive-dashboard-actions .userbox,
  .drive-files-header .userbox,
  .page-topbar .userbox{
    background:rgba(255,255,255,.10)!important;
    border-color:rgba(255,255,255,.16)!important;
    color:#fff!important;
    box-shadow:none!important;
  }
  .drive-dashboard-actions .userbox strong,
  .drive-dashboard-actions .userbox span,
  .drive-files-header .userbox strong,
  .drive-files-header .userbox span{
    color:#fff!important;
  }

  /* Cards e links */
  .dashboard-app-shell .card,
  .drive-file-panel.card{
    border:1px solid rgba(8,43,74,.08)!important;
    box-shadow:0 18px 42px rgba(8,43,74,.07)!important;
  }
  .dashboard-app-shell .section-overline,
  .dashboard-app-shell .mini-link,
  .drive-dashboard-table .dash-row-action:hover,
  .nextcloud-breadcrumbs a:hover{
    color:var(--neexo-orange,#FF8A00)!important;
  }
  .drive-metric-capacity .drive-segment-bar span.is-on,
  .storage-breakdown-line-fill,
  .storage-progress-fill{
    background:linear-gradient(90deg,var(--neexo-orange,#FF8A00),var(--neexo-orange-soft,#FFB14B))!important;
  }
  .drive-folder-showcase{
    border:1px solid rgba(8,43,74,.08)!important;
  }
  .drive-folder-showcase:hover{
    border-color:rgba(255,138,0,.44)!important;
    box-shadow:0 20px 44px rgba(255,138,0,.12)!important;
  }
  .drive-folder-showcase .drive-folder-menu,
  .drive-card-menu{
    color:var(--neexo-orange,#FF8A00)!important;
  }
  .drive-ops-metric span,
  .dash-file-icon,
  .drive-folder-overview-item i{
    background:rgba(255,138,0,.10)!important;
    color:var(--neexo-orange,#FF8A00)!important;
    border-color:rgba(255,138,0,.18)!important;
  }

  /* Arquivos desktop */
  .drive-files-app .drive-file-panel.card{
    border-radius:24px!important;
    overflow:visible!important;
  }
  .drive-files-app .drive-toolbar{
    background:#fff!important;
    border-bottom-color:rgba(8,43,74,.08)!important;
  }
  .drive-files-app .drive-search-wrap{
    border-color:rgba(8,43,74,.10)!important;
    background:#f8fbff!important;
  }
  .drive-files-app .drive-location-pill{
    background:rgba(8,43,74,.06)!important;
    color:var(--neexo-navy,#082B4A)!important;
  }
  .drive-files-app .new-menu{
    border-color:rgba(8,43,74,.10)!important;
    box-shadow:0 22px 46px rgba(8,43,74,.14)!important;
  }
  .drive-files-app .new-menu a:hover,
  .drive-files-app .new-menu button:hover{
    background:#fff7ed!important;
    color:var(--neexo-orange,#FF8A00)!important;
  }
  .nextcloud-file-table thead th{
    background:#f8fbff!important;
    color:var(--neexo-navy,#082B4A)!important;
    border-bottom-color:rgba(8,43,74,.08)!important;
  }
  .nextcloud-file-table tbody tr:hover{
    background:#fffaf3!important;
  }
  .nextcloud-file-name .file-icon.is-folder,
  .mobile-file-icon.is-folder{
    color:var(--neexo-orange,#FF8A00)!important;
  }
  .file-select-check,
  #selectAllFiles{
    accent-color:var(--neexo-orange,#FF8A00)!important;
  }
  .file-inline-actions .mini-btn:hover,
  .compact-actions-menu .mini-btn:hover{
    border-color:rgba(255,138,0,.28)!important;
    color:var(--neexo-orange,#FF8A00)!important;
    background:#fff7ed!important;
  }
  .row-menu button[data-retention-item] i,
  .row-menu button[data-share-item] i,
  .row-menu button[data-rename-item] i,
  .row-menu a[href*="download"] i{
    color:var(--neexo-orange,#FF8A00)!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v7.4
 * Correção desktop: esconde o topo mobile para evitar logo gigante antes do hero.
 */
@media (min-width:821px){
  .drive-files-app .mobile-files-topbar,
  .dashboard-app-shell .mobile-files-topbar{
    display:none!important;
  }

  .drive-files-app .drive-files-page{
    padding-top:24px!important;
  }

  .drive-files-app .page-topbar.drive-files-header{
    margin-top:0!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v7.5
 * Ajuste mobile fino: mais distância entre checkbox e menu de ações na lista de arquivos.
 */
@media (max-width:820px){
  .drive-files-app .mobile-file-list .mobile-file-card{
    padding-right:88px!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-check{
    right:58px!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-menu{
    right:8px!important;
  }
}
@media (max-width:380px){
  .drive-files-app .mobile-file-list .mobile-file-card{
    padding-right:78px!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-check{
    right:52px!important;
  }
  .drive-files-app .mobile-file-list .mobile-file-menu{
    right:6px!important;
  }
}

/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v7.6
 * Retenção mobile: tela limpa, lista unificada de organização + arquivos/pastas e sem blocos desnecessários no celular.
 */
.retention-mobile-topbar{display:none}
.retention-mobile-list{display:none}

@media (min-width:821px){
  .retention-mobile-list{display:none!important}
  .retention-desktop-table{display:block!important}
}

@media (max-width:820px){
  .retention-app{
    display:block!important;
    min-height:100dvh!important;
    background:linear-gradient(180deg,#f7fbff 0%,#eef4f9 100%)!important;
    overflow-x:hidden!important;
  }
  .retention-app .sidebar{
    position:fixed!important;
    z-index:2100!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    width:min(82vw,304px)!important;
    height:100dvh!important;
    transform:translateX(-108%)!important;
    transition:transform .24s ease!important;
    overflow:auto!important;
  }
  .retention-app .sidebar.is-mobile-open{transform:translateX(0)!important}
  .retention-app .mobile-sidebar-backdrop{
    position:fixed!important;
    inset:0!important;
    z-index:2050!important;
    border:0!important;
    background:rgba(6,30,52,.42)!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:opacity .2s ease!important;
    display:block!important;
  }
  .retention-app .mobile-sidebar-backdrop.is-open{
    opacity:1!important;
    pointer-events:auto!important;
  }
  .retention-page.retention-mobile-v76{
    padding:0 16px calc(96px + env(safe-area-inset-bottom))!important;
    width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
  }
  .retention-page .retention-mobile-topbar{
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) 52px!important;
    align-items:center!important;
    gap:12px!important;
    margin:0 -16px 16px!important;
    padding:calc(16px + env(safe-area-inset-top)) 20px 14px!important;
    background:linear-gradient(145deg,var(--neexo-navy-dark,#061E34),var(--neexo-navy,#082B4A))!important;
  }
  .retention-page .items-hero-header{
    display:block!important;
    margin:0 0 14px!important;
    padding:22px 18px!important;
    border-radius:0 0 24px 24px!important;
    background:#fff!important;
    box-shadow:0 12px 28px rgba(8,43,74,.06)!important;
  }
  .retention-page .items-hero-copy .eyebrow{
    color:var(--neexo-orange,#FF8A00)!important;
    font-size:11px!important;
  }
  .retention-page .items-hero-copy h1{
    font-size:28px!important;
    line-height:1.05!important;
    margin:4px 0 8px!important;
  }
  .retention-page .items-hero-copy p{
    font-size:14px!important;
    line-height:1.45!important;
    max-width:none!important;
    margin:0!important;
  }
  .retention-page .items-hero-actions,
  .retention-page .retention-explain-card{
    display:none!important;
  }
  .retention-page .retention-overview-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin:0 0 14px!important;
  }
  .retention-page .items-overview-card{
    min-height:76px!important;
    padding:12px!important;
    border-radius:18px!important;
    box-shadow:0 10px 24px rgba(8,43,74,.055)!important;
  }
  .retention-page .items-overview-card strong{
    font-size:24px!important;
    line-height:1!important;
  }
  .retention-page .items-overview-card small{
    font-size:11.5px!important;
    line-height:1.2!important;
  }
  .retention-page .items-list-card{
    padding:14px!important;
    border-radius:22px!important;
    overflow:visible!important;
  }
  .retention-page .items-list-head{
    margin-bottom:10px!important;
  }
  .retention-page .items-list-head h2{
    font-size:20px!important;
    margin:2px 0!important;
  }
  .retention-page .items-list-head p{
    display:none!important;
  }
  .retention-page .items-filter-bar{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    margin:0 0 12px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
  }
  .retention-page .items-filter-bar select,
  .retention-page .items-filter-bar .btn{
    width:100%!important;
    min-height:46px!important;
    border-radius:15px!important;
  }
  .retention-desktop-table{
    display:none!important;
  }
  .retention-mobile-list{
    display:grid!important;
    gap:10px!important;
  }
  .retention-mobile-card{
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr) auto!important;
    gap:11px!important;
    align-items:center!important;
    min-width:0!important;
    padding:12px!important;
    border:1px solid rgba(8,43,74,.08)!important;
    border-radius:18px!important;
    background:#fff!important;
    color:inherit!important;
    text-decoration:none!important;
    box-shadow:0 10px 24px rgba(8,43,74,.05)!important;
  }
  .retention-mobile-icon{
    width:46px!important;
    height:46px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:15px!important;
    background:#eef6ff!important;
    color:#2563eb!important;
    font-size:20px!important;
  }
  .retention-mobile-main{
    display:block!important;
    min-width:0!important;
  }
  .retention-mobile-main strong{
    display:block!important;
    color:var(--neexo-text,#0D1B33)!important;
    font-size:15px!important;
    line-height:1.15!important;
    font-weight:900!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .retention-mobile-main em,
  .retention-mobile-main small{
    display:block!important;
    margin-top:3px!important;
    color:#667085!important;
    font-style:normal!important;
    font-size:11.5px!important;
    line-height:1.25!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .retention-mobile-date{
    display:grid!important;
    justify-items:end!important;
    gap:4px!important;
    min-width:74px!important;
  }
  .retention-mobile-date strong{
    color:#0f172a!important;
    font-size:12px!important;
    font-weight:900!important;
  }
  .retention-mobile-date em{
    padding:5px 8px!important;
    border-radius:999px!important;
    background:#eff6ff!important;
    color:#1d4ed8!important;
    font-style:normal!important;
    font-size:10.5px!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }
  .retention-mobile-card.retention-status-today .retention-mobile-date em,
  .retention-mobile-card.retention-status-soon .retention-mobile-date em{
    background:#fff7ed!important;
    color:var(--neexo-orange,#FF8A00)!important;
  }
  .retention-mobile-card.retention-status-expired .retention-mobile-date em{
    background:#fff1f2!important;
    color:#be123c!important;
  }
  .retention-empty-mobile{
    padding:24px 14px!important;
    border-radius:18px!important;
  }
}

@media (max-width:380px){
  .retention-mobile-card{
    grid-template-columns:44px minmax(0,1fr)!important;
  }
  .retention-mobile-date{
    grid-column:2!important;
    justify-items:start!important;
    margin-top:4px!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v7.7
 * Ajustes finais: resumo de retenção compacto, filtro em linha e bottom sheet arrastável.
 */
@media (max-width:820px){
  .retention-page .retention-overview-grid .items-overview-card small{
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .retention-page .items-filter-bar{
    grid-template-columns:minmax(0,1fr) 112px!important;
    align-items:center!important;
  }
  .retention-page .items-filter-bar select,
  .retention-page .items-filter-bar .btn{
    min-height:44px!important;
    height:44px!important;
  }
  .retention-page .items-filter-bar .btn{
    padding:0 12px!important;
    justify-content:center!important;
  }
  .retention-page .items-filter-bar .btn i{
    margin-right:4px!important;
  }
  .retention-mobile-card{
    border:0!important;
    font-family:inherit!important;
    cursor:pointer!important;
    text-align:left!important;
  }
  .retention-page-modal.show{
    display:flex!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  .retention-page-modal .premium-modal{
    max-height:calc(100dvh - 24px)!important;
    overflow:auto!important;
  }
  .retention-page-modal #retentionPageCustomWrap{
    display:none;
  }
}
@media (max-width:380px){
  .retention-page .items-filter-bar{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:820px){
  .drive-files-app .mobile-file-menu .row-menu.is-dragging{
    transition:none!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v7.8
 * Dashboard mobile: menu de ações em recentes, botão + na Home, câmera com escolha de destino e cores unificadas.
 */
@media (max-width:820px){
  .mobile-simple-head-actions{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    min-width:max-content!important;
  }
  .mobile-simple-mini-plus{
    width:32px!important;
    height:32px!important;
    display:grid!important;
    place-items:center!important;
    border:0!important;
    border-radius:12px!important;
    background:linear-gradient(135deg,var(--neexo-orange,#FF8A00),var(--neexo-orange-soft,#FFB14B))!important;
    color:#fff!important;
    box-shadow:0 10px 20px rgba(255,138,0,.24)!important;
    font-size:13px!important;
    cursor:pointer!important;
  }
  .mobile-simple-recent-row{
    grid-template-columns:minmax(0,1fr) 28px!important;
    padding:8px 8px!important;
  }
  .mobile-simple-recent-main{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    align-items:center!important;
    gap:11px!important;
    min-width:0!important;
    color:inherit!important;
    text-decoration:none!important;
  }
  .mobile-simple-recent-more{
    width:28px!important;
    height:42px!important;
    display:grid!important;
    place-items:center!important;
    justify-self:end!important;
    border:0!important;
    border-radius:12px!important;
    background:transparent!important;
    color:#718096!important;
    font-size:14px!important;
    cursor:pointer!important;
  }
  .mobile-simple-recent-more:active{
    background:rgba(8,43,74,.06)!important;
  }
  .mobile-home-action-list,
  .mobile-home-destination-list{
    display:grid!important;
    gap:2px!important;
  }
  .mobile-home-action-list a,
  .mobile-home-action-list button,
  .mobile-home-destination-list a{
    min-height:48px!important;
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    padding:0 4px!important;
    border:0!important;
    border-radius:14px!important;
    background:#fff!important;
    color:var(--neexo-text,#0D1B33)!important;
    font:inherit!important;
    font-size:14px!important;
    font-weight:900!important;
    text-decoration:none!important;
    text-align:left!important;
    cursor:pointer!important;
  }
  .mobile-home-action-list a:hover,
  .mobile-home-action-list button:hover,
  .mobile-home-destination-list a:hover{
    background:#fff7ed!important;
  }
  .mobile-home-action-list i,
  .mobile-home-destination-list i{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:13px!important;
    background:rgba(8,43,74,.07)!important;
    color:var(--neexo-navy,#082B4A)!important;
    font-size:15px!important;
  }
  .mobile-home-action-list [data-mobile-camera-destination-open] i,
  .mobile-home-action-list a[href*="action=new_folder"] i,
  .mobile-home-destination-list a i{
    background:rgba(255,138,0,.12)!important;
    color:var(--neexo-orange,#FF8A00)!important;
  }
  .mobile-home-action-sep{
    height:1px!important;
    background:rgba(8,43,74,.08)!important;
    margin:6px 0!important;
  }
  .mobile-recent-action-sheet .mobile-sheet-head strong{
    max-width:260px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
}

/* Cores do menu + na tela Arquivos alinhadas com a identidade atual */
.drive-files-app .new-menu i{
  color:var(--neexo-navy,#082B4A)!important;
}
.drive-files-app .new-menu button[data-action="pick-camera"] i,
.drive-files-app .new-menu button[data-action="new-folder"] i{
  color:var(--neexo-orange,#FF8A00)!important;
}
.drive-files-app .new-menu button:hover,
.drive-files-app .new-menu a:hover{
  background:#fff7ed!important;
  color:var(--neexo-orange,#FF8A00)!important;
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 29.06.2026 v7.9
 * Unificação dos sheets mobile, X como fechamento principal e fluxo da Home para upload/câmera com destino.
 */
@media (max-width:820px){
  .mobile-sheet-handle,
  .drive-files-app .mobile-file-menu .row-menu::before{
    display:none!important;
    content:none!important;
  }

  .mobile-simple-sheet,
  .drive-files-app .mobile-file-menu .row-menu.mobile-file-action-sheet,
  .drive-files-app .mobile-file-menu .row-menu{
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:0 -18px 52px rgba(6,30,52,.24)!important;
  }

  .mobile-sheet-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 42px!important;
    align-items:center!important;
    gap:12px!important;
    padding:0 0 12px!important;
    margin:0 0 8px!important;
  }
  .mobile-sheet-head strong{
    color:var(--neexo-text,#0D1B33)!important;
    font-size:18px!important;
    line-height:1.1!important;
    font-weight:950!important;
    letter-spacing:-.02em!important;
  }
  .mobile-sheet-head button,
  .mobile-row-sheet-close{
    width:42px!important;
    height:42px!important;
    border:0!important;
    border-radius:15px!important;
    background:#f3f7fb!important;
    color:var(--neexo-navy,#082B4A)!important;
    display:grid!important;
    place-items:center!important;
    cursor:pointer!important;
    box-shadow:none!important;
  }

  .mobile-home-action-list button,
  .mobile-home-action-list a,
  .mobile-home-destination-list button,
  .mobile-home-destination-list a{
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    width:100%!important;
    border:0!important;
    border-radius:16px!important;
    background:#fff!important;
    color:var(--neexo-text,#0D1B33)!important;
    text-decoration:none!important;
    font-size:15px!important;
    font-weight:900!important;
    text-align:left!important;
    cursor:pointer!important;
    padding:8px 8px!important;
  }
  .mobile-home-action-list button:hover,
  .mobile-home-action-list a:hover,
  .mobile-home-destination-list button:hover,
  .mobile-home-destination-list a:hover{
    background:#fff7ed!important;
  }
  .mobile-home-action-list i,
  .mobile-home-destination-list i{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    border-radius:12px!important;
    display:grid!important;
    place-items:center!important;
    background:rgba(8,43,74,.07)!important;
    color:var(--neexo-navy,#082B4A)!important;
    font-size:15px!important;
  }
  .mobile-home-action-list button:first-child i,
  .mobile-home-action-list a:first-child i,
  .mobile-home-destination-list button:first-child i{
    background:rgba(255,138,0,.14)!important;
    color:var(--neexo-orange,#FF8A00)!important;
  }
  .mobile-home-destination-list{
    display:grid!important;
    gap:6px!important;
    max-height:52vh!important;
    overflow:auto!important;
    padding-right:2px!important;
  }
  .mobile-home-camera-sheet p{
    margin:0 0 10px!important;
    color:#667085!important;
    font-size:13px!important;
    line-height:1.4!important;
  }

  .drive-files-app .mobile-row-sheet-head{
    grid-template-columns:52px minmax(0,1fr) 42px!important;
    padding:0 0 14px!important;
    margin:0 0 6px!important;
  }
  .drive-files-app .mobile-file-menu .row-menu a,
  .drive-files-app .mobile-file-menu .row-menu button:not(.mobile-row-sheet-close){
    min-height:50px!important;
    gap:14px!important;
    font-size:15.5px!important;
    font-weight:900!important;
  }
  .drive-files-app .mobile-file-menu .row-menu a i,
  .drive-files-app .mobile-file-menu .row-menu button:not(.mobile-row-sheet-close) i{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    border-radius:12px!important;
    display:grid!important;
    place-items:center!important;
    background:rgba(8,43,74,.07)!important;
    color:var(--neexo-navy,#082B4A)!important;
    font-size:15px!important;
  }
  .drive-files-app .mobile-file-menu .row-menu button[data-retention-item] i,
  .drive-files-app .mobile-file-menu .row-menu a[href*="download"] i,
  .drive-files-app .mobile-file-menu .row-menu button[data-share-item] i,
  .drive-files-app .mobile-file-menu .row-menu button[data-rename-item] i{
    background:rgba(255,138,0,.14)!important;
    color:var(--neexo-orange,#FF8A00)!important;
  }
}


/* LOCALIZAÇÃO: /assets/style.css
 * VERSÃO: 30.06.2026 v8.1
 * Upload direto no dashboard mobile com CSRF local corrigido.
 */
@media (max-width:820px){
  .mobile-upload-feedback-sheet .mobile-upload-progress{
    width:100%!important;
    height:12px!important;
    border-radius:999px!important;
    background:#edf2f7!important;
    overflow:hidden!important;
    margin:8px 0 10px!important;
  }
  .mobile-upload-feedback-sheet .mobile-upload-progress span{
    display:block!important;
    width:0!important;
    height:100%!important;
    border-radius:inherit!important;
    background:linear-gradient(90deg,var(--neexo-orange,#FF8A00),#ffb648)!important;
    transition:width .2s ease!important;
  }
  .mobile-upload-feedback-sheet .mobile-upload-meta{
    color:#44556f!important;
    font-size:13px!important;
    font-weight:700!important;
    margin-bottom:12px!important;
  }
  .mobile-upload-feedback-sheet .mobile-upload-actions{
    display:flex!important;
    gap:10px!important;
    flex-wrap:wrap!important;
  }
  .mobile-upload-feedback-sheet .mobile-sheet-primary{
    width:100%!important;
    justify-content:center!important;
  }
}
