.dashboard-content{width:100vw;height:var(--app-height);overflow:hidden;max-width:100vw;max-height:var(--app-height);position:relative}.dashboard-content-scroller{height:var(--app-height);overflow:auto;min-height:var(--app-height);width:100%}.dashboard-content-scroller-hidden-overflow{overflow:hidden}.dashboard-wrapper{width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:10rem 0;z-index:8;min-height:calc(var(--app-height) - 48px)}.dashboard-wrapper-container{width:100%;display:flex;flex-direction:column;align-items:center;max-width:904px}.dashboard-header{width:100%;height:120px;padding:0 24px;margin:0 auto;position:fixed;z-index:9;display:flex;align-items:center;justify-content:center}.dashboard-header-overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:hsla(0,0%,96%,0);-webkit-mask:linear-gradient(0deg,transparent,#000 38.0173%);mask:linear-gradient(0deg,transparent,#000 38.0173%);opacity:1;position:absolute;width:100%;height:100%}.dashboard-header-container{width:100%;max-width:904px;display:flex;align-items:center;justify-content:space-between;z-index:1;position:relative}.dashboard-header-logo{width:128px;height:88px;display:flex;align-items:center;position:relative}.dashboard-header-logo img{width:58px;height:42px}.dashboard-header-notifications{box-sizing:border-box;flex-shrink:0;width:-moz-min-content;width:min-content;height:-moz-min-content;height:min-content;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;background-color:var(--white);overflow:hidden;position:relative;padding:0;align-content:center;flex-wrap:nowrap;gap:0;border-radius:8px;width:216px;transition:all .25s ease-in-out;cursor:pointer}.dashboard-header-notifications-border{flex-shrink:0;width:100%;height:100%;display:block;mix-blend-mode:multiply;overflow:hidden;z-index:5;position:absolute;border-radius:8px;border:3px double var(--text-disabled)}.dashboard-header-notifications-inner{padding:14px 16px;flex-shrink:0;width:auto;height:auto;white-space:pre;overflow:visible;position:relative;font-weight:700;font-style:normal;color:var(--text-placeholder);font-size:13px;letter-spacing:0;line-height:13px;text-align:left;z-index:2}.dashboard-header-notifications-action{box-sizing:border-box;flex-shrink:0;width:-moz-min-content;width:min-content;height:-moz-min-content;height:min-content;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:12px 8px 12px 12px;background-color:var(--primary);overflow:visible;position:relative;align-content:center;flex-wrap:nowrap;gap:4px;border-radius:0 8px 8px 0;z-index:1;opacity:0;transition:all .25s ease-in-out}.dashboard-header-notifications-action p{flex-shrink:0;width:auto;height:auto;white-space:pre;overflow:visible;z-index:3;position:relative;font-weight:700;font-style:normal;font-family:"Recursive",sans-serif;color:var(--white);font-size:13px;letter-spacing:0;line-height:1.231;text-align:left}.dashboard-header-notifications-action svg{width:20px;height:20px}.dashboard-header-notifications:hover{width:336px}.dashboard-header-notifications:hover .dashboard-header-notifications-action{opacity:1}.dashboard-header-accounts{display:flex;position:absolute;margin:0 auto;left:0;right:0;justify-content:center;top:24px;z-index:4;transform:translateX(4px)}.dashboard-header-account{width:40px;height:40px;border-radius:8px;overflow:hidden;position:relative;margin-left:-4px;display:flex;align-items:center;justify-content:center;background-color:var(--text-disabled);box-shadow:0 0 0 2px #f4f4f4;cursor:pointer}.dashboard-header-account-skeleton{width:100%;height:100%}.dashboard-header-accounts-sync{white-space:pre-wrap;word-wrap:break-word;word-break:break-word;font-style:normal;color:var(--text-placeholder);font-size:12px;font-weight:400;letter-spacing:-.01em;line-height:1.5;position:absolute;bottom:-22px;margin:0 auto;display:flex;align-items:center;justify-content:center}.dashboard-header-accounts-sync-skeleton{width:140px;height:18px}.dashboard-header-accounts-sync span{cursor:pointer;color:var(--primary)}.dashboard-header-accounts-loading{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.dashboard-header-accounts-loading-effect{width:12px;height:12px;border-radius:50%;background:conic-gradient(#0000 10%,var(--primary));-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 2px),#000 0);animation:s3 1s linear infinite}@keyframes s3{to{transform:rotate(1turn)}}.dashboard-header-link{max-width:190px;position:absolute;margin:0 auto;left:0;right:0;top:20px;display:flex;align-items:center;justify-content:center}.dashboard-header-account img{width:100%;height:100%;transform:scale(1.25)}.dashboard-header-account.dashboard-header-account-extra-count{background-color:var(--text-disabled);color:var(--text-secondary);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.dashboard-header-user{width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease-in;z-index:5;position:relative}.dashboard-header-user-image{width:48px;height:48px;overflow:hidden;border-radius:48px;-o-object-fit:cover;object-fit:cover}.dashboard-header-no-user{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.dashboard-header-no-user,.dashboard-header-user-overlay{background-color:var(--green-light-10);border-radius:48px}.dashboard-header-user-overlay{position:absolute;width:52px;height:52px;border:2px solid var(--green-light-50);box-shadow:0 2px 9px 0 rgba(0,0,0,.05);opacity:0;transition:opacity .25s ease-in-out,border .25s ease-in-out}.dashboard-header-no-user svg{color:var(--teal-700);width:48px;height:48px;z-index:1;transition:color .25s ease-in-out}.dashboard-header-user:hover .dashboard-header-user-overlay{opacity:1}.dashboard-header-user:hover .dashboard-header-no-user svg{color:var(--teal-800)}.dashboard-header-user:active .dashboard-header-user-overlay{border:2px solid var(--green-light);box-shadow:0 2px 9px 0 rgba(0,0,0,.15)}.dashboard-inner-header{color:var(--text-secondary);font-weight:700;font-size:24px;letter-spacing:-.03em;line-height:3;height:104px;width:100%;display:flex;align-items:flex-end}.dashboard-inner-header-salute{height:148px;align-items:center;gap:14px}.dashboard-inner-header-salute svg{width:28px;height:28px;color:var(--primary)}.dashboard-inner-header-salute span{font-weight:600}.dashboard-inner-grid{display:grid;-ms-grid-rows:1fr;-ms-grid-columns:1fr 16px 1fr 16px 1fr;grid-template:1fr/1fr 1fr 1fr;gap:16px;width:100%}.dashboard-inner-chat{min-height:128px;padding:20px 24px 16px;background:#f8f8f8;border:1px solid var(--text-disabled);border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:all .25s ease-in-out}.dashboard-inner-chat-selected{transition:all .25s ease-in;border:1px solid #34ab9f;box-shadow:0 0 24px -4px var(rgba(95,201,180,.5))}.dashboard-inner-chat-name{font-size:15px;font-weight:500;letter-spacing:-.03em;line-height:1.25;color:var(--grey-700);text-wrap:balance;transition:all .25s ease-in-out}.dashboard-inner-chat-selected .dashboard-inner-chat-name{color:var(#34ab9f)}.dashboard-inner-chat-footer{display:flex;align-items:center;justify-content:space-between}.dashboard-inner-chat-select{color:var(--primary);width:20px;height:24px;opacity:0}.dashboard-inner-chat-selected .dashboard-inner-chat-select{opacity:1}.dashboard-inner-chat-time{font-size:12px;letter-spacing:-.03em;line-height:2;text-align:left;font-weight:400;color:grey;transition:all .25s ease-in-out}.dashboard-inner-chat:hover{background-color:#fff;box-shadow:0 0 1px -1px rgba(0,0,0,.11),0 3px 5px -2px rgba(0,0,0,.15);border:1px solid var(--green-light)}.dashboard-inner-chat:hover .dashboard-inner-chat-name{color:var(--primary)}.dashboard-inner-chat:hover .dashboard-inner-chat-time{color:var(--text-placeholder)}.dashboard-chat{position:absolute;width:100%;max-width:1080px;height:calc(var(--app-height) - 2rem);background-color:#fff;bottom:0;left:0;right:0;top:0;margin:0 auto;border-radius:1.5rem;overflow:hidden;box-shadow:.0391815075505292px .7836301510105841px .7846090772523621px 0 transparent,.09598237918515223px 1.9196475837030447px 1.9220456453297308px 0 rgba(0,0,0,.007),.18187273795891087px 3.6374547591782176px 3.641998739412321px 0 rgba(0,0,0,.014),.31750224074290595px 6.350044814858119px 6.357977416095724px 0 rgba(0,0,0,.024),.5525935285020386px 11.051870570040771px 11.065676784755448px 0 rgba(0,0,0,.041),1.0121405975398374px 20.24281195079675px 20.268099670775946px 0 rgba(0,0,0,.076),2px 40px 40.049968789001575px 0 rgba(0,0,0,.15),inset 0 -1px 0 0 var(--Black_5_,rgba(0,0,0,.05));z-index:99;transition:width .25s ease-out}.dashboard-chat-minimize{max-width:992px}.dashboard-chat-content{color:var(--text-primary);display:flex;flex-direction:column;justify-content:space-between;height:100%;padding-bottom:1.25rem;position:relative}.dashboard-chat-shadow{content:"";-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:var(--None,transparent);overflow:hidden;-webkit-mask:url(/_next/static/media/chat-shadow.a57c7de1.avif) alpha no-repeat bottom/cover add;mask:url(/_next/static/media/chat-shadow.a57c7de1.avif) alpha no-repeat bottom/cover add;z-index:8;position:absolute;bottom:0;width:100%;max-width:1016px;height:152px;left:0;right:0;margin:0 auto;pointer-events:none}.dashboard-chat-shadow-open{opacity:1;height:100%}.dashboard-chat-background,.dashboard-chat-shadow-open{background:linear-gradient(180deg,var(--token-eb935f3e-0c7f-4b33-9dc9-38efde0112d7,transparent) 0,var(--token-153c2e00-662c-4008-a921-ad95e1b321c3,rgba(0,0,0,.4)) 100%);will-change:transform;max-width:100%}.dashboard-chat-background{height:0;opacity:0;width:100%;top:0;left:0;position:absolute;transition:opacity .25s ease-out}.dashboard-chat-background-open{opacity:1;height:100%}.dashboard-chat-background-minimize{opacity:0;height:0}.dashboard-chat-content-overlay{position:absolute;width:100%;height:176px;top:0;left:0;flex-shrink:0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:inset 0 -1px 0 0 var(--White_25_,hsla(0,0%,100%,.25));background-color:var(--White_50_,hsla(0,0%,100%,.5));overflow:visible;-webkit-mask:linear-gradient(0deg,transparent,#000 50%) add;mask:linear-gradient(0deg,transparent,#000 50%) add;z-index:3}.dashboard-chat-content-overlay-corner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2;box-shadow:inset 0 4px 32px 8px rgba(0,0,0,.1);border-radius:24px 24px 0 0;border-top:.5px solid #fff;border-right:.5px solid #fff;border-left:.5px solid #fff}.dashboard-chat-content-overlay-bottom{top:auto;bottom:0;height:125px;-webkit-mask:linear-gradient(180deg,transparent,#000 50%) add;mask:linear-gradient(180deg,transparent,#000 50%) add}.dashboard-chat-header{display:grid;-ms-grid-rows:1fr;-ms-grid-columns:88px 1rem 1fr 1rem 88px;grid-template:1fr/88px 1fr 88px;height:88px;width:100%;gap:1rem;align-items:center;justify-content:center;flex:0 0 auto;z-index:4;box-shadow:0 .6021873017743928px .6021873017743928px -1.25px rgba(0,0,0,.11),0 2.288533303243457px 2.288533303243457px -2.5px rgba(0,0,0,.095),0 10px 10px -3.75px rgba(0,0,0,.038),inset 0 1px 0 0 #fff;background-color:var(--secondary);position:relative}.dashboard-chat-panel-design-button{position:absolute;right:24px;top:100px}.dashboard-chat-panel-design-button .dashboard-chat-header-button{border:1px solid var(--black-10);background-color:var(--white)}.dashboard-chat-name{color:var(--primary);font-size:18px;font-weight:500;line-height:1.2;letter-spacing:-.03em;word-wrap:break-word;white-space:wrap;text-wrap:balance;-ms-grid-row-align:center;-ms-grid-column-align:center;place-self:center;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dashboard-chat-header-icon{cursor:pointer;-ms-grid-row-align:center;-ms-grid-column-align:center;place-self:center;transition:all .25s ease-in-out;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.dashboard-chat-header-button,.dashboard-chat-menu-trigger{width:40px;height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .25s ease-in-out;cursor:pointer}.dashboard-chat-header-button:hover,.dashboard-chat-menu-trigger:hover{background-color:var(--header-button-hover)}.dashboard-chat-header-button svg,.dashboard-chat-menu-trigger svg{width:20px;height:20px;color:var(--text-secondary)}.dashboard-chat-header-button:hover svg,.dashboard-chat-menu-trigger:hover svg{color:var(--header-button-color)}.dashboard-chat-menu{position:relative;width:88px;height:88px;display:flex;align-items:center;justify-content:center}.dashboard-chat-menu-content{position:absolute;width:240px;right:24px;top:75px;padding:8px 0;background-color:#fff;border:1px solid var(--text-disabled);border-radius:8px;box-shadow:0 .48px .38px -1.5px rgba(0,0,0,.14),0 4px 3.2px -3px rgba(0,0,0,.1);overflow:hidden;box-shadow:0 5px 18px 0 rgba(0,0,0,.13)}.dashboard-chat-menu-item{font-size:14px;height:44px;padding:0 1rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .25s ease-in-out;display:grid;grid-template:1fr/20px 1fr;gap:10px;align-items:center}.dashboard-chat-menu-item-separator{width:100%;height:1px;background-color:var(--text-disabled);margin:8px 0}.dashboard-chat-menu-item-icon,.dashboard-chat-menu-item-text{color:var(--grey-700)}.dashboard-chat-menu-item-text{font-weight:400}.dashboard-chat-menu-item:hover{background-color:var(--header-button-hover)}.dashboard-chat-menu-item:hover .dashboard-chat-menu-item-icon,.dashboard-chat-menu-item:hover .dashboard-chat-menu-item-text{color:var(--header-button-color)}.dashboard-chat-menu-item:active{background-color:var(--header-button-active)}.dashboard-chat-body{width:100%;height:calc(100% - 1.25rem);max-height:calc(100% - 88px);display:flex;align-items:flex-end}.dashboard-chat-input{flex:0 0 auto;border-radius:1rem;align-items:center;box-shadow:0 0 1px 0 rgba(0,0,0,.01),0 1px 4px 0 rgba(0,0,0,.034),0 6px 16px 0 rgba(0,0,0,.15),inset 0 0 0 -1px rgba(0,0,0,.202),inset 0 -1px 0 -3px rgba(0,0,0,.172),inset 0 -6px 0 -4.25px rgba(0,0,0,.038);transition:all .25s ease-in-out;border:1px solid var(--black-10);width:calc(100% - 2rem);min-height:64.5px;margin:0 auto;position:absolute;bottom:1rem;left:0;right:0;z-index:4;background-color:var(--white)}.dashboard-chat-input.dashboard-chat-input-main{position:relative;width:100%;bottom:0;height:auto;min-height:160px;display:flex;flex-direction:column;align-items:flex-start}.dashboard-chat-input textarea{width:calc(100% - 4rem);margin:24px 0 0;background-color:transparent;border:none;height:64px;padding:0 0 0 1.5rem;font-size:16px;font-weight:400;letter-spacing:-.03em;color:var(--text-secondary);resize:none;outline:none;max-height:192px}.dashboard-chat-input input::-moz-placeholder,.dashboard-chat-input textarea::-moz-placeholder{font-size:16px;letter-spacing:-.03em;font-weight:400;color:var(--text-placeholder-light)}.dashboard-chat-input input::placeholder,.dashboard-chat-input textarea::placeholder{font-size:16px;letter-spacing:-.03em;font-weight:400;color:var(--text-placeholder-light)}.dashboard-chat-input-modal{padding:20px 0 12px}.dashboard-chat-input-modal textarea{margin:0}.dashboard-chat-input.dashboard-chat-input-focus{border:1px solid var(--green-light);box-shadow:0 1px 2px 0 rgba(0,0,0,.02),0 2px 6px 0 rgba(0,0,0,.057),0 10px 26px 0 rgba(0,0,0,.1),inset 0 0 16px 0 rgba(95,201,180,.25),0 8px 24px 0 rgba(95,201,180,.25)}.dashboard-chat-input-action{display:flex;align-items:center;justify-content:center;position:absolute;height:64px;padding:0 24px;right:0;top:0}.dashboard-chat-input-button{display:flex;align-items:center;justify-content:center;cursor:pointer}.dashboard-chat-input-button-icon{width:40px;height:40px;color:#33a89c;margin-right:-4px}.dashboard-chat-input-button-disabled .dashboard-chat-input-button-icon{color:var(--text-disabled)}.dashboard-chat-input-options{width:100%;display:grid;-ms-grid-rows:1fr;-ms-grid-columns:1fr 1rem 1fr 1rem 1fr;grid-template:1fr/1fr 1fr 1fr;gap:1rem;padding:1.5rem}.dashboard-chat-rename{height:100%;display:flex;justify-content:center;flex:0 0 auto;border-radius:1rem;align-items:center;transition:all .25s ease-in-out}.dashboard-chat-rename.dashboard-chat-rename-focus textarea{border:1px solid var(--green-light)}.dashboard-chat-rename textarea{scrollbar-width:none;&::-webkit-scrollbar{width:0;height:0}background-color:transparent;font-weight:500;line-height:1.2;letter-spacing:-.03em;font-size:18px;color:var(--text-secondary);border:1px solid #d4d4d4;border-radius:8px;padding:8px;resize:none;outline:none;width:100%;min-height:40px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.1)}@media (max-width:768px){.dashboard-chat-rename textarea{font-size:14px;font-weight:500;line-height:1.2;letter-spacing:-.03em;color:var(--primary);text-align:center;padding:0;border:none;-webkit-appearance:none;-webkit-text-size-adjust:100%;min-height:0}}.dashboard-chat-rename textarea::-moz-placeholder{font-size:16px;color:var(--text-placeholder)}.dashboard-chat-rename textarea::placeholder{font-size:16px;color:var(--text-placeholder)}.dashboard-profile{position:fixed;z-index:110;width:100vw;height:var(--app-height);max-height:var(--app-height);overflow:auto;background-color:hsla(0,0%,100%,0);top:0;left:0;transition:all .25s ease-in;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden}.dashboard-profile-active{opacity:1;visibility:visible;background-color:hsla(0,0%,100%,.5)}.dashboard-profile-wrapper{position:relative;max-width:1080px;margin:0 auto;padding:80px 0 0}.dashboard-profile-left,.dashboard-profile-right{padding:35px 0 0}.dashboard-profile-container{max-width:904px;margin:0 auto;display:grid;-ms-grid-rows:1fr;-ms-grid-columns:2fr 1rem 1fr;grid-template:1fr/2fr 1fr;gap:1rem;padding:0 0 2.5rem}.dashboard-profile-head{display:flex;justify-content:space-between;align-items:center;margin:0 0 8px}.dashboard-profile-title{color:var(--text-secondary);font-weight:700;font-size:24px;letter-spacing:-.03em;line-height:40px;margin:0 0 16px}.dashboard-profile-title.dashboard-profile-title-no-margin{margin:0}.dashboard-profile-close{position:fixed;width:40px;height:40px;right:calc(calc(calc(100% - 904px) / 2) + 4px);top:40px;cursor:pointer;border-radius:40px;background-color:hsla(0,0%,100%,.75);display:flex;align-items:center;justify-content:center;z-index:999}.dashboard-profile-close svg{width:24px;height:24px;color:#919191;transition:all .25s ease-in-out}.dashboard-profile-close:hover{background-color:hsla(0,0%,100%,.9)}.dashboard-profile-close:hover svg{color:#454545}.dashboard-profile-close:active{background-color:#fff}.dashboard-profile-close:active svg{color:#919191}.dashboard-profile-accounts{display:grid;-ms-grid-rows:1fr;-ms-grid-columns:1fr 16px 1fr;grid-template:1fr/1fr 1fr;gap:16px}.dashboard-profile-account{box-sizing:border-box;height:-moz-min-content;height:min-content;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:20px 24px 16px;background:linear-gradient(180deg,var(--White_75_,hsla(0,0%,100%,.75)) 0,var(--White_50_,hsla(0,0%,100%,.5)) 100%);gap:8px;border-radius:16px;border:1px solid var(--border-subtle)}.dashboard-profile-account-skeleton{height:123px;padding:0;box-shadow:0 4px 4px 0 rgba(0,0,0,.05)}.dashboard-profile-account-skeleton-item{width:100%;height:100%}.dashboard-profile-account-top{display:flex;align-items:center;gap:1rem;margin:0 0 16px}.dashboard-profile-account-bottom{display:flex;align-items:center;justify-content:space-between;width:100%}.dashboard-profile-account-image{width:32px;height:32px;flex:1 0 auto;border-radius:8px;overflow:hidden}.dashboard-profile-account-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.25)}.dashboard-profile-account-name{font-weight:500;font-style:normal;color:var(--text-primary);font-size:16px;letter-spacing:-.02em;text-transform:capitalize;margin:0;line-height:1.25;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dashboard-profile-account-date{font-size:12px;letter-spacing:0;line-height:2;color:var(--text-placeholder)}.dashboard-profile-account-cardnumber{color:var(--text-secondary);font-size:12px;letter-spacing:0;line-height:2}.dashboard-profile-settings{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:20px 0 24px;background:linear-gradient(180deg,var(--White_75_,hsla(0,0%,100%,.75)) 0,var(--White_50_,hsla(0,0%,100%,.5)) 100%);border-radius:16px;border:1px solid var(--border-subtle);cursor:pointer}.dashboard-profile-settings-container{display:flex;flex-direction:column;align-items:center;padding:0 24px}.dashboard-profile-settings-avatar svg{width:80px;height:80px;transition:all .25s ease-in;color:var(--grey-500);margin:0 0 12px}.dashboard-profile-settings-avatar img{width:80px;height:80px;border-radius:80px;overflow:hidden;margin:0 0 16px;-o-object-fit:cover;object-fit:cover}.dashboard-profile-settings-name{font-weight:400;font-size:24px;letter-spacing:-.03em;line-height:1.3325em;text-align:center;color:var(--text-primary);text-transform:capitalize;margin:0 0 4px;text-wrap:balance}.dashboard-profile-settings-date{font-weight:400;font-style:normal;color:var(--text-placeholder);font-size:14px;letter-spacing:-.03em;line-height:1.4em;text-align:center}.dashboard-profile-settings-meta{width:100%;padding:0 24px;text-align:left}.dashboard-profile-settings-meta-head{font-size:14px;line-height:1.4em;letter-spacing:-.02em;font-weight:600;color:var(--text-secondary);margin:0 0 7px}.dashboard-profile-settings-meta-data{font-weight:400;color:var(--text-ternary);font-size:12px;letter-spacing:-.03em;line-height:1.3em;text-wrap:balance}.dashboard-profile-settings-meta-data-phone{padding-top:4px}.dashboard-profile-settings-meta-ellipsis{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dashboard-profile-actions{display:grid;gap:16px;padding:40px 0 0}.dashboard-profile-actions-mobile{display:none}.dashboard-delete-chat{position:fixed;z-index:110;width:100vw;height:var(--app-height);max-height:var(--app-height);overflow:auto;background-color:transparent;top:0;left:0;transition:all .25s ease-in;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;display:flex;align-items:center;justify-content:center;transition:opacity .25s ease-in-out}.dashboard-delete-chat-active{opacity:1;visibility:visible}.dashboard-delete-chat-exit{opacity:0}.dashboard-delete-chat-title{font-size:32px;line-height:40px;letter-spacing:0;font-weight:300;color:var(--text-primary);text-align:center;text-wrap:balance}.dashboard-delete-chat-content{display:grid;gap:2.5rem;padding:0 1.5rem}.dashboard-delete-chat-footer{display:flex;align-items:center;justify-content:center;gap:1rem}.dashboard-profile-top{display:flex;align-items:center;gap:.75rem;margin-bottom:4px}.dashboard-profile-account-type{margin:0;line-height:1.3;font-size:12px;font-weight:400;letter-spacing:-.03em;color:var(--text-ternary)}.dashboard-profile-account-text{display:flex;flex-direction:column;gap:2px}.dashboard-profile-connect-accounts-image-container{position:relative;height:177px}.dashboard-profile-connect-accounts-text-container{display:flex;flex-direction:column;gap:1rem;max-width:400px;color:#737373;margin-bottom:35px}.dashboard-profile-connect-accounts-text{font-size:16px;font-weight:400;letter-spacing:-.03em;line-height:22px}.dashboard-settings-link-bank-account-button{width:182px;color:#fff;background-color:#ff3115;justify-content:center;gap:.5rem}.dashboard-profile-connect-image{-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.dashboard-edit-profile,.dashboard-edit-upload{box-sizing:border-box;flex-shrink:0;width:100vw;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;background-color:hsla(0,0%,100%,.9);overflow:hidden;flex:1 0 0px;position:fixed;z-index:110;top:0;left:0;opacity:0;visibility:hidden;transition:all .25s ease-in}.dashboard-edit-profile-active,.dashboard-edit-upload-active{opacity:1;visibility:visible}.dashboard-edit-profile-container{width:100%;max-width:640px;height:calc(100dvh - 80px);background-color:var(--white);border:1px solid var(--grey-200);padding:40px 32px;border-radius:12px;box-shadow:0 4px 16px 0 rgba(0,0,0,.12);display:flex;flex-direction:column;gap:24px}.dashboard-edit-profile-container.dashboard-edit-upload-container,.dashboard-edit-profile-container.dashboard-warning-delete-chat-container,.dashboard-edit-profile-container.dashboard-warning-unsave-profile-container{max-width:600px;height:auto}.dashboard-edit-profile-title{font-size:20px;font-weight:500;letter-spacing:-.04em;line-height:1.4em;color:var(--grey-700)}.dashboard-edit-profile-title-space{margin-bottom:12px}.dashboard-edit-profile-text{font-size:16px;font-weight:400;letter-spacing:-.03em;line-height:1.4em;color:var(--grey-700)}.dashboard-edit-profile-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.dashboard-edit-profile-button{width:120px;text-align:center}.dashboard-edit-warning-button{width:160px;text-align:center}.dashboard-edit-profile-button .dashboard-button-left,.dashboard-edit-warning-button .dashboard-button-left{justify-content:center}.dashboard-edit-profile-body{display:flex;flex-direction:column;flex:1 0 auto}.dashboard-edit-profile-body-warning .dashboard-edit-profile-actions{padding-top:40px}.dahsboard-edit-profile-form-top{display:grid;grid-template:1fr/80px 1fr;gap:24px;margin:0 0 20px}.dahsboard-edit-profile-form-center{display:grid;grid-template:1fr/1fr 1fr;gap:24px;margin:0 0 32px}.dahsboard-edit-profile-form-bottom{flex:1 0 auto;display:flex;flex-direction:column}.dashboard-edit-profile-picture,.dashboard-edit-upload-box-image{width:80px;height:80px;border-radius:80px;position:relative}.dashboard-edit-profile-picture img{overflow:hidden;width:80px;height:80px;border-radius:80px;-o-object-fit:cover;object-fit:cover}.dashboard-edit-upload-box-image{overflow:hidden}.dashboard-edit-profile-picture .dashboard-edit-profile-picture-icon,.dashboard-edit-upload-box-image svg{color:var(--icon-secondary);width:98px;height:98px;transform:translate(-9px,-9px)}.dashboard-edit-profile-picture-upload{position:absolute;bottom:-4px;right:-4px;background-color:var(--primary);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:all .25s ease-in-out;cursor:pointer}.dashboard-edit-profile-picture-upload:hover{background-color:var(--dashboard-button-primary-hover)}.dashboard-edit-profile-picture-upload:active{background-color:var(--dashboard-button-primary-active)}.dashboard-edit-profile-picture-upload svg{width:20px;height:20px;color:var(--white)}.dashboard-edit-upload-box-text-title{font-size:16px;font-weight:500;letter-spacing:-.02em;line-height:1.2em;color:var(--grey-700)}.dashboard-edit-upload-box-text-title span{color:var(--header-button-color);transition:all .25s ease-in-out;cursor:pointer;text-decoration:underline}.dashboard-edit-upload-box-text-title span:hover{opacity:.8}.dashboard-edit-upload-box-text-error{font-size:14px;font-weight:400;letter-spacing:-.02em;line-height:1.4em;color:var(--error)}.dashboard-edit-upload-box{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.5rem;padding:40px 20px;border:2px dashed var(--teal-600);border-radius:16px;background-color:var(--teal-100)}.dashboard-edit-profile-control{justify-content:space-between;min-height:71.5px;-webkit-box-flex:1;-ms-flex:1;display:flex;flex:1;flex-direction:column}.dashboard-edit-profile-label{font-size:14px;font-weight:600;letter-spacing:-.02em;line-height:1.4em;color:var(--text-secondary);margin-bottom:8px}.dashboard-edit-profile-input,.dashboard-edit-profile-textarea{font-size:16px;font-weight:400;letter-spacing:-.02em;line-height:1.3em;color:var(--grey-700);border:1px solid var(--grey-300);height:48px;border-radius:8px;padding:12px 16px;background-color:var(--white)}.dashboard-edit-profile-input::-moz-placeholder,.dashboard-edit-profile-textarea::-moz-placeholder{color:var(--text-placeholder)}.dashboard-edit-profile-input::placeholder,.dashboard-edit-profile-textarea::placeholder{color:var(--text-placeholder)}.dashboard-edit-profile-textarea{resize:none;height:100%;width:100%;outline:none}@media (max-width:1112px){.dashboard-chat{max-width:calc(100% - 2rem)}}@media (max-width:1080px){.dashboard-header{padding:0;align-items:flex-start}.dashboard-header-container,.dashboard-profile-container,.dashboard-wrapper-container{max-width:calc(100% - 64px)}.dashboard-header-user{margin:0}.dashboard-header-logo{padding-left:0}.dashboard-profile-close{right:36px;top:24px}}@media (max-width:896px){.dashboard-profile-title-settings{margin-bottom:27px}.dashboard-chat-input-options,.dashboard-inner-grid{-ms-grid-rows:1fr;-ms-grid-columns:1fr 1fr;grid-template:1fr/1fr 1fr}.dashboard-chat-input-option-hd-tb{display:none}.dashboard-inner-header{height:88px}.dashboard-inner-header-salute{height:104px}.dashboard-chat-input-option-tb{display:none}.dashboard-profile-container{padding:0 32px;max-width:100%}.dashboard-profile-accounts,.dashboard-profile-container{-ms-grid-rows:1fr;-ms-grid-columns:1fr;grid-template:1fr/1fr}.dashboard-profile-left,.dashboard-profile-right{padding:0}.dashboard-profile-right{order:1}.dashboard-profile-left{order:2}.dashboard-profile-wrapper{padding:100px 0 0}.dashboard-header-accounts{top:28px}.dashboard-header-account{width:32px;height:32px}.dashboard-wrapper{padding:7.5rem 0 8rem}.dashboard-profile-actions{display:none}.dashboard-profile-actions-mobile{display:grid;grid-template:1fr/1fr 1fr;order:3;padding:3rem 0 4rem}.dashboard-content-scroller-hidden-overflow{overflow:hidden}}@media (max-width:768px){.dashboard-chat-header{padding:0;gap:1rem}.dashboard-chat-name{font-size:14px}.dashboard-edit-profile,.dashboard-edit-upload{padding:40px 0}.dashboard-edit-profile-container,.dashboard-edit-profile-container.dashboard-edit-upload-container,.dashboard-edit-profile-container.dashboard-warning-delete-chat-container,.dashboard-edit-profile-container.dashboard-warning-unsave-profile-container{max-width:calc(100% - 64px)}.dahsboard-edit-profile-form-center{grid-template:1fr/1fr}}@media (max-width:608px){.dashboard-header-notifications{display:none}.dashboard-header-container,.dashboard-wrapper-container{max-width:calc(100% - 32px)}.dashboard-chat-input-options,.dashboard-inner-grid{-ms-grid-rows:1fr;-ms-grid-columns:1fr;grid-template:1fr/1fr}.dashboard-chat-input.dashboard-chat-input-main{height:auto}.dashboard-chat-input-options{position:static;width:100%;padding:12px 8px 0;margin:0 0 8px;gap:8px}.dashboard-profile-container{padding:0 16px}.dashboard-profile-wrapper{padding:80px 0 0}.dashboard-profile-close{right:20px;top:24px}.dashboard-profile-actions-mobile{grid-template:1fr/1fr}.dashboard-chat-input textarea{padding:0 0 0 1.5rem;font-size:16px}.dashboard-chat-input-action{padding:0 16px 0 24px}.dashboard-chat-input textarea::-moz-placeholder{font-size:16px}.dashboard-chat-input textarea::placeholder{font-size:16px}.dashboard-edit-profile,.dashboard-edit-upload{padding:16px 0}.dashboard-edit-profile-container{max-width:calc(100% - 32px);height:calc(100dvh - 32px)}.dashboard-profile-connect-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.dashboard-header-user{width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease-in;z-index:5;position:relative}.dashboard-header-no-user,.dashboard-header-user-image{width:36px;height:36px;border-radius:36px}.dashboard-header-user-overlay{width:40px;height:40px;border-radius:40px}.dashboard-header-no-user svg{width:36px;height:36px}.dashboard-header-logo img{width:48px;height:32px}}@media (max-width:450px){.dashboard-profile-connect-accounts-text-container{max-width:300px}}.dashboard-profile-connect-accounts-image-container{width:45%;margin-bottom:25px;min-width:240px;.dashboard-edit-profile-container.dashboard-edit-upload-container,.dashboard-edit-profile-container.dashboard-warning-delete-chat-container,.dashboard-edit-profile-container.dashboard-warning-unsave-profile-container{max-width:calc(100% - 32px)}}