@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{font-family:Plus Jakarta Sans,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f1f35;background-color:#eef3ff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,rgba(82,163,255,.25),transparent 55%),radial-gradient(circle at 20% 20%,rgba(173,232,255,.35),transparent 45%),linear-gradient(180deg,#eef3ff,#f8fbff 60%,#eef3ff);color:inherit}body:before,body:after{content:"";position:fixed;border-radius:50%;filter:blur(0px);opacity:.5;z-index:0}body:before{width:320px;height:320px;background:#568fff40;top:-120px;right:-80px}body:after{width:260px;height:260px;background:#5ad0ff40;bottom:-90px;left:-80px}a{color:inherit;text-decoration:none}#root{width:100%}.app{max-width:1180px;margin:0 auto;padding:2.5rem 2rem 4rem;position:relative;z-index:1}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem}.brand{display:flex;align-items:center;gap:.75rem}.brand-mark{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;font-weight:700;color:#fff;background:linear-gradient(135deg,#2d7ff9,#5ad0ff);box-shadow:0 10px 24px #2d7ff94d}.brand-copy{display:flex;flex-direction:column;gap:.15rem}.brand-name{font-family:Fraunces,Plus Jakarta Sans,serif;font-size:1.25rem;font-weight:700;color:#11223a}.brand-tag{font-size:.85rem;color:#52627a}.topbar-actions{display:flex;align-items:center;gap:.75rem}.ghost-btn{background:#fff;border:1px solid #d7e2f3;color:#24324a;padding:.55rem 1rem;border-radius:999px;font-weight:600;cursor:pointer;box-shadow:0 8px 18px #224c8014}.history-btn{background:#1d4ed8;border:none;color:#fff;padding:.6rem 1.1rem;border-radius:12px;font-weight:600;cursor:pointer;box-shadow:0 12px 20px #1d4ed840}.hero{margin-top:3rem;text-align:center;animation:fadeUp .7s ease both}.hero h1{font-family:Fraunces,Plus Jakarta Sans,serif;font-size:clamp(2.2rem,3vw,3.4rem);margin:0 0 .75rem;color:#1a2b45}.hero p{margin:0 auto;max-width:760px;color:#47566d;font-size:1.05rem;line-height:1.7}.hero-highlights{margin-top:2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.hero-highlights>div{background:#fff;border-radius:16px;padding:1rem 1.2rem;box-shadow:0 18px 30px #16345c14;border:1px solid #edf2fb;display:flex;flex-direction:column;gap:.35rem;animation:fadeUp .7s ease both}.hero-highlights>div:nth-child(1){animation-delay:.1s}.hero-highlights>div:nth-child(2){animation-delay:.2s}.hero-highlights>div:nth-child(3){animation-delay:.3s}.highlight-title{font-weight:700;color:#1d2b44}.highlight-text{color:#5a6b85;font-size:.95rem;line-height:1.5}.container{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;align-items:start;margin-top:2.5rem}.card{background:#fff;border-radius:18px;padding:1.6rem;border:1px solid #e6edf7;box-shadow:0 20px 45px #14244214;animation:fadeUp .7s ease both}.card.builder{animation-delay:.15s}.card-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.card-header h2{margin:0 0 .2rem;font-size:1.35rem;color:#18263a}.card-header p{margin:0;color:#5a6b85}.pill-row{display:flex;flex-wrap:wrap;gap:.5rem}.pill{border:1px solid #d9e4f5;background:#f4f7ff;color:#30425c;padding:.45rem .85rem;border-radius:999px;font-weight:600;cursor:pointer;font-size:.9rem}.pill.active{background:linear-gradient(135deg,#1d4ed8,#5ad0ff);border-color:transparent;color:#fff}.form{display:grid;gap:1rem}.field{display:flex;flex-direction:column;gap:.45rem}.label{font-weight:600;color:#37465d;font-size:.95rem}input[type=text],input[type=number],textarea{border:1px solid #d9e4f5;background:#f8faff;padding:.65rem .75rem;border-radius:12px;font-size:1rem;color:#19283f}textarea{min-height:110px;resize:vertical}.actions{display:flex;gap:.75rem;justify-content:flex-end}button{font-family:inherit}button:disabled{opacity:.6;cursor:not-allowed}.actions button{border:none;padding:.6rem 1.1rem;border-radius:12px;font-weight:600;cursor:pointer}.actions button[type=submit]{background:#1d4ed8;color:#fff}.actions .secondary{background:transparent;color:#1d2b44;border:1px solid #d7e2f3}.result{margin-top:1.25rem;border-radius:12px;border:1px solid #d8e6ff;background:#f1f6ff;padding:1rem;color:#26426b}.result h3{margin:0 0 .75rem;color:#1a2e4a}.result pre{margin:0;background:#e8f0ff;padding:.75rem;border-radius:10px;overflow:auto}.status-card{margin-top:1.25rem;background:#f6f9ff;border:1px solid #e0e8f7;border-radius:14px;padding:.9rem 1rem;display:grid;gap:.75rem}.status-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.status-pill{text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;font-weight:700;padding:.3rem .6rem;border-radius:999px;background:#dbe7ff;color:#1d3a6b}.status-pill.processing,.status-pill.starting,.status-pill.pending{background:#e0f2fe;color:#0b4a6f}.status-pill.completed{background:#dcfce7;color:#166534}.status-pill.failed{background:#fee2e2;color:#991b1b}.status-note{color:#5a6b85;font-size:.9rem}.progress-track{width:100%;height:10px;border-radius:999px;background:#e2e8f5;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#1d4ed8,#5ad0ff);transition:width .4s ease}.error{margin-top:1rem;color:#b42318;background:#fff1f1;border:1px solid #ffd5d5;padding:.65rem .8rem;border-radius:12px}.history-table-wrap{overflow-x:auto}.history-table{width:100%;border-collapse:collapse;min-width:260px}.history-table th,.history-table td{padding:.5rem .65rem;border-bottom:1px solid #e7edf7;font-size:.9rem;text-align:left;color:#344760}.history-table th{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#6b7c95}.history-table td button{background:#0f766e;color:#fff;border:none;border-radius:10px;padding:.35rem .6rem;cursor:pointer;font-weight:600}.download-btn{background:#0f766e;color:#fff;border:none;border-radius:12px;padding:.55rem 1rem;cursor:pointer;font-weight:600}.progress-text{font-weight:600;color:#5a6b85}.modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:50;padding:1.5rem}.modal{width:min(980px,100%);max-height:80vh;overflow:auto;background:#fff;border-radius:18px;padding:1.5rem;border:1px solid #e6edf7;box-shadow:0 20px 50px #0f172a33;position:relative}.modal .close{position:absolute;right:1rem;top:1rem;border:none;background:#f3f6fb;color:#42536b;width:32px;height:32px;border-radius:50%;cursor:pointer}.mono{font-family:JetBrains Mono,Fira Code,monospace}@media(max-width:1024px){.hero-highlights{grid-template-columns:1fr}}@media(max-width:720px){.app{padding:2rem 1.25rem 3rem}.topbar{flex-direction:column;align-items:flex-start}.topbar-actions{width:100%;justify-content:space-between}.hero{text-align:left}}
