/* AI Edit dashboard: reference-matched launch surface and media rails. */
body[data-page="aiedit"]{
  --ai-ink:#101828;
  --ai-muted:#66738d;
  --ai-line:#dfe4ec;
  --ai-soft:#f7f9fc;
  --ai-blue:#2f6bff;
  background:#fff;
}
body[data-page="aiedit"] .ai-canvas.canvas.wide{
  width:100%;
  max-width:none;
  margin:0;
  padding:15px 49px 64px;
}
body[data-page="aiedit"] .ai-main{
  width:100%;
  min-width:0;
  gap:0;
}
.ai-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin-bottom:23px;
}
.ai-head h1{
  margin:0;
  color:var(--ai-ink);
  font-size:30px;
  font-weight:760;
  letter-spacing:-.035em;
  line-height:1.12;
}
.ai-head .sub{
  max-width:930px;
  margin:7px 0 0;
  color:#344054;
  font-size:13px;
  line-height:1.45;
}
.ai-newbtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex:0 0 auto;
  min-width:110px;
  height:40px;
  padding:0 17px;
  border:0;
  border-radius:10px;
  background:var(--ai-blue);
  box-shadow:0 9px 20px -10px rgba(47,107,255,.8);
  color:#fff;
  cursor:pointer;
  font:650 13px/1 Inter,sans-serif;
  transition:background .16s ease,box-shadow .16s ease,transform .16s ease;
}
.ai-newbtn:hover{background:#235ce7;box-shadow:0 12px 24px -11px rgba(47,107,255,.9);transform:translateY(-1px)}
.ai-newbtn:focus-visible,.ai-drop:focus-visible,.ai-action:focus-visible,.drive-card:focus-visible,.recent-card:focus-visible{outline:3px solid rgba(47,107,255,.2);outline-offset:2px}
.ai-newbtn svg{width:16px;height:16px}

.ai-launch{
  position:relative;
  display:grid;
  grid-template-columns:36% 35% 29%;
  min-height:252px;
  overflow:hidden;
  border:1px solid #dce2eb;
  border-radius:13px;
  background:linear-gradient(116deg,#f7faff 0%,#fff 48%,#fff 100%);
  box-shadow:0 13px 30px -25px rgba(16,24,40,.32),0 2px 6px rgba(16,24,40,.035);
}
.ai-launch::before{
  content:"";
  position:absolute;
  inset:auto auto -142px -158px;
  width:575px;
  height:330px;
  opacity:.46;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 16% 34%,transparent 0 48%,rgba(47,107,255,.055) 49% 50%,transparent 51%),
    radial-gradient(ellipse at 24% 43%,transparent 0 55%,rgba(47,107,255,.05) 56% 57%,transparent 58%),
    radial-gradient(ellipse at 33% 52%,transparent 0 62%,rgba(47,107,255,.045) 63% 64%,transparent 65%);
  transform:rotate(7deg);
}
.ai-launch-copy{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:28px 28px 27px 62px;
}
.ai-launch-kicker{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  gap:7px;
  margin-bottom:18px;
  color:#1d4ed8;
  font-size:12px;
  font-weight:650;
}
.ai-launch-kicker svg{width:18px;height:18px;color:var(--ai-blue)}
.ai-launch-copy h2{
  max-width:330px;
  margin:0;
  color:var(--ai-ink);
  font-size:25px;
  font-weight:750;
  letter-spacing:-.035em;
  line-height:1.2;
}
.ai-launch-copy>p{
  margin:12px 0 0;
  color:#4e5d79;
  font-size:13px;
  line-height:1.45;
}
.ai-launch-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.ai-launch-meta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  height:37px;
  padding:0 12px;
  border:1px solid #e4e8ef;
  border-radius:9px;
  background:rgba(255,255,255,.78);
  color:#58667f;
  font-size:12px;
  font-weight:520;
}
.ai-launch-meta svg{width:17px;height:17px;color:#66738d}
.ai-drop{
  position:relative;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:0;
  margin:27px 78px 27px 24px;
  padding:20px;
  border:1px dashed #c6cedb;
  border-radius:13px;
  background:rgba(255,255,255,.66);
  color:var(--ai-ink);
  cursor:pointer;
  font-family:inherit;
  text-align:center;
  transition:border-color .16s ease,background .16s ease,box-shadow .16s ease;
}
.ai-drop:hover,.ai-drop.drag{
  border-color:#7da1ff;
  background:#f9fbff;
  box-shadow:inset 0 0 0 3px rgba(47,107,255,.04);
}
.ai-drop .dz{
  display:grid;
  place-items:center;
  width:80px;
  height:80px;
  margin-bottom:12px;
  border:1px solid #d6deeb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 9px 20px -13px rgba(16,24,40,.4);
  color:var(--ai-blue);
}
.ai-drop .dz svg{width:34px;height:34px}
.ai-drop b{color:var(--ai-ink);font-size:15px;font-weight:700}
.ai-drop p{margin:0;color:#66738d;font-size:13px}
.ai-launch-actions{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:12px;
  padding:34px 88px 31px 69px;
}
.ai-launch-actions::before{
  content:"";
  position:absolute;
  left:0;
  top:38px;
  bottom:38px;
  width:1px;
  background:#e4e8ef;
}
.ai-launch-or{
  position:absolute;
  left:0;
  top:50%;
  z-index:1;
  padding:9px 0;
  background:#fff;
  color:#667085;
  font-size:11px;
  transform:translate(-50%,-50%);
}
.ai-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:100%;
  height:40px;
  border:1px solid #dce2ea;
  border-radius:9px;
  background:#fff;
  color:#235ce7;
  cursor:pointer;
  font:650 13px/1 Inter,sans-serif;
  transition:background .15s ease,border-color .15s ease,transform .15s ease;
}
.ai-action:hover{border-color:#c7d3e8;background:#fbfcff;transform:translateY(-1px)}
.ai-action.primary{border-color:var(--ai-blue);background:var(--ai-blue);box-shadow:0 9px 20px -12px rgba(47,107,255,.85);color:#fff}
.ai-action.primary:hover{background:#235ce7}
.ai-action svg{width:17px;height:17px}
.ai-launch-actions>p{margin:8px auto 0;max-width:175px;color:#56647e;font-size:12px;line-height:1.45;text-align:center}

.ai-section{margin-top:24px;min-width:0}
.ai-section+.ai-section{margin-top:28px}
.ai-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:8px;
}
.ai-section-head h2{margin:0;color:var(--ai-ink);font-size:16px;font-weight:720;letter-spacing:-.015em}
.ai-section-head p{margin:4px 0 0;color:#66738d;font-size:12px}
.ai-view-all{display:inline-flex;align-items:center;gap:6px;color:#2362ea;font-size:12px;font-weight:600;text-decoration:none;white-space:nowrap}
.ai-view-all:hover{text-decoration:underline}
.ai-view-all svg{width:13px;height:13px}

.drive-grid{
  display:flex;
  gap:18px;
  min-width:0;
  overflow-x:auto;
  padding:0 2px 7px;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
}
.drive-grid::-webkit-scrollbar{display:none}
.drive-card{
  position:relative;
  flex:0 0 calc((100% - 72px)/5);
  min-width:0;
  overflow:hidden;
  border:1px solid #dce2ea;
  border-radius:9px;
  background:#fff;
  box-shadow:0 2px 5px rgba(16,24,40,.035);
  cursor:pointer;
  text-align:left;
  transition:border-color .16s ease,box-shadow .18s ease,transform .18s ease;
}
.drive-card:hover{border-color:#c6d1e2;box-shadow:0 16px 30px -22px rgba(16,24,40,.42);transform:translateY(-2px)}
.drive-poster{
  position:relative;
  display:grid;
  place-items:center;
  height:111px;
  overflow:hidden;
  background:#1e293b;
  isolation:isolate;
}
.drive-poster::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.95;
  background:
    linear-gradient(135deg,rgba(255,255,255,.09),transparent 40%),
    radial-gradient(circle at 76% 24%,var(--poster-a,#496788),transparent 42%),
    linear-gradient(135deg,var(--poster-b,#18283d),#080d16);
}
.drive-poster::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,transparent 48%,rgba(6,10,18,.45));
}
.drive-poster.poster-tone-1{--poster-a:#997052;--poster-b:#3b2c30}
.drive-poster.poster-tone-2{--poster-a:#2d8192;--poster-b:#163544}
.drive-poster.poster-tone-3{--poster-a:#8a6b7f;--poster-b:#2f2637}
.drive-poster.poster-tone-4{--poster-a:#6b7855;--poster-b:#283327}
.drive-poster img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}
.drive-poster-icon{display:grid;place-items:center;width:39px;height:39px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(9,15,25,.34);color:#fff;backdrop-filter:blur(5px)}
.drive-poster-icon svg{width:18px;height:18px;margin-left:2px}
.drive-duration,.drive-format{
  position:absolute;
  right:7px;
  bottom:7px;
  padding:3px 6px;
  border-radius:5px;
  background:rgba(10,14,22,.78);
  color:#fff;
  font-size:10px;
  font-weight:650;
  font-variant-numeric:tabular-nums;
}
.drive-format{left:7px;right:auto;letter-spacing:.04em}
.drive-card-body{position:relative;min-height:62px;padding:10px 32px 9px 12px}
.drive-card-body b{display:block;overflow:hidden;color:var(--ai-ink);font-size:12px;font-weight:650;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.drive-card-body small{display:block;margin-top:5px;color:#7b879c;font-size:10.5px}
.drive-mark{position:absolute;right:11px;bottom:10px;display:grid;place-items:center;width:16px;height:16px;color:var(--ai-blue)}
.drive-mark svg{width:15px;height:15px}
.drive-menu,.recent-menu{
  position:absolute;
  right:3px;
  top:5px;
  z-index:2;
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:#71809b;
  cursor:pointer;
}
.drive-menu:hover,.recent-menu:hover{background:#f1f4f8;color:#344054}
.drive-menu svg,.recent-menu svg{width:15px;height:15px}

.drive-skeletons{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.drive-skeleton{overflow:hidden;border:1px solid #e7ebf1;border-radius:9px;background:#fff}
.drive-skeleton i,.drive-skeleton span{display:block;background:linear-gradient(90deg,#f0f2f6 25%,#f8f9fb 42%,#f0f2f6 62%);background-size:400% 100%;animation:aiShimmer 1.25s ease infinite}
.drive-skeleton i{height:111px}.drive-skeleton span{width:68%;height:9px;margin:13px 12px 7px;border-radius:3px}.drive-skeleton span+span{width:42%;height:7px;margin-top:0;margin-bottom:12px}
@keyframes aiShimmer{0%{background-position:100% 0}100%{background-position:0 0}}

.ai-drive-empty{
  position:relative;
  display:grid;
  grid-template-columns:170px minmax(240px,1fr) auto;
  align-items:center;
  gap:28px;
  min-height:154px;
  overflow:hidden;
  padding:22px 28px;
  border:1px dashed #cfd7e4;
  border-radius:12px;
  background:linear-gradient(112deg,#f8faff,#fff 67%);
}
.ai-drive-empty[hidden],.drive-grid[hidden],.drive-skeletons[hidden]{display:none!important}
.ai-drive-empty-art{position:relative;width:142px;height:96px;margin:auto}
.ai-drive-empty-art i{position:absolute;display:block;width:104px;height:68px;border:1px solid #d5deed;border-radius:9px;background:#fff;box-shadow:0 12px 24px -18px rgba(16,24,40,.4)}
.ai-drive-empty-art i:first-child{left:0;top:18px;transform:rotate(-7deg)}
.ai-drive-empty-art i:nth-child(2){right:0;top:9px;transform:rotate(6deg);background:#f0f5ff}
.ai-drive-empty-art span{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:45px;height:45px;border-radius:13px;background:var(--ai-blue);box-shadow:0 11px 22px -12px rgba(47,107,255,.85);color:#fff;transform:translate(-50%,-50%)}
.ai-drive-empty-art svg{width:21px;height:21px}
.ai-drive-empty-copy b{display:block;color:var(--ai-ink);font-size:15px;font-weight:700}
.ai-drive-empty-copy p{max-width:510px;margin:6px 0 0;color:#66738d;font-size:12px;line-height:1.5}
.ai-drive-empty-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}
.ai-empty-link{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 14px;border:1px solid #dce2ea;border-radius:9px;background:#fff;color:#344054;font-size:12px;font-weight:620;text-decoration:none}
.ai-empty-link:hover{border-color:#c8d2e2;background:#fbfcfe}
.ai-empty-link.primary{border-color:var(--ai-blue);background:var(--ai-blue);color:#fff}

.recent-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.recent-card{
  position:relative;
  display:grid;
  grid-template-columns:108px minmax(0,1fr);
  min-width:0;
  min-height:80px;
  overflow:hidden;
  border:1px solid #dce2ea;
  border-radius:9px;
  background:#fff;
  cursor:pointer;
  text-align:left;
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.recent-card:hover{border-color:#c6d1e2;box-shadow:0 12px 25px -21px rgba(16,24,40,.48);transform:translateY(-1px)}
.recent-thumb{position:relative;display:grid;place-items:center;min-width:0;overflow:hidden;background:linear-gradient(135deg,#344760,#0b111d);color:#fff}
.recent-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.recent-thumb svg{width:20px;height:20px;opacity:.86}
.recent-duration{position:absolute;right:5px;bottom:5px;padding:2px 5px;border-radius:4px;background:rgba(10,14,22,.78);color:#fff;font-size:9px;font-weight:650}
.recent-body{min-width:0;padding:13px 29px 10px 13px}
.recent-body b{display:block;overflow:hidden;color:var(--ai-ink);font-size:11.5px;font-weight:650;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
.recent-body small{display:block;margin-top:9px;color:#78869d;font-size:10.5px}
.recent-menu{right:4px;top:50%;transform:translateY(-50%)}

.ai-recent-empty{
  display:grid;
  grid-template-columns:132px minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  min-height:138px;
  padding:20px 24px;
  border:1px dashed #cfd7e4;
  border-radius:12px;
  background:linear-gradient(112deg,#f8faff,#fff 67%);
}
.ai-recent-empty[hidden]{display:none}
.ai-recent-art{position:relative;display:block;width:118px;height:82px}
.ai-recent-art i{position:absolute;display:block;width:88px;height:56px;border:1px solid #d6dfed;border-radius:9px;background:#fff;box-shadow:0 14px 24px -20px rgba(16,24,40,.42)}
.ai-recent-art i:first-child{left:0;top:18px;transform:rotate(-8deg)}
.ai-recent-art i:nth-child(2){right:0;top:6px;background:#eef4ff;transform:rotate(6deg)}
.ai-recent-art b{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--ai-blue);box-shadow:0 12px 22px -12px rgba(47,107,255,.86);color:#fff;transform:translate(-50%,-50%)}
.ai-recent-empty svg{width:20px;height:20px}
.ai-recent-copy b{display:block;color:var(--ai-ink);font-size:15px;font-weight:720;letter-spacing:-.015em}
.ai-recent-copy p{max-width:550px;margin:6px 0 0;color:#66738d;font-size:12px;line-height:1.5}
.ai-recent-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}

.ai-loading{position:fixed;inset:0;z-index:180;display:none;align-items:center;justify-content:center;background:rgba(247,249,252,.72);color:#475467;backdrop-filter:blur(10px)}
.ai-loading.show{display:flex}
.ai-load-card{display:flex;flex-direction:column;align-items:center;gap:11px;min-width:250px;padding:26px 28px;border:1px solid #dfe5ee;border-radius:18px;background:rgba(255,255,255,.86);box-shadow:0 28px 70px -36px rgba(16,24,40,.52)}
.ai-loading .sp{width:34px;height:34px;border:3px solid #e4e7ee;border-top-color:var(--ai-blue);border-radius:50%;animation:aispin .8s linear infinite}
.ai-loading span{color:#182339;font-size:13px;font-weight:720}
.ai-loading small{color:#7a879d;font-size:11.5px}
@keyframes aispin{to{transform:rotate(360deg)}}

@media(max-width:1350px){
  body[data-page="aiedit"] .ai-canvas.canvas.wide{padding-left:38px;padding-right:32px}
  .ai-launch{grid-template-columns:minmax(320px,1fr) minmax(285px,.82fr) minmax(250px,.72fr)}
  .ai-launch-copy{padding-left:42px}
  .ai-launch-actions{padding-left:38px;padding-right:38px}
  .drive-grid,.drive-skeletons{display:flex;gap:14px;overflow-x:auto;padding:0 2px 7px;scroll-snap-type:x proximity;scrollbar-width:none}
  .drive-grid::-webkit-scrollbar,.drive-skeletons::-webkit-scrollbar{display:none}
  .drive-card,.drive-skeleton{flex:0 0 232px;scroll-snap-align:start}
  .recent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
  body[data-page="aiedit"] .ai-canvas.canvas.wide{padding:24px 24px 58px}
  .ai-launch{grid-template-columns:1fr 1fr}
  .ai-launch-copy{padding:30px 34px}
  .ai-drop{margin:24px}
  .ai-launch-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:20px 34px;border-top:1px solid #e4e8ef}
  .ai-launch-actions::before{display:none}
  .ai-launch-or{position:static;padding:0;background:transparent;transform:none}
  .ai-launch-actions>p{display:none}
}
@media(max-width:720px){
  body[data-page="aiedit"] .ai-canvas.canvas.wide{padding:22px 16px 46px}
  .ai-head{align-items:center;margin-bottom:22px}
  .ai-head h1{font-size:26px}
  .ai-head .sub{font-size:12px;line-height:1.5}
  .ai-newbtn{display:none}
  .ai-launch{grid-template-columns:1fr;border-radius:12px}
  .ai-launch-copy{padding:28px 24px 20px}
  .ai-launch-copy h2{font-size:23px}
  .ai-launch-kicker{margin-bottom:13px}
  .ai-drop{min-height:194px;margin:8px 16px 18px}
  .ai-launch-actions{grid-column:auto;grid-template-columns:1fr;gap:10px;padding:19px 16px 22px}
  .ai-launch-or{display:none}
  .ai-section{margin-top:25px}.ai-section+.ai-section{margin-top:30px}
  .drive-card{flex-basis:244px}
  .ai-drive-empty{grid-template-columns:1fr;gap:14px;padding:24px;text-align:center}
  .ai-drive-empty-art{height:82px}
  .ai-drive-empty-copy p{margin-left:auto;margin-right:auto}
  .ai-drive-empty-actions{justify-content:center;flex-wrap:wrap}
  .recent-grid{grid-template-columns:1fr}
  .ai-recent-empty{grid-template-columns:1fr;gap:14px;padding:24px;text-align:center}
  .ai-recent-art{margin:auto}
  .ai-recent-copy p{margin-left:auto;margin-right:auto}
  .ai-recent-actions{justify-content:center;flex-wrap:wrap}
}
@media(prefers-reduced-motion:reduce){
  .ai-newbtn,.ai-action,.drive-card,.recent-card{transition:none}
  .drive-skeleton i,.drive-skeleton span{animation:none}
}

html[data-theme="dark"] body[data-page="aiedit"]{
  --ai-ink:var(--text);
  --ai-muted:var(--text-3);
  --ai-line:var(--border);
  --ai-soft:var(--surface-2);
  --ai-blue:var(--primary);
  background:
    radial-gradient(circle at 18% -12%,rgba(110,140,255,.12),transparent 34%),
    var(--app);
}
html[data-theme="dark"] .ai-head .sub,
html[data-theme="dark"] .ai-section-head p,
html[data-theme="dark"] .drive-card-body small,
html[data-theme="dark"] .ai-drive-empty-copy p,
html[data-theme="dark"] .ai-recent-copy p,
html[data-theme="dark"] .ai-loading small{color:var(--text-3)}
html[data-theme="dark"] .ai-launch,
html[data-theme="dark"] .drive-card,
html[data-theme="dark"] .recent-card,
html[data-theme="dark"] .ad-card,
html[data-theme="dark"] .ai-load-card{
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  border-color:var(--border);
  box-shadow:0 22px 56px -34px rgba(0,0,0,.72),inset 0 1px 0 rgba(255,255,255,.03)
}
html[data-theme="dark"] .ai-launch-actions::before,
html[data-theme="dark"] .ai-launch-actions,
html[data-theme="dark"] .ad-head,
html[data-theme="dark"] .ad-foot{border-color:var(--border)}
html[data-theme="dark"] .ai-launch-copy>p,
html[data-theme="dark"] .ai-launch-or,
html[data-theme="dark"] .ai-drop p,
html[data-theme="dark"] .ai-launch-meta span,
html[data-theme="dark"] .drive-menu,
html[data-theme="dark"] .recent-menu,
html[data-theme="dark"] .ad-item small,
html[data-theme="dark"] .ad-empty,
html[data-theme="dark"] .ad-signin p{color:var(--text-3)}
html[data-theme="dark"] .ai-launch-meta span,
html[data-theme="dark"] .ai-drop,
html[data-theme="dark"] .ai-drop .dz,
html[data-theme="dark"] .ai-action,
html[data-theme="dark"] .ai-empty-link,
html[data-theme="dark"] .ad-item .ad-ic,
html[data-theme="dark"] .ad-new input{
  background:rgba(255,255,255,.03);
  border-color:var(--border);
  color:var(--text-2)
}
html[data-theme="dark"] .ai-drop:hover,
html[data-theme="dark"] .ai-drop.drag{
  border-color:rgba(141,164,255,.45);
  background:rgba(110,140,255,.08);
  box-shadow:inset 0 0 0 3px rgba(110,140,255,.06)
}
html[data-theme="dark"] .ai-drop .dz,
html[data-theme="dark"] .drive-skeleton,
html[data-theme="dark"] .drive-card,
html[data-theme="dark"] .recent-card,
html[data-theme="dark"] .ai-empty-link,
html[data-theme="dark"] .ai-recent-empty,
html[data-theme="dark"] .ai-drive-empty{background:rgba(255,255,255,.03)}
html[data-theme="dark"] .ai-drive-empty,
html[data-theme="dark"] .ai-recent-empty{
  border-color:rgba(141,164,255,.18);
  background:linear-gradient(112deg,rgba(110,140,255,.08),rgba(255,255,255,.02) 70%)
}
html[data-theme="dark"] .drive-card:hover,
html[data-theme="dark"] .recent-card:hover{
  border-color:rgba(141,164,255,.32);
  box-shadow:0 20px 36px -28px rgba(0,0,0,.78)
}
html[data-theme="dark"] .drive-card-body b,
html[data-theme="dark"] .recent-body b,
html[data-theme="dark"] .ai-drive-empty-copy b,
html[data-theme="dark"] .ai-recent-copy b,
html[data-theme="dark"] .ai-loading span{color:var(--text)}
html[data-theme="dark"] .drive-menu:hover,
html[data-theme="dark"] .recent-menu:hover,
html[data-theme="dark"] .ad-x:hover{background:rgba(255,255,255,.06);color:var(--text)}
html[data-theme="dark"] .drive-skeleton{border-color:var(--border)}
html[data-theme="dark"] .drive-skeleton i,
html[data-theme="dark"] .drive-skeleton span{
  background:linear-gradient(90deg,rgba(255,255,255,.04) 25%,rgba(255,255,255,.08) 42%,rgba(255,255,255,.04) 62%)
}
html[data-theme="dark"] .ai-loading{background:rgba(12,15,18,.76);color:var(--text-2)}
html[data-theme="dark"] .ai-loading .sp{border-color:rgba(255,255,255,.14);border-top-color:var(--primary)}
