:root{--text: #111827;--text-dim: #556277;--text-muted: #8591a5;--line: rgba(15, 23, 42, .12);--blue: #0a84ff;--blue-strong: #0071e3;--green: #34c759;--warn: #ff9f0a;--radius-lg: 20px;--radius-md: 14px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--fs-xs: 12px;--fs-sm: 13px;--fs-md: 14px;--fs-lg: 16px;--fs-xl: 17px;--control-h: 36px;--panel-pad-y: var(--space-3);--panel-pad-x: var(--space-3);--title-color: #1f2a3a;--control-radius: 12px}*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden}body{font-family:SF Pro Text,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:linear-gradient(180deg,#f9f9fc,#eceff5)}.aurora{position:fixed;inset:0;pointer-events:none;background:radial-gradient(700px 420px at 9% -8%,rgba(10,132,255,.15),transparent 60%),radial-gradient(620px 360px at 92% 0%,rgba(88,86,214,.12),transparent 65%),radial-gradient(540px 340px at 50% 112%,rgba(52,199,89,.08),transparent 66%)}.app{position:relative;z-index:1;height:100%;display:flex;align-items:flex-start;justify-content:center;padding:var(--space-3);gap:var(--space-3);flex-direction:column}.topbar{width:min(1720px,100%);display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);min-height:44px}.workspace{width:min(1720px,100%);height:min(820px,calc(100vh - 90px));display:grid;grid-template-columns:repeat(4,minmax(290px,1fr));gap:var(--space-3)}.localization-layout .loc-col-left{grid-column:1 / span 1}.localization-layout .loc-col-preview{grid-column:2 / span 2}.localization-layout .loc-col-right{grid-column:4 / span 1}.mode-switch{display:inline-flex;align-items:center;gap:var(--space-2);border-radius:999px;padding:var(--space-1)}.mode-btn{height:36px;border-radius:999px;border:1px solid transparent;background:transparent;padding:0 var(--space-3)}.mode-btn.active{background:#0a84ff26;border-color:#0a84ff40;color:#0b5dc6}.mode-reset-btn{background:#ff9f0a24;border-color:#ff9f0a47;color:#9b5a00}.glass{backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);background:#ffffffad;border:1px solid rgba(255,255,255,.72);box-shadow:0 10px 32px #11182714,inset 0 1px #ffffffd9}.stack-col{display:grid;grid-template-rows:1fr 2fr;gap:var(--space-3);min-height:0}.panel{border-radius:var(--radius-lg);padding:var(--panel-pad-y) var(--panel-pad-x);min-height:0;display:flex;flex-direction:column;gap:0}.tall-col,.split-half{min-height:0}.compact-upload .drop-zone{min-height:86px;padding:var(--space-2)}.panel h2{margin:0 0 var(--space-3);font-size:var(--fs-xl);font-weight:600;line-height:1.25;letter-spacing:-.01em;color:var(--title-color)}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);margin-bottom:var(--space-3);min-height:var(--control-h)}.panel-heading h2{margin:0}.row{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-3);min-width:0}.row-inline{display:flex;gap:var(--space-2);align-items:center;flex-wrap:wrap}#bulk-mode .panel{padding:var(--space-2) var(--space-3)}#bulk-mode .row{margin-bottom:var(--space-2)}#bulk-mode select[multiple]{min-height:120px;border:1px solid var(--line);border-radius:12px;padding:6px;background:#ffffffd9;font-size:var(--fs-sm);width:100%}.bulk-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3);align-items:start}.bulk-options-stack{display:flex;flex-direction:column;gap:var(--space-3)}.bulk-layout{grid-template-columns:repeat(3,minmax(320px,1fr))}label{font-size:var(--fs-xs);color:var(--text-dim);line-height:1.25}input[type=text],input[type=number],select{height:var(--control-h);border:1px solid var(--line);background:#fffc;border-radius:var(--control-radius);padding:0 var(--space-3);font-size:var(--fs-md);color:var(--text);outline:none}select:focus{border-color:#0a84ff73;box-shadow:0 0 0 3px #0a84ff24}input[type=text]:focus,input[type=number]:focus{border-color:#0a84ff73;box-shadow:0 0 0 3px #0a84ff24}.slider{width:100%;accent-color:var(--blue);height:22px}button{height:var(--control-h);border-radius:var(--control-radius);border:1px solid var(--line);background:#fffc;color:var(--text);font-size:var(--fs-sm);font-weight:500;padding:0 var(--space-3);cursor:pointer;transition:transform .08s ease,box-shadow .16s ease,background .16s ease,filter .16s ease}button:hover{background:#ffffffeb;box-shadow:0 4px 16px #11182714}button:active{transform:scale(.98)}.primary{border-color:#0a84ff57;background:linear-gradient(180deg,#1d95ff,var(--blue-strong));color:#fff}.primary:hover{background:linear-gradient(180deg,#46a7ff,#2184eb);color:#fff}.danger{border-color:#ff3b3057;background:linear-gradient(180deg,#ff6d63,#e3261a);color:#fff}.danger:hover{background:linear-gradient(180deg,#ff8b83,#ee3a2e);color:#fff}.status{margin-top:var(--space-1);font-size:var(--fs-xs);color:var(--text-dim);line-height:1.35}.muted{font-size:var(--fs-xs);color:var(--text-muted);line-height:1.35}.drop-zone{min-height:120px;border:1px dashed rgba(10,132,255,.34);border-radius:16px;background:#ffffffa6;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;padding:var(--space-4);transition:transform .12s ease,box-shadow .2s ease,border-color .2s ease}.drop-zone:hover{transform:translateY(-1px);border-color:#0a84ff85;box-shadow:0 10px 26px #0a84ff29}.drop-zone.dragover{border-color:var(--blue);box-shadow:0 0 0 3px #0a84ff33}.drop-zone-text{color:#456086;font-size:var(--fs-md)}.list{overflow:auto;min-height:0;padding-right:var(--space-1);scrollbar-gutter:stable;padding-bottom:var(--space-1)}.fill-list{flex:1}.creative-item,.queue-item,.seq-item{border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.1);background:#ffffffc7;padding:var(--space-2) var(--space-3);margin-bottom:var(--space-2);min-width:0}.creative-header,.seq-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);min-width:0}.creative-header>div:first-child,.seq-header>div:first-child{min-width:0}.variant-row{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:var(--space-2) 0}.chip{border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#0a84ff14;color:#0b4a8f;font-size:var(--fs-xs);padding:3px var(--space-2);line-height:1.2;white-space:nowrap}.sequence{min-height:0;flex:1;border-radius:16px;border:1px dashed rgba(15,23,42,.2);background:#ffffff7a;padding:var(--space-2);overflow:auto}.seq-item{cursor:grab;border-left:4px solid #66a9ff;padding:var(--space-2);margin-bottom:var(--space-2)}.seq-item.dragging{opacity:.62}.seq-title{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.seq-summary{margin-bottom:var(--space-2)}.seq-control-row{display:flex;align-items:center;gap:var(--space-2);margin-top:var(--space-1)}.seq-control-row label{width:70px;margin:0;font-size:var(--fs-xs)}.seq-control-row input{width:92px;height:28px;font-size:var(--fs-xs);padding:0 var(--space-2)}.seq-control-inline{flex-wrap:nowrap;align-items:center}.seq-control-inline label{width:auto;min-width:34px}.seq-control-inline input{width:56px;text-align:center}.final-clip-badge{margin-left:auto}.final-clip{border-left-color:var(--warn)}.target-label-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.inline-presets{display:inline-flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.preset-link{height:auto;border:0;background:transparent;padding:0;border-radius:0;font-size:var(--fs-xs);font-weight:500;color:#1f4b8f;text-decoration:underline;text-underline-offset:2px;box-shadow:none}.preset-link:hover{background:transparent;color:#0b5dc6;box-shadow:none}.preset-link:active{transform:none}.presets{display:flex;align-items:center;gap:var(--space-2);flex-direction:row;flex-wrap:nowrap;white-space:nowrap}.presets span{flex:0 0 auto}.switches{display:flex;flex-direction:column;gap:var(--space-2)}.switches.switch-grid{display:grid;gap:var(--space-2)}.switches.switch-grid.switch-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.switch-row{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(15,23,42,.08);border-radius:var(--control-radius);background:#ffffffc2;padding:var(--space-2) var(--space-3);font-size:var(--fs-sm);color:#2d3a4d;min-width:0}.switch-row input[type=checkbox]{appearance:none;-webkit-appearance:none;width:38px;height:22px;border-radius:999px;background:#d2d8e3;position:relative;transition:background .18s ease;cursor:pointer}.switch-row input[type=checkbox]:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000003d;transition:transform .18s ease}.switch-row input[type=checkbox]:checked{background:var(--green)}.switch-row input[type=checkbox]:checked:after{transform:translate(16px)}.chip-status{font-size:var(--fs-xs);border-radius:999px;padding:2px var(--space-2)}.status-pending{color:#925d05;background:#ff9f0a26}.status-processing{color:#0f4f97;background:#0a84ff29}.status-done{color:#0d6a2f;background:#34c7592b}.status-error{color:#a70f08;background:#ff3b3026}.queue-outputs{font-size:var(--fs-xs);color:var(--text-dim);line-height:1.35}.queue-title{min-width:0;font-size:var(--fs-xs);line-height:1.3;flex:1;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.queue-item .creative-header{align-items:flex-start}.loc-preview-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);margin-bottom:var(--space-2);min-height:42px}.loc-preview-heading h2{text-align:left;margin:0}.loc-preview-toolbar{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap;justify-content:flex-end;min-width:0}.loc-preview-toolbar label{margin:0;font-size:var(--fs-xs);color:var(--text-dim);white-space:nowrap}.loc-preview-toolbar input[type=text]{width:90px;height:30px;font-size:var(--fs-sm);border-radius:10px}.loc-preview-toolbar .switch-row{padding:4px 10px;min-height:30px;margin:0}.loc-preview-toolbar button{height:30px;padding:0 12px}.loc-creative-meta{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;min-width:0;width:100%}.loc-creative-badges{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;flex-shrink:0}.creative-actions{display:flex;align-items:center;gap:var(--space-2)}.loc-creative-title{min-width:0;font-size:var(--fs-sm);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loc-creatives-heading{margin-top:var(--space-4)!important;margin-bottom:var(--space-2)!important}.checklist{margin-top:var(--space-2);display:flex;flex-direction:column;gap:var(--space-1);font-size:var(--fs-sm);color:var(--text-dim)}.checklist-row{flex-direction:row;flex-wrap:wrap;gap:var(--space-2) var(--space-3)}.loc-preview-stage{position:relative;width:100%;max-width:420px;border-radius:var(--radius-md);overflow:hidden;background:#ffffffad;border:1px solid rgba(15,23,42,.1);margin-bottom:var(--space-2)}.loc-preview-stage img{display:block;width:100%;height:auto}.loc-preview-logo{position:absolute;left:0;top:0;cursor:move;border:1px dashed rgba(255,255,255,.9);box-shadow:0 0 0 1px #0f172a33;background-repeat:no-repeat;background-position:center;background-size:contain}.loc-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:var(--space-2);margin-bottom:var(--space-2);align-items:start}.loc-preview-col{display:flex;flex-direction:column;gap:var(--space-2);min-width:0}.loc-card{border:1px solid rgba(15,23,42,.1);border-radius:var(--radius-md);background:#ffffffb8;padding:var(--space-2);min-width:0}.loc-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-1)}.loc-card-title{font-size:var(--fs-xs);color:var(--text-dim);line-height:1.25}.loc-crop{position:relative;width:100%;height:190px;overflow:hidden;border-radius:10px;border:1px solid rgba(15,23,42,.1);background:#ffffffe6}.loc-crop img{width:100%;height:auto;display:block}.loc-crop[data-crop=half] img{transform:translateY(0)}.loc-crop[data-crop=third]{height:150px}.loc-packshot-crop{height:138px}.loc-packshot-crop img{width:100%;height:100%;object-fit:cover}.loc-overlay{position:absolute;left:0;top:0;cursor:move;border:1px dashed rgba(255,255,255,.95);box-shadow:0 0 0 1px #0f172a40;background-repeat:no-repeat;background-position:center;background-size:contain}.loc-scale-row{margin-top:0;margin-bottom:0}#loc-preview-wrap{flex:1;min-height:0;overflow:auto;padding-right:var(--space-1);scrollbar-gutter:stable}.playable-layout{grid-template-columns:minmax(320px,380px) minmax(560px,1fr) minmax(320px,380px)}.playable-col-left,.playable-col-main,.playable-col-right{min-height:0}.playable-stage-tools button{min-width:64px}#playable-fullscreen-btn{min-width:50px;font-size:16px;line-height:1}.playable-frame-wrap{flex:1;min-height:0;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.1);background:#ffffffb8;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:var(--space-1)}.playable-frame-wrap iframe{border:0;background:#000;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:10px}.playable-frame-wrap.portrait iframe,.playable-frame-wrap.landscape iframe{aspect-ratio:auto}html.playable-fs-fallback,html.playable-fs-fallback body{overflow:hidden!important}html.playable-fs-fallback #playable-frame-wrap{position:fixed;inset:0;width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;margin:0!important;border-radius:0!important;border:0!important;background:#000!important;z-index:9999;padding:0!important}html.playable-fs-fallback .playable-stage-tools{position:fixed;top:12px;right:12px;z-index:10000;background:#080c12b8;border:1px solid rgba(255,255,255,.18);border-radius:12px;padding:6px}#playable-events .queue-item{margin-bottom:var(--space-1);font-family:SF Mono,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.35;background:#10141ce6;color:#d7f7d2;border:1px solid rgba(124,238,124,.18)}#playable-events{background:#0a0e14b8;border-radius:var(--radius-md);padding:var(--space-2)}@media(max-width:1480px){html,body{overflow:auto}.app{height:auto;align-items:flex-start}.workspace{height:auto;grid-template-columns:repeat(2,minmax(320px,1fr))}.localization-layout .loc-col-left,.localization-layout .loc-col-preview,.localization-layout .loc-col-right{grid-column:auto}.playable-layout{grid-template-columns:1fr}.loc-preview-heading{align-items:flex-start;gap:var(--space-2);flex-direction:column}.loc-preview-heading h2{text-align:left}.loc-preview-toolbar{width:100%;justify-content:flex-start}}@media(max-width:960px){.workspace{grid-template-columns:1fr}.stack-col{grid-template-rows:auto auto}.loc-card-packshot{grid-column:auto}.loc-creative-meta,.loc-creative-badges{flex-wrap:wrap}}#root{height:100%}.app{width:100%}.drop-zone.is-disabled{opacity:.7;cursor:progress}.variant-row{gap:var(--space-2);margin:var(--space-2) 0}.repair-variant-row{align-items:stretch;flex-wrap:wrap}.repair-variant{display:grid;gap:6px;min-width:148px;padding:8px;border:1px solid var(--line);border-radius:14px;background:#ffffff7a}.repair-variant.is-ok,.repair-variant.is-fixed{border-color:#2a745347;background:#dff2e694}.repair-variant.is-bad,.repair-variant.is-error{border-color:#aa412d52;background:#fce4dc9e}.repair-variant.is-checking,.repair-variant.is-repairing{border-color:#a57c3652;background:#fcefcf9e}.repair-variant-head,.repair-variant-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.repair-variant-status,.repair-variant-message{color:var(--muted);font-size:var(--fs-xs);line-height:1.3}.repair-variant-message{word-break:break-word}.repair-variant-actions button{min-height:26px;padding:4px 8px;border-radius:999px;font-size:var(--fs-xs)}.recommendations-layout{grid-template-columns:minmax(320px,.9fr) minmax(460px,1.1fr)}.recommendations-output{min-height:0}.recommendations-grow{flex:0 0 auto;min-height:auto}.recommendations-textarea{width:100%;min-height:320px;height:clamp(320px,42vh,420px);flex:0 0 auto;resize:none;border:1px solid var(--line);background:#ffffffdb;border-radius:16px;padding:14px 16px;font:inherit;color:var(--text);outline:none;line-height:1.5}.recommendations-actions{justify-content:flex-end;min-height:var(--control-h)}.recommendations-output .panel-heading{margin-bottom:var(--space-2)}.recommendations-inline-status{margin-top:0;display:inline-flex;align-items:center;min-height:var(--control-h);white-space:nowrap;opacity:1;transform:translateY(0);transition:opacity .22s ease,transform .22s ease}.recommendations-inline-status.is-fading{opacity:0;transform:translateY(-2px)}.recommendations-hint{margin-bottom:var(--space-2)}.recommendations-editor{flex:1;min-height:0;border:1px solid var(--line);border-radius:16px;background:#ffffffe0;padding:16px;overflow:auto;font-size:14px;line-height:1.6;outline:none;white-space:pre-wrap}.recommendations-editor:empty:before{content:attr(data-placeholder);color:var(--text-muted)}.recommendations-editor a{color:var(--blue-strong);text-decoration:none}.recommendations-editor a:hover{text-decoration:underline}.loc-preview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.loc-preview-col{display:flex;flex-direction:column;gap:8px;min-width:0}.loc-card{display:flex;flex-direction:column;gap:8px}.loc-card-head{display:flex;justify-content:space-between;gap:8px;align-items:flex-start;flex-wrap:wrap;margin-bottom:0}.loc-card-title{font-weight:600}.loc-crop{position:relative;overflow:hidden;border-radius:16px;background:#06131f0d;border:1px solid rgba(6,19,31,.08)}.loc-crop img{width:100%;display:block}.loc-overlay{position:absolute;background-size:contain;background-repeat:no-repeat;background-position:center;cursor:grab}.loc-overlay:active{cursor:grabbing}.loc-packshot-crop{min-height:0;height:138px}.slider{width:100%}.loc-preview-toolbar{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.loc-preview-toolbar input[type=text]{width:84px}.loc-scale-row{margin-bottom:0}#loc-preview-wrap{flex:1;min-height:0;overflow:auto;padding-right:4px}.list.fill-list{min-height:0}.creative-item+.creative-item,.queue-item+.queue-item{margin-top:0}.creative-actions button.is-current,.creative-actions button.is-current:disabled{background:#0f172a14;border-color:#0f172a1f;color:#0f172ab8;box-shadow:none;cursor:default}.mode-switch{flex-wrap:wrap}.drop-zone.compact-upload{min-height:86px;padding:var(--space-2)}.drive-upload-layout{grid-template-columns:minmax(320px,.82fr) minmax(620px,1.42fr) minmax(380px,.92fr)}.drive-export-layout{grid-template-columns:minmax(560px,1.1fr) minmax(520px,.9fr)}.drive-settings-panel,.drive-import-panel,.drive-upload-side{min-width:0}.drive-status-grid{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-2)}.drive-source-row input{font-size:var(--fs-xs)}.drive-scan-actions{align-items:center;gap:var(--space-3)}.drive-import-panel{gap:var(--space-3)}.drive-import-sheet{display:grid;grid-template-columns:minmax(78px,.42fr) minmax(300px,1.5fr) minmax(150px,.8fr);overflow:auto;border:1px solid var(--line);border-radius:16px;background:#ffffffb8;scrollbar-gutter:stable}.drive-import-sheet-head{padding:9px 10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#0f172a0b;color:var(--muted);font-size:var(--fs-xs);font-weight:700}.drive-import-sheet-head:nth-child(3){border-right:0}.drive-import-cell{min-width:0;width:100%;height:34px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:#ffffff8c;font-size:var(--fs-xs);padding:7px 10px}.drive-import-cell:nth-child(3n+3){border-right:0}.drive-import-cell:nth-last-child(-n+3){border-bottom:0}.drive-import-cell:focus{position:relative;z-index:1;outline:2px solid rgba(37,99,235,.35);outline-offset:-2px;background:#fff}.drive-import-results{min-height:160px}.drive-import-board{display:grid;gap:var(--space-3);border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#ffffff7a;padding:var(--space-3);min-height:0}.drive-board-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.drive-session-chip.is-running{background:#2563eb1a;color:#1e40af}.drive-session-chip.is-done{background:#16a34a1a;color:#15803d}.drive-session-chip.is-warning{background:#d977061f;color:#92400e}.drive-result{gap:var(--space-2)}.drive-result.is-error{border-color:#dc262647}.drive-result.is-warning{border-color:#d9770647}.drive-result.is-ok{border-color:#16a34a40}.drive-result.is-importing,.drive-result.is-resolving{border-color:#2563eb3d}.drive-progress-line{display:grid;grid-template-columns:1fr auto;align-items:center;gap:var(--space-2)}.drive-progress-track{height:9px;overflow:hidden;border-radius:999px;background:#0f172a14}.drive-progress-fill{height:100%;min-width:0;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#16a34a);transition:width .22s ease}.drive-progress-count{min-width:42px;text-align:right;color:var(--muted);font-size:var(--fs-xs);font-variant-numeric:tabular-nums}.drive-publish-toolbar{align-items:center;gap:var(--space-2)}.drive-publish-list{min-height:180px}.drive-publish-item{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:var(--space-3);cursor:pointer}.drive-publish-item input{margin-top:4px}.drive-publish-item.is-published{opacity:.58}.drive-publish-info{display:grid;gap:var(--space-1);min-width:0}.drive-warnings{display:grid;gap:var(--space-1)}.drive-local-upload-card{display:grid;gap:var(--space-2);margin-bottom:var(--space-4)}.drive-local-upload-card h2,.drive-library-head h2{margin-bottom:0}.drive-library-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-3)}.drive-library-list{min-height:0}.drive-creative-title{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0;font-size:var(--fs-sm);line-height:1.35}.drive-history-table{display:grid;grid-template-columns:minmax(58px,.45fr) minmax(76px,.6fr) minmax(180px,1.8fr) minmax(160px,1.25fr);align-content:start;border:1px solid var(--line);border-radius:16px;overflow:auto;background:#ffffff8f}.drive-history-head,.drive-history-cell{min-width:0;padding:9px 10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:var(--fs-xs);line-height:1.35}.drive-history-head{position:sticky;top:0;z-index:1;background:#f2efe8f0;color:var(--muted);font-weight:700;letter-spacing:.02em;text-transform:uppercase}.drive-history-cell{background:#ffffff7a}.drive-history-cell.mono{font-variant-numeric:tabular-nums;font-weight:700}.drive-history-link-cell a{display:block;overflow-wrap:anywhere}.drive-history-table>.muted{grid-column:1 / -1;padding:var(--space-3)}@media(max-width:1200px){.recommendations-layout,.drive-upload-layout,.drive-export-layout,.loc-preview-grid{grid-template-columns:1fr}}@media(max-width:980px){.workspace,.bulk-layout{grid-template-columns:1fr;height:auto;overflow:auto}body,html{overflow:auto}}
