:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sponsored-card{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom right,#fdeacc,#fce6b3);border-radius:12px;padding:16px;max-width:600px;font-family:Segoe UI,sans-serif;box-shadow:0 2px 8px #0000001a;height:100%}.sponsored-card .sponsored-text{flex:1;margin-right:12px;max-width:120px}.sponsored-card .sponsored-text .label{color:#316bce;font-weight:600;font-size:14px;margin-bottom:6px}.sponsored-card .sponsored-text p{color:#333;font-size:12px;line-height:1.4}.sponsored-card .sponsored-text p strong{font-weight:600}.sponsored-card .sponsored-image{height:100%;text-align:center;display:flex;flex-direction:column;align-items:center}.sponsored-card .sponsored-image img{height:80px;margin-bottom:8px}.sponsored-card .sponsored-image button{width:80px;background-color:#5a3cff;color:#fff;font-size:10px;border:none;border-radius:20px;padding:6px 10px;cursor:pointer;transition:background-color .2s ease;max-width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sponsored-card .sponsored-image button:hover{background-color:#3d2ae6}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:#f9fafb;color:#1f2937}body.dark{background-color:#1e1e1e;color:#e0e0e0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInLeft{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.animate-fade-in{animation:fadeIn .25s ease}.animate-slide-in-right{animation:slideInRight .25s ease}.animate-slide-in-left{animation:slideInLeft .25s ease}.animate-pulse{animation:pulse 1.5s ease infinite}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.app-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;height:100%;width:100%;overflow:hidden}.app-container.dark{background-color:#1e1e1e;color:#e0e0e0}.app-header{height:4rem;min-height:4rem;max-height:4rem;width:100%;background-color:#fff;border-bottom:1px solid #E5E7EB;padding:0 1rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;position:relative;z-index:10;flex-shrink:0}@media (min-width: 640px){.app-header{padding:0 .75rem}}.dark .app-header{background-color:#09132c;border-color:#444}.app-header__left{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.75rem;flex:1;min-width:0}@media (min-width: 640px){.app-header__left{gap:.5rem}}.app-header__logo{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;min-width:0}.app-header__logo a{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.5rem;color:#3b82f6;font-weight:600;font-size:1.25rem;text-decoration:none;white-space:nowrap}.dark .app-header__logo a{color:#3b82f6}.app-header__logo a:hover{opacity:.8}.app-header__logo a svg{width:24px;height:24px;flex-shrink:0}@media (min-width: 640px){.app-header__logo a span{font-size:1.125rem}}.app-header__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap;gap:1rem;flex-shrink:0}@media (min-width: 640px){.app-header__actions{gap:.5rem}}.app-header__menu-button{display:block;background:none;border:none;color:#374151;cursor:pointer;padding:.5rem;position:relative}@media (min-width: 1024px){.app-header__menu-button{display:none}}.dark .app-header__menu-button{color:#fff}.app-header__menu-button:hover{color:#3b82f6}.menu-icon-wrapper{position:relative;display:inline-block}.notification-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background-color:#ef4444;border-radius:50%;border:2px solid white;animation:pulse-dot 2s infinite}.dark .notification-dot{border-color:#09132c}@keyframes pulse-dot{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}to{transform:scale(1);opacity:1}}.theme-toggle{background:none;border:none;color:#374151;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .25s ease;flex-shrink:0;min-width:44px;min-height:44px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.dark .theme-toggle{color:#fff}.theme-toggle:hover{background-color:#f3f4f6;color:#3b82f6}.dark .theme-toggle:hover{background-color:#ffffff1a}@media (max-width: 768px){.theme-toggle--desktop{display:none}}.theme-toggle svg{flex-shrink:0}.main-layout{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;height:calc(100% - 4rem);width:100%;overflow:hidden}.sidebar{width:300px;height:100%;background-color:#f9fafb;border-right:1px solid #E5E7EB;transition:width .25s ease;overflow:hidden;display:flex;flex-direction:column}.dark .sidebar{background-color:#09132c;border-color:#444}@media (max-width: 1023px){.sidebar{position:absolute;top:4rem;left:0;height:calc(100% - 4rem);z-index:20;transform:translate(-100%);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.sidebar.open{transform:translate(0)}}.sidebar__header{padding:1rem;border-bottom:1px solid #E5E7EB;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;background-color:#fff}.dark .sidebar__header{border-color:#444;background-color:transparent}.sidebar__content{flex:1;overflow-y:auto;padding:.5rem}.sidebar__footer{padding:1rem;border-top:1px solid #E5E7EB;background-color:#fff}.dark .sidebar__footer{border-color:#444;background-color:transparent}.content-area{flex:1;height:100%;overflow:hidden;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.dark .content-area{background-color:#09132c}.backdrop{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:15}@media (max-width: 1023px){.backdrop.visible{display:block}}.auth-container{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;width:100%;min-height:calc(100vh - 4rem);padding:1rem;background-color:#f9fafb}.dark .auth-container{background-color:#09132c}.register-divider{margin:10px 0;border:.8px solid #D1D5DB}.dark .register-divider{border-color:#fff}.auth-form{width:100%;max-width:400px;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:2rem}.dark .auth-form{background-color:#2d2d2d;box-shadow:0 4px 12px #0000004d}.auth-form__title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center;color:#111827}.dark .auth-form__title{color:#e0e0e0}.auth-form__group{margin-bottom:1rem}.auth-form__label{display:block;font-size:.87rem;font-weight:500;margin-bottom:.25rem;color:#374151}.dark .auth-form__label{color:#d1d5db}.auth-form__input{width:100%;padding:.75rem 1rem;border:1px solid #D1D5DB;border-radius:.375rem;font-size:1rem;background-color:#fff}.dark .auth-form__input{background-color:#1e1e1e;border-color:#444;color:#e0e0e0}.auth-form__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f640}.auth-form__button{width:100%;padding:.75rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .25s ease}.auth-form__button:hover{background-color:#1d4ed8}.auth-form__button:disabled{background-color:#9ca3af;cursor:not-allowed}.auth-form__error{color:#ef4444;font-size:.87rem;margin-top:.5rem}.auth-form__footer{margin-top:1.5rem;text-align:center;font-size:.87rem;color:#4b5563}.dark .auth-form__footer{color:#9ca3af}.auth-form__footer a{color:#3b82f6;text-decoration:none}.auth-form__footer a:hover{text-decoration:underline}.auth-links{margin-top:1.5rem;text-align:center;font-size:.87rem;color:#4b5563}.dark .auth-links{color:#9ca3af}.auth-links a{color:#3b82f6;text-decoration:none}.auth-links a:hover{text-decoration:underline}.user-profile{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.75rem;padding:.5rem .75rem;border:1px solid #D1D5DB;border-radius:.375rem;cursor:pointer;transition:all .25s ease;background-color:#fff;flex-shrink:0}.user-profile:hover{background-color:#f9fafb;border-color:#9ca3af}.dark .user-profile:hover{background-color:#374151;border-color:#4b5563}.dark .user-profile{background-color:#1f2937;border-color:#4b5563}@media (min-width: 640px){.user-profile{gap:.5rem;padding:.25rem .5rem}}.user-profile__avatar{border-radius:9999px;background-color:#3b82f6;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;color:#fff;font-weight:600;font-size:12px;padding:4px;min-width:28px;height:28px}.dark .user-profile__avatar{background-color:#3b82f6;color:#fff}.user-profile__info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-wrap:nowrap}.user-profile__name{font-weight:600;font-size:.87rem;color:#111827}.dark .user-profile__name{color:#f3f4f6}@media (max-width: 480px){.user-profile__name{display:none}}.user-profile__chevron{color:#4b5563;transition:all .25s ease}.dark .user-profile__chevron{color:#d1d5db}.user-profile__chevron.rotate-180{transform:rotate(180deg)}.user-menu{position:absolute;top:calc(100% + 8px);right:0;width:220px;background-color:#fff;border:1px solid #E5E7EB;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden;z-index:50;animation:fadeIn .25s ease;transform:translate(-12px)}@media (min-width: 640px){.user-menu{width:200px;transform:translate(-8px)}}@media (max-width: 480px){.user-menu{width:180px;transform:translate(-4px)}}.dark .user-menu{background-color:#09132c;border-color:#444}.user-menu__header{padding:.75rem 1rem;border-bottom:1px solid #E5E7EB}.dark .user-menu__header{border-color:#444}.user-menu__user-info{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;gap:.25rem;color:#fff}.user-menu__name{font-weight:600;color:#111827}.dark .user-menu__name{color:#f3f4f6}.user-menu__email{font-size:.87rem;color:#4b5563}.dark .user-menu__email{color:#9ca3af}.user-menu__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.75rem;padding:.75rem 1rem;color:#374151;transition:all .25s ease;cursor:pointer;width:100%;border:none;background:none;text-align:left;font-size:.87rem}.dark .user-menu__item{color:#d1d5db}.user-menu__item:hover{background-color:#f3f4f6}.dark .user-menu__item:hover{background-color:#1f2937}.user-menu__item--danger{color:#ef4444}.user-menu__item--danger:hover{background-color:#ef44441a}@media (min-width: 769px){.user-menu__item--mobile-theme{display:none}}.chat-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;height:100%;width:100%;overflow:hidden;position:relative;max-width:800px;margin:0 auto}.chat-messages{flex:1;overflow-y:auto;padding:1rem;scrollbar-width:none}.chat-messages__welcome{text-align:center;padding:4rem 1rem;color:#6b7280}.dark .chat-messages__welcome{color:#9ca3af}.chat-messages__welcome h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.chat-messages__welcome p{font-size:1.125rem;max-width:600px;margin:0 auto}.message-group{max-width:80%;margin-bottom:1.5rem;animation:fadeIn .25s ease;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;flex-wrap:nowrap;gap:.75rem}@media (min-width: 768px){.message-group{max-width:70%}}.message-group.user{margin-left:auto;flex-direction:row-reverse;animation:slideInRight .25s ease}.message-group.assistant{margin-right:auto;animation:slideInLeft .25s ease}.message-group__avatar{flex-shrink:0;margin-bottom:.25rem}.message-avatar{width:32px;height:32px;border-radius:9999px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;font-size:.75rem;font-weight:600;flex-shrink:0}.message-avatar--user{background-color:#3b82f6;color:#fff}.message-avatar--assistant{background-color:#e5e7eb;color:#374151}.dark .message-avatar--assistant{background-color:#374151;color:#e5e7eb}.message{padding:1rem;border-radius:1.5rem;position:relative;flex:1;max-width:100%}.dark .message{box-shadow:0 2px 6px #0003}.message.user{background-color:#3b82f6;color:#fff}.dark .message.user{background-color:#0d1a3a}.message.assistant{background-color:#f3f4f6;color:#111827;border:1px solid #E5E7EB}.dark .message.assistant{background-color:#1d2764;color:#f3f4f6;border-color:transparent}.message__content{font-size:1rem}.message__content *{margin:revert;padding:revert}.message__timestamp{font-size:.75rem;opacity:.8;margin-top:.5rem;text-align:right}.message__attachments{margin-top:1rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:.5rem}.message__attachment{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.5rem;padding:.5rem .75rem;background-color:#fff3;border-radius:.375rem;font-size:.87rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration-line:none}.message__attachment-icon{flex-shrink:0;color:#fff}.message__attachment-name{overflow:hidden;text-overflow:ellipsis;color:#fff}.message.typing .typing-indicator{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:4px}.message.typing .typing-indicator span{display:inline-block;width:8px;height:8px;background-color:currentColor;border-radius:9999px;opacity:.6}.message.typing .typing-indicator span:nth-child(1){animation:pulse 1s infinite 0s}.message.typing .typing-indicator span:nth-child(2){animation:pulse 1s infinite .2s}.message.typing .typing-indicator span:nth-child(3){animation:pulse 1s infinite .4s}.chat-input{padding:1rem;background-color:#fff}.dark .chat-input{background-color:#09132c}.chat-input__container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;flex-wrap:nowrap;gap:.75rem;background-color:#f3f4f6;border:1px solid #E5E7EB;border-radius:1.5rem;padding:.75rem 1rem;position:relative}.dark .chat-input__container{background-color:#0d1a3a;border-color:transparent}.chat-input__textarea{flex:1;background:none;border:none;resize:none;padding:0;min-height:30px;max-height:200px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;line-height:1.5;color:#111827;outline:none}.dark .chat-input__textarea{color:#f3f4f6}.chat-input__textarea::-moz-placeholder{color:#6b7280}.chat-input__textarea::placeholder{color:#6b7280}.dark .chat-input__textarea::-moz-placeholder{color:#9ca3af}.dark .chat-input__textarea::placeholder{color:#9ca3af}.chat-input__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap;gap:.5rem}.chat-input__button{background:none;border:none;cursor:pointer;color:#4b5563;padding:.25rem;border-radius:9999px;transition:all .25s ease}.dark .chat-input__button{color:#d1d5db}.chat-input__button:hover{color:#3b82f6;background-color:#3b82f61a}.chat-input__button:hover.delete{color:#ef4444;background-color:#ef44441a}.chat-input__button--send{color:#3b82f6}.chat-input__button--send:disabled{color:#9ca3af;cursor:not-allowed}.chat-input__attachments{padding:.5rem .75rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:.5rem}.chat-input__attachment{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.5rem;padding:.25rem .5rem;background-color:#e5e7eb;border-radius:.375rem;font-size:.75rem}.dark .chat-input__attachment{background-color:#374151}.chat-input__attachment-remove{cursor:pointer;color:#6b7280}.chat-input__attachment-remove:hover{color:#ef4444}.chat-input__file-input{display:none}.session-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;gap:.5rem;width:100%}.session-list__item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:.5rem .75rem;border-radius:.375rem;cursor:pointer;transition:all .25s ease}.session-list__item:hover{background-color:#e5e7eb}.dark .session-list__item:hover{background-color:#374151}.session-list__item.active{background-color:#3b82f61a;color:#3b82f6;font-weight:500}.dark .session-list__item.active{background-color:#3b82f633}.session-list__title{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.5rem;flex:1;min-width:0}.session-list__title span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-list__title i{font-size:12px;margin-right:4px;position:relative;top:-1px}.session-list__context-indicator{font-size:.87rem;color:#3b82f6}.session-list__actions{opacity:0;transition:all .25s ease}.session-list__item:hover .session-list__actions{opacity:1}.session-list__action{background:none;border:none;color:#4b5563;cursor:pointer;padding:.25rem}.dark .session-list__action{color:#9ca3af}.session-list__action:hover{color:#ef4444}.session-list__empty{padding:2rem 1rem;text-align:center;color:#6b7280}.dark .session-list__empty{color:#9ca3af}.new-chat-button{width:100%;padding:.75rem 1rem;background-color:#fff;color:#111827;border:1px solid #D1D5DB;border-radius:.375rem;font-size:1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:.5rem;cursor:pointer;transition:all .25s ease}.dark .new-chat-button{background-color:#09132c;border-color:#444;color:#f3f4f6}.new-chat-button:hover{background-color:#f3f4f6}.dark .new-chat-button:hover{background-color:#1f2937}.hidden{display:none}.btn{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:.5rem;padding:.5rem 1rem;border-radius:.375rem;font-size:.87rem;font-weight:500;cursor:pointer;transition:all .25s ease}.btn-primary{background-color:#3b82f6;color:#fff;border:none}.btn-primary:hover{background-color:#1d4ed8}.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.btn-secondary{background-color:#fff;color:#111827;border:1px solid #D1D5DB}.dark .btn-secondary{background-color:#2d2d2d;border-color:#444;color:#f3f4f6}.btn-secondary:hover{background-color:#f3f4f6}.dark .btn-secondary:hover{background-color:#1f2937}.btn-text{background:none;border:none;color:#374151;padding:.25rem .5rem}.dark .btn-text{color:#d1d5db}.btn-text:hover{color:#3b82f6;background-color:#3b82f61a}.btn-icon{padding:.5rem;background:none;border:none;color:#4b5563;border-radius:9999px}.dark .btn-icon{color:#9ca3af}.btn-icon:hover{color:#3b82f6;background-color:#3b82f61a}.btn-danger{background-color:#ef4444;color:#fff;border:none}.btn-danger:hover{background-color:#eb1515}.btn-success{background-color:#10b981;color:#fff;border:none}.btn-success:hover{background-color:#0c8a60}.theme-toggle{background:none;border:none;color:#4b5563;cursor:pointer;padding:.5rem;border-radius:9999px;transition:all .25s ease}.dark .theme-toggle{color:#d1d5db}.theme-toggle:hover{color:#3b82f6;background-color:#3b82f61a}.app-container:has(.home-page){overflow-y:auto;height:100vh}.app-container:has(.home-page) .app-header{height:4rem;min-height:4rem;max-height:4rem;flex-shrink:0}.home-page{background-color:#fff;min-height:calc(100vh - 4rem);color:#111827;overflow-y:auto}.dark .home-page{background-color:#09132c;color:#fff}.hero-section{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;min-height:40vh;padding:1.5rem 1rem;text-align:center}.hero-content{max-width:600px;width:100%}.hero-icon{margin-bottom:1rem}.hero-icon svg{color:#3b82f6}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;background:linear-gradient(135deg,#3b82f6,#4facfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.hero-title{font-size:2rem}}.hero-subtitle{font-size:1.1rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.5}.dark .hero-subtitle{color:#fffc}@media (max-width: 768px){.hero-subtitle{font-size:1rem}}.hero-subtitle .brand-link{color:#3b82f6;text-decoration:none;font-weight:600}.hero-subtitle .brand-link:hover{text-decoration:underline}.dark .hero-subtitle .brand-link{color:#3b82f6}.hero-example{font-size:1rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.5;font-style:italic;max-width:480px;margin-left:auto;margin-right:auto}.dark .hero-example{color:#ffffffb3}@media (max-width: 768px){.hero-example{font-size:.95rem}}.authenticated-content{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;gap:1rem}.welcome-message{font-size:1.1rem;color:#374151}.dark .welcome-message{color:#ffffffe6}.welcome-message .user-name{color:#3b82f6;font-weight:600}.unauthenticated-content{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap}.cta-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:1rem}@media (max-width: 768px){.cta-buttons{flex-direction:column;width:100%}}.cta-button{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .25s ease;min-width:140px}@media (max-width: 768px){.cta-button{width:100%;max-width:300px}}.cta-button.primary{background-color:#3b82f6;color:#fff}.cta-button.primary:hover{background-color:#1d4ed8;transform:translateY(-2px)}.cta-button.secondary{background-color:transparent;color:#374151;border:2px solid #D1D5DB}.dark .cta-button.secondary{color:#fff;border-color:#ffffff4d}.cta-button.secondary:hover{background-color:#f3f4f6;border-color:#9ca3af;transform:translateY(-2px)}.dark .cta-button.secondary:hover{background-color:#ffffff1a;border-color:#ffffff80}.features-section{padding:2rem 1rem 3rem;padding-top:0}.features-container{max-width:1000px;margin:0 auto}.features-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#111827}.dark .features-title{color:#fff}@media (max-width: 768px){.features-title{font-size:1.75rem}}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1024px){.features-grid{grid-template-columns:1fr;gap:1rem}}.feature-card{background:#fff;border:1px solid #E5E7EB;border-radius:.75rem;padding:1.5rem;text-align:center;transition:all .25s ease;box-shadow:0 1px 2px #0000000d}.dark .feature-card{background:#ffffff0d;border-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:none}.feature-card:hover{background:#f9fafb;border-color:#3b82f64d;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.dark .feature-card:hover{background:#ffffff14;box-shadow:none}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#111827}.dark .feature-card h3{color:#fff}.feature-card p{color:#4b5563;line-height:1.5;font-size:.9rem}.dark .feature-card p{color:#fffc}.feature-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#4facfe);border-radius:9999px;margin:0 auto 1rem}.feature-icon svg{color:#fff}.prompt-container{width:100%;max-width:42rem;margin:1.5rem 0}.prompt-form{width:100%}.prompt-input-wrapper{position:relative;width:100%;background:#fff;border:2px solid #E5E7EB;border-radius:.75rem;padding:1rem;height:150px;transition:all .25s ease;box-shadow:0 1px 2px #0000000d}.dark .prompt-input-wrapper{background:#ffffff0d;border-color:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.prompt-input-wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark .prompt-input-wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.prompt-icon{position:absolute;bottom:1rem;left:1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;width:32px;height:32px;background:#3b82f6;border-radius:.5rem;color:#fff;flex-shrink:0}.dark .prompt-icon{background:#3b82f6cc}.prompt-textarea{width:100%;height:calc(100% - 50px);border:none;outline:none;background:transparent;resize:none;font-size:1.1rem;line-height:1.6;color:#111827;font-family:inherit;overflow-y:auto;padding:0 60px 0 0}.dark .prompt-textarea{color:#fff}.prompt-textarea::-moz-placeholder{color:#6b7280}.prompt-textarea::placeholder{color:#6b7280}.dark .prompt-textarea::-moz-placeholder{color:#fff9}.dark .prompt-textarea::placeholder{color:#fff9}.prompt-textarea::-webkit-scrollbar{width:6px}.prompt-textarea::-webkit-scrollbar-track{background:transparent}.prompt-textarea::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.dark .prompt-textarea::-webkit-scrollbar-thumb{background:#ffffff4d}.send-button{position:absolute;bottom:1rem;right:1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;width:40px;height:40px;background:#3b82f6;border:none;border-radius:.5rem;color:#fff;cursor:pointer;transition:all .25s ease;flex-shrink:0}.send-button:hover:not(.disabled){background:#1d4ed8;transform:scale(1.05)}.send-button.disabled{opacity:.4;cursor:not-allowed;background:#9ca3af}.dark .send-button.disabled{background:#fff3}.send-button svg{transform:translate(1px)}.auth-notice{text-align:center;font-size:.9rem;color:#4b5563;margin-top:.75rem}.dark .auth-notice{color:#ffffffb3}.auth-link{color:#3b82f6;text-decoration:none;font-weight:500}.auth-link:hover{text-decoration:underline}.quick-chat-link{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:.5rem;color:#4b5563;text-decoration:none;font-size:.9rem;margin-top:1rem;transition:all .25s ease}.dark .quick-chat-link{color:#ffffffb3}.quick-chat-link:hover{color:#3b82f6;text-decoration:underline}
