.page-module__C965bG__container{background:var(--bg-app);max-width:1800px;min-height:100vh;margin:0 auto;padding:2.5rem;transition:all .5s cubic-bezier(.4,0,.2,1)}.page-module__C965bG__loading,.page-module__C965bG__error{min-height:80vh;color:var(--text-secondary,#9ca3af);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;font-size:1.25rem;display:flex}.page-module__C965bG__header{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;display:flex;position:relative}.page-module__C965bG__headerTop{justify-content:space-between;align-items:center;display:flex}.page-module__C965bG__backBtn{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-sm,4px);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;align-items:center;gap:.625rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.page-module__C965bG__backBtn:hover{background:var(--bg-hover);color:var(--color-brand-primary);border-color:var(--color-brand-primary);transform:translate(-5px)}.page-module__C965bG__headerContent{justify-content:space-between;align-items:center;gap:2.5rem;display:flex}.page-module__C965bG__headerLeft{align-items:center;gap:2rem;display:flex}.page-module__C965bG__dashboardImage{-o-object-fit:cover;object-fit:cover;border:3px solid #ffc1074d;border-radius:20px;width:80px;height:80px;transition:all .3s;box-shadow:0 8px 32px #ffc10726}.page-module__C965bG__dashboardImage:hover{border-color:#ffc107;transform:scale(1.05)rotate(-2deg);box-shadow:0 12px 40px #ffc10740}.page-module__C965bG__title{color:var(--text-primary);letter-spacing:-.03em;background:linear-gradient(135deg,var(--text-primary)0%,var(--text-muted)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.5rem;font-weight:800}.page-module__C965bG__description{color:var(--text-secondary,#9ca3af);max-width:600px;margin:.5rem 0 0;font-size:1.125rem;line-height:1.6}.page-module__C965bG__editModeActions{gap:1rem;display:flex}.page-module__C965bG__editToggleBtn,.page-module__C965bG__saveBtn,.page-module__C965bG__cancelBtn{cursor:pointer;border-radius:12px;align-items:center;gap:.625rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.page-module__C965bG__editToggleBtn{border:1px solid var(--color-brand-primary);color:var(--color-brand-primary);text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm,4px);background:#e0aa3e14;padding:.625rem 1.25rem;font-size:.75rem}.page-module__C965bG__editToggleBtn:hover{background:var(--color-brand-primary);color:var(--text-on-brand);transform:translateY(-1px);box-shadow:0 4px 12px #e0aa3e4d}.page-module__C965bG__saveBtn{background:var(--color-brand-primary);color:var(--text-on-brand);text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm,4px);border:none;padding:.625rem 1.25rem;font-size:.75rem;box-shadow:0 4px 6px #0003}.page-module__C965bG__saveBtn:hover{background:var(--color-brand-hover);transform:translateY(-1px);box-shadow:0 6px 12px #0000004d}.page-module__C965bG__cancelBtn{background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-secondary)}.page-module__C965bG__cancelBtn:hover{color:#ef4444;background:#fef2f2;border-color:#f87171}.page-module__C965bG__editModeActive{background:var(--bg-app)}.page-module__C965bG__gridWrapper{min-height:600px;padding:10px;position:relative}.react-grid-placeholder{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:.6!important;z-index:1!important;background:linear-gradient(135deg,#ffc10726,#ff98000d)!important;border:2px dashed #ffc1074d!important;border-radius:16px!important}.react-resizable-handle{opacity:0;z-index:10;transition:all .2s cubic-bezier(.4,0,.2,1);background:0 0!important}.page-module__C965bG__editModeActive .react-resizable-handle{opacity:.4}.react-resizable-handle:after{content:"";background-color:#ffc107;border-radius:50%;transition:all .2s;position:absolute}.react-resizable-handle:hover:after{background-color:#ffd54f;transform:scale(1.5);box-shadow:0 0 10px #ffc10780}.page-module__C965bG__editModeActive .react-resizable-handle:hover{opacity:1}.react-resizable-handle-e{margin-top:-10px;top:50%;right:5px}.react-resizable-handle-e:after{border-radius:2px;width:4px;height:20px}.react-resizable-handle-w{margin-top:-10px;top:50%;left:5px}.react-resizable-handle-w:after{border-radius:2px;width:4px;height:20px}.react-resizable-handle-s{margin-left:-10px;bottom:5px;left:50%}.react-resizable-handle-s:after{border-radius:2px;width:20px;height:4px}.react-resizable-handle-n{margin-left:-10px;top:5px;left:50%}.react-resizable-handle-n:after{border-radius:2px;width:20px;height:4px}:is(.react-resizable-handle-se,.react-resizable-handle-sw,.react-resizable-handle-ne,.react-resizable-handle-nw){width:12px;height:12px}:is(.react-resizable-handle-se:after,.react-resizable-handle-sw:after,.react-resizable-handle-ne:after,.react-resizable-handle-nw:after){width:8px;height:8px}.react-resizable-handle-se{cursor:se-resize;bottom:5px;right:5px}.react-resizable-handle-sw{cursor:sw-resize;bottom:5px;left:5px}.react-resizable-handle-ne{cursor:ne-resize;top:5px;right:5px}.react-resizable-handle-nw{cursor:nw-resize;top:5px;left:5px}.page-module__C965bG__headerActions{align-items:center;gap:1.25rem;display:flex}.page-module__C965bG__iconBtn{background:var(--bg-surface);width:44px;height:44px;color:var(--text-secondary);border:1px solid var(--border-subtle);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.page-module__C965bG__iconBtn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--color-brand-primary);color:var(--color-brand-primary);transform:rotate(30deg)}.page-module__C965bG__iconBtn:disabled{opacity:.3;cursor:not-allowed}.page-module__C965bG__spinning{animation:1s linear infinite page-module__C965bG__spin}@keyframes page-module__C965bG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__C965bG__addCardBtn{background:var(--color-brand-primary);color:var(--text-on-brand);border-radius:var(--radius-sm,4px);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;align-items:center;gap:.75rem;padding:.625rem 1.5rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.page-module__C965bG__addCardBtn:hover:not(:disabled){background:var(--color-brand-hover);transform:translateY(-1px);box-shadow:0 4px 12px #0003}.page-module__C965bG__addCardBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.page-module__C965bG__cardsGrid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;display:grid}.page-module__C965bG__emptyState{text-align:center;background:var(--bg-surface,#1f1f1f);border:2px dashed var(--border-subtle,#333);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.page-module__C965bG__emptyIcon{margin-bottom:1rem;font-size:4rem}.page-module__C965bG__emptyTitle{color:var(--text-primary,#e5e7eb);margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.page-module__C965bG__emptyText{color:var(--text-secondary,#9ca3af);max-width:400px;margin:0 0 2rem;font-size:.9375rem}.page-module__C965bG__dialogOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;animation:.2s page-module__C965bG__fadeIn;display:flex;position:fixed;inset:0}.page-module__C965bG__dialogContent{background:var(--bg-surface,#1f1f1f);border:1px solid var(--border-subtle,#333);border-radius:12px;width:90%;max-width:700px;max-height:90vh;animation:.3s page-module__C965bG__slideUp;overflow-y:auto;box-shadow:0 20px 60px #00000080}.page-module__C965bG__dialogHeader{border-bottom:1px solid var(--border-subtle,#333);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module__C965bG__dialogTitle{color:var(--text-primary,#e5e7eb);margin:0;font-size:1.25rem;font-weight:600}.page-module__C965bG__closeBtn{color:var(--text-secondary,#9ca3af);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;transition:all .2s;display:flex}.page-module__C965bG__closeBtn:hover{color:var(--text-primary,#e5e7eb);background:#ffffff1a}@keyframes page-module__C965bG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes page-module__C965bG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.page-module__C965bG__container{padding:1rem}.page-module__C965bG__headerContent{flex-direction:column}.page-module__C965bG__cardsGrid{grid-template-columns:1fr}}
.ChartCard-module__LJaxgW__card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md,4px);flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.ChartCard-module__LJaxgW__card:hover{border-color:var(--color-brand-primary);transform:translateY(-4px);box-shadow:0 20px 40px -10px #0000001a,0 0 20px #e0aa3e0d}.ChartCard-module__LJaxgW__editMode{background:#ffc1070d;border:2px dashed #ffc107}.ChartCard-module__LJaxgW__cardHeader{background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ChartCard-module__LJaxgW__cardHeaderMain{align-items:center;gap:1rem;display:flex}.ChartCard-module__LJaxgW__dragHandle{cursor:grab;color:var(--text-secondary,#9ca3af);transition:all .3s}.ChartCard-module__LJaxgW__dragHandle:hover{color:#ffc107;transform:scale(1.1)}.ChartCard-module__LJaxgW__dragHandle:active{cursor:grabbing}.ChartCard-module__LJaxgW__cardTitleContainer{flex-direction:column;gap:.125rem;display:flex}.ChartCard-module__LJaxgW__cardTitle{align-items:center;gap:.75rem;display:flex}.ChartCard-module__LJaxgW__cardTitle h3{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.125rem;font-weight:700}.ChartCard-module__LJaxgW__cardQuestion{color:var(--text-secondary,#9ca3af);opacity:.7;margin:0;font-size:.8125rem;font-style:italic}.ChartCard-module__LJaxgW__chartIcon{filter:drop-shadow(0 0 8px #ffc1074d);font-size:1.5rem}.ChartCard-module__LJaxgW__cardActions{align-items:center;gap:.75rem;display:flex}.ChartCard-module__LJaxgW__iconBtn,.ChartCard-module__LJaxgW__deleteBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-sm,4px);cursor:pointer;width:32px;height:32px;color:var(--text-secondary);background:0 0;justify-content:center;align-items:center;transition:all .2s;display:flex}.ChartCard-module__LJaxgW__iconBtn:hover{color:#ffc107;background:#ffc1071a;border-color:#ffc107}.ChartCard-module__LJaxgW__deleteBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444}.ChartCard-module__LJaxgW__cardDescription{color:var(--text-secondary,#9ca3af);margin:0 0 1rem;font-size:.875rem;line-height:1.5}.ChartCard-module__LJaxgW__chartContainer{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-sm,4px);justify-content:center;align-items:center;min-height:260px;padding:.75rem;display:flex}.ChartCard-module__LJaxgW__chartPlaceholder{text-align:center;color:var(--text-muted,#6b7280)}.ChartCard-module__LJaxgW__placeholderIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.ChartCard-module__LJaxgW__placeholderText{color:var(--text-secondary,#9ca3af);margin:0 0 .5rem;font-size:1rem;font-weight:600}.ChartCard-module__LJaxgW__placeholderHint{color:var(--text-muted,#6b7280);margin:0;font-size:.8125rem}.ChartCard-module__LJaxgW__cardFooter{border-top:1px solid var(--border-subtle,#333);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.ChartCard-module__LJaxgW__chartType{color:var(--color-brand-primary);border-radius:var(--radius-sm,4px);text-transform:uppercase;letter-spacing:.05em;background:#e0aa3e1a;align-items:center;padding:.25rem .5rem;font-size:.625rem;font-weight:700;display:inline-flex}.ChartCard-module__LJaxgW__dialogOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;animation:.2s ChartCard-module__LJaxgW__fadeIn;display:flex;position:fixed;inset:0}.ChartCard-module__LJaxgW__dialogContent{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md,4px);width:90%;max-width:400px;padding:1.5rem;animation:.3s ease-out ChartCard-module__LJaxgW__slideUp;box-shadow:0 20px 60px #00000080}.ChartCard-module__LJaxgW__dialogTitle{color:var(--text-primary,#e5e7eb);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.ChartCard-module__LJaxgW__dialogText{color:var(--text-secondary,#9ca3af);margin:0 0 1.5rem;font-size:.875rem;line-height:1.6}.ChartCard-module__LJaxgW__dialogText strong{color:var(--text-primary,#e5e7eb)}.ChartCard-module__LJaxgW__dialogActions{gap:.75rem;display:flex}.ChartCard-module__LJaxgW__cancelBtn{color:var(--text-secondary,#9ca3af);border:1px solid var(--border-subtle,#333);cursor:pointer;background:0 0;border-radius:6px;flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.ChartCard-module__LJaxgW__cancelBtn:hover{border-color:var(--text-secondary,#9ca3af);background:#ffffff0d}.ChartCard-module__LJaxgW__confirmDeleteBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.ChartCard-module__LJaxgW__confirmDeleteBtn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.ChartCard-module__LJaxgW__confirmDeleteBtn:disabled,.ChartCard-module__LJaxgW__cancelBtn:disabled{opacity:.5;cursor:not-allowed}@keyframes ChartCard-module__LJaxgW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ChartCard-module__LJaxgW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChartCard-module__LJaxgW__maximizeOverlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:99999;background:#000000f2;justify-content:center;align-items:center;width:100vw;height:100vh;padding:0;animation:.3s ease-out ChartCard-module__LJaxgW__fadeIn;display:flex;position:fixed;top:0;left:0}.ChartCard-module__LJaxgW__maximizeContent{background:var(--bg-app);border:1px solid var(--border-subtle);border-radius:var(--radius-md,4px);flex-direction:column;width:95vw;height:94vh;animation:.4s cubic-bezier(.34,1.56,.64,1) ChartCard-module__LJaxgW__popIn;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px #0009}[data-theme=light] .ChartCard-module__LJaxgW__maximizeContent{border-color:#cbd5e1;box-shadow:0 20px 60px #0000001a}@keyframes ChartCard-module__LJaxgW__popIn{0%{opacity:0;transform:scale(.9)translateY(40px)}to{opacity:1;transform:scale(1)translateY(0)}}.ChartCard-module__LJaxgW__maximizeHeader{background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:2rem 3rem;display:flex}.ChartCard-module__LJaxgW__maximizeTitle{align-items:center;gap:1.5rem;display:flex}.ChartCard-module__LJaxgW__maximizeTitle h2{color:var(--text-primary);letter-spacing:-.02em;background:linear-gradient(135deg,var(--text-primary)0%,var(--color-brand-primary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.25rem;font-weight:800}.ChartCard-module__LJaxgW__maximizeSubtitle{color:#9ca3af;opacity:.8;margin:.25rem 0 0;font-size:1rem;font-style:italic}.ChartCard-module__LJaxgW__closeMaximizeBtn{color:#ef4444;cursor:pointer;border-radius:var(--radius-sm,4px);background:#ef44441a;border:1px solid #ef44444d;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}[data-theme=light] .ChartCard-module__LJaxgW__closeMaximizeBtn{background:#fef2f2;border-color:#fecaca}.ChartCard-module__LJaxgW__closeMaximizeBtn:hover{color:#fff;background:#ef4444;transform:rotate(90deg)scale(1.1);box-shadow:0 0 20px #ef444466}.ChartCard-module__LJaxgW__maximizeChart{background:radial-gradient(circle,#ffc10708 0%,#0000 70%);flex-direction:column;flex:1;min-height:0;padding:2rem;display:flex}.ChartCard-module__LJaxgW__maximizeChart>div{flex:1;min-height:0;width:100%!important;height:100%!important}.ChartCard-module__LJaxgW__maximizeFooter{background:#ffffff05;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex}.ChartCard-module__LJaxgW__metaBadge{border-radius:var(--radius-sm,4px);background:#e0aa3e1a;border:1px solid #e0aa3e33;align-items:center;gap:.5rem;padding:.375rem .75rem;display:flex}.ChartCard-module__LJaxgW__metaLabel{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:600}.ChartCard-module__LJaxgW__metaValue{color:#ffc107;font-size:.875rem;font-weight:700}.ChartCard-module__LJaxgW__maximizeActions{gap:1rem;display:flex}.ChartCard-module__LJaxgW__secondaryActionBtn{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-sm,4px);text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);cursor:pointer;justify-content:center;align-items:center;gap:.75rem;padding:.625rem 1.5rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.ChartCard-module__LJaxgW__secondaryActionBtn:hover{background:var(--bg-hover);transform:translateY(-1px)}.ChartCard-module__LJaxgW__closeActionBtn{background:var(--color-brand-primary);color:var(--text-on-brand);border-radius:var(--radius-sm,4px);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.75rem;padding:.625rem 1.5rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 6px #0003}.ChartCard-module__LJaxgW__closeActionBtn:hover{background:var(--color-brand-hover);transform:translateY(-1px);box-shadow:0 6px 12px #0000004d}.ChartCard-module__LJaxgW__exportDropdown{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1c1c1cfa;border:1px solid #e0aa3e40;border-radius:10px;min-width:180px;animation:.2s ease-out ChartCard-module__LJaxgW__slideUp;position:absolute;bottom:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 12px 40px #0009}.ChartCard-module__LJaxgW__exportDropdownItem{width:100%;color:var(--text-primary,#e5e7eb);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:12px 16px;font-size:.8125rem;font-weight:600;transition:all .15s;display:flex}.ChartCard-module__LJaxgW__exportDropdownItem:not(:last-child){border-bottom:1px solid #ffffff0f}.ChartCard-module__LJaxgW__exportDropdownItem:hover{color:#ffc107;background:#e0aa3e1f}.ChartCard-module__LJaxgW__exportDropdownItem svg{color:#e0aa3e;flex-shrink:0}.ChartCard-module__LJaxgW__formGroup{margin-bottom:1rem}.ChartCard-module__LJaxgW__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ChartCard-module__LJaxgW__label{color:var(--text-primary,#e5e7eb);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.ChartCard-module__LJaxgW__reorderBtns{flex-direction:column;gap:2px;display:flex}.ChartCard-module__LJaxgW__iconBtnSmall{border:1px solid var(--border-subtle,#333);cursor:pointer;width:24px;height:16px;color:var(--text-secondary,#9ca3af);background:0 0;border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex}.ChartCard-module__LJaxgW__iconBtnSmall:hover{color:#ffc107;background:#ffc1071a;border-color:#ffc107}.ChartCard-module__LJaxgW__input,.ChartCard-module__LJaxgW__select{background:var(--bg-input,#2a2a2a);border:1px solid var(--border-subtle,#333);width:100%;color:var(--text-primary,#e5e7eb);border-radius:6px;padding:.75rem;font-size:.875rem;transition:all .2s}.ChartCard-module__LJaxgW__input:focus,.ChartCard-module__LJaxgW__select:focus{border-color:#ffc107;outline:none;box-shadow:0 0 0 3px #ffc1071a}.ChartCard-module__LJaxgW__submitBtn{color:#1f1f1f;cursor:pointer;background:#ffc107;border:none;border-radius:6px;flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.ChartCard-module__LJaxgW__submitBtn:hover{background:#ffd54f;transform:translateY(-1px);box-shadow:0 4px 12px #ffc1074d}.ChartCard-module__LJaxgW__spinning{animation:1s linear infinite ChartCard-module__LJaxgW__spin}@keyframes ChartCard-module__LJaxgW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.NotificationModal-module__Ue9k5q__overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.NotificationModal-module__Ue9k5q__overlayVisible{opacity:1}.NotificationModal-module__Ue9k5q__overlayHidden{opacity:0;pointer-events:none}.NotificationModal-module__Ue9k5q__modal{background:var(--bg-card);border:1px solid var(--border-subtle);text-align:center;border-radius:16px;width:92%;max-width:420px;padding:2rem 2rem 1.5rem;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .3s;position:relative;overflow:hidden;box-shadow:0 24px 48px #00000040}.NotificationModal-module__Ue9k5q__modalVisible{opacity:1;transform:scale(1)translateY(0)}.NotificationModal-module__Ue9k5q__modalHidden{opacity:0;transform:scale(.9)translateY(16px)}.NotificationModal-module__Ue9k5q__accentLine{border-radius:16px 16px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.NotificationModal-module__Ue9k5q__stamp{letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);opacity:.3;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:.5625rem;font-weight:700;position:absolute;top:14px;left:16px}.NotificationModal-module__Ue9k5q__closeBtn{border:1px solid var(--border-subtle);width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:.75rem;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.NotificationModal-module__Ue9k5q__closeBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.NotificationModal-module__Ue9k5q__iconCircle{border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:.5rem auto 1rem;animation:.4s cubic-bezier(.34,1.56,.64,1) .1s both NotificationModal-module__Ue9k5q__iconPop;display:flex}.NotificationModal-module__Ue9k5q__iconEmoji{font-size:1.75rem;line-height:1}@keyframes NotificationModal-module__Ue9k5q__iconPop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.NotificationModal-module__Ue9k5q__title{letter-spacing:-.01em;margin:0 0 .625rem;font-size:1.25rem;font-weight:700}.NotificationModal-module__Ue9k5q__message{color:var(--text-muted);max-width:340px;max-height:180px;margin:0 auto;font-size:.875rem;line-height:1.65;overflow-y:auto}.NotificationModal-module__Ue9k5q__divider{background:var(--border-subtle);height:1px;margin:1.25rem -2rem}.NotificationModal-module__Ue9k5q__actions{justify-content:center;gap:.625rem;display:flex}.NotificationModal-module__Ue9k5q__actionBtn{cursor:pointer;letter-spacing:.02em;border:none;border-radius:8px;min-width:100px;padding:.625rem 2rem;font-size:.8125rem;font-weight:600;transition:all .2s}.NotificationModal-module__Ue9k5q__actionBtn:hover{transform:translateY(-1px)}.NotificationModal-module__Ue9k5q__actionBtn:active{transform:translateY(0)}.NotificationModal-module__Ue9k5q__btn_primary{color:#1a1a2e;background:linear-gradient(135deg,#e0aa3e,#c4922e);box-shadow:0 4px 14px #e0aa3e33}.NotificationModal-module__Ue9k5q__btn_primary:hover{box-shadow:0 6px 20px #e0aa3e4d}.NotificationModal-module__Ue9k5q__btn_secondary{background:var(--bg-hover);color:var(--text-secondary);border:1px solid var(--border-subtle)!important}.NotificationModal-module__Ue9k5q__btn_secondary:hover{background:var(--bg-input);color:var(--text-primary)}.NotificationModal-module__Ue9k5q__btn_danger{color:#ef4444;background:#ef44441f;border:1px solid #ef444433!important}.NotificationModal-module__Ue9k5q__btn_danger:hover{background:#ef444433;box-shadow:0 4px 14px #ef444426}.NotificationModal-module__Ue9k5q__progressBar{background:var(--bg-hover);height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.NotificationModal-module__Ue9k5q__progressFill{transform-origin:100%;width:100%;height:100%;animation:linear forwards NotificationModal-module__Ue9k5q__shrinkBar}@keyframes NotificationModal-module__Ue9k5q__shrinkBar{0%{transform:scaleX(1)}to{transform:scaleX(0)}}
.CardForm-module__58ut5W__form{padding:1.5rem}.CardForm-module__58ut5W__error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.875rem}.CardForm-module__58ut5W__formGroup{margin-bottom:1.5rem}.CardForm-module__58ut5W__label{color:var(--text-primary,#e5e7eb);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:flex}.CardForm-module__58ut5W__aiIcon{color:#ffc107}.CardForm-module__58ut5W__required{color:#ef4444}.CardForm-module__58ut5W__input,.CardForm-module__58ut5W__textarea{background:var(--bg-input,#2a2a2a);border:1px solid var(--border-subtle,#333);width:100%;color:var(--text-primary,#e5e7eb);border-radius:6px;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:all .2s}.CardForm-module__58ut5W__input:focus,.CardForm-module__58ut5W__textarea:focus{border-color:#ffc107;outline:none;box-shadow:0 0 0 3px #ffc1071a}.CardForm-module__58ut5W__input::-moz-placeholder{color:var(--text-muted,#6b7280)}.CardForm-module__58ut5W__textarea::-moz-placeholder{color:var(--text-muted,#6b7280)}.CardForm-module__58ut5W__input::placeholder,.CardForm-module__58ut5W__textarea::placeholder{color:var(--text-muted,#6b7280)}.CardForm-module__58ut5W__textarea{resize:vertical;min-height:100px}.CardForm-module__58ut5W__hint{color:var(--text-muted,#6b7280);margin-top:.375rem;font-size:.75rem;display:block}.CardForm-module__58ut5W__chartTypeGrid{background:var(--bg-input,#2a2a2a);border:1px solid var(--border-subtle,#333);border-radius:8px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;max-height:400px;padding:.5rem;display:grid;overflow-y:auto}.CardForm-module__58ut5W__chartTypeBtn{background:var(--bg-surface,#1f1f1f);border:2px solid var(--border-subtle,#333);cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;transition:all .2s;display:flex}.CardForm-module__58ut5W__chartTypeBtn:hover{background:#ffc1070d;border-color:#ffc10780}.CardForm-module__58ut5W__chartTypeBtn.CardForm-module__58ut5W__active{background:#ffc1071a;border-color:#ffc107;box-shadow:0 0 0 3px #ffc1071a}.CardForm-module__58ut5W__chartTypeIcon{color:var(--text-secondary,#9ca3af);justify-content:center;align-items:center;transition:color .2s;display:flex}.CardForm-module__58ut5W__chartTypeLabel{color:var(--text-secondary,#9ca3af);text-align:center;font-size:.75rem;font-weight:600;line-height:1.3}.CardForm-module__58ut5W__chartTypeBtn.CardForm-module__58ut5W__active .CardForm-module__58ut5W__chartTypeIcon,.CardForm-module__58ut5W__chartTypeBtn.CardForm-module__58ut5W__active .CardForm-module__58ut5W__chartTypeLabel{color:#ffc107}.CardForm-module__58ut5W__chartTypeBtn:hover .CardForm-module__58ut5W__chartTypeIcon{color:#ffc107b3}.CardForm-module__58ut5W__actions{border-top:1px solid var(--border-subtle,#333);gap:.75rem;padding-top:1rem;display:flex}.CardForm-module__58ut5W__cancelBtn{color:var(--text-secondary,#9ca3af);border:1px solid var(--border-subtle,#333);cursor:pointer;background:0 0;border-radius:6px;flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.CardForm-module__58ut5W__cancelBtn:hover{border-color:var(--text-secondary,#9ca3af);background:#ffffff0d}.CardForm-module__58ut5W__submitBtn{color:#000;cursor:pointer;background:linear-gradient(135deg,#ffc107 0%,#ffb300 100%);border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #ffc1074d}.CardForm-module__58ut5W__submitBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ffc10766}.CardForm-module__58ut5W__submitBtn:disabled,.CardForm-module__58ut5W__cancelBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.CardForm-module__58ut5W__spinning{animation:1s linear infinite CardForm-module__58ut5W__spin}@keyframes CardForm-module__58ut5W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CardForm-module__58ut5W__chartTypeGrid::-webkit-scrollbar{width:8px}.CardForm-module__58ut5W__chartTypeGrid::-webkit-scrollbar-track{background:var(--bg-input,#2a2a2a);border-radius:4px}.CardForm-module__58ut5W__chartTypeGrid::-webkit-scrollbar-thumb{background:var(--border-subtle,#333);border-radius:4px}.CardForm-module__58ut5W__chartTypeGrid::-webkit-scrollbar-thumb:hover{background:#ffc107}
.page-module__opCGeG__container{color:#fff;background:#000;width:100%;min-height:100vh;display:flex}.page-module__opCGeG__visualSide{background:radial-gradient(circle,#1a1a1a 0%,#000 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:4rem;display:flex;position:relative;overflow:hidden}.page-module__opCGeG__visualSide:before{content:"";z-index:1;background:radial-gradient(circle,#ffc1070d 0%,#0000 60%);width:200%;height:200%;animation:20s linear infinite page-module__opCGeG__rotate;position:absolute;top:-50%;left:-50%}@keyframes page-module__opCGeG__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__opCGeG__brandContent{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.page-module__opCGeG__logoImage{filter:drop-shadow(0 0 30px #ffc10766);width:120px;height:auto;margin-bottom:2rem;transition:transform .5s}.page-module__opCGeG__logoImage:hover{transform:scale(1.05)}.page-module__opCGeG__brandContent h1{-webkit-text-fill-color:transparent;letter-spacing:-1px;background:linear-gradient(135deg,#ffc107 0%,#ff9800 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:3.5rem;font-weight:800}.page-module__opCGeG__brandContent p{color:#888;max-width:400px;margin:0 auto;font-size:1.25rem;line-height:1.6}.page-module__opCGeG__formSide{background:#090909;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;box-shadow:-10px 0 30px #00000080}.page-module__opCGeG__formContainer{width:100%;max-width:420px;padding:2rem}.page-module__opCGeG__header{text-align:center;margin-bottom:2rem}.page-module__opCGeG__header h2{color:#fff;margin:0 0 .5rem;font-size:2rem;font-weight:700}.page-module__opCGeG__header p{color:#666;font-size:.95rem;line-height:1.5}.page-module__opCGeG__formGroup{margin-bottom:1.5rem}.page-module__opCGeG__formGroup label{color:#ccc;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.page-module__opCGeG__formGroup input{color:#fff;background:#1a1a1a;border:1px solid #333;border-radius:8px;width:100%;padding:1rem 1.25rem;font-size:1rem;transition:all .2s}.page-module__opCGeG__formGroup input:focus{background:#222;border-color:#ffc107;outline:none;box-shadow:0 0 0 4px #ffc1071a}.page-module__opCGeG__submitBtn{color:#000;cursor:pointer;background:linear-gradient(135deg,#ffc107 0%,#ff8f00 100%);border:none;border-radius:8px;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #ffc1074d}.page-module__opCGeG__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ffc10766}.page-module__opCGeG__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.page-module__opCGeG__footer{text-align:center;color:#666;margin-top:2rem;font-size:.95rem}.page-module__opCGeG__backLink{color:#888;cursor:pointer;font-weight:500;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:none;transition:color .2s}.page-module__opCGeG__backLink:hover{color:#ffc107}.page-module__opCGeG__error{color:#ef4444;background:#dc26261a;border:1px solid #dc26264d;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem}.page-module__opCGeG__successMessage{border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:12px;font-size:14px;display:flex}.page-module__opCGeG__otpInput{text-align:center;letter-spacing:.5rem;font-weight:700;font-size:1.5rem!important}.page-module__opCGeG__resendSection{text-align:center;color:#888;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9rem;display:flex}.page-module__opCGeG__resendBtn{color:#ffc107;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.page-module__opCGeG__passwordWrapper{position:relative}.page-module__opCGeG__togglePassword{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:1.2rem;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.page-module__opCGeG__togglePassword:hover{color:#ffc107}.page-module__opCGeG__passwordHint{color:#666;margin-top:.5rem;font-size:.75rem}@media (max-width:900px){.page-module__opCGeG__visualSide{display:none}.page-module__opCGeG__formSide{padding:1.5rem}}
.page-module__cr5kYW__container{background:var(--bg-page);z-index:9999;justify-content:center;align-items:center;width:100vw;min-height:100vh;margin:0;padding:1rem;display:flex;position:fixed;inset:0}.page-module__cr5kYW__resetBox{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);z-index:1;width:100%;max-width:440px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0009}.page-module__cr5kYW__logo{text-align:center;border-bottom:1px solid var(--border-subtle);padding:2rem 2rem 1.5rem}.page-module__cr5kYW__logo h1{background:linear-gradient(135deg,var(--color-brand-primary),var(--color-brand-hover));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .25rem;font-size:1.75rem;font-weight:700}.page-module__cr5kYW__logo p{color:var(--text-muted);margin:0;font-size:.875rem}.page-module__cr5kYW__form{padding:2rem}.page-module__cr5kYW__form h2{color:var(--text-main);margin:0 0 1rem;font-size:1.375rem;font-weight:600}.page-module__cr5kYW__message{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.page-module__cr5kYW__message strong{color:var(--color-brand-primary)}.page-module__cr5kYW__error{color:#dc2626;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.875rem 1rem;font-size:.875rem;display:flex}.page-module__cr5kYW__error:before{content:"⚠️";font-size:1rem}.page-module__cr5kYW__formGroup{margin-bottom:1.25rem}.page-module__cr5kYW__formGroup label{color:var(--text-main);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.page-module__cr5kYW__passwordHint{color:var(--text-muted);margin-top:.5rem;font-size:.75rem;line-height:1.4}.page-module__cr5kYW__formGroup input{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--bg-input);width:100%;color:var(--text-main);padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.page-module__cr5kYW__formGroup input:focus{border-color:var(--color-brand-primary);outline:none;box-shadow:0 0 0 3px #ffc1071a}.page-module__cr5kYW__formGroup input::placeholder{color:var(--text-muted);opacity:.6}.page-module__cr5kYW__passwordWrapper{align-items:center;display:flex;position:relative}.page-module__cr5kYW__passwordWrapper input{padding-right:3rem}.page-module__cr5kYW__togglePassword{cursor:pointer;color:var(--text-muted);-webkit-user-select:none;user-select:none;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;font-size:1.25rem;transition:color .2s;display:flex;position:absolute;right:.75rem}.page-module__cr5kYW__togglePassword:hover{color:var(--color-brand-primary)}.page-module__cr5kYW__togglePassword:focus{outline:none}.page-module__cr5kYW__otpInput{text-align:center;letter-spacing:.5rem;font-family:Courier New,monospace;font-weight:600;font-size:1.5rem!important}.page-module__cr5kYW__submitBtn{background:var(--color-brand-primary);width:100%;color:var(--text-on-brand);border-radius:var(--radius-sm);cursor:pointer;border:none;margin-top:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 4px 6px -1px #0000004d}.page-module__cr5kYW__submitBtn:hover:not(:disabled){background:var(--color-brand-hover);transform:translateY(-1px);box-shadow:0 6px 8px -1px #0006}.page-module__cr5kYW__submitBtn:active:not(:disabled){transform:translateY(0)}.page-module__cr5kYW__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.page-module__cr5kYW__footer{text-align:center;border-top:1px solid var(--border-subtle);margin-top:1.5rem;padding-top:1.5rem}.page-module__cr5kYW__footer a{color:var(--color-brand-primary);font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s}.page-module__cr5kYW__footer a:hover{opacity:.8}.page-module__cr5kYW__resendSection{border-radius:var(--radius-sm);text-align:center;background:#ffc1070d;border:1px solid #ffc10733;margin-top:1.5rem;padding:1rem}.page-module__cr5kYW__resendSection p{color:var(--text-muted);margin:0 0 .75rem;font-size:.85rem}.page-module__cr5kYW__resendBtn{color:var(--color-brand-primary);border:1px solid var(--color-brand-primary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.page-module__cr5kYW__resendBtn:hover:not(:disabled){background:var(--color-brand-primary);color:var(--text-on-brand)}.page-module__cr5kYW__resendBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__cr5kYW__backBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.875rem;transition:color .2s}.page-module__cr5kYW__backBtn:hover{color:var(--color-brand-primary)}
.page-module__iRBh-W__container{color:#fff;background:#000;width:100%;min-height:100vh;display:flex}.page-module__iRBh-W__visualSide{background:radial-gradient(circle,#1a1a1a 0%,#000 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:4rem;display:flex;position:relative;overflow:hidden}.page-module__iRBh-W__visualSide:before{content:"";z-index:1;background:radial-gradient(circle,#ffc1070d 0%,#0000 60%);width:200%;height:200%;animation:20s linear infinite page-module__iRBh-W__rotate;position:absolute;top:-50%;left:-50%}@keyframes page-module__iRBh-W__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__iRBh-W__brandContent{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.page-module__iRBh-W__logoImage{filter:drop-shadow(0 0 30px #ffc10766);width:120px;height:auto;margin-bottom:2rem;transition:transform .5s}.page-module__iRBh-W__logoImage:hover{transform:scale(1.05)}.page-module__iRBh-W__brandContent h1{-webkit-text-fill-color:transparent;letter-spacing:-1px;background:linear-gradient(135deg,#ffc107 0%,#ff9800 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:3.5rem;font-weight:800}.page-module__iRBh-W__brandContent p{color:#888;max-width:400px;margin:0 auto;font-size:1.25rem;line-height:1.6}.page-module__iRBh-W__formSide{background:#090909;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow-y:auto;box-shadow:-10px 0 30px #00000080}.page-module__iRBh-W__formContainer{width:100%;max-width:500px;padding:2rem}.page-module__iRBh-W__header{text-align:center;margin-bottom:2rem}.page-module__iRBh-W__header h2{color:#fff;margin:0 0 .5rem;font-size:2rem;font-weight:700}.page-module__iRBh-W__header p{color:#666;font-size:.95rem}.page-module__iRBh-W__formGroup{margin-bottom:1.25rem}.page-module__iRBh-W__formGroup label{color:#ccc;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.page-module__iRBh-W__formGroup input,.page-module__iRBh-W__formGroup select{color:#fff;background:#1a1a1a;border:1px solid #333;border-radius:8px;width:100%;padding:.875rem 1.25rem;font-size:.95rem;transition:all .2s}.page-module__iRBh-W__formGroup input:focus,.page-module__iRBh-W__formGroup select:focus{background:#222;border-color:#ffc107;outline:none;box-shadow:0 0 0 4px #ffc1071a}.page-module__iRBh-W__passwordWrapper{position:relative}.page-module__iRBh-W__togglePassword{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:1.2rem;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.page-module__iRBh-W__togglePassword:hover{color:#ffc107}.page-module__iRBh-W__passwordHint{color:#666;margin-top:.5rem;font-size:.75rem}.page-module__iRBh-W__submitBtn{color:#000;cursor:pointer;background:linear-gradient(135deg,#ffc107 0%,#ff8f00 100%);border:none;border-radius:8px;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #ffc1074d}.page-module__iRBh-W__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ffc10766}.page-module__iRBh-W__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.page-module__iRBh-W__footer{text-align:center;color:#666;margin-top:1.5rem;font-size:.95rem}.page-module__iRBh-W__footer a{color:#ffc107;margin-left:.5rem;font-weight:600;text-decoration:none}.page-module__iRBh-W__footer a:hover{text-decoration:underline}.page-module__iRBh-W__error{color:#ef4444;background:#dc26261a;border:1px solid #dc26264d;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem}.page-module__iRBh-W__otpMessage{color:#ccc;text-align:center;margin-bottom:2rem;line-height:1.5}.page-module__iRBh-W__otpInput{text-align:center;letter-spacing:.5rem;font-weight:700;font-size:1.5rem!important}.page-module__iRBh-W__resendSection{text-align:center;color:#888;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9rem;display:flex}.page-module__iRBh-W__resendBtn{color:#ffc107;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.page-module__iRBh-W__backBtn{color:#666;cursor:pointer;background:0 0;border:none;margin-top:1rem;font-size:.9rem;transition:color .2s}.page-module__iRBh-W__backBtn:hover{color:#ffc107}.page-module__iRBh-W__dividerRow{align-items:center;gap:1rem;margin:1rem 0;display:flex}.page-module__iRBh-W__dividerLine{background:#222;flex:1;height:1px}.page-module__iRBh-W__dividerText{color:#444;text-transform:uppercase;letter-spacing:1.5px;white-space:nowrap;font-size:.7rem}.page-module__iRBh-W__googleBtn{color:#3c4043;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.85rem 1.25rem;font-family:Google Sans,Roboto,-apple-system,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.page-module__iRBh-W__googleBtn:hover{background:#f7f8f8;border-color:#c6c6c6;box-shadow:0 2px 8px #00000026}.page-module__iRBh-W__googleBtn:active{background:#eee;transform:scale(.99)}.page-module__iRBh-W__googleBtn svg{flex-shrink:0}@media (max-width:900px){.page-module__iRBh-W__visualSide{display:none}.page-module__iRBh-W__formSide{padding:1.5rem}}
