:root{--ink:#1d1d1f;--soft:#6e6e73;--muted:#86868b;--blue:#0071e3;--blue-hover:#0077ed;--green:#34c759;--red:#ff3b30;--orange:#ff9f0a;--line:rgba(0,0,0,.1);--glass:rgba(255,255,255,.78);--glass2:rgba(255,255,255,.9);--shadow:0 24px 70px rgba(0,0,0,.08);--shadow2:0 30px 90px rgba(0,0,0,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,system-ui,sans-serif;color:var(--ink);background:#f5f5f7;min-height:100vh;-webkit-font-smoothing:antialiased}button,a.linkBtn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:14px;background:var(--blue);color:#fff;font-weight:600;padding:14px 22px;box-shadow:0 12px 28px #0071e333;cursor:pointer;text-decoration:none;transition:.18s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}button:hover:not(:disabled),a.linkBtn:hover{transform:translateY(-1px);background:var(--blue-hover);box-shadow:0 16px 36px #0071e342}button:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.secondary{background:#fff;color:#1d1d1f;border:1px solid rgba(0,0,0,.12);box-shadow:0 8px 22px #0000000d}.shell{padding:48px 18px 90px}.frame{max-width:1320px;margin:0 auto;border-radius:44px;position:relative;padding:1px;background:#ffffffdb;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05);overflow:hidden}.hero,.steps,.card,.error{position:relative;margin:28px}.hero{padding:58px 58px 28px}.eyebrow,.label{letter-spacing:.16em;text-transform:uppercase;font-size:12px;color:var(--muted);font-weight:700}.hero h1{margin:12px 0 16px;font-size:64px;line-height:.96;letter-spacing:-.06em;color:var(--ink)}.hero p{max-width:900px;color:var(--soft);line-height:1.75;font-size:16px}.runtime{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.runtime span,.chip{padding:9px 13px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.08);color:#3a3a3c;font-weight:600;font-size:12px;box-shadow:0 6px 18px #0000000a}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.step{height:62px;border-radius:22px;background:#ffffffb8;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;padding:0 20px;gap:12px;color:var(--muted);box-shadow:0 8px 20px #0000000a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.step span{width:32px;height:32px;border-radius:12px;background:#0000000d;color:#6e6e73;display:grid;place-items:center;font-weight:700}.step.active{background:#fff;color:var(--ink);border-color:#0000001f;box-shadow:0 16px 40px #00000014}.step.done span{background:#34c7591f;color:var(--green)}.card{padding:34px;border-radius:34px;background:var(--glass);border:1px solid rgba(0,0,0,.05);box-shadow:0 16px 48px #0000000f;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.upload{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.card h2{font-size:32px;margin:10px 0 8px;letter-spacing:-.03em}.card h3{font-size:24px;margin:6px 0}.card p{color:var(--soft);line-height:1.65}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.drop{min-height:220px;border-radius:30px;border:1.5px dashed rgba(0,0,0,.16);display:grid;place-items:center;background:#ffffff8c;cursor:pointer;text-align:center;transition:.18s ease}.drop:hover{transform:translateY(-2px);border-color:#0071e380;box-shadow:0 22px 50px #0000000f}.drop input{display:none}.plus{width:58px;height:58px;margin:0 auto 14px;border-radius:18px;background:var(--blue);color:#fff;font-size:32px;display:grid;place-items:center;box-shadow:0 16px 32px #0071e338}.chips{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:10px}.error,.stateError{background:#ff3b3014;border:1px solid rgba(255,59,48,.22);color:#b42318;border-radius:20px;padding:16px 20px}.top{display:flex;align-items:center;justify-content:space-between;gap:20px}.badge{padding:12px 16px;border-radius:999px;background:#0000000d;color:#3a3a3c;font-weight:600}.bucketGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:22px 0}.bucket{min-height:80px;border-radius:20px;padding:16px;background:#fff9;border:1px solid rgba(0,0,0,.06)}.bucket b{color:#3a3a3c}.bucket span{display:block;margin-top:8px;color:var(--soft);font-size:12px;line-height:1.45}.overview{margin-top:22px}.overviewHead{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.overviewActions{display:flex;gap:12px;flex-wrap:wrap}.imgBox{position:relative;overflow:hidden;border-radius:28px;background:#00000008;border:1px solid rgba(0,0,0,.06);min-height:360px}.imgBox.test{min-height:260px;margin-top:20px}.overviewBox{aspect-ratio:16/9;min-height:auto}.imgBox img,.revealImg{width:100%;height:100%;object-fit:cover;display:block}.loading,.thumbPlaceholder{height:100%;min-height:240px;display:grid;place-items:center;text-align:center;color:var(--muted);font-weight:600}.thumbPlaceholder{aspect-ratio:16/9;background:#00000008}.thumbPlaceholder.isActive{background:#0071e30f;animation:pulseBg 2.2s ease-in-out infinite}.spinner{width:32px;height:32px;border-radius:50%;border:3px solid rgba(0,0,0,.12);border-top-color:var(--blue);animation:spin 1s linear infinite;margin:0 auto 10px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulseBg{0%,to{filter:brightness(1)}50%{filter:brightness(1.05)}}.imageMist{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-items:center;background:#ffffff80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--muted);font-weight:600}.revealImg{opacity:0;filter:blur(18px) grayscale(.2);transform:scale(1.015);transition:opacity .8s ease,filter 1.1s ease,transform 1.1s ease}.revealImg.loaded{opacity:1;filter:blur(0) grayscale(0);transform:scale(1)}.revealImg.softBlur{filter:blur(12px) grayscale(.15)}.activeVeil{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-items:center;background:#ffffff52;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#3a3a3c;font-weight:700}.warn{margin-top:12px;padding:12px 14px;border-radius:16px;background:#ff9f0a1a;border:1px solid rgba(255,159,10,.28);color:#8a5a00;font-size:13px}.referenceStage{display:grid;grid-template-columns:86px 1fr;gap:18px;align-items:center;margin:20px 0;padding:20px;border-radius:26px;background:#ffffffc7;border:1px solid rgba(0,0,0,.06);box-shadow:0 16px 40px #0000000d}.referenceOrb{width:72px;height:72px;border-radius:26px;display:grid;place-items:center;background:#fff;box-shadow:0 12px 32px #0000000f}.referenceStage b{font-size:19px}.referenceStage p{margin:6px 0 10px}.referenceStage em{font-style:normal;color:var(--muted);font-weight:700}.miniProgress,.bar{height:10px;border-radius:999px;background:#00000012;overflow:hidden}.miniProgress i,.bar div{display:block;height:100%;background:var(--blue);border-radius:999px}.progressTop{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:22px 0 12px;padding:16px 18px;border-radius:22px;background:#fff;border:1px solid var(--line)}.progressTop b{font-size:36px;color:var(--ink)}.activeLine{margin:10px 0;color:var(--muted);font-weight:600}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:24px}.page{position:relative;border-radius:26px;overflow:hidden;background:#ffffffd1;border:1px solid rgba(0,0,0,.06);box-shadow:0 16px 44px #0000000f;transition:.23s cubic-bezier(.2,.8,.2,1)}.page.clickable{cursor:pointer}.page.clickable:hover{transform:translateY(-10px) scale(1.028);box-shadow:0 34px 90px #00000024;border-color:#00000024}.page.disabled{opacity:.9}.page.activeCard{box-shadow:0 20px 60px #0000001a}.page.locked{border-color:#34c75952}.thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:#00000008;display:grid}.thumb img{width:100%;height:100%;object-fit:cover}.hoverCue{position:absolute;right:14px;bottom:14px;z-index:5;padding:10px 14px;border-radius:999px;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#1d1d1f;font-size:12px;font-weight:600;opacity:0;transform:translateY(8px);transition:.2s ease}.page:hover .hoverCue{opacity:1;transform:translateY(0)}.refreshBtn,.miniLock{position:absolute;z-index:6;width:38px;height:38px;border-radius:14px;padding:0;background:#ffffffe6;color:#3a3a3c;border:1px solid rgba(0,0,0,.1);box-shadow:0 10px 24px #0000000f;opacity:0;transition:.18s ease}.refreshBtn{left:14px;bottom:14px}.miniLock{right:14px;top:14px;color:var(--muted)}.miniLock.on{color:var(--green);background:#34c7591a}.page:hover .refreshBtn,.page:hover .miniLock,.page.locked .miniLock{opacity:1}.pageInfo{padding:19px 20px 22px}.pageMeta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pageMeta b{color:var(--ink)}.pageMeta span{padding:4px 8px;border-radius:999px;background:#0000000d;color:#6e6e73;font-size:11px;font-weight:600}.pageInfo h4{font-size:19px;line-height:1.25;margin:8px 0 6px;letter-spacing:-.02em}.pageInfo p{font-size:13px;margin:0;color:var(--muted);line-height:1.5}.downloads{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:34px;padding:24px;border-radius:26px;background:#fff;border:1px solid var(--line)}.downloadLinks{display:flex;gap:12px;flex-wrap:wrap}.editorOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#0006;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);display:grid;place-items:center;padding:28px}.editorModal{width:min(1500px,calc(100vw - 40px));height:min(900px,calc(100vh - 40px));display:grid;grid-template-columns:1fr 420px;gap:18px}.editorVisual,.editorTools{border-radius:34px;background:#ffffffe0;border:1px solid rgba(0,0,0,.06);box-shadow:0 34px 110px #00000038;-webkit-backdrop-filter:blur(34px);backdrop-filter:blur(34px);overflow:hidden}.editorVisual{padding:26px;display:grid;grid-template-rows:auto 1fr}.editorVisualTop{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.editorVisualTop h2{font-size:30px;letter-spacing:-.04em;margin:8px 0 4px}.editorVisualTop p{margin:0;color:var(--muted)}.lockFloat,.iconBtn{width:46px;height:46px;border-radius:17px;padding:0;background:#fff;color:#1d1d1f;border:1px solid rgba(0,0,0,.1);box-shadow:0 12px 28px #0000000d;font-size:20px}.lockFloat.on{background:#34c7591f}.editorImageLarge{position:relative;border-radius:30px;overflow:hidden;align-self:center;background:#f5f5f7;border:1px solid rgba(0,0,0,.08);aspect-ratio:16/9;max-height:calc(100vh - 210px)}.editorTools{padding:22px;overflow:auto}.editorHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.editorHeader b{display:block;font-size:26px;color:var(--ink)}.editorHeader span{color:var(--muted);font-size:13px}.drawerTabs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin:18px 0}.drawerTabs.two{grid-template-columns:1fr 1fr}.drawerTabs button,.modeRow button,.hotspots button{background:#ffffffb3;color:#1d1d1f;border:1px solid rgba(0,0,0,.08);box-shadow:none;padding:12px;border-radius:15px}.drawerTabs button.active,.modeRow button.active,.hotspots button.active{background:var(--blue);color:#fff;box-shadow:0 10px 26px #0071e333}.modeRow.large{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.disabledNote{padding:13px 14px;border-radius:16px;background:#0000000a;border:1px solid rgba(0,0,0,.06);color:var(--soft);font-weight:600;margin-bottom:12px}.hotspots{margin:14px 0}.hotspots label{display:block;color:var(--muted);font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.hotspots div{display:flex;gap:8px;flex-wrap:wrap}.hotspots button{font-size:12px;padding:8px 10px}textarea{width:100%;min-height:138px;margin:16px 0 12px;border-radius:20px;border:1px solid rgba(0,0,0,.12);background:#fffc;padding:16px;font:inherit;color:#1d1d1f;outline:none;resize:vertical}textarea:focus{border-color:#0071e380;box-shadow:0 0 0 4px #0071e314}.overlayUpload{display:flex;align-items:center;justify-content:center;min-height:88px;border-radius:20px;border:1.5px dashed rgba(0,0,0,.18);background:#ffffff8c;cursor:pointer;text-align:center;margin-bottom:12px;color:var(--blue);font-weight:600}.overlayUpload input{display:none}.editSubmitRow{display:grid;grid-template-columns:1fr .86fr;gap:10px}.hint{font-size:13px;color:var(--muted);line-height:1.65}.versionList{display:grid;gap:12px}.versionItem{all:unset;display:grid;grid-template-columns:132px 1fr;gap:12px;align-items:center;padding:12px;border-radius:18px;background:#ffffffb3;border:1px solid rgba(0,0,0,.08);cursor:pointer;transition:.18s ease}.versionItem:hover{transform:translateY(-2px);box-shadow:0 14px 34px #0000000f}.versionItem img{width:132px;aspect-ratio:16/9;object-fit:cover;border-radius:12px}.versionItem b{display:block;color:#1d1d1f}.versionItem em{display:block;margin-top:4px;color:var(--muted);font-style:normal;font-size:12px;line-height:1.45}@media(max-width:1100px){.shell{padding:20px 10px}.hero{padding:40px 24px 22px}.hero h1{font-size:46px}.steps,.upload,.bucketGrid,.grid{grid-template-columns:1fr}.card,.hero,.steps,.error{margin:16px;padding-left:22px;padding-right:22px}.frame{border-radius:30px}.top,.overviewHead,.downloads{align-items:flex-start;flex-direction:column}.editorModal{grid-template-columns:1fr;height:calc(100vh - 24px);overflow:auto}.editorTools,.editorImageLarge{max-height:none}.modeRow.large,.editSubmitRow,.versionItem{grid-template-columns:1fr}.versionItem img{width:100%}}.frame{max-width:1380px;background:#ffffffc7}.hero{padding-top:64px}.hero h1{font-size:68px;letter-spacing:-.07em}.hero p{max-width:880px;font-size:16px}.runtime span{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.card{border:1px solid rgba(0,0,0,.05);box-shadow:0 24px 70px #00000012}.referenceStage.enhanced{position:relative;grid-template-columns:96px 1fr;margin:24px 0 18px;padding:24px 26px;border-radius:30px;background:#ffffffd1;box-shadow:0 24px 60px #0000000f;overflow:hidden}.referenceStage.enhanced:before{content:"";position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;background:conic-gradient(from 160deg,#0071e314,#0000000a,#0071e30f,#00000008,#0071e314);animation:memoryGlow 7s linear infinite;filter:blur(48px);opacity:.6}.referenceStage.enhanced>*{position:relative}.referenceCopy b{font-size:24px;letter-spacing:-.03em}.referenceCopy p{max-width:780px}.referenceChips{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.refChip{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.08);color:var(--soft);font-size:12px;font-weight:600}.refChip.generating{color:var(--blue);border-color:#0071e333;background:#0071e30f}.refChip.done{color:var(--green);background:#34c7591a;border-color:#34c75938}.refChip.failed{color:#b42318;background:#ff3b3014;border-color:#ff3b3038}.tinySpin{width:12px;height:12px;border-radius:50%;border:2px solid rgba(0,113,227,.18);border-top-color:var(--blue);animation:spin 1s linear infinite}@keyframes memoryGlow{to{transform:rotate(360deg)}}.grid{gap:28px}.page{transform-origin:center;will-change:transform,box-shadow}.page.clickable:hover{transform:translateY(-14px) scale(1.045);box-shadow:0 42px 110px #00000029,0 0 0 1px #00000014}.page.clickable:hover .thumb img{filter:saturate(1.02) contrast(1.02)}.hoverCue{font-size:13px;padding:11px 16px}.thumbPlaceholder.isActive:after,.imageMist:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent,rgba(255,255,255,.5),transparent);transform:translate(-100%);animation:shimmer 1.6s ease-in-out infinite}@keyframes shimmer{to{transform:translate(100%)}}.cardActions{display:flex;gap:8px;margin-top:12px}.textMini{all:unset;cursor:pointer;padding:7px 10px;border-radius:999px;background:#0000000d;color:#1d1d1f;font-size:12px;font-weight:600;border:1px solid rgba(0,0,0,.1)}.textMini:hover{background:var(--blue);color:#fff}.textMini.danger{color:#b42318;background:#ff3b3014;border-color:#ff3b302e}.miniLock{font-size:15px}.editorOverlay{background:#0000006b}.editorModal{width:min(1680px,calc(100vw - 32px));height:min(960px,calc(100vh - 32px));grid-template-columns:minmax(720px,1fr) 430px}.editorVisual{padding:30px}.editorImageLarge{box-shadow:inset 0 0 0 1px #0000000f,0 22px 80px #0000001a;background:#fff9}.editorImageLarge img{object-fit:contain;background:#f5f5f7}.editorTools{padding:24px}.lockFloat,.iconBtn{transition:.18s ease}.lockFloat:hover,.iconBtn:hover{transform:translateY(-1px) scale(1.04)}.modeRow.large button{min-height:48px}.drawerTabs.two button{min-height:48px;font-size:15px}.disabledNote{font-size:14px}.hint{margin-top:13px}.imageHotspots{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;pointer-events:none}.hotspotTag{position:absolute;pointer-events:auto;padding:8px 11px;border-radius:999px;background:#ffffffe0;border:1px solid rgba(0,0,0,.12);color:#1d1d1f;font-size:12px;font-weight:600;box-shadow:0 10px 28px #0000001a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hotspotTag:hover,.hotspotTag.active{background:var(--blue);color:#fff;transform:scale(1.05)}.hotspotTag.title{left:5%;top:8%}.hotspotTag.main{left:42%;top:46%}.hotspotTag.right{right:5%;top:38%}.hotspotTag.bottom{left:44%;bottom:8%}.hotspotTag.bg{right:9%;top:12%}.hotspotTag.text{left:8%;bottom:18%}.versionItem{border:1px solid rgba(0,0,0,.08)}.versionItem:hover{border-color:#00000029}@media(max-width:1200px){.editorModal{grid-template-columns:1fr}.editorTools{max-height:54vh}.editorVisual{min-height:520px}.grid{grid-template-columns:1fr}}.statusPanel{margin:0 0 22px;padding:22px 24px;border-radius:28px;background:#ffffffd1;border:1px solid rgba(0,0,0,.06);box-shadow:0 18px 50px #0000000d}.statusPanelHead{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.statusPanel h3{margin:8px 0 6px;font-size:28px;letter-spacing:-.03em}.statusPanel p{margin:0;max-width:880px}.statusStat{min-width:160px;padding:14px 16px;border-radius:20px;background:#fff;border:1px solid rgba(0,0,0,.08);text-align:right;box-shadow:0 10px 26px #0000000a}.statusStat b{display:block;font-size:34px;color:var(--ink);line-height:1}.statusStat span{display:block;margin-top:4px;color:var(--muted);font-size:12px;font-weight:600}.statusRail{margin-top:16px;height:11px;border-radius:999px;background:#0000000f;overflow:hidden}.statusRail i{display:block;height:100%;border-radius:999px;background:var(--blue)}.phase-reference_generating .statusRail i,.phase-generating .statusRail i{animation:progressGlow 2.6s linear infinite}@keyframes progressGlow{0%{opacity:1}50%{opacity:.72}to{opacity:1}}.editorHeaderActions{display:flex;align-items:center;gap:10px}.ghostBtn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(0,0,0,.14);background:#fff;color:#1d1d1f;border-radius:14px;padding:10px 14px;box-shadow:none;font-weight:600}.ghostBtn:hover:not(:disabled){background:var(--blue);color:#fff;box-shadow:0 16px 34px #0071e333}.disabledNote.isBlue{background:#0071e30f;border-color:#0071e32e;color:#2456a6}.pageInfo p{min-height:38px}@media(max-width:1100px){.statusPanelHead{flex-direction:column}.statusStat{text-align:left;width:100%}}.hero{padding-bottom:34px}.hero p{max-width:960px}.runtime{margin-top:22px}.runtime span{background:#fff;box-shadow:0 10px 26px #0000000d}.pageMeta span{background:#0000000d;color:#6e6e73}.miniLock{right:14px;top:14px;min-width:74px;width:auto;height:34px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.01em;color:var(--muted);background:#fffffff0;border:1px solid rgba(0,0,0,.12);opacity:1}.miniLock.on{color:#fff;background:var(--green);border-color:var(--green);box-shadow:0 12px 26px #34c75938}.refreshBtn{left:14px;bottom:14px;width:42px;height:42px;border-radius:15px;background:#fffffff0;opacity:0}.page:hover .refreshBtn{opacity:1}.lockFloat{width:auto;min-width:110px;height:46px;padding:0 14px;border-radius:999px;font-size:14px;font-weight:600;color:#1d1d1f;background:#fffffff0;border:1px solid rgba(0,0,0,.12)}.lockFloat.on{color:var(--green);background:#34c7591f;border-color:#34c7593d}.editSubmitRow.single{grid-template-columns:1fr}.editorHeaderActions{justify-content:flex-end}.editorHeader .iconBtn{font-size:24px;font-weight:600}.disabledNote,.hint{line-height:1.6}.editorVisualTop p,.editorHeader span{color:var(--muted)}.pageInfo h4{min-height:48px}.pageInfo{display:flex;flex-direction:column;gap:8px}.downloadLinks .linkBtn:last-child{display:none}.statusPanel .label,.overview .label,.projectCard .label{color:var(--muted)}.bucketGrid{display:none}@media(max-width:1100px){.miniLock{min-width:64px;font-size:10px}.lockFloat{min-width:96px}}.history{margin-top:0}.historyHead{display:flex;align-items:center;justify-content:space-between;gap:18px}.historyList{display:grid;gap:4px;margin-top:12px}.historyList::-webkit-scrollbar{width:6px}.historyList::-webkit-scrollbar-thumb{background:#00000029;border-radius:999px}.historyList::-webkit-scrollbar-track{background:transparent}.historyItem{display:flex;align-items:center;gap:8px;border-radius:10px;background:#fff9;border:1px solid rgba(0,0,0,.07);transition:.16s ease}.historyItem.active{background:#0000000d;border-color:#00000024;box-shadow:0 12px 28px #0000000d}.historyMain{all:unset;flex:1;display:flex;align-items:center;gap:14px;padding:5px 12px;cursor:pointer;border-radius:10px}.historyMain b{color:var(--ink);font-size:14px;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.historyMain span{color:var(--muted);font-size:12px;font-weight:600}.historyMain .historyTime{margin-left:auto;color:var(--muted);font-weight:500}.historyDel{flex:0 0 auto;width:26px;height:26px;padding:0;border-radius:9px;background:#fff;color:var(--red);border:1px solid rgba(255,59,48,.16);box-shadow:none;font-size:16px;margin-right:8px}.historyDel:hover:not(:disabled){background:var(--red);color:#fff;box-shadow:0 10px 24px #ff3b3038}.historyDel.confirm{width:auto;padding:0 10px;background:var(--red);color:#fff;border-color:var(--red);font-size:12px}.secondary.confirm{background:var(--red);color:#fff;border-color:var(--red)}@media(max-width:1100px){.historyHead{flex-direction:column;align-items:flex-start}.historyMain{flex-wrap:wrap}.historyMain .historyTime{margin-left:0;width:100%}}.homeRow{display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;margin:28px;align-items:stretch}.homeRow.solo{grid-template-columns:1fr}.homeRow>.card{margin:0}.homeRow .upload{grid-template-columns:1fr;gap:24px}.homeRow .history{display:flex;flex-direction:column}.homeRow .historyList{flex:1;max-height:300px;overflow-y:auto}@media(max-width:1100px){.homeRow{grid-template-columns:1fr;margin:16px}.homeRow .historyList{max-height:none}}.drop.dragging{border-color:var(--blue);background:#0071e30f;box-shadow:0 22px 50px #0071e324;transform:translateY(-2px)}.dropEmpty{text-align:center;cursor:pointer}.fileList{width:100%;align-self:center;display:grid;gap:10px;padding:20px;max-height:240px;overflow:auto}.fileItem{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.08)}.fileName{flex:1;min-width:0;font-size:13px;color:#1d1d1f;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fileDel{flex:0 0 auto;width:28px;height:28px;padding:0;border-radius:9px;background:#0000000d;color:var(--muted);border:1px solid rgba(0,0,0,.08);box-shadow:none;font-size:16px;line-height:1;font-weight:600}.fileDel:hover:not(:disabled){background:var(--red);color:#fff;box-shadow:0 8px 18px #ff3b3033;transform:none}.addMore{justify-self:center;padding:9px 16px;border-radius:999px;background:#0000000d;color:#1d1d1f;border:1px solid rgba(0,0,0,.08);box-shadow:none;font-weight:600;font-size:13px}.addMore:hover:not(:disabled){background:var(--blue);color:#fff;box-shadow:0 10px 24px #0071e333;transform:none}.loginPage{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f5f5f7}.loginCard{width:min(360px,100%);display:grid;gap:18px;justify-items:center}.loginCard h2{font-size:22px;font-weight:600;letter-spacing:-.02em;color:var(--ink);margin:0}.loginCard input{width:100%;padding:15px 18px;border-radius:14px;border:1px solid rgba(0,0,0,.14);background:#fff;font:inherit;font-size:16px;color:#1d1d1f;outline:none;text-align:center;transition:.18s ease}.loginCard input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #0071e31a}.loginErr{margin:0;font-size:13px;color:var(--red)}
