.AppShell-module__zMbRJq__appShell{background:0 0;flex-direction:column;min-height:100vh;display:flex}.AppShell-module__zMbRJq__topbar{justify-content:space-between;align-items:center;height:72px;padding:0 40px;display:flex}.AppShell-module__zMbRJq__topbarLeft{align-items:center;display:flex}.AppShell-module__zMbRJq__logo{max-width:200px;transition:opacity .2s;display:flex}.AppShell-module__zMbRJq__logo:hover{opacity:.9}.AppShell-module__zMbRJq__logo img{width:100%;height:auto}.AppShell-module__zMbRJq__topbarRight{align-items:center;gap:24px;display:flex}.AppShell-module__zMbRJq__profileLink{color:#fff;border-radius:8px;align-items:center;gap:12px;padding:8px 12px;transition:opacity .2s;display:flex}.AppShell-module__zMbRJq__profileLink:hover{background:#ffffff1a}.AppShell-module__zMbRJq__avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:600;display:flex}.AppShell-module__zMbRJq__userName{font-size:15px;font-weight:500}.AppShell-module__zMbRJq__userNameSkeleton{background:linear-gradient(90deg,#ffffff1a 25%,#fff3 50%,#ffffff1a 75%) 0 0/200% 100%;border-radius:4px;width:120px;height:20px;animation:1.5s infinite AppShell-module__zMbRJq__shimmer}@keyframes AppShell-module__zMbRJq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.AppShell-module__zMbRJq__logoutButton{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:6px;padding:8px 20px;font-size:14px;font-weight:500;transition:all .2s}.AppShell-module__zMbRJq__logoutButton:hover{background:#ffffff1a;border-color:#ffffff80}.AppShell-module__zMbRJq__main{background:#f3f4f5;border-radius:16px;flex:1;margin:0 40px 20px;padding:40px;overflow-y:auto}.AppShell-module__zMbRJq__content{margin:0 auto}@media (max-width:768px){.AppShell-module__zMbRJq__topbar{padding:0 15px}.AppShell-module__zMbRJq__main{margin:0 15px 15px;padding:20px}.AppShell-module__zMbRJq__userName{display:none}}
.Card-module__tGkz1q__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px}.Card-module__tGkz1q__none{padding:0}.Card-module__tGkz1q__sm{padding:16px}.Card-module__tGkz1q__md{padding:24px}.Card-module__tGkz1q__lg{padding:32px}
.Badge-module__6EVb2G__badge{text-transform:capitalize;border-radius:100px;align-items:center;padding:4px 12px;font-size:12px;font-weight:400;line-height:1.2;display:inline-flex}.Badge-module__6EVb2G__default{color:#1c1917;background:#e7e5e4}.Badge-module__6EVb2G__success{color:#22c55e;background:#f0fdf4}.Badge-module__6EVb2G__warning{color:#f6a83b;background:#fffdef}.Badge-module__6EVb2G__error{color:#dc2626;background:#fee2e2}.Badge-module__6EVb2G__info,.Badge-module__6EVb2G__recommended{color:#3b82f6;background:#eff6ff}
.Button-module__8cr-Ka__button{white-space:nowrap;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-weight:400;transition:all .2s;display:inline-flex}.Button-module__8cr-Ka__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__8cr-Ka__sm{height:36px;padding:8px 16px;font-size:14px}.Button-module__8cr-Ka__md{height:42px;padding:10px 20px;font-size:15px}.Button-module__8cr-Ka__lg{height:48px;padding:12px 24px;font-size:16px}.Button-module__8cr-Ka__fullWidth{width:100%}.Button-module__8cr-Ka__primary{color:#0d2931;background:#efead8;border:1px solid #d1cbb6}.Button-module__8cr-Ka__primary:hover:not(:disabled){background:#ddd7c4}.Button-module__8cr-Ka__secondary{color:#fff;background:#2a3840;border:1px solid #00101a}.Button-module__8cr-Ka__secondary:hover:not(:disabled){background:#081d28;box-shadow:0 2px 8px #0b273533}.Button-module__8cr-Ka__outline{color:#1a202c;background:0 0;border:1px solid #cbd5e1}.Button-module__8cr-Ka__outline:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.Button-module__8cr-Ka__ghost{color:#64748b;background:0 0}.Button-module__8cr-Ka__ghost:hover:not(:disabled){background:#f1f5f9}
.Modal-module__sR2AWG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out Modal-module__sR2AWG__fadeIn;display:flex;position:fixed;inset:0}@keyframes Modal-module__sR2AWG__fadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__sR2AWG__modal{background:#fff;border-radius:12px;width:100%;max-height:90vh;animation:.1s ease-out Modal-module__sR2AWG__slideUp;position:relative;overflow:visible}@keyframes Modal-module__sR2AWG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Modal-module__sR2AWG__sm{max-width:400px}.Modal-module__sR2AWG__md{max-width:540px}.Modal-module__sR2AWG__lg{max-width:800px}.Modal-module__sR2AWG__closeButton{cursor:pointer;color:#0d2931;z-index:1;background:#e8e8e8;border:none;border-radius:100px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.Modal-module__sR2AWG__closeButton:hover{color:#1a202c;background:#f1f5f9}@media (max-width:640px){.Modal-module__sR2AWG__overlay{align-items:flex-end;padding:0}.Modal-module__sR2AWG__modal{border-radius:12px 12px 0 0;width:100%;max-width:100%;max-height:95vh}}
.wizard-module__LfKYxW__wizardContainer{width:100%;max-width:100%;margin:0;padding:0}.wizard-module__LfKYxW__wizardHeader{padding:0 0 1rem}.wizard-module__LfKYxW__headerTop{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.wizard-module__LfKYxW__headerLeft{flex:1}.wizard-module__LfKYxW__headerRight{align-items:center;gap:12px;padding-top:.25rem;display:flex}.wizard-module__LfKYxW__analysisName{color:var(--color-text-title);margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.wizard-module__LfKYxW__valuationDate{color:var(--color-text-body);background-color:var(--color-surface-bg);border-radius:6px;width:fit-content;margin:0;padding:.25rem .5rem;font-size:.75rem}.wizard-module__LfKYxW__analysisDescription{color:var(--color-text-body);white-space:pre-line;margin:0 0 .5rem;font-size:.9rem}.wizard-module__LfKYxW__headerInfo{align-items:center;gap:.75rem;display:flex}.wizard-module__LfKYxW__headerInfo .wizard-module__LfKYxW__separator{color:var(--color-text-muted);font-size:.75rem}.wizard-module__LfKYxW__properties{color:var(--color-text-body);background-color:var(--color-surface-bg);border-radius:6px;width:fit-content;margin:0;padding:.25rem .5rem;font-size:.75rem}.wizard-module__LfKYxW__separator{border:none;border-top:1px solid var(--color-surface-border)}.wizard-module__LfKYxW__stepperWrapper{margin:2rem 0}.wizard-module__LfKYxW__stepContent{flex-direction:column;gap:.5rem;display:flex}.wizard-module__LfKYxW__stepTitle{color:var(--color-text-title);font-size:1.5rem;font-weight:600}.wizard-module__LfKYxW__stepDescription{color:var(--color-text-body);margin-bottom:1rem;font-size:.875rem}.wizard-module__LfKYxW__form{flex-direction:column;gap:1.5rem;display:flex}.wizard-module__LfKYxW__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.wizard-module__LfKYxW__nestedCard{background:#00000005;border-color:#4a556526}.wizard-module__LfKYxW__classTitle{color:var(--color-text-title);margin-bottom:1rem;font-size:1rem;font-weight:600}.wizard-module__LfKYxW__subsectionTitle{color:var(--color-text-title);margin-top:1rem;font-size:1.125rem;font-weight:600}.wizard-module__LfKYxW__optionTitle{color:var(--color-text-title);margin-bottom:1rem;font-size:.875rem;font-weight:600}.wizard-module__LfKYxW__toggleSection{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.wizard-module__LfKYxW__actions{border-top:1px solid var(--color-surface-border);flex-wrap:wrap;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.wizard-module__LfKYxW__validationError{color:#991b1b;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:6px;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.wizard-module__LfKYxW__validationError svg{flex-shrink:0}.wizard-module__LfKYxW__spacer{flex:1}.wizard-module__LfKYxW__results{flex-direction:column;gap:2rem;display:flex}.wizard-module__LfKYxW__resultCard{background:#0e405b0d}.wizard-module__LfKYxW__resultTitle{color:var(--color-text-title);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.wizard-module__LfKYxW__resultRow{border-bottom:1px solid var(--color-surface-border);justify-content:space-between;padding:.75rem 0;display:flex}.wizard-module__LfKYxW__resultRow:last-child{border-bottom:none}.wizard-module__LfKYxW__resultLabel{color:var(--color-text-body);font-size:.875rem;font-weight:500}.wizard-module__LfKYxW__resultValue{color:var(--color-text-title);font-size:.875rem;font-weight:600}.wizard-module__LfKYxW__resultActions{justify-content:center;gap:1rem;display:flex}.wizard-module__LfKYxW__dataSourceGrid{background:#fff;border:1px solid #e7e5e4;border-radius:8px;flex-direction:column;gap:1.5rem;margin-top:0;padding:2rem;display:flex}.wizard-module__LfKYxW__boxStep{flex-direction:row;gap:1rem;display:flex}.wizard-module__LfKYxW__dataSourceCard{cursor:pointer;background:#dbeafe4d;border:1px solid #9ec5fe;flex-direction:column;flex:1.4;justify-content:center;gap:.8rem;min-height:280px;padding:2rem 2rem 2.5rem;transition:all .2s;display:flex;position:relative}.wizard-module__LfKYxW__dataSourceCard:hover{border-color:#9ec5fe;box-shadow:0 4px 12px #72cdfe26}.wizard-module__LfKYxW__dataSourceCard.wizard-module__LfKYxW__manualCard{background:#0e405b05;border-color:#e7e5e4;flex:1}.wizard-module__LfKYxW__cardBadge{position:relative}.wizard-module__LfKYxW__cardHeader{flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.wizard-module__LfKYxW__cardIcon{width:38px;height:38px;color:var(--color-primary);background:#dbeafe;border-radius:50%;justify-content:center;align-items:center;display:flex}.wizard-module__LfKYxW__cardTitle{color:var(--color-text-title);font-size:1.125rem;font-weight:400}.wizard-module__LfKYxW__cardDescription{color:var(--color-primary);width:100%;margin:0 0 1.5rem;font-size:.8rem;line-height:1.5}.wizard-module__LfKYxW__cardContent{width:100%}.wizard-module__LfKYxW__uploadSection{border-top:1px solid #9ec5fe;margin-top:2rem;padding-top:2rem}.wizard-module__LfKYxW__warrantsSection{margin-top:2rem}.wizard-module__LfKYxW__warrantsSectionTitle{color:var(--color-text-title);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.wizard-module__LfKYxW__warrantClassName{font-weight:600}.wizard-module__LfKYxW__warrantClassSubtitle{color:#94a3b8;margin-left:.5rem;font-size:.75rem}.wizard-module__LfKYxW__buttonSpacing{margin-top:1rem}.wizard-module__LfKYxW__manualCardIcon{background:#ffe5d0!important}.wizard-module__LfKYxW__loadingContainer{text-align:center;padding:40px}.wizard-module__LfKYxW__errorContainer{text-align:center;color:#ef4444;padding:40px}.wizard-module__LfKYxW__tableContainer{border:1px solid var(--color-surface-border);background:#fff;border-radius:8px;width:100%}.wizard-module__LfKYxW__inputWrapper{align-items:center;width:100%;display:flex;position:relative}.wizard-module__LfKYxW__inputPrefix{color:#64748b;pointer-events:none;z-index:1;font-size:.75rem;position:absolute;left:.5rem}.wizard-module__LfKYxW__inputSuffix{color:#64748b;pointer-events:none;z-index:1;font-size:.75rem;position:absolute;right:.5rem}.wizard-module__LfKYxW__inputWithPrefix{padding-left:1.25rem!important}.wizard-module__LfKYxW__inputWithSuffix{padding-right:1.5rem!important}.wizard-module__LfKYxW__toggleCell{justify-content:center;align-items:center;display:flex}.wizard-module__LfKYxW__deleteButton{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.25rem;line-height:1;transition:all .15s;display:flex}.wizard-module__LfKYxW__deleteButton:hover{color:#dc2626;background-color:#fee2e2}.wizard-module__LfKYxW__preferredStockTable{border-collapse:collapse;table-layout:auto;width:100%;font-size:.75rem}.wizard-module__LfKYxW__preferredStockTable thead{border-bottom:2px solid var(--color-surface-border);background-color:#f8fafc}.wizard-module__LfKYxW__preferredStockTable th{text-align:left;color:#78716c;text-transform:uppercase;white-space:nowrap;white-space:break-spaces;resize:horizontal;border-right:1px solid #e7e5e4;max-width:fit-content;padding:.5rem .375rem;font-size:.6875rem;font-weight:400}.wizard-module__LfKYxW__preferredStockTable th:last-child{border-right:none}.wizard-module__LfKYxW__preferredStockTable tbody tr{border-bottom:1px solid #f1f0ef;transition:background-color .15s}.wizard-module__LfKYxW__preferredStockTable tbody tr:hover{background-color:#fafaf9}.wizard-module__LfKYxW__preferredStockTable tbody tr:last-child{border-bottom:none}.wizard-module__LfKYxW__preferredStockTable td{vertical-align:middle;resize:horizontal;border-right:1px solid #f1f0ef;max-width:50px;padding:.375rem}.wizard-module__LfKYxW__preferredStockTable td:last-child{border-right:none}.wizard-module__LfKYxW__classColumn{resize:horizontal;min-width:150px}.wizard-module__LfKYxW__issuePriceColumn{resize:horizontal;min-width:110px}.wizard-module__LfKYxW__participationCapColumn{resize:horizontal;max-width:100px}.wizard-module__LfKYxW__fixedColumn{resize:horizontal;max-width:85px}.wizard-module__LfKYxW__participationGroup{font-weight:600;background-color:#fef3c766!important}.wizard-module__LfKYxW__preferredStockTable tbody td.wizard-module__LfKYxW__participationGroup{background-color:#fef3c740}.wizard-module__LfKYxW__dividendGroup{background-color:#dbeafe66!important}.wizard-module__LfKYxW__preferredStockTable tbody td.wizard-module__LfKYxW__dividendGroup{background-color:#dbeafe40}.wizard-module__LfKYxW__preferredStockTable .wizard-module__LfKYxW__tableInput{width:100%;color:var(--color-text-title);background:#fff;border:1px solid #e7e5e4;border-radius:4px;min-width:40px;padding:.375rem .5rem;font-size:.75rem;transition:all .15s}.wizard-module__LfKYxW__fixedLabel{color:var(--color-text-title);font-size:.75rem;font-weight:400}.wizard-module__LfKYxW__preferredStockTable .wizard-module__LfKYxW__tableInput:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #0e405b1a}.wizard-module__LfKYxW__preferredStockTable .wizard-module__LfKYxW__inputError{border-color:#ef4444;animation:.3s ease-in-out wizard-module__LfKYxW__shake}.wizard-module__LfKYxW__preferredStockTable .wizard-module__LfKYxW__inputError:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}@keyframes wizard-module__LfKYxW__shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.wizard-module__LfKYxW__preferredStockTable .wizard-module__LfKYxW__tableInput:disabled{color:#94a3b8;cursor:not-allowed;opacity:.7;background-color:#f1f5f9;border-color:#e2e8f0}.wizard-module__LfKYxW__preferredStockTable .wizard-module__LfKYxW__tableInput:disabled::placeholder{color:#cbd5e1}.wizard-module__LfKYxW__tableSelect{width:100%;color:var(--color-text-title);cursor:pointer;background:#fff;border:1px solid #e7e5e4;border-radius:4px;min-width:55px;max-width:65px;padding:.375rem .5rem;font-size:.75rem;transition:all .15s}.wizard-module__LfKYxW__tableSelect:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #0e405b1a}.wizard-module__LfKYxW__tableSelect:hover{border-color:#cbd5e1}.wizard-module__LfKYxW__tableSelect:disabled{color:#94a3b8;cursor:not-allowed;opacity:.7;background-color:#f1f5f9;border-color:#e2e8f0}.wizard-module__LfKYxW__infoButton{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:all .15s;display:flex}.wizard-module__LfKYxW__infoButton:hover{background-color:#f1f5f9}.wizard-module__LfKYxW__infoButton svg{width:16px;height:16px}.wizard-module__LfKYxW__commonEquityTable{border-collapse:collapse;width:100%;font-size:.875rem}.wizard-module__LfKYxW__commonEquityTable thead{border-bottom:2px solid var(--color-surface-border);background-color:#f8fafc}.wizard-module__LfKYxW__commonEquityTable th{text-align:left;color:var(--color-text-title);white-space:nowrap;border-right:1px solid #e7e5e4;padding:.875rem 1rem;font-size:.8125rem;font-weight:600}.wizard-module__LfKYxW__commonEquityTable th:last-child{border-right:none}.wizard-module__LfKYxW__commonEquityTable tbody tr{border-bottom:1px solid #f1f0ef;transition:background-color .15s}.wizard-module__LfKYxW__commonEquityTable tbody tr:hover{background-color:#fafaf9}.wizard-module__LfKYxW__commonEquityTable tbody tr:last-child{border-bottom:none}.wizard-module__LfKYxW__commonEquityTable td{vertical-align:middle;border-right:1px solid #f1f0ef;padding:.75rem 1rem}.wizard-module__LfKYxW__commonEquityTable td:last-child{border-right:none}.wizard-module__LfKYxW__labelCell{color:var(--color-text-title);min-width:180px;font-size:.875rem;font-weight:600}.wizard-module__LfKYxW__commonEquityTable .wizard-module__LfKYxW__inputWrapper{max-width:200px}.wizard-module__LfKYxW__commonEquityTable .wizard-module__LfKYxW__inputPrefix{font-size:.875rem;left:.75rem}.wizard-module__LfKYxW__commonEquityTable .wizard-module__LfKYxW__inputWithPrefix{padding-left:2rem!important}.wizard-module__LfKYxW__commonEquityTable .wizard-module__LfKYxW__tableInput{width:100%;max-width:200px;color:var(--color-text-title);background:#fff;border:1px solid #e7e5e4;border-radius:6px;padding:.625rem .75rem;font-size:.875rem;transition:all .15s}.wizard-module__LfKYxW__commonEquityTable .wizard-module__LfKYxW__tableInput:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #0e405b1a}.wizard-module__LfKYxW__commonEquityTable .wizard-module__LfKYxW__tableInput:disabled{color:#94a3b8;cursor:not-allowed;opacity:.7;background-color:#f1f5f9;border-color:#e2e8f0}.wizard-module__LfKYxW__commonEquityTable .wizard-module__LfKYxW__tableInput:disabled::placeholder{color:#cbd5e1}.wizard-module__LfKYxW__commonEquityTable .wizard-module__LfKYxW__deleteButton{width:28px;height:28px;font-size:1.5rem}@media (max-width:1200px){.wizard-module__LfKYxW__tableContainer{overflow-x:scroll}}.wizard-module__LfKYxW__fieldWrapper{flex-direction:column;display:flex}.wizard-module__LfKYxW__fieldLabel{color:var(--color-text-title);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.wizard-module__LfKYxW__fieldInput{width:100%;color:var(--color-text-title);background:#fff;border:1px solid #e7e5e4;border-radius:6px;padding:.625rem .75rem;font-size:.875rem;transition:all .15s}.wizard-module__LfKYxW__fieldInput:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #0e405b1a}.wizard-module__LfKYxW__fieldInput:disabled{color:#94a3b8;cursor:not-allowed;opacity:.7;background-color:#f1f5f9;border-color:#e2e8f0}.wizard-module__LfKYxW__fieldHelperText{color:#64748b;margin-top:.25rem;font-size:.75rem}.wizard-module__LfKYxW__runBreakpointEngineContainer{align-items:center;gap:1rem;display:flex}.wizard-module__LfKYxW__runBreakpointEngineButton{gap:.5rem;color:#fff!important;background-color:#1b6e9a!important;border-color:#13587c!important;padding:1.5rem 2rem!important}.wizard-module__LfKYxW__dateInputWrapper{width:100%;display:inline-block;position:relative}.wizard-module__LfKYxW__dateInputWithIcon{padding-right:36px}.wizard-module__LfKYxW__dateInputHidden{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.wizard-module__LfKYxW__dateInputCalendarButton{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:16px;transition:opacity .2s,color .2s;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.wizard-module__LfKYxW__dateInputCalendarButton:hover:not(:disabled){opacity:.7;color:#0b2735}.wizard-module__LfKYxW__dateInputCalendarButton:disabled{opacity:.5;cursor:not-allowed}.wizard-module__LfKYxW__accordionSaveActions{justify-content:flex-end;align-items:center;gap:1rem;margin-top:1rem;display:flex}.wizard-module__LfKYxW__saveSuccessMessage{color:#10b981;font-size:14px;font-weight:500}.wizard-module__LfKYxW__plotContainer{width:100%;height:500px}.wizard-module__LfKYxW__breakpointSection{flex-direction:column;gap:2rem;display:flex}.wizard-module__LfKYxW__breakpointActions{gap:1rem;margin-top:1rem;display:flex}.wizard-module__LfKYxW__breakpointColumns{flex-wrap:wrap;gap:2rem;display:flex}.wizard-module__LfKYxW__breakpointColumn{background:#f8fafc;border:1px solid #e7e5e4;border-radius:8px;flex:1;min-width:300px;padding:1.5rem}.wizard-module__LfKYxW__breakpointColumnTitle{color:var(--color-text-title);margin-top:0;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.wizard-module__LfKYxW__breakpointTable{border-collapse:collapse;width:100%;font-size:.875rem}.wizard-module__LfKYxW__breakpointTable thead{border-bottom:1px solid var(--color-surface-border)}.wizard-module__LfKYxW__breakpointTable thead th{text-align:left;color:var(--color-text-title);text-transform:uppercase;padding:.75rem 1rem;font-size:.75rem;font-weight:300}.wizard-module__LfKYxW__breakpointTable tbody tr{border-bottom:1px solid #f1f0ef}.wizard-module__LfKYxW__breakpointTable tbody tr:last-child{border-bottom:none}.wizard-module__LfKYxW__breakpointTable tbody td{color:var(--color-text-body);padding:.75rem 1rem}.wizard-module__LfKYxW__missingDataMessage{color:#991b1b;text-align:center;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:6px;padding:1rem;font-size:.875rem}.wizard-module__LfKYxW__exampleDataMessage{color:#1e40af;text-align:center;background-color:#3b82f61a;border:1px solid #3b82f64d;border-radius:6px;padding:1rem;font-size:.875rem}.wizard-module__LfKYxW__resultsActions{border-top:1px solid #e5e5e5;justify-content:space-between;align-items:center;margin-top:24px;padding-top:24px;display:flex}.wizard-module__LfKYxW__downloadButton{display:flex}.wizard-module__LfKYxW__downloadButton:hover{background-color:#f5f5f5;border-color:#d4d4d4}.wizard-module__LfKYxW__downloadButton svg{flex-shrink:0}.wizard-module__LfKYxW__downloadButton svg path{stroke:#171717}.wizard-module__LfKYxW__downloadButtonPrimary{color:#fff;cursor:pointer;background-color:#171717;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.wizard-module__LfKYxW__downloadButtonPrimary:hover{background-color:#404040}.wizard-module__LfKYxW__downloadButtonPrimary svg{flex-shrink:0}.wizard-module__LfKYxW__downloadButtonPrimary svg path{stroke:#fff}
.AddWarrantModal-module__4TH2aa__content{padding:40px 20px}.AddWarrantModal-module__4TH2aa__header{margin-bottom:32px}.AddWarrantModal-module__4TH2aa__title{color:#1a202c;text-align:center;margin-bottom:8px;font-size:24px;font-weight:600}.AddWarrantModal-module__4TH2aa__subtitle{color:#64748b;text-align:center;font-size:15px;line-height:1.5}.AddWarrantModal-module__4TH2aa__classNameCell{flex-direction:column;gap:4px;display:flex}.AddWarrantModal-module__4TH2aa__className{color:var(--color-text-title);font-size:.875rem;font-weight:600}.AddWarrantModal-module__4TH2aa__classSubtitle{color:#94a3b8;font-size:.75rem}.AddWarrantModal-module__4TH2aa__actions{justify-content:space-between;gap:12px;margin-top:12px;display:flex}@media (max-width:640px){.AddWarrantModal-module__4TH2aa__content{padding:32px 24px}.AddWarrantModal-module__4TH2aa__actions{flex-direction:column-reverse}.AddWarrantModal-module__4TH2aa__actions button{width:100%}}
.AIInfoModal-module__zMWzzG__content{padding:40px 20px}.AIInfoModal-module__zMWzzG__header{margin-bottom:24px}.AIInfoModal-module__zMWzzG__title{color:#1a202c;margin-bottom:8px;font-size:20px;font-weight:600}.AIInfoModal-module__zMWzzG__subtitle{color:#64748b;font-size:14px;line-height:1.5}.AIInfoModal-module__zMWzzG__infoSection{background-color:#f8fafc;border:1px solid #e7e5e4;border-radius:8px;margin-bottom:24px;padding:20px}.AIInfoModal-module__zMWzzG__placeholder{color:#64748b;margin-bottom:12px;font-size:14px;font-style:italic}.AIInfoModal-module__zMWzzG__infoList{margin:0;padding-left:24px;list-style:outside}.AIInfoModal-module__zMWzzG__infoList li{color:#475569;margin-bottom:8px;font-size:14px}.AIInfoModal-module__zMWzzG__actions{justify-content:flex-end;gap:12px;display:flex}@media (max-width:640px){.AIInfoModal-module__zMWzzG__content{padding:32px 20px}}
.Accordion-module__GUz6Da__accordion{border:1px solid var(--color-surface-border);background:#fff;border-radius:8px;margin-bottom:1rem;overflow:hidden}.Accordion-module__GUz6Da__header{cursor:pointer;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;transition:background-color .15s;display:flex}.Accordion-module__GUz6Da__header:hover{background-color:#fafaf9}.Accordion-module__GUz6Da__header.Accordion-module__GUz6Da__open{border-bottom:1px solid var(--color-surface-border)}.Accordion-module__GUz6Da__headerLeft{align-items:center;gap:.75rem;display:flex}.Accordion-module__GUz6Da__completionIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Accordion-module__GUz6Da__title{color:var(--color-text-title);margin:0;font-size:1rem;font-weight:600}.Accordion-module__GUz6Da__chevron{color:#64748b;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Accordion-module__GUz6Da__content{background:#fff;padding:1.5rem}
.Tag-module__3UiR2G__tag{white-space:nowrap;border-radius:3px;align-items:center;gap:10px;padding:3px 7px;font-size:12px;font-weight:400;line-height:1.2;display:inline-flex}.Tag-module__3UiR2G__default{color:#4b5563;background:#f3f4f6;border:1px solid #e5e7eb}.Tag-module__3UiR2G__primary{color:#3b82f6;background:#eff6ff;border:1px solid #bfdbfe}.Tag-module__3UiR2G__secondary{color:#22c55e;background:#f0fdf4;border:1px solid #bbf7d0}
.LoadingOverlay-module__3RFrNq__loadingOverlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.LoadingOverlay-module__3RFrNq__loadingContent{flex-direction:column;align-items:center;gap:16px;display:flex}.LoadingOverlay-module__3RFrNq__spinner{border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite LoadingOverlay-module__3RFrNq__spin}@keyframes LoadingOverlay-module__3RFrNq__spin{to{transform:rotate(360deg)}}.LoadingOverlay-module__3RFrNq__loadingText{color:#6b7280;font-size:14px;font-weight:500}
.DropdownMenu-module__MRhQ7q__container{display:inline-block;position:relative}.DropdownMenu-module__MRhQ7q__trigger{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.DropdownMenu-module__MRhQ7q__trigger:hover{background-color:#0000000d}.DropdownMenu-module__MRhQ7q__dropdown{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:180px;padding:4px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.DropdownMenu-module__MRhQ7q__item{cursor:pointer;color:#374151;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:12px;width:100%;padding:10px 12px;font-size:14px;transition:background-color .2s;display:flex}.DropdownMenu-module__MRhQ7q__item:hover{background-color:#f3f4f6}.DropdownMenu-module__MRhQ7q__item.DropdownMenu-module__MRhQ7q__danger{color:#dc2626}.DropdownMenu-module__MRhQ7q__item.DropdownMenu-module__MRhQ7q__danger:hover{background-color:#fee2e2}.DropdownMenu-module__MRhQ7q__icon{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.DropdownMenu-module__MRhQ7q__label{flex:1}
.ConfirmModal-module__fKnKKa__content{padding:40px 20px}.ConfirmModal-module__fKnKKa__header{text-align:center;margin-bottom:32px}.ConfirmModal-module__fKnKKa__title{color:#1a202c;margin:0 0 12px;font-size:24px;font-weight:600}.ConfirmModal-module__fKnKKa__message{color:#64748b;margin:0;font-size:15px;line-height:1.5}.ConfirmModal-module__fKnKKa__note{color:#fff;background:#f4ad28;border-radius:4px;place-self:center;width:fit-content;margin-top:12px;padding:2px 10px;font-size:12px;line-height:1.5}.ConfirmModal-module__fKnKKa__error{color:#dc2626;background-color:#fee2e2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:14px;line-height:1.5}.ConfirmModal-module__fKnKKa__actions{justify-content:space-between;gap:12px;display:flex}.ConfirmModal-module__fKnKKa__dangerButton{color:#fff!important;background-color:#dc2626!important;border-color:#dc2626!important}.ConfirmModal-module__fKnKKa__dangerButton:hover{background-color:#b91c1c!important}@media (max-width:640px){.ConfirmModal-module__fKnKKa__content{padding:32px 24px}.ConfirmModal-module__fKnKKa__actions{flex-direction:column-reverse}.ConfirmModal-module__fKnKKa__actions button{width:100%}}
.shared-page-module__qQmQmW__container{flex-direction:column;gap:32px;display:flex}.shared-page-module__qQmQmW__header{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:8px;display:flex}.shared-page-module__qQmQmW__title{color:#1a202c;letter-spacing:-.5px;margin-bottom:8px;font-size:22px;font-weight:600}.shared-page-module__qQmQmW__titleSkeleton{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:6px;width:220px;height:25px;margin-bottom:8px;animation:1.5s infinite shared-page-module__qQmQmW__shimmer}@keyframes shared-page-module__qQmQmW__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shared-page-module__qQmQmW__subtitle{color:#64748b;font-size:16px;font-weight:400;line-height:1.5}.shared-page-module__qQmQmW__actions{align-items:center;gap:12px;display:flex}.shared-page-module__qQmQmW__tableHeader{background:#fff;border-bottom:1px solid #e2e8f0;border-radius:12px 12px 0 0;padding:24px 32px}.shared-page-module__qQmQmW__tableTitle{color:#1a202c;letter-spacing:-.3px;font-size:20px;font-weight:600}
.auth-module__uh9QMa__container{background:#fafaf9 url(/images/loginbck.svg) 50%/cover no-repeat;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.auth-module__uh9QMa__container:before{content:"";pointer-events:none;opacity:.05;z-index:-1;background-image:url(/images/noise-bg.png);background-repeat:repeat;width:100%;height:100%;position:fixed;top:0;left:0}.auth-module__uh9QMa__card{width:100%;max-width:540px;padding:40px 30px}.auth-module__uh9QMa__header{text-align:center;margin-bottom:32px}.auth-module__uh9QMa__logo{margin-bottom:24px}.auth-module__uh9QMa__title{color:#1a202c;margin-bottom:8px;font-size:32px}.auth-module__uh9QMa__subtitle{color:#64748b;font-size:15px;line-height:1.5}.auth-module__uh9QMa__form{flex-direction:column;gap:20px;display:flex}.auth-module__uh9QMa__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.auth-module__uh9QMa__error{color:#dc2626;background:#fee2e2;border:1px solid #dc2626;border-radius:8px;padding:12px 16px;font-size:14px}.auth-module__uh9QMa__actions{justify-content:space-between;display:flex}.auth-module__uh9QMa__link{color:#0b2735;font-size:14px;font-weight:500;transition:opacity .2s}.auth-module__uh9QMa__link:hover{opacity:.7}.auth-module__uh9QMa__footer{text-align:center;color:#64748b;margin-top:32px;font-size:14px}.auth-module__uh9QMa__successContent{text-align:center;flex-direction:column;gap:24px;display:flex}.auth-module__uh9QMa__iconWrapper{justify-content:center;margin-bottom:8px;display:flex}.auth-module__uh9QMa__checkIcon{width:64px;height:64px}.auth-module__uh9QMa__message{color:#64748b;margin-bottom:8px;font-size:15px;line-height:1.6}@media (max-width:640px){.auth-module__uh9QMa__container{padding:1rem}.auth-module__uh9QMa__card{padding:32px 24px}.auth-module__uh9QMa__row{grid-template-columns:1fr}}
.profile-module__3PkVZa__container{flex-direction:column;gap:2rem;max-width:800px;display:flex}.profile-module__3PkVZa__title{margin-bottom:.5rem;font-size:2rem;font-weight:600}.profile-module__3PkVZa__sectionTitle{color:var(--color-text-title);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.profile-module__3PkVZa__form{flex-direction:column;gap:1.25rem;display:flex}.profile-module__3PkVZa__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.profile-module__3PkVZa__actions{justify-content:flex-end;padding-top:1rem;display:flex}.profile-module__3PkVZa__select label{color:#1a202c;letter-spacing:.1px;font-size:14px;font-weight:300}.profile-module__3PkVZa__select select{color:#1a202c;background:#f5f5f4;border:1px solid #e7e5e4;border-radius:8px;width:100%;height:44px;padding:11px 14px;font-size:15px;transition:all .2s}
.LoadingModal-module__o8OcxW__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.LoadingModal-module__o8OcxW__modal{text-align:center;background:#fff;border-radius:12px;width:90%;max-width:400px;padding:3rem 2rem;animation:.2s ease-out LoadingModal-module__o8OcxW__slideIn;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes LoadingModal-module__o8OcxW__slideIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.LoadingModal-module__o8OcxW__spinner{width:60px;height:60px;margin:0 auto 1.5rem;position:relative}.LoadingModal-module__o8OcxW__spinnerRing{border:4px solid #e7e5e4;border-top-color:var(--color-primary);border-radius:50%;width:100%;height:100%;animation:.8s linear infinite LoadingModal-module__o8OcxW__spin}@keyframes LoadingModal-module__o8OcxW__spin{to{transform:rotate(360deg)}}.LoadingModal-module__o8OcxW__title{color:var(--color-text-title);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.LoadingModal-module__o8OcxW__message{color:var(--color-text-body);margin:0;font-size:.875rem;line-height:1.5}
.RenameModal-module__QLj5ua__content{padding:40px 20px}.RenameModal-module__QLj5ua__header{margin-bottom:32px}.RenameModal-module__QLj5ua__title{color:#1a202c;text-align:center;margin:0;font-size:24px;font-weight:600}.RenameModal-module__QLj5ua__form{flex-direction:column;gap:20px;display:flex}.RenameModal-module__QLj5ua__actions{justify-content:space-between;gap:12px;margin-top:12px;display:flex}@media (max-width:640px){.RenameModal-module__QLj5ua__content{padding:32px 24px}.RenameModal-module__QLj5ua__actions{flex-direction:column-reverse}.RenameModal-module__QLj5ua__actions button{width:100%}}
.terms-module__MHYekq__card{max-width:680px}.terms-module__MHYekq__content,.terms-module__MHYekq__section{margin-bottom:2rem}.terms-module__MHYekq__sectionTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.terms-module__MHYekq__sectionText{color:#64748b;margin-bottom:.75rem;font-size:.9375rem;line-height:1.6}.terms-module__MHYekq__disclaimer{color:#475569;margin-bottom:.75rem;font-size:.9375rem;font-weight:600;line-height:1.6}.terms-module__MHYekq__numberedList{color:#64748b;margin-bottom:1rem;padding-left:1.5rem;font-size:.9375rem;line-height:1.6;list-style-type:decimal}.terms-module__MHYekq__letteredList{color:#64748b;margin-bottom:1rem;padding-left:1.5rem;font-size:.9375rem;line-height:1.6;list-style-type:lower-alpha}.terms-module__MHYekq__listItem{margin-bottom:.5rem;padding-left:.25rem}.terms-module__MHYekq__subSection{margin-bottom:.25rem}.terms-module__MHYekq__contactInfo{margin-top:.5rem}.terms-module__MHYekq__contactInfo .terms-module__MHYekq__sectionText{margin-bottom:.25rem}.terms-module__MHYekq__footer{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.terms-module__MHYekq__link{color:#6366f1;text-decoration:none}.terms-module__MHYekq__link:hover{text-decoration:underline}
