.chat-app{display:grid;grid-template-columns:minmax(56px,90px) minmax(240px,320px) minmax(0,1fr);width:min(1360px,100%);height:100dvh;margin:0 auto;padding:clamp(.75rem,2vw,1.5rem);background:#f5f6fd;color:#1f2557;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;gap:clamp(.75rem,1.25vw,1.25rem);box-sizing:border-box;overflow:visible}.chat-app--compact{padding:0;display:flex;flex-direction:column;gap:0;width:100%;height:auto;min-height:100dvh;background:#f5f6fd;overflow:visible}.chat-mobile-shell{min-height:100dvh;background:#f5f6fd}.chat-app__nav,.chat-sidebar,.chat-thread{height:100%;min-height:0}.chat-app__nav{background:#eef1ff;padding:1.5rem .75rem;border-radius:28px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-shadow:0 20px 45px #8a7aff26;overflow:hidden;gap:1rem}.brand-icon{width:44px;height:44px;border-radius:14px;border:none;background:linear-gradient(135deg,#7a5af5,#9061f9);color:#fff;font-size:1.25rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.nav-icons{display:flex;flex-direction:column;gap:.85rem;width:100%;align-items:center}.nav-icons--primary{overflow:hidden}.nav-icons--bottom{align-items:center;gap:.75rem}.nav-icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:16px;background:transparent;font-size:1.5rem;cursor:pointer;color:#9ba0c7;position:relative}.nav-icon--profile{background:#fff;color:#7a5af5;border-radius:18px;cursor:default;box-shadow:0 12px 30px #7a5af526}.nav-tooltip{position:absolute;left:60px;top:50%;transform:translateY(-50%);background:#1f2557;color:#fff;padding:.75rem 1rem;border-radius:12px;box-shadow:0 12px 30px #00000026;min-width:180px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:2}.nav-tooltip p{margin:0;font-size:.95rem;font-weight:600}.nav-tooltip span{font-size:.8rem;color:#fffc}.nav-icon--profile:hover .nav-tooltip{opacity:1;transform:translateY(-50%) translate(4px)}.nav-icon--danger{background:#ffeef0;color:#ff4e72;box-shadow:0 12px 30px #ff4e7233}.nav-icon--active{background:#fff;color:#7a5af5;box-shadow:0 8px 20px #7a5af533}.nav-icon--message--typing{background:#f4f5ff;color:#7a5af5}.emoji-picker{position:absolute;bottom:100%;left:0;margin-bottom:.85rem;box-shadow:0 20px 45px #14103c2e;border-radius:20px;overflow:hidden;z-index:5}.chat-sidebar{background:#fff;border-radius:32px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;box-shadow:0 30px 80px #534bae1f;min-height:0;overflow:hidden;width:100%}.chat-sidebar--mobile{border-radius:0;padding:0;box-shadow:none;min-height:calc(100dvh - 150px);background:#fff}.chat-sidebar--mobile .chat-sidebar__section-title{display:none}.chat-sidebar--mobile .chat-list__item{border-radius:0;border-bottom:1px solid #f0f2f5;background:#fff;padding:.9rem 1rem;box-shadow:none}.chat-sidebar--mobile .chat-list__item--active{background:#f6fffb;border-color:#d9f7be;box-shadow:none}.chat-sidebar--mobile .chat-list__snippet{max-width:none;color:#54656f}.chat-sidebar--mobile .chat-list__meta{color:#8696a0}.chat-mobile-list{background:#fff;border-top-left-radius:28px;border-top-right-radius:28px;box-shadow:0 -12px 35px #1f25571f;padding:.75rem 0 4.5rem;min-height:calc(100dvh - 210px);overflow-y:auto;overflow-x:hidden}.chat-mobile-list.is-hidden{display:none}.chat-thread--mobile{border-radius:0;box-shadow:none;background:#fff;flex:1 1 auto;display:flex;flex-direction:column;min-height:calc(100dvh + -0px)}.chat-thread--mobile .chat-thread__header{padding:.85rem 1rem;flex-wrap:wrap;gap:.75rem}.chat-thread--mobile .chat-thread__participant{flex:1;min-width:0}.chat-thread--mobile .chat-thread__actions{width:100%;justify-content:flex-end;gap:.35rem}.chat-thread--mobile .chat-thread__actions button{width:38px;height:38px}.chat-thread--mobile .chat-thread__body{padding:1rem 1rem 1.25rem;flex:1;overflow-y:auto;min-height:0}.chat-thread--mobile .message{max-width:90%}.chat-thread--mobile .chat-composer{padding:1rem;grid-template-columns:repeat(2,44px) 1fr 56px;gap:.5rem;position:sticky;bottom:0;z-index:3;background:#fbfbff}.chat-sidebar.is-hidden,.chat-thread.is-hidden{display:none}.chat-mobile-header{background:#fff;color:#1f2557;padding:1.25rem 1rem .75rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.15);flex-direction:column;gap:.5rem;box-shadow:0 15px 30px #534bae14;border-bottom-left-radius:28px;border-bottom-right-radius:28px}.chat-mobile-header__top{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.chat-mobile-header.is-searching{padding-bottom:1rem;box-shadow:0 18px 36px #534bae2e}.chat-mobile-header__title{font-size:1.35rem;font-weight:600;margin:0}.chat-mobile-header__subtitle{font-size:.85rem;color:#7a80a9}.chat-mobile-header__actions{display:flex;align-items:center;gap:.5rem}.chat-mobile-header__actions button{border:none;background:#f4f5ff;color:#7a5af5;width:36px;height:36px;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #7a5af533}.chat-mobile-header__menu{position:relative}.chat-mobile-header__menu-dropdown{position:absolute;right:0;top:110%;background:#fff;color:#1f2557;border-radius:12px;box-shadow:0 12px 24px #0000002e;padding:.35rem 0;min-width:120px;z-index:12}.chat-mobile-header__menu-dropdown button{width:100%;background:none;border:none;padding:.5rem 1rem;text-align:left;cursor:pointer}.chat-mobile-header__search{width:100%;display:flex;align-items:center;gap:.5rem;padding:.35rem .75rem;border-radius:999px;background:#f4f5ff;border:1px solid rgba(122,90,245,.2)}.chat-mobile-header__search input{border:none;background:transparent;color:#1f2557;flex:1;min-width:0;font-size:.95rem}.chat-mobile-header__search input::placeholder{color:#9ba0c7}.chat-mobile-header__search input:focus{outline:none}.chat-mobile-tabs{display:flex;align-items:center;justify-content:space-around;background:#eef1ff;padding:.75rem .5rem .35rem;gap:.5rem;border-bottom-left-radius:28px;border-bottom-right-radius:28px}.chat-mobile-tabs button{flex:1;border:none;background:transparent;color:#7a80a9;font-weight:600;padding:.35rem 0;opacity:.7}.chat-mobile-tabs .is-active{color:#7a5af5;opacity:1;border-bottom:3px solid #7a5af5}.chat-mobile-floating-btn{position:fixed;bottom:2rem;right:1.25rem;width:56px;height:56px;border-radius:18px;border:none;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#7a5af5,#9061f9);color:#fff;box-shadow:0 20px 45px #7a5af559;z-index:20}.chat-sidebar__top{display:flex;flex-direction:column;gap:1rem;overflow:hidden}.chat-thread__actions{margin-left:auto;display:flex;align-items:center;gap:.5rem;flex-shrink:0}.chat-sidebar__actions{display:flex;align-items:center;gap:.75rem;width:100%}.chat-sidebar__actions .chat-sidebar__search{flex:1;min-width:0}.chat-sidebar__header h2{margin:0;font-size:1.5rem}.chat-sidebar__header p{margin:.25rem 0 0;color:#8c90b1}.chat-sidebar__header{display:flex;justify-content:space-between;align-items:flex-start}.chat-sidebar__header--minimal{justify-content:flex-end;align-items:center;padding-bottom:.25rem}.chat-sidebar__add{width:44px;height:44px;border-radius:16px;border:none;background:#ede8ff;color:#7a5af5;cursor:pointer;box-shadow:inset 0 0 0 1px #7a5af533;display:inline-flex;align-items:center;justify-content:center}.chat-sidebar__avatars{display:flex;gap:.75rem;margin:.5rem 0}.chat-sidebar__avatar{border:none;background:transparent;padding:0;cursor:pointer}.chat-sidebar__avatar img{width:52px;height:52px;border-radius:50%;object-fit:cover;box-shadow:0 10px 30px #14103c1f}.chat-sidebar__search{display:flex;align-items:center;gap:.65rem;border-radius:18px;background:#f4f5ff;padding:.85rem 1rem;color:#9aa2c0}.chat-sidebar__search input{border:none;background:transparent;width:100%;font-size:.95rem;color:#1f2557}.chat-sidebar__search input::placeholder{color:#9ba0c7}.chat-sidebar__search input:focus{outline:none}.chat-sidebar__filters{display:flex;gap:.75rem;padding-top:.5rem}.chat-sidebar__filters button{flex:1;border-radius:999px;border:none;background:#f4f5ff;color:#7a80a9;padding:.65rem .5rem;font-weight:600;cursor:pointer}.chat-sidebar__filters .is-active{background:#745ff4;color:#fff}.chat-sidebar__section-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#9ba0c7;margin:1rem 0 .75rem}.chat-sidebar__section{flex:1;overflow-y:auto;overflow-x:hidden;margin-top:.5rem;padding-right:.35rem;min-height:0}.chat-sidebar__section::-webkit-scrollbar{width:4px}.chat-sidebar__section::-webkit-scrollbar-thumb{background:#7a5af559;border-radius:999px}.chat-sidebar__section::-webkit-scrollbar-track{background:transparent}.chat-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem;overflow-x:hidden}.chat-list__item{display:flex;justify-content:space-between;align-items:center;padding:.85rem .75rem;border-radius:18px;background:#f8f9ff;border:1px solid transparent;transition:border-color .2s ease,transform .2s ease}.chat-list__item--active{background:#ede8ff;border-color:#7a5af566;box-shadow:0 12px 30px #7a5af52e}.chat-list__body{display:flex;gap:.85rem;align-items:center;width:100%;min-width:0}.chat-list__avatar{position:relative;flex-shrink:0}.chat-list__avatar img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 4px 14px #0000001f}.chat-list__presence{position:absolute;width:12px;height:12px;border-radius:50%;border:2px solid #fff;bottom:4px;right:4px;background:#4ad991}.chat-list__presence--typing{background:#f9b24d}.chat-list__name{margin:0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1f2557}.chat-list__snippet{margin:.2rem 0 0;color:#7a80a9;font-size:.9rem;max-width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-list__typing{color:#7a5af5;font-weight:600}.chat-list__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;font-size:.8rem;color:#9ba0c7}.chat-list__time{white-space:nowrap}.chat-list__badge{min-width:22px;padding:.1rem .5rem;border-radius:999px;background:#7a5af5;color:#fff;font-size:.75rem;font-weight:700;text-align:center}.chat-list__empty{margin-top:2rem;text-align:center;color:#8c90b1;display:flex;flex-direction:column;gap:.4rem;min-height:200px;align-items:center;justify-content:center}.chat-thread__empty{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.chat-thread__empty-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;background:#f4f5ff;color:#8c90b1;padding:2.5rem 3rem;border-radius:28px;box-shadow:0 30px 60px #1f255726;max-width:520px;line-height:1.5}.chat-thread__empty-card strong{color:#1f2557;font-size:1.2rem}.chat-thread__empty-card button{margin-top:.5rem;border:none;border-radius:18px;padding:.75rem 1.5rem;background:#7a5af5;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 12px 25px #7a5af54d}.chat-thread{background:#fff;display:flex;flex-direction:column;overflow:visible;border-radius:32px;box-shadow:0 35px 80px #534bae1a;min-height:0;height:100%}.chat-thread__header{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.04);gap:1rem;position:relative;z-index:2;overflow:visible}.chat-thread__participant{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.chat-thread__back{border:none;background:transparent;color:#54656f;margin-right:.5rem;display:inline-flex;align-items:center}.chat-thread__participant img{width:54px;height:54px;border-radius:18px;object-fit:cover}.chat-thread__name{margin:0;font-size:1.25rem;font-weight:600}.chat-thread__status{color:#4ad991;font-size:.9rem;display:inline-flex;align-items:center;gap:.35rem}.status-dot{width:10px;height:10px;border-radius:50%;background:#4ad991;display:inline-block}.chat-thread__actions button{width:44px;height:44px;border-radius:16px;border:none;background:#f4f5ff;color:#7a80a9;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;margin-left:.45rem}.chat-thread__user-pill{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#7a5af5,#9061f9);color:#fff;box-shadow:0 15px 25px #7a5af540;z-index:3}.chat-thread__user-tooltip{position:absolute;top:-10px;right:110%;background:#1f2557;color:#fff;padding:.5rem .75rem;border-radius:10px;box-shadow:0 15px 30px #0003;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .2s ease;min-width:160px;z-index:1000}.chat-thread__user-tooltip p{margin:0;font-weight:600}.chat-thread__user-tooltip span{font-size:.85rem;color:#fffc}.chat-thread__user-pill:hover .chat-thread__user-tooltip{opacity:1}.chat-thread__new-chat{width:auto;padding:0 1rem;background:linear-gradient(135deg,#7a5af5,#9061f9);color:#fff;font-weight:600;gap:.35rem;box-shadow:0 15px 35px #7a5af559}.chat-thread__new-chat span{font-size:.95rem}.chat-thread__body{flex:1;padding:1.5rem 2.5rem 1.25rem 2rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;overflow-x:hidden;min-height:0;width:100%;box-sizing:border-box}.message{align-self:flex-start;max-width:min(62%,520px);padding:0;border-radius:24px;background:transparent}.message--text .message__content{background:#f4f5ff;border-radius:24px;padding:1rem 1.25rem;color:#1f2557;box-shadow:0 20px 35px #1f25571f}.message--me{align-self:flex-end}.message--me .message__content{background:linear-gradient(135deg,#7a5af5,#8770ff);color:#fff;box-shadow:0 25px 40px #7a5af559}.message--them .message__content{background:#fff}.message__content p{margin:0;line-height:1.5}.message__attachments{display:flex;flex-direction:column;gap:.75rem}.message__file-card{display:flex;align-items:center;gap:.85rem;background:#f4f5ff;border-radius:18px;padding:1rem}.message__file-icon{width:46px;height:46px;border-radius:14px;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#7a5af5;box-shadow:0 12px 30px #7a5af526}.message__file-card button{border:none;background:transparent;color:#7a80a9;margin-left:auto;cursor:pointer}.message__meta{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.8rem;color:#1f2557a6}.message--me .message__meta{color:#ffffffbf}.message__meta time{font-feature-settings:"tnum" on}.message__status{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%}.message__status svg{width:16px;height:16px}.message--typing .message__content{display:inline-flex;flex-direction:column;gap:.35rem}.chat-composer{display:flex;align-items:center;gap:.75rem;padding:1.5rem 2.25rem 1.75rem;border-top:1px solid rgba(0,0,0,.04);background:#fbfbff;position:relative}.chat-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center}.chat-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1112278c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chat-modal__content{position:relative;width:min(420px,calc(100% - 2rem));background:#fff;border-radius:28px;padding:2rem;box-shadow:0 30px 70px #14103c59;animation:modal-in .2s ease}.chat-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.chat-modal__header h2{margin:0;font-size:1.25rem;color:#1f2557}.chat-modal__close{border:none;background:#f4f5ff;width:36px;height:36px;border-radius:50%;font-size:1.1rem;cursor:pointer;color:#7a5af5}.chat-modal__form{display:flex;flex-direction:column;gap:.85rem}.chat-modal__form label{font-weight:600;color:#1f2557}.chat-modal__form input{border:none;border-radius:16px;padding:.85rem 1rem;background:#f4f5ff;font-size:1rem;color:#1f2557}.chat-modal__form input:focus{outline:2px solid rgba(122,90,245,.5)}.chat-modal__form small{color:#9aa2c0}.chat-modal__submit{border:none;border-radius:16px;padding:.9rem 1.25rem;background:linear-gradient(135deg,#7a5af5,#9061f9);color:#fff;font-weight:600;cursor:pointer;transition:opacity .2s ease}.chat-modal__submit:disabled{opacity:.55;cursor:not-allowed}@keyframes modal-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.chat-composer input{border:none;border-radius:20px;padding:1rem 1.25rem;background:#fff;font-size:1rem;box-shadow:inset 0 0 0 1px #0000000a}.chat-composer input:focus{outline:3px solid rgba(122,90,245,.3)}.chat-composer button{width:44px;height:44px;border-radius:16px;border:none;background:#f4f5ff;color:#7a80a9;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.chat-composer__send{width:56px;background:#7a5af5;color:#fff;border-radius:18px;box-shadow:0 15px 35px #7a5af559}.chat-composer>button,.chat-composer>input{flex-shrink:0}.chat-composer input{flex:1;min-width:0}@media(max-width:768px){.chat-composer{padding:1rem;gap:.5rem}.chat-composer>button{width:40px;height:40px}.chat-composer__send{width:48px}}.typing-indicator{display:inline-flex;align-items:center;gap:.35rem}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#ffffffb3;animation:typing-bounce 1.2s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.15s}.typing-indicator span:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}@media(max-width:1280px){.chat-app{grid-template-columns:minmax(56px,72px) minmax(220px,280px) minmax(0,1fr);padding:1rem}.chat-thread__body{padding:1.25rem 1.5rem}}@media(max-width:1024px){.chat-app{grid-template-columns:minmax(52px,64px) minmax(190px,220px) minmax(0,1fr)}.chat-thread__body{padding:1.5rem}}@media(max-width:900px){.chat-app{grid-template-columns:minmax(52px,64px) 1fr}.chat-sidebar{display:none}.chat-thread{overflow:visible}}@media(max-width:720px){.chat-app{grid-template-columns:1fr;padding:0;height:auto;max-height:none;background:#f5f6fd}.chat-sidebar--mobile .chat-list__item{padding-inline:1.25rem}.chat-app__nav{flex-direction:row;justify-content:space-between;width:100%;border-radius:0;background:#0a3129;padding:.75rem 1rem;box-shadow:none}.chat-thread{border-radius:0;height:auto}.chat-thread__header,.chat-composer{padding:1rem}.chat-thread__actions button{width:38px;height:38px}}@media(max-width:520px){.chat-thread__body{padding:1rem}.chat-composer{grid-template-columns:repeat(2,40px) 1fr 48px;gap:.5rem}.chat-composer button{width:40px;height:40px}.chat-list__body{gap:.6rem}}:root{color:#1f2557}.login-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:3rem 1.5rem 2rem;background:#f5f4ff;text-align:center}.login-page__header h1{font-size:clamp(2rem,3vw,2.5rem);margin-bottom:.2rem}.login-page__header p{margin:0;color:#6c6f82}.login-page__logo{display:inline-flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;margin-bottom:.6rem}.login-page__logo-mark{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#7a5af5,#9061f9)}.login-card{width:min(440px,100%);padding:2.5rem 2rem;border-radius:24px;background:#fff;box-shadow:0 20px 60px #7a5af526}.login-card__copy{display:flex;flex-direction:column;align-items:center;gap:.35rem;margin-bottom:1.5rem}.login-card__copy h1{font-size:clamp(2rem,3vw,2.5rem);margin:0}.login-card__copy p{margin:0;color:#6c6f82}.google-button{width:100%;display:inline-flex;justify-content:center;align-items:center;gap:.75rem;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;border-radius:12px;border:1px solid rgba(28,28,51,.1);background:#fff;color:#1f2557;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}.google-button:hover{box-shadow:0 12px 30px #7a5af529;transform:translateY(-1px)}.google-button:focus-visible{outline:3px solid rgba(122,90,245,.4);outline-offset:2px}.google-button svg{flex-shrink:0}.google-hint{font-size:.9rem;color:#6c6f82;margin-top:1rem}.login-page__footer{display:flex;flex-direction:column;gap:.5rem;font-size:.95rem;color:#6c6f82}.login-page__footer a{color:#7a5af5;font-weight:600;text-decoration:none}.login-page__footer span{color:#ff4d67}/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@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-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@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;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-medium:500;--font-weight-semibold:600;--tracking-tight:-.025em;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@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%;-moz-tab-size:4;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;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]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}}@layer components;@layer utilities{.flex{display:flex}.inline-flex{display:inline-flex}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-11{height:calc(var(--spacing)*11)}.min-h-svh{min-height:100svh}.w-10{width:calc(var(--spacing)*10)}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-y-reverse)))}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.border{border-style:var(--tw-border-style);border-width:1px}.border-input{border-color:var(--input)}.bg-\[\#f5f4ff\]{background-color:#f5f4ff}.bg-background{background-color:var(--background)}.bg-card{background-color:var(--card)}.bg-destructive{background-color:var(--destructive)}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.p-6{padding:calc(var(--spacing)*6)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-8{padding-inline:calc(var(--spacing)*8)}.py-2{padding-block:calc(var(--spacing)*2)}.pt-0{padding-top:calc(var(--spacing)*0)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.leading-none{--tw-leading:1;line-height:1}.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)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.whitespace-nowrap{white-space:nowrap}.text-card-foreground{color:var(--card-foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-secondary-foreground{color:var(--secondary-foreground)}.underline-offset-4{text-underline-offset:4px}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-offset-background{--tw-ring-offset-color:var(--background)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media(hover:hover){.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-destructive\/90:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--destructive)90%,transparent)}}.hover\:bg-primary\/90:hover{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--primary)90%,transparent)}}.hover\:bg-secondary\/80:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-secondary\/80:hover{background-color:color-mix(in oklab,var(--secondary)80%,transparent)}}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:underline:hover{text-decoration-line:underline}}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:var(--ring)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root{color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--radius:.625rem;--background:oklch(100% 0 0);--foreground:oklch(14.5% 0 0);--card:oklch(100% 0 0);--card-foreground:oklch(14.5% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--primary:oklch(20.5% 0 0);--primary-foreground:oklch(98.5% 0 0);--secondary:oklch(97% 0 0);--secondary-foreground:oklch(20.5% 0 0);--muted:oklch(97% 0 0);--muted-foreground:oklch(55.6% 0 0);--accent:oklch(97% 0 0);--accent-foreground:oklch(20.5% 0 0);--destructive:oklch(57.7% .245 27.325);--border:oklch(92.2% 0 0);--input:oklch(92.2% 0 0);--ring:oklch(70.8% 0 0);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.5% 0 0);--sidebar-primary:oklch(20.5% 0 0);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(97% 0 0);--sidebar-accent-foreground:oklch(20.5% 0 0);--sidebar-border:oklch(92.2% 0 0);--sidebar-ring:oklch(70.8% 0 0);font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{color:#1f2557;background:#f5f6fd;min-height:100vh;margin:0}#root{width:100%;min-height:100vh}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(20.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(20.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(92.2% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--border:oklch(100% 0 0/.1);--input:oklch(100% 0 0/.15);--ring:oklch(55.6% 0 0);--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(55.6% 0 0)}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
