@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Karla:ital,wght@0,200..800;1,200..800&family=League+Spartan:wght@100..900&family=Orbitron:wght@400..900&family=Oswald:wght@200..700&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Share+Tech+Mono&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}:root{--text-color: rgba(0, 0, 0, .75)}.navContainer{width:100vw;height:fit-content;border-bottom:1px solid rgba(0,0,0,.476)}.sectionContainer{width:80%;margin:0 auto}.navbar{margin:0 auto;padding:.75rem 0px;display:flex;justify-content:space-between;align-items:center}.navLogo{display:flex;justify-content:space-between;align-items:center;gap:.35rem}.navLogo .logo-name{font-size:1.5rem;font-weight:600;color:var(--text-color)}.navItems{display:flex;justify-content:center;align-items:center;gap:1.5rem;font-size:1rem}a{text-decoration:none;color:var(--text-color);font-weight:500}a:hover{color:#000;transition:all .3s ease-in-out;font-weight:600}.navBtns{display:flex;justify-content:center;align-items:center;gap:1rem;font-size:2rem}.nav-btn:first-child{color:#000;text-transform:capitalize;font-family:Poppins,sans-serif;padding:6px 16px}.nav-btn:first-child:hover{background-color:#90ee90;color:#008000c3}.nav-btn:last-child{color:#fff;background-color:green;text-transform:capitalize;font-family:Poppins,sans-serif}.nav-btn:last-child:hover{background-color:#006400;color:#fff}section{width:100vw;height:fit-content;padding:7rem 0}.hero-section{margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.hero-content{display:flex;flex-direction:column;gap:1.75rem}.hero-title{font-size:3.5rem;color:var(--text-color);line-height:1.25}.hero-desc{color:var(--text-color);font-size:1.2rem}.heroBtns{display:flex;gap:.5rem}.hero-image{border-radius:1.25rem;max-width:100%;height:auto;box-shadow:1px 2px 10px #0000004d}.feature-header{text-align:center;margin-bottom:2rem}.feature-header h2{font-size:2.5rem;color:var(--text-color);padding-bottom:.5rem}.feature-header p{margin:0 auto;max-width:50rem;font-size:1.1rem;color:var(--text-color)}.feature-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.feature-card{background-color:#f0fdf4;padding:3rem 1rem;text-align:center;border:1px solid rgba(0,0,0,.196);border-radius:.7rem}.feature-card:hover{box-shadow:1px 2px 5px #00000037}.feature-card h3{color:var(--text-color);padding:.35rem 0}.feature-card p{color:var(--text-color)}.ctaContainer{background-color:#f3f8f5;text-align:center;padding:4rem;color:var(--text-color)}.ctaContainer h2{font-size:2.5rem;padding-bottom:.75rem}.ctaContainer p{margin:0 auto;max-width:45rem;font-size:1.1rem}.ctaBtns{margin-top:2rem;display:flex;gap:1rem;justify-content:center}footer{width:100vw;text-align:center;border-top:1px solid rgba(0,0,0,.177);padding:.75rem 0;color:var(--text-color)}@media (max-width: 580px){.heroBtns,.ctaBtns{flex-direction:column}.navLogo .logo-name{font-size:1.25rem}.ctaContainer h2{font-size:2rem}.ctaContainer p{font-size:.9rem}.sectionContainer{width:95%}.navBtns .nav-btn{font-size:.7rem;padding:4px 12px}}@media (max-width: 775px){.navbar{width:90%}.navItems{display:none}.hero-title{font-size:2.65rem}}@media (max-width: 985px){.hero-section{grid-template-columns:1fr;justify-items:center}.hero-content{text-align:center}.heroBtns{justify-content:center}}@media (max-width: 1160px) and (min-width: 985px){.sectionContainer{width:95%}.hero-title{font-size:2.5rem}.hero-desc{font-size:.85rem}.hero-btn{font-size:.75rem}}.landing-root,.landing-root *{cursor:none}.cursor{position:fixed;top:0;left:0;width:40px;height:40px;border-radius:50%;pointer-events:none;z-index:9999;background:#ffffff40;mix-blend-mode:overlay;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.35);transform:translate3d(-100px,-100px,0);box-shadow:0 8px 24px #00000040;transition:transform .15s ease-out,width .25s ease,height .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.cursor.cursor--active{width:80px;height:80px;background:#00c8ff40;border-color:#00c8ff80;box-shadow:0 12px 36px #00c8ff59}.authContainer{display:flex;justify-content:center}.auth{background:#fff;width:32rem;height:fit-content;padding:2rem;border-radius:1rem;box-shadow:0 0 10 #000}.auth h1{text-align:center;font-size:2.25rem}.auth p{text-align:center;font-size:.95rem;color:#000c}.authToggle{width:100%;display:grid;grid-template-columns:1fr 1fr}.authToggle button{outline:none;border:none;background-color:#fff;margin:.5rem;padding:8px;font-size:.9rem;font-weight:500}.authToggle .active{background-color:#d3f1df;border-radius:5px;color:#008000b4}.signInForm,.signUpForm{display:flex;flex-direction:column;padding:.5rem;gap:5px;font-weight:500;color:#000000d7}input{padding:8px;border:1px solid #c1c3c2;border-radius:5px;font-weight:400}.submit{border:none;outline:none;color:#fff;cursor:pointer;background-color:green;padding:10px;font-weight:500;border-radius:5px;margin-top:.5rem}.toggleText{padding:none!important;margin:none!important;margin-top:.3rem}.toggleLink{cursor:pointer;text-decoration:underline;color:#008000c4}.signUpForm label[for=avatar],.signUpForm input[type=file]{width:100%;max-width:100%;word-break:break-word;font-weight:500;color:#000000d7}.signUpForm input[type=file]{padding:6px}.input-error{border:1px solid red}.error-text{text-align:left!important;color:red!important;font-size:.8rem!important}@media (max-width: 600px){.authContainer{padding:0 1rem}.auth{max-width:fit-content;min-width:0;padding:1rem;border-radius:.5rem;box-shadow:0 0 6px #00000014}.auth h1{font-size:1.5rem}.authToggle button{font-size:.85rem;padding:6px}.signInForm,.signUpForm{padding:.25rem;gap:3px}input{padding:6px}.submit{padding:8px;font-size:1rem}}.dashboard{display:flex;height:100vh;width:100vw}.chat-sidebar{width:25%;min-width:250px;border-right:1px solid #ddd;overflow-y:auto}.chat-window{flex-grow:1;overflow-y:auto}@media (max-width: 600px){.dashboard.mobile{display:block;width:100vw;height:100vh}.chat-sidebar,.chat-window{width:100%;height:100%}}.chatSideBar{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:space-between}.chat-list{display:flex;flex-direction:column;max-height:70vh;overflow-y:auto;padding-left:10px;scrollbar-width:none;-ms-overflow-style:none}.chat-list .invite{border:none;outline:none;width:fit-content;padding:5px 25px;margin:1rem auto;cursor:pointer;background-color:#008000b4;font-size:1rem;color:#fff;border-radius:5px}.chat-list::-webkit-scrollbar{display:none}.chat-header{width:100%;height:fit-content;display:flex;flex-direction:column;gap:1rem;border-bottom:1px solid #e0e0e0;padding:1rem}.header{display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;justify-content:center;align-items:center;cursor:pointer}.header-logo .logo{display:flex;justify-content:center;align-items:center;padding:7px;border-radius:8px;background-color:#008000b4;margin-right:.45rem}.header-logo h2{font-size:1.35rem;color:#000000bd}.header-btns{display:flex;gap:.25rem}.header-btns button{display:flex;justify-content:center;align-items:center;border:none;outline:none;background:none;padding:5px;border-radius:5px}.header-btns button:hover{background-color:#d3f1df;color:#008000b4}.search-bar{display:flex;align-items:center;gap:.25rem;border:1px solid #e0e0e0;padding-left:10px;border-radius:5px}.search-bar:hover,.search-bar:focus-within{box-shadow:0 0 0 3px #d3f1df}.search-bar input{border:none;outline:none}.nf-search{display:flex;justify-content:space-between;align-items:center}.nf-search input{border:none;outline:none;border:1px solid #e0e0e0;padding-left:10px;border-radius:5px}.nf-search input:hover,.nf-search input:focus{box-shadow:0 0 0 3px #d3f1df}.nf-search button{display:flex;justify-content:center;align-items:center;border:none;outline:none;background:none;padding:5px;border-radius:50%;background-color:#8e8b8b2c}.nf-search button:hover{background-color:#d3f1df;color:#008000b4}.chat-bar{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:10px;background-color:#fff;box-sizing:border-box}.chat-bar:hover{background-color:#d3f1df}.chat-bar:focus{background-color:#c8f3d9}.chat-bar-avatar{flex-shrink:0}.chat-bar-info{flex-grow:1;display:flex;flex-direction:column;overflow:hidden}.info-top{font-weight:500}.info-bottom{display:flex;align-items:center;gap:.5rem;overflow:hidden}.info-bottom p{font-size:.75rem;color:#000000a9;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.unread-badge{width:25px;height:25px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#079007;color:#fff}.user-profile{height:12vh;display:flex;justify-content:space-between;align-items:center;padding:1rem}.user-profile .profile{width:100%;height:100%;display:flex;align-items:center;justify-content:start;gap:.5rem}.info{text-transform:capitalize}.info span{font-size:.8rem;color:#0000009e}.more-options{display:flex;justify-content:center;align-items:center;border:none;outline:none;background:none;padding:5px;border-radius:5px}.more-options:hover{background-color:#d3f1df;color:#008000b4}.chat-window{height:100%;width:100%;position:relative}.chat-window-header{width:100%;height:fit-content;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;padding:1rem;background-color:#d3f1df50}.header-profile{display:flex;justify-content:center;align-items:center;gap:.75rem}.header-info{cursor:pointer}.header-info p{color:#0000008c;font-size:.85rem}.header-back-btn{display:flex;justify-content:center;align-items:center;border:none;outline:none;background:none;padding:5px;border-radius:50%;background-color:#8e8b8b2c}.header-back-btn:hover{background-color:#d3f1df;color:#008000b4}.chat-box{width:100%;max-height:78vh;padding:1rem;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.chat-box::-webkit-scrollbar{display:none}.chat-content{padding:.5rem;border-radius:10px;font-size:.9rem;display:flex;flex-direction:column}.timestamp{font-size:.8rem}.received-message .chat-content{background-color:#d3f1df50}.own-message{flex-direction:row-reverse}.own-message .chat-content{background-color:#008000b4;color:#fff}.chat-tools{height:1rem;width:fit-content;display:flex;justify-content:center;align-items:center;gap:.5rem}.chat-tools button{border:none;outline:none;background:none}.chat-tools button:hover{transform:scale(1.1)}.chat-tools .del:hover{color:red}.chat-input{position:absolute;bottom:0;width:100%;height:fit-content;display:flex;justify-content:start;align-items:center;gap:.5rem;padding:1rem;background-color:#d3f1df50}.attach-button,.input-div button{display:flex;justify-content:center;align-items:center;border:none;outline:none;background:none;padding:8px;border-radius:5px}:is(.attach-button,.input-div button):hover{background-color:#d3f1df;color:#008000b4}.input-div{width:95%;display:flex;justify-content:space-between;align-items:center;margin-right:.5rem;border-radius:10px}.input-div input{width:100%;border:none;outline:none}.input-div:focus-within{box-shadow:0 0 0 4px #c2f7d7}.send-button{display:flex;justify-content:center;align-items:center;border:none;outline:none;background:#008000b4;color:#fff;padding:8px;border-radius:5px}.send-button:hover{background-color:#008000e0}.typing-indicator-wrapper{display:flex;align-items:flex-end;gap:1rem;margin:5px 0}.typing{width:4.25rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#e6e6e6;border-radius:8px;padding:10px}.typing__dot{width:8px;height:8px;margin:0 4px;background:#008000a9;border-radius:50%;opacity:0;animation:loadingFade 1s infinite}.typing__dot:nth-child(1){animation-delay:0s}.typing__dot:nth-child(2){animation-delay:.2s}.typing__dot:nth-child(3){animation-delay:.4s}@keyframes loadingFade{0%{opacity:0}50%{opacity:.8}to{opacity:0}}@media (max-width: 600px){.chat-window-header h4{font-size:small}}.PhotoView-Portal{height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:2000}@keyframes PhotoView__rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{animation:PhotoView__delayIn .4s linear both}.PhotoView__Spinner svg{animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{-webkit-user-drag:none;cursor:grab;max-width:none}.PhotoView__Photo:active{cursor:grabbing}.PhotoView__icon{display:inline-block;left:0;position:absolute;top:0;transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{direction:ltr;inset:0;position:absolute;touch-action:none;width:100%}.PhotoView__PhotoWrap{overflow:hidden;z-index:10}.PhotoView__PhotoBox{transform-origin:left top}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{background:#000;height:100%;left:0;position:absolute;top:0;transition-property:background-color;width:100%;z-index:-1}.PhotoView-Slider__fadeIn{animation:PhotoView__fade linear both;opacity:0}.PhotoView-Slider__fadeOut{animation:PhotoView__fade linear reverse both;opacity:0}.PhotoView-Slider__BannerWrap{align-items:center;background-color:#00000080;color:#fff;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-Slider__BannerRight{align-items:center;display:flex;height:100%}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{align-items:center;bottom:0;cursor:pointer;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;background:#0000004d;box-sizing:content-box;height:24px;padding:10px;width:24px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}.profile-box{display:flex;flex-direction:column;align-items:center;padding:30px 20px;width:280px;text-align:center;position:relative}.profile-avatar{width:180px!important;height:180px!important;margin-bottom:15px}.profile-info{width:100%;display:flex;flex-direction:column;justify-content:stretch;gap:.25rem}.profile-field{display:flex;justify-content:space-between;margin-bottom:4px}.profile-field span{font-weight:700!important}.profile-actions{display:flex;gap:20px;justify-content:center;margin-top:1rem}.profile-edit{display:flex;justify-content:center;width:100%;margin-top:1rem}.edit-profile-btn{background-color:#4caf50;color:#fff;border:none;border-radius:10px;padding:10px 18px;font-size:1rem;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 2px 6px #00000026}.edit-profile-btn:hover{background-color:#43a047;transform:translateY(-1px)}.edit-profile-btn:active{transform:translateY(0)}.call-btn{width:100px;height:80px;border-radius:15px!important;background:#e1e0e0!important;transition:all .3s ease}.call-btn:hover{transform:scale(1.1)}.call-btn.voice{color:#1976d2}.call-btn.video{color:#388e3c}@media (max-width: 600px){.profile-avatar{width:110px!important;height:110px!important}}.profile-edit-box{width:100%;max-width:340px;padding:18px;margin:0 auto}.edit-title{text-align:center;margin:6px 0 14px}.edit-avatar-wrap{display:flex;justify-content:center;align-items:center}.edit-avatar{position:relative;width:140px;height:140px;border-radius:999px;background:#f1f1f1;overflow:hidden;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.edit-avatar img,.avatar-placeholder{width:100%;height:100%;object-fit:cover;display:block}.edit-avatar:hover img,.edit-avatar:hover .avatar-placeholder{filter:blur(2px) brightness(.9)}.avatar-camera{position:absolute;background:transparent;color:#4caf50;border:none;width:36px;height:36px;border-radius:999px;cursor:pointer;display:grid;place-items:center;opacity:0;transition:opacity .2s ease}.edit-avatar:hover .avatar-camera{opacity:1}.edit-fields{margin-top:18px;display:flex;flex-direction:column;gap:10px}.edit-fields label{font-weight:600}.edit-fields input[type=text]{border:none;border-bottom:1px solid #ddd;padding:8px 2px;outline:none;font-size:.95rem;width:100%;box-sizing:border-box}.status-row{display:flex;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid #e7e7e7;color:#43a047;flex-wrap:wrap}.status-label{color:#777}.status-value{font-weight:600}.edit-actions{display:flex;flex-wrap:wrap-reverse;justify-content:space-between;margin-top:20px;gap:10px}.btn{padding:10px 16px;border-radius:10px;border:none;cursor:pointer;font-size:.95rem;box-shadow:0 2px 8px #0000001f;flex:1 1 auto;text-align:center}.btn-primary{background:#4caf50;color:#fff}.btn-primary:hover{background:#43a047}.btn-secondary{background:#fff}@media (min-width: 480px){.profile-edit-box{padding:8px}.edit-avatar{width:160px;height:160px}}@media (min-width: 768px){.profile-edit-box{max-width:480px}.edit-actions{flex-wrap:nowrap;gap:20px}.btn{flex:none;width:auto}}:root{--cm-bg: #ffffff;--cm-text: #0f172a;--cm-subtext: #64748b;--cm-border: #e2e8f0;--cm-shadow: 0 10px 30px rgba(0, 0, 0, .12);--cm-cancel: #eef2f7;--cm-cancel-text: #0f172a;--cm-primary: #22c55e;--cm-primary-hover: #16a34a}.call-modal{background:var(--cm-bg);border-radius:16px;box-shadow:var(--cm-shadow);padding:20px 22px;box-sizing:border-box}.call-modal .cm-header{display:flex;flex-direction:column;align-items:center;gap:10px}.cm-badge{font-size:11px;font-weight:700;letter-spacing:.3px;padding:4px 8px;border-radius:999px;background:#f1f5f9;color:#0f172a}.cm-badge.voice{background:#e0f2fe;color:#075985}.cm-badge.video{background:#dcfce7;color:#14532d}.cm-avatar{width:72px;height:72px;border-radius:50%;background:#f1f5f9;display:grid;place-items:center;overflow:hidden}.cm-avatar img{width:100%;height:100%;object-fit:cover}.cm-title{font-size:20px;font-weight:700;color:var(--cm-text)}.cm-name{font-size:18px;font-weight:700;color:var(--cm-text);text-transform:capitalize}.cm-subtitle{font-size:14px;color:var(--cm-subtext)}.cm-title.lg{font-size:24px}.cm-type{display:flex;align-items:center;gap:8px;color:var(--cm-subtext);font-weight:600}.cm-pill{width:24px;height:24px;border-radius:999px;display:grid;place-items:center}.cm-pill.voice{background:#e8faf0;color:#16a34a}.cm-pill.video{background:#eaf1ff;color:#2563eb}.cm-note{color:var(--cm-subtext);font-size:14px}.cm-divider{height:1px;width:100%;background:var(--cm-border);margin:16px 0 14px}.cm-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cm-actions.one{grid-template-columns:1fr}.cm-btn{height:44px;border-radius:12px;border:1px solid transparent;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px}.cm-btn.cancel{background:var(--cm-cancel);color:var(--cm-cancel-text)}.cm-btn.cancel:hover{filter:brightness(.98)}.cm-btn.primary{background:var(--cm-primary);color:#fff}.cm-btn.primary:hover{background:var(--cm-primary-hover)}.cm-btn.danger{background:#ef4444;color:#fff}.cm-btn.danger:hover{background:#dc2626}.cm-status-dot{display:inline-block;width:8px;height:8px;border-radius:999px;margin-right:6px}.cm-online{background:#22c55e}.cm-offline{background:#94a3b8}.call-connected{background:var(--cm-bg);border-radius:16px;box-shadow:var(--cm-shadow);padding:18px 20px;min-width:520px;max-width:92vw}.cc-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cc-left{display:flex;flex-direction:column;gap:6px}.cc-tag{font-weight:800;color:var(--cm-text)}.cc-name{font-size:28px;font-weight:800;color:var(--cm-text);text-transform:capitalize}.cc-status{color:var(--cm-subtext)}.cc-timer{font-variant-numeric:tabular-nums;font-size:18px;color:var(--cm-text)}.cc-actions{display:flex;align-items:center;gap:14px;margin-top:18px}.cc-icon{width:42px;height:42px;border-radius:999px;border:2px solid var(--cm-border);background:transparent;color:var(--cm-text);display:grid;place-items:center;cursor:pointer;transition:.2s ease}.cc-icon:hover{background:#f8fafc}.cc-icon.active{background:#f1f5f9}.cc-spacer{flex:1 1 auto}.cc-end{padding:10px 16px;border-radius:12px;border:none;cursor:pointer;font-weight:700;display:inline-flex;align-items:center;gap:8px;background:#ef4444;color:#fff}.cc-end:hover{background:#dc2626}@media (max-width: 560px){.call-connected{min-width:unset}}.delete-dialog-container{width:100%;max-width:400px;background:#fff;padding:15px;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem}.delete-dialog-header p{font-size:1.8rem;font-weight:700;color:#ed1c24}.delete-dialog-body{font-size:.95rem;color:#444}.delete-dialog-divider{height:1px;background-color:#eee;margin:5px 0}.delete-dialog-actions{display:flex;justify-content:stretch;gap:.5rem}.btn{padding:10px 25px;border-radius:6px;font-size:.97rem;cursor:pointer;transition:all .2s ease;min-width:140px}.delete-everyone{background-color:#28a745;color:#fff;border:none}.delete-everyone:hover{background-color:#218838}.delete-me{background-color:#fff;color:#28a745;border:2px solid #28a745}.delete-me:hover{background-color:#e6f9ec}@media (max-width: 480px){.delete-dialog-container{padding:10px;border-radius:6px}.delete-dialog-header p{font-size:1.5rem}.delete-dialog-body{font-size:.9rem}.btn{flex:1 1 100%;min-width:unset}.delete-dialog-actions{flex-direction:column;align-items:stretch;gap:.75rem}}.overlay-container{padding:16px;background:#fff;width:100%;max-width:100%;box-sizing:border-box;border-radius:15px;display:flex;align-items:center;justify-content:center}@media (max-width: 600px){.overlay-container{padding:12px}}.overlay-container .centered{display:flex;align-items:center;justify-content:center}.delete-account-container{padding:15px;max-width:500px;background-color:#fff;display:flex;flex-direction:column}.delete-account-container h2{margin-bottom:5px;color:#ed1c24;font-size:1.8rem}.delete-account-container p{color:#444;margin-bottom:10px;font-size:.95rem}.delete-account-container label{display:block;margin-bottom:8px;font-size:.95rem;color:#444}.delete-account-container input{outline:none;width:100%;padding:10px;margin-bottom:15px;font-size:1rem;border-radius:10px}.delete-account-container input:focus{box-shadow:0 0 0 4px #c2f7d7}.delete-button{margin:0 auto;background-color:#d9534f;color:#fff;border:none;padding:10px 17px;border-radius:8px;font-size:1rem;cursor:pointer;width:100%;max-width:200px;transition:all .2s ease}.delete-button:disabled{background-color:#f5c6cb;cursor:not-allowed}@media (max-width: 600px){.delete-account-container{padding:16px}.delete-account-container h2{font-size:1.4rem}.delete-account-container p,.delete-account-container label{font-size:.9rem}.delete-button{width:100%;font-size:.95rem}}.error-section{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:#fff;color:var(--buttonColor)}.error-section p,.error-section h1{color:#000;margin-bottom:1.6rem}.error-section img{width:70%;height:auto}
