@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";.auth-page{position:fixed;inset:0;display:grid;place-items:center;background:var(--app-bg);overflow-y:auto;overflow-x:hidden;font-family:DM Sans,sans-serif;padding:24px 16px}.auth-bg-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.45;pointer-events:none;will-change:transform}.auth-bg-orb--1{width:520px;height:520px;background:radial-gradient(circle,#6c3aed,#3b82f6);top:-10%;left:-8%;animation:orb-float-1 14s ease-in-out infinite alternate}.auth-bg-orb--2{width:400px;height:400px;background:radial-gradient(circle,#ec4899,#a855f7);bottom:-12%;right:-6%;animation:orb-float-2 12s ease-in-out infinite alternate}.auth-bg-orb--3{width:300px;height:300px;background:radial-gradient(circle,#06b6d4,#6366f1);top:50%;left:55%;animation:orb-float-3 16s ease-in-out infinite alternate}@keyframes orb-float-1{0%{transform:translate(0) scale(1)}to{transform:translate(60px,80px) scale(1.15)}}@keyframes orb-float-2{0%{transform:translate(0) scale(1)}to{transform:translate(-50px,-70px) scale(1.1)}}@keyframes orb-float-3{0%{transform:translate(0) scale(1)}to{transform:translate(40px,-60px) scale(.9)}}.auth-card{position:relative;z-index:2;width:100%;max-width:420px;padding:44px 36px 36px;border-radius:24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);box-shadow:0 8px 32px #0006,inset 0 1px #ffffff14;animation:card-enter .5s cubic-bezier(.16,1,.3,1) both}@keyframes card-enter{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-card__header{text-align:center;margin-bottom:32px}.auth-card__logo{width:52px;height:auto;margin-bottom:18px;filter:drop-shadow(0 0 20px rgba(99,102,241,.5))}.auth-card__title{font-size:26px;font-weight:700;color:#f1f5f9;margin:0 0 6px;letter-spacing:-.3px}.auth-card__subtitle{font-size:14px;font-weight:400;color:#94a3b8;margin:0}.auth-google-btn{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.05);color:#e2e8f0;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.auth-google-btn:hover{background:rgba(255,255,255,.1);border-color:#fff3;transform:translateY(-1px)}.auth-google-btn:active{transform:scale(.98)}.auth-google-btn__icon{width:20px;height:20px}.auth-divider{display:flex;align-items:center;gap:14px;margin:24px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:rgba(255,255,255,.12)}.auth-divider span{font-size:12px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:1px}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-field__label{display:block;font-size:13px;font-weight:500;color:#cbd5e1;margin-bottom:8px}.auth-field__input-wrap{position:relative;display:flex;align-items:center}.auth-field__icon{position:absolute;left:14px;width:18px;height:18px;color:#64748b;pointer-events:none;transition:color .2s}.auth-field__input-wrap input{width:100%;height:48px;padding:0 14px 0 42px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.05);color:#f1f5f9;font-family:inherit;font-size:14px;outline:none;transition:all .2s ease}.auth-field__input-wrap input::placeholder{color:#64748b}.auth-field__input-wrap input:focus{border-color:#6366f1;background:rgba(99,102,241,.06);box-shadow:0 0 0 3px #6366f126}.auth-field__input-wrap:focus-within .auth-field__icon{color:#818cf8}.auth-field__toggle{position:absolute;right:12px;width:32px;height:32px;display:grid;place-items:center;background:none;border:none;cursor:pointer;padding:0}.auth-field__toggle svg{width:18px;height:18px;color:#64748b;transition:color .2s}.auth-field__toggle:hover svg{color:#94a3b8}.auth-options{display:flex;align-items:center;justify-content:space-between}.auth-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:#94a3b8;cursor:pointer;user-select:none}.auth-checkbox input{display:none}.auth-checkbox__mark{width:18px;height:18px;border:1.5px solid rgba(255,255,255,.2);border-radius:5px;display:grid;place-items:center;transition:all .2s ease;flex-shrink:0}.auth-checkbox__mark:after{content:"";width:10px;height:10px;border-radius:2px;background:#6366f1;transform:scale(0);transition:transform .15s ease}.auth-checkbox input:checked+.auth-checkbox__mark{border-color:#6366f1}.auth-checkbox input:checked+.auth-checkbox__mark:after{transform:scale(1)}.auth-link{font-size:13px;font-weight:500;color:#94a3b8;text-decoration:none;transition:color .2s}.auth-link:hover{color:#c4b5fd}.auth-link--accent{color:#818cf8;font-weight:600}.auth-link--accent:hover{color:#a5b4fc}.auth-submit-btn{width:100%;height:48px;display:flex;align-items:center;justify-content:center;border:none;border-radius:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease;position:relative;overflow:hidden}.auth-theme-toggle{position:absolute;top:14px;right:14px;z-index:5}.theme-toggle{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#cbd5e1;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.theme-toggle:hover{background:rgba(99,102,241,.15);color:#e2e8f0}.theme-toggle svg{width:15px;height:15px}.auth-submit-btn:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#818cf8,#a78bfa);opacity:0;transition:opacity .25s ease}.auth-submit-btn:hover:before{opacity:1}.auth-submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px #6366f166}.auth-submit-btn:active{transform:scale(.98)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-submit-btn span,.auth-submit-btn .auth-spinner{position:relative;z-index:1}.auth-spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:auth-spin .6s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-footer-text{text-align:center;font-size:14px;color:#94a3b8;margin:28px 0 0}.auth-success-icon{display:flex;justify-content:center;margin-bottom:4px}.auth-success-icon svg{width:56px;height:56px;color:#34d399;filter:drop-shadow(0 0 16px rgba(52,211,153,.35));animation:auth-check-pop .5s cubic-bezier(.16,1,.3,1) both}@keyframes auth-check-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}[data-theme=light] .auth-page{background:radial-gradient(circle at 10% 0%,rgba(99,102,241,.12),transparent 45%),radial-gradient(circle at 90% 100%,rgba(236,72,153,.1),transparent 40%),#f4f6fb}[data-theme=light] .auth-bg-orb{opacity:.2}[data-theme=light] .auth-card{background:rgba(255,255,255,.76);border:1px solid rgba(15,23,42,.12);box-shadow:0 10px 28px #0f172a1f,inset 0 1px #ffffffd9}[data-theme=light] .auth-card__title{color:#0f172a}[data-theme=light] .auth-card__subtitle{color:#334155}[data-theme=light] .auth-card{--auth-email-highlight: #312e81}[data-theme=light] .auth-google-btn{color:#0f172a;background:rgba(255,255,255,.8);border-color:#0f172a26}[data-theme=light] .auth-google-btn:hover{background:#ffffff;border-color:#0f172a40}[data-theme=light] .auth-divider:before,[data-theme=light] .auth-divider:after{background:rgba(15,23,42,.14)}[data-theme=light] .auth-divider span,[data-theme=light] .auth-link,[data-theme=light] .auth-footer-text,[data-theme=light] .auth-field__icon,[data-theme=light] .auth-field__toggle svg,[data-theme=light] .auth-field__input-wrap input::placeholder{color:#475569}[data-theme=light] .auth-link--accent{color:#4338ca}[data-theme=light] .auth-link--accent:hover{color:#312e81}[data-theme=light] .auth-field__label{color:#334155}[data-theme=light] .auth-field__input-wrap input{color:#0f172a;background:rgba(255,255,255,.86);border-color:#0f172a29}[data-theme=light] .auth-field__input-wrap input:focus{background:#ffffff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e529}[data-theme=light] .auth-checkbox{color:#334155}[data-theme=light] .auth-checkbox__mark{border-color:#0f172a40}[data-theme=light] .theme-toggle{border-color:#0f172a33;background:rgba(255,255,255,.86);color:#1e293b}[data-theme=light] .theme-toggle:hover{background:rgba(79,70,229,.12);color:#0f172a}@media (max-width: 480px){.auth-page{display:flex;align-items:flex-start;justify-content:center;min-height:100dvh;padding:max(10px,env(safe-area-inset-top)) 10px max(12px,env(safe-area-inset-bottom))}.auth-card{max-width:100%;margin:0 auto;width:100%;padding:18px 16px 16px;border-radius:16px}.auth-theme-toggle{top:8px;right:8px}.auth-theme-toggle span{display:none}.auth-theme-toggle.theme-toggle{width:34px;height:34px;justify-content:center;padding:0}.auth-card__header{margin-bottom:16px}.auth-card__logo{width:42px;margin-bottom:10px}.auth-card__title{font-size:21px;line-height:1.2;margin-bottom:4px}.auth-card__subtitle{font-size:13px;line-height:1.35}.auth-form{gap:12px}.auth-divider{margin:14px 0}.auth-field__input-wrap input,.auth-google-btn,.auth-submit-btn{height:44px;font-size:14px}.auth-field__label{margin-bottom:6px;font-size:12px}.auth-field__icon{left:12px;width:16px;height:16px}.auth-field__input-wrap input{padding:0 12px 0 36px}.auth-google-btn{gap:8px}.auth-google-btn__icon{width:18px;height:18px}.auth-options{align-items:center;justify-content:space-between;gap:8px;flex-direction:row}.auth-checkbox,.auth-link,.auth-footer-text{font-size:12px}.auth-footer-text{margin-top:14px}.auth-bg-orb--1{width:300px;height:300px}.auth-bg-orb--2{width:250px;height:250px}.auth-bg-orb--3{display:none}}@media (max-height: 760px){.auth-page{display:flex;align-items:flex-start;justify-content:center;padding-top:max(14px,env(safe-area-inset-top));padding-bottom:max(14px,env(safe-area-inset-bottom))}.auth-card{margin:0 auto;padding-top:20px}}.auth-page--register{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0b0e17;overflow-y:auto;overflow-x:hidden;padding:24px 16px;font-family:DM Sans,sans-serif}.auth-page--register{scrollbar-width:thin;scrollbar-color:transparent transparent}.auth-page--register:hover{scrollbar-color:rgba(255,255,255,.15) transparent}.auth-page--register::-webkit-scrollbar{width:6px}.auth-page--register::-webkit-scrollbar-track{background:transparent}.auth-page--register::-webkit-scrollbar-thumb{background:transparent;border-radius:3px}.auth-page--register:hover::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15)}[data-theme=light] .auth-page--register:hover{scrollbar-color:rgba(15,23,42,.22) transparent}[data-theme=light] .auth-page--register:hover::-webkit-scrollbar-thumb{background:rgba(15,23,42,.22)}.auth-page--register .auth-bg-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.45;pointer-events:none;will-change:transform}.auth-page--register .auth-bg-orb--1{width:520px;height:520px;background:radial-gradient(circle,#a855f7,#6366f1);top:-10%;right:-8%;animation:reg-orb-1 14s ease-in-out infinite alternate}.auth-page--register .auth-bg-orb--2{width:400px;height:400px;background:radial-gradient(circle,#3b82f6,#06b6d4);bottom:-12%;left:-6%;animation:reg-orb-2 12s ease-in-out infinite alternate}.auth-page--register .auth-bg-orb--3{width:300px;height:300px;background:radial-gradient(circle,#ec4899,#f43f5e);top:40%;left:50%;animation:reg-orb-3 16s ease-in-out infinite alternate}@keyframes reg-orb-1{0%{transform:translate(0) scale(1)}to{transform:translate(-70px,60px) scale(1.12)}}@keyframes reg-orb-2{0%{transform:translate(0) scale(1)}to{transform:translate(50px,-50px) scale(1.08)}}@keyframes reg-orb-3{0%{transform:translate(0) scale(1)}to{transform:translate(-30px,50px) scale(.92)}}.auth-card--register{position:relative;z-index:2;width:100%;max-width:420px;padding:36px 36px 32px;border-radius:24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);box-shadow:0 8px 32px #0006,inset 0 1px #ffffff14;animation:reg-card-enter .5s cubic-bezier(.16,1,.3,1) both;flex-shrink:0;margin:auto}[data-theme=light] .auth-page--register{background:radial-gradient(circle at 90% 0%,rgba(99,102,241,.12),transparent 45%),radial-gradient(circle at 0% 100%,rgba(6,182,212,.1),transparent 40%),#f4f6fb}[data-theme=light] .auth-page--register .auth-bg-orb{opacity:.2}[data-theme=light] .auth-card--register{background:rgba(255,255,255,.76);border:1px solid rgba(15,23,42,.12);box-shadow:0 10px 28px #0f172a1f,inset 0 1px #ffffffd9}@keyframes reg-card-enter{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-card--register .auth-card__header{text-align:center;margin-bottom:24px}.auth-card--register .auth-card__logo{width:52px;height:auto;margin-bottom:18px;filter:drop-shadow(0 0 20px rgba(99,102,241,.5))}.auth-card--register .auth-card__title{font-size:26px;font-weight:700;color:#f1f5f9;margin:0 0 6px;letter-spacing:-.3px}.auth-card--register .auth-card__subtitle{font-size:14px;font-weight:400;color:#94a3b8;margin:0}.auth-card--register .auth-google-btn{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.05);color:#e2e8f0;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.auth-card--register .auth-google-btn:hover{background:rgba(255,255,255,.1);border-color:#fff3;transform:translateY(-1px)}.auth-card--register .auth-google-btn:active{transform:scale(.98)}.auth-card--register .auth-google-btn__icon{width:20px;height:20px}.auth-card--register .auth-divider{display:flex;align-items:center;gap:14px;margin:20px 0}.auth-card--register .auth-divider:before,.auth-card--register .auth-divider:after{content:"";flex:1;height:1px;background:rgba(255,255,255,.12)}.auth-card--register .auth-divider span{font-size:12px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:1px}.auth-card--register .auth-form{display:flex;flex-direction:column;gap:16px}.auth-card--register .auth-field__label{display:block;font-size:13px;font-weight:500;color:#cbd5e1;margin-bottom:8px}.auth-card--register .auth-field__input-wrap{position:relative;display:flex;align-items:center}.auth-card--register .auth-field__icon{position:absolute;left:14px;width:18px;height:18px;color:#64748b;pointer-events:none;transition:color .2s}.auth-card--register .auth-field__input-wrap input{width:100%;height:48px;padding:0 14px 0 42px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.05);color:#f1f5f9;font-family:inherit;font-size:14px;outline:none;transition:all .2s ease}.auth-card--register .auth-field__input-wrap input::placeholder{color:#64748b}.auth-card--register .auth-field__input-wrap input:focus{border-color:#6366f1;background:rgba(99,102,241,.06);box-shadow:0 0 0 3px #6366f126}.auth-card--register .auth-field__input-wrap:focus-within .auth-field__icon{color:#818cf8}.auth-card--register .auth-field__toggle{position:absolute;right:12px;width:32px;height:32px;display:grid;place-items:center;background:none;border:none;cursor:pointer;padding:0}.auth-card--register .auth-field__toggle svg{width:18px;height:18px;color:#64748b;transition:color .2s}.auth-card--register .auth-field__toggle:hover svg{color:#94a3b8}.auth-card--register .auth-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:#94a3b8;cursor:pointer;user-select:none}.auth-card--register .auth-checkbox input{display:none}.auth-card--register .auth-checkbox__mark{width:18px;height:18px;border:1.5px solid rgba(255,255,255,.2);border-radius:5px;display:grid;place-items:center;transition:all .2s ease;flex-shrink:0}.auth-card--register .auth-checkbox__mark:after{content:"";width:10px;height:10px;border-radius:2px;background:#6366f1;transform:scale(0);transition:transform .15s ease}.auth-card--register .auth-checkbox input:checked+.auth-checkbox__mark{border-color:#6366f1}.auth-card--register .auth-checkbox input:checked+.auth-checkbox__mark:after{transform:scale(1)}.auth-card--register .auth-link{font-size:13px;font-weight:500;color:#94a3b8;text-decoration:none;transition:color .2s}.auth-card--register .auth-link:hover{color:#c4b5fd}.auth-card--register .auth-link--accent{color:#818cf8;font-weight:600}.auth-card--register .auth-link--accent:hover{color:#a5b4fc}.auth-card--register .auth-submit-btn{width:100%;height:48px;display:flex;align-items:center;justify-content:center;border:none;border-radius:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease;position:relative;overflow:hidden}.auth-card--register .auth-submit-btn:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#818cf8,#a78bfa);opacity:0;transition:opacity .25s ease}.auth-card--register .auth-submit-btn:hover:before{opacity:1}.auth-card--register .auth-submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px #6366f166}.auth-card--register .auth-submit-btn:active{transform:scale(.98)}.auth-card--register .auth-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-card--register .auth-submit-btn span,.auth-card--register .auth-submit-btn .auth-spinner{position:relative;z-index:1}.auth-card--register .auth-spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:reg-spin .6s linear infinite}@keyframes reg-spin{to{transform:rotate(360deg)}}.auth-card--register .auth-footer-text{text-align:center;font-size:14px;color:#94a3b8;margin:20px 0 0}[data-theme=light] .auth-card--register .auth-card__title,[data-theme=light] .auth-card--register .auth-google-btn,[data-theme=light] .auth-card--register .auth-field__input-wrap input{color:#0f172a}[data-theme=light] .auth-card--register .auth-card__subtitle,[data-theme=light] .auth-card--register .auth-field__label,[data-theme=light] .auth-card--register .auth-checkbox,[data-theme=light] .auth-card--register .auth-link,[data-theme=light] .auth-card--register .auth-footer-text{color:#334155}[data-theme=light] .auth-card--register .auth-divider span,[data-theme=light] .auth-card--register .auth-field__icon,[data-theme=light] .auth-card--register .auth-field__toggle svg,[data-theme=light] .auth-card--register .auth-field__input-wrap input::placeholder{color:#475569}[data-theme=light] .auth-card--register .auth-divider:before,[data-theme=light] .auth-card--register .auth-divider:after{background:rgba(15,23,42,.14)}[data-theme=light] .auth-card--register .auth-google-btn{background:rgba(255,255,255,.8);border-color:#0f172a26}[data-theme=light] .auth-card--register .auth-google-btn:hover{background:#ffffff;border-color:#0f172a40}[data-theme=light] .auth-card--register .auth-field__input-wrap input{background:rgba(255,255,255,.86);border-color:#0f172a29}[data-theme=light] .auth-card--register .auth-field__input-wrap input:focus{background:#ffffff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e529}[data-theme=light] .auth-card--register .auth-checkbox__mark{border-color:#0f172a40}@media (max-width: 480px){.auth-page--register{align-items:flex-start;justify-content:center;min-height:100dvh;padding:max(10px,env(safe-area-inset-top)) 10px max(12px,env(safe-area-inset-bottom))}.auth-card--register{max-width:100%;margin:0 auto;width:100%;padding:18px 16px 16px;border-radius:16px}.auth-card--register .auth-card__title{font-size:21px;line-height:1.2}.auth-card--register .auth-card__header{margin-bottom:14px}.auth-card--register .auth-card__logo{width:42px;margin-bottom:10px}.auth-card--register .auth-card__subtitle{font-size:13px;line-height:1.45}.auth-card--register .auth-form{gap:12px}.auth-card--register .auth-divider{margin:14px 0}.auth-card--register .auth-field__input-wrap input,.auth-card--register .auth-google-btn,.auth-card--register .auth-submit-btn{height:44px;font-size:14px}.auth-card--register .auth-field__label{margin-bottom:6px;font-size:12px}.auth-card--register .auth-field__icon{left:12px;width:16px;height:16px}.auth-card--register .auth-field__input-wrap input{padding:0 12px 0 36px}.auth-card--register .auth-checkbox,.auth-card--register .auth-link,.auth-card--register .auth-footer-text{font-size:12px}.auth-card--register .auth-footer-text{margin-top:14px}.auth-page--register .auth-bg-orb--1{width:300px;height:300px}.auth-page--register .auth-bg-orb--2{width:250px;height:250px}.auth-page--register .auth-bg-orb--3{display:none}}@media (max-height: 760px){.auth-page--register{align-items:flex-start;padding-top:max(14px,env(safe-area-inset-top));padding-bottom:max(14px,env(safe-area-inset-bottom))}.auth-card--register{margin:0 auto}}.dashboard{display:flex;height:100dvh;width:100vw;background:var(--app-bg);overflow:hidden;font-family:DM Sans,sans-serif;padding:8px;box-sizing:border-box}[data-theme=light] .dashboard{background:#ffffff;padding-bottom:0}.dashboard__body{display:flex;flex:1;overflow:hidden;gap:8px;min-width:0;min-height:0}@media (max-width: 900px){.dashboard{padding:0;height:100dvh;max-height:100dvh}.dashboard__body{gap:0}}.sidebar{display:flex;flex-direction:column;width:80px;justify-content:space-between;align-items:center;background-color:#fff}.appLogo{height:50px;width:50px;cursor:pointer}.sidebar__header{margin:25px}.sidebar__menuItems{margin:25px;display:flex;flex-direction:column;justify-content:center;align-items:center}.sidebar__footer{margin:25px;display:flex;flex-direction:column}.sidebar__menuItems .MuiSvgIcon-root{padding:20px;margin:3px;font-size:30px!important;color:#b8b5b6}.sidebar__menuItems .MuiSvgIcon-root:hover{color:#5035ef;cursor:pointer;transform:scale(1.1);transition:.2s}.sidebar__footer .MuiSvgIcon-root{padding:20px;margin:3px;font-size:30px!important;color:#b8b5b6}.sidebar__footer .MuiSvgIcon-root:hover{color:#5035ef;cursor:pointer;transform:scale(1.1);transition:.2s}.active>.MuiSvgIcon-root{color:#5035ef;transform:scale(1.2);transition:.2s}.conversations-layout{display:flex;flex:1;overflow:hidden;gap:8px;min-width:0;min-height:0}@media (max-width: 900px){.conversations-layout{gap:0}.conversations-layout>.chat__Sidebar{max-width:none;min-width:0;flex:1;border-radius:0}.conversations-layout>.start-conversation-wrapper{display:none}.conversations-layout--chat-open>.chat__Sidebar{display:none}.conversations-layout--chat-open>.chat__Section{border-radius:0}}.start-conversation-wrapper{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;background:#0f1219;border-radius:16px;box-shadow:0 4px 24px #0000004d}.start-conversation-wrapper>img{width:72px;height:72px;opacity:.3;filter:brightness(0) invert(1);margin-bottom:8px}.start-conversation-wrapper>h1{font-family:DM Sans,sans-serif;font-size:22px;font-weight:700;color:#e2e8f0;margin-top:10px}.start-conversation-wrapper>span{font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;color:#475569;margin-top:8px;margin-bottom:24px;text-align:center}.start-conversation-wrapper>button{height:44px;padding:0 24px;border:none;border-radius:12px;background:#3730a3;font-size:14px;font-family:DM Sans,sans-serif;font-weight:600;color:#fff;cursor:pointer;transition:all .25s ease;position:relative;overflow:hidden}.start-conversation-wrapper>button:hover{transform:translateY(-1px);box-shadow:0 6px 24px #3730a366}.start-conversation-wrapper>button:active{transform:scale(.97)}[data-theme=light] .start-conversation-wrapper{background:#ffffff;box-shadow:0 4px 24px #0f172a1a}[data-theme=light] .start-conversation-wrapper>img{filter:none;opacity:.5}[data-theme=light] .start-conversation-wrapper>h1{color:#0f172a}[data-theme=light] .start-conversation-wrapper>span{color:#475569}@media (max-width: 900px){.start-conversation-wrapper{border-radius:0;box-shadow:none;padding:0 20px}.start-conversation-wrapper>h1{font-size:20px;text-align:center}}.chat__Sidebar{display:flex;flex-direction:column;width:100%;min-width:300px;max-width:380px;background:#111420;border-radius:16px;box-shadow:0 4px 24px #0000004d;overflow:hidden}.theme-toggle{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#cbd5e1;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.theme-toggle svg{width:16px;height:16px}.chat__theme-toggle{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:10px;border:none;background:transparent;color:#64748b}.chat__theme-toggle span{display:none}.chat__theme-toggle svg{width:22px;height:22px}.chat__theme-toggle:hover{background:rgba(99,102,241,.1);color:#818cf8}.chat__Sidebar__heading{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;font-family:DM Sans,sans-serif;font-size:16px;color:#f1f5f9}.chat__Sidebar__heading>img{height:40px;width:170px;filter:brightness(0) invert(1);opacity:.9}.chat__Sidebar__heading>img:hover{cursor:pointer;opacity:1}.chat__Sidebar__heading .MuiButtonBase-root{border-radius:10px;padding:8px;transition:background .2s}.chat__Sidebar__heading .MuiButtonBase-root:hover{background:rgba(99,102,241,.1)}.chat__Sidebar__heading .MuiSvgIcon-root{font-size:22px!important;color:#64748b;transition:color .2s ease}.chat__Sidebar__heading .MuiButtonBase-root:hover .MuiSvgIcon-root{color:#818cf8;cursor:pointer}.chat__Sidebar__menu{display:flex;justify-content:flex-end;padding:0 20px}.chat__Sidebar__menu .MuiSvgIcon-root{font-size:22px!important;color:#64748b}.chat__Sidebar__unread{display:flex;align-items:center;justify-content:space-between;min-height:44px;margin:0 16px;padding:0 12px;border-radius:12px;background:rgba(99,102,241,.08)}.chat__Sidebar__unread>span{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#a5b4fc}.chat__Sidebar__unread .MuiSvgIcon-root{font-size:20px!important;color:#64748b;transition:color .2s}.chat__Sidebar__search{display:flex;align-items:center;min-height:44px;padding:0 16px;margin-bottom:4px}.sidebar__searchContainer{display:flex;align-items:center;width:100%;min-height:44px;border-radius:12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06);position:relative;transition:all .2s ease}.sidebar__searchContainer:hover{background:rgba(255,255,255,.07);border-color:#ffffff1a}.sidebar__searchContainer:focus-within{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133;background:rgba(99,102,241,.05)}.sidebar__searchContainer .MuiSvgIcon-root{color:#64748b;padding:10px;margin-right:2px;font-size:20px!important}.sidebar__searchContainer>input{border:none;color:#f1f5f9;line-height:20px;font-family:DM Sans,sans-serif;font-size:14px;margin-left:16px;margin-right:40px;outline:none;box-shadow:none;width:100%;background:transparent}.sidebar__searchContainer>input::placeholder{color:#64748b}.sidebar__searchContainer>input:focus,.sidebar__searchContainer>input:focus-visible{outline:none;box-shadow:none}.search__closeBtn{transition:all .2s ease}.search__closeBtn:hover{cursor:pointer;color:#818cf8!important;transform:scale(1.1)}.chat__Sidebar__conversations{display:flex;flex-direction:column;margin-top:8px;padding:0 8px 12px;flex:1;overflow-y:auto;gap:2px;scrollbar-width:thin;scrollbar-color:transparent transparent}.chat__Sidebar__conversations>a>.conversation{border-bottom:1px solid rgba(255,255,255,.04)}.chat__Sidebar__conversations>a:last-child>.conversation{border-bottom:none}.chat__Sidebar__conversations:hover{scrollbar-color:rgba(255,255,255,.1) transparent}.chat__Sidebar__conversations::-webkit-scrollbar{width:5px}.chat__Sidebar__conversations::-webkit-scrollbar-track{background:transparent}.chat__Sidebar__conversations::-webkit-scrollbar-thumb{background:transparent;border-radius:3px}.chat__Sidebar__conversations:hover::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1)}[data-theme=light] .chat__Sidebar__conversations{scrollbar-color:transparent transparent}[data-theme=light] .chat__Sidebar__conversations:hover{scrollbar-color:rgba(15,23,42,.22) transparent}[data-theme=light] .chat__Sidebar__conversations::-webkit-scrollbar-thumb{background:transparent}[data-theme=light] .chat__Sidebar__conversations:hover::-webkit-scrollbar-thumb{background:rgba(15,23,42,.22)}.chat__Sidebar__conversations__noChats{display:flex;justify-content:center;align-items:center;width:100%;height:100%;user-select:none}.chat__Sidebar__conversations__noChats>span{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#475569}[data-theme=light] .chat__Sidebar{background:#ffffff;box-shadow:0 4px 24px #0f172a1a}[data-theme=light] .chat__Sidebar__heading{color:#0f172a}[data-theme=light] .chat__Sidebar__heading .MuiSvgIcon-root,[data-theme=light] .sidebar__searchContainer .MuiSvgIcon-root,[data-theme=light] .chat__Sidebar__unread .MuiSvgIcon-root,[data-theme=light] .sidebar__searchContainer>input::placeholder,[data-theme=light] .chat__Sidebar__conversations__noChats>span{color:#475569}[data-theme=light] .chat__Sidebar__heading .MuiButtonBase-root:hover,[data-theme=light] .chat__theme-toggle:hover{background:rgba(79,70,229,.12)}[data-theme=light] .theme-toggle{border-color:#0f172a33;background:rgba(15,23,42,.03);color:#334155}[data-theme=light] .chat__theme-toggle{border:none;background:transparent;color:#475569}[data-theme=light] .chat__theme-toggle:hover,[data-theme=light] .chat__Sidebar__heading .MuiButtonBase-root:hover .MuiSvgIcon-root{color:#4f46e5}[data-theme=light] .chat__Sidebar__heading>img{filter:none}[data-theme=light] .chat__Sidebar__unread{background:rgba(79,70,229,.09)}[data-theme=light] .chat__Sidebar__unread>span{color:#4338ca}[data-theme=light] .sidebar__searchContainer{background:rgba(15,23,42,.03);border-color:#0f172a24}[data-theme=light] .sidebar__searchContainer:hover{background:rgba(15,23,42,.05);border-color:#0f172a2e}[data-theme=light] .sidebar__searchContainer>input{color:#0f172a}[data-theme=light] .chat__Sidebar__conversations>a>.conversation{border-bottom-color:#0f172a14}@media (max-width: 900px){.chat__Sidebar{border-radius:0;box-shadow:none;min-height:100%}.chat__Sidebar__heading{padding:max(12px,env(safe-area-inset-top)) 10px 12px;gap:8px}.chat__Sidebar__heading>img{width:132px;height:30px}.chat__Sidebar__heading .MuiButtonBase-root{padding:8px}.chat__theme-toggle{width:36px;height:36px}.chat__Sidebar__search{padding:0 10px;margin-bottom:6px}.chat__Sidebar__unread{margin:0 10px}.sidebar__searchContainer>input{margin-left:12px}.chat__Sidebar__conversations{padding:0 6px calc(12px + env(safe-area-inset-bottom))}}.conversation{display:flex;min-height:72px;max-height:72px;align-items:center;cursor:pointer;border-radius:14px;background:transparent;user-select:none;transition:all .2s ease;text-decoration:none;position:relative}.conversation:hover{background:rgba(255,255,255,.04)}.conversation.active{background:rgba(99,102,241,.14)}.conversation__highlighter{position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;border-radius:0 3px 3px 0;background:#6366f1;transition:height .2s ease}.conversation.active .conversation__highlighter{height:32px}.conversation:hover .conversation__highlighter{height:20px}.conversation__avatar{display:flex;justify-content:center;align-items:center;padding:0 10px 0 12px}.conversation__avatar .gradient-avatar{border:2px solid rgba(255,255,255,.08);transition:border-color .2s ease}.conversation.active .conversation__avatar .gradient-avatar{border-color:#6366f14d}.conversation__body{display:flex;flex-direction:column;flex:1;margin-right:12px;overflow:hidden}.conversation__body__name{display:flex;align-items:center;justify-content:space-between}.conversation__body__name>p{font-family:DM Sans,sans-serif;font-weight:600;font-size:14px;color:#e2e8f0;height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation__body__name>span{font-family:DM Sans,sans-serif;font-size:11px;font-weight:400;margin-left:8px;flex-shrink:0;color:#64748b}.conversation.active .conversation__body__name>span{color:#818cf8}.conversation__body__lastmsg{display:flex;justify-content:space-between;align-items:center;height:22px;overflow:hidden;margin-top:2px}.conversation__body__lastmsg>p{font-family:DM Sans,sans-serif;font-size:13px;color:#64748b;height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation__body__lastmsg>span{margin-left:8px;font-family:DM Sans,sans-serif;font-weight:600;font-size:11px;border-radius:10px;display:flex;justify-content:center;align-items:center;flex-shrink:0;min-width:20px;height:20px;padding:0 6px;color:#fff;background:#6366f1}.conversation__body__lastmsg__highlight{color:#94a3b8!important;font-weight:600}[data-theme=light] .conversation:hover{background:rgba(15,23,42,.04)}[data-theme=light] .conversation.active{background:rgba(79,70,229,.12)}[data-theme=light] .conversation__avatar .gradient-avatar{border-color:#0f172a1f}[data-theme=light] .conversation.active .conversation__avatar .gradient-avatar{border-color:#4f46e54d}[data-theme=light] .conversation__body__name>p{color:#0f172a}[data-theme=light] .conversation__body__name>span,[data-theme=light] .conversation__body__lastmsg>p{color:#475569}[data-theme=light] .conversation.active .conversation__body__name>span{color:#4f46e5}[data-theme=light] .conversation__body__lastmsg__highlight{color:#334155!important}.gradient-avatar{border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;box-shadow:0 2px 8px #00000040}.gradient-avatar__img{width:100%;height:100%;object-fit:cover;border-radius:50%}.gradient-avatar__initials{font-family:DM Sans,sans-serif;font-weight:700;color:#fff;letter-spacing:.5px;text-shadow:0 1px 3px rgba(0,0,0,.2);user-select:none;line-height:1}.newConversation__wrapper .MuiDialog-paper{background:#14161f!important;color:#e2e8f0!important;border:1px solid rgba(255,255,255,.08);border-radius:20px!important;box-shadow:0 24px 64px #0009!important}.newConversation__wrapper .MuiDialogTitle-root{font-family:DM Sans,sans-serif!important;color:#e2e8f0!important}.newConversation__wrapper .MuiInputBase-root.MuiFilledInput-root{background:rgba(255,255,255,.04)!important;border-radius:10px!important;color:#e2e8f0!important}.newConversation__wrapper .MuiInputBase-root.MuiFilledInput-root:before{border-color:#ffffff14!important}.newConversation__wrapper .MuiInputBase-root.MuiFilledInput-root:after{border-color:#6366f1!important}.newConversation__wrapper .MuiFormLabel-root.MuiInputLabel-root{color:#94a3b8!important;font-family:DM Sans,sans-serif!important}.newConversation__wrapper .MuiFormLabel-root.MuiInputLabel-root.Mui-focused{color:#818cf8!important}.newConversation__wrapper .MuiDialogActions-root .MuiButton-root{font-family:DM Sans,sans-serif!important;text-transform:none!important;border-radius:10px!important;font-weight:600!important}.newConversation__wrapper .MuiDialogActions-root .MuiButton-text{color:#94a3b8!important}.newConversation__wrapper .MuiDialogActions-root .MuiButton-text:hover{background:rgba(255,255,255,.04)!important}.newConversation__wrapper .MuiSvgIcon-root{color:#94a3b8!important}.newConversation__wrapper .MuiInputAdornment-root .MuiTypography-root{color:#94a3b8!important;font-family:DM Sans,sans-serif!important}[data-theme=light] .newConversation__wrapper .MuiDialog-paper{background:#ffffff!important;color:#0f172a!important;border:1px solid rgba(15,23,42,.14);box-shadow:0 24px 64px #0f172a2e!important}[data-theme=light] .newConversation__wrapper .MuiDialogTitle-root{color:#0f172a!important}[data-theme=light] .newConversation__wrapper .MuiInputBase-root.MuiFilledInput-root{background:rgba(15,23,42,.03)!important;color:#0f172a!important}[data-theme=light] .newConversation__wrapper .MuiInputBase-root.MuiFilledInput-root:before{border-color:#0f172a29!important}[data-theme=light] .newConversation__wrapper .MuiInputBase-root.MuiFilledInput-root:after{border-color:#4f46e5!important}[data-theme=light] .newConversation__wrapper .MuiFormLabel-root.MuiInputLabel-root,[data-theme=light] .newConversation__wrapper .MuiSvgIcon-root,[data-theme=light] .newConversation__wrapper .MuiInputAdornment-root .MuiTypography-root,[data-theme=light] .newConversation__wrapper .MuiDialogActions-root .MuiButton-text{color:#475569!important}[data-theme=light] .newConversation__wrapper .MuiFormLabel-root.MuiInputLabel-root.Mui-focused{color:#4f46e5!important}[data-theme=light] .newConversation__wrapper .MuiDialogActions-root .MuiButton-text:hover{background:rgba(79,70,229,.08)!important}.chat__Section{display:flex;flex-direction:column;flex:1;position:relative;background:#0f1219;overflow:hidden;min-width:0;min-height:0;border-radius:16px;box-shadow:0 4px 24px #0000004d}.conversation-loading-screen{display:flex;align-items:center;justify-content:center;flex:1;background:#0f1219;overflow:hidden;min-width:0;border-radius:16px}.conversation-loading-screen .MuiCircularProgress-root{color:#6366f1!important}.conversation-not-found{display:flex;align-items:center;justify-content:center;flex:1;background:#0f1219;overflow:hidden;min-width:0;border-radius:16px}.conversation-not-found>h1{font-family:DM Sans,sans-serif;font-size:18px;font-weight:600;color:#475569}[data-theme=light] .chat__Section,[data-theme=light] .conversation-loading-screen,[data-theme=light] .conversation-not-found{background:#ffffff;box-shadow:0 4px 24px #0f172a1a}[data-theme=light] .conversation-not-found>h1{color:#475569}@media (max-width: 900px){.chat__Section,.conversation-loading-screen,.conversation-not-found{border-radius:0;box-shadow:none;height:100%;min-height:0}.conversation-not-found>h1{font-size:16px;text-align:center;padding:0 20px}}.chat__box{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;position:relative}.chat__box__header{display:flex;height:64px;align-items:center;flex-shrink:0;background:rgba(20,22,31,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px 16px 0 0;box-shadow:0 1px 8px #00000026;z-index:2}.chat__box__header__mobileBack{display:none}.chat__box__header__avatar{display:flex;justify-content:center;align-items:center;padding:0 16px;cursor:pointer}.chat__box__header__avatar .gradient-avatar{border:2px solid rgba(255,255,255,.1)}.chat__box__header__conversationInfo{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1;min-width:0}.chat__box__header__conversationInfo:hover{cursor:pointer}.chat__box__header__conversationInfo>p{font-family:DM Sans,sans-serif;font-weight:600;font-size:15px;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat__box__header__conversationInfo>span{font-family:DM Sans,sans-serif;font-size:12px;font-weight:400;color:#64748b;margin-top:2px}.chat__box__header__menuIcons{display:flex;align-items:center;padding:0 8px;gap:2px;flex-shrink:0}.chat__box__header__menuIcons .MuiButtonBase-root{border-radius:10px;padding:8px;transition:background .2s}.chat__box__header__menuIcons .MuiButtonBase-root:hover{background:rgba(99,102,241,.1)}.chat__box__header__menuIcons .MuiSvgIcon-root{font-size:22px!important;color:#64748b;transition:color .2s ease}.chat__box__header__menuIcons .MuiButtonBase-root:hover .MuiSvgIcon-root{color:#818cf8}.chat__box__body{display:flex;flex-direction:column-reverse;align-items:flex-end;padding:0 6%;margin:0;flex:1 1 0;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:transparent transparent;position:relative}.chat__box__body:hover{scrollbar-color:rgba(255,255,255,.08) transparent}.chat__box__body::-webkit-scrollbar{width:6px}.chat__box__body::-webkit-scrollbar-track{background:transparent}.chat__box__body::-webkit-scrollbar-thumb{background:transparent;border-radius:3px}.chat__box__body:hover::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08)}[data-theme=light] .chat__box__body:hover{scrollbar-color:rgba(15,23,42,.2) transparent}[data-theme=light] .chat__box__body:hover::-webkit-scrollbar-thumb{background:rgba(15,23,42,.2)}.scrollToBottomButton{position:absolute;bottom:110px;right:32px}.scrollToBottomButton .MuiIconButton-root{background:rgba(99,102,241,.2)!important;backdrop-filter:blur(8px);border:1px solid rgba(99,102,241,.3);transition:all .2s ease}.scrollToBottomButton .MuiIconButton-root:hover{background:rgba(99,102,241,.35)!important}.scrollToBottomButton .MuiSvgIcon-root{color:#a5b4fc!important}.chat__box__footer{display:flex;align-items:flex-end;height:fit-content;flex-shrink:0;background:rgba(20,22,31,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);margin:0 16px 12px;border-radius:16px;padding:4px 0;box-shadow:0 -2px 12px #00000026;z-index:2}.chat__box__footer__icon{position:relative;display:flex;align-items:flex-end;margin:10px 8px 15px 12px}.chat__box__footer__icon>.MuiButtonBase-root{border-radius:10px;padding:8px;transition:background .2s,color .2s}.chat__box__footer__icon>.MuiButtonBase-root:hover{background:rgba(99,102,241,.1)}.chat__box__footer__icon>.MuiButtonBase-root>.MuiSvgIcon-root{font-size:24px!important;color:#64748b;transition:color .2s}.chat__box__footer__icon>.MuiButtonBase-root:hover>.MuiSvgIcon-root{color:#818cf8}.chat__box__footer__icon__right{display:flex;align-items:flex-end;margin:10px 12px 15px 8px}.chat__box__footer__icon__right .MuiButtonBase-root{border-radius:10px;padding:8px;transition:background .2s}.chat__box__footer__icon__right .MuiButtonBase-root:hover{background:rgba(99,102,241,.1)}.chat__box__footer__icon__right .MuiSvgIcon-root{font-size:24px!important;color:#64748b;transition:color .2s}.chat__box__footer__icon__right .MuiButtonBase-root:hover .MuiSvgIcon-root{color:#818cf8}.quickReply__menu{position:absolute;right:24px;left:24px;bottom:86px;z-index:6;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(20,22,31,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 14px 42px #0000006b}.quickReply__menu__header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.quickReply__menu__header__text{display:flex;flex-direction:column;gap:2px}.quickReply__menu__header__text>span{color:#cbd5e1;font-size:13px;font-weight:600}.quickReply__menu__header__text>small{color:#64748b;font-size:12px}.quickReply__menu__manageBtn.MuiButtonBase-root{border-radius:10px;padding:7px}.quickReply__menu__manageBtn .MuiSvgIcon-root{color:#94a3b8;font-size:20px!important}.quickReply__menu__manageBtn:hover{background:rgba(99,102,241,.14)}.quickReply__menu__manageBtn:hover .MuiSvgIcon-root{color:#c7d2fe}.quickReply__menu__items{max-height:260px;overflow-y:auto;padding:8px}.quickReply__menu__item{width:100%;border:1px solid transparent;border-radius:10px;background:transparent;text-align:left;padding:10px 12px;cursor:pointer;transition:all .18s ease}.quickReply__menu__item>p{margin:0;color:#e2e8f0;font-size:14px;font-weight:600}.quickReply__menu__item>span{color:#94a3b8;font-size:12px}.quickReply__menu__item:hover,.quickReply__menu__item.active{border-color:#6366f180;background:rgba(99,102,241,.12)}.quickReply__menu__empty{margin:0;padding:14px;color:#64748b;font-size:13px}.chat__box__footer .MuiInputBase-root.MuiOutlinedInput-root{border-radius:14px!important;margin:8px 0;background:rgba(255,255,255,.05)!important;color:#e2e8f0;font-family:DM Sans,sans-serif}.chat__box__footer .MuiInputBase-root.MuiOutlinedInput-root fieldset{border:1px solid rgba(255,255,255,.06)!important;transition:border-color .2s}.chat__box__footer .MuiInputBase-root.MuiOutlinedInput-root:hover fieldset{border-color:#ffffff1f!important}.chat__box__footer .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused fieldset{border:1.5px solid rgba(99,102,241,.5)!important}#messageTextarea{font-size:14px;font-family:DM Sans,sans-serif;font-weight:400;color:#e2e8f0}#messageTextarea::placeholder{color:#64748b;opacity:1}#messageTextarea::-webkit-scrollbar{width:5px}#messageTextarea::-webkit-scrollbar-thumb{border-radius:3px;background-color:#ffffff1a}[data-theme=light] #messageTextarea::-webkit-scrollbar-thumb{background-color:#0f172a33}.conversation__notInitiated__wrapper{display:flex;height:56px;flex-shrink:0;justify-content:center;align-items:center;background:rgba(20,22,31,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);margin:0 16px 12px;border-radius:16px;box-shadow:0 -2px 12px #00000026}.conversation__notInitiated__wrapper>button{height:44px;padding:0 28px;border:none;border-radius:12px;background:#3730a3;font-size:14px;font-family:DM Sans,sans-serif;font-weight:600;color:#fff;cursor:pointer;transition:all .25s ease}.conversation__notInitiated__wrapper>button:hover{transform:translateY(-1px);box-shadow:0 6px 24px #3730a366}.conversation__notInitiated__wrapper>button:active{transform:scale(.97)}.loading-more-chats{display:flex;align-self:center;justify-content:center;margin:12px 0}.loading-more-chats .MuiCircularProgress-root{color:#6366f1!important;width:28px!important;height:28px!important}[data-theme=light] .chat__box__header,[data-theme=light] .chat__box__footer,[data-theme=light] .conversation__notInitiated__wrapper{background:rgba(255,255,255,.9);box-shadow:0 2px 10px #0f172a14}[data-theme=light] .chat__box__header__conversationInfo>p,[data-theme=light] #messageTextarea{color:#0f172a}[data-theme=light] .chat__box__header__conversationInfo>span,[data-theme=light] .chat__box__header__menuIcons .MuiSvgIcon-root,[data-theme=light] .chat__box__footer__icon>.MuiButtonBase-root>.MuiSvgIcon-root,[data-theme=light] .chat__box__footer__icon__right .MuiSvgIcon-root,[data-theme=light] #messageTextarea::placeholder{color:#475569}[data-theme=light] .chat__box__header__menuIcons .MuiButtonBase-root:hover,[data-theme=light] .chat__box__footer__icon>.MuiButtonBase-root:hover,[data-theme=light] .chat__box__footer__icon__right .MuiButtonBase-root:hover{background:rgba(79,70,229,.12)}[data-theme=light] .chat__box__header__menuIcons .MuiButtonBase-root:hover .MuiSvgIcon-root,[data-theme=light] .chat__box__footer__icon>.MuiButtonBase-root:hover>.MuiSvgIcon-root,[data-theme=light] .chat__box__footer__icon__right .MuiButtonBase-root:hover .MuiSvgIcon-root{color:#4f46e5}[data-theme=light] .chat__box__footer .MuiInputBase-root.MuiOutlinedInput-root{background:rgba(15,23,42,.03)!important;color:#0f172a}[data-theme=light] .chat__box__footer .MuiInputBase-root.MuiOutlinedInput-root fieldset{border-color:#0f172a24!important}[data-theme=light] .chat__box__footer .MuiInputBase-root.MuiOutlinedInput-root:hover fieldset{border-color:#0f172a33!important}[data-theme=light] .quickReply__menu{border-color:#0f172a24;background:rgba(255,255,255,.95);box-shadow:0 14px 42px #0f172a24}[data-theme=light] .quickReply__menu__header{border-color:#0f172a1a}[data-theme=light] .quickReply__menu__header__text>span,[data-theme=light] .quickReply__menu__item>p{color:#0f172a}[data-theme=light] .quickReply__menu__header__text>small,[data-theme=light] .quickReply__menu__item>span,[data-theme=light] .quickReply__menu__empty{color:#475569}[data-theme=light] .quickReply__menu__manageBtn:hover{background:rgba(79,70,229,.1)}[data-theme=light] .quickReply__menu__manageBtn .MuiSvgIcon-root{color:#475569}[data-theme=light] .quickReply__menu__manageBtn:hover .MuiSvgIcon-root{color:#4338ca}[data-theme=light] .quickReply__menu__item:hover,[data-theme=light] .quickReply__menu__item.active{border-color:#4f46e566;background:rgba(79,70,229,.1)}@media (max-width: 900px){.chat__box__header{border-radius:0;height:60px;padding-right:4px;padding-top:max(0px,env(safe-area-inset-top))}.chat__box__header__mobileBack{display:flex;align-items:center;padding-left:2px}.chat__box__header__mobileBack .MuiButtonBase-root{padding:8px;border-radius:10px}.chat__box__header__mobileBack .MuiSvgIcon-root{color:#94a3b8}[data-theme=light] .chat__box__header__mobileBack .MuiSvgIcon-root{color:#334155}.chat__box__header__avatar{padding:0 10px 0 4px}.chat__box__header__conversationInfo>p{width:100%;max-width:100%;font-size:14px}.chat__box__header__conversationInfo{padding-right:6px}.chat__box__header__menuIcons{padding:0 4px 0 2px;gap:0}.chat__box__header__menuIcons .MuiButtonBase-root{padding:6px}.chat__box__body{padding:0 12px;margin:10px 0}.scrollToBottomButton{right:12px;bottom:90px}.chat__box__footer{margin:0;border-radius:0;padding-bottom:max(6px,env(safe-area-inset-bottom))}.chat__box__footer__icon{margin:8px 6px 10px 8px}.chat__box__footer__icon__right{margin:8px 8px 10px 6px}.conversation__notInitiated__wrapper{margin:0;border-radius:0;padding-bottom:max(6px,env(safe-area-inset-bottom))}.quickReply__menu{right:8px;left:8px;bottom:calc(72px + env(safe-area-inset-bottom))}}.fp{position:absolute;bottom:20px;left:10px;z-index:10;display:flex;flex-direction:column;width:min(480px,32vw);max-width:560px;min-height:360px;max-height:72dvh;border-radius:16px;padding:0;background:var(--surface-2);border:1px solid var(--border-soft);box-shadow:0 16px 48px #00000073;overflow:hidden;transition:transform .4s cubic-bezier(.22,1,.36,1);transform:translateY(1000px) scale(0)}.fp__progress{position:absolute;top:0;left:0;right:0;z-index:5;border-radius:0}.fp__progress .MuiLinearProgress-bar{background:var(--primary)}.fp__header{display:flex;align-items:center;justify-content:space-between;height:48px;flex-shrink:0;padding:0 6px}.fp__header__btn{color:var(--text-secondary)!important;transition:color .15s!important}.fp__header__btn:hover{color:var(--text-primary)!important}.fp__header__btn .MuiSvgIcon-root{font-size:22px}.fp__caption{padding:0 16px 8px;flex-shrink:0}.fp__caption input{width:100%;height:36px;border:none;border-bottom:1px solid var(--border-soft);outline:none;background:transparent;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;color:var(--text-primary);transition:border-color .2s}.fp__caption input::placeholder{color:var(--text-muted)}.fp__caption input:focus{border-color:var(--primary)}.fp__preview{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;padding:8px 16px}.fp__preview__img{display:flex;align-items:center;justify-content:center;width:100%;max-height:100%}.fp__preview__img img{max-width:100%;max-height:44dvh;object-fit:contain;border-radius:10px}.fp__preview__doc{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;max-width:90%}.fp__preview__doc__icon{width:56px;height:56px;opacity:.8}.fp__preview__doc__name{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:var(--text-primary);display:flex;overflow:hidden;max-width:100%}.fp__preview__doc__name-base{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:0}.fp__preview__doc__name-ext{white-space:nowrap;flex-shrink:0}.fp__preview__doc__size{font-family:DM Sans,sans-serif;font-size:13px;color:var(--text-muted)}.fp__bar{display:flex;align-items:center;justify-content:space-between;height:64px;flex-shrink:0;padding:0 12px;border-top:1px solid var(--border-soft)}.fp__bar__thumbs{display:flex;align-items:center;gap:8px}.fp__thumb{width:40px;height:40px;border-radius:10px;overflow:hidden;cursor:pointer;border:1px solid transparent;background:rgba(255,255,255,.02);transition:border-color .2s,background-color .2s,transform .15s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fp__thumb img{width:100%;height:100%;opacity:.55;transition:opacity .2s}.fp__thumb__image{object-fit:cover}.fp__thumb__fileIcon{width:28px!important;height:28px!important;object-fit:contain}.fp__thumb:hover img{opacity:.8}.fp__thumb--active{border-color:#6366f18c;background:rgba(99,102,241,.16)}.fp__thumb--active img{opacity:1}.fp__thumb--add{border:1px solid var(--border-soft);background:rgba(255,255,255,.04)}.fp__thumb--add .MuiSvgIcon-root{font-size:21px;color:var(--text-secondary);transition:color .15s,transform .15s}.fp__thumb--add:hover{border-color:#6366f173;background:rgba(99,102,241,.12)}.fp__thumb--add:hover .MuiSvgIcon-root{color:var(--primary);transform:scale(1.04)}.fp__thumb--add:active{transform:scale(.92)}.fp__send{width:44px;height:44px;border-radius:50%;border:none;background:var(--primary);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s,transform .15s}.fp__send .MuiSvgIcon-root{font-size:20px;color:#fff}.fp__send:hover{background:#4f46e5}.fp__send:active{transform:scale(.92)}[data-theme=light] .fp{background:#ffffff;box-shadow:0 16px 48px #0f172a29}[data-theme=light] .fp__preview__doc__icon{opacity:.9}[data-theme=light] .fp__thumb{background:rgba(15,23,42,.03)}[data-theme=light] .fp__thumb--active{border-color:#4f46e580;background:rgba(79,70,229,.12)}[data-theme=light] .fp__thumb--add{background:rgba(15,23,42,.02)}[data-theme=light] .fp__thumb--add:hover{border-color:#4f46e561;background:rgba(79,70,229,.1)}[data-theme=light] .fp__send{background:#4f46e5}[data-theme=light] .fp__send:hover{background:#4338ca}@media (max-width: 900px){.fp{position:absolute;left:0;right:auto;bottom:calc(100% + 10px);width:min(92vw,420px);max-width:min(92vw,420px);min-height:280px;max-height:65dvh;border-radius:14px;z-index:30;transform:translateY(120%) scale(.96);transform-origin:bottom center}.fp__preview__img img{max-height:32dvh}.fp__preview__doc__name{font-size:13px}.fp__bar{height:60px;padding:0 10px}}.unread__message__count{display:flex;align-self:center;justify-content:center;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.15);width:100%;border-radius:10px;margin:12px 0;user-select:none}.unread__message__count>span{padding:6px 0;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:#a5b4fc}.time-heading{display:flex;align-self:center;justify-content:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(8px);margin:16px 0;border-radius:10px;padding:0 16px;height:32px;align-items:center;z-index:1}.time-heading>span{font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;color:#94a3b8;letter-spacing:.5px}[data-theme=light] .time-heading{background:rgba(15,23,42,.05);border:1px solid rgba(15,23,42,.14);backdrop-filter:none;-webkit-backdrop-filter:none}[data-theme=light] .time-heading>span{color:#475569}.chatSection__message{position:relative;display:flex;flex-direction:column;max-width:55%;border-radius:16px 16px 4px;padding:10px 14px;background:#3730a3;margin-bottom:6px;box-shadow:0 2px 8px #3730a340;border:1px solid rgba(255,255,255,.06)}.chat__received{background:#1e2235;margin-right:auto;border-radius:16px 16px 16px 4px;box-shadow:0 1px 4px #0003;border:1px solid rgba(255,255,255,.06)}.chatSection__message ::selection{background:rgba(255,255,255,.35);color:#fff}.chat__received ::selection{background:rgba(99,102,241,.28);color:#e2e8f0}.chatSection__message>p{color:#fff;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;margin-right:16px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.5}.chatSection__message>p a{color:#c7d2fe;text-decoration:underline}.chatSection__message>p a:hover{color:#e0e7ff}.chat__received>p{color:#e2e8f0;margin-right:16px;overflow-wrap:anywhere}.chat__received>p a{color:#818cf8;text-decoration:none}.chat__received>p a:hover{text-decoration:underline}.chatSection__message>span{display:flex;align-items:center;justify-content:center;margin-left:auto;font-family:DM Sans,sans-serif;font-size:11px;font-weight:400;color:#fff9;margin-top:4px;user-select:none}.chatSection__message{--download-progress-label-color: rgba(255, 255, 255, .85)}.chat__received>span{margin-left:auto;font-family:DM Sans,sans-serif;font-size:11px;font-weight:400;color:#94a3b8}.chat__received{--download-progress-label-color: #94a3b8}.chat__received .MuiButton-endIcon .MuiSvgIcon-root{color:#94a3b8}.chatSection__message__file{display:flex;align-items:center;width:100%;max-width:274px;margin-top:5px;min-width:0}.chatSection__message__file>img{width:36px;height:36px;flex-shrink:0}.chat__received .chatSection__message__file>img{filter:brightness(1.5)}.chatSection__message__file>.MuiSvgIcon-root{color:#fff;margin-left:auto;cursor:pointer;transition:opacity .2s;flex-shrink:0}.chatSection__message__file>.MuiSvgIcon-root:hover{opacity:.8}.chatSection__message__file>p{color:#fff;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;margin-left:5px;margin-right:10px;flex:1;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.35}.chat__received .chatSection__message__file>.MuiSvgIcon-root{color:#818cf8;margin-left:auto}.chat__received .chatSection__message__file>p{color:#e2e8f0;margin-right:16px;overflow-wrap:anywhere}.chatSection__message__file .MuiCircularProgress-root,.chatSection__message__file .MuiTypography-root{color:#ffffffb3}.chat__received .chatSection__message__file .MuiTypography-root{color:#94a3b8}.chat__received .chatSection__message__file .MuiCircularProgress-root{color:#6366f1}.chatSection__message>section{color:#fff;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;width:100%;max-width:274px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.5}.chat__received>section{color:#e2e8f0}.message_reply_container{width:calc(100% + 14px);height:auto;display:flex;align-items:center;margin:-5px -7px 8px;border-radius:8px;background:rgba(0,0,0,.15)}.chat__received .message_reply_container{background:rgba(255,255,255,.08)}.message_reply_bar{width:3px;height:100%;display:flex;border-radius:10px 0 0 10px;background:#a78bfa;flex-shrink:0}.message_reply_main>div{display:flex;align-items:center;padding:0 20px 0 12px;margin:0 0 6px}.message_reply_person{font-size:12px;font-family:DM Sans,sans-serif;font-weight:600;color:#a78bfa;margin:8px 0 0 12px}.message_reply_icon{width:12px;height:12px;margin:0 4px 0 0;opacity:.7}.message_reply_text{font-size:12px;font-family:DM Sans,sans-serif;font-weight:400;color:#ffffff80}.chat__received .message_reply_text{color:#94a3b8}[data-theme=light] .chatSection__message{background:#4f46e5;border-color:#4f46e526}[data-theme=light] .chat__received{background:#ffffff;border-color:#0f172a24;box-shadow:0 1px 6px #0f172a14}[data-theme=light] .chat__received>p,[data-theme=light] .chat__received>section,[data-theme=light] .chat__received .chatSection__message__file>p{color:#0f172a}[data-theme=light] .chat__received>span,[data-theme=light] .chat__received .message_reply_text,[data-theme=light] .chat__received .MuiButton-endIcon .MuiSvgIcon-root,[data-theme=light] .chat__received .chatSection__message__file .MuiTypography-root{color:#475569}[data-theme=light] .chatSection__message{--download-progress-label-color: #e0e7ff}[data-theme=light] .chat__received{--download-progress-label-color: #334155}[data-theme=light] .chat__received .chatSection__message__file>.MuiSvgIcon-root,[data-theme=light] .chat__received>p a{color:#4f46e5}[data-theme=light] .chat__received ::selection{background:rgba(79,70,229,.22);color:#0f172a}@media (max-width: 900px){.chatSection__message{max-width:75%}}@media (max-width: 600px){.chatSection__message{max-width:86%}.chatSection__message__file,.chatSection__message>section{max-width:100%}}.message__template__container{display:flex;flex-direction:column;background:#1e2235;width:292px;max-width:292px;border-radius:14px;border:1px solid rgba(255,255,255,.1);margin-bottom:4px;--download-progress-label-color: rgba(255, 255, 255, .85)}.template__sent{background:#2e2870;border:1px solid rgba(255,255,255,.08)}.template__received{margin-right:auto;--download-progress-label-color: #cbd5e1}.message__template__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-bottom:8px}.message__template__content__main{position:relative;width:100%;min-height:30px}.message__template__content__main>span{position:absolute;bottom:2px;right:10px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:400;color:#64748b}.message__template__header__attachment{box-sizing:border-box;display:flex;height:150px;width:284px;align-items:center;border-radius:10px;padding:0 4px;margin:4px 0 0 4px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06)}.message__template__header__attachment>img{width:50px;height:50px;opacity:.8;filter:brightness(1.5)}.message__template__header__attachment>span{font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;color:#94a3b8}.message__template__header__attachment video::-webkit-media-controls-timeline{display:none}.message__template__header__text{margin:6px 4px 8px 8px}.message__template__messageBody{position:relative;margin:4px 4px 4px 8px;padding-right:62px;padding-bottom:14px}.message__template__footer{margin:0 4px 8px 8px;width:245px}.message__template__callToAction{width:292px}.message__template__callToAction__button{margin:3px 6px 0;background:rgba(99,102,241,.12);display:flex;align-items:center;justify-content:center;border-radius:8px;padding:8px 0;border-top:1px solid rgba(255,255,255,.06);transition:background .2s}.message__template__callToAction__button:hover{background:rgba(99,102,241,.2)}.message__template__callToAction__phone{margin:3px 6px 0;background:rgba(99,102,241,.12);display:flex;align-items:center;justify-content:center;border-radius:8px;padding:8px 0;border-top:1px solid rgba(255,255,255,.06);transition:background .2s}.message__template__callToAction__phone:hover{background:rgba(99,102,241,.2)}.message__template__callToAction__button>img,.message__template__callToAction__phone>img{width:16px;height:16px;margin-right:5px;filter:brightness(0) invert(.72)}.message__template__callToAction__button>a,.message__template__callToAction__phone>a{font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;color:#818cf8;white-space:pre-wrap;text-decoration:none}.message__template__header__text>span{font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;color:#e2e8f0;white-space:pre-wrap;overflow-wrap:anywhere}.message__template__messageBody>span{display:block;font-family:DM Sans,sans-serif;font-size:13px;font-weight:400;color:#cbd5e1;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.5}.message__template__messageBody>p{display:flex;align-items:center;justify-content:center;position:absolute;bottom:0;right:4px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:400;color:#64748b}.message__template__footer>span{font-family:DM Sans,sans-serif;font-size:12px;font-weight:400;color:#64748b;white-space:pre-wrap;overflow-wrap:anywhere}.message__template__quickReply{background:rgba(99,102,241,.12);display:flex;align-items:center;justify-content:center;width:280px;height:34px;margin-top:3px;border-radius:8px;z-index:1;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;color:#818cf8;white-space:pre-wrap;transition:background .2s}.message__template__quickReply:hover{background:rgba(99,102,241,.15)}.template__sent .message__template__header__attachment{background:rgba(255,255,255,.08);border-color:#ffffff14}.template__sent .message__template__callToAction__button,.template__sent .message__template__callToAction__phone{background:rgba(255,255,255,.1);border-top-color:#ffffff14}.template__sent .message__template__callToAction__button:hover,.template__sent .message__template__callToAction__phone:hover{background:rgba(255,255,255,.15)}.template__sent .message__template__quickReply{background:rgba(255,255,255,.1)}.template__sent .message__template__quickReply:hover{background:rgba(255,255,255,.15)}.template__sent .message__template__callToAction__button>a,.template__sent .message__template__callToAction__phone>a,.template__sent .message__template__quickReply{color:#c7d2fe}.template__sent{--download-progress-label-color: rgba(255, 255, 255, .9)}.template__sent .message__template__footer>span{color:#ffffff80}.template__sent .message__template__content__main>span,.template__sent .message__template__messageBody>p{color:#ffffff80}[data-theme=light] .message__template__container{background:#ffffff;border-color:#0f172a24;--download-progress-label-color: #334155}[data-theme=light] .template__sent{background:#eef2ff;border-color:#4f46e529;--download-progress-label-color: #312e81}[data-theme=light] .message__template__header__text>span{color:#0f172a}[data-theme=light] .message__template__messageBody>span{color:#334155}[data-theme=light] .message__template__footer>span,[data-theme=light] .message__template__content__main>span,[data-theme=light] .message__template__messageBody>p,[data-theme=light] .message__template__header__attachment>span{color:#475569}[data-theme=light] .message__template__callToAction__button,[data-theme=light] .message__template__callToAction__phone,[data-theme=light] .message__template__quickReply{background:rgba(79,70,229,.14);border-top-color:#4f46e533}[data-theme=light] .message__template__callToAction__button:hover,[data-theme=light] .message__template__callToAction__phone:hover,[data-theme=light] .message__template__quickReply:hover{background:rgba(79,70,229,.2)}[data-theme=light] .message__template__callToAction__button>a,[data-theme=light] .message__template__callToAction__phone>a,[data-theme=light] .message__template__quickReply{color:#312e81;font-weight:600}[data-theme=light] .message__template__callToAction__button>img,[data-theme=light] .message__template__callToAction__phone>img{filter:brightness(0) saturate(100%) invert(23%) sepia(29%) saturate(2357%) hue-rotate(233deg) brightness(94%) contrast(97%);opacity:.95}[data-theme=light] .template__sent .message__template__callToAction__button,[data-theme=light] .template__sent .message__template__callToAction__phone,[data-theme=light] .template__sent .message__template__quickReply{background:rgba(49,46,129,.12);border-top-color:#312e8133}[data-theme=light] .template__sent .message__template__callToAction__button:hover,[data-theme=light] .template__sent .message__template__callToAction__phone:hover,[data-theme=light] .template__sent .message__template__quickReply:hover{background:rgba(49,46,129,.18)}.template__container{height:75vh}.template__container .MuiDialog-paper,.MuiDialog-paper:has(.template__container){background:#14161f!important;color:#e2e8f0!important;border:1px solid rgba(255,255,255,.08);border-radius:20px!important;box-shadow:0 24px 64px #0009!important}.template__dialogTitle{border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:16px;font-family:DM Sans,sans-serif!important;color:#e2e8f0!important}.template__dialogTitle .MuiSvgIcon-root{color:#64748b!important;transition:color .2s}.template__dialogTitle .MuiSvgIcon-root:hover{color:#94a3b8!important}.template__dialogActions{padding:16px 24px;gap:12px;border-top:1px solid rgba(255,255,255,.06)}.template__dialogActions .MuiButton-root{font-family:DM Sans,sans-serif!important;border-radius:10px!important;text-transform:none!important;font-weight:600!important;padding:8px 24px!important}.template__dialogActions .MuiButton-outlined{border-color:#ffffff1f!important;color:#94a3b8!important}.template__dialogActions .MuiButton-outlined:hover{background:rgba(255,255,255,.04)!important;border-color:#fff3!important}.template__dialogActions .MuiButton-contained{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;box-shadow:0 4px 16px #6366f14d!important}.template__dialogActions .MuiButton-contained:hover{box-shadow:0 6px 24px #6366f173!important}.template__body{min-height:100%;max-height:fit-content;display:flex;background:transparent}.template__body__left{width:55%;min-width:420px;padding-right:16px}.template__search{height:70px;display:flex;align-items:center;padding-left:10px;margin-right:10px}.search__template__container{display:flex;align-items:center;background:rgba(255,255,255,.05);width:100%;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.06);transition:all .2s ease}.search__template__container:hover{border-color:#ffffff1f;background:rgba(255,255,255,.07)}.search__template__container:focus-within{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133;background:rgba(99,102,241,.05)}.search__template__container>input{border:none;font-family:DM Sans,sans-serif;font-size:14px;color:#e2e8f0;margin-left:16px;outline:none;box-shadow:none;width:100%;background:transparent}.search__template__container>input::placeholder{color:#475569}.search__template__container>input:focus,.search__template__container>input:focus-visible{outline:none;box-shadow:none}.search__template__container>.MuiSvgIcon-root{color:#475569;font-size:20px!important;padding:10px}.search__template__container>.MuiButtonBase-root.MuiIconButton-root{margin:5px}.search__template__container .MuiButtonBase-root.MuiIconButton-root>.MuiSvgIcon-root{color:#475569;font-size:20px!important}.template_body_inputs{width:100%;height:calc(100% - 70px);display:flex;flex-direction:column;justify-content:center;align-items:center}.template__emptyState{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#475569;margin:0}.template__body__preview{position:relative;width:45%;min-width:340px;padding-bottom:40px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#0f1219;border-left:1px solid rgba(255,255,255,.06);border-radius:0 16px 16px 0}.template__body__preview:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;background:radial-gradient(ellipse at 30% 20%,rgba(99,102,241,.04),transparent 60%)}.template__autocomplete__paper{margin-top:4px!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 8px 32px #00000080!important;background:#1a1d2a!important;min-width:400px;max-height:320px;overflow:hidden}.template__autocomplete__listbox{font-size:14px!important;font-family:DM Sans,sans-serif!important;font-weight:400;padding:6px 0!important;max-height:300px!important;color:#e2e8f0}.template__autocomplete__listbox .MuiAutocomplete-option{padding:12px 18px!important;min-height:44px;font-family:DM Sans,sans-serif!important;font-size:14px!important;color:#cbd5e1}.template__autocomplete__listbox .MuiAutocomplete-option[aria-selected=true]{background-color:#6366f11f!important}.template__autocomplete__listbox .MuiAutocomplete-option.Mui-focused,.template__autocomplete__listbox .MuiAutocomplete-option:hover{background-color:#6366f114!important}.template__autocomplete__paper .MuiAutocomplete-loading,.template__autocomplete__paper .MuiAutocomplete-noOptions{color:#94a3b8!important;font-family:DM Sans,sans-serif!important;font-size:14px!important}.template__autocomplete__listbox::-webkit-scrollbar{width:6px}.template__autocomplete__listbox::-webkit-scrollbar-track{background:transparent}.template__autocomplete__listbox::-webkit-scrollbar-thumb{border-radius:3px;background-color:#ffffff1a}.template__autocomplete__listbox::-webkit-scrollbar-thumb:hover{background-color:#fff3}.MuiAutocomplete-listbox{font-size:14px;font-family:DM Sans,sans-serif;font-weight:400}.MuiAutocomplete-listbox::-webkit-scrollbar{width:5px}.MuiAutocomplete-listbox::-webkit-scrollbar-thumb{border-radius:3px;background-color:#ffffff1a}.MuiDialogContent-root::-webkit-scrollbar{width:6px}.MuiDialogContent-root::-webkit-scrollbar-track{background:transparent}.MuiDialogContent-root::-webkit-scrollbar-thumb{border-radius:3px;background-color:#ffffff14}.MuiDialogContent-root::-webkit-scrollbar-thumb:hover{background-color:#ffffff26}[data-theme=light] .template__autocomplete__listbox::-webkit-scrollbar-thumb,[data-theme=light] .MuiAutocomplete-listbox::-webkit-scrollbar-thumb,[data-theme=light] .MuiDialogContent-root::-webkit-scrollbar-thumb{background-color:#0f172a33}[data-theme=light] .template__autocomplete__listbox::-webkit-scrollbar-thumb:hover,[data-theme=light] .MuiDialogContent-root::-webkit-scrollbar-thumb:hover{background-color:#0f172a4d}.loaderbox{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.loader{position:relative;width:40px}.loader:before{content:"";display:block;padding-top:100%}.circular{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes color{0%,to{stroke:#6366f1}40%{stroke:#818cf8}66%{stroke:#a78bfa}80%,90%{stroke:#6366f1}}[data-theme=light] .template__container .MuiDialog-paper,[data-theme=light] .MuiDialog-paper:has(.template__container){background:#ffffff!important;color:#0f172a!important;border:1px solid rgba(15,23,42,.14);box-shadow:0 24px 64px #0f172a2e!important}[data-theme=light] .template__dialogTitle{color:#0f172a!important;border-bottom-color:#0f172a1f}[data-theme=light] .template__dialogTitle .MuiSvgIcon-root{color:#475569!important}[data-theme=light] .template__dialogActions{border-top-color:#0f172a1f}[data-theme=light] .template__dialogActions .MuiButton-outlined{border-color:#0f172a33!important;color:#475569!important}[data-theme=light] .template__dialogActions .MuiButton-outlined:hover{background:rgba(79,70,229,.08)!important;border-color:#4f46e54d!important}[data-theme=light] .search__template__container{background:rgba(15,23,42,.03);border-color:#0f172a24}[data-theme=light] .search__template__container:hover{border-color:#0f172a33;background:rgba(15,23,42,.05)}[data-theme=light] .search__template__container>input{color:#0f172a}[data-theme=light] .search__template__container>input::placeholder,[data-theme=light] .search__template__container>.MuiSvgIcon-root,[data-theme=light] .search__template__container .MuiButtonBase-root.MuiIconButton-root>.MuiSvgIcon-root,[data-theme=light] .template__emptyState{color:#475569}[data-theme=light] .template__body__preview{background:#f8fafc;border-left-color:#0f172a1f}[data-theme=light] .template__autocomplete__paper{background:#ffffff!important;border-color:#0f172a24!important;box-shadow:0 10px 30px #0f172a26!important}[data-theme=light] .template__autocomplete__listbox{color:#0f172a}[data-theme=light] .template__autocomplete__listbox .MuiAutocomplete-option{color:#334155}[data-theme=light] .template__autocomplete__listbox .MuiAutocomplete-option[aria-selected=true]{background-color:#4f46e51f!important}[data-theme=light] .template__autocomplete__listbox .MuiAutocomplete-option.Mui-focused,[data-theme=light] .template__autocomplete__listbox .MuiAutocomplete-option:hover{background-color:#4f46e514!important}[data-theme=light] .template__autocomplete__paper .MuiAutocomplete-loading,[data-theme=light] .template__autocomplete__paper .MuiAutocomplete-noOptions{color:#475569!important}.template__inputContainer{width:100%;height:100%;display:flex;flex-direction:column;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#e2e8f0}.template__inputContainer>h3{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;margin:10px;color:#e2e8f0}.template__input__header{display:flex;flex-direction:column;margin:0 10px}.template__input__header>p,.template__input__body>p,.template__input__footer>p,.template__input__buttons>p{margin-bottom:5px;color:#cbd5e1}.template__input__header>span,.template__input__body>span,.template__input__footer>span{width:80%;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;margin-bottom:10px;color:#94a3b8}.header__input__box,.body__input__box{display:flex;align-items:center;background:rgba(255,255,255,.04);width:85%;height:40px;margin-bottom:15px;border-radius:10px;border:1px solid rgba(255,255,255,.08);transition:all .2s ease}.header__input__box:hover,.body__input__box:hover{border-color:#ffffff26;background:rgba(255,255,255,.06)}.header__input__box:focus-within,.body__input__box:focus-within{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}.header__input__box>input,.body__input__box>input{border:none;font-family:DM Sans,sans-serif;font-size:14px;color:#e2e8f0;margin-left:15px;margin-right:15px;outline:0;width:100%;background:transparent}.header__input__box>input::placeholder,.body__input__box>input::placeholder{color:#475569}.header__button__box{display:flex;height:40px;align-items:center;margin-bottom:10px}.header__button__box>button{height:100%;display:flex;flex-shrink:0;align-items:center;justify-content:center;padding:0 16px;background:rgba(255,255,255,.05);font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;color:#94a3b8;outline:0;border:1px solid rgba(255,255,255,.08);border-radius:10px;cursor:pointer;transition:all .2s}.header__button__box>button:hover{background:rgba(99,102,241,.1);border-color:#6366f1;color:#818cf8}.header__button__box>span{margin-left:15px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:400;color:#94a3b8;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template__input__body,.template__input__footer,.template__input__buttons{display:flex;flex-direction:column;margin:12px 10px 0}.button__container{display:flex;flex-direction:column;justify-content:center}.button__container>p{font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;margin-bottom:6px;color:#94a3b8}.button__container>span{font-family:DM Sans,sans-serif;font-size:13px;font-weight:400;color:#94a3b8;margin:0 0 10px 10px}.button__input__box{display:flex;align-items:center;background:rgba(255,255,255,.04);width:80%;height:40px;margin:0 0 10px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);transition:all .2s ease}.button__input__box:hover{border-color:#ffffff26}.button__input__box:focus-within{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}.button__input__box>input{border:none;font-family:DM Sans,sans-serif;font-size:14px;color:#e2e8f0;margin-left:15px;margin-right:5px;outline:0;width:100%;background:transparent}.button__input__box>input::placeholder{color:#475569}.button__input__box>a{margin-right:5px;margin-top:10px}.button__input__box>a>img{width:25px;height:25px;opacity:.6}[data-theme=light] .template__inputContainer,[data-theme=light] .template__inputContainer>h3,[data-theme=light] .header__input__box>input,[data-theme=light] .body__input__box>input,[data-theme=light] .button__input__box>input{color:#0f172a}[data-theme=light] .template__input__header>p,[data-theme=light] .template__input__body>p,[data-theme=light] .template__input__footer>p,[data-theme=light] .template__input__buttons>p,[data-theme=light] .template__input__header>span,[data-theme=light] .template__input__body>span,[data-theme=light] .template__input__footer>span,[data-theme=light] .button__container>p,[data-theme=light] .button__container>span,[data-theme=light] .header__button__box>span,[data-theme=light] .header__button__box>button{color:#475569}[data-theme=light] .header__input__box,[data-theme=light] .body__input__box,[data-theme=light] .button__input__box{background:rgba(15,23,42,.03);border-color:#0f172a24}[data-theme=light] .header__input__box:hover,[data-theme=light] .body__input__box:hover,[data-theme=light] .button__input__box:hover{border-color:#0f172a38;background:rgba(15,23,42,.05)}[data-theme=light] .header__input__box>input::placeholder,[data-theme=light] .body__input__box>input::placeholder,[data-theme=light] .button__input__box>input::placeholder{color:#64748b}[data-theme=light] .header__button__box>button{background:rgba(15,23,42,.03);border-color:#0f172a24}[data-theme=light] .header__button__box>button:hover{background:rgba(79,70,229,.1);border-color:#4f46e5;color:#4f46e5}.preview__container{position:relative;display:flex;flex-direction:column;background:#1e2235;width:292px;margin-top:60px;border-radius:14px;border:1px solid rgba(255,255,255,.08);overflow:hidden}.preview__container>p{position:absolute;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:#94a3b8;top:-30px;letter-spacing:.5px;text-transform:uppercase}.preview__content__main{position:relative;width:100%;min-height:30px}.preview__content__main>span{position:absolute;bottom:2px;right:10px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:400;color:#94a3b8}.preview__container:before{display:none}.preview__content__header__attachment{background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;border-radius:10px;margin:4px 4px 0;width:284px;height:150px;border:1px solid rgba(255,255,255,.06)}.preview__content__header__attachment>img{width:60px;height:60px;opacity:.5;filter:brightness(1.5)}.preview__content__header__attachment video::-webkit-media-controls-timeline{display:none}.preview__content__header__text{margin:6px 4px 8px 8px}.preview__content__messageBody{margin:4px 4px 4px 8px}.preview__content__footer{margin:0 4px 8px 8px;width:245px}.perview__content__callToAction{width:292px;z-index:1}.preview__content__callToAction__button{margin:0 6px;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;padding:8px 0}.preview__content__callToAction__phone{margin:0 6px;display:flex;align-items:center;justify-content:center;padding:8px 0}.preview__content__callToAction__button>img,.preview__content__callToAction__phone>img{width:16px;height:16px;margin-right:5px;filter:brightness(0) invert(.5)}.preview__content__callToAction__button>a,.preview__content__callToAction__phone>a{font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;color:#818cf8;white-space:pre-wrap;cursor:pointer;text-decoration:none}.preview__content__header__text>span{font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;color:#e2e8f0;white-space:pre-wrap;overflow-wrap:anywhere}.preview__content__messageBody>span{font-family:DM Sans,sans-serif;font-size:13px;font-weight:400;color:#cbd5e1;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.5}.preview__content__footer>span{font-family:DM Sans,sans-serif;font-size:12px;font-weight:400;color:#94a3b8;white-space:pre-wrap;overflow-wrap:anywhere}.perview__content__quickReply{background:rgba(99,102,241,.08);display:flex;align-items:center;justify-content:center;width:292px;height:34px;margin-top:3px;border-radius:0 0 14px 14px;z-index:1;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;color:#818cf8;white-space:pre-wrap}[data-theme=light] .preview__container{background:#ffffff;border-color:#0f172a24}[data-theme=light] .preview__container>p,[data-theme=light] .preview__content__main>span,[data-theme=light] .preview__content__footer>span{color:#475569}[data-theme=light] .preview__content__header__attachment{background:rgba(15,23,42,.03);border-color:#0f172a1f}[data-theme=light] .preview__content__header__text>span{color:#0f172a}[data-theme=light] .preview__content__messageBody>span{color:#334155}[data-theme=light] .preview__content__callToAction__button>a,[data-theme=light] .preview__content__callToAction__phone>a,[data-theme=light] .perview__content__quickReply{color:#4f46e5}.MuiDialog-paper:has(.quickReply__manager){background:#14161f!important;color:#e2e8f0!important;border:1px solid rgba(255,255,255,.08);border-radius:20px!important}.quickReply__dialogTitle{font-family:DM Sans,sans-serif!important;font-size:18px!important;font-weight:600!important;color:#e2e8f0!important;border-bottom:1px solid rgba(255,255,255,.08)}.quickReply__dialogContent.MuiDialogContent-root{overflow:hidden;padding:16px 20px!important}.quickReply__manager{display:grid;grid-template-columns:minmax(260px,320px) 1fr;gap:16px;height:100%;min-width:0;overflow:hidden}.quickReply__manager__list{border-right:1px solid rgba(255,255,255,.08);padding-right:14px;display:flex;flex-direction:column;min-width:0;min-height:0}.quickReply__manager__listHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.quickReply__manager__listHeader .MuiButtonBase-root{border-radius:10px;padding:8px;background:rgba(99,102,241,.12);border:1px solid rgba(99,102,241,.28)}.quickReply__manager__listHeader .MuiButtonBase-root .MuiSvgIcon-root{color:#c7d2fe}.quickReply__manager__listHeader .MuiButtonBase-root:hover{background:rgba(99,102,241,.2);border-color:#818cf87a}.quickReply__manager__listHeader>span{font-size:14px;color:#94a3b8;font-weight:600}.quickReply__manager__items{overflow-y:auto;overflow-x:hidden;padding-right:6px;min-height:0}.quickReply__manager__item{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);border-radius:12px;padding:10px;margin-bottom:8px;cursor:pointer;transition:all .2s ease}.quickReply__manager__item:hover,.quickReply__manager__item.active{border-color:#6366f199;background:rgba(99,102,241,.12)}.quickReply__manager__itemText>p{margin:0;font-size:14px;color:#e2e8f0;font-weight:600}.quickReply__manager__itemText>span{font-size:12px;color:#94a3b8}.quickReply__manager__itemActions .MuiSvgIcon-root{color:#a5b4fc}.quickReply__manager__itemActions{display:flex;align-items:center;gap:10px;margin-left:12px}.quickReply__manager__itemActions .MuiButtonBase-root{border-radius:9px;padding:8px;background:rgba(15,23,42,.24);border:1px solid rgba(99,102,241,.24)}.quickReply__manager__itemActions .MuiButtonBase-root:hover{background:rgba(99,102,241,.24);border-color:#818cf875}.quickReply__manager__itemActions .MuiButtonBase-root:hover .MuiSvgIcon-root{color:#e0e7ff}.quickReply__manager__item.active .quickReply__manager__itemActions .MuiButtonBase-root{background:rgba(15,23,42,.34);border-color:#818cf861}.quickReply__actionBtn--delete .MuiSvgIcon-root{color:#fda4af}.quickReply__actionBtn--delete:hover{background:rgba(225,29,72,.22)!important;border-color:#fb718585!important}.quickReply__actionBtn--delete:hover .MuiSvgIcon-root{color:#ffe4e6!important}.quickReply__emptyState{margin:20px 0;font-size:14px;color:#64748b}.quickReply__manager__editor{display:flex;flex-direction:column;gap:12px;min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:6px}.quickReply__field{display:flex;flex-direction:column;gap:6px}.quickReply__field>label{font-size:13px;color:#94a3b8;font-weight:600}.quickReply__field>input,.quickReply__field>textarea{box-sizing:border-box;width:100%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);border-radius:12px;color:#e2e8f0;font-family:DM Sans,sans-serif;font-size:14px;padding:10px 12px;outline:none}.quickReply__field>textarea{resize:vertical;min-height:140px}.quickReply__field>input:focus,.quickReply__field>textarea:focus{border-color:#6366f1b3;box-shadow:inset 0 0 0 1px #6366f159}.quickReply__dialogActions{border-top:1px solid rgba(255,255,255,.08);padding:12px 24px!important}.quickReply__dialogActions .MuiButton-root{font-family:DM Sans,sans-serif!important;border-radius:10px!important;text-transform:none!important;font-weight:600!important}.quickReply__dialogActions .MuiButton-contained{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important}[data-theme=light] .MuiDialog-paper:has(.quickReply__manager){background:#ffffff!important;color:#0f172a!important;border-color:#0f172a24}[data-theme=light] .quickReply__dialogTitle,[data-theme=light] .quickReply__manager__itemText>p{color:#0f172a!important}[data-theme=light] .quickReply__manager__list,[data-theme=light] .quickReply__dialogActions{border-color:#0f172a1a}[data-theme=light] .quickReply__manager__item{border-color:#0f172a24;background:rgba(15,23,42,.02)}[data-theme=light] .quickReply__manager__item:hover,[data-theme=light] .quickReply__manager__item.active{border-color:#4f46e580;background:rgba(79,70,229,.08)}[data-theme=light] .quickReply__field>label,[data-theme=light] .quickReply__manager__listHeader>span,[data-theme=light] .quickReply__manager__itemText>span{color:#475569}[data-theme=light] .quickReply__manager__listHeader .MuiButtonBase-root{background:rgba(79,70,229,.1);border:1px solid rgba(79,70,229,.2)}[data-theme=light] .quickReply__manager__listHeader .MuiButtonBase-root .MuiSvgIcon-root,[data-theme=light] .quickReply__manager__itemActions .MuiSvgIcon-root{color:#4f46e5}[data-theme=light] .quickReply__manager__itemActions .MuiButtonBase-root:hover{background:rgba(79,70,229,.12)}[data-theme=light] .quickReply__manager__itemActions .MuiButtonBase-root{background:rgba(79,70,229,.08);border:1px solid rgba(79,70,229,.16)}[data-theme=light] .quickReply__manager__item.active .quickReply__manager__itemActions .MuiButtonBase-root{background:rgba(79,70,229,.12);border-color:#4f46e542}[data-theme=light] .quickReply__actionBtn--delete .MuiSvgIcon-root,[data-theme=light] .quickReply__manager__item.active .quickReply__actionBtn--delete .MuiSvgIcon-root,[data-theme=light] .quickReply__manager__item:hover .quickReply__actionBtn--delete .MuiSvgIcon-root{color:#be123c!important}[data-theme=light] .quickReply__actionBtn--delete:hover{background:rgba(225,29,72,.1)!important;border-color:#e11d483d!important}[data-theme=light] .quickReply__actionBtn--delete:hover .MuiSvgIcon-root{color:#9f1239!important}[data-theme=light] .quickReply__manager__item.active .quickReply__actionBtn--edit .MuiSvgIcon-root,[data-theme=light] .quickReply__manager__item:hover .quickReply__actionBtn--edit .MuiSvgIcon-root{color:#4338ca!important}[data-theme=light] .quickReply__field>input,[data-theme=light] .quickReply__field>textarea{border-color:#0f172a29;background:rgba(15,23,42,.03);color:#0f172a}@media (max-width: 900px){.quickReply__manager{grid-template-columns:1fr}.quickReply__manager__list{border-right:none;border-bottom:1px solid rgba(255,255,255,.08);padding-right:0;padding-bottom:10px;max-height:220px}}*{margin:0;padding:0;-webkit-tap-highlight-color:transparent}*::selection{background-color:#6366f14d}:root{--app-bg: #0b0e17;--surface-1: #0f1219;--surface-2: #111420;--surface-3: #1a1d2e;--text-primary: #e2e8f0;--text-secondary: #94a3b8;--text-muted: #64748b;--border-soft: rgba(255, 255, 255, .08);--primary: #6366f1;--primary-soft: rgba(99, 102, 241, .1);--toastify-toast-min-height: 10px !important;--toastify-color-light: #1a1d2e !important;--toastify-text-color-light: #e2e8f0 !important;--toastify-color-progress-light: #6366f1 !important;--toastify-color-success: #22c55e !important;--toastify-color-error: #ef4444 !important;--toastify-color-warning: #f59e0b !important;--toastify-color-info: #6366f1 !important}[data-theme=light]{--app-bg: #f4f6fb;--surface-1: #ffffff;--surface-2: #ffffff;--surface-3: #ffffff;--text-primary: #0f172a;--text-secondary: #334155;--text-muted: #475569;--border-soft: rgba(15, 23, 42, .14);--primary: #4f46e5;--primary-soft: rgba(79, 70, 229, .12);--toastify-color-light: #ffffff !important;--toastify-text-color-light: #0f172a !important}.Toastify__toast{border-radius:14px!important;font-family:DM Sans,sans-serif!important;font-size:14px!important;font-weight:500!important;user-select:none!important;color:var(--text-primary)!important;background:var(--surface-3)!important;border:1px solid var(--border-soft)!important;box-shadow:0 8px 32px #0006!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}.Toastify__toast--success{border-left:3px solid #22c55e!important}.Toastify__toast--error{border-left:3px solid #ef4444!important}.Toastify__toast--warning{border-left:3px solid #f59e0b!important}.Toastify__toast--info{border-left:3px solid #6366f1!important}.Toastify__toast-icon svg{fill:currentColor}.Toastify__toast--success .Toastify__toast-icon svg{fill:#22c55e}.Toastify__toast--error .Toastify__toast-icon svg{fill:#ef4444}.Toastify__toast--warning .Toastify__toast-icon svg{fill:#f59e0b}.Toastify__toast--info .Toastify__toast-icon svg{fill:#6366f1}.Toastify__progress-bar{height:3px!important}.Toastify__close-button{color:var(--text-muted)!important;opacity:.7!important}.Toastify__close-button:hover{color:var(--text-primary)!important;opacity:1!important}.Toastify__spinner{border-color:#6366f133!important;border-right-color:#6366f1!important}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--app-bg);color:var(--text-primary);overscroll-behavior-y:none}html,body,#root{width:100%;min-height:100%}#root{min-height:100dvh}input,textarea,button{font:inherit}@media (max-width: 900px){.Toastify__toast-container{width:calc(100vw - 20px)!important;left:10px!important;right:10px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--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-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.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:5px;z-index:var(--toastify-z-index);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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
