:root{--dsdl-blue:#1677ff;--dsdl-blue2:#0f5cff;--dsdl-dark:#101b2f;--dsdl-text:#111827;--dsdl-muted:#64748b;--dsdl-line:rgba(15,23,42,.10);--dsdl-soft:#f4f8ff}
.dsdl-overlay,.dsdl-overlay *{box-sizing:border-box}.dsdl-overlay[hidden]{display:none!important}.dsdl-overlay{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:20px;background:rgba(7,15,28,.58);backdrop-filter:blur(10px)}.dsdl-modal{position:relative;width:min(520px,100%);background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(255,255,255,.48);border-radius:30px;padding:24px;box-shadow:0 30px 90px rgba(0,0,0,.26);color:var(--dsdl-text);overflow:hidden}.dsdl-modal:before{content:"";position:absolute;inset:-120px auto auto -120px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(22,119,255,.16),transparent 70%);pointer-events:none}.dsdl-close{position:absolute;top:14px;left:14px;z-index:5;width:48px;height:48px;border:1px solid rgba(73,97,119,.14);border-radius:18px;background:#fff;color:#31465c;font-size:30px;line-height:44px;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 24px rgba(15,23,42,.08)}.dsdl-close:hover{background:#eef6ff;color:#0f5cff}.dsdl-top{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:center;position:relative;z-index:1}.dsdl-icon{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,var(--dsdl-blue),var(--dsdl-blue2));color:#fff;box-shadow:0 16px 30px rgba(22,119,255,.22)}.dsdl-icon svg,.dsdl-file-icon svg,.dsdl-note svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dsdl-top h3{margin:0 0 6px;font-size:25px;line-height:1.35;font-weight:950;color:#0d1728}.dsdl-top p{margin:0;color:var(--dsdl-muted);font-size:14px;line-height:1.8}.dsdl-file-card{margin-top:20px;display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;border:1px solid var(--dsdl-line);background:#fff;border-radius:20px;padding:13px}.dsdl-file-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#edf6ff;color:var(--dsdl-blue)}.dsdl-file-card strong{display:block;font-size:15px;font-weight:950;color:#101827;word-break:break-word}.dsdl-file-card small{display:block;margin-top:4px;color:var(--dsdl-muted);font-size:12px;direction:ltr;text-align:right;word-break:break-word}.dsdl-progress-wrap{margin-top:20px}.dsdl-progress-track{height:12px;border-radius:999px;background:#e7eef8;overflow:hidden;box-shadow:inset 0 1px 2px rgba(15,23,42,.08)}.dsdl-progress-track span{display:block;width:0;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--dsdl-blue),#36c5ff,var(--dsdl-blue2));box-shadow:0 0 24px rgba(22,119,255,.34);transition:width .18s linear}.dsdl-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.dsdl-status-row strong{font-size:14px;color:#172033}.dsdl-status-row span{font-size:13px;color:var(--dsdl-blue2);font-weight:950}.dsdl-steps{display:grid;gap:9px;margin-top:18px}.dsdl-steps span{display:flex;align-items:center;gap:9px;min-height:38px;border:1px solid var(--dsdl-line);border-radius:15px;background:#fff;color:#5d6b7f;font-size:13px;font-weight:800;padding:0 12px}.dsdl-steps span i{width:10px;height:10px;border-radius:50%;background:#cbd5e1;box-shadow:0 0 0 4px rgba(203,213,225,.2)}.dsdl-steps span.active{border-color:rgba(22,119,255,.22);background:#f3f8ff;color:#0f5cff}.dsdl-steps span.done i,.dsdl-steps span.active i{background:#17b26a;box-shadow:0 0 0 4px rgba(23,178,106,.12)}.dsdl-note{display:flex;align-items:flex-start;gap:10px;margin-top:16px;border-radius:17px;background:#fff7ed;color:#8a4b0a;border:1px solid rgba(234,88,12,.13);padding:12px;font-size:13px;line-height:1.7}.dsdl-note svg{width:20px;height:20px;min-width:20px;margin-top:2px}.dsdl-download{margin-top:18px;width:100%;min-height:54px;border:0;border-radius:18px;background:#93a4bc;color:#fff;font-weight:950;font-size:16px;cursor:not-allowed}.dsdl-download.ready{background:linear-gradient(135deg,var(--dsdl-blue),var(--dsdl-blue2));box-shadow:0 18px 34px rgba(22,119,255,.22);cursor:pointer}.dsdl-download.ready:hover{filter:brightness(1.02)}.dsdl-enhanced{position:relative}.dsdl-enhanced:after{content:"";width:6px;height:6px;border-radius:50%;background:#22c55e;display:inline-block;margin-inline-start:6px;vertical-align:middle}
@media(max-width:560px){.dsdl-overlay{padding:14px;align-items:end}.dsdl-modal{border-radius:26px 26px 0 0;padding:22px 18px 20px}.dsdl-close{top:10px;left:10px;width:50px;height:50px;border-radius:18px;font-size:30px}.dsdl-top{grid-template-columns:52px 1fr}.dsdl-icon{width:52px;height:52px;border-radius:18px}.dsdl-top h3{font-size:22px}.dsdl-file-card{grid-template-columns:44px 1fr}.dsdl-file-icon{width:44px;height:44px}.dsdl-download{min-height:52px}}
@media(prefers-reduced-motion:reduce){.dsdl-progress-track span{transition:none}.dsdl-overlay{backdrop-filter:none}}
