.wizard-module__HeeOPa__wizardPage{background:#080d18;flex-direction:column;min-height:100vh;display:flex}.wizard-module__HeeOPa__header{border-bottom:1px solid #1e2d4a;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.wizard-module__HeeOPa__logo{color:#9bff59;font-family:Syne,sans-serif;font-size:1.25rem;font-weight:700;text-decoration:none}.wizard-module__HeeOPa__headerTitle{color:#8ba3bf;letter-spacing:.05em;text-transform:uppercase;font-size:.9rem;font-weight:500}.wizard-module__HeeOPa__closeBtn{color:#8ba3bf;cursor:pointer;background:0 0;border:none;font-size:.9rem;transition:color .2s}.wizard-module__HeeOPa__closeBtn:hover{color:#e8f4ff}.wizard-module__HeeOPa__progressContainer{width:100%;max-width:800px;margin:0 auto;padding:1.5rem 2rem}.wizard-module__HeeOPa__progressBar{background:#1e2d4a;border-radius:2px;height:4px;margin-bottom:.75rem;overflow:hidden}.wizard-module__HeeOPa__progressFill{background:#9bff59;height:100%;transition:width .3s}.wizard-module__HeeOPa__progressText{color:#4a6280;text-align:right;font-family:DM Mono,monospace;font-size:.75rem}.wizard-module__HeeOPa__mainArea{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.wizard-module__HeeOPa__stepContainer{width:100%;max-width:600px;animation:.3s wizard-module__HeeOPa__slideUp}@keyframes wizard-module__HeeOPa__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wizard-module__HeeOPa__stepTitle{color:#e8f4ff;text-align:center;margin-bottom:.5rem;font-family:Syne,sans-serif;font-size:2rem}.wizard-module__HeeOPa__stepDesc{color:#8ba3bf;text-align:center;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.wizard-module__HeeOPa__optionsGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.wizard-module__HeeOPa__optionCard{cursor:pointer;background:#0f1628;border:1px solid #1e2d4a;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;transition:all .2s;display:flex}.wizard-module__HeeOPa__optionCard:hover{border-color:#4a6280;transform:translateY(-2px)}.wizard-module__HeeOPa__optionCard.wizard-module__HeeOPa__selected{background:rgba(155,255,89,.05);border-color:#9bff59}.wizard-module__HeeOPa__optionIcon{font-size:2rem}.wizard-module__HeeOPa__optionLabel{color:#e8f4ff;text-align:center;font-size:.9rem;font-weight:500}.wizard-module__HeeOPa__formGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}.wizard-module__HeeOPa__field label{color:#8ba3bf;margin-bottom:.5rem;font-size:.85rem;display:block}.wizard-module__HeeOPa__input{color:#e8f4ff;box-sizing:border-box;background:#0f1628;border:1px solid #1e2d4a;border-radius:8px;width:100%;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.wizard-module__HeeOPa__input:focus{border-color:#9bff59;outline:none}.wizard-module__HeeOPa__optionsGridSm{flex-wrap:wrap;gap:.75rem;display:flex}.wizard-module__HeeOPa__optionCardSm{color:#8ba3bf;cursor:pointer;background:#0f1628;border:1px solid #1e2d4a;border-radius:8px;padding:.75rem 1.25rem;font-size:.9rem;transition:all .2s}.wizard-module__HeeOPa__optionCardSm:hover{color:#e8f4ff;border-color:#4a6280}.wizard-module__HeeOPa__optionCardSm.wizard-module__HeeOPa__selected{color:#9bff59;background:rgba(155,255,89,.05);border-color:#9bff59}.wizard-module__HeeOPa__timelineSelector{flex-direction:column;gap:1rem;display:flex;position:relative}.wizard-module__HeeOPa__timelineSelector:before{content:"";z-index:0;background:#1e2d4a;width:2px;position:absolute;top:20px;bottom:20px;left:19px}.wizard-module__HeeOPa__timelineNode{z-index:1;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1.5rem;width:100%;padding:0;display:flex;position:relative}.wizard-module__HeeOPa__nodeCircle{color:#8ba3bf;background:#0f1628;border:2px solid #1e2d4a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:DM Mono,monospace;font-size:.875rem;transition:all .2s;display:flex}.wizard-module__HeeOPa__nodeLabel{color:#8ba3bf;font-size:1rem;font-weight:500;transition:all .2s}.wizard-module__HeeOPa__timelineNode:hover .wizard-module__HeeOPa__nodeCircle{color:#e8f4ff;border-color:#4a6280}.wizard-module__HeeOPa__timelineNode:hover .wizard-module__HeeOPa__nodeLabel{color:#e8f4ff}.wizard-module__HeeOPa__timelineNode.wizard-module__HeeOPa__selected .wizard-module__HeeOPa__nodeCircle{color:#080d18;background:#9bff59;border-color:#9bff59;font-weight:700}.wizard-module__HeeOPa__timelineNode.wizard-module__HeeOPa__selected .wizard-module__HeeOPa__nodeLabel{color:#9bff59;font-weight:600}.wizard-module__HeeOPa__actionRow{justify-content:space-between;align-items:center;margin-top:3rem;display:flex}.wizard-module__HeeOPa__backBtn{color:#8ba3bf;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem;font-size:.95rem;transition:color .2s;display:flex}.wizard-module__HeeOPa__backBtn:hover:not(:disabled){color:#e8f4ff}.wizard-module__HeeOPa__backBtn:disabled{opacity:.5;cursor:not-allowed}.wizard-module__HeeOPa__nextBtn,.wizard-module__HeeOPa__submitBtn{color:#080d18;cursor:pointer;background:#e8f4ff;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.wizard-module__HeeOPa__nextBtn:hover:not(:disabled){background:#fff;transform:translateY(-1px)}.wizard-module__HeeOPa__nextBtn:disabled,.wizard-module__HeeOPa__submitBtn:disabled{color:#8ba3bf;cursor:not-allowed;background:#4a6280}.wizard-module__HeeOPa__submitBtn{color:#080d18;background:#9bff59}.wizard-module__HeeOPa__submitBtn:hover:not(:disabled){background:#aaff6b}.wizard-module__HeeOPa__errorBox{color:#ff5c5c;background:rgba(255,92,92,.1);border:1px solid rgba(255,92,92,.3);border-radius:8px;margin-top:2rem;padding:1rem;font-size:.9rem}.wizard-module__HeeOPa__spin{animation:1s linear infinite wizard-module__HeeOPa__spin}@keyframes wizard-module__HeeOPa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wizard-module__HeeOPa__uploadArea{cursor:pointer;background:#0f1628;border:2px dashed #1e2d4a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:3rem;transition:all .2s;display:flex}.wizard-module__HeeOPa__uploadArea:hover{background:rgba(155,255,89,.02);border-color:#9bff59}.wizard-module__HeeOPa__uploadPrompt{flex-direction:column;align-items:center;gap:1rem;display:flex}.wizard-module__HeeOPa__uploadPrompt h3{color:#e8f4ff;margin:0;font-family:Syne,sans-serif;font-size:1.1rem}.wizard-module__HeeOPa__uploadPrompt p{color:#8ba3bf;margin:0;font-size:.85rem}.wizard-module__HeeOPa__uploadingState{color:#9bff59;flex-direction:column;align-items:center;gap:1rem;display:flex}.wizard-module__HeeOPa__ghostBtn{color:#8ba3bf;cursor:pointer;background:0 0;border:1px solid #1e2d4a;border-radius:8px;padding:.875rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.wizard-module__HeeOPa__ghostBtn:hover{color:#e8f4ff;border-color:#4a6280}
