@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap";
html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}
html,body,#root{min-height:100%;margin:0}
:root{color:#1a2340;background:radial-gradient(circle at 15% 20%,#d2e5ff 0%,#edf4ff 40%,#f5f7fb 100%);font-family:Sora,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}#root{min-height:100vh}.auth-layout{place-items:center;min-height:100vh;padding:20px;display:grid;position:relative;overflow:hidden}.auth-card{z-index:2;border-radius:18px;width:100%;max-width:560px;box-shadow:0 22px 65px #0c1a5024}.bg-orb{filter:blur(4px);border-radius:999px;position:absolute}.bg-orb-left{background:#0b5fff2e;width:320px;height:320px;top:-90px;left:-80px}.bg-orb-right{background:#00c78d2b;width:280px;height:280px;bottom:-80px;right:-70px}.main-layout{min-height:100vh}.main-header{background:linear-gradient(120deg,#0b2f8a,#0b5fff);align-items:center;height:auto;padding:0 24px;display:flex}.main-header-inner{justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:940px;min-height:84px;margin:0 auto;display:flex}.main-content{padding:20px 24px}.main-content.main-content-full{padding:0}.main-content-inner{width:100%;max-width:940px;margin:0 auto}.main-content-inner.main-content-inner-full{width:100%;max-width:none;margin:0}.step-card{background:linear-gradient(#fff 0%,#f7faff 100%);border:1px solid #d8e4ff;border-radius:14px;transition:transform .18s,box-shadow .18s}.step-card:hover{transform:translateY(-1px);box-shadow:0 10px 26px #10389c1f}.step-card-done.ant-card:hover,.step-card-done.ant-card:focus-within{border-color:#bde5c8}.step-card-active.ant-card:hover,.step-card-active.ant-card:focus-within{border-color:#f7c97a}.step-card-todo.ant-card:hover,.step-card-todo.ant-card:focus-within{border-color:#d8e4ff}.step-number{color:#111;font-size:20px}.step-title-text{font-size:15px;font-weight:400}.steps-board{padding-top:4px}.steps-timeline{flex-direction:column;gap:14px;display:flex;position:relative}.timeline-item{padding-left:34px;position:relative}.timeline-marker{z-index:2;background:#fff;border:2px solid #9db8ff;border-radius:999px;width:14px;height:14px;position:absolute;top:22px;left:5px}.timeline-connector{background:linear-gradient(#c4d5ff 0%,#e3ecff 100%);width:2px;height:calc(100% + 14px);position:absolute;top:37px;left:11px}.timeline-connector-done{background:linear-gradient(#86efac 0%,#bbf7d0 100%)}.timeline-connector-active{background:linear-gradient(#fbbf24 0%,#fde68a 100%);overflow:hidden}.timeline-connector-active:after{content:"";background:linear-gradient(#fffbeb00 0%,#fff7d6 55%,#fffbeb00 100%);border-radius:999px;width:4px;height:35%;animation:1.35s ease-in-out infinite stepFlowTrail;position:absolute;top:-35%;left:-1px}.timeline-connector-todo{background:linear-gradient(#cbd5e1 0%,#e2e8f0 100%)}.timeline-marker-done{background:#dcfce7;border-color:#1f9d55}.timeline-marker-active{background:#ffedd5;border-color:#f59e0b;box-shadow:0 0 0 6px #f59e0b33}.timeline-marker-todo{background:#f4f6fb;border-color:#9aa4bd}.step-card-done{background:linear-gradient(#fff 0%,#f2fff7 100%);border-color:#bde5c8}.step-card-active{background:linear-gradient(#fff 0%,#fff7e9 100%);border-color:#f7c97a;box-shadow:0 12px 28px #f59e0b2e}.step-action-active.ant-btn{color:#b45309;background:#fff7e9;border-color:#f59e0b}.step-action-active.ant-btn .anticon{color:inherit}.step-action-active.ant-btn:not(:disabled):not(.ant-btn-disabled):hover,.step-action-active.ant-btn:not(:disabled):not(.ant-btn-disabled):focus,.step-action-active.ant-btn:not(:disabled):not(.ant-btn-disabled):focus-visible,.step-action-active.ant-btn:not(:disabled):not(.ant-btn-disabled):active{color:#92400e;background:#ffefcf;border-color:#d97706}.step-action-done.ant-btn{color:#166534;background:#effdf5;border-color:#22c55e}.step-action-done.ant-btn .anticon{color:inherit}.step-action-done.ant-btn:not(:disabled):not(.ant-btn-disabled):hover,.step-action-done.ant-btn:not(:disabled):not(.ant-btn-disabled):focus,.step-action-done.ant-btn:not(:disabled):not(.ant-btn-disabled):focus-visible,.step-action-done.ant-btn:not(:disabled):not(.ant-btn-disabled):active{color:#14532d;background:#dcfce7;border-color:#16a34a}.step-card-todo{background:linear-gradient(#fff 0%,#f7faff 100%);border-color:#d8e4ff}@keyframes stepFlowTrail{0%{opacity:0;transform:translateY(0)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translateY(330%)}}@media (max-width:768px){.main-header-inner{flex-direction:column;align-items:center}.main-header{padding:0 16px}.main-content{padding:16px}}
