*{box-sizing:border-box;margin:0;padding:0}body{direction:rtl;background:#0b0f1a;min-height:100vh;font-family:Heebo,Segoe UI,Tahoma,sans-serif;overflow-x:hidden}@keyframes float1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-40px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}@keyframes float2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-40px,30px)scale(1.1)}66%{transform:translate(30px,-20px)scale(.9)}}@keyframes float3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(20px,30px)scale(1.08)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px #63b3ed4d}50%{box-shadow:0 0 40px #63b3ed99}}@keyframes checkDraw{0%{stroke-dashoffset:30px}to{stroke-dashoffset:0}}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes borderGlow{0%,to{border-color:#63b3ed4d}50%{border-color:#63b3edb3}}.app{justify-content:center;min-height:100vh;padding:40px 20px;display:flex;position:relative}.bg-orbs{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.orb{filter:blur(80px);opacity:.4;border-radius:50%;position:absolute}.orb-1{background:radial-gradient(circle,#3182ce 0%,#0000 70%);width:500px;height:500px;animation:18s ease-in-out infinite float1;top:-10%;right:-10%}.orb-2{background:radial-gradient(circle,#805ad5 0%,#0000 70%);width:400px;height:400px;animation:22s ease-in-out infinite float2;bottom:-5%;left:-5%}.orb-3{background:radial-gradient(circle,#38a169 0%,#0000 70%);width:350px;height:350px;animation:15s ease-in-out infinite float3;top:40%;left:30%}.glass-container{z-index:1;flex-direction:column;gap:24px;width:100%;max-width:620px;display:flex;position:relative}.app-header{text-align:center;animation:.7s ease-out fadeInUp}.logo-icon{background:linear-gradient(135deg,#3182ce,#805ad5);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex;box-shadow:0 8px 30px #3182ce59}.logo-icon svg{color:#fff;width:28px;height:28px}.app-header h1{background:linear-gradient(135deg,#e2e8f0 0%,#a0aec0 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin:0 0 8px;font-size:2rem;font-weight:800}.subtitle{color:#718096;margin:0;font-size:.95rem;font-weight:300}.form-section{-webkit-backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:20px;padding:28px;animation:.7s ease-out .1s both fadeInUp;display:flex}.drop-zone{text-align:center;cursor:pointer;background:#ffffff05;border:2px dashed #ffffff1f;border-radius:16px;padding:36px 20px;transition:all .3s}.drop-zone:hover{background:#63b3ed0a;border-color:#63b3ed66}.drop-zone.drag-over{background:#63b3ed14;border-color:#63b3ed;animation:1.5s ease-in-out infinite borderGlow;transform:scale(1.01)}.drop-zone.has-file{background:#48bb780d;border-style:solid;border-color:#48bb7866}.upload-icon{background:#63b3ed1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 12px;display:flex}.upload-icon svg{color:#63b3ed;width:24px;height:24px}.drop-prompt p{color:#cbd5e0;margin:0 0 4px;font-size:.95rem;font-weight:500}.drop-prompt span{color:#718096;font-size:.8rem}.file-selected{justify-content:center;align-items:center;gap:12px;display:flex}.file-icon-badge{background:#48bb7826;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.file-icon-badge svg{color:#68d391;width:20px;height:20px}.file-name{color:#e2e8f0;font-size:.9rem;font-weight:500}.file-size{color:#718096;background:#ffffff0f;border-radius:6px;padding:2px 8px;font-size:.8rem}.field{flex-direction:column;gap:8px;display:flex}.field label{color:#a0aec0;align-items:center;gap:6px;font-size:.85rem;font-weight:500;display:flex}.field-icon{opacity:.6;width:16px;height:16px}.text-input{color:#e2e8f0;text-align:left;direction:ltr;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:12px 16px;font-family:Cascadia Code,Consolas,monospace;font-size:.88rem;transition:all .3s}.text-input::placeholder{color:#4a5568}.text-input:focus{background:#ffffff12;border-color:#63b3ed80;outline:none;box-shadow:0 0 0 4px #63b3ed1a}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3182ce,#805ad5);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px 24px;font-family:Heebo,sans-serif;font-size:1rem;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden}.btn-primary svg{width:16px;height:16px}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #3182ce66}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.35;cursor:not-allowed}.btn-primary.is-loading{animation:2s ease-in-out infinite pulseGlow}.spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.progress-section{-webkit-backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:10px;padding:20px;display:flex}.progress-header{justify-content:space-between;align-items:center;display:flex}.progress-label{color:#a0aec0;font-size:.85rem;font-weight:500}.progress-pct{background:linear-gradient(135deg,#63b3ed,#68d391);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:800}.progress-track{background:#ffffff0f;border-radius:4px;height:8px;position:relative;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#3182ce,#805ad5,#38a169) 0 0/200% 100%;border-radius:4px;height:100%;transition:width .4s cubic-bezier(.22,1,.36,1);position:relative}.progress-fill.completed{background:linear-gradient(90deg,#38a169,#68d391)}.progress-shimmer{background:linear-gradient(90deg,#0000 0%,#ffffff26 50%,#0000 100%);animation:1.5s ease-in-out infinite shimmer;position:absolute;inset:0}.progress-detail{color:#718096;text-align:center;font-size:.78rem}.log-card{-webkit-backdrop-filter:blur(20px);background:#0d111ccc;border:1px solid #ffffff0f;border-radius:16px;overflow:hidden}.log-header{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:12px 18px;display:flex}.terminal-dots{gap:6px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.red{background:#fc8181}.dot.yellow{background:#f6e05e}.dot.green{background:#68d391}.log-header h3{color:#718096;font-family:Cascadia Code,Consolas,monospace;font-size:.8rem;font-weight:400}.log-area{direction:rtl;max-height:320px;padding:16px 18px;font-family:Cascadia Code,Consolas,monospace;font-size:.8rem;line-height:1.8;overflow-y:auto}.log-area::-webkit-scrollbar{width:6px}.log-area::-webkit-scrollbar-track{background:0 0}.log-area::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.log-line{opacity:0;gap:10px;animation:.3s ease-out forwards slideIn;display:flex}.log-ts{color:#4a5568;text-align:left;direction:ltr;flex-shrink:0;min-width:65px;font-size:.75rem}.log-msg{color:#cbd5e0}.done-card{-webkit-backdrop-filter:blur(20px);text-align:center;background:#ffffff0a;border:1px solid #48bb7833;border-radius:20px;flex-direction:column;align-items:center;gap:12px;padding:36px 28px;display:flex}.success-check{background:#48bb781f;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:.5s cubic-bezier(.34,1.56,.64,1) forwards scaleIn;display:flex}.success-check svg{color:#68d391;stroke-dasharray:30;stroke-dashoffset:30px;width:32px;height:32px;animation:.6s ease-out .3s forwards checkDraw}.done-card h3{color:#e2e8f0;margin:0;font-size:1.2rem;font-weight:700}.done-card p{color:#718096;margin:0;font-size:.9rem}.btn-download{color:#fff;background:linear-gradient(135deg,#38a169,#2f855a);border-radius:14px;align-items:center;gap:10px;margin-top:8px;padding:14px 32px;font-family:Heebo,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #38a1694d}.btn-download svg{width:18px;height:18px}.btn-download:hover{transform:translateY(-2px);box-shadow:0 8px 30px #38a16980}.fade-in{animation:.5s ease-out both fadeIn}.fade-in-up{animation:.6s cubic-bezier(.22,1,.36,1) both fadeInUp}.slide-in{animation:.3s ease-out both slideIn}
