@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{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{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}:root{--font-family:"Poppins",sans-serif;--font-size:16px;--leap-primary:#dc2925;--leap-primary-hover:#b71c1c;--leap-primary-dark:#8b0000;--leap-primary-light:#fdecea;--leap-bg:#f5f5f5;--leap-surface:#fff;--leap-text:#1a1a2e;--leap-text-secondary:#6c757d;--leap-border:#e0e0e0;--leap-success:#06d001;--leap-warning:#ff7f11;--leap-info:#0ac4e0;--leap-danger:#dc2925;--leap-navy:#1a1a2e;--leap-radius:0.5rem;--background:azure;--foreground:#1a1a2e;--card:#fff;--card-foreground:#1a1a2e;--popover:#fff;--popover-foreground:#1a1a2e;--primary:#dc2925;--primary-foreground:#fff;--secondary:#6c757d;--secondary-foreground:#fff;--muted:#f5f5f5;--muted-foreground:#6c757d;--accent:#fdecea;--accent-foreground:#dc2925;--destructive:#dc2925;--destructive-foreground:#fff;--border:#e0e0e0;--input:#e0e0e0;--input-background:#fff;--ring:#dc2925;--radius:0.5rem;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--sidebar:#1a1a2e;--sidebar-foreground:#f0f0f0;--sidebar-primary:#dc2925;--sidebar-primary-foreground:#fff;--sidebar-accent:#1e1e3a;--sidebar-accent-foreground:#f0f0f0;--sidebar-border:#2c2c4a;--sidebar-ring:#dc2925}*,:after,:before{border-color:#e0e0e0;border-color:var(--border);box-sizing:border-box}html{font-size:16px;font-size:var(--font-size)}body,html{font-family:Poppins,sans-serif;font-family:var(--font-family)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:azure;background:var(--background);color:#1a1a2e;color:var(--foreground);margin:0}#root{min-height:100vh}a{color:#dc2925;color:var(--primary)}.ui-btn{align-items:center;border:1px solid #0000;border-radius:.5rem;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.875rem;font-weight:500;gap:.5rem;height:2.25rem;justify-content:center;padding:.5rem 1rem;transition:color .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease;white-space:nowrap}.ui-btn:disabled{opacity:.5;pointer-events:none}.ui-btn:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,#dc2925 50%,#0000);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 50%,#0000);outline:none}.ui-btn--primary{background:#dc2925;background:var(--primary);box-shadow:0 1px 2px #1a1a2e0f;color:#fff;color:var(--primary-foreground)}.ui-btn--primary:hover{background:#b71c1c}.ui-btn--outline{background:azure;background:var(--background);border-color:#e0e0e0;border-color:var(--border);box-shadow:0 1px 2px #1a1a2e0a;color:#1a1a2e;color:var(--foreground)}.ui-btn--ghost:hover,.ui-btn--outline:hover{background:#fdecea;background:var(--accent);color:#dc2925;color:var(--accent-foreground)}.ui-btn--icon{height:2.25rem;padding:0;width:2.25rem}.ui-btn--sm{font-size:.75rem;height:2rem;padding:0 .75rem}.ui-btn--lg{height:2.5rem;padding:0 1.5rem}.ui-card{background:#fff;background:var(--card);border:1px solid #e0e0e0;border:1px solid var(--border);border-radius:.75rem;border-radius:var(--radius-lg);box-shadow:0 1px 2px #1a1a2e0a;color:#1a1a2e;color:var(--card-foreground)}.ui-card__header{display:flex;flex-direction:column;gap:.375rem;padding:1.5rem}.ui-card__title{font-size:1.125rem;font-weight:600;letter-spacing:-.01em;line-height:1.2;margin:0}.ui-card__description{color:#6c757d;color:var(--muted-foreground);font-size:.875rem;margin:0}.ui-card__body{padding:0 1.5rem 1.5rem}.ui-card__body--flush{padding:1.5rem}.portal-page{display:flex;flex-direction:column;gap:1.5rem}.portal-page__header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.portal-page__heading{align-items:center;color:#1a1a2e;color:var(--foreground);display:flex;font-size:1.5rem;font-weight:600;gap:.5rem;letter-spacing:-.02em;margin:0}.portal-page__heading-icon{color:#dc2925;color:var(--primary);display:inline-flex}.portal-page__subtitle{color:#6c757d;color:var(--muted-foreground);font-size:.875rem;margin:.25rem 0 0}.portal-page__actions{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.portal-shell{background:azure;background:var(--background);min-height:100vh}.portal-sidebar{background:#1a1a2e;background:var(--sidebar);border-right:1px solid #2c2c4a;border-right:1px solid var(--sidebar-border);color:#f0f0f0;color:var(--sidebar-foreground);display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:width .2s ease;width:15rem;z-index:40}.portal-sidebar--collapsed{width:4rem}.portal-sidebar__brand{align-items:center;border-bottom:1px solid #2c2c4a;border-bottom:1px solid var(--sidebar-border);display:flex;flex-shrink:0;height:4rem;justify-content:space-between;padding:0 1rem}.portal-sidebar--collapsed .portal-sidebar__brand{justify-content:center;padding:0 .5rem}.portal-sidebar__brand-mark{align-items:center;display:flex;gap:.625rem;min-width:0}.portal-sidebar__favicon{border-radius:.5rem;display:block;height:1.75rem;object-fit:contain;width:1.75rem}.portal-sidebar__brand-name{font-size:.95rem;font-weight:600;letter-spacing:-.02em}.portal-sidebar--collapsed .portal-sidebar__brand-name{display:none}.portal-sidebar__toggle{align-items:center;background:#0000;border:none;border-radius:.375rem;color:#f0f0f0;color:var(--sidebar-foreground);cursor:pointer;display:inline-flex;justify-content:center;padding:.5rem;transition:background .15s ease}.portal-sidebar__toggle:hover{background:#1e1e3a;background:var(--sidebar-accent)}.portal-sidebar--collapsed .portal-sidebar__toggle{width:100%}.portal-sidebar__nav{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-height:0;overflow-x:hidden;overflow-y:auto;padding:.5rem}.portal-sidebar__link{align-items:center;border-radius:.375rem;color:#f0f0f0;color:var(--sidebar-foreground);display:flex;font-size:.875rem;font-weight:400;gap:.75rem;padding:.5rem .75rem;text-decoration:none;transition:background .15s ease,color .15s ease}.portal-sidebar__link:hover{background:#1e1e3a;background:var(--sidebar-accent);color:#fff}.portal-sidebar__link--active{background:#1e1e3a;background:var(--sidebar-accent);color:#dc2925!important;color:var(--sidebar-primary)!important}.portal-sidebar--collapsed .portal-sidebar__link{justify-content:center;padding:.5rem}.portal-sidebar__icon{align-items:center;display:inline-flex;flex-shrink:0;font-size:1rem;justify-content:center;line-height:1}.portal-sidebar__icon,.portal-sidebar__icon svg{height:1rem;width:1rem}.portal-sidebar--collapsed .portal-sidebar__label{display:none}.portal-shell__main{display:flex;flex-direction:column;margin-left:15rem;min-height:100vh;transition:margin-left .2s ease}.portal-shell__main--collapsed{margin-left:4rem}.portal-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:color-mix(in srgb,azure 80%,#0000);background:color-mix(in srgb,var(--background) 80%,#0000);border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border);display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:30}.portal-header__titles{align-items:baseline;display:flex;flex-wrap:wrap;gap:.75rem;min-width:0}.portal-header__title{color:#1a1a2e;color:var(--foreground);font-size:1.125rem;font-weight:600;margin:0}.portal-header__subtitle{color:#6c757d;color:var(--muted-foreground);font-size:.875rem;margin:0}.portal-header__actions{align-items:center;display:flex;flex-shrink:0;gap:.75rem}.portal-header__user{align-items:flex-end;display:none;flex-direction:column;line-height:1.2}@media (min-width:640px){.portal-header__user{display:flex}}.portal-header__user strong{color:#1a1a2e;color:var(--foreground);font-size:.875rem;font-weight:500}.portal-header__user span{color:#6c757d;color:var(--muted-foreground);font-size:.75rem}.portal-shell__content{flex:1 1;min-height:calc(100vh - 5.5rem);padding:1rem}@media (min-width:640px){.portal-shell__content{padding:1.5rem}}.auth-shell{background:#f5f5f5;display:flex;min-height:100vh}.auth-brand{background:linear-gradient(135deg,#dc2925,#8b0000);color:#fff;display:none;flex-direction:column;justify-content:center;overflow:hidden;padding:0 5rem;position:relative;width:50%}@media (min-width:1024px){.auth-brand{display:flex}}.auth-brand:before{background-image:radial-gradient(#ffffffe6 1.2px,#0000 0);background-size:22px 22px;content:"";inset:0;opacity:.1;pointer-events:none;position:absolute}.auth-brand__inner{max-width:32rem;position:relative;z-index:1}.auth-brand__row{align-items:center;display:flex;gap:.875rem;margin-bottom:2.5rem}.auth-brand__mark{align-items:center;background:#ffffff26;border:1px solid #ffffff1a;border-radius:1rem;display:flex;height:3rem;justify-content:center;width:3rem}.auth-brand__mark img{height:2rem;object-fit:contain;width:2rem}.auth-brand__divider{background:#fff3;height:2.5rem;width:1px}.auth-brand__company{font-size:1.5rem;font-weight:800;letter-spacing:-.04em;line-height:1}.auth-brand__product{color:#fff9;font-size:10px;font-weight:700;letter-spacing:.3em;margin-top:.25rem;text-transform:uppercase}.auth-brand__headline{font-size:clamp(2.75rem,5vw,3.75rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;margin:0 0 2rem}.auth-brand__headline em{color:#fff9;font-style:normal}.auth-brand__features{display:flex;flex-direction:column;gap:2rem;margin-top:4rem}.auth-brand__feature{align-items:flex-start;display:flex;gap:1rem}.auth-brand__feature-icon{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #ffffff1a;border-radius:1rem;display:flex;flex-shrink:0;height:3rem;justify-content:center;width:3rem}.auth-brand__feature strong{display:block;font-size:1.125rem;font-weight:700}.auth-brand__feature span{color:#ffffffb3;display:block;font-size:.875rem;margin-top:.25rem}.auth-form-col{align-items:center;display:flex;flex:1 1;justify-content:center;padding:3rem 1rem}@media (min-width:640px){.auth-form-col{padding-left:2rem;padding-right:2rem}}.auth-form-wrap{max-width:32rem;width:100%}.auth-mobile-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}@media (min-width:1024px){.auth-mobile-header{display:none}}.auth-mobile-header__mark{align-items:center;background:#fff;border:1px solid #f3f4f6;border-radius:1rem;box-shadow:0 1px 2px #0000000f;display:flex;height:3rem;justify-content:center;width:3rem}.auth-mobile-header__mark img{height:1.75rem;width:1.75rem}.auth-mobile-header strong{color:#111827;display:block;font-size:1.125rem;font-weight:800}.auth-mobile-header span{color:#9ca3af;font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.auth-card{background:#fff;border:1px solid #f3f4f6;border-radius:1rem;box-shadow:0 20px 60px #00000014;padding:2.5rem}.auth-card__logo{display:block;height:2.25rem;margin:0 auto 1.25rem;object-fit:contain}.auth-card__title{color:#111827;font-size:1.875rem;font-weight:700;margin:0;text-align:center}.auth-card__subtitle{color:#6b7280;font-size:.875rem;margin:.375rem 0 0;text-align:center}.auth-card .ant-form-item-label>label{color:#374151!important;font-size:.875rem!important;font-weight:600!important}.auth-card .ant-input,.auth-card .ant-input-affix-wrapper{background:#f9fafb!important;border-radius:.75rem!important;border-width:2px!important;min-height:2.75rem}.auth-card .ant-input-affix-wrapper-focused,.auth-card .ant-input:focus{border-color:#dc2925!important;border-color:var(--primary)!important;box-shadow:0 0 0 3px #dc29251f!important}.auth-submit{background:linear-gradient(135deg,#dc2925,#8b0000)!important;border:none!important;border-radius:.75rem!important;box-shadow:0 8px 30px #dc29254d!important;font-size:1rem!important;font-weight:600!important;height:3rem!important;width:100%}.auth-footer{color:#9ca3af;font-size:.75rem;margin-top:1.5rem;text-align:center}.portal-metric-card{height:100%;transition:background .2s ease,transform .2s ease}.portal-metric-card:hover{background:color-mix(in srgb,#fdecea 40%,#0000)!important;background:color-mix(in srgb,var(--accent) 40%,#0000)!important}.portal-metric-value{font-feature-settings:"tnum";color:#1a1a2e;color:var(--foreground);font-size:2.25rem;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.04em;line-height:1}.portal-metric-label{color:#6c757d;color:var(--muted-foreground);font-size:.875rem;font-weight:500;margin-top:.5rem}.portal-page-title{color:#1a1a2e;color:var(--foreground);font-size:1.5rem;font-weight:600;letter-spacing:-.02em;margin:0}.portal-page-subtitle{color:#6c757d;color:var(--muted-foreground);font-size:.875rem;margin:.25rem 0 0}.ant-btn{border-radius:.5rem!important;border-radius:var(--radius-md)!important;box-shadow:none!important;font-family:Poppins,sans-serif!important;font-family:var(--font-family)!important;font-weight:500!important}.ant-btn-primary{background:#dc2925!important;border-color:#dc2925!important;box-shadow:0 1px 2px #1a1a2e0f!important;color:#fff!important}.ant-btn-primary:focus,.ant-btn-primary:hover{background:#b71c1c!important;border-color:#b71c1c!important;color:#fff!important}.ant-btn-default{background:azure!important;background:var(--background)!important}.ant-btn-default,.ant-btn-default:hover{border-color:#e0e0e0!important;border-color:var(--border)!important}.ant-btn-default:hover{background:#fdecea!important;background:var(--accent)!important;color:#dc2925!important;color:var(--accent-foreground)!important}.ant-input,.ant-input-affix-wrapper,.ant-picker,.ant-select-selector{background:#fff!important;background:var(--input-background)!important;border-color:#e0e0e0!important;border-color:var(--input)!important;border-radius:.5rem!important;border-radius:var(--radius-md)!important}.ant-input-affix-wrapper-focused,.ant-input:focus,.ant-select-focused .ant-select-selector{border-color:#dc2925!important;border-color:var(--primary)!important;box-shadow:0 0 0 3px color-mix(in srgb,#dc2925 50%,#0000)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 50%,#0000)!important}.ant-card{border-color:#e0e0e0!important;border-color:var(--border)!important;border-radius:.75rem!important;border-radius:var(--radius-lg)!important;box-shadow:0 1px 2px #1a1a2e0a!important}.ant-table-wrapper .ant-table table tr th{background:#f5f5f5!important;background:var(--muted)!important;border-bottom:1px solid #e0e0e0!important;border-bottom:1px solid var(--border)!important;color:#1a1a2e!important;color:var(--foreground)!important;font-weight:600!important}.ant-table-wrapper .ant-table-tbody>tr:hover>td{background:color-mix(in srgb,#fdecea 35%,#0000)!important;background:color-mix(in srgb,var(--accent) 35%,#0000)!important}.ant-table{background:#fff!important;background:var(--card)!important;color:#1a1a2e!important;color:var(--foreground)!important}.ant-tabs-ink-bar{background:#dc2925!important;background:var(--primary)!important}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#dc2925!important;color:var(--primary)!important}.ant-modal-content{border-radius:1rem!important;border-radius:var(--radius-xl)!important;overflow:hidden}.ant-tag{border-radius:999px!important;font-weight:600!important}.ant-layout,.ant-layout-content{background:azure!important;background:var(--background)!important}