.toast-card{position:fixed;top:20px;right:20px;min-width:300px;padding:16px;border-radius:12px;background:#fff;box-shadow:0 10px 25px #0000001a;display:flex;align-items:center;justify-content:space-between;z-index:9999;animation:slideIn .3s ease-out;border-left:5px solid #16a34a}.toast-card.error{border-left-color:#dc2626}.toast-content{display:flex;align-items:center;gap:12px}.toast-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff}.success .toast-icon{background:#16a34a}.error .toast-icon{background:#dc2626}.toast-close{background:none;border:none;cursor:pointer;color:#9ca3af}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.navbar-wrapper{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1000}.navbar-glass{position:relative;display:flex;align-items:center;gap:32px;padding:14px 24px;min-width:720px;background:#ffffff1f;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:18px;box-shadow:0 10px 30px #0000002e}.navbar-glass:before{content:"";position:absolute;inset:0;padding:1px;border-radius:18px;background:linear-gradient(to right,#b0b7fd,#4351e0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.navbar-logo a{font-size:1.15rem;font-weight:600;color:#3d645d;white-space:nowrap;display:flex;text-decoration:none;align-items:center;gap:5px}.navbar-logo img{width:20px;height:20px}.navbar-logo-name{color:#0c2b45}.navbar-links{display:flex;gap:26px;list-style:none;margin:0;padding:0;flex:1;justify-content:center}.navbar-links li{margin:0}.navbar-links a{color:#3d645d;text-decoration:none;font-size:13px;opacity:.9;padding-bottom:4px;transition:opacity .2s ease,border .2s ease}.navbar-links a:hover{opacity:1}.navbar-links a.active{border:1px solid #0F5070;padding:8px;border-radius:20px;background:#fff;opacity:1}.desktop-signin{margin-left:auto}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:22px;height:16px;cursor:pointer;z-index:1100}.hamburger span{display:block;height:2px;background:#3d645d;border-radius:1px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translateY(7px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translateY(-7px)}.mobile-signin{display:none}@media(max-width:1024px){.navbar-glass{min-width:unset;width:90vw;gap:20px;padding:12px 20px}.navbar-links{gap:18px}}@media(max-width:768px){.navbar-glass{width:calc(100vw - 32px);padding:12px 16px;justify-content:space-between}.navbar-logo{font-size:1rem}.desktop-signin{display:none}.hamburger{display:flex}.navbar-links{position:absolute;top:60px;left:50%;transform:translate(-50%) scaleY(0);transform-origin:top;background:#ffffff1f;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:14px;padding:16px 24px;gap:12px;flex-direction:column;justify-content:flex-start;align-items:flex-start;opacity:0;transition:transform .3s ease,opacity .3s ease;min-width:220px}.navbar-links.active{transform:translate(-50%) scaleY(1);opacity:1;background:#fff;width:100%}.navbar-links a{font-size:.95rem;color:#3d645d}.mobile-signin{display:block;width:100%;margin-top:10px}.mobile-signin .navbar-btn{width:100%;text-align:center}}@media(max-width:480px){.navbar-wrapper{top:12px}.navbar-glass{border-radius:14px}.navbar-glass:before{border-radius:14px}}.hero-container{padding:120px 30px 60px;display:flex;align-items:center;justify-content:space-around;min-height:100vh;flex-wrap:wrap;position:relative;gap:40px}.hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:25px;flex:1;max-width:600px;margin-left:100px;z-index:2}.hero-content h1{color:#0f5070;font-size:2.3rem;line-height:1.2;margin:0}.hero-content h1 span{font-style:italic;color:#000}.hero-content p{font-size:16px;color:#444;line-height:1.6}.hero-content>img{width:150px;height:auto;margin-bottom:-10px}.hero-image-container{position:relative;display:flex;justify-content:center;align-items:center;flex:1}.hero-content .color-primary a{color:#fff;text-decoration:none}.hero-image-container img:not(.message-bar-rating){width:100%;max-width:300px;height:auto;display:block;object-fit:contain}.hero-image-container .message-bar-rating{position:absolute;top:75%;right:55%;width:240px;height:auto;z-index:3;filter:drop-shadow(0 10px 20px rgba(0,0,0,.1))}.ratings-container{width:100%;display:flex;justify-content:center;align-items:center;margin-top:-40px;z-index:10}.ratings-glass{position:relative;display:flex;align-items:center;justify-content:space-around;width:90%;max-width:850px;padding:10px 40px;color:#0f5070;background-color:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:18px}.ratings-glass:before{content:"";position:absolute;inset:0;padding:1.5px;border-radius:18px;background:linear-gradient(to right,#b0b7fd,#4351e0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.ratings-stats{text-align:center}.ratings-stats h1{font-size:1.8rem;margin:0;font-weight:700}.ratings-stats p{font-size:14px;margin:5px 0 0;opacity:.9}@media(max-width:900px){.hero-content{margin-left:30px}}@media(max-width:768px){.hero-container{flex-direction:column;padding:100px 20px 40px}.hero-content{margin-bottom:20px;margin-left:0}.hero-content h1{font-size:2.2rem}.hero-content br{display:none}.hero-image-container .message-bar-rating{top:80%;left:-30px;right:auto;transform:translateY(-50%);width:180px}.ratings-container{margin-top:-40px}.ratings-glass{width:95%;padding:15px 10px}.ratings-stats h1{font-size:1.3rem}.ratings-stats p{font-size:11px}}@media(max-width:480px){.hero-content h1{font-size:1.8rem}.ratings-glass{width:90%;gap:10px}}.why-container{display:flex;align-items:center;flex-direction:column;gap:50px;justify-content:center;padding:50px 10px}.why-texts{text-align:center}.why-texts h1{color:#0c2b45}.why-texts p{color:#4d4f51}.why-boxes{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:0;gap:30px}.why-box{background:linear-gradient(150deg,#eea9e9,#1971ae);width:350px;display:flex;gap:10px;align-items:start;padding:20px;color:#fff;border-radius:10px}.why-box-texts{display:flex;flex-direction:column;gap:10px}.why-box img{width:35px;border-radius:50%;background:#fff;padding:7px}@media(max-width:760px){.why-boxes{grid-template-columns:1fr;justify-items:center}.why-box{width:100%}}@media(max-width:480px){.why-container{padding:60px 16px;gap:40px}.why-texts h1{font-size:1.6rem}.why-texts p{font-size:.95rem}.why-box{padding:18px;gap:10px}.why-box-texts h3{font-size:1rem}.why-box-texts p{font-size:.9rem}}.support-platforms-container{position:relative;display:flex;align-items:center;justify-content:center;min-height:450px;padding:50px 10px;background-image:url(https://res.cloudinary.com/dwixrjbg8/image/upload/f_auto,q_auto,w_1200/v1767723483/3e9fceb9f32_uf5ggk.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.support-platforms-overlay{position:absolute;inset:0;background:#0a0a0abf;display:flex;flex-direction:column;gap:30px;align-items:center;justify-content:space-between;gap:40px;padding:40px}.support-platforms-texts{position:relative;z-index:2;max-width:500px;color:#fff;text-align:center}.support-platforms-texts h1{font-size:2.5rem;margin-bottom:12px}.support-platforms-texts p{font-size:1rem;line-height:1.6;opacity:.9}.support-platforms-icons img{width:90%;max-width:420px;height:auto;display:block}@media(max-width:768px){.support-platforms-icons img{width:100%;max-width:420px;display:block}}.how-it-works-container{display:flex;align-items:center;justify-content:center;padding:50px 10px;background:#0f507d}.how-it-works-wrapper{display:flex;flex-direction:column;gap:30px;align-items:center}.how-it-works-texts{text-align:center}.how-it-works-texts h1{color:#fff}.how-it-works-texts p{color:#e7e7e7}.how-it-works-boxes{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.how-it-works-box{width:300px;background:transparent;border:1px solid #DA93D5;padding:10px;display:flex;gap:10px;align-items:start;border-radius:5px}.how-it-works-box div:first-child{color:#fff;background:linear-gradient(125deg,#eea9e9,#1971ae);padding:5px 8px;border-radius:5px}.how-it-works-box h3{color:#fff}.how-it-works-box p{color:#e7e7e7}@media(max-width:768px){.how-it-works-boxes{grid-template-columns:1fr;justify-items:center}.how-it-works-box{width:100%}}@media(max-width:480px){.how-it-works-container{padding:60px 16px}.how-it-works-texts h1{font-size:1.6rem}.how-it-works-texts p{font-size:.95rem}.how-it-works-box{padding:14px;gap:10px}.how-it-works-box h3{font-size:.95rem}.how-it-works-box p{font-size:.9rem}}.growth-container{display:flex;align-items:center;justify-content:center;gap:50px;padding:50px 10px 0}.growth-image img{width:400px;height:400px;margin-bottom:-5px}.growth-texts{max-width:400px;display:flex;flex-direction:column;gap:20px}.growth-texts h1{color:#0c2845}.growth-texts p{color:#4d4d4d}.growth-texts img{width:150px}@media(max-width:900px){.growth-container{gap:30px;padding:50px 16px 0}.growth-image img{width:200px;height:250px}.growth-texts{max-width:320px;gap:16px}.growth-texts h2{font-size:18px}.growth-texts p{font-size:.95rem}.growth-texts img{width:120px;margin-bottom:-20px}}@media(max-width:480px){.growth-container{gap:20px;padding:40px 12px 0}.growth-image img{width:140px;height:180px}.growth-texts{max-width:240px;gap:14px}.growth-texts h2{font-size:15px}.growth-texts p{font-size:.85rem}.growth-texts img{width:100px}}.faq-container{display:flex;flex-direction:column;align-items:center;padding:5.5rem 1.5rem;background:#0f507d}.faq-tag{padding:.5rem 1.25rem;border-radius:1.5rem;color:#fff;font-size:2.2rem;display:inline-block}.faq-tag p{color:#00ffa0;font-weight:500;font-size:15px;white-space:nowrap}.faq-heading{color:#fff;font-size:1.875rem;text-align:center;margin:1.25rem 0 .25rem;padding:.75rem 0}@media(min-width:640px){.faq-heading{font-size:2.25rem}}.faq-subtext{color:#ffffffbf;font-size:14px;font-weight:400;max-width:420px;text-align:center;line-height:1.6;margin:0 auto}.faq-grid{margin-top:2.5rem;display:grid;gap:1.5rem;width:80%;max-width:80rem}.faq-item{background-color:#fff;padding:1rem;border-radius:5px}.faq-question{display:flex;align-items:center;gap:15px;cursor:pointer}.faq-question p{color:#0f507d;font-size:15px;flex:1;font-weight:600}.faq-icon{color:#0f507d;transition:transform .3s ease}.faq-icon.open{transform:rotate(0)}.faq-answer{color:#0f507d;font-size:13px;padding-top:.75rem;line-height:1.5}.faq-divider{background-color:#ffffff59;height:1px;border:none;margin-top:1.25rem}@media(max-width:486px){.faq-container{padding:3.5rem 0}}.skeleton-box{display:inline-block;height:1em;position:relative;overflow:hidden;background-color:#e2e2e2;border-radius:4px}.skeleton-box:after{position:absolute;inset:0;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translate(100%)}}.feedbacks{background:#f5faff;padding:80px 20px;text-align:center}.feedbacks h2{font-size:32px;color:#0b2c44}.subtitle{font-size:14px;color:#6b7280;margin-bottom:40px}.feedback-cards{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.feedback-card{width:300px;padding:24px;border-radius:12px;background:#e9edff;text-align:left}.feedback-card.active{background:#0f5070;color:#fff}.feedback-footer{display:flex;align-items:center;gap:12px;margin-top:20px}.avatar{width:36px;height:36px;border-radius:50%;background:#d1d5db}.stars{margin-left:auto;color:#fbbf24}.feedback-arrows{margin-top:30px}.feedback-arrows button{background:#fff;border:1px solid #cbd5e1;padding:6px 12px;margin:0 6px;border-radius:6px;cursor:pointer}.feedback-indicators{display:flex;justify-content:center;gap:8px;margin-top:16px}.indicator-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;transition:all .3s ease}.indicator-dot.active{background:#0f5070;width:16px;border-radius:10px}.footer{background:#0b2c44;color:#e5e7eb;padding:60px 20px 20px}.newsletter{max-width:900px;margin:-30px auto 60px;border:1px solid #DA93D5;padding:30px;border-radius:12px;display:flex;justify-content:space-between;align-items:center}.subscribe-box{display:flex;align-items:center;gap:10px}.subscribe-box input{padding:10px;border-radius:6px;border:none}.subscribe-box button{background:#fff;color:#0f5070;border:none;padding:10px 16px;border-radius:6px;cursor:pointer}.footer-content{display:flex;align-items:center;justify-content:space-around}.about-footer{width:400px}.about-footer p{font-size:13px}.footer-content h4{margin-bottom:12px}.footer-content ul{list-style:none;color:#e5e7eb;padding:0}.footer-content li a,.footer-bottom-links a{margin-bottom:8px;font-size:15px;cursor:pointer;color:#e5e7eb;text-decoration:none}.footer-download-links p{font-size:13px}.app-buttons{display:flex;gap:10px;padding-top:10px}.app-buttons img{width:100px}.footer-bottom{border-top:1px solid #1f3b52;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;font-size:14px}.footer-bottom-logo{display:flex;align-items:center;gap:30px}.footer-bottom-links{display:flex;align-items:center;gap:20px}@media(max-width:900px){.newsletter{flex-direction:column;align-items:flex-start;gap:14px}.subscribe-box{width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.newsletter h3{margin-bottom:2px}.subscribe-box span{grid-column:2 / -1}.subscribe-box input{grid-column:1 / 3;width:100%}.subscribe-box button{grid-column:3;white-space:nowrap}.footer-content{align-items:start}.subscribe-box{grid-template-columns:1fr auto}.subscribe-box span{grid-column:1 / -1}.subscribe-box input{grid-column:1;min-width:unset}.subscribe-box button{grid-column:2}.footer-content{flex-direction:column;gap:30px}.about-footer{width:300px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:16px}.footer-bottom-links{flex-wrap:wrap}}.api-access-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:150px 10px;gap:40px}.api-access-texts{text-align:center}.api-access-texts h1{color:#0f5070}.api-access-texts p{color:#0b2c44}.api-access-boxes{display:grid;grid-template-columns:1fr 1fr;gap:30px}.api-access-box{background:#fff;padding-bottom:10px;border-radius:20px;width:350px;height:300px;box-shadow:0 10px 30px #0000002e}.api-access-box-info{display:flex;align-items:center;gap:10px;padding:10px}.api-access-box-info img{width:20px}.api-access-box h3{font-size:16px;padding:10px}.api-access-image{width:100%;height:75%;border-radius:20px}@media(max-width:900px){.api-access-section{padding:120px 10px;gap:30px}.api-access-boxes{grid-template-columns:1fr 1fr;gap:20px}.api-access-box{width:300px;height:270px}.api-access-box h3{font-size:15px;padding:8px}}@media(max-width:680px){.api-access-section{padding:80px 10px;gap:20px}.api-access-boxes{grid-template-columns:1fr;width:100%;gap:15px}.api-access-box{width:100%;height:auto}.api-access-box h3{font-size:14px;padding:6px}.api-access-box-info img{width:18px}.api-access-image{height:auto}}.service-int-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;padding-bottom:30px}.service-int-texts{text-align:center}.service-int-texts h2{color:#0f5070}.service-int-texts p{color:#0b2c44}.service-int-boxes{display:flex;gap:20px}.service-int-box{background:#fff;width:300px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:10px}.service-int-box img{width:30px}@media(max-width:900px){.service-int-boxes{gap:16px}.service-int-box{width:240px;height:60px}.service-int-texts h2{font-size:1.6rem}.service-int-texts p{font-size:14px;max-width:90%}}@media(max-width:680px){.service-int-boxes{gap:12px;flex-direction:column;width:100%;align-items:center}.service-int-box{width:90%;height:60px}.service-int-texts h2{font-size:1.4rem}.service-int-texts p{font-size:13px;max-width:95%}.service-int-container .contact-us-btn{width:90%}}.contact-section{padding:150px 20px}.contact-header{text-align:center;margin-bottom:50px}.contact-header h3{color:#0f5070;font-size:2.1rem;text-transform:uppercase;letter-spacing:1px}.contact-header p{font-size:13px;color:#0b2c44;margin-top:8px}.contact-content{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:flex-start}.contact-info{display:flex;flex-direction:column;gap:20px}.contact-info .contact-info-email,.contact-info-phone{background-color:#fff;padding:10px;display:flex;align-items:center;gap:10px;border-radius:10px}.contact-info .contact-info-email img,.contact-info-phone img{background:#e6e8fe;padding:10px;border-radius:50%}.contact-info p,.contact-info p a{color:#0370be;text-decoration:none;font-weight:600;font-size:15px;margin-bottom:12px}.contact-form{background:#fff;padding:32px;border-radius:16px;box-shadow:0 10px 30px #0000000f}.contact-form h4{font-size:20px;color:#0b2c44}.form-subtitle{font-size:14px;color:#64748b;margin-bottom:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid input{padding:12px 14px;border-radius:8px;border:1px solid #cbd5e1;font-size:14px}.contact-form textarea{width:100%;margin-top:20px;padding:14px;height:140px;border-radius:10px;border:1px solid #cbd5e1;resize:none;font-size:14px}.contact-form button{margin-top:24px;background:#0f5070;color:#fff;border:none;padding:12px 28px;border-radius:10px;cursor:pointer;font-size:14px;align-self:flex-start}.contact-form button:hover{background:#0b3f59}.contact-content img{width:30px}@media(max-width:900px){.contact-section{padding:90px 10px}.contact-header h3{font-size:1.5rem}.contact-header p{font-size:11px}.contact-content{display:flex;flex-direction:column;gap:30px}.contact-info{width:100%}.contact-info .contact-info-email,.contact-info-phone{padding:8px;gap:8px}.contact-info p{font-size:13px}.contact-form{width:100%;padding:24px}.contact-form h4{font-size:16px}.form-subtitle{font-size:12px;margin-bottom:20px}.form-grid{grid-template-columns:1fr;gap:12px}.form-grid input{padding:10px;font-size:13px}.contact-form textarea{height:100px;font-size:13px}.contact-form button{width:100%;padding:10px 0;font-size:13px}}.privacy-section{padding:120px 20px;background:#f8fafc;min-height:100vh}.privacy-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:250px 1fr;gap:60px}.privacy-sidebar{position:sticky;top:120px;height:fit-content}.privacy-sidebar h4{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:#64748b;margin-bottom:20px}.privacy-sidebar ul{list-style:none;padding:0}.privacy-sidebar li{margin-bottom:12px}.privacy-sidebar a{text-decoration:none;color:#0f172a;font-size:.95rem;font-weight:500;transition:color .2s}.privacy-sidebar a:hover{color:#2563eb}.privacy-content{background:#fff;padding:60px;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}.privacy-header h1{font-size:2.5rem;color:#0f172a;margin-bottom:10px}.last-updated{font-size:.9rem;color:#64748b;margin-bottom:40px}.policy-intro{font-size:1.1rem;color:#475569;line-height:1.6;padding-bottom:30px;border-bottom:1px solid #f1f5f9;margin-bottom:40px}.policy-block{margin-bottom:40px}.policy-block h3{font-size:1.25rem;color:#0f172a;margin-bottom:15px}.policy-block p{color:#475569;line-height:1.7}.contact-box p a{color:#0370be;text-decoration:none;font-weight:600}.policy-footer{margin-top:60px;padding-top:30px;border-top:1px solid #f1f5f9;font-size:.95rem;color:#64748b}@media(max-width:850px){.privacy-container{grid-template-columns:1fr}.privacy-sidebar{display:none}.privacy-content{padding:30px}}.policy-block h4{font-size:1rem;color:#1e293b;margin:15px 0 5px;font-weight:700}.contact-box{background:#f1f5f9;padding:24px;border-radius:12px;margin-top:20px}.contact-box p{margin:5px 0}.policy-block{scroll-margin-top:100px}.privacy-sidebar a.active{color:#2563eb;border-left:2px solid #2563eb;padding-left:10px}.delete-section{display:flex;justify-content:center;align-items:center;min-height:400px;padding:100px 40px 40px}.delete-card{background:#fff;padding:40px;border-radius:24px;border:1px solid #f1f5f9;box-shadow:0 10px 25px #0000000d;max-width:450px;width:100%;text-align:center}.delete-card h2{color:#0f172a;margin-bottom:12px}.delete-card p{color:#64748b;font-size:.95rem;margin-bottom:30px}.input-wrapper input{width:100%;padding:14px 18px;border-radius:10px;border:1px solid #e2e8f0;font-family:Inter,sans-serif;font-size:1rem;transition:border .2s;margin-bottom:20px}.input-wrapper input:focus{outline:none;border-color:#2563eb}.btn-delete{width:100%;padding:14px;background:#0f172a;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s;position:relative;display:flex;justify-content:center;align-items:center}.btn-delete:hover:not(:disabled){background:#ef4444}.btn-delete:disabled{opacity:.7;cursor:not-allowed}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:10000}.success-card{background:#fff;padding:40px;border-radius:28px;text-align:center;max-width:380px;box-shadow:0 30px 60px #0000001a}.check-icon{width:60px;height:60px;background:#dcfce7;color:#166534;font-size:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.btn-close{margin-top:25px;padding:10px 30px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;font-weight:600}.reveal-modal{animation:modalIn .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes modalIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.signup-container{width:100%;min-height:100vh;background:url(https://res.cloudinary.com/dwixrjbg8/image/upload/v1769884147/89b568d1c32b525dd50142465578a6894ba26a77_squaau.jpg) no-repeat center center;background-size:cover;background-attachment:fixed;display:flex;justify-content:center;align-items:center;position:relative}.signup-overlay{width:100%;min-height:100vh;background:#0006;display:flex;justify-content:center;align-items:center;padding:20px}.signup-card{background:#ffffff1a;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2);border-radius:20px;width:100%;max-width:420px;padding:30px;color:#fff;box-shadow:0 8px 32px #0000005e}.signup-logo{text-align:center;margin-bottom:20px}.signup-logo img{width:40px;margin-bottom:8px}.signup-logo h2{font-size:18px;font-weight:500}.signup-field{margin-bottom:12px}.signup-field label{display:block;font-size:13px;margin-bottom:6px}.input-wrapper-auth{position:relative;display:flex;align-items:center;width:100%}.input-wrapper-auth input{width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:12px 45px;color:#fff;outline:none;font-size:14px}.input-icon{position:absolute;left:15px;top:10px;width:18px;height:18px;object-fit:contain;pointer-events:none;opacity:.8}.eye-icon{position:absolute;right:15px;top:10px;width:18px;height:18px;object-fit:contain;cursor:pointer;opacity:.8;transition:opacity .2s}.eye-icon:hover{opacity:1}.password-hint{font-size:10px;color:#ffffff80;margin-top:5px;line-height:1.2}.signup-submit-btn{width:100%;background:#0d5481;color:#fff;border:none;padding:14px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;margin-top:10px}.signup-footer{text-align:center;margin-top:15px;font-size:13px}.signup-footer span{font-weight:700;text-decoration:underline;cursor:pointer}@media(max-width:480px){.signup-overlay{padding:10px}.signup-card{max-width:100%;padding:25px 20px;border-radius:15px}}.verify-card{text-align:center;max-width:450px}.verify-content h3{font-size:22px;margin-bottom:8px;font-weight:600}.verify-content p{font-size:14px;opacity:.8;margin-bottom:20px}.timer-badge{background:#fff;color:#333;display:inline-block;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:30px}.code-input-group{display:flex;justify-content:center;gap:10px;margin-bottom:30px}.code-input-group input{width:45px;height:45px;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:8px;text-align:center;font-size:20px;font-weight:600;color:#fff;outline:none}.code-input-group input:focus{border-color:#1c99e3;background:#ffffff26}.resend-section{margin-bottom:30px}.resend-section p{margin-bottom:5px}.resend-link{background:none;border:none;color:#fff;text-decoration:underline;font-weight:500;cursor:pointer;opacity:.9}.resend-link:disabled{opacity:.4;cursor:not-allowed}.verify-btn{display:flex;justify-content:center;align-items:center;gap:10px}.verify-logo-img{width:40px;height:40px;margin-bottom:10px}.login-card{max-width:480px}.login-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;font-size:13px}.remember-me{display:flex;align-items:center;gap:8px;cursor:pointer;color:#ffffffe6}.forgot-password{color:#fff;cursor:pointer;font-weight:500}.login-divider{text-align:center;position:relative;margin:25px 0}.login-divider:before,.login-divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:#fff3}.login-divider:before{left:0}.login-divider:after{right:0}.login-divider span{font-size:12px;opacity:.6}.social-login-group{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.social-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff;padding:12px;border-radius:12px;font-size:14px;cursor:pointer;transition:background .2s}.social-btn:hover{background:#ffffff1a}.social-btn img{width:18px;height:18px}.apple-icon{filter:brightness(0) invert(1)}.reset-card{max-width:480px}.validation-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 20px}.val-badge{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:6px 10px;border-radius:20px;font-size:10px;color:#ffffffb3;white-space:nowrap;transition:all .3s ease;display:flex;align-items:center;gap:5px}.val-badge.valid{background:#fff;color:#333;font-weight:600;border-color:#fff}@media(max-width:480px){.reset-card{max-width:100%;padding:25px 20px}.validation-grid{grid-template-columns:1fr}}.sidebar{width:280px;background-color:#0c2b45;height:100vh;position:fixed;left:0;top:0;z-index:1000;transition:transform .3s ease;overflow-y:auto}.sidebar::-webkit-scrollbar{display:none}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0003;z-index:998}.sidebar-header{height:80px;background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.header-left-group{display:flex;align-items:center;gap:12px}.logo-text{font-family:Inter,sans-serif;font-weight:700;font-size:20px;color:#0c2b45}.placeholder-img{width:24px;height:24px}.sidebar-toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center}.sidebar-nav{padding:20px}.sidebar-nav ul{list-style:none;margin:0}.nav-link{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;text-decoration:none;color:#fff;font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:28px;letter-spacing:-.02em}.nav-link-content{display:flex;align-items:center}.nav-link.active{background-color:#ebf9ee;border-radius:10px;color:#0c2b45}.nav-icon{width:20px;height:20px;margin-right:15px}.dropdown-arrow{transition:transform .3s ease;font-size:20px}.dropdown-arrow.rotated{transform:rotate(90deg)}.transaction-submenu{list-style:none;padding-left:55px;margin-top:5px;margin-bottom:10px}.submenu-link{display:flex;align-items:center;gap:10px;color:#fff;font-size:13px;padding:8px 0;text-decoration:none}.submenu-link.active .circle-checkbox{background-color:#fff}.circle-checkbox{width:12px;height:12px;border:1.5px solid #fff;border-radius:50%;display:inline-block}.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.submenu{list-style:none;padding:5px 0 5px 48px;position:relative}.submenu:before{content:"";position:absolute;left:32px;top:0;bottom:15px;width:1px;background:#cbd5e1}.submenu-link{display:block;padding:10px 0;font-size:13.5px;color:#64748b;text-decoration:none;transition:all .2s ease;position:relative}.submenu-link:before{content:"";position:absolute;left:-16px;top:50%;width:10px;height:1px;background:#cbd5e1}.submenu-link:hover,.submenu-link.active{color:#1c99e3;font-weight:500}.nav-link.active .nav-icon{filter:brightness(0) saturate(100%) invert(13%) sepia(21%) mid(38%) hue-rotate(167deg) brightness(92%) contrast(92%)}.submenu-link{display:block;padding:10px 0;font-size:13.5px;color:#cbd5e1;text-decoration:none;transition:all .2s ease;position:relative}.submenu-link.active{color:#1c99e3!important;font-weight:600}.submenu:before{content:"";position:absolute;left:32px;top:0;bottom:15px;width:1px;background:#cbd5e14d}.nav-link.active{background-color:#ebf9ee;border-radius:10px;color:#0c2b45!important}.submenu-link{color:#cbd5e1!important;background:none!important;font-weight:400}.submenu-link.active{color:#1c99e3!important;font-weight:600!important;background:none!important}.main-header{height:80px;background:#fff;display:flex;align-items:center;justify-content:flex-end;padding:0 40px;position:sticky;top:0;z-index:900;border-bottom:1px solid #f0f0f0}.header-elements-wrapper{display:flex;align-items:center;gap:20px}.search-container{display:flex;align-items:center}.search-input{width:320px;height:40px;background:#f4f7f9;border:1px solid #e0e0e0;border-radius:20px;padding:0 15px;outline:none}.notifications{cursor:pointer}.notif-wrapper{position:relative;display:flex;align-items:center}.notif-wrapper img{width:25px;height:25px}.notif-badge{position:absolute;top:-2px;right:-2px;background:#ff4d4d;padding:5px;border-radius:10px;border:2px solid white}.notif-icon-placeholder{width:35px;height:35px;border-radius:50%;border:1px solid #e0e0e0;background:#f9f9f9}.user-profile{display:flex;align-items:center;gap:10px;cursor:pointer}.profile-pic{width:35px;height:35px;background:#ccc;border-radius:50%;object-fit:cover}.profile-name{font-size:14px;font-weight:500;color:#333}.dropdown-icon{width:15px;height:10px;opacity:.6}.mobile-toggle{display:none;background:none;border:none;font-size:24px;cursor:pointer;margin-right:auto;color:#333}.mobile-toggle{display:block}@media(max-width:768px){.main-header{padding:0 20px}.search-input{width:140px}.profile-name{display:none}}.user-profile-container{position:relative;cursor:pointer}.profile-dropdown{position:absolute;top:120%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:8px;width:140px;z-index:1000}.logout-btn{width:100%;padding:10px;border:none;background:transparent;color:#ef4444;text-align:left;cursor:pointer;font-weight:500;border-radius:4px}.logout-btn:hover{background:#fef2f2}.dropdown-icon.rotated{transform:rotate(180deg)}.skeleton-circle{background:#e2e8f0;border-radius:50%;animation:pulse 1.5s infinite ease-in-out}.skeleton-text{background:#e2e8f0;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.dashboard-root{display:flex;min-height:100vh}.dashboard-main{flex:1;background-color:#f6f6f6;border-radius:50px;transition:margin .3s ease}.content-area{margin:20px}.content-area-bg{padding:40px;background:#e7e7e7;border-radius:50px}.dashboard-intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.dashboard-intro .title-block h1{font-weight:500;margin:0}.dashboard-intro .title-block p{color:#4d4d4d;font-size:14px}.filter-dropdown{padding:10px 20px;border-radius:8px;border:1px solid #ccc;background:#fff}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.stat-box{height:150px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:space-between;padding:20px}.stat-box span{color:#1c99e3;font-size:14px}.stat-box-texts h2{font-size:1.4rem;font-weight:500;color:#1c99e3;margin:10px 0}.stat-box-texts p{font-size:14px;margin:0}.stat-box-texts p.increase{color:green}.stat-box-texts p.decrease{color:red}.stat-box-icon{background:#f1f8fe;padding:10px;border-radius:10px}.stat-box img{width:20px}.orders-component{width:100%;background:#fff;border-radius:12px;padding:24px}.orders-header h3{margin-bottom:20px;font-size:18px}.table-subheader,.table-row{display:grid;grid-template-columns:1fr 2fr 1.5fr 1fr 1fr 1fr;padding:15px;min-width:800px}.table-subheader{background:#ecfaff;font-weight:600;border-radius:8px;color:#5c6f81}.table-row{border-bottom:1px solid #f0f0f0;align-items:center;position:relative}.action-dots{display:none;background:none;border:none;font-size:20px;cursor:pointer;color:#5c6f81;position:absolute;top:5px;right:15px}.status.completed{color:#28a745;font-weight:600}.status.failed{color:#dc3545;font-weight:600}.status.processing{color:#007bff;font-weight:600}@media(max-width:1200px){.dashboard-main{margin-left:0;width:100%;border-radius:0}.stat-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:988px){.dashboard-intro{flex-direction:column;align-items:flex-start;gap:15px}.content-area{margin:10px}.content-area-bg{padding:10px;border-radius:10px}.stat-grid{grid-template-columns:repeat(2,1fr)}.orders-component{padding:15px}.table-wrapper{overflow-x:hidden}.table-subheader{display:none}.table-row{display:flex;flex-direction:column;min-width:0;padding:50px 15px 20px;gap:12px;border:1px solid #f0f0f0;border-radius:12px;margin-bottom:15px}.table-row>span{display:flex;justify-content:space-between;width:100%;font-size:14px;text-align:right;color:#1a1a1a}.table-row>span:before{content:attr(data-label);font-weight:600;color:#5c6f81;text-align:left}.action-dots{display:block}}@media(max-width:600px){.stat-grid{grid-template-columns:1fr}}.user-profile-summary{text-align:center;padding:20px 0 30px;border-bottom:1px solid #f0f0f0;margin-bottom:25px}.profile-avatar{width:70px;height:70px;background:#1c99e3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;font-size:24px;font-weight:700}.primary-display-name{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.secondary-display-email{font-size:14px;color:#64748b;margin-bottom:20px}.balance-badge{background:#f8fafc;padding:15px;border-radius:12px;display:inline-block;min-width:200px}.balance-badge label{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#94a3b8;display:block}.balance-badge h3{font-size:28px;color:#0f172a;margin-top:5px}.action-button-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:15px;margin-bottom:30px}.action-btn-solid,.action-btn-outline{padding:12px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.action-btn-solid.credit{background:#10b981;color:#fff}.action-btn-solid.debit{background:#ef4444;color:#fff}.action-btn-outline{background:transparent;border:1px solid #e2e8f0;color:#475569}.action-btn-outline.warning-red{color:#dc2626;border-color:#fecaca}.action-btn-outline.active-green{color:#16a34a;border-color:#bbf7d0}.info-grid-simple{display:flex;flex-direction:column;gap:15px;padding-top:10px}.info-item label{font-size:12px;color:#94a3b8;display:block;margin-bottom:2px}.info-item p{font-size:15px;font-weight:500;color:#1e293b}.text-red{color:#dc2626}.text-green{color:#16a34a}.sub-menu{padding-left:40px;background:#f9f9f9;border-left:2px solid #1C99E3;margin-top:5px}.sub-item{padding:10px 0;font-size:13px;color:#666;cursor:pointer;transition:color .2s}.sub-item:hover,.sub-item.selected{color:#1c99e3;font-weight:600}.arrow{transition:transform .3s;font-size:12px}.arrow.down{transform:rotate(90deg)}.inner-search-wrapper img{width:20px;height:20px}.status-filter-select{padding:10px 15px;border:1px solid #E0E0E0;border-radius:8px;min-width:120px;background:#fff;cursor:pointer}.user-table-header{background:#ecfaff;border-radius:12px;margin-bottom:10px}.user-table-header,.user-table-row{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr .5fr;padding:15px;min-width:850px;align-items:center}.user-table-row{border-bottom:1px solid #f0f0f0}.user-data-wrapper{display:contents}.user-info-cell{display:flex;flex-direction:column;gap:2px}.user-info-cell div{display:flex;flex-direction:column}.user-name{font-weight:600;color:#1a1a1a;font-size:14px}.user-email{font-size:12px;color:#888}.status-badge-outline{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;display:inline-block;text-align:center}.status-badge-outline.active{background-color:#ebf9ee;color:#28a745}.status-badge-outline.suspended{background-color:#fff0f0;color:#dc3545}.action-dots{grid-column:5;background:none;border:none;font-size:20px;color:#5c6f81;cursor:pointer;text-align:center;display:block}.detail-item p{word-break:break-all;font-size:14px;line-height:1.4;margin-top:4px}.detail-grid .action-btn{width:100%;padding:12px 16px;margin-bottom:10px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;background-color:#f3f4f6;color:#374151}.action-btn:hover:not(:disabled){filter:brightness(.9);transform:translateY(-1px)}.action-btn:disabled{opacity:.6;cursor:not-allowed}.action-btn.warning{background-color:#fee2e2;color:#dc2626;border:1px solid #fecaca}.action-btn.warning:hover:not(:disabled){background-color:#dc2626;color:#fff}.action-btn.credit{background-color:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.action-btn.credit:hover:not(:disabled){background-color:#16a34a;color:#fff}.detail-card .detail-grid{display:flex;flex-direction:column;gap:8px}@media(max-width:1000px){.table-wrapper{overflow-x:hidden;min-width:0!important}.user-table-header{display:none}.user-table-row{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;min-width:0!important;padding:50px 15px 20px;border:1px solid #f0f0f0;border-radius:12px;margin-bottom:15px;background:#fff;position:relative}.user-data-wrapper{display:flex;flex-direction:column;gap:15px;flex:1}.user-data-wrapper>span,.user-info-cell{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:14px}.user-data-wrapper>span:before,.user-info-cell:before{content:attr(data-label);font-weight:600;color:#5c6f81;text-align:left;min-width:80px}.user-info-cell{flex-direction:row;align-items:flex-start}.user-info-cell div{align-items:flex-end}.user-info-cell .user-name,.user-info-cell .user-email{text-align:right}.user-data-wrapper .action-dots-pc{position:absolute;top:205px;right:15px;font-size:18px}}@media(max-width:768px){.dashboard-intro .title-block h1{font-size:22px}}.detail-card .card-header{margin:20px 0}.transactions-container{display:flex;flex-direction:column;gap:0}.transaction-item{padding:14px 16px;border-bottom:1px solid #e2e8f0;font-size:14px;transition:background-color .2s ease}.transaction-item:hover{background-color:#f8fafc}.transaction-item:last-child{border-bottom:none}.transaction-header{display:flex;justify-content:space-between;margin-bottom:8px;align-items:center}.transaction-name{font-weight:500;color:#1e293b}.transaction-amount{font-weight:600;color:#059669}.transaction-footer{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#64748b}.transaction-id{font-family:monospace;color:#64748b}.transaction-status{padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500}.transaction-status.success{background-color:#dcfce7;color:#166534}.transaction-status.failed{background-color:#fecaca;color:#991b1b}.transaction-status.pending{background-color:#fef3c7;color:#92400e}.transactions-loading,.transactions-empty{padding:24px 16px;text-align:center;color:#64748b}.service-controls{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:25px;flex-wrap:wrap}.inner-search-wrapper{position:relative;flex:1;max-width:400px;min-width:250px}.inner-search{width:100%;padding:12px 15px 12px 40px;border:1px solid #E0E0E0;border-radius:8px;font-size:14px}.add-service-btn{background-color:#0c2b45;color:#fff;padding:12px 24px;border-radius:8px;border:none;font-weight:600;cursor:pointer;white-space:nowrap}@media(min-width:1400px){.service-table-header,.service-table-row{grid-template-columns:1fr 2fr 1fr .5fr;min-width:auto}}.service-table-header{background-color:#ecfaff;margin:10px;border-radius:20px;font-weight:600;color:#5c6f81}.service-table-row{border-bottom:1px solid #F0F0F0;background:#fff}.service-data-wrapper{display:contents}.action-dots-pc{display:block!important;text-align:center;font-size:22px;color:#5c6f81;cursor:pointer;font-weight:700}.status-badge.enabled{background-color:#ebf9ee;color:#28a745;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;display:inline-block}.drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:2000;display:flex;justify-content:flex-end}.service-drawer{width:500px;max-width:90%;height:100%;background:#fff;box-shadow:-5px 0 15px #0000001a;padding:30px;animation:slideIn .3s ease-out;overflow-y:auto}.service-drawer::-webkit-scrollbar{display:none}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.platform-icon-img{width:24px;height:24px;vertical-align:middle}.action-dots-btn{display:block;text-align:center;font-size:22px;color:#5c6f81;cursor:pointer;font-weight:700}.skeleton-row{pointer-events:none}.skeleton-item{height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading-shimmer 1.5s infinite;border-radius:4px;margin:0 10px}@keyframes loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.service-table-header,.service-table-row{display:grid;grid-template-columns:1fr 2fr 1fr .5fr;min-width:800px;padding:16px 20px;align-items:center}@media(max-width:1000px){.service-table-row{display:flex;flex-direction:column;min-width:0!important;padding:20px;margin-bottom:10px;background:#fff;border-radius:12px;border:1px solid #F0F0F0}.service-table-header{display:none}.service-data-wrapper{display:flex;flex-direction:column;width:100%;gap:12px}.service-data-wrapper>span{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:14px}.service-data-wrapper>span:before{content:attr(data-label);font-weight:600;color:#5c6f81}.action-dots-btn{text-align:right;font-size:18px;padding:0;margin:0}}.user-controls{display:flex;gap:20px;margin-bottom:25px;align-items:flex-end;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:5px}.filter-group label{font-size:12px;color:#666;font-weight:500}.status-filter-select{padding:10px 15px;border:1px solid #e0e0e0;border-radius:8px;min-width:140px;background:#fff;cursor:pointer;font-size:14px}.table-wrapper{width:100%;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.table-wrapper::-webkit-scrollbar{display:none}.txn-table-header,.txn-table-row{display:grid;grid-template-columns:repeat(7,1fr);gap:15px;min-width:900px;padding:16px 20px;align-items:center;border-bottom:1px solid #f1f1f1}.txn-table-header{background:#ecfaff;border-radius:12px;margin-bottom:10px;font-weight:600;color:#5c6f81}.txn-table-row{border-bottom:1px solid #f0f0f0;background:#fff;transition:background .2s}.txn-table-row:hover{background:#f9f9f9}.action-dots{grid-column:6;cursor:pointer;font-weight:700;color:#5c6f81;text-align:center;font-size:22px;z-index:5;position:relative;display:block!important}.action-dots-pc{cursor:pointer}.user-email-cell{color:#666;font-size:13px;padding-right:10px}.user-email-cell .user-name,.txn-data-wrapper .transaction-method{font-size:14px}.transaction-date{font-size:12px;font-weight:200}.text-bold{font-weight:600;font-size:13px;color:#1a1a1a}.status-badge-outline{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;display:inline-block;text-align:center;min-width:90px;text-transform:capitalize}.status-badge-outline.completed{background-color:#ebf9ee;color:#28a745}.status-badge-outline.pending,.status-badge-outline.processing{background-color:#fff4e5;color:#ff9800}.status-badge-outline.failed{background-color:#fff0f0;color:#dc3545}.drawer-header button{border:none;background:#e2f0fc;padding:10px 15px;border-radius:30px;margin:10px 0;cursor:pointer}.edit-mini-btn{background:#e2f0fc;border:none;border-radius:30px;padding:10px 15px;margin-left:20px;cursor:pointer}.pagination-footer{display:flex;justify-content:space-between;align-items:center;padding-top:25px;border-top:1px solid #eee;margin-top:20px;flex-wrap:wrap;gap:15px}.page-btn{padding:8px 12px;border:1px solid #eee;background:#fff;border-radius:6px;cursor:pointer}.page-btn.active{background:#1c99e3;color:#fff;border-color:#1c99e3}@media(max-width:1000px){.table-wrapper{overflow-x:hidden;min-width:0!important}.txn-table-header{display:none!important}.txn-table-row{display:flex;flex-direction:column;min-width:0!important;padding:20px 15px;margin-bottom:15px;border:1px solid #f0f0f0;border-radius:12px;position:relative}.txn-data-wrapper{display:flex;flex-direction:column;gap:12px;width:100%}.txn-data-wrapper>span{display:flex;justify-content:space-between;align-items:center;font-size:13px;border-bottom:1px dotted #eee;padding-bottom:8px}.txn-data-wrapper>span:before{content:attr(data-label);font-weight:600;color:#666;text-align:left}.txn-data-wrapper .user-info-cell{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.action-dots-pc{position:absolute;top:245px;right:15px;font-size:18px}}.status-badge-outline.successful{color:#16a34a;background:#dcfce7;border:1px solid #bbf7d0}.status-badge-outline.suspended{color:#dc2626;background:#fee2e2;border:1px solid #fecaca}.status-badge-outline.pending{color:#ca8a04;background:#fef9c3;border:1px solid #fef08a}.meta-link{color:#1c99e3;cursor:pointer;font-size:14px;display:inline-block;padding:6px 12px;margin:0 -6px;border-radius:6px;transition:all .2s ease;font-weight:500;letter-spacing:.3px;position:relative}.meta-link:hover{background:#1c99e314;color:#0d7ab8;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.meta-link:active{background:#1c99e31f}.meta-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Roboto Mono,Courier New,monospace;font-size:12px;line-height:1.5;white-space:pre-wrap;margin:0}.meta-copy-btn{background:#ffffff0f;color:#cfe2f8;border:1px solid rgba(255,255,255,.06);padding:6px 10px;border-radius:6px;cursor:pointer;font-size:12px}.meta-code-actions{position:absolute;top:8px;right:8px}.status-badge-outline.reversed{background-color:#ede9fe;color:#6366f1;border-color:#6366f1}.transfer-table-header,.transfer-table-row{display:grid;grid-template-columns:repeat(6,1fr);gap:15px;min-width:900px;padding:16px 20px;align-items:center;border-bottom:1px solid #f1f1f1}.transfer-table-header{background:#ecfaff;border-radius:12px;margin-bottom:10px;font-weight:600;color:#5c6f81}.transfer-table-row{border-bottom:1px solid #f1f5f9;transition:background .2s}.transfer-table-row:hover{background:#f8fafc}.transfer-data-wrapper{display:contents}.text-bold{font-weight:600;color:#1e293b}.transfer-id-text{color:#64748b;font-family:monospace}.transfer-action-btn{background-color:#1c99e3;color:#fff;border:none;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.transfer-action-btn:hover{background-color:#157dbb;box-shadow:0 2px 4px #1c99e333}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.confirm-modal{background:#fff;padding:24px;border-radius:12px;width:100%;max-width:400px;text-align:center;box-shadow:0 10px 25px #0000001a}.confirm-modal h3{margin-bottom:12px;color:#1e293b}.modal-details{background:#f8fafc;padding:16px;border-radius:8px;margin:16px 0;display:flex;flex-direction:column;gap:4px}.modal-actions{display:flex;gap:12px;margin-top:20px}.cancel-btn,.confirm-btn{flex:1;padding:10px;border-radius:8px;font-weight:500;cursor:pointer;border:none}.cancel-btn{background:#f1f5f9;color:#64748b}.confirm-btn{background:#1c99e3;color:#fff}.user-controls{padding:20px}.inner-search-wrapper{position:relative;flex:1;min-width:250px}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#888}.inner-search{width:100%;padding:12px 15px 12px 40px;border:1px solid #e0e0e0;border-radius:8px;outline:none;font-size:14px}.primary-action-btn{background:#1c99e3;color:#fff;border:none;padding:14px 20px;border-radius:8px;cursor:pointer;font-weight:600}.transfer-wizard{max-width:450px!important}.modal-form{display:flex;flex-direction:column;gap:15px;text-align:left;margin-top:20px}.input-group{display:flex;flex-direction:column;gap:5px}.input-group label{font-size:13px;font-weight:600;color:#64748b}.input-group input,.input-group select{padding:12px;border:1px solid #e2e8f0;border-radius:8px;outline:none;font-size:14px}.verify-input-wrapper{display:flex;gap:8px}.verify-input-wrapper input{flex:1}.bank-verify-btn{background:#f1f5f9;border:1px solid #e2e8f0;padding:0 15px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.resolved-box{background:#ecfdf5;padding:10px;border-radius:8px;border:1px solid #10b981}.resolved-box p{color:#065f46;font-weight:700;margin:0;font-size:14px}.resolved-box small{color:#059669;font-size:11px}.custom-select-wrapper{position:relative;width:100%;margin-top:5px}.styled-select{width:100%;padding:14px 16px;font-size:15px;color:#1e293b;background-color:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:18px;transition:all .3s cubic-bezier(.4,0,.2,1);outline:none}.styled-select:hover{border-color:#1c99e3;background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 6px 15px #1c99e31f}.styled-select:focus{border-color:#1c99e3;background-color:#fff;box-shadow:0 0 0 4px #1c99e31a}.modal-form{display:flex;flex-direction:column;gap:20px;margin:25px 0;text-align:left}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{font-size:13px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px;padding-left:4px}.input-group input{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;transition:all .3s ease;outline:none}.input-group input:focus{border-color:#1c99e3;box-shadow:0 0 0 4px #1c99e31a}.resolved-box{background:#f0fdf4;border:1px solid #22c55e;padding:14px;border-radius:12px;margin-top:-10px;display:flex;flex-direction:column;gap:2px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-overlay input::placeholder{color:#dddbdb}@media(max-width:1060px){.transfer-table-header{display:none!important}.transfer-table-row{display:flex;flex-direction:column;min-width:0!important;padding:20px 15px;margin-bottom:15px;border:1px solid #f0f0f0;border-radius:12px;position:relative}.transfer-data-wrapper{display:flex;flex-direction:column;gap:12px;width:100%}.transfer-data-wrapper>span{display:flex;justify-content:space-between;align-items:center;font-size:13px;border-bottom:1px dotted #eee;padding-bottom:8px}.transfer-data-wrapper>span:before{content:attr(data-label);font-weight:600;color:#666;text-align:left}.transfer-data-wrapper .user-info-cell{display:flex;flex-direction:column;align-items:flex-end;text-align:right}}.crypto-table-row{transition:background .2s;cursor:pointer}.crypto-status-badge{padding:12px;border-radius:12px;font-size:12px;font-weight:500;display:inline-block;text-align:center}.crypto-status-badge.active{color:#10b981;border:1px solid #10b981;background:#ecfdf5}.crypto-status-badge.suspended{color:#ef4444;border:1px solid #ef4444;background:#fef2f2}.crypto-status-badge.pending{color:#f59e0b;border:1px solid #f59e0b;background:#fffbeb}.user-controls{padding:20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:18px;height:18px;opacity:.5}.inner-search{width:100%;padding:12px 15px 12px 45px;border:1px solid #e2e8f0;border-radius:10px;outline:none;font-size:14px;transition:border-color .2s}.inner-search:focus{border-color:#1c99e3}.crypto-primary-btn{background:#1c99e3;color:#fff;border:none;padding:12px 24px;border-radius:10px;font-weight:600;cursor:pointer;transition:opacity .2s}.crypto-primary-btn:hover{opacity:.9}.crypto-modal-overlay{position:fixed;inset:0;background:#0f172ab3;display:flex;justify-content:center;align-items:center;z-index:3000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px}.crypto-confirm-modal{background:#fff;padding:32px;border-radius:20px;width:100%;max-width:460px;box-shadow:0 25px 50px -12px #00000040;animation:cryptoFadeIn .3s ease-out}@keyframes cryptoFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.crypto-modal-form{display:flex;flex-direction:column;gap:20px;margin:24px 0}.crypto-input-group{display:flex;flex-direction:column;gap:8px}.crypto-input-group label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase}.crypto-styled-input,.crypto-styled-select{width:100%;padding:14px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;font-size:15px;outline:none}.crypto-styled-input:focus,.crypto-styled-select:focus{border-color:#1c99e3;background:#fff}.crypto-modal-actions{display:flex;gap:12px}.crypto-drawer .drawer-section{display:flex;gap:20px}.crypto-cancel-btn{flex:1;padding:14px;background:#f1f5f9;border:none;border-radius:12px;font-weight:600;cursor:pointer}.crypto-confirm-btn{flex:2;padding:14px;background:#1c99e3;color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer}.crypto-drawer-overlay{position:fixed;inset:0;background:#0f172a66;z-index:4000;opacity:0;visibility:hidden;transition:all .3s ease;display:flex;justify-content:flex-end;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.crypto-drawer-overlay.open{opacity:1;visibility:visible}.crypto-details-drawer{width:100%;max-width:500px;background:#fff;height:100%;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-15px 0 50px #0000001a}.crypto-drawer-overlay.open .crypto-details-drawer{transform:translate(0)}.drawer-header{padding:35px 40px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.drawer-header h2{font-size:22px;font-weight:700;color:#1e293b;margin:0}.drawer-close-btn{background:#f8fafc;border:none;font-size:32px;color:#94a3b8;cursor:pointer;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.drawer-close-btn:hover{background:#f1f5f9;color:#64748b}.drawer-body{flex:1;padding:40px;overflow-y:auto;display:flex;flex-direction:column;gap:35px}.drawer-section{display:flex;flex-direction:column;gap:12px}.drawer-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 25px;margin:10px 0}.info-block{display:flex;flex-direction:column;gap:8px}.info-block label,.drawer-info-full label,.drawer-section label{font-size:12px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.info-block p{font-size:16px;font-weight:600;color:#1e293b;margin:0}.highlight-text{color:#1c99e3;font-size:20px!important;font-weight:700}.drawer-info-full{display:flex;flex-direction:column;gap:12px}.copy-field{background:#f8fafc;padding:18px;border-radius:12px;border:1px solid #e2e8f0;word-break:break-all;font-family:JetBrains Mono,monospace;font-size:14px;line-height:1.5;color:#475569}.drawer-footer{padding:30px 40px;background:#fcfcfc;border-top:1px solid #f1f5f9}.crypto-table-header,.crypto-table-row{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;min-width:900px;padding:16px 20px;align-items:center;border-bottom:1px solid #f1f1f1}.crypto-table-header{background:#ecfaff;border-radius:12px;margin-bottom:10px;font-weight:600;color:#5c6f81}.crypto-table-row{border-bottom:1px solid #f1f5f9;transition:background .2s;cursor:pointer}.crypto-table-row:hover{background:#f8fafc}.crypto-data-wrapper{display:contents}.crypto-id-text{color:#64748b;font-family:monospace}.status-badge-outline{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;display:inline-block;text-transform:capitalize}.status-badge-outline.active{color:#10b981;border:1px solid #10b981;background:#ecfdf5}.status-badge-outline.suspended{color:#ef4444;border:1px solid #ef4444;background:#fef2f2}.status-badge-outline.pending{color:#f59e0b;border:1px solid #f59e0b;background:#fffbeb}@media(max-width:1060px){.crypto-table-header{display:none!important}.crypto-table-row{display:flex;flex-direction:column;min-width:0!important;padding:20px 15px;margin-bottom:15px;border:1px solid #f0f0f0;border-radius:12px}.crypto-data-wrapper{display:flex;flex-direction:column;gap:12px;width:100%}.crypto-data-wrapper>span{display:flex;justify-content:space-between;align-items:center;font-size:13px;border-bottom:1px dotted #eee;padding-bottom:8px}.crypto-data-wrapper>span:before{content:attr(data-label);font-weight:600;color:#666;text-align:left}}.crypto-search-wrapper{position:relative;flex:1;max-width:400px}.crypto-primary-btn{background:#1c99e3;color:#fff;border:none;padding:12px 24px;border-radius:10px;font-weight:600;cursor:pointer}.dashboard-root{display:flex;min-height:100vh;background-color:#f8fafc}.dashboard-main{flex:1;width:100%;transition:all .3s ease;min-width:0}.dashboard-main.shifted{margin-left:260px}.main-title{font-size:20px;color:#1a1a1a;margin-bottom:4px}.sub-title{font-size:13px;color:#64748b}.table-wrapper{width:100%;overflow-x:auto}.txn-table-header,.txn-table-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr 1.5fr;gap:12px;min-width:1100px;padding:12px 15px;align-items:center}.txn-table-header{background:#ecfaff;border-radius:8px;margin-bottom:8px;font-weight:600;color:#5c6f81;font-size:12px}.txn-table-row{border-bottom:1px solid #f1f5f9;background:#fff}.txn-data-wrapper{display:contents}.text-small{font-size:12px;color:#64748b}.text-small-bold{font-size:12px;font-weight:600;color:#1e293b}.mono{font-family:Courier New,Courier,monospace;letter-spacing:-.2px}.movement-badge{padding:3px 8px;border-radius:4px;font-size:10px;font-weight:700;display:inline-block}.small-badge{padding:3px 8px;font-size:10px;min-width:70px}.status-badge-outline{border-radius:4px;font-weight:600;text-align:center;border:1px solid transparent}.status-badge-outline.successful,.status-badge-outline.completed,.drawer-status{color:#16a34a;background:#dcfce7}.drawer-status{border-radius:8px;border:1px solid #e6e3e3;padding:5px;text-align:center}.no-data-msg{padding:30px;text-align:center;font-size:13px;color:#94a3b8}@media(max-width:1000px){.dashboard-main.shifted{margin-left:0}.txn-table-header{display:none!important}.txn-table-row{display:flex;flex-direction:column;padding:15px;margin-bottom:10px;border:1px solid #f1f5f9;border-radius:10px}.txn-data-wrapper>span{display:flex;justify-content:space-between;width:100%;padding:6px 0;border-bottom:1px dotted #f1f5f9;font-size:12px}.txn-data-wrapper>span:before{content:attr(data-label);font-weight:600;color:#64748b}}.drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:flex-end;z-index:1000;transition:opacity .3s ease}.details-drawer::-webkit-scrollbar{display:none}.details-drawer{width:400px;height:100%;background:#fff;box-shadow:-5px 0 15px #0000001a;padding:30px;animation:slideIn .3s ease-out;overflow-y:auto}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;border-bottom:1px solid #f1f5f9;padding-bottom:15px}.drawer-header h2{font-size:18px;color:#1e293b}.close-btn{background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px}.drawer-body{display:flex;flex-direction:column;gap:20px}.detail-item label{display:block;font-size:11px;text-transform:uppercase;color:#94a3b8;font-weight:700;margin-bottom:4px}.detail-item p{font-size:14px;color:#1e293b;margin:0}.text-bold-large{font-size:20px!important;font-weight:700;color:#1e293b}.divider{border:0;border-top:1px solid #f1f5f9;margin:10px 0}@media(max-width:500px){.details-drawer{width:100%}}.meta-link{color:#1c99e3;cursor:pointer;font-size:13px;font-weight:500;text-decoration:underline;transition:opacity .2s}.meta-link:hover{opacity:.8}.meta-code-container{margin-top:8px;background:#0b1220;border-radius:8px;padding:12px;color:#e6eef8;position:relative;overflow:auto}.meta-code-actions{display:flex;justify-content:flex-end;margin-bottom:8px}.meta-copy-btn{background:#fff;border:1px solid #e2e8f0;border-radius:4px;color:#64748b;cursor:pointer;font-size:11px;padding:4px 8px;transition:all .2s}.meta-copy-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.meta-code{font-family:Courier New,Courier,monospace;font-size:12px;line-height:1.5;margin:0;max-height:250px;overflow-y:auto;white-space:pre-wrap;word-break:break-all}.meta-code::-webkit-scrollbar{width:4px}.meta-code::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.notification-card{background:#fff;padding:50px;border-radius:20px;max-width:900px;margin:30px auto;box-shadow:0 10px 30px #0000000a;width:95%}.notification-form{display:flex;flex-direction:column;gap:30px}.notification-form .input-group label{font-size:14px;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px;display:block}.notification-form input,.notification-form textarea,.notification-form .styled-select{width:100%;padding:16px 20px;border:1px solid #e2e8f0;background-color:#f8fafc;border-radius:14px;font-size:16px;transition:all .3s cubic-bezier(.4,0,.2,1);outline:none;color:#334155}.notification-form input::placeholder,.notification-form textarea::placeholder{color:#c9c4c4}.notification-form textarea{resize:vertical;font-family:inherit;min-height:150px}.notification-form input:hover,.notification-form textarea:hover,.notification-form .styled-select:hover{border-color:#cbd5e1}.notification-form input:focus,.notification-form textarea:focus,.notification-form .styled-select:focus{background-color:#fff;border-color:#1c99e3;box-shadow:0 0 0 4px #1c99e31a}.send-notify-btn{background:#1c99e3;color:#fff;border:none;padding:18px;border-radius:14px;font-weight:700;font-size:18px;cursor:pointer;transition:all .3s ease;margin-top:15px;width:100%}.send-notify-btn:hover{background:#157dbb;transform:translateY(-2px);box-shadow:0 8px 20px #1c99e340}.send-notify-btn:disabled{background:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:768px){.notification-card{padding:25px 20px;margin:15px auto;border-radius:16px}.notification-form{gap:20px}.notification-form input,.notification-form textarea,.notification-form .styled-select{padding:14px 16px;font-size:15px}.send-notify-btn{padding:16px;font-size:16px}}@media(max-width:400px){.notification-card{padding:20px 15px;width:100%;border-radius:0;box-shadow:none}}.admin-reviews-container{padding:20px;max-width:1400px;margin:0 auto;width:100%}.admin-reviews-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;gap:20px}.admin-reviews-top h1{font-size:clamp(24px,5vw,32px);color:#0b2c44;margin:0}.admin-reviews-top .subtitle{font-size:14px;color:#6b7280;margin-top:4px}.add-review-btn{background:#0f5070;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;white-space:nowrap;transition:.3s}.loading-state{text-align:center;padding:50px;color:#64748b;font-style:italic}.feedback-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:25px;width:100%}.feedback-card.admin-card{padding:24px;border-radius:12px;background:#e9edff;text-align:left;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;min-height:200px;border:1px solid transparent}.feedback-card.admin-card:hover{background:#0f5070;color:#fff;transform:translateY(-8px);box-shadow:0 15px 30px #0f507033}.feedback-card.admin-card:hover .review-text-body,.feedback-card.admin-card:hover .user-name{color:#fff}.review-text-body{font-size:14px;line-height:1.6;color:#374151;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.feedback-footer{display:flex;align-items:center;gap:12px;margin-top:auto}.avatar{width:38px;height:38px;border-radius:50%;background:#d1d5db;object-fit:cover;border:2px solid rgba(255,255,255,.2)}.user-name{font-weight:600;font-size:14px;color:#0b2c44}.stars{margin-left:auto;color:#fbbf24;font-size:12px}.rev-drawer-wrapper{position:fixed;inset:0;z-index:4000;visibility:hidden;display:flex;justify-content:flex-end}.rev-drawer-wrapper.open{visibility:visible}.rev-drawer-overlay{position:absolute;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1}.rev-drawer-content{position:relative;z-index:2;right:-100%;width:480px;max-width:100%;height:100%;background:#fff;padding:60px 30px;box-shadow:-10px 0 40px #0003;transition:right .4s cubic-bezier(.4,0,.2,1);overflow-y:auto}.rev-drawer-wrapper.open .rev-drawer-content{right:0}.rev-close-drawer{position:absolute;top:20px;left:20px;font-size:30px;border:none;background:none;cursor:pointer;color:#9ca3af}.rev-drawer-inner{display:flex;flex-direction:column;height:100%}.rev-drawer-profile{text-align:center;margin-bottom:20px}.rev-large-avatar{width:110px;height:110px;border-radius:50%;margin-bottom:15px;object-fit:cover;border:4px solid #f0f4f8}.rev-drawer-date{display:block;font-size:12px;color:#94a3b8;margin-top:8px;text-transform:uppercase;letter-spacing:.5px}.rev-full-review-box{margin-top:10px;padding:25px;background:#f8fafc;border-radius:12px;font-size:16px;line-height:1.8;color:#334155;font-style:italic}.rev-delete-btn{margin-top:auto;background:#fee2e2;color:#ef4444;border:none;padding:16px;border-radius:10px;font-weight:700;cursor:pointer;transition:.3s}.rev-modal-overlay{position:fixed;inset:0;background:#0009;z-index:5000;display:flex;justify-content:center;align-items:center;padding:15px}.rev-modal-card{background:#fff;padding:30px;border-radius:20px;width:100%;max-width:500px;max-height:95vh;overflow-y:auto}.rev-modal-form .input-group{margin-bottom:15px}.rev-modal-form label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.rev-modal-form input,.rev-modal-form textarea{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.rev-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}@media(max-width:768px){.rev-drawer-content{width:100%}.feedback-cards-grid{grid-template-columns:1fr}.feedback-card.admin-card{width:100%}}@media(max-width:480px){.admin-reviews-top{flex-direction:column;align-items:flex-start;gap:15px}.add-review-btn{width:100%}.rev-modal-card{padding:20px}.rev-drawer-content{padding:50px 20px 30px}}@media(max-width:360px){.admin-reviews-top h1{font-size:22px}.feedback-card.admin-card{padding:18px}.rev-full-review-box{padding:15px;font-size:14px}}.settings-container{padding:2rem;max-width:1200px;margin:0 auto}.settings-header{margin-bottom:2rem}.header-title h1{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}.header-title p{color:#64748b;font-size:.95rem}.settings-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden}.card-top{padding:1.5rem 2rem;border-bottom:1px solid #f1f5f9}.card-top h2{font-size:1.1rem;color:#334155;font-weight:600}.settings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:2rem}.settings-group{display:flex;flex-direction:column}.settings-label{font-size:.85rem;font-weight:600;color:#475569;text-transform:capitalize;margin-bottom:.5rem}.input-wrapper{position:relative;display:flex;align-items:center;border:1px solid #297bdf;border-radius:8px;background-color:#fff;padding:10px;min-height:48px;transition:all .2s ease}.settings-input{width:100%;height:100%;padding:.75rem 1rem;font-size:.95rem;color:#1e293b!important;border:none!important;outline:none!important;background:transparent!important;box-shadow:none!important;appearance:none;margin-top:20px}.input-unit-icon{position:absolute;left:12px;top:40%;color:#94a3b8;font-size:.9rem;pointer-events:none;z-index:1}.input-wrapper:has(.input-unit-icon) .settings-input{padding-left:2.2rem!important}.last-updated{font-size:.75rem;color:#94a3b8;margin-top:.5rem;font-style:italic}.card-footer{padding:1.5rem 2rem;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end}.save-settings-btn{background:#1c99e3;color:#fff;padding:.75rem 2rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:background .2s}.save-settings-btn:hover{background:#1682c2}.save-settings-btn:active{transform:scale(.98)}.loading-state{padding:2rem}@media(max-width:1024px){.settings-container{padding:1rem}.settings-grid{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}}:root{font-family:Inter,-apple-system,sans-serif}*{padding:0;margin:0;box-sizing:border-box}body{background-color:#e2f0fc;scroll-behavior:smooth}body::-webkit-scrollbar{display:none}.color-primary{padding:8px 18px;border-radius:7px;border:none;background:#0f5070;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.color-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #4351e066}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:calc(100% - 15px) 50%!important;background-position:right 1rem center;box-sizing:border-box;background-size:1em;padding-right:2.5rem!important}select::-ms-expand{display:none}
