@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing: .25rem;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;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;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{font-size:75%;line-height:0;position:relative;vertical-align:baseline}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{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}: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,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-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]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.start{inset-inline-start:var(--spacing)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.uppercase{text-transform:uppercase}.opacity-30{opacity:30%}.opacity-90{opacity:90%}.blur{--tw-blur: blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}*{font-family:Poppins,sans-serif}:root{color-scheme:dark}body{background-color:#121214}input[type=date],input[type=datetime-local],input[type=time],input[type=month],input[type=week]{color-scheme:dark}input[type=date]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator,input[type=month]::-webkit-calendar-picker-indicator,input[type=week]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.85}input[type=date]::-webkit-calendar-picker-indicator:hover,input[type=datetime-local]::-webkit-calendar-picker-indicator:hover,input[type=time]::-webkit-calendar-picker-indicator:hover,input[type=month]::-webkit-calendar-picker-indicator:hover,input[type=week]::-webkit-calendar-picker-indicator:hover{opacity:1}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#121214}::-webkit-scrollbar-thumb{background:#2c2c30;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#7c3aed}.auth-form{width:100%;display:flex;flex-direction:column;gap:1.5rem}.auth-header{display:flex;flex-direction:column;gap:.55rem;position:relative}.auth-header:before{content:"";width:2.5rem;height:3px;border-radius:2px;background:linear-gradient(90deg,#a855f7,#7c3aed);margin-bottom:.35rem}.auth-title{color:#fafafa;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.01em}@media(min-width:768px){.auth-title{font-size:1.75rem}}.auth-subtitle{color:#a1a1aa;font-size:.875rem;line-height:1.5}.auth-fields{display:flex;flex-direction:column;gap:1rem}.auth-field{display:flex;flex-direction:column;gap:.4rem}.auth-label{font-size:.72rem;font-weight:500;color:#d4d4d8;letter-spacing:.02em;text-transform:uppercase}.auth-input-wrap{display:flex;align-items:center;gap:.65rem;background:#1a1a1e;border:1px solid #27272a;border-radius:.65rem;padding:.85rem 1rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.auth-input-wrap:hover{border-color:#3f3f46}.auth-input-wrap:focus-within{border-color:#7c3aed;background:#17171b;box-shadow:0 0 0 3px #7c3aed2e}.auth-input-wrap.is-invalid{border-color:#f87171;box-shadow:0 0 0 3px #f871711f}.auth-input-icon{width:1.1rem;height:1.1rem;opacity:.55;flex-shrink:0}.auth-input{width:100%;background:transparent;border:none;outline:none;color:#fafafa;font-size:.95rem;letter-spacing:.01em}.auth-input::placeholder{color:#71717a;font-weight:400}.auth-input:-webkit-autofill,.auth-input:-webkit-autofill:hover,.auth-input:-webkit-autofill:focus{-webkit-text-fill-color:#fafafa;-webkit-box-shadow:0 0 0 1000px #1a1a1e inset;transition:background-color 5000s ease-in-out 0s}.auth-toggle-eye{background:transparent;border:none;padding:.15rem;color:#a1a1aa;cursor:pointer;border-radius:.3rem;transition:color .15s ease,background-color .15s ease;display:inline-flex;align-items:center;justify-content:center}.auth-toggle-eye:hover{color:#fafafa;background-color:#ffffff0a}.auth-field-error{color:#fca5a5;font-size:.78rem;font-weight:500;min-height:1rem}.auth-submit-error{color:#fca5a5;font-size:.85rem;font-weight:500;background:#f8717114;border:1px solid rgba(248,113,113,.22);border-radius:.5rem;padding:.65rem .8rem;line-height:1.4}.auth-btn{width:100%;padding:.95rem 1rem;border:none;border-radius:.65rem;background:linear-gradient(180deg,#8b5cf6,#7c3aed);color:#fafafa;font-size:.95rem;font-weight:600;letter-spacing:.01em;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 1px #ffffff1a inset,0 14px 26px -16px #7c3aedbf}.auth-btn:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 1px #ffffff1f inset,0 18px 30px -16px #7c3aede6}.auth-btn:active:not(:disabled){transform:translateY(1px)}.auth-btn:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.1);box-shadow:none}.auth-spinner{width:1rem;height:1rem;animation:auth-spin .9s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-footer-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.auth-link{color:#a1a1aa;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .15s ease}.auth-link:hover{color:#fafafa}.auth-link-accent{color:#c4b5fd}.auth-link-accent:hover{color:#e9d5ff}.auth-back-link{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;color:#a1a1aa;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .15s ease;align-self:center}.auth-back-link:hover{color:#fafafa}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@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-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial}}}
