body{margin:0}.toast{animation:slideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;gap:12px;max-width:400px;min-width:300px;padding:16px 20px;position:fixed;right:20px;top:20px;z-index:10000}.toast,.toast-icon{align-items:center;display:flex}.toast-icon{flex-shrink:0;justify-content:center}.toast-success .toast-icon{color:#10b981}.toast-error .toast-icon{color:#ef4444}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#3b82f6}.toast-message{color:#374151;flex:1 1;font-size:14px;line-height:1.5}.toast-close{align-items:center;background:none;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:all .2s}.toast-close:hover{background:#f3f4f6;color:#374151}.toast-container{display:flex;flex-direction:column;gap:12px;pointer-events:none;position:fixed;right:20px;top:20px;z-index:10000}.toast-container .toast{pointer-events:all;position:relative;right:0;top:0}@media (max-width:768px){.toast-container{left:10px;right:10px;top:10px}.toast{min-width:auto}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px 0 #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.header-container,.logo{align-items:center;display:flex}.logo{color:#1e40af;font-size:1.75rem;font-weight:800;text-decoration:none;transition:transform .2s ease}.logo:hover{transform:scale(1.05)}.logo-icon{font-size:2rem;margin-right:.5rem}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text;color:#1e40af;letter-spacing:-.02em}.nav-links{align-items:center;display:flex;flex-wrap:nowrap;gap:.75rem}.nav-link{align-items:center;border-radius:.5rem;color:#374151;display:inline-flex;font-size:.95rem;font-weight:500;justify-content:center;padding:.625rem 1rem;text-decoration:none;transition:all .2s;white-space:nowrap}.nav-link:hover{background-color:#f3f4f6;color:#1e40af}.nav-link.login-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;box-shadow:0 4px 12px #3b82f64d;color:#fff!important;font-weight:600;overflow:hidden;position:relative}.nav-link.login-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.nav-link.login-btn:hover:before{left:100%}.nav-link.login-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 16px #3b82f666;color:#fff!important;transform:translateY(-2px)}.header .btn-primary{background-color:initial!important;border:2px solid #1e40af!important;color:#1e40af!important;font-weight:600}.header .btn-primary:hover{background-color:#1e40af!important;border-color:#1e40af!important;color:#fff!important;transform:translateY(-2px)}.user-menu{align-items:center;display:flex;gap:1rem}.user-name{color:#374151;font-size:.95rem;font-weight:500}.logout-btn{align-items:center;background:none;border:none;border-radius:.5rem;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.625rem;transition:all .2s}.logout-btn:hover{background-color:#fef2f2;color:#ef4444}@media (max-width:1024px){.header-container{padding:0 1.25rem}.nav-links{gap:.5rem}.nav-link{font-size:.9rem;padding:.5rem .875rem}}@media (max-width:768px){.header-container{height:60px;padding:0 1rem}.logo{font-size:1.5rem}.nav-links{gap:.5rem}.nav-link{font-size:.875rem;min-height:40px;padding:.5rem .875rem}.nav-link:not(.login-btn):not(.btn-primary){display:none}.header .btn-primary,.nav-link.login-btn{flex:1 1;max-width:110px}.user-name{display:none}.logout-btn{padding:.5rem}}@media (max-width:480px){.header-container{height:56px;padding:0 .875rem}.logo{font-size:1.35rem}.nav-links{gap:.5rem}.header .btn-primary,.nav-link.login-btn{flex:1 1;font-size:.85rem;max-width:100px;padding:.5rem .75rem}}@media (max-width:360px){.header-container{padding:0 .75rem}.logo{font-size:1.2rem}.nav-links{gap:.375rem}.header .btn-primary,.nav-link.login-btn{flex:1 1;font-size:.8rem;max-width:90px;padding:.5rem .625rem}}.footer{background-color:#111827;color:#d1d5db;margin-top:auto;padding-top:40px}.footer-container{margin:0 auto;max-width:1200px;padding:4rem 2rem 2rem}.footer-content{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2.5rem}.footer-section h3{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-logo{align-items:center;display:flex;margin-bottom:1rem;padding-left:30px}.footer-logo .logo-icon{font-size:1.25rem;margin-right:.5rem}.footer-logo .logo-text{color:#fff;font-size:1.25rem;font-weight:700}.footer-description{color:#9ca3af;line-height:1.6;margin-bottom:1rem;padding-left:30px}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li,.footer-section ul li a{color:#9ca3af;cursor:pointer;text-decoration:none;transition:color .2s}.footer-section ul li a:hover,.footer-section ul li:hover{color:#1e40af}.footer-bottom{border-top:1px solid #374151;padding-bottom:1rem;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#6b7280;margin:0}@media (max-width:768px){.footer-container{padding:2rem .5rem 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr}}.layout{background-color:#f9fafb;display:flex;flex-direction:column;min-height:100vh}.main-content{display:flex;flex:1 1;flex-direction:column}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#374151;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.container{padding:0 1rem}.btn{align-items:center;border-radius:.5rem;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;padding:.75rem 1.5rem;transition:all .2s}.layout .btn-primary{background-color:#1e40af;color:#fff}.layout .btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover{background-color:#4b5563}.btn-outline{background-color:initial;border:2px solid #1e40af;color:#1e40af}.btn-outline:hover{background-color:#1e40af;color:#fff}.card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a;padding:1.5rem}.card,.form-group{margin-bottom:1rem}.form-label{display:block}.form-input{transition:border-color .2s}.form-input,.form-select{border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;padding:.75rem}.form-select{background-color:#fff;cursor:pointer;width:100%}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.landing-page{overflow-x:hidden}*{-webkit-tap-highlight-color:transparent}.hero-image{align-items:center;display:flex;justify-content:flex-end;position:relative}.hero-icon{color:#3b82f6;filter:drop-shadow(0 10px 30px rgba(59,130,246,.4));opacity:.9;position:relative}.hero-logo{filter:drop-shadow(0 10px 30px rgba(255,255,255,.3));height:auto;object-fit:contain;width:500px}.hero{align-items:center;background:#0f172a;color:#fff;display:flex;min-height:80vh;overflow:hidden;padding:5rem 0;position:relative}.hero:before{background:linear-gradient(90deg,#0000,#1e40af);content:"";height:100%;opacity:.1;pointer-events:none;position:absolute;right:0;top:0;width:50%}.hero-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1.2fr .8fr;position:relative;z-index:1}.hero-title{color:#fff;font-size:3.2rem;font-weight:600;letter-spacing:-.015em;line-height:1.3;margin-bottom:1.5rem}.hero-description{color:#ffffffb3;font-size:1.1rem;font-weight:400;line-height:1.8;margin-bottom:2.5rem;max-width:540px}.hero-buttons{align-items:stretch;display:flex;flex-wrap:wrap;gap:1rem}.btn-large{align-items:center;border:none;border-radius:6px;display:flex;font-size:.95rem;font-weight:500;justify-content:center;letter-spacing:.02em;min-height:48px;overflow:hidden;padding:.875rem 1.75rem;position:relative;transition:all .3s ease}.landing-page .btn-primary{background:#3b82f6!important;border:none!important;box-shadow:0 4px 14px #3b82f666!important;color:#fff!important}.landing-page .btn-primary:hover{background:#2563eb!important;box-shadow:0 6px 20px #3b82f680!important;color:#fff!important;transform:translateY(-2px)!important}.btn-outline{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a!important;border:1px solid #fff3!important;color:#fff!important;overflow:hidden;position:relative}.btn-outline:hover{background:#ffffff26!important;border-color:#ffffff4d!important;box-shadow:0 4px 14px #00000026;color:#fff!important;transform:translateY(-2px)}.features-resources{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;padding:10px 0;position:relative}.features-resources:before{background:radial-gradient(circle at 20% 20%,#3b82f60d 0,#0000 50%),radial-gradient(circle at 80% 80%,#1e40af0d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.features-resources .container{position:relative;z-index:1}.subsection-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e3a8a,#1e40af 50%,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1rem;padding:10px 0;text-align:center}.subsection-description{color:#64748b;font-size:1.1rem;line-height:1.6;margin:0 auto 3rem;max-width:600px;text-align:center}.main-features{margin-bottom:5rem;margin-top:3rem}.platform-resources{margin-top:5rem}.features-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:60px}.feature-card{-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);background:linear-gradient(135deg,#fffffff2,#ffffffd9);border:2px solid #3b82f61a;border-radius:28px;box-shadow:0 15px 50px #00000014,0 5px 15px #0000000d,inset 0 1px 0 #fffc;overflow:hidden;padding:45px 35px;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:before{background:linear-gradient(90deg,#1e40af,#3b82f6,#60a5fa);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.feature-card:after{background:linear-gradient(45deg,#0000,#3b82f608,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(-45deg) translate(-100%,-100%);transition:transform .6s ease;width:200%}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover:after{transform:rotate(-45deg) translate(0)}.feature-card:hover{border-color:#3b82f64d;box-shadow:0 30px 70px #00000026,0 15px 40px #1e40af26,inset 0 1px 0 #fff;transform:translateY(-15px) scale(1.03)}.feature-icon{align-items:center;background:linear-gradient(135deg,#1e40af,#2563eb 50%,#3b82f6);border-radius:24px;box-shadow:0 10px 30px #1e40af40;color:#fff;display:flex;height:90px;justify-content:center;margin:0 auto 28px;overflow:hidden;position:relative;transition:all .4s ease;width:90px}.feature-icon:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .4s ease;width:0}.feature-card:hover .feature-icon{box-shadow:0 15px 30px #1e40af4d;transform:scale(1.1) rotate(5deg)}.feature-card:hover .feature-icon:before{height:100px;width:100px}.feature-card h4{font-size:24px;font-weight:700;transition:color .3s ease}.feature-card:hover h4{color:#1e40af}.how-it-works{background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#f1f5f9);overflow:hidden;padding:6rem 0;position:relative}.how-it-works:before{animation:gentleFloat 15s ease-in-out infinite;background:radial-gradient(circle at 15% 25%,#3b82f614 0,#0000 50%),radial-gradient(circle at 85% 75%,#1d4ed80f 0,#0000 40%),radial-gradient(circle at 50% 10%,#93c5fd0d 0,#0000 30%),radial-gradient(circle at 30% 90%,#3b82f60a 0,#0000 35%);bottom:0;left:0;right:0;top:0}.how-it-works:after,.how-it-works:before{content:"";pointer-events:none;position:absolute}.how-it-works:after{animation:slowRotate 25s linear infinite;background:linear-gradient(60deg,#0000 45%,#3b82f605 50%,#0000 55%),linear-gradient(-60deg,#0000 45%,#93c5fd08 50%,#0000 55%);height:140%;left:-20%;top:-20%;width:140%}@keyframes gentleFloat{0%,to{opacity:.6;transform:translateY(0) scale(1)}50%{opacity:.8;transform:translateY(-10px) scale(1.02)}}@keyframes slowRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.steps{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.step,.steps{position:relative}.step{background:#fff9;border:1px solid #1d4ed814;border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.step:hover{background:#fffc;box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.resource-card h4,.step.feature-card h4{color:#1e293b;font-size:1.3rem;font-weight:600;letter-spacing:-.01em;margin-bottom:16px}.step p{color:#475569;font-size:1rem;line-height:1.7;margin:0 auto;max-width:280px}.pricing{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:6rem 0;position:relative}.pricing:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='10' cy='10' r='1' opacity='.03'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.pricing-grid{display:flex;gap:3.5rem;justify-content:center;margin:0 auto;max-width:1200px;position:relative;z-index:1}.pricing-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 10px 40px #00000014,inset 0 1px 0 #fff9;max-width:400px;padding:3rem 2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.pricing-card:before{background:linear-gradient(135deg,#1d4ed833,#3b82f61a,#60a5fa33);border-radius:24px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;position:absolute;right:0;top:0;transition:opacity .3s ease}.pricing-card:hover:before{opacity:1}.pricing-card:hover{background:#fffffff2;box-shadow:0 25px 50px #00000026,inset 0 1px 0 #fffc;transform:translateY(-10px)}.pricing-card.popular{background:#fffffff2;border:2px solid #1d4ed8;box-shadow:0 20px 60px #1d4ed833,inset 0 1px 0 #ffffffe6;transform:scale(1.05)}.pricing-card.popular:after{background:linear-gradient(135deg,#1d4ed80d,#3b82f608);border-radius:24px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.pricing-card.popular:hover{transform:scale(1.05) translateY(-10px)}.feature-card h4{color:#1e293b;font-size:1.5rem;font-weight:600;letter-spacing:-.01em;margin-bottom:16px}.resources{background:linear-gradient(135deg,#f8fafc,#f1f5f9);overflow:hidden;padding:6rem 0;position:relative}.resources:before{background:radial-gradient(circle at 20% 30%,#3b82f60d 0,#0000 50%),radial-gradient(circle at 80% 70%,#1d4ed808 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.resources .container{position:relative;z-index:1}.resources-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:4rem}.resource-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 4px 16px #0000000d;overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .4s ease}.resource-card:before{background:linear-gradient(135deg,#3b82f605,#1d4ed803);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.resource-card:hover{border-color:#3b82f633;box-shadow:0 12px 32px #0000001a;transform:translateY(-8px)}.resource-card:hover:before{opacity:1}.resource-icon{align-items:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:20px;color:#1d4ed8;display:flex;height:80px;justify-content:center;margin:0 auto 2rem;overflow:hidden;position:relative;transition:all .3s ease;width:80px}.resource-icon:before{background:linear-gradient(135deg,#1d4ed81a,#3b82f60d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.resource-card:hover .resource-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 8px 24px #1d4ed84d;color:#fff;transform:scale(1.1)}.resource-card:hover .resource-icon:before{opacity:1}.resource-card h4{color:#1e293b;font-size:1.4rem;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:1rem}.resource-card p{color:#475569;font-size:.95rem;line-height:1.7;margin:0 auto;max-width:280px}.feature-card h3{color:#1e293b;font-size:24px;font-weight:700;margin-bottom:16px;transition:color .3s ease}.feature-card:hover h3{color:#1e40af}.feature-card p{color:#64748b;font-size:16px;line-height:1.7;transition:color .3s ease}.feature-card:hover p{color:#475569}.step-number{align-items:center;background:linear-gradient(135deg,#1d4ed8,#1e40af 50%,#3b82f6);border-radius:50%;box-shadow:0 8px 24px #1d4ed840,inset 0 2px 4px #fff3;color:#fff;display:flex;font-size:1.8rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 2rem;position:relative;transition:all .3s ease;width:80px}.step-number:before{background:linear-gradient(135deg,#60a5fa,#3b82f6,#1e40af);border-radius:50%;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:-1}.step:hover .step-number:before{opacity:1}.step:hover .step-number{box-shadow:0 12px 32px #1d4ed84d,inset 0 2px 4px #ffffff4d;transform:scale(1.05)}.popular-badge{background:linear-gradient(135deg,#1d4ed8,#1e40af 50%,#3b82f6);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 5px 20px #1d4ed84d,inset 0 1px 0 #fff3;color:#fff;font-size:.9rem;font-weight:700;left:50%;padding:.7rem 1.5rem;position:absolute;top:-15px;transform:translateX(-50%)}.plan-header{margin-bottom:2.5rem}.plan-header h3{color:#1e293b;font-size:1.75rem;font-weight:600;letter-spacing:-.01em;margin-bottom:1.5rem}.plan-price{gap:.3rem}.price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1d4ed8,#1e40af);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900}.period{color:#475569;font-size:1.1rem;font-weight:500}.plan-features{list-style:none;margin-bottom:2.5rem}.plan-features li{font-size:1rem;font-weight:500;gap:1rem;margin-bottom:1rem}.plan-features li svg{background:#1d4ed81a;border-radius:50%;color:#1d4ed8;padding:2px}.cta{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);color:#fff;overflow:hidden;padding:6rem 0;position:relative}.cta:before{animation:ctaFloat 18s ease-in-out infinite;background:radial-gradient(circle at 25% 25%,#3b82f626 0,#0000 45%),radial-gradient(circle at 75% 75%,#1d4ed81f 0,#0000 50%),radial-gradient(circle at 10% 80%,#93c5fd14 0,#0000 35%),radial-gradient(circle at 90% 20%,#1e40af1a 0,#0000 40%);bottom:0;left:0;right:0;top:0}.cta:after,.cta:before{content:"";pointer-events:none;position:absolute}.cta:after{animation:ctaRotate 30s linear infinite;background:linear-gradient(30deg,#0000 48%,#3b82f608 50%,#0000 52%),linear-gradient(-30deg,#0000 48%,#93c5fd05 50%,#0000 52%),linear-gradient(120deg,#0000 48%,rgba(29,78,216,.025) 50%,#0000 52%);height:160%;left:-30%;top:-30%;width:160%}@keyframes ctaFloat{0%,to{opacity:.8;transform:translateY(0) scale(1)}33%{opacity:1;transform:translateY(-15px) scale(1.03)}66%{opacity:.9;transform:translateY(10px) scale(.98)}}@keyframes ctaRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cta-content{position:relative;text-align:center;z-index:1}.cta h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e5e7eb);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.cta p{font-size:1.3rem;font-weight:400;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}@media (max-width:768px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{justify-content:center}.section-header h2{font-size:2rem}.features-grid,.pricing-grid,.steps{grid-template-columns:1fr}.pricing-card.popular{transform:none}.cta h2{font-size:2rem}}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.btn{border:none;cursor:pointer;display:inline-block;font-family:inherit;overflow:hidden;position:relative;text-decoration:none}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn-full{justify-content:center;width:100%}.btn-plan{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);border:2px solid #0000;box-shadow:0 6px 20px #1e40af40;color:#fff;font-weight:600;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-plan:before{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);bottom:0;content:"";left:0;opacity:1;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:-1}.btn-plan:after{background:#ffffff26;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .5s ease,height .5s ease;width:0}.btn-plan:hover{box-shadow:0 8px 25px #1e40af59;transform:translateY(-2px)}.btn-plan:hover:after{height:250px;width:250px}.pricing-card.popular .btn-plan{background:linear-gradient(135deg,#1e40af,#2563eb 50%,#3b82f6);box-shadow:0 8px 25px #1e40af4d,0 0 0 2px #3b82f633;font-weight:700}.pricing-card.popular .btn-plan:hover{box-shadow:0 12px 35px #1e40af66,0 0 0 2px #3b82f64d;transform:translateY(-3px)}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.feature-card:first-child{animation:fadeInUp .8s ease-out .2s both}.feature-card:nth-child(2){animation:fadeInUp .8s ease-out .4s both}.feature-card:nth-child(3){animation:fadeInUp .8s ease-out .6s both}.feature-card:nth-child(4){animation:fadeInUp .8s ease-out .8s both}.step:first-child{animation:slideInFromLeft .8s ease-out .3s both}.step:nth-child(2){animation:fadeInUp .8s ease-out .5s both}.step:nth-child(3){animation:slideInFromRight .8s ease-out .7s both}.pricing-card:first-child{animation:scaleIn .6s ease-out .2s both}.pricing-card:nth-child(2){animation:scaleIn .6s ease-out .4s both}.pricing-card:nth-child(3){animation:scaleIn .6s ease-out .6s both}@media (max-width:1024px){.container{padding:0 1.5rem}.hero-title{font-size:2.8rem}.section-header h2{font-size:2.5rem}.features-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.container{padding:0 1.25rem}.hero{min-height:auto;padding:3rem 0}.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2rem;line-height:1.25;margin-bottom:1.25rem}.hero-description{font-size:1rem;line-height:1.6;margin-bottom:2rem;max-width:100%}.hero-buttons{flex-direction:column;gap:.875rem;justify-content:center}.btn-large{font-size:1rem;padding:1rem 1.5rem;width:100%}.hero-image{justify-content:center}.hero-logo{max-width:90%;width:280px}.hero-icon{padding:1.5rem}.subsection-title{font-size:1.75rem;padding:.5rem 0}.subsection-description{font-size:1rem;margin-bottom:2rem}.section-header h2{font-size:1.875rem}.section-header p{font-size:.95rem}.cta,.features-resources,.how-it-works,.pricing,.resources{padding:3rem 0}.main-features{margin-bottom:3rem;margin-top:2rem}.platform-resources{margin-top:3rem}.features-grid,.pricing-grid,.resources-grid,.steps{gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.feature-card{border-radius:20px;padding:2rem 1.5rem}.feature-icon,.resource-icon{height:70px;margin-bottom:1.5rem;width:70px}.feature-icon svg,.resource-icon svg{height:36px;width:36px}.feature-card h3,.feature-card h4{font-size:1.25rem}.feature-card p{font-size:.95rem}.resource-card{padding:2rem 1.5rem}.resource-card h4{font-size:1.25rem}.step{padding:2rem 1.5rem}.step-number{font-size:1.5rem;height:65px;margin-bottom:1.5rem;width:65px}.step h3,.step h4{font-size:1.25rem}.step p{font-size:.95rem;max-width:100%}.pricing-card{max-width:100%;padding:2rem 1.75rem}.pricing-card.popular{margin:0;transform:none}.pricing-card.popular:hover{transform:translateY(-5px)}.popular-badge{font-size:.875rem;padding:.6rem 1.25rem}.plan-header h3{font-size:1.5rem}.price{font-size:2.5rem}.period{font-size:1rem}.plan-features li{font-size:.95rem}.cta h2{font-size:1.875rem;margin-bottom:1.25rem}.cta p{font-size:1.05rem;margin-bottom:2rem}}@media (max-width:480px){.container{padding:0 1rem}.hero{padding:2.5rem 0}.hero-title{font-size:1.75rem;line-height:1.2}.hero-description{font-size:.95rem;line-height:1.55}.hero-logo{width:220px}.btn-large{font-size:.95rem;padding:.875rem 1.25rem}.subsection-title{font-size:1.5rem}.subsection-description{font-size:.9rem}.section-header h2{font-size:1.65rem}.cta,.features-resources,.how-it-works,.pricing,.resources{padding:2.5rem 0}.features-grid,.resources-grid,.steps{gap:1.25rem}.feature-card,.resource-card{padding:1.75rem 1.25rem}.feature-icon,.resource-icon{height:60px;margin-bottom:1.25rem;width:60px}.feature-icon svg,.resource-icon svg{height:32px;width:32px}.feature-card h3,.feature-card h4,.resource-card h4,.step h3,.step h4{font-size:1.15rem}.feature-card p,.resource-card p,.step p{font-size:.9rem}.step{padding:1.75rem 1.25rem}.step-number{font-size:1.35rem;height:60px;width:60px}.pricing-card{padding:1.75rem 1.5rem}.popular-badge{font-size:.8rem;padding:.5rem 1rem;top:-12px}.plan-header h3{font-size:1.35rem}.price{font-size:2.25rem}.period{font-size:.95rem}.plan-features{margin-bottom:2rem}.plan-features li{font-size:.9rem;gap:.75rem}.plan-features li svg{height:18px;width:18px}.cta h2{font-size:1.65rem}.cta p{font-size:1rem}}@media (max-width:360px){.hero-title{font-size:1.5rem}.section-header h2,.subsection-title{font-size:1.45rem}.hero-logo{width:180px}.feature-card,.resource-card,.step{padding:1.5rem 1rem}.pricing-card{padding:1.5rem 1.25rem}}html{scroll-behavior:smooth}.btn:focus,.feature-card:focus,.pricing-card:focus{outline:2px solid #1d4ed8;outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.auth-container{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;justify-content:center;min-height:100vh;padding:1rem}.auth-header{margin-bottom:2rem;margin-top:1rem;text-align:center}.auth-logo{align-items:center;display:flex;justify-content:center;margin-bottom:2rem}.auth-logo .logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);-webkit-background-clip:text;background-clip:text;color:#1e40af;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3rem;font-weight:800;letter-spacing:-.02em;text-shadow:0 4px 8px #1e40af33}.auth-header h1{color:#1f2937;font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:.75rem}.auth-header p{color:#6b7280;font-size:1.1rem;line-height:1.5;margin-bottom:.5rem}.back-button-top{align-items:center;background:#0000;border:none;border-radius:.5rem;color:#6b7280;cursor:pointer;display:flex;font-size:1.75rem;font-weight:400;height:3.25rem;justify-content:center;left:1.5rem;padding:.75rem;position:absolute;top:1.5rem;transition:all .2s ease;width:3.25rem;z-index:10}.back-button-top:hover{background:#6b72801a;color:#374151}.back-button-top:active{background:#6b728026}.auth-card{animation:slideUp .3s ease-out;background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a;max-width:500px;padding:2rem;position:relative;width:100%}.auth-form{margin-bottom:1.5rem}.form-label{align-items:center;color:#374151;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:.5rem}.password-input{position:relative}.password-toggle{background:none;border:none;border-radius:.25rem;color:#6b7280;cursor:pointer;padding:.25rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);transition:color .2s}.password-toggle:hover{color:#374151}.auth-footer{border-top:1px solid #e5e7eb;padding-top:1.5rem;text-align:center}.auth-footer p{color:#6b7280;font-size:.875rem}.auth-link{color:#1e40af;font-weight:500;text-decoration:none;transition:color .2s}.auth-link:hover{color:#1d4ed8;text-decoration:underline}.user-type-selection{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.user-type-card{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;display:flex;flex-direction:column;gap:1rem;padding:2rem 1rem;text-align:center;transition:all .3s}.user-type-card:hover{border-color:#1e40af;box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.user-type-card svg{color:#000}.truck-icon{font-size:3rem}.user-type-card h3{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.user-type-card p{color:#6b7280;font-size:.875rem;margin:0}.vehicle-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin:1.5rem 0;padding:1.5rem}.vehicle-section h3{align-items:center;color:#111827;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.demo-credentials{background:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;margin-top:1.5rem;padding:1rem}.demo-credentials h3{color:#0369a1;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.demo-user{color:#0369a1;font-size:.75rem;margin-bottom:.25rem}.demo-user strong{font-weight:600}@media (max-width:768px){.auth-container{min-height:100vh;padding:.5rem}.auth-card{border-radius:1rem;max-width:100%;padding:1.5rem}.user-type-selection{gap:.75rem}.form-row,.user-type-selection{grid-template-columns:1fr}.auth-header h1{font-size:1.5rem}.auth-header p{font-size:.95rem}.auth-logo .logo-text{font-size:2.5rem}.user-type-card{padding:1.5rem 1rem}.back-button-top{height:2.75rem;width:2.75rem}.form-input,.form-select{font-size:16px}}@media (max-width:480px){.auth-card{padding:1rem}.auth-header{margin-bottom:1.5rem}.auth-header h1{font-size:1.35rem}.auth-logo .logo-text{font-size:2rem}.vehicle-section{padding:1rem}.btn-full,.btn-primary{font-size:.95rem;padding:.875rem}}.form-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.section-title{align-items:center;color:#2c3e50;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.form-row{grid-gap:1rem;gap:1rem}.checkbox-label{align-items:center;color:#495057;cursor:pointer;display:flex;font-size:.95rem;gap:.5rem}.form-checkbox{accent-color:#4285f4;cursor:pointer;height:18px;width:18px}.checkbox-text{-webkit-user-select:none;user-select:none}.form-actions{justify-content:center;margin-top:2rem}.btn-primary{align-items:center;background:#4285f4;border-radius:8px;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;min-width:200px;padding:.75rem 2rem;text-decoration:none;transition:all .2s ease}.btn-primary:hover{background:#3367d6;box-shadow:0 4px 12px #4285f44d;transform:translateY(-1px)}.btn-primary:disabled{background:#adb5bd;box-shadow:none;cursor:not-allowed;transform:none}@media (max-width:768px){.form-row{grid-template-columns:1fr}.form-actions{margin-top:1.5rem}.btn-primary{min-width:auto;width:100%}}.plan-subscription-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:1rem;overflow:hidden;padding:2rem;position:relative}.plan-badge{background:linear-gradient(135deg,#1e40af,#3b82f6);border-bottom-left-radius:1rem;box-shadow:0 4px 12px #1e40af4d;color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1.5rem;position:absolute;right:0;top:0}.plan-header{margin-bottom:2rem;padding-top:1rem;text-align:center}.plan-header h2{color:#1e293b;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.plan-price{align-items:baseline;display:flex;gap:.25rem;justify-content:center}.price-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900}.price-period{color:#64748b;font-size:1.25rem;font-weight:500}.plan-features{margin-bottom:2rem}.plan-features h3{color:#475569;font-size:1rem;font-weight:600;margin-bottom:1rem}.plan-features ul{list-style:none;margin:0;padding:0}.plan-features li{align-items:center;color:#1e293b;display:flex;font-size:.95rem;gap:.75rem;padding:.75rem 0}.plan-features li svg{color:#10b981;flex-shrink:0}.btn-subscribe{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:.75rem;box-shadow:0 4px 14px #1e40af66;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s ease;width:100%}.btn-subscribe:hover:not(:disabled){box-shadow:0 6px 20px #1e40af80;transform:translateY(-2px)}.btn-subscribe:disabled{cursor:not-allowed;opacity:.7}.spin-icon{animation:spin 1s linear infinite}.subscription-note{color:#64748b;font-size:.875rem;margin-bottom:0;margin-top:1rem;text-align:center}.forgot-password-link{margin:-.5rem 0 1rem;text-align:right}.forgot-password-link .auth-link{font-size:.875rem}.success-message-container{padding:2rem 0;text-align:center}.success-icon{display:flex;justify-content:center;margin-bottom:1.5rem}.success-icon svg{color:#10b981}.success-message-container h2{color:#1f2937;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.success-message-container p{color:#6b7280;line-height:1.6;margin-bottom:1rem}.expiry-notice{color:#9ca3af;font-size:.875rem;margin-bottom:2rem!important;margin-top:.5rem}.code-input-container{display:flex;gap:.75rem;justify-content:center;margin:2rem 0}.code-input{background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1.5rem;font-weight:600;height:3.5rem;text-align:center;transition:all .2s;width:3rem}.code-input:focus{border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a;outline:none}.code-input:hover{border-color:#9ca3af}.auth-link-button{background:none;border:none;color:#1e40af;cursor:pointer;font-size:inherit;font-weight:500;padding:0;text-decoration:none;transition:color .2s}.auth-link-button:hover:not(:disabled){color:#1d4ed8;text-decoration:underline}.auth-link-button:disabled{cursor:not-allowed;opacity:.5}.password-requirements{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-top:.75rem;padding:.75rem}.password-requirements p{color:#6b7280;font-size:.875rem;font-weight:500;margin:0 0 .5rem}.password-requirements ul{list-style:none;margin:0;padding:0}.password-requirements li{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem;padding:.25rem 0}.password-requirements li:before{color:#d1d5db;content:"○";font-size:1rem}.password-requirements li.valid{color:#10b981}.password-requirements li.valid:before{color:#10b981;content:"✓";font-weight:700}@media (max-width:768px){.form-row{grid-template-columns:1fr}.form-actions{margin-top:1.5rem}.btn-primary{min-width:auto;width:100%}.code-input-container{gap:.5rem}.code-input{font-size:1.25rem;height:3rem;width:2.5rem}.success-message-container h2{font-size:1.5rem}.success-icon svg{height:56px;width:56px}.password-requirements{font-size:.85rem}}@media (max-width:480px){.code-input-container{gap:.4rem}.code-input{font-size:1.1rem;height:2.8rem;width:2.2rem}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{color:#111827;font-size:2rem;font-weight:700;margin-bottom:.5rem}.dashboard-header p{color:#6b7280;font-size:1.125rem}.dashboard-nav{border-bottom:2px solid #e5e7eb;display:flex;gap:1rem;margin-bottom:2rem;overflow-x:auto}.nav-btn{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:all .2s;white-space:nowrap}.nav-btn:hover{color:#1e40af}.nav-btn.active{border-bottom-color:#1e40af;color:#1e40af}.map-container{margin:0;padding:0}.map-layout{height:100%;width:100%}.dashboard-header,.dashboard-nav{padding-left:2rem;padding-right:2rem}.map-sidebar{background-color:#fff;border-right:1px solid #e5e7eb;box-shadow:0 4px 12px #0000001a;margin-left:60px;overflow:hidden;transition:width .3s ease;width:380px}.map-sidebar.collapsed{width:60px}.map-header{border-bottom:1px solid #e5e7eb;padding:1.5rem}.header-content{gap:12px;justify-content:center}.header-with-menu{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px;width:100%}.header-menu{display:flex;gap:10px}.menu-item{align-items:center;background-color:#f8f9fa;border:none;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:14px;gap:5px;padding:8px 12px;transition:all .2s ease}.menu-item:hover{background-color:#e9ecef;color:#2b6cb0}.menu-item i{font-size:12px}.map-header h2{color:#1e40af;flex:1 1;font-size:28px;font-weight:700;margin-bottom:0;text-align:center}.location-inputs{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.input-with-icon{align-items:center;display:flex;margin-bottom:12px;position:relative}.input-with-icon svg{color:#6b7280;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.location-input{border:1px solid #e5e7eb;border-radius:8px;font-size:16px;padding:12px 36px;width:100%}.vehicle-type-filter{margin-bottom:1rem}.vehicle-type-filter h4{color:#111827;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.filter-buttons{display:flex;gap:12px;margin-bottom:20px;margin-top:12px}.filter-btn{background-color:#fff;border:1px solid #e5e7eb;border-radius:24px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s ease}.filter-btn.active{background-color:#1e40af;border-color:#1e40af;color:#fff}.sidebar-search-bar{background-color:#f8f9fa;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem}.sidebar-search-inputs{display:flex;flex-direction:column;gap:.75rem}.sidebar-input-group{align-items:center;display:flex;position:relative}.sidebar-input-icon{color:#6b7280;left:12px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.sidebar-location-input{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;padding:12px 44px 12px 36px;transition:border-color .2s ease;width:100%}.current-location-btn{align-items:center;background-color:#1e40af;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:background-color .2s ease;z-index:2}.current-location-btn:hover:not(:disabled){background-color:#1d4ed8}.current-location-btn:disabled{background-color:#9ca3af;cursor:not-allowed}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sidebar-location-input:focus{border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a;outline:none}.sidebar-description-input{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;min-height:60px;padding:12px 16px;resize:none;transition:border-color .2s ease;width:100%}.sidebar-description-input:focus{border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a;outline:none}.sidebar-description-input::placeholder{color:#9ca3af;font-style:italic}.description-counter{color:#6b7280;display:block;font-size:12px;margin-top:4px;text-align:right}.sidebar-search-btn{background-color:#1e40af;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:.5rem;padding:12px;transition:background-color .2s ease;width:100%}.sidebar-search-btn:hover:not(:disabled){background-color:#1d4ed8}.sidebar-search-btn:disabled{background-color:#9ca3af;cursor:not-allowed}.truck-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px #0000000d;cursor:pointer;margin-bottom:16px;padding:16px;transition:all .2s ease}.truck-card:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.truck-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.truck-profile-section{align-items:center;display:flex;gap:12px}.truck-profile-avatar{border:2px solid #fff3;transition:all .3s ease}.truck-profile-avatar:hover{border-color:#3b82f6;transform:scale(1.05)}.truck-name{color:#111827;font-size:16px;font-weight:600}.truck-price{color:#1e40af;font-size:16px;font-weight:700}.truck-details{align-items:center;display:flex;gap:16px;margin-top:8px}.truck-distance,.truck-rating,.truck-time{align-items:center;color:#4b5563;display:flex;font-size:14px;gap:4px}.status-badge{font-size:12px;padding:4px 8px}.status-available{background-color:#dcfce7;color:#166534}.nearby-trucks-title{color:#1f2937}.sidebar-toggle-btn{background:#1e40af;border-radius:8px;height:36px;min-width:36px;position:relative;transition:all .2s ease;z-index:10001!important}.sidebar-toggle-btn:hover{background:#1d4ed8;transform:scale(1.05)}.sidebar-toggle-btn:active{transform:scale(.95)}.truck-name-white{color:#000!important;font-size:16px;font-weight:600}.status-busy{background-color:#fee2e2;color:#991b1b}.status-on-way{background-color:#fef3c7;color:#92400e}.user-profile{align-items:center;background:#ffffff1a;border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:8px 12px;transition:all .2s ease}.user-profile:hover{background:#fff3;transform:translateY(-1px)}.modal-close{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:2px solid #1e40af4d;border-radius:50%;box-shadow:0 4px 15px #0000001a;color:#374151;cursor:pointer;display:flex;font-size:28px;font-weight:700;height:50px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:50px;z-index:1000}.modal-close:hover{background:#1e40af1a;border-color:#1e40af80;box-shadow:0 6px 20px #1e40af33;transform:scale(1.1)}.profile-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#ffffffd9);border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 25px 50px #00000026;max-height:85vh;max-width:500px;overflow-x:hidden;overflow-y:auto;position:relative;width:90%}.profile-modal:before{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);bottom:0;content:"";left:0;opacity:.08;position:absolute;right:0;top:0;z-index:-1}.profile-content{padding:0;position:relative;z-index:1}.profile-header-section{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6 70%,#60a5fa);border-radius:20px 20px 0 0;color:#fff;display:flex;gap:20px;margin:0;overflow:hidden;padding:32px;position:relative}.profile-header-section h3{color:#fff;font-size:28px;font-weight:700;margin:0;text-shadow:0 2px 4px #0000004d}.profile-type{color:#ffffffe6!important;font-size:16px;font-weight:500;text-shadow:0 1px 2px #0003}.profile-header-section:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(45deg,#ffffff1a,#0000 50%,#ffffff1a);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.avatar-container{display:inline-block;position:relative}.profile-image{border:4px solid #fff;border-radius:50%;box-shadow:0 8px 25px #0003;height:120px;width:120px}.avatar-upload-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e40afe6;border:2px solid #fff;bottom:1px;box-shadow:0 4px 15px #0003;color:#fff;height:36px;left:60px;width:36px}.avatar-upload-btn:hover{background:#1e40af;box-shadow:0 6px 20px #1e40af66}.profile-avatar-large{align-items:center;background:#fff3;border:4px solid #ffffff4d;border-radius:50%;box-shadow:0 8px 25px #0003;color:#fff;display:flex;font-size:48px;height:120px;justify-content:center;width:120px}.profile-info h3{font-size:24px;font-weight:600;margin:0 0 4px}.profile-type{font-size:14px;margin:0 0 12px;opacity:.9}.profile-rating{align-items:center;display:flex;gap:8px}.profile-details{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border-radius:0 0 20px 20px;padding:32px}.profile-item{align-items:center;color:#6b7280;display:flex;gap:12px;padding:8px 0}.profile-item svg{color:#9ca3af}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:12px}.stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1e40af1a,#3b82f60d);border:1px solid #1e40af33;border-radius:16px;box-shadow:0 8px 25px #1e40af1a;padding:24px;text-align:center;transition:all .3s ease}.stat-item:hover{border-color:#1e40af66;box-shadow:0 15px 35px #1e40af33;transform:translateY(-5px)}.profile-actions{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;border-radius:0 0 20px 20px;border-top:1px solid #ffffff4d;gap:16px;margin:0;padding:32px}.btn-profile-action{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px 16px;transition:all .2s ease}.btn-edit{background:#3b82f6;color:#fff}.btn-edit:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.btn-logout{background:#ef4444;color:#fff}.btn-logout:hover{background:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.top-bar{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;padding:12px 20px;position:relative;z-index:1000}.app-logo{align-items:center;color:#1e40af;display:flex;font-size:20px;font-weight:700;gap:8px}.top-bar-right{gap:16px}.icon-btn{background:none;border-radius:8px;color:#6b7280;padding:8px}.icon-btn:hover{background:#f3f4f6;color:#1e40af}@media (max-width:768px){.profile-modal{max-height:90vh;width:95%}.profile-header-section{flex-direction:column;gap:16px;text-align:center}.profile-actions{flex-direction:column}.stats-grid{gap:12px;grid-template-columns:1fr}.driver-dashboard{padding:0}.map-header{align-items:stretch;flex-direction:column;gap:1rem}.header-with-menu{align-items:flex-start;flex-direction:column}.header-menu{justify-content:space-between;margin-top:10px;width:100%}.top-bar{padding:8px 16px}.app-logo{font-size:18px}.user-profile span{display:none}.top-bar-right{gap:8px}}.history-modal .modal-header h3{color:#fff;font-size:20px;font-weight:600;margin:0}.history-modal .modal-content{max-height:60vh;overflow-y:auto;padding:20px}.history-modal .history-list{display:flex;flex-direction:column;gap:16px}.history-modal .history-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .2s ease}.history-modal .history-item:hover{background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.history-modal .history-date{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.history-modal .history-date strong{color:#1e293b;font-size:14px;font-weight:600}.history-modal .history-date span{color:#64748b;font-size:12px}.history-modal .history-status{border-radius:20px;font-size:12px;font-weight:500;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.history-modal .status-concluido{background:#dcfce7;color:#166534}.history-modal .history-details{margin-bottom:16px}.history-modal .history-details h4{color:#1e293b;font-size:16px;font-weight:600;margin:0 0 8px}.history-modal .history-info{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:12px}.history-modal .info-item{display:flex;flex-direction:column;gap:4px}.history-modal .info-label{color:#64748b;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.history-modal .info-value{color:#1e293b;font-size:14px;font-weight:500}.history-modal .history-price{border-top:1px solid #e2e8f0;margin-top:12px;padding-top:12px;text-align:right}.history-modal .price-value{color:#059669;font-size:18px;font-weight:700}.history-modal .rating-stars{display:flex;gap:2px;justify-content:flex-end;margin-top:8px}.history-modal .star{color:#fbbf24;font-size:16px}.edit-profile-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#f8fafcf2);border:1px solid #ffffff4d;box-shadow:0 25px 50px #00000026;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.edit-profile-content{padding:24px}.modal-header{background:#0000;flex-direction:column;flex-shrink:0;gap:16px;padding:16px 24px;position:relative;text-align:center}.modal-header .back-button-top{align-items:center;align-self:flex-start;background:#0000;border:none;border-radius:.5rem;color:#6b7280;cursor:pointer;display:flex;font-size:1.75rem;font-weight:400;height:3.25rem;justify-content:center;padding:.75rem;position:static;transition:all .2s ease;width:3.25rem;z-index:10}.modal-title-container{text-align:center;width:100%}.modal-header .back-button-top:hover{background:#6b72801a;color:#374151}.modal-header .back-button-top:active{background:#6b728026}.modal-header h3{color:#1e40af;font-size:20px;font-weight:600;margin:0}.modal-header h2{color:#1e40af;font-size:24px}.form-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;margin-bottom:32px;padding:24px}.form-section h4{align-items:center;border-bottom:2px solid #1e40af33;color:#1e40af;display:flex;font-size:18px;font-weight:600;gap:8px;margin:0 0 20px;padding-bottom:12px}.form-group{margin-bottom:20px}.form-group label{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:500;gap:8px;margin-bottom:8px}.form-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:2px solid #1e40af33;border-radius:12px;box-sizing:border-box;font-size:14px;padding:12px 16px;transition:all .3s ease;width:100%}.form-input:focus{background:#fffffff2;border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a;outline:none}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-actions{background:#fff6;border-radius:0 0 20px 20px;border-top:1px solid #ffffff4d;gap:16px;justify-content:flex-end;margin:0 -24px -24px;padding:24px}.btn-form-action,.form-actions{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex}.btn-form-action{align-items:center;border:none;border-radius:8px;cursor:pointer;font-weight:500;gap:8px;justify-content:center;min-width:140px;padding:12px 24px;transition:all .3s ease}.btn-cancel{background:linear-gradient(135deg,#ef44441a,#dc26261a);border:2px solid #ef44444d;color:#dc2626}.btn-cancel:hover{background:linear-gradient(135deg,#ef444433,#dc262633);border-color:#ef444480;box-shadow:0 8px 25px #ef44444d;transform:translateY(-2px)}.btn-save{align-items:center;background:linear-gradient(135deg,#1e40af,#1d4ed8);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.btn-save:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 4px 12px #1e40af4d;transform:scale(1.1)}.btn-save:disabled{background:#d1d5db;box-shadow:none;cursor:not-allowed;transform:none}.message-item.selectable{cursor:pointer;position:relative;transition:all .2s ease}.message-item.selectable:hover{background:#fdfdfd}.message-item.selected{background:#e0f2fe;border-left:4px solid #0ea5e9}.message-item.selected .message-content{border-radius:18px}.message-item.selected:hover{background:#e0f2fe}.message-checkbox{left:-30px;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.message-item.sent .message-checkbox{left:auto;right:-30px}.selection-action-bar{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:12px 20px}.selection-info span{color:#475569;font-size:14px;font-weight:500}.btn-cancel-selection{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;color:#475569;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s ease}.btn-cancel-selection:hover{background:#e2e8f0}.btn-delete-selected{align-items:center;background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:6px;padding:8px 16px;transition:all .2s ease}.btn-delete-selected:hover:not(:disabled){background:#b91c1c}.btn-delete-selected:disabled{background:#9ca3af;cursor:not-allowed}.conversation-menu-container{align-items:center;display:flex;position:relative}.conversation-menu-button{align-items:center;background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s ease}.conversation-menu-button:hover{background:#ffffff1a}.conversation-menu-dropdown{animation:fadeInDown .2s ease;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;min-width:220px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.conversation-menu-item{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:12px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.conversation-menu-item:hover{background:#f3f4f6}.conversation-menu-item:first-child:hover{color:#dc2626}.input-blue{border-radius:16px;font-size:16px;padding:16px 20px}.btn-save-blue{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:16px;box-shadow:0 8px 25px #1e40af4d}.trucker-profile-modal{max-height:80vh;max-width:500px;overflow-y:auto;width:90%}.trucker-profile-modal .modal-header{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:space-between;margin:-24px -24px 0;min-height:80px;padding:24px}.trucker-profile-modal .modal-header .header-content{align-items:center;display:flex;flex:1 1;gap:16px}.trucker-profile-modal .modal-header .header-icon{align-items:center;background:#ffffff26;border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.trucker-profile-modal .modal-header .header-text{flex:1 1}.trucker-profile-modal .modal-header .header-text h3{color:#fff;font-size:22px;font-weight:700;line-height:1.2;margin:0 0 6px}.trucker-profile-modal .modal-header .header-subtitle{color:#ffffffd9;font-size:14px;font-weight:400;line-height:1.3;margin:0}.trucker-profile-modal .modal-close{background:#ffffff1a;border:1px solid #fff3;color:#fff}.trucker-profile-modal .modal-close:hover{background:#fff3}.trucker-profile-content{padding:0}.trucker-basic-info{align-items:flex-start;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px #0000000a;display:flex;gap:20px;margin:24px 0;padding:24px}.trucker-avatar-container{flex-shrink:0;position:relative}.trucker-avatar{background:linear-gradient(135deg,#3b82f6,#1e40af);box-shadow:0 6px 20px #3b82f640;flex-shrink:0;height:72px;width:72px}.avatar-badge,.trucker-avatar{align-items:center;border-radius:50%;color:#fff;display:flex;justify-content:center}.avatar-badge{background:linear-gradient(135deg,#10b981,#059669);border:3px solid #fff;bottom:-4px;box-shadow:0 3px 12px #10b9814d;height:28px;position:absolute;right:-4px;width:28px}.trucker-details{flex:1 1;min-width:0}.trucker-name-section{margin-bottom:12px}.trucker-name-section h4{color:#1e293b;font-size:24px;font-weight:700;line-height:1.2;margin:0 0 8px}.professional-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:24px;box-shadow:0 2px 8px #10b98133;color:#fff;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.8px;padding:6px 16px;text-transform:uppercase}.trucker-rating{gap:6px;margin:12px 0}.rating-text{font-size:15px;margin-left:6px}.trucker-location{align-items:center;color:#64748b;display:flex;font-size:15px;font-weight:500;gap:8px;margin-top:8px}.trucker-details h4{color:#1e293b;font-size:18px;font-weight:600;margin:0 0 8px}.trucker-rating{align-items:center;display:flex;gap:4px;margin-bottom:8px}.rating-text{margin-left:4px}.trucker-profile-sections{display:flex;flex-direction:column;gap:16px}.profile-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.profile-section h5{align-items:center;color:#1e293b;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0 0 12px}.profile-info{display:flex;flex-direction:column;gap:8px}.profile-info p{color:#475569;font-size:14px;margin:0}.profile-info strong{color:#1e293b;font-weight:600}.profile-actions{border-top:1px solid #e2e8f0;margin-top:20px;padding-top:20px}.contact-trucker-btn{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 16px;transition:all .3s ease;width:100%}.contact-trucker-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.contact-trucker-btn:active{transform:translateY(0)}.edit-profile-modal-blue{animation:modalSlideIn .3s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#ffffffe6);border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 25px 50px #00000026;max-height:75vh;max-width:300px;overflow:hidden;width:50%}.edit-modal-header-blue{background:linear-gradient(135deg,#1e40af,#3b82f6 70%,#60a5fa);color:#fff;overflow:hidden;padding:20px;position:relative}.edit-modal-header-blue:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='rgba(255,255,255,0.05)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0;z-index:0}.back-button-blue{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:44px;justify-content:center;position:relative;transition:all .3s ease;width:44px;z-index:1}.back-button-blue:hover{background:#ffffff4d;box-shadow:0 4px 12px #0003;transform:translateX(-2px)}.modal-title-container-blue{flex:1 1;position:relative;text-align:center;z-index:1}.modal-title-container-blue h2{font-size:24px;font-weight:700;margin:0;text-shadow:0 2px 4px #0000004d}.edit-profile-content-blue{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;max-height:calc(75vh - 100px);overflow-y:auto;padding:20px}.form-section-blue{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffb3;border:1px solid #fff6;border-radius:14px;box-shadow:0 8px 25px #00000014;margin-bottom:18px;padding:16px;transition:all .3s ease}.form-section-blue:hover{background:#ffffffd9;box-shadow:0 12px 35px #0000001f;transform:translateY(-2px)}.form-section-blue h4{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text;border-bottom:2px solid #1e40af33;color:#374151;display:flex;font-size:18px;font-weight:700;gap:12px;margin:0 0 20px;padding-bottom:12px}.profile-image-section-blue{align-items:center;display:flex;flex-direction:column;gap:20px}.current-image-blue{position:relative}.profile-avatar-large-blue{border:3px solid #1e40af4d;border-radius:50%;box-shadow:0 6px 20px #1e40af33;height:90px;overflow:hidden;transition:all .3s ease;width:90px}.profile-avatar-large-blue:hover{border-color:#1e40af80;box-shadow:0 12px 35px #1e40af4d;transform:scale(1.05)}.avatar-container-blue{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.avatar-container-blue:before{background:radial-gradient(circle at 30% 30%,#ffffff4d 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.profile-image{height:100%;object-fit:cover;width:100%}.avatar-upload-btn-blue-external{align-items:center;background:linear-gradient(135deg,#4f46e5,#3b82f6);border:2px solid #fff;border-radius:50%;box-shadow:0 4px 12px #4f46e54d;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .3s ease;width:48px}.avatar-upload-btn-blue-external:hover{background:linear-gradient(135deg,#4338ca,#2563eb);box-shadow:0 8px 20px #4f46e566;transform:translateY(-2px) scale(1.1)}.form-group-blue{margin-bottom:20px}.form-group-blue label{color:#374151;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.input-blue{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f9fafbcc;font-size:15px;transition:all .3s ease}.input-blue:focus{background:#fffffff2;box-shadow:0 0 0 4px #4f46e51a;transform:translateY(-1px)}.form-actions-blue{border-top:1px solid #e5e7eb80;margin-top:24px;padding-top:20px}.btn-cancel-blue{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:2px solid #1e40af4d;border-radius:16px;box-shadow:0 4px 15px #0000001a;color:#1e40af}.btn-cancel-blue:hover{background:#f9fafbe6}.btn-save-blue{font-size:15px;padding:12px 20px}@media (max-width:480px){.edit-profile-modal-blue{border-radius:20px;margin:20px;width:95%}.edit-modal-header-blue,.edit-profile-content-blue{padding:24px 16px}.form-section-blue{margin-bottom:24px;padding:20px 16px}.profile-avatar-large-blue{height:100px;width:100px}.form-actions-blue{flex-direction:column;gap:12px}.btn-cancel-blue,.btn-save-blue{width:100%}.modal-title-container-blue h2{font-size:20px}}.message-delete-overlay{background:#0000004d;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000}.message-delete-menu{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;min-width:160px;padding:8px}.delete-message-btn{align-items:center;background:none;border:none;border-radius:8px;color:#dc2626;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 16px;transition:all .2s ease;width:100%}.delete-message-btn:hover{background:#fee2e2;transform:translateY(-1px)}.send-message-btn{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:8px;justify-content:center;margin-right:4%;margin-top:8px;padding:8px 12px;transition:all .3s ease;width:48%}.send-message-btn:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 4px 12px #1e40af4d;transform:translateY(-1px)}.send-message-btn:active{transform:translateY(0)}.view-profile-btn{align-items:center;background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:8px;justify-content:center;margin-top:8px;padding:8px 12px;transition:all .3s ease;width:48%}.view-profile-btn:hover{background:linear-gradient(135deg,#047857,#059669);box-shadow:0 4px 12px #0596694d;transform:translateY(-1px)}.view-profile-btn:active{transform:translateY(0)}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;z-index:10001}.modal-content{border-radius:16px;box-shadow:0 20px 60px #0000004d}.chat-modal{border-radius:16px;height:80vh;max-height:600px;max-width:500px}.conversations-header{background:linear-gradient(135deg,#1e40af,#3b82f6);padding:20px}.conversations-header h3{font-size:18px;font-weight:600}.back-button-inline{border:none;font-size:18px;height:36px;width:36px}.back-button-inline:hover{transform:scale(1.1)}.conversations-list{padding:0}.conversation-item{border-bottom:1px solid #05f;gap:12px;padding:16px 20px}.conversation-item:hover{background:#fdfdfd}.conversation-item.selected{background:#e0f2fe;border-left:4px solid #0ea5e9}.conversation-item.selected:hover{background:#e0f2fe}.conversation-avatar{height:48px;width:48px}.conversation-header{align-items:center;margin-bottom:4px}.conversation-header h4{color:#111827;font-weight:600}.conversation-time,.last-message{color:#6b7280}.unread-badge{background:#ef4444;border-radius:10px;font-size:12px;font-weight:600;min-width:18px;padding:2px 6px;right:50px;text-align:center}.conversation-actions{display:flex;gap:8px}.delete-conversation-btn{align-items:center;background:#fee2e2;border:none;border-radius:50%;color:#dc2626;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px}.delete-conversation-btn:hover{background:#fecaca;transform:scale(1.1)}.empty-conversations{color:#6b7280;padding:40px 20px}.empty-conversations svg{margin-bottom:16px;opacity:.5}.empty-conversations p{color:#374151}.chat-header{background:linear-gradient(135deg,#1e40af,#3b82f6);padding:20px}.back-button-chat{border:none;font-size:18px;height:36px;width:36px}.back-button-chat:hover{transform:scale(1.1)}.chat-avatar{height:40px;width:40px}.chat-user-info h4{font-size:16px;font-weight:600}.message-input-container{align-items:center;background:#fff;border-top:1px solid #e5e7eb}.message-input{border:2px solid #e5e7eb;border-radius:24px;font-size:14px;padding:12px 16px}.message-input:focus{box-shadow:0 0 0 3px #3b82f61a}.send-btn{background:linear-gradient(135deg,#1e40af,#3b82f6);height:44px;width:44px}.send-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 4px 12px #1e40af4d;transform:scale(1.1)}.image-viewer-modal{background:#0000;max-height:90vh;max-width:90vw;padding:0;position:relative}.close-image-btn,.image-viewer-modal{align-items:center;border:none;display:flex;justify-content:center}.close-image-btn{background:#000000b3;border-radius:50%;color:#fff;cursor:pointer;height:40px;position:absolute;right:10px;top:10px;transition:all .3s ease;width:40px;z-index:1001}.close-image-btn:hover{background:#000000e6;transform:scale(1.1)}.full-size-image{border-radius:8px;box-shadow:0 8px 32px #0000004d;max-height:100%;max-width:100%;object-fit:contain}.conversation-item.selection-mode{padding-left:50px;position:relative}.selection-checkbox{border:2px solid #ddd;border-radius:50%;left:12px;top:50%;transform:translateY(-50%);transition:all .2s ease}.selection-checkbox:hover{background:#f8f9ff;border-color:#4285f4}.selection-checkbox.selected{background:#4285f4;border-color:#4285f4}.selection-actions{background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;gap:12px;justify-content:space-between;padding:16px}.cancel-selection-btn{background:#6c757d;font-size:14px;padding:10px 20px;transition:background .2s ease}.cancel-selection-btn:hover{background:#5a6268}.delete-selected-btn{background:#dc3545;font-size:14px;padding:10px 20px;transition:background .2s ease}.delete-selected-btn:hover:not(:disabled){background:#c82333}.delete-selected-btn:disabled{background:#ccc}.chat-menu-container{align-items:center;display:flex;position:relative}.chat-menu-button{align-items:center;background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s ease}.chat-menu-button:hover{background:#ffffff1a}.chat-menu-dropdown{animation:fadeInDown .2s ease;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;min-width:220px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.chat-menu-item{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:12px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.chat-menu-item:hover{background:#f3f4f6}.chat-menu-item:first-child:hover{color:#dc2626}.modal-header-inline{align-items:center;display:flex;justify-content:space-between;width:100%}.modal-header-inline h3{flex:1 1;margin:0;text-align:center}.input-blue{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;padding:12px 16px;transition:all .2s ease;width:100%}.input-blue:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.form-actions-blue{border-top:1px solid #e5e7eb;display:flex;gap:16px;margin-top:32px;padding-top:24px}.btn-cancel-blue{background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#6b7280;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:16px 24px;transition:all .3s ease}.btn-cancel-blue:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 4px 12px #0000001a;color:#374151;transform:translateY(-2px)}.btn-save-blue{align-items:center;background:linear-gradient(135deg,#4f46e5,#3b82f6);border:none;border-radius:12px;box-shadow:0 4px 12px #4f46e54d;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:16px 24px;transition:all .3s ease}.btn-save-blue:hover{background:linear-gradient(135deg,#4338ca,#2563eb);box-shadow:0 8px 20px #4f46e566;transform:translateY(-2px)}.btn-save-blue:active{box-shadow:0 4px 12px #4f46e54d;transform:translateY(0)}@media (max-width:480px){.edit-profile-modal-blue{margin:20px;width:95%}.edit-modal-header-blue{padding:20px 16px}}.finish-call-modal{max-width:400px;text-align:center}.finish-call-modal .modal-header h3{color:#dc2626;font-size:20px;font-weight:600;margin:0}.finish-call-modal .modal-body{padding:24px 0}.finish-call-icon{display:flex;justify-content:center;margin-bottom:16px}.finish-call-modal p{color:#374151;font-size:16px;margin:8px 0}.finish-call-subtitle{color:#6b7280!important;font-size:14px!important}.finish-call-modal .modal-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:center;padding-top:16px}.finish-call-modal .cancel-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .3s ease}.finish-call-modal .cancel-btn:hover{background:#e5e7eb}.finish-call-modal .confirm-btn{align-items:center;background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:10px 20px;transition:all .3s ease}.finish-call-modal .confirm-btn:hover{background:#b91c1c}.call-finished-indicator{display:flex;justify-content:center;margin-top:16px;padding:16px}.call-finished-content{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:20px;color:#dc2626;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 20px}.edit-profile-content-blue{padding:24px 16px}.form-actions-blue{flex-direction:column}.btn-cancel-blue,.btn-save-blue{width:100%}.rating-modal{background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 20px 60px #00000026;overflow:hidden}.rating-header{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;color:#fff;display:flex;gap:12px;padding:16px 20px}.rating-header-icon{align-items:center;background:#fff3;border-radius:8px;display:flex;justify-content:center;padding:8px}.rating-header-content h3{font-size:17px;font-weight:600;margin:0 0 4px}.rating-subtitle{font-size:12px;font-weight:400;margin:0;opacity:.9}.rating-section{padding:20px}.service-info{margin-bottom:16px}.service-provider{align-items:center;background:#f1f5f9;border-left:3px solid #3b82f6;border-radius:8px;display:flex;gap:8px;padding:12px}.service-provider span{color:#475569;font-size:13px}.service-provider strong{color:#1e293b}.rating-question{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:16px}.heart-icon{animation:heartbeat 2s ease-in-out infinite;color:#ef4444}@keyframes heartbeat{0%{transform:scale(1)}14%{transform:scale(1.1)}28%{transform:scale(1)}42%{transform:scale(1.1)}70%{transform:scale(1)}}.rating-question p{color:#374151;font-size:14px;font-weight:500;margin:0}.star-rating{display:flex;gap:12px;justify-content:center;margin-bottom:24px}.star{color:#d1d5db;cursor:pointer;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.star:hover{color:#fbbf24;transform:scale(1.2) rotate(5deg)}.star.filled{color:#f59e0b;filter:drop-shadow(0 2px 4px rgba(245,158,11,.3));transform:scale(1.1)}.star:active{transform:scale(.95)}.rating-feedback{animation:fadeInUp .5s ease-out;margin-bottom:24px;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.rating-text{border-radius:20px;display:inline-block;font-size:14px;font-weight:500;padding:8px 16px}.rating-text.excellent{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.rating-text.very-good{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff}.rating-text.good{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff}.rating-text.fair{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff}.rating-text.poor{background:linear-gradient(135deg,#ef4444,#f87171);color:#fff}.comment-section{margin-top:24px}.comment-label{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:500;gap:8px;margin-bottom:12px}.rating-comment{background:#fafafa;border:2px solid #e5e7eb;border-radius:12px;font-family:inherit;font-size:14px;min-height:100px;padding:16px;resize:vertical;transition:all .3s ease;width:100%}.rating-comment:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.rating-actions{background:#f8fafc;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.skip-btn{align-items:center;background:#6b7280;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:12px 20px;transition:all .3s ease}.skip-btn:hover{background:#4b5563;transform:translateY(-1px)}.submit-rating-btn{align-items:center;background:linear-gradient(135deg,#10b981,#34d399);border-radius:8px;display:flex;font-weight:500;gap:8px;padding:12px 24px;transition:all .3s ease}.submit-rating-btn:hover:not(.disabled){background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.submit-rating-btn.disabled{background:#d1d5db;cursor:not-allowed;opacity:.6}.submit-rating-btn.disabled:hover{background:#d1d5db;box-shadow:none;transform:none}.empty-history{color:#64748b;padding:40px 20px}.empty-history h3{color:#475569;margin:16px 0 8px}.empty-history p{font-size:14px;margin:0}.history-modal .history-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.service-type{background:#e0f2fe;border-radius:6px;color:#0369a1;font-size:12px;padding:4px 8px}.rating-text{color:#64748b;font-size:12px;margin-left:8px}.service-comment{background:#f8fafc;border-radius:6px;color:#475569;font-size:13px;margin-top:8px;padding:8px}.profile-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#f1f5f9);margin:0 auto;max-width:800px;min-height:100vh;padding:2rem;position:relative}.profile-container:before{background:radial-gradient(circle at 20% 30%,#3b82f608 0,#0000 50%),radial-gradient(circle at 80% 70%,#1e40af05 0,#0000 50%),radial-gradient(circle at 50% 10%,#93c5fd05 0,#0000 30%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.profile-container>*{position:relative;z-index:1}.profile-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem 2rem}.profile-header h1{color:#1f2937;margin:0}.profile-actions{display:flex;gap:.5rem}.profile-content{display:flex;flex-direction:column;gap:2rem}.profile-avatar-section{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 12px 40px #00000014;display:flex;gap:2rem;padding:2rem}.profile-avatar{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:3px solid #3b82f61a;border-radius:50%;box-shadow:0 8px 24px #0000001a;display:flex;height:120px;justify-content:center;overflow:hidden;position:relative;width:120px}.profile-avatar img{height:100%;object-fit:cover;width:100%}.avatar-upload{align-items:center;background:#3b82f6;border-radius:50%;bottom:0;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:0;transition:background-color .2s;width:32px}.avatar-upload:hover{background:#2563eb}.profile-basic-info h2{color:#1f2937;margin:0 0 .5rem}.user-type{color:#6b7280;font-weight:500;margin:0 0 1rem}.join-date{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem;margin:0}.profile-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border:1px solid #ffffff40;box-shadow:0 8px 32px #0000000f;padding:2rem}.profile-section:hover{border-color:#3b82f633;box-shadow:0 12px 40px #0000001a}.profile-section h3{color:#1f2937;font-size:1.25rem;margin:0 0 1.5rem}.profile-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.profile-grid .form-group label{align-items:center;color:#374151;display:flex;font-weight:500;gap:.5rem;margin-bottom:.5rem}.profile-grid .form-group p{border-bottom:1px solid #e5e7eb;color:#1f2937;margin:0;padding:.75rem 0}.profile-settings{display:flex;flex-wrap:wrap;gap:1rem}.btn-success{align-items:center;background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:background-color .2s}.btn-success:hover{background:#059669}.chat-container{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fff3;border-radius:16px;box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000d;display:flex;flex-direction:column;height:100vh;max-height:800px;overflow:hidden;position:relative}.chat-header{background:linear-gradient(135deg,#3b82f6,#2563eb 50%,#1d4ed8);border-bottom:1px solid #ffffff1a;box-shadow:0 4px 12px #3b82f633;padding:1.25rem 1.5rem;position:relative}.chat-header:before{background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.chat-header-left{gap:1rem;z-index:1}.chat-header-right{align-items:center;display:flex;gap:1rem}.trash-button{align-items:center;background:#ef4444!important;border:none;border-radius:12px!important;color:#fff!important;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:.75rem!important;transition:all .2s ease}.trash-button:hover{background:#dc2626!important;box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.selection-controls{align-items:center;display:flex;gap:.75rem}.selected-count{color:#6b7280;font-size:.9rem;font-weight:500}.delete-selected-btn{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s ease}.delete-selected-btn:hover:not(:disabled){background:#dc2626}.delete-selected-btn:disabled{background:#9ca3af;cursor:not-allowed}.cancel-selection-btn{background:#6b7280;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s ease}.cancel-selection-btn:hover{background:#4b5563}.message-selected{background:#3b82f61a!important;border:2px solid #3b82f6!important;transform:scale(1.02);transition:all .2s ease}.selection-checkbox{font-size:1.2rem;position:absolute;right:-8px;top:-8px;z-index:10}.chat-user-info{gap:1rem}.chat-avatar{box-shadow:0 4px 8px #0000001a;overflow:hidden;position:relative}.chat-avatar-container{align-items:center;display:flex;justify-content:center;position:relative}.chat-avatar-custom{border:3px solid #ffffff4d;box-shadow:0 4px 8px #0000001a}.chat-avatar img{height:100%;object-fit:cover;width:100%}.status-indicator{border:3px solid #fff;border-radius:50%;bottom:2px;box-shadow:0 2px 4px #0003;height:14px;position:absolute;right:2px;width:14px}.status-indicator.online{animation:pulse-status 2s infinite;background:#10b981}@keyframes pulse-status{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chat-user-details h3{color:#fff;font-size:1.1rem;font-weight:600;margin:0;text-shadow:0 1px 2px #0000001a}.chat-user-details .status-text{color:#fffc;font-size:.875rem;font-weight:400}.chat-actions{display:flex;gap:.5rem;z-index:1}.chat-action-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:none;border-radius:12px;color:#fff;cursor:pointer;padding:.75rem;transition:all .2s ease}.chat-action-btn:hover{background:#ffffff40;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.chat-messages{background:linear-gradient(135deg,#f8fafc,#f1f5f9);background-image:radial-gradient(circle at 25% 25%,#3b82f608 0,#0000 50%),radial-gradient(circle at 75% 75%,#1e40af05 0,#0000 50%),linear-gradient(135deg,#0000,#ffffff80 50%,#0000);flex:1 1;overflow-y:auto;padding:1.5rem;position:relative}.chat-messages:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='10' cy='10' r='.8' fill='%233b82f6' opacity='.02'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.date-separator{margin:1rem 0;text-align:center}.date-separator span{background:#e5e7eb;border-radius:12px;color:#6b7280;font-size:.75rem;padding:.25rem .75rem}.message{display:flex;gap:.75rem;margin-bottom:1rem}.message-sent{flex-direction:row-reverse}.message-avatar{border-radius:50%;flex-shrink:0;height:32px;overflow:hidden;width:32px}.message-avatar img{height:100%;object-fit:cover;width:100%}.message-sender{color:#6b7280;font-size:.75rem;margin-bottom:.25rem}.message-bubble{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 2px 8px #00000014;padding:.875rem 1.125rem;position:relative}.message-sent .message-bubble{background:linear-gradient(135deg,#3b82f6,#2563eb);border:1px solid #ffffff1a;box-shadow:0 4px 12px #3b82f64d;color:#fff}.message-bubble p{line-height:1.4;margin:0}.message-time{align-items:center;color:#6b7280;display:flex;font-size:.75rem;gap:.25rem;justify-content:flex-end;margin-top:.25rem}.message-sent .message-time{color:#fffffff2;font-weight:500}.message-status{color:#10b981}.typing-indicator{background:#e5e7eb!important;color:#6b7280!important}.typing-dots{display:flex;gap:.25rem}.typing-dots span{animation:typing 1.4s ease-in-out infinite;background:#6b7280;border-radius:50%;height:6px;width:6px}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.chat-input-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border-top:1px solid #3b82f61a;box-shadow:0 -4px 12px #0000000d;padding:1.25rem 1.5rem}.chat-input-wrapper{align-items:flex-end;background:linear-gradient(135deg,#f8fafc,#fff);border:2px solid #e2e8f0;border-radius:28px;box-shadow:0 4px 12px #0000000d;display:flex;gap:.75rem;padding:.75rem;transition:all .3s ease}.chat-input-wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a,0 4px 12px #3b82f626;transform:translateY(-1px)}.chat-input-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#3b82f61a;border:none;border-radius:50%;color:#3b82f6;cursor:pointer;padding:.75rem;transition:all .2s ease}.chat-input-btn:hover{background:#3b82f633;box-shadow:0 2px 8px #3b82f633;transform:scale(1.05)}.chat-input-field{flex:1 1}.chat-input-field textarea{background:none;border:none;font-family:inherit;font-size:.875rem;line-height:1.4;max-height:100px;outline:none;resize:none;width:100%}.chat-send-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:50%;box-shadow:0 2px 4px #3b82f64d;color:#fff;cursor:pointer;padding:.75rem;transition:all .2s ease}.chat-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px #3b82f666;transform:translateY(-1px)}.chat-send-btn:disabled{background:#d1d5db;cursor:not-allowed}.service-info-banner{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#eff6ff,#dbeafe);border-bottom:1px solid #3b82f633;box-shadow:0 2px 8px #3b82f61a;display:flex!important;gap:1rem;justify-content:space-between;min-height:60px;padding:1rem 1.5rem;position:relative;width:100%;z-index:1001}.service-status{align-items:center;color:#1e40af;display:flex;font-weight:500;gap:.5rem}.status-dot{height:8px;width:8px}.status-dot.active{animation:pulse 2s infinite;background:#10b981}.service-details{color:#6b7280;font-size:.875rem}.finish-call-btn{align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem}.finish-call-btn:active{transform:translateY(0)}.history-container{background:#f8fafc;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.history-header{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;flex-direction:column;margin-bottom:2rem;padding:2rem}.history-header-left{align-items:center;display:flex;margin-bottom:1rem}.history-header-left .back-button-top{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:1.5rem;font-weight:500;height:auto;justify-content:center;padding:.75rem;position:static;transition:all .2s ease;width:auto}.history-header-left .back-button-top:hover{background:#e2e8f0;color:#334155;transform:translateX(-2px)}.history-header-content{align-items:center;display:flex;justify-content:space-between;width:100%}.history-header h1{color:#1e293b;font-size:1.875rem;font-weight:700;margin:0}.btn-back{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.75rem;transition:all .2s ease}.btn-back:hover{background:#e2e8f0;color:#475569;transform:translateX(-2px)}.history-filters{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1.5rem}.filter-group{gap:1rem}.filter-group,.search-box{align-items:center;display:flex}.search-box{position:relative}.search-box svg{color:#6b7280;left:.75rem;position:absolute}.search-box input{border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;padding:.75rem .75rem .75rem 2.5rem;width:300px}.history-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;text-align:center}.stat-card h3{color:#3b82f6;font-size:2rem;margin:0 0 .5rem}.stat-card p{color:#6b7280;font-size:.875rem;margin:0}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:box-shadow .2s}.history-item:hover{box-shadow:0 4px 6px #0000001a}.history-item-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.service-info{align-items:center;display:flex;gap:1rem}.service-info h3{color:#1f2937;margin:0}.service-id{font-size:.875rem}.status-badge{border-radius:12px;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.status-completed{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.status-pending{background:#fef3c7;color:#92400e}.service-date{align-items:center;display:flex;gap:.5rem}.history-item-content{display:flex;gap:2rem;justify-content:space-between;margin-bottom:1rem}.service-details{flex:1 1}.detail-row{align-items:flex-start;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:.75rem}.detail-row:last-child{margin-bottom:0}.service-summary{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.rating-stars{gap:.125rem}.star-filled{color:#fbbf24}.star-empty{color:#d1d5db}.no-rating{color:#6b7280;font-size:.875rem}.service-price{color:#059669;font-size:1.25rem}.history-item-actions{display:flex;flex-wrap:wrap;gap:.5rem}.btn-sm{font-size:.875rem;padding:.5rem 1rem}.empty-state{color:#6b7280;padding:4rem 2rem;text-align:center}.empty-state svg{color:#d1d5db;margin-bottom:1rem}.empty-state h3{color:#374151;margin:0 0 .5rem}.empty-state p{margin:0}.track-container{margin:0 auto;max-width:1000px;padding:2rem}.track-header{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.status-info,.track-header{align-items:center;display:flex}.status-info{gap:1rem}.status-icon{align-items:center;border-radius:50%;color:#fff;display:flex;height:48px;justify-content:center;width:48px}.status-details h2{color:#1f2937;margin:0 0 .25rem}.status-details p{color:#6b7280;margin:0}.service-id{color:#6b7280;font-weight:500}.track-info-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.info-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.card-header{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:.5rem}.card-value{color:#1f2937;font-size:1.5rem;font-weight:600}.track-map{border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;overflow:hidden}.map-popup h4{color:#1f2937;margin:0 0 .5rem}.map-popup p{color:#6b7280;font-size:.875rem;margin:.25rem 0}.provider-info{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:1.5rem}.provider-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.provider-avatar{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;display:flex;height:48px;justify-content:center;width:48px}.provider-details{flex:1 1}.provider-details h3{color:#1f2937;margin:0 0 .25rem}.provider-details p{color:#6b7280;font-size:.875rem;margin:0}.provider-vehicle{font-weight:500}.provider-rating{text-align:right}.rating-text{display:block;margin-top:.25rem}.provider-actions{display:flex;gap:.5rem}.service-timeline{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:1.5rem}.service-timeline h3{color:#1f2937;margin:0 0 1.5rem}.timeline{position:relative}.timeline:before{background:#e5e7eb;bottom:0;content:"";left:12px;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:1.5rem;padding-left:2.5rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-marker{background:#e5e7eb;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #e5e7eb;height:24px;left:0;position:absolute;top:.25rem;width:24px}.timeline-item.completed .timeline-marker{background:#10b981;box-shadow:0 0 0 2px #10b981}.timeline-item.active .timeline-marker{animation:pulse 2s infinite;background:#3b82f6;box-shadow:0 0 0 2px #3b82f6}.timeline-content h4{color:#1f2937;font-size:.875rem;margin:0 0 .25rem}.timeline-content p{color:#6b7280;font-size:.75rem;margin:0}.emergency-actions{display:flex;gap:1rem;justify-content:center}.btn-danger{background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.btn-danger:hover{background:#dc2626}@media (max-width:768px){.history-container,.profile-container,.track-container{padding:1rem}.profile-header{flex-direction:column;gap:1rem;padding:1rem}.profile-header h1{font-size:1.5rem}.profile-avatar-section{flex-direction:column;padding:1.5rem;text-align:center}.profile-avatar{height:100px;width:100px}.profile-section{padding:1.25rem}.profile-grid{gap:1rem;grid-template-columns:1fr}.history-filters,.profile-settings{flex-direction:column}.history-filters{gap:1rem}.filter-group{align-items:stretch;flex-direction:column}.search-box input{font-size:16px;width:100%}.history-item{padding:1rem}.history-item-content{flex-direction:column;gap:1rem}.service-summary{align-items:flex-start}.history-item-actions{flex-wrap:wrap;justify-content:flex-start}.track-header{gap:1rem;padding:1rem}.provider-header,.track-header{flex-direction:column;text-align:center}.provider-rating{text-align:center}.emergency-actions{flex-direction:column;gap:.75rem}.chat-container{border-radius:0;height:100vh}.chat-header{padding:.875rem}.chat-header-left h3{font-size:1.1rem}.chat-messages{padding:1rem .75rem}.message-content{max-width:85%}.message-bubble{font-size:.95rem;padding:.75rem}.chat-input-wrapper{padding:.75rem}.chat-input-field textarea{font-size:16px}}@media (max-width:480px){.profile-avatar{height:80px;width:80px}.profile-basic-info h2{font-size:1.25rem}.history-item{padding:.875rem}.service-title{font-size:1rem}.message-bubble{font-size:.9rem;padding:.65rem}.chat-input-btn,.chat-send-btn{height:36px;width:36px}}.delete-menu-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:99999}.delete-menu{animation:deleteMenuSlideIn .2s ease-out;background:#fff;border:1px solid #0000001a;border-radius:12px;box-shadow:0 8px 32px #00000026;min-width:200px;overflow:hidden;position:relative;z-index:100000}@keyframes deleteMenuSlideIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.delete-menu-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid #e2e8f0;color:#374151;display:flex;font-size:14px;font-weight:600;justify-content:space-between;padding:12px 16px}.close-menu-btn{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;padding:4px;transition:all .2s ease}.close-menu-btn:hover{background:#0000001a;color:#374151}.delete-menu-options{padding:8px 0}.delete-option{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:12px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.delete-option:hover{background:#f3f4f6}.delete-option.delete-for-all{color:#dc2626}.delete-option.delete-for-all:hover{background:#fef2f2;color:#b91c1c}.message-deleted .message-bubble{background:#f3f4f6!important;border:1px dashed #d1d5db}.deleted-message-text{color:#6b7280!important;font-style:italic}.rating-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.rating-modal{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:85vh;max-width:420px;overflow-y:auto;width:90%}.rating-modal-header{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:space-between;padding:1rem 1.25rem}.rating-modal-header h3{font-size:1.05rem;font-weight:600;margin:0}.close-rating-btn{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;padding:.25rem;transition:background-color .2s;width:32px}.close-rating-btn:hover{background:#ffffff1a}.rating-modal-content{padding:1.25rem}.driver-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:.75rem;margin-bottom:1.25rem;padding:.75rem}.driver-avatar,.driver-info{align-items:center;display:flex}.driver-avatar{background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;box-shadow:0 4px 12px #3b82f64d;color:#fff;font-size:1.25rem;font-weight:600;height:50px;justify-content:center;width:50px}.driver-details h4{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.driver-details span{color:#6b7280;font-size:.875rem}.rating-section{margin-bottom:2rem}.rating-section h4{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 1rem}.stars-container{display:flex;gap:.5rem;justify-content:center}.star-btn{background:none;border:none;border-radius:50%;color:#d1d5db;cursor:pointer;padding:.25rem;transition:all .2s ease}.star-btn:hover{transform:scale(1.1)}.star-btn.active{color:#fbbf24}.comment-section{margin-bottom:2rem}.comment-section h4{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .75rem}.comment-textarea{border:2px solid #e5e7eb;border-radius:12px;font-family:inherit;font-size:.875rem;min-height:80px;padding:.75rem;resize:vertical;transition:border-color .2s;width:100%}.comment-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.comment-textarea::placeholder{color:#9ca3af}.rating-modal-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-rating-btn{background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#6b7280;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.cancel-rating-btn:hover{background:#f9fafb;border-color:#d1d5db}.submit-rating-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;box-shadow:0 4px 12px #10b9814d;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.submit-rating-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 16px #10b98166;transform:translateY(-2px)}.submit-rating-btn:disabled{background:#d1d5db;box-shadow:none;cursor:not-allowed;transform:none}.submit-rating-btn:active:not(:disabled){transform:translateY(0)}.profile-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.profile-modal-container{animation:modalSlideIn .3s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#ffffffd9);border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 25px 50px #00000026;max-height:90vh;max-width:550px;overflow-x:hidden;overflow-y:auto;position:relative;width:90%}.profile-modal-container:before{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);bottom:0;content:"";left:0;opacity:.08;position:absolute;right:0;top:0;z-index:-1}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-modal-header{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6 70%,#60a5fa);border-radius:20px 20px 0 0;color:#fff;display:flex;gap:20px;margin:0;overflow:hidden;padding:32px;position:relative}.profile-modal-header:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(45deg,#ffffff1a,#0000 50%,#ffffff1a);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%,to{opacity:0}50%{opacity:1}}.profile-close-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #ffffff80;border-radius:50%;box-shadow:0 4px 15px #00000026;color:#1f2937;cursor:pointer;display:flex;font-size:28px;font-weight:700;height:50px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:50px;z-index:1000}.profile-close-btn:hover{background:#fff;border-color:#1e40afb3;box-shadow:0 6px 20px #1e40af4d;color:#1e40af;transform:scale(1.1)}.profile-modal-header h2{font-size:18px;font-weight:600;left:50%;margin:0 0 20px;opacity:.9;position:absolute;top:20px;transform:translateX(-50%)}.profile-user-info{align-items:center;display:flex;gap:20px;width:100%}.profile-avatar-container{align-items:center;background:#fff3;border:4px solid #ffffff4d;border-radius:50%;box-shadow:0 8px 25px #0003;display:flex;height:120px;justify-content:center;overflow:hidden;position:relative;width:120px}.profile-avatar-container img{height:100%;object-fit:cover;width:100%}.avatar-upload-btn{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:3px solid #fff;border-radius:50%;bottom:0;box-shadow:0 4px 15px #10b98166;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:0;transition:all .3s ease;width:40px;z-index:10}.avatar-upload-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 20px #10b98199;transform:scale(1.1)}.avatar-upload-btn svg{color:#fff}.avatar-upload-btn:active{transform:scale(.95)}.profile-user-details{flex:1 1}.profile-user-details h3{font-size:28px;font-weight:700;margin:0 0 4px;text-shadow:0 2px 4px #0000004d}.profile-user-details p{font-size:16px;font-weight:500;margin:0 0 12px;opacity:.9;text-shadow:0 1px 2px #0003}.profile-rating-display{align-items:center;display:flex;gap:8px}.rating-stars{gap:2px}.profile-rating-display span{font-size:16px;font-weight:600}.profile-modal-body{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border-radius:0 0 20px 20px;padding:32px;position:relative;z-index:1}.profile-section{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff6;border:1px solid #ffffff4d;border-radius:16px;margin-bottom:28px;padding:20px;transition:all .3s ease}.profile-section:hover{background:#fff9;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.profile-section h4{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text;border-bottom:2px solid #1e40af4d;color:#374151;font-size:18px;font-weight:700;margin:0 0 16px;padding-bottom:12px}.profile-info-item{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:12px;padding:8px 0}.profile-info-item svg{color:#9ca3af}.profile-stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:12px}.profile-stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1e40af1a,#3b82f60d);border:1px solid #1e40af33;border-radius:16px;box-shadow:0 8px 25px #1e40af1a;padding:24px;text-align:center;transition:all .3s ease}.profile-stat-card:hover{border-color:#1e40af66;box-shadow:0 15px 35px #1e40af33;transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text;display:block;font-size:28px;font-weight:800;margin-bottom:8px}.stat-label,.stat-number{position:relative;z-index:1}.stat-label{color:#6b7280;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.profile-modal-actions{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;border-radius:0 0 20px 20px;border-top:1px solid #ffffff4d;display:flex;gap:16px;margin:0;padding:32px}.profile-edit-btn{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px 16px;transition:all .2s ease}.profile-edit-btn:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.profile-logout-btn{align-items:center;background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px 16px;transition:all .2s ease}.profile-logout-btn:hover{background:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.profile-edit-input{background:#ffffffe6;border:2px solid #1e40af4d;border-radius:8px;color:#374151;flex:1 1;font-size:14px;outline:none;padding:8px 12px;transition:all .3s ease}.profile-edit-input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.profile-edit-input::placeholder{color:#9ca3af}.profile-save-btn{align-items:center;background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px 16px;transition:all .2s ease}.profile-save-btn:hover{background:#059669;box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.profile-cancel-btn{align-items:center;background:#6b7280;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px 16px;transition:all .2s ease}.profile-cancel-btn:hover{background:#4b5563;box-shadow:0 4px 12px #6b72804d;transform:translateY(-1px)}.profile-edit-checkbox{align-items:center;display:flex;gap:8px;padding:8px 0}.profile-edit-checkbox input[type=checkbox]{accent-color:#3b82f6;cursor:pointer;height:18px;width:18px}.profile-edit-checkbox label{color:#374151;cursor:pointer;font-size:14px}@media (max-width:768px){.profile-modal-container{margin:1rem;max-height:95vh;max-width:95%;width:95%}.profile-modal-header{flex-direction:column;gap:1rem;padding:1.25rem 1rem;text-align:center}.profile-modal-header h2{font-size:1rem;top:1rem}.profile-close-btn{height:40px;right:1rem;top:1rem;width:40px}.profile-avatar-container{height:100px;width:100px}.avatar-upload-btn{height:36px;width:36px}.profile-user-details h3{font-size:1.5rem}.profile-user-details p{font-size:.95rem}.profile-user-info{flex-direction:column;text-align:center}.profile-modal-body{padding:1.25rem 1rem}.profile-section{margin-bottom:1rem;padding:1rem}.profile-section h4{font-size:1rem}.profile-info-item{font-size:.875rem}.profile-stats-grid{gap:.5rem;grid-template-columns:repeat(3,1fr)}.profile-stat-card{padding:1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.7rem}.profile-edit-input{font-size:16px}.profile-modal-actions{flex-direction:column;gap:.75rem;padding:1.25rem 1rem}}@media (max-width:480px){.profile-modal-container{border-radius:0;margin:0;max-height:100vh;max-width:100%;width:100%}.profile-modal-header{border-radius:0}.profile-avatar-container{height:90px;width:90px}.profile-user-details h3{font-size:1.35rem}.profile-stats-grid{grid-template-columns:1fr}}.avatar{align-items:center;aspect-ratio:1;border:2px solid #e5e7eb;border-radius:50%;display:flex;flex-shrink:0;justify-content:center;overflow:hidden;position:relative;transition:all .2s ease}.avatar:hover{border-color:#1e40af;transform:scale(1.05)}.avatar-image{border-radius:50%;height:100%;object-fit:cover;width:100%}.avatar-initials{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.5px;-webkit-user-select:none;user-select:none}.confirm-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.confirm-modal{animation:slideUp .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 25px 50px #0000004d,0 10px 20px #00000026;max-width:450px;padding:2rem;position:relative;width:90%}.confirm-modal-close{align-items:center;background:#0000000d;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:32px}.confirm-modal-close:hover{background:#0000001a;color:#1e293b;transform:rotate(90deg)}.confirm-modal-icon{align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:50%;box-shadow:0 8px 20px #f59e0b40;color:#f59e0b;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.confirm-modal-content{margin-bottom:2rem;text-align:center}.confirm-modal-title{color:#1e293b;font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.75rem}.confirm-modal-message{color:#64748b;font-size:1rem;line-height:1.6;margin:0 auto;max-width:350px}.confirm-modal-actions{display:flex;gap:.75rem;justify-content:center}.confirm-modal-actions:has(.confirm-modal-btn:only-child){justify-content:center}.confirm-modal-btn{border:none;border-radius:12px;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;letter-spacing:.01em;max-width:200px;padding:.875rem 1.5rem;transition:all .2s ease}.confirm-modal-btn:only-child{max-width:300px}.confirm-btn-cancel{background:#0000000d;border:1px solid #0000001a;color:#475569}.confirm-btn-cancel:hover{background:#00000014;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.confirm-btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 14px #3b82f666;color:#fff}.confirm-btn-primary:hover{box-shadow:0 6px 20px #3b82f680;transform:translateY(-2px)}.confirm-btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 14px #ef444466;color:#fff}.confirm-btn-danger:hover{box-shadow:0 6px 20px #ef444480;transform:translateY(-2px)}@media (max-width:480px){.confirm-modal{padding:1.5rem}.confirm-modal-title{font-size:1.25rem}.confirm-modal-message{font-size:.9rem}.confirm-modal-actions{flex-direction:column}.confirm-modal-btn{width:100%}}.driver-dashboard{height:100vh;margin:0;max-width:100%;overflow:hidden;padding:0;width:100vw}.dashboard-content{flex:1 1;overflow:hidden}.map-container{background:#fff;border-radius:0;box-shadow:none;display:flex;flex-direction:column;height:100vh;margin:0!important;overflow:hidden;padding:0!important;position:relative;width:100vw}.top-bar{background:linear-gradient(135deg,#1e40af,#3b82f6);box-shadow:0 2px 8px #0000001a;color:#fff;justify-content:space-between;padding:1rem 2rem;z-index:10}.top-bar,.top-bar-left{align-items:center;display:flex}.top-bar-left{gap:2rem}.app-logo span{color:#fff;font-size:1.5rem;font-weight:700}.status-indicator{align-items:center;display:flex;gap:.75rem}.status-dot{animation:pulse 2s infinite;border-radius:50%;height:12px;width:12px}.status-dot.online{background:#10b981}.status-dot.offline{background:#ef4444}.status-text{font-weight:500}.status-toggle{border:none;border-radius:.5rem;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .2s}.status-toggle.online{background:#ef444433;color:#ef4444}.status-toggle.offline{background:#10b98133;color:#10b981}.top-bar-right{align-items:center;display:flex;gap:1rem}.icon-btn{background:#ffffff1a;border:none;border-radius:.5rem;color:#fff;cursor:pointer;padding:.75rem;position:relative;transition:all .2s}.icon-btn:hover{background:#fff3}.notification-badge{background:#ef4444;border-radius:1rem;color:#fff;font-size:.75rem;font-weight:600;min-width:20px;padding:.25rem .5rem;position:absolute;right:-5px;text-align:center;top:-5px}.sidebar{background:#fff;box-shadow:2px 0 8px #0000001a;height:100%;left:0;overflow-y:auto;position:absolute;top:0;transform:translateX(-100%);transition:transform .3s ease;width:400px;z-index:5}.sidebar.expanded{transform:translateX(0)}.sidebar-header{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:1.5rem}.sidebar-header h3{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.requests-list{padding:1rem}.request-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;cursor:pointer;margin-bottom:1rem;padding:1.5rem;transition:all .2s}.request-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.request-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.customer-info h4{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.request-time{color:#6b7280;font-size:.875rem}.urgency-badge{align-items:center;border-radius:.25rem;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.25rem .5rem;text-transform:uppercase}.urgency-badge.alta{background:#fee2e2;color:#dc2626}.urgency-badge.média{background:#fef3c7;color:#d97706}.urgency-badge.baixa{background:#dcfce7;color:#166534}.request-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.distance-info,.location-info,.service-type{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem}.request-description{color:#374151;font-size:.875rem;font-style:italic;margin-bottom:1rem}.request-actions{display:flex;gap:.75rem}.btn-primary{background:#1e40af;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-primary:hover{background:#1d4ed8}.btn-outline{background:#0000;border:1px solid #d1d5db;border-radius:.5rem;color:#6b7280;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-outline:hover{background:#f3f4f6;color:#111827}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideIn .3s ease;background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000040;max-height:90vh;max-width:90vw;overflow:hidden}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-modal{background:#fff;border:1px solid #fff3;border-radius:20px;box-shadow:0 25px 50px #00000040;height:85vh;max-height:650px;max-width:520px;overflow:hidden;padding:0;width:90%}.conversations-view{display:flex;flex-direction:column;height:100%}.conversations-header{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#2563eb);border-bottom:1px solid #e5e7eb;box-shadow:0 4px 12px #1e40af26;color:#fff;display:flex;justify-content:space-between;padding:24px;position:relative}.header-left{align-items:center;display:flex;gap:16px}.conversations-header h3{font-size:20px;font-weight:700;letter-spacing:-.025em;margin:0;text-shadow:0 1px 2px #0000001a}.back-button-inline{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff1a;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:40px;justify-content:center;transition:all .3s ease;width:40px}.back-button-inline:hover{background:#ffffff4d;box-shadow:0 4px 12px #0003;transform:scale(1.1) rotate(-5deg)}.conversations-list{background:linear-gradient(135deg,#f8fafc,#f1f5f9);flex:1 1;overflow-y:auto;padding:16px 0}.conversations-list::-webkit-scrollbar{width:6px}.conversations-list::-webkit-scrollbar-track{background:#0000}.conversations-list::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#cbd5e1,#94a3b8);border-radius:3px}.conversations-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#94a3b8,#64748b)}.conversation-item{align-items:center;background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 2px 8px #0000000a;cursor:pointer;display:flex;gap:16px;margin:8px 16px;padding:20px;position:relative;transition:all .3s ease}.conversation-item:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-color:#e2e8f0;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.conversation-item.selected{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;box-shadow:0 8px 25px #3b82f626}.conversation-item.selected:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);transform:translateY(-2px)}.conversation-avatar{align-items:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px #0000001a;display:flex;flex-shrink:0;height:56px;justify-content:center;overflow:hidden;position:relative;transition:all .3s ease;width:56px}.conversation-item:hover .conversation-avatar{border-color:#3b82f6;transform:scale(1.05)}.conversation-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.conversation-avatar:before{background:#10b981;border:3px solid #fff;border-radius:50%;content:"";height:16px;position:absolute;right:-2px;top:-2px;width:16px;z-index:2}.conversation-info{display:flex;flex:1 1;flex-direction:column;gap:6px;min-width:0}.conversation-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.conversation-header h4{color:#1e293b;font-size:16px;font-weight:700;letter-spacing:-.025em;line-height:1.3;margin:0;text-shadow:0 1px 2px #0000000d}.conversation-time{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:12px;font-weight:500;padding:4px 8px;white-space:nowrap}.last-message{color:#64748b;font-size:14px;font-weight:400;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unread-badge{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #fff;border-radius:20px;box-shadow:0 4px 12px #ef444466;color:#fff;display:flex;font-size:11px;font-weight:700;height:24px;justify-content:center;min-width:24px;padding:6px 10px;position:absolute;right:12px;text-shadow:0 1px 2px #0003;top:12px}@keyframes pulse{0%,to{box-shadow:0 4px 12px #ef444466;transform:scale(1)}50%{box-shadow:0 6px 16px #ef444499;transform:scale(1.1)}}.empty-conversations{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#64748b;display:flex;flex-direction:column;height:100%;justify-content:center;padding:60px 20px;text-align:center}.empty-conversations svg{color:#cbd5e1;margin-bottom:20px;opacity:.7}.empty-conversations p{color:#475569;font-size:18px;font-weight:600;margin:0 0 8px}.empty-conversations span{color:#64748b;font-size:14px;line-height:1.5;opacity:.8}.chat-conversation{display:flex;flex-direction:column;height:100%}.chat-header{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#2563eb);border-bottom:1px solid #e5e7eb;box-shadow:0 4px 12px #1e40af26;color:#fff;justify-content:space-between;padding:24px}.chat-header,.chat-header-left{align-items:center;display:flex;gap:16px}.chat-header-actions{align-items:center;display:flex;gap:8px}.back-button-chat{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff1a;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:40px;justify-content:center;transition:all .3s ease;width:40px}.back-button-chat:hover{background:#ffffff4d;box-shadow:0 4px 12px #0003;transform:scale(1.1) rotate(-5deg)}.chat-user-info{align-items:center;display:flex;gap:12px}.chat-avatar{border:3px solid #ffffff4d;border-radius:50%;box-shadow:0 2px 8px #0003;height:44px;object-fit:cover;transition:all .3s ease;width:44px}.chat-user-info h4{font-size:18px;font-weight:700;letter-spacing:-.025em;margin:0;text-shadow:0 1px 2px #0000001a}.finish-call-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:12px;box-shadow:0 4px 12px #ef44444d;color:#fff;cursor:pointer;font-size:14px;font-weight:700;letter-spacing:.5px;padding:12px 20px;text-transform:uppercase;transition:all .3s ease}.finish-call-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 16px #ef444466;transform:translateY(-2px)}.messages-container{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:20px}.message-item{display:flex;margin-bottom:8px}.message-item.sent{justify-content:flex-end}.message-item.received{justify-content:flex-start}.message-content{border-radius:18px;max-width:70%;padding:12px 16px;position:relative}.message-item.sent .message-content{background:linear-gradient(135deg,#1e40af,#3b82f6);border-bottom-right-radius:4px;color:#fff}.message-item.received .message-content{background:#f3f4f6;border-bottom-left-radius:4px;color:#111827}.message-content p{font-size:14px;line-height:1.4;margin:0 0 4px}.message-time{font-size:11px;font-weight:500;opacity:.9}.message-item.sent .message-time{color:#fffffff2;font-weight:600}.message-input-container{align-items:flex-end;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0;display:flex;gap:12px;padding:20px}.message-input{background:#fff;border:2px solid #e2e8f0;border-radius:25px;box-shadow:0 2px 8px #0000000d;flex:1 1;font-family:inherit;font-size:16px;max-height:120px;min-height:24px;outline:none;padding:16px 20px;resize:none;transition:all .3s ease}.message-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a;transform:translateY(-1px)}.message-actions{gap:8px}.message-actions,.send-btn{align-items:center;display:flex}.send-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:50%;box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;font-size:20px;height:48px;justify-content:center;transition:all .3s ease;width:48px}.send-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 16px #3b82f666;transform:translateY(-2px) scale(1.05)}.photo-btn{align-items:center;background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.photo-btn:hover{background:linear-gradient(135deg,#047857,#059669);box-shadow:0 4px 12px #0596694d;transform:scale(1.1)}.send-btn:disabled{background:#d1d5db;box-shadow:none;cursor:not-allowed;transform:none}.avatar-initials{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:14px;font-weight:600;height:100%;justify-content:center;min-height:40px;min-width:40px;text-transform:uppercase;width:100%}.conversation-avatar .avatar-initials{font-size:16px;font-weight:700}.chat-avatar.avatar-initials{font-size:18px;font-weight:700;min-height:45px;min-width:45px}.selection-checkbox{align-items:center;background:#fff;border:2px solid #cbd5e1;border-radius:6px;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;height:24px;justify-content:center;transition:all .3s ease;width:24px}.selection-checkbox.selected{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d;transform:scale(1.1)}.checkbox-check{color:#fff;font-size:14px;font-weight:700;text-shadow:0 1px 2px #0003}.conversation-item.selection-mode{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b;box-shadow:0 4px 12px #f59e0b33;padding-left:16px}.conversation-item.selection-mode:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);transform:translateY(-1px)}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:1.5rem}.modal-header,.modal-header h2{align-items:center;display:flex}.modal-header h2{color:#111827;font-size:1.25rem;font-weight:600;gap:.5rem;margin:0}.close-btn{background:none;border:none;border-radius:.5rem;color:#6b7280;cursor:pointer;padding:.5rem;transition:all .2s}.close-btn:hover{background:#f3f4f6;color:#111827}.history-modal{background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-height:80vh;max-width:600px;overflow-y:auto;width:90%}.history-modal .modal-header{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);border-radius:16px 16px 0 0;color:#fff;padding:24px;position:relative}.history-modal .modal-header h2{align-items:center;color:#fff;display:flex;font-size:20px;font-weight:600;gap:.5rem;margin:0}.history-modal .close-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;padding:8px;position:absolute;right:20px;top:20px;transition:all .2s;width:36px}.history-modal .close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.history-container{max-height:60vh;overflow-y:auto;padding:20px}.empty-history{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:3rem;text-align:center}.empty-history svg{margin-bottom:1rem;opacity:.5}.empty-history p{color:#374151;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.empty-history span{font-size:.875rem;line-height:1.5}.history-list,.services-list{display:flex;flex-direction:column;gap:1rem}.history-item,.service-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;transition:all .2s}.history-item:hover,.service-card:hover{box-shadow:0 4px 12px #0000001a}.history-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.history-date{display:flex;flex-direction:column}.history-date strong{color:#111827;font-size:.875rem;font-weight:600}.history-date span{color:#6b7280;font-size:.75rem}.service-type{background:#dbeafe;border-radius:1rem;color:#1e40af;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.history-details{margin-top:.75rem}.history-details p{color:#374151;font-size:.875rem;margin:0 0 .75rem}.history-footer{display:flex;flex-direction:column;gap:.5rem}.history-rating{align-items:center;display:flex;gap:.5rem}.rating-text{font-size:.75rem;margin-left:.25rem}.service-comment{color:#6b7280;font-size:.875rem;font-style:italic}.service-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.customer-info{align-items:center;display:flex;gap:.75rem}.customer-avatar{align-items:center;background:#e5e7eb;border-radius:50%;color:#6b7280;display:flex;height:40px;justify-content:center;width:40px}.customer-details h4{color:#111827;font-size:1rem;font-weight:600;margin:0 0 .25rem}.service-date{color:#6b7280;font-size:.875rem}.earnings{align-items:center;color:#10b981;display:flex;font-size:1rem;font-weight:600;gap:.25rem}.service-rating{margin-bottom:.75rem}.rating-stars{align-items:center;display:flex;gap:.25rem}.rating-stars svg.filled{color:#f59e0b}.rating-stars svg.empty{color:#d1d5db}.rating-text{color:#6b7280;font-size:.875rem;margin-left:.5rem}.service-comment{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem}.service-comment p{color:#374151;font-size:.875rem;font-style:italic;margin:0}.map-sidebar{background:#fff;box-shadow:2px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;left:0!important;margin:0;padding:0;position:absolute;top:0;transition:all .3s ease;width:400px;z-index:500}.map-sidebar.collapsed{background:#0000;box-shadow:none;width:68px}.map-sidebar.expanded{background:#fff;box-shadow:2px 0 10px #00000026;width:400px}.map-header{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:0;box-shadow:0 2px 8px #0000001a;color:#fff;display:flex;flex-shrink:0;min-height:70px;padding:16px}.map-sidebar.collapsed .map-header{background:#0000;box-shadow:none;justify-content:center;min-height:auto;padding:12px}.header-content{align-items:center;display:flex;justify-content:space-between;width:100%}.nearby-trucks-title{color:#fff;font-size:18px;font-weight:600;margin:0;white-space:nowrap}.sidebar-toggle-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-left:auto;padding:8px;transition:all .2s;width:40px}.sidebar-toggle-btn:hover{background:#ffffff4d;transform:scale(1.1)}.map-sidebar.collapsed .nearby-trucks-title{display:none}.map-sidebar.collapsed .header-content{justify-content:center;padding:0;width:auto}.map-sidebar.collapsed .sidebar-toggle-btn{background:linear-gradient(135deg,#1e40af,#3b82f6);box-shadow:0 4px 12px #1e40af66;height:44px;margin-left:0;width:44px}.map-sidebar.collapsed .sidebar-toggle-btn:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 6px 16px #1e40af80;transform:scale(1.15)}.sidebar-content{background:#fff;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:16px}.map-sidebar.collapsed .sidebar-content{display:none}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-track{background:#f1f5f9}.sidebar-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.empty-requests{align-items:center;background:#fff;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.empty-requests svg{color:#cbd5e1;margin-bottom:16px}.empty-requests p{color:#475569;font-size:16px;font-weight:600;margin:0 0 8px}.empty-requests span{color:#64748b;font-size:14px}.map-layout{display:flex;overflow:hidden}.map-content,.map-layout{flex:1 1;margin:0;padding:0;position:relative}.leaflet-container{margin:0!important;padding:0!important}.leaflet-top.leaflet-left{right:10px;top:10px}.leaflet-control-zoom{border:2px solid #1e40af33!important;border-radius:12px!important;box-shadow:0 4px 12px #00000026!important;overflow:hidden;z-index:400!important}.leaflet-bottom,.leaflet-top{z-index:400!important}.leaflet-top.leaflet-left{left:auto!important;right:10px!important;top:10px!important}.leaflet-control-zoom a{background:#fff!important;border-bottom:1px solid #1e40af1a!important;color:#1e40af!important;font-size:20px!important;font-weight:700!important;height:36px!important;line-height:36px!important;transition:all .2s ease!important;width:36px!important}.leaflet-control-zoom a:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe)!important;color:#1d4ed8!important;transform:scale(1.05)}.leaflet-control-zoom a:last-child{border-bottom:none!important}@media (max-width:768px){.top-bar{padding:1rem}.top-bar-left{gap:1rem}.status-indicator{gap:.5rem}.sidebar{width:100%}.chat-modal{height:90vh;width:95%}.chat-header,.conversations-header{padding:16px}.conversation-item{margin:4px 8px;padding:16px}.conversation-avatar{height:48px;width:48px}.message-input-container{padding:16px}}.delete-modal{max-width:500px!important;min-width:400px!important;padding:0!important;width:90%!important}.delete-modal .selection-actions{background:#f8f9fa;border:none;display:flex;gap:8px;justify-content:space-between;margin:0;padding:16px}.App{text-align:left}
/*# sourceMappingURL=main.4132cee7.css.map*/