*{box-sizing:border-box}html{height:100%}body{font-family:var(--font-family);color:var(--text-color);background-color:var(--surface-ground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;margin:0;padding:0}a{color:var(--primary-color);text-decoration:none}.layout-wrapper{min-height:100vh}.layout-topbar{z-index:997;background-color:var(--surface-card);align-items:center;width:100%;height:5rem;padding:0 2rem;transition:left .2s;display:flex;position:fixed;top:0;left:0;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014}.layout-topbar .layout-topbar-logo{color:var(--surface-900);border-radius:12px;align-items:center;width:300px;font-size:1.5rem;font-weight:500;display:flex}.layout-topbar .layout-topbar-logo img{height:2.5rem;margin-right:.5rem}.layout-topbar .layout-topbar-logo:focus{outline-offset:0;box-shadow:var(--focus-ring);outline:0;transition:box-shadow .2s}.layout-topbar .layout-topbar-button{color:var(--text-color-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:background-color .2s;display:inline-flex;position:relative}.layout-topbar .layout-topbar-button:hover{color:var(--text-color);background-color:var(--surface-hover)}.layout-topbar .layout-topbar-button:focus{outline-offset:0;box-shadow:var(--focus-ring);outline:0;transition:box-shadow .2s}.layout-topbar .layout-topbar-button i{font-size:1.5rem}.layout-topbar .layout-topbar-button span{font-size:1rem;display:none}.layout-topbar .layout-menu-button{margin-left:2rem}.layout-topbar .layout-topbar-menu-button{display:none}.layout-topbar .layout-topbar-menu-button i{font-size:1.25rem}.layout-topbar .layout-topbar-menu{margin:0 0 0 auto;padding:0;list-style:none;display:flex}.layout-topbar .layout-topbar-menu .layout-topbar-button{margin-left:1rem}@media (max-width:991px){.layout-topbar{justify-content:space-between}.layout-topbar .layout-topbar-logo{order:2;width:auto}.layout-topbar .layout-menu-button{order:1;margin-left:0}.layout-topbar .layout-topbar-menu-button{order:3;margin-left:0;display:inline-flex}.layout-topbar .layout-topbar-menu{background-color:var(--surface-overlay);border-radius:12px;flex-direction:column;min-width:15rem;margin-left:0;padding:1rem;animation:.15s linear scalein;display:none;position:absolute;top:5rem;right:2rem;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014}.layout-topbar .layout-topbar-menu.layout-topbar-menu-mobile-active{display:block}.layout-topbar .layout-topbar-menu .layout-topbar-button{border-radius:12px;justify-content:flex-start;width:100%;height:auto;margin-left:0;padding:1rem;display:flex}.layout-topbar .layout-topbar-menu .layout-topbar-button i{margin-right:.5rem;font-size:1rem}.layout-topbar .layout-topbar-menu .layout-topbar-button span{font-weight:medium;display:block}}.layout-sidebar{z-index:999;-webkit-user-select:none;user-select:none;background-color:var(--surface-overlay);border-radius:12px;width:300px;height:calc(100vh - 9rem);padding:.5rem 1.5rem;transition:transform .2s,left .2s;position:fixed;top:7rem;left:2rem;overflow-y:auto;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014}.layout-menu{-webkit-user-select:none;user-select:none;margin:0;padding:0;list-style-type:none}.layout-menu .layout-root-menuitem>.layout-menuitem-root-text{text-transform:uppercase;color:var(--surface-900);margin:.75rem 0;font-size:.857rem;font-weight:700}.layout-menu .layout-root-menuitem>a{display:none}.layout-menu li.active-menuitem>a .layout-submenu-toggler{transform:rotate(-180deg)}.layout-menu li.active-menuitem>ul{max-height:auto}.layout-menu ul{margin:0;padding:0;list-style-type:none}.layout-menu ul a{color:var(--text-color);cursor:pointer;border-radius:12px;outline:0;align-items:center;padding:.75rem 1rem;transition:background-color .2s,box-shadow .2s;display:flex;position:relative}.layout-menu ul a .layout-menuitem-icon{margin-right:.5rem}.layout-menu ul a .layout-submenu-toggler{margin-left:auto;font-size:75%;transition:transform .2s}.layout-menu ul a.rotated-icon .layout-menuitem-icon{transform:rotate(90deg)}.layout-menu ul a.active-route{color:var(--primary-color);font-weight:700}.layout-menu ul a:hover{background-color:var(--surface-hover)}.layout-menu ul a:focus{outline-offset:0;box-shadow:inset var(--focus-ring);outline:0;transition:box-shadow .2s}.layout-menu ul ul{border-radius:12px;max-height:0;overflow:hidden}.layout-menu ul ul li a{margin-left:1rem}.layout-menu ul ul li li a{margin-left:2rem}.layout-menu ul ul li li li a{margin-left:2.5rem}.layout-menu ul ul li li li li a{margin-left:3rem}.layout-menu ul ul li li li li li a{margin-left:3.5rem}.layout-menu ul ul li li li li li li a{margin-left:4rem}.layout-submenu-enter-active{transition:max-height 1s ease-in-out;max-height:1000px!important}.layout-submenu-enter-done,.layout-submenu-exit{max-height:1000px!important}.layout-submenu-exit-active{transition:max-height .45s cubic-bezier(0,1,0,1);overflow:hidden;max-height:0!important}.layout-config-button{background:var(--primary-color);width:3rem;height:3rem;color:var(--primary-color-text);text-align:center;border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);transition:background-color var(--transition-duration);cursor:pointer;z-index:999;border-top-right-radius:0;border-bottom-right-radius:0;margin-top:-1.5rem;line-height:3rem;display:block;position:fixed;top:50%;right:0;overflow:hidden;box-shadow:-.25rem 0 1rem #00000026}.layout-config-button.config-link{border:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem}.layout-config-button .config-link:focus{outline-offset:0;box-shadow:0 0 0 1px var(--focus-ring);outline:0}.layout-config-button i{font-size:2rem;line-height:inherit;transition:transform 1s;transform:rotate(0)}.layout-config-button:hover{background:var(--primary-400)}.layout-config-sidebar.p-sidebar .p-sidebar-content{padding-left:2rem;padding-right:2rem}.layout-main-container{flex-direction:column;justify-content:space-between;min-height:100vh;padding:7rem 2rem 2rem 4rem;transition:margin-left .2s;display:flex}.layout-main{flex:auto}.layout-footer{border-top:1px solid var(--surface-border);justify-content:center;align-items:center;padding-top:1rem;transition:margin-left .2s;display:flex}@media screen and (min-width:1960px){.layout-main,.landing-wrapper{width:1504px;margin-left:auto!important;margin-right:auto!important}}@media (min-width:992px){.layout-wrapper.layout-overlay .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper.layout-overlay .layout-sidebar{border-top-left-radius:0;border-bottom-left-radius:0;height:100vh;top:0;left:0;transform:translate(-100%)}.layout-wrapper.layout-overlay.layout-overlay-active .layout-sidebar{transform:translate(0)}.layout-wrapper.layout-static .layout-main-container{margin-left:300px}.layout-wrapper.layout-static.layout-static-inactive .layout-sidebar{left:0;transform:translate(-100%)}.layout-wrapper.layout-static.layout-static-inactive .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-mask{display:none}}@media (max-width:991px){.blocked-scroll{overflow:hidden}.layout-wrapper .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-sidebar{border-top-left-radius:0;border-bottom-left-radius:0;height:100vh;top:0;left:0;transform:translate(-100%)}.layout-wrapper .layout-mask{z-index:998;background-color:var(--maskbg);width:100%;height:100%;display:none;position:fixed;top:0;left:0}.layout-wrapper.layout-mobile-active .layout-sidebar{transform:translate(0)}.layout-wrapper.layout-mobile-active .layout-mask{animation:.2s fadein;display:block}}.clearfix:after{content:" ";clear:both;display:block}.card{background:var(--surface-card);border:1px solid var(--surface-border);box-shadow:var(--card-shadow);border-radius:12px;margin-bottom:2rem;padding:2rem}.card:last-child{margin-bottom:0}.p-toast.p-toast-top-right,.p-toast.p-toast-top-left,.p-toast.p-toast-top-center{top:100px}h1,h2,h3,h4,h5,h6{color:var(--surface-900);margin:1.5rem 0 1rem;font-family:inherit;font-weight:500;line-height:1.2}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}mark{background:#fff8e1;border-radius:12px;padding:.25rem .4rem;font-family:monospace}blockquote{border-left:4px solid #90a4ae;margin:1rem 0;padding:0 2rem}hr{border-top:solid var(--surface-border);border-width:1px 0 0;margin:1rem 0}p{margin:0 0 1rem;line-height:1.5}p:last-child{margin-bottom:0}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-font-weight:initial}}}@layer theme{:root,:host{--color-red-500:#fb2c36;--color-cyan-700:#007492;--spacing:.25rem;--container-4xl:56rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--font-weight-medium:500;--font-weight-semibold:600;--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-geist-mono)}@supports (color:lab(0% 0 0)){:root,:host{--color-red-500:lab(55.4814% 75.0732 48.8528);--color-cyan-700:lab(44.7267% -21.5987 -26.118)}}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.col-12{grid-column:12}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-0{margin:0}.mt-0{margin-top:0}.mt-1{margin-top:var(--spacing)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mr-2{margin-right:calc(var(--spacing) * 2)}.mb-0{margin-bottom:0}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.ml-1{margin-left:var(--spacing)}.block{display:block}.flex{display:flex}.grid{display:grid}.table{display:table}.h-full{height:100%}.w-fit{width:fit-content}.w-full{width:100%}.max-w-4xl{max-width:var(--container-4xl)}.min-w-0{min-width:0}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.overflow-x-hidden{overflow-x:hidden}.border,.border-1{border-style:var(--tw-border-style);border-width:1px}.border-200{border-style:var(--tw-border-style);border-width:200px}.p-3{padding:calc(var(--spacing) * 3)}.p-6{padding:calc(var(--spacing) * 6)}.px-3{padding-inline:calc(var(--spacing) * 3)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.text-cyan-700{color:var(--color-cyan-700)}.text-red-500{color:var(--color-red-500)}.uppercase{text-transform:uppercase}.no-underline{text-decoration-line:none}@media (min-width:40rem){.sm\:flex-row{flex-direction:row}}@media (min-width:48rem){.md\:col-4{grid-column:4}.md\:col-6{grid-column:6}.md\:flex-row{flex-direction:row}}@media (min-width:64rem){.lg\:col-6{grid-column:6}}@media (min-width:80rem){.xl\:col-3{grid-column:3}.xl\:col-4{grid-column:4}.xl\:col-6{grid-column:6}.xl\:col-8{grid-column:8}}}:root{--background:#eff3f8;--foreground:#111827}body{background:var(--background);color:var(--foreground);margin:0;overflow-x:hidden}.layout-topbar-logo img,.layout-footer img,.clean-auth-logo{object-fit:cover;border-radius:10px}.auth-page{min-height:100dvh;padding:1rem}.clean-auth-logo{width:4.25rem;height:4.25rem;margin-left:auto;margin-right:auto;display:block}.auth-card-frame{min-width:0;max-width:42rem}.auth-card{min-width:0;padding:2.25rem 3rem}.auth-card-content{min-width:0;max-width:34rem;margin:0 auto}.auth-card .p-inputtext,.auth-card .p-password,.auth-card .p-password-input,.auth-card .p-button{max-width:100%}.p-password,.p-password .p-icon-field{width:100%;display:block;position:relative}.p-password .p-password-input,.p-password .p-inputtext{width:100%;padding-right:2.75rem}.p-password .p-input-icon{margin-top:0;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.auth-password-panel.p-password-panel,.auth-card .p-password-panel{max-width:100%;width:100%!important;min-width:0!important;left:0!important}.auth-password-panel .p-password-meter,.auth-card .p-password-panel .p-password-meter{width:100%}.auth-password-panel,.auth-password-panel *,.auth-card .p-password-panel,.auth-card .p-password-panel *{overflow-wrap:anywhere;white-space:normal}.auth-card .p-button{width:100%}.p-inputtext{appearance:none;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.75rem;font-size:1rem;line-height:1.5}.p-inputtext::placeholder{color:#8b95a5}.p-inputtext:enabled:hover{border-color:#6366f1}.p-inputtext:enabled:focus{border-color:#6366f1;outline:0;box-shadow:0 0 0 .2rem #6366f129}.p-inputtext.p-invalid,.p-invalid .p-inputtext{border-color:#ef4444}.p-button{color:#fff;cursor:pointer;text-align:center;white-space:nowrap;background:#6366f1;border:1px solid #6366f1;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;min-height:3.125rem;padding:.875rem 1.25rem;font-weight:700;line-height:1.25;display:inline-flex;overflow:visible}.p-button:disabled,.p-button.p-disabled{cursor:default;opacity:.65}.p-button:not(:disabled):hover{background:#4f46e5;border-color:#4f46e5}.p-button:not(:disabled):focus{outline:0;box-shadow:0 0 0 .2rem #6366f138}.p-button.p-button-info{background:#0ea5e9;border-color:#0ea5e9}.p-button.p-button-info:not(:disabled):hover{background:#0284c7;border-color:#0284c7}.p-button.p-button-outlined{color:#6366f1;background:0 0}.p-button.p-button-outlined:not(:disabled):hover{color:#4f46e5;background:#6366f114}.p-button.p-button-text{color:#6366f1;background:0 0;border-color:#0000}.p-button.p-button-text:not(:disabled):hover{color:#4f46e5;background:#6366f114}.p-button .p-button-label{flex:0 auto;line-height:1.25;overflow:visible}.p-button .p-button-icon{flex:none;line-height:1}.p-tag{white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;min-height:1.625rem;padding:.25rem .5rem;font-size:.8125rem;font-weight:700;line-height:1.25;display:inline-flex}.p-card{color:#334155;background:#fff;border:1px solid #dce3ec;border-radius:8px;min-width:0;box-shadow:0 1px 3px #0f172a1f}.p-card .p-card-body{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.p-card .p-card-title{color:#334155;overflow-wrap:anywhere;margin:0;font-size:1.5rem;font-weight:700;line-height:1.25}.p-card .p-card-subtitle{color:#64748b;margin:-.5rem 0 0;font-weight:400;line-height:1.4}.p-card .p-card-content{min-width:0;padding:0}.p-card .p-card-footer{padding:0}.auth-account-summary{background:#f8fafc;border:1px solid #d7dee8;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;padding:.85rem .95rem;display:flex}.auth-account-identity{align-items:center;gap:.65rem;min-width:0;display:flex}.auth-account-icon{color:#2563eb;flex:none;font-size:1rem}.auth-account-text{min-width:0}.auth-account-label{color:#64748b;font-size:.78rem;line-height:1.2}.auth-account-email{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;font-weight:600;line-height:1.35;overflow:hidden}.auth-card .auth-account-change.p-button{flex:none;width:auto;min-height:2.25rem;padding-left:.75rem;padding-right:.75rem}.turnstile-widget{max-width:100%;overflow:hidden}.turnstile-widget-container{max-width:100%;min-height:65px;overflow:hidden}.turnstile-widget-container iframe{max-width:100%}.clean-profile-panel,.clean-profile-panel form,.clean-profile-panel label{min-width:0}.clean-profile-panel .p-inputtext,.clean-profile-panel .p-password,.clean-profile-panel .p-password-input,.clean-profile-panel .p-button{max-width:100%}.clean-profile-panel .p-button{white-space:normal}.link-account-panel{flex-direction:column;gap:1rem;display:flex}.account-method-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:1rem;display:grid}.account-method-card{background:#fff;border:1px solid #dce3ec;border-radius:8px;flex-direction:column;gap:1rem;min-height:18rem;padding:1.25rem;display:flex;box-shadow:0 1px 2px #0f172a14}.account-method-card__header{grid-template-columns:2.5rem minmax(0,1fr) auto;align-items:flex-start;gap:.875rem;display:grid}.account-method-icon{color:#2563eb;background:#eef4ff;border:1px solid #dbe7ff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.15rem;display:inline-flex}.account-method-heading{min-width:0}.account-method-title{color:#1f2937;margin:0;font-size:1.15rem;font-weight:700;line-height:1.25}.account-method-description{color:#526071;margin:.35rem 0 0;font-size:.95rem;line-height:1.45}.account-method-status{text-align:center;white-space:normal;justify-self:end;max-width:9rem;line-height:1.25}.account-method-meta{color:#334155;overflow-wrap:anywhere;background:#f8fafc;border:1px solid #e5ebf2;border-radius:8px;align-items:center;min-width:0;padding:.75rem .875rem;font-size:.95rem;line-height:1.35;display:flex}.account-method-actions{flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.account-method-actions .p-button,.account-method-form .p-button{width:100%}.account-method-actions-stack,.account-method-form{flex-direction:column;gap:.75rem;display:flex}.account-method-form .p-inputtext,.account-method-form .p-password,.account-method-form .p-password-input{width:100%}.account-method-action-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.75rem;display:grid}.passkey-list{flex-direction:column;gap:.5rem;display:flex}.passkey-list-item{background:#f8fafc;border:1px solid #e5ebf2;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.75rem;display:grid}.passkey-list-item__body{flex-direction:column;gap:.25rem;min-width:0;display:flex}.passkey-list-item__name{color:#1f2937;overflow-wrap:anywhere;font-weight:700}.passkey-list-item__meta{color:#64748b;font-size:.85rem}.passkey-list-item .p-button{width:2.5rem;height:2.5rem}@media (max-width:480px){.auth-page{align-items:flex-start;padding:.75rem}.auth-card{padding:1.25rem 1rem}.auth-card-frame{max-width:calc(100vw - 1.5rem)}.auth-card-content>.text-center.mb-4{margin-bottom:1rem!important}.clean-auth-logo{width:3.5rem;height:3.5rem;margin-bottom:.75rem!important}.auth-title{line-height:1.15;font-size:2rem!important}.auth-description{font-size:1rem;line-height:1.45;display:block}.auth-card form{gap:1rem!important}.auth-card label{gap:.5rem!important}.auth-card .p-inputtext,.auth-card .p-password-input{min-height:3rem;font-size:1rem}.auth-card .p-button{min-height:3rem}.auth-account-summary{flex-direction:column;align-items:stretch}.auth-card .auth-account-change.p-button{align-self:flex-start;min-height:2.5rem}.auth-password-panel.p-password-panel,.auth-card .p-password-panel{font-size:.875rem}}@media (max-width:360px){.auth-page{padding:.5rem}.auth-card{padding:1rem .75rem}.auth-card-frame{max-width:calc(100vw - 1rem)}.auth-title{font-size:1.75rem!important}.turnstile-widget-container{height:60px}.turnstile-widget-container>div{transform-origin:0 0;transform:scale(.88)}}@media (max-width:1199px){.account-method-grid{grid-template-columns:1fr}.account-method-card{min-height:0}}@media (max-width:640px){.clean-profile-panel .p-card .p-card-body{padding:1.25rem}.clean-profile-panel .p-button{width:100%}.account-method-card{padding:1rem}.account-method-card__header{grid-template-columns:2.25rem minmax(0,1fr)}.account-method-icon{width:2.25rem;height:2.25rem;font-size:1rem}.account-method-status{grid-column:2;justify-self:start}.account-method-action-row{grid-template-columns:1fr}.p-datatable .p-datatable-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.p-datatable .p-datatable-table{table-layout:auto;min-width:44rem}.p-datatable .p-datatable-thead>tr>th,.p-datatable .p-datatable-tbody>tr>td{white-space:nowrap}.p-datatable .p-datatable-tbody>tr>td:first-child{white-space:normal;min-width:13rem}}.p-button:not(.p-button-outlined):not(.p-button-text):not(.p-button-link),.p-button:not(.p-button-outlined):not(.p-button-text):not(.p-button-link) .p-button-label,.p-button:not(.p-button-outlined):not(.p-button-text):not(.p-button-link) .p-button-icon,a.p-button:not(.p-button-outlined):not(.p-button-text):not(.p-button-link){color:#fff}*{box-sizing:border-box}a,button,input,select{transition:border-color .15s,background-color .15s,color .15s,box-shadow .15s,opacity .15s}button,input,select{font:inherit}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}
