body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;font-family:Inter,Segoe UI,sans-serif;overflow-x:hidden}.app-layout{animation:pageFade .6s ease;display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:1}.page-content{flex:1 1}.app-layout:before{animation:ambientMove 18s ease-in-out infinite alternate;background:radial-gradient(circle at 85% 5%,#4b8f1d40,#0000 35%),radial-gradient(circle at 10% 90%,#4b8f1d2e,#0000 45%),radial-gradient(circle at 50% 50%,#4b8f1d0d,#0000 60%),linear-gradient(180deg,#fff,#f4f9f2);content:"";inset:0;position:fixed;z-index:-5}.app-layout:after{background-image:linear-gradient(#4b8f1d0a 1px,#0000 0),linear-gradient(90deg,#4b8f1d0a 1px,#0000 0);background-size:100px 100px;content:"";inset:0;pointer-events:none;position:fixed;z-index:-4}body:before{background:linear-gradient(120deg,#4b8f1d12,#4b8f1d05,#0000);height:100vh;right:-250px;top:0;transform:skewX(-18deg);width:700px;z-index:-3}body:after,body:before{content:"";position:fixed}body:after{background:radial-gradient(circle,#4b8f1d1a,#0000 70%);bottom:-200px;height:600px;left:-200px;width:600px;z-index:-2}@keyframes ambientMove{0%{background-position:0 0}to{background-position:5% 5%}}@keyframes pageFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.app-layout:after{background-size:70px 70px}body:before{width:450px}body:after{height:400px;width:400px}}*,:after,:before{box-sizing:border-box}.hero,body,html{overflow-x:hidden;width:100%}.hero{background:#0000;padding:80px 0}.hero-container{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1.1fr .9fr;margin:auto;max-width:1200px;padding:0 20px;width:100%}.hero-title{color:#000;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.2}.hero-title span{color:green}.hero-subtitle{color:#555;font-size:1.1rem;line-height:1.6;margin-top:20px;max-width:520px}.hero-actions{display:flex;gap:20px;margin:30px 0}.hero-btn{align-items:center;border-radius:30px;display:inline-flex;font-weight:600;justify-content:center;padding:12px 28px;text-decoration:none;transition:all .3s ease}.hero-btn.primary{background:green;color:#fff}.hero-btn.primary:hover{background:#000;transform:translateY(-2px)}.hero-btn.secondary{border:2px solid green;color:green}.hero-btn.secondary:hover{background:green;color:#fff}.hero-info{display:flex;gap:24px;margin-top:40px}.info-card{background:#0080000a;border:1px solid #00800026;border-radius:14px;min-width:220px;padding:16px 22px;transition:all .3s ease}.info-card:hover{background:#00800014;transform:translateY(-4px)}.info-card span{color:#666;display:block;font-size:.7rem;letter-spacing:.2em;margin-bottom:6px}.info-card p{color:#000;font-size:1rem;font-weight:600}.info-card a{color:inherit;text-decoration:none}.info-card a:hover{text-decoration:underline}.hero-image{display:flex;justify-content:center;width:100%}.hero-image img{border-radius:18px;box-shadow:0 20px 40px #00000026;height:auto;max-width:520px;width:100%}@media (max-width:900px){.hero{padding:20px 0}.hero-container{gap:28px;grid-template-columns:1fr;padding:0 16px;text-align:center}.hero-subtitle,.hero-title{word-wrap:break-word;margin-left:auto;margin-right:auto;max-width:100%}.hero-subtitle{font-size:1rem}.hero-image{justify-content:center;width:100%}.hero-image img{max-width:320px;width:100%}.hero-actions{flex-wrap:wrap;gap:14px;justify-content:center;margin:24px 0}.hero-info{align-items:center;flex-direction:column;gap:14px;margin-top:20px;width:100%}.info-card{background:#f8f8f8;border:1px solid #e5e5e5;border-radius:12px;max-width:320px;min-width:0;min-width:auto;padding:14px 16px;text-align:center;width:100%}.info-card,.info-card:hover{transform:none}.info-card span{font-size:.85rem;letter-spacing:.18em}.info-card p{font-size:.95rem}}.enquiry{background:green;color:#fff;font-family:Inter,Segoe UI,sans-serif;padding:72px 20px}.enquiry-container{grid-gap:64px;display:grid;gap:64px;grid-template-columns:1.1fr .9fr;margin:auto;max-width:1200px}.enquiry-form h2{font-size:30px;font-weight:700;letter-spacing:.08em;margin-bottom:26px}.enquiry-form label{color:#d0d4dc;display:block;font-size:14px;margin-bottom:6px}.enquiry-form input,.enquiry-form textarea{background:#f7f7f7;border:none;border-radius:6px;font-size:15px;margin-bottom:18px;outline:none;padding:14px 16px;width:100%}.enquiry-form textarea{min-height:110px;resize:vertical}.enquiry-form button{background:red;border:none;border-radius:30px;color:#fff;cursor:pointer;font-weight:600;padding:12px 28px;transition:all .3s ease}.enquiry-form button:hover{background:#000;transform:translateY(-2px)}.enquiry-info{display:flex;flex-direction:column;gap:28px}.info-block h4{color:#fff;font-size:19px;font-weight:600;margin-bottom:8px}.info-block p{color:#e2e4ea;font-size:15.5px;line-height:1.65}@media (max-width:900px){.enquiry{padding:52px 18px}.enquiry-container{gap:36px;grid-template-columns:1fr}.enquiry-form h2{text-align:center}.enquiry-info{gap:22px}}@media (max-width:500px){.enquiry{padding:44px 16px}.enquiry-form h2{font-size:24px;margin-bottom:20px}.enquiry-form input,.enquiry-form textarea{margin-bottom:16px}.info-block h4{font-size:17px}.info-block p{font-size:14.5px}}.snackbar{animation:fadeInUp .3s ease;border-radius:6px;bottom:30px;color:#fff;font-size:14px;font-weight:500;left:50%;padding:14px 26px;position:fixed;transform:translateX(-50%);z-index:9999}.snackbar.success{background:#28a745}.snackbar.error{background:#dc3545}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.about{background:#0000;font-family:Inter,Segoe UI,sans-serif;padding:30px 20px}.about-title{color:#4b8f1d;font-size:46px;font-weight:700;letter-spacing:.08em;margin-bottom:48px;text-align:center}.about-content{grid-gap:56px;align-items:center;display:grid;gap:56px;grid-template-columns:1fr 1.1fr;margin:auto;max-width:1100px}.about-image-wrapper{display:flex;justify-content:center}.about-img{border-radius:20px;box-shadow:0 20px 40px #0000001f;max-width:460px;width:100%}.about-text h2{color:#4b8f1d;font-size:26px;font-weight:600;letter-spacing:.03em;margin-bottom:14px}.about-text p{color:#444;font-size:17px;line-height:1.75;margin-bottom:28px;max-width:540px}@media (max-width:900px){.about{padding:28px 16px}.about-content{gap:22px;grid-template-columns:1fr}.about-title{text-align:center}.about-text{padding-left:20px;width:100%}.about-text h2,.about-text p{text-align:left}.about-text p{margin:0 auto 14px;max-width:100%}}@media (max-width:500px){.about-title{font-size:34px;margin-bottom:20px}.about-text h2{font-size:21px;margin-bottom:6px}.about-text p{font-size:15.5px}}.vision-section{background:#0000;font-family:Inter,Segoe UI,sans-serif;padding:24px 20px}.vision-title{color:#4b8f1d;font-size:46px;font-weight:700;letter-spacing:.08em;margin-bottom:32px;text-align:center}.vision{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 340px;margin:auto;max-width:1100px}.vision-content{display:flex;flex-direction:column;gap:12px;max-width:680px}.vision-content h2{color:#4b8f1d;font-size:26px;font-weight:600;letter-spacing:.03em;margin:0 0 8px}.vision-content p,.vision-content ul{color:#444;font-size:17px;line-height:1.65;margin:0 0 18px;max-width:540px}.vision-content ul{display:flex;flex-direction:column;gap:8px;list-style:none;padding:0}.vision-content li{padding-left:16px;position:relative}.vision-content li:before{color:#4b8f1d;content:"›";font-weight:700;left:0;position:absolute;top:0}.vision-image{display:flex;justify-content:center}.vision-image img{border-radius:18px;box-shadow:0 18px 36px #0000001f;max-width:420px;width:100%}.fade-left{animation:fadeLeft .6s ease forwards}.fade-right{animation:fadeRight .6s ease forwards}@keyframes fadeLeft{0%{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeRight{0%{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}@media (max-width:900px){.vision{gap:22px;grid-template-columns:1fr}.vision-title{text-align:center}.vision-content h2{text-align:left}.vision-content{align-items:stretch}.vision-content p{margin:0 auto 14px;max-width:100%;text-align:left}.vision-content ul{margin:0 auto 16px;padding-left:0;text-align:left}.vision-content li{padding-left:16px}.vision-content li:before{display:block}.vision-image{display:none}}@media (max-width:500px){.vision-title{font-size:34px;margin-bottom:20px}.vision-content h2{font-size:21px;margin-bottom:6px}.vision-content p,.vision-content ul{font-size:15.5px}}.services{margin:80px auto;max-width:1280px;padding:0 24px}.services-title{color:#4b8f1d;font-size:48px;font-weight:800;letter-spacing:3px;margin-bottom:36px;text-align:center}.services-image{margin:0 auto 48px;max-width:1100px}.services-image img{border-radius:18px;box-shadow:0 20px 40px #0000001f;width:100%}.services-grid{grid-gap:48px;align-items:stretch;display:grid;gap:48px;grid-template-columns:1fr 1fr}.services-col{background:#fff;border-radius:20px;box-shadow:0 18px 40px #0000000f;display:flex;flex-direction:column;gap:18px;padding:34px 38px}.services-col h3,.services-col h4,.services-col p,.services-col ul{max-width:540px}.services-col h3{color:#4b8f1d;font-size:23px;font-weight:800;letter-spacing:1px}.services-col h4{color:#2f5d13;font-size:18px;font-weight:700;padding-left:12px;position:relative}.services-col h4:before{background:#4b8f1d;border-radius:2px;content:"";height:70%;left:0;position:absolute;top:4px;width:3px}.services-col p{color:#333;font-size:16px;line-height:1.7}.services-col ul,.services-why ul{color:#333;display:flex;flex-direction:column;font-size:15.5px;gap:10px;list-style:none;margin:0;padding:0}.services-col li,.services-why li{line-height:1.6;padding-left:18px;position:relative}.services-col li:before,.services-why li:before{color:#4b8f1d;content:"›";font-size:18px;font-weight:700;left:0;position:absolute;top:0}.services hr{background:linear-gradient(90deg,#0000,#4b8f1d,#0000);border:none;height:1px;margin:64px auto 40px;max-width:720px}.services-why{background:linear-gradient(135deg,#f3f8f0,#fff);border-radius:22px;box-shadow:0 18px 38px #00000014;margin:0 auto;max-width:760px;padding:32px 40px}.services-why h4{color:#4b8f1d;font-size:21px;font-weight:800;margin-bottom:12px}@media (max-width:900px){.services{margin:64px auto}.services-grid{gap:32px;grid-template-columns:1fr}.services-col{box-shadow:none;padding:26px 22px}.services-image{margin-bottom:36px}}@media (max-width:500px){.services{margin:56px auto}.services-title{font-size:30px;margin-bottom:24px}.services-col p,.services-col ul,.services-why ul{font-size:14.5px}.services-why{padding:24px 22px}}.custom-navbar.MuiAppBar-root{-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:linear-gradient(180deg,#f8faf7fa,#e8f0e6fa)!important;border-bottom:1px solid #4b8f1d40!important;box-shadow:0 12px 40px #00000014,0 4px 12px #0000000d!important;transition:all .4s ease}.navbar-scrolled.MuiAppBar-root{background:linear-gradient(180deg,#dcebda,#cde1c8)!important;box-shadow:0 18px 55px #0000001f,0 6px 16px #00000014!important}.custom-navbar:before{background:linear-gradient(90deg,#0000,#4b8f1d,#0000);top:0}.custom-navbar:after,.custom-navbar:before{content:"";height:2px;left:0;position:absolute;width:100%}.custom-navbar:after{background:linear-gradient(90deg,#4b8f1d,#4b8f1d66,#0000);bottom:0}.premium-mobile-menu{animation:slideInMenu .4s ease forwards;background:#303841!important;border-radius:0!important;box-shadow:-10px 0 40px #0006!important;height:100dvh!important;margin:0!important;padding:30px 0!important;position:fixed!important;right:0;top:0;width:85vw!important}@keyframes slideInMenu{0%{transform:translateX(100%)}to{transform:translateX(0)}}.mobile-menu-header{display:flex;justify-content:flex-end;padding:0 24px 20px}.mobile-menu-header .MuiIconButton-root{color:#fff}.premium-menu-item{align-items:center;animation:fadeSlide .4s ease forwards;color:#cde3c4!important;display:flex!important;font-size:.95rem!important;font-weight:600!important;gap:14px;letter-spacing:.08em!important;opacity:0;padding:18px 32px!important;transform:translateX(20px);transition:all .25s ease!important}@keyframes fadeSlide{to{opacity:1;transform:translateX(0)}}.menu-icon{align-items:center;color:#4b8f1d;display:flex}.premium-menu-item:hover{background:#4b8f1d1f!important;color:#fff!important;transform:translateX(6px)}.premium-menu-item.active{background:#4b8f1d2e!important;box-shadow:inset 4px 0 0 #4b8f1d;color:#fff!important}.premium-menu-item.active .menu-icon{color:#4b8f1d;filter:drop-shadow(0 0 6px rgba(75,143,29,.6))}.products{font-family:Inter,Segoe UI,sans-serif;margin:auto;max-width:1150px;padding:50px 20px}.product-card{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1.1fr .9fr;margin-bottom:55px}.product-card.reverse .product-text{order:2}.product-card.reverse .product-image{order:1}.product-card.single{grid-template-columns:1fr}.product-text h2{color:#4b8f1d;font-size:32px;font-weight:700;letter-spacing:.04em;margin-bottom:18px}.product-text p{color:#444;font-size:19px;font-weight:400;line-height:1.8;margin-bottom:20px}.product-text ul{list-style:none;margin:0;padding:0}.product-text li{color:#222;font-size:18px;font-weight:600;margin-bottom:12px;padding-left:22px;position:relative}.product-text li:before{color:#4b8f1d;content:"›";font-weight:700;left:0;position:absolute}.product-image img{border-radius:16px;box-shadow:0 5px 5px;width:100%}.product-columns{grid-gap:45px;display:grid;gap:45px;grid-template-columns:1fr 1fr;margin-top:25px}.product-columns h3{color:#4b8f1d;font-size:22px;font-weight:700;margin-bottom:14px}@media (max-width:900px){.products{padding:40px 18px}.product-card{gap:28px;grid-template-columns:1fr;margin-bottom:45px}.product-card.reverse .product-image,.product-card.reverse .product-text{order:0}.product-columns{gap:30px;grid-template-columns:1fr}.product-text h2{font-size:26px}.product-text p{font-size:17px}.product-text li{font-size:16px}.product-columns h3{font-size:20px}}@media (max-width:500px){.product-text h2{font-size:22px}.product-text p{font-size:16px}.product-text li{font-size:15px}}.products-title{color:#4b8f1d;font-size:38px;font-weight:800;letter-spacing:.05em;margin-bottom:60px;text-align:center}.footer{background:linear-gradient(180deg,#f6faf4,#eef6ea);border-top:1px solid #4b8f1d40;margin-top:0;padding:14px 20px;position:relative;z-index:2}.footer:before{background:linear-gradient(180deg,#4b8f1d14,#0000 70%);content:"";inset:0;pointer-events:none;position:absolute}.footer-container{align-items:center;color:#444;display:flex;font-family:Inter,Segoe UI,sans-serif;font-size:13px;justify-content:space-between;letter-spacing:.04em;margin:auto;max-width:1100px}.footer-left p{color:#3a3a3a;font-weight:500}.footer-right p{color:#555}.footer-right a{color:#4b8f1d;font-weight:600;margin-left:6px;position:relative;text-decoration:none;transition:all .3s ease}.footer-right a:after{background:#4b8f1d;bottom:-3px;content:"";height:1.5px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-right a:hover:after{width:100%}.footer-container:after{background:#4b8f1d14;bottom:8px;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);width:80%}@media (max-width:768px){.footer-container{flex-direction:column;gap:6px;text-align:center}.footer{padding:12px 14px}.footer-left p,.footer-right p{font-size:12.5px}}.solar{font-family:Inter,Segoe UI,sans-serif;margin:auto;max-width:1200px;padding:80px 20px}.solar-header{margin-bottom:60px;text-align:center}.solar-header h1{color:#4b8f1d;font-size:46px;font-weight:700;letter-spacing:.08em;margin-bottom:20px}.solar-header p{color:#444;font-size:17px;line-height:1.7;margin:auto;max-width:760px}.solar-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin-bottom:70px}.solar-card{background:#fff;border-radius:18px;box-shadow:0 20px 40px #0000000f;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.solar-card:hover{box-shadow:0 25px 55px #0000001a;transform:translateY(-6px)}.solar-image img{height:240px;object-fit:cover;width:100%}.solar-content{padding:26px 24px}.solar-content h2{color:#4b8f1d;font-size:22px;font-weight:600;margin-bottom:14px}.solar-content p{color:#444;font-size:16px;line-height:1.7}.solar-amc{background:linear-gradient(135deg,#f4f9f2,#fff);border-radius:20px;box-shadow:0 18px 40px #0000000d;padding:40px;text-align:center}.solar-amc h2{color:#4b8f1d;font-size:24px;margin-bottom:16px}.solar-amc p{color:#444;font-size:16px;line-height:1.75;margin:auto;max-width:800px}.fade-up{animation:fadeUp .7s ease forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1000px){.solar-grid{grid-template-columns:1fr 1fr}}@media (max-width:700px){.solar{padding:60px 16px}.solar-header h1{font-size:34px}.solar-grid{gap:28px;grid-template-columns:1fr}.solar-image img{height:200px}.solar-amc{padding:30px 20px}}.infra-section{font-family:Inter,Segoe UI,sans-serif;padding:80px 20px}.infra-container{margin:auto;max-width:1200px}.infra-title{color:#4b8f1d;font-size:42px;font-weight:700;letter-spacing:.08em;margin-bottom:60px;text-align:center}.infra-cards{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.infra-card{background:#fff;border-radius:22px;box-shadow:0 15px 40px #0000000f,0 4px 12px #0000000a;display:flex;flex-direction:column;overflow:hidden;transition:all .4s ease}.infra-card:hover{box-shadow:0 25px 60px #0000001a,0 6px 16px #0000000f;transform:translateY(-8px)}.infra-card img{height:240px;object-fit:cover;width:100%}.infra-card-body{padding:28px}.infra-card-body h2{color:#4b8f1d;font-size:22px;font-weight:600;margin-bottom:16px}.infra-card-body p{color:#444;font-size:15.5px;line-height:1.6;margin-bottom:14px}.infra-card-body ul{list-style:none;margin-bottom:16px;padding:0}.infra-card-body li{color:#333;font-size:15px;font-weight:500;margin-bottom:8px;padding-left:18px;position:relative}.infra-card-body li:before{background:#4b8f1d;border-radius:50%;content:"";height:6px;left:0;position:absolute;top:7px;width:6px}.infra-note-card{background:linear-gradient(135deg,#4b8f1d14,#4b8f1d08);border-left:6px solid #4b8f1d;border-radius:16px;margin-left:auto;margin-right:auto;margin-top:70px;max-width:900px;padding:30px 40px}.infra-note-card h3{color:#4b8f1d;font-size:18px;font-weight:700;letter-spacing:.05em;margin-bottom:12px}.infra-note-card p{color:#333;font-size:15.5px;line-height:1.7}@media (max-width:1000px){.infra-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.infra-cards{grid-template-columns:1fr}.infra-title{font-size:32px}.infra-card img{height:200px}.infra-note-card{padding:24px}}.floating-whatsapp{align-items:center;background:#25d366;border-radius:50%;bottom:24px;box-shadow:0 8px 24px #00000040;display:flex;height:64px;justify-content:center;position:fixed;right:24px;transition:transform .3s ease;width:64px;z-index:9999}.floating-whatsapp:hover{transform:scale(1.08)}.whatsapp-icon{color:#fff;font-size:34px}.ces-connect{min-height:100vh}.ces-container{margin:0 auto;max-width:1400px;padding:40px 25px}.ces-hero{background:linear-gradient(135deg,#0d1117,#1f2937,#55b532);border-radius:24px;box-shadow:0 15px 40px #00000026;padding:70px 60px}.ces-hero h1{font-size:52px;font-weight:700;margin-bottom:12px}.ces-hero p{font-size:18px;max-width:700px;opacity:.9}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:30px}.stat-card{background:#fff;border-radius:20px;box-shadow:0 10px 25px #0000000f;padding:28px;transition:.3s}.stat-card:hover{transform:translateY(-4px)}.stat-title{color:#666;font-size:14px}.stat-value{color:#55b532;font-size:20px;font-weight:600;margin-top:8px}.stat-card{gap:18px}.stat-card,.stat-icon{align-items:center;display:flex}.stat-icon{background:#55b5321f;border-radius:16px;color:#55b532;height:55px;justify-content:center;width:55px}.stat-content{flex:1 1}.dashboard-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:2fr 1fr}.updates-card{background:#fff;border-radius:24px;box-shadow:0 10px 25px #0000000f;padding:30px}.updates-card h3{font-size:22px;margin-bottom:20px}.update-item{border-left:4px solid #55b532;margin-bottom:20px;padding-left:15px}.update-item h4{font-size:17px;margin:0}.update-item p{color:#666;margin-top:5px}.ces-hero{background:linear-gradient(135deg,#050505,#111827 40%,#2e7d32);border-radius:28px;color:#fff;margin-bottom:35px;overflow:hidden;padding:70px;position:relative}.hero-overlay{background:radial-gradient(#55b53259,#0000 70%);border-radius:50%;height:450px;position:absolute;right:0;top:0;width:450px}.hero-content{position:relative;z-index:2}.hero-badge{background:#ffffff1a;border:1px solid #ffffff26;border-radius:999px;display:inline-block;font-size:12px;letter-spacing:1px;margin-bottom:18px;padding:8px 16px}.ces-hero h1{font-size:4rem;font-weight:800;margin:0}.ces-hero h2{color:#b7f397;font-size:1.6rem;font-weight:400;margin-top:10px}.ces-hero p{color:#ffffffd9;font-size:17px;line-height:1.8;margin-top:22px;max-width:750px}.hero-stats{display:flex;gap:25px;margin-top:35px}.hero-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;padding:18px 25px}.hero-stat span{color:#8fff62;display:block;font-size:28px;font-weight:700}.hero-stat p{font-size:13px;margin:5px 0 0}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.welcome-title{font-size:32px;font-weight:700;margin:0}.welcome-subtitle{color:#666;margin-top:5px}.logout-btn{background:#ef4444;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:12px 22px;transition:.3s}.logout-btn:hover{background:#dc2626}.project-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;margin-top:18px}.meta-item{background:#f8f9fb;border-radius:12px;min-width:180px;padding:12px 16px}.meta-item span{color:#888;display:block;font-size:12px;margin-bottom:4px}.meta-item strong{color:#111827;font-size:15px}.projects-section-title{color:#111827;font-size:24px;font-weight:700;margin-bottom:20px}.completed-project-card{align-items:center;background:#fff;border-radius:18px;box-shadow:0 4px 20px #0000000d;display:flex;justify-content:space-between;margin-bottom:14px;padding:20px 24px;transition:all .25s ease}.completed-project-card:hover{transform:translateY(-2px)}.completed-icon{align-items:center;background:#78b82a;border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:700;height:50px;justify-content:center;width:50px}.completed-content{flex:1 1;margin-left:18px}.completed-content h4{color:#111827;font-size:18px;font-weight:700;margin:0}.completed-content p{color:#6b7280;font-size:14px;margin-top:6px}.completed-status{background:#e8f4de;border-radius:999px;color:#2e7d32;font-size:14px;font-weight:700;padding:10px 18px}.completed-projects-section{margin-top:40px}.projects-section-header{align-items:center;background:#fff;border:1px solid #edf1f7;border-radius:14px;box-shadow:0 8px 22px #0000000d;display:flex;justify-content:space-between;margin-bottom:22px;padding:14px 18px}.section-heading{align-items:center;display:flex;gap:12px}.section-heading h2{color:#1f2937;font-size:23px;font-weight:700;margin:0}.section-icon{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:15px;font-weight:700;height:34px;justify-content:center;width:34px}.active-icon{background:#10b981}.completed-icon{background:#2563eb}.section-count{align-items:center;background:#ecfdf5;border-radius:50%;color:#10b981;display:flex;font-size:16px;height:42px;justify-content:center;min-width:42px}.completed-count{background:#eff6ff;color:#2563eb}.clickable{transition:.25s ease}.clickable:hover{box-shadow:0 10px 24px #00000014;transform:translateY(-2px)}.expand-icon{color:#6b7280;font-size:18px;text-align:center;transition:.25s;transition:transform .25s ease;width:24px}.expand-icon.expanded{transform:rotate(90deg)}.updates-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:26px}.updates-count{background:#eef4ff;border-radius:30px;color:#2563eb;font-size:14px;font-weight:700;padding:8px 14px}.timeline-item{display:flex;gap:16px;padding-bottom:24px;position:relative}.timeline-item:not(:last-child):after{background:#e5e7eb;content:"";height:calc(100% - 8px);left:8px;position:absolute;top:22px;width:2px}.timeline-dot{background:#55b532;border-radius:50%;box-shadow:0 0 0 5px #eef4ff;height:16px;margin-top:5px;min-width:16px;width:16px}.timeline-content{background:#f9fbfd;border-radius:14px;flex:1 1;padding:16px;transition:.25s}.timeline-content:hover{background:#f3f7fc;transform:translateX(4px)}.update-project{color:#1f2937;font-size:17px;font-weight:700;margin:0}.update-text{color:#4b5563;line-height:1.5;margin:8px 0}.update-date{color:#6b7280;font-size:13px}.stat-card{animation:cardFade .5s ease forwards;opacity:0;transform:translateY(20px)}.stat-card:first-child{animation-delay:.05s}.stat-card:nth-child(2){animation-delay:.15s}.stat-card:nth-child(3){animation-delay:.25s}.stat-card:nth-child(4){animation-delay:.35s}@keyframes cardFade{to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.ces-container{padding:30px 20px}.dashboard-header{align-items:flex-start;flex-direction:column;gap:18px}.logout-btn{align-items:center;align-self:flex-end;display:flex;justify-content:center;min-width:150px;width:auto}.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{gap:20px;grid-template-columns:1fr}.projects-section-header{padding:14px}.section-heading h2{font-size:20px}.updates-card{margin-top:10px}}@media (max-width:600px){.ces-container{padding:20px 15px}.welcome-subtitle{font-size:14px;line-height:1.6}.stats-grid{grid-template-columns:1fr}.stat-card{padding:22px}.stat-icon{height:48px;width:48px}.stat-value{font-size:18px;word-break:break-word}.project-header{align-items:flex-start;flex-direction:column;gap:15px}.projects-section-header{padding:12px 14px}.section-heading{gap:10px}.section-heading h2{font-size:17px}.section-icon{font-size:13px;height:30px;width:30px}.section-count{font-size:14px;height:34px;min-width:34px}.section-right{gap:8px}.updates-card{padding:20px}.timeline-content{padding:14px}.update-project{font-size:15px}.update-text{font-size:14px}.completed-project-card{align-items:flex-start;flex-direction:column;gap:16px}.completed-content{margin-left:0}.completed-status{text-align:center;width:100%}}.progress-wrapper{align-items:flex-start;display:flex;justify-content:space-between;margin-top:20px;position:relative}.progress-item{flex:1 1;position:relative;text-align:center}.progress-circle{align-items:center;background:#e5e7eb;border:3px solid #d1d5db;border-radius:50%;display:flex;font-weight:700;height:42px;justify-content:center;margin:auto;width:42px}.progress-circle.completed{background:#55b532;border-color:#55b532}.progress-circle.active{background:#fff;border-color:#55b532;box-shadow:0 0 0 6px #55b53226}.progress-label{display:block;font-size:13px;font-weight:600;margin-top:12px}.progress-line{background:#e5e7eb;height:4px;left:60%;position:absolute;top:20px;width:80%;z-index:-1}.line-completed{background:#55b532}.progress-circle.completed{background:#78b82a;border-color:#78b82a;color:#fff}.mobile-progress{display:none}@media (max-width:768px){.progress-wrapper{display:none}.mobile-progress{display:flex;flex-direction:column;gap:10px;margin-top:20px}.mobile-progress-item{background:#fff;border:1px solid #eef2f7;border-radius:14px;box-shadow:0 4px 12px #0000000d;padding:14px 18px}.mobile-progress-content,.mobile-progress-item{align-items:center;display:flex;justify-content:space-between}.mobile-progress-content{flex:1 1;margin-left:15px}.mobile-stage-name{color:#1f2937;font-size:15px;font-weight:600}.mobile-stage-status{background:#f3f4f6;border-radius:999px;color:#6b7280;font-size:12px;font-weight:700;padding:6px 12px}.mobile-progress-icon{align-items:center;background:#f3f4f6;border-radius:50%;color:#9ca3af;display:flex;font-weight:700;height:34px;justify-content:center;width:34px}.mobile-progress-icon.completed{background:#55b532;color:#fff}.mobile-progress-icon.active{background:#fff;border:2px solid #55b532;color:#55b532}.mobile-stage-status.completed{background:#ecfdf5;color:#15803d}.mobile-stage-status.active{background:#eef9e8;color:#55b532}}.project-card{border-radius:24px;box-shadow:0 10px 25px #0000000f;padding:30px}.project-title{font-size:28px;font-weight:700}.project-company{color:#666;margin-top:5px}.progress-pill{background:#eaf7e5;border-radius:999px;color:#2e7d32;font-weight:600;padding:10px 22px}.customer-banner{align-items:center;background:linear-gradient(135deg,#0f1115,#1f2937,#55b532);border-radius:28px;color:#fff;display:flex;justify-content:space-between;margin-bottom:30px;overflow:hidden;padding:40px}.customer-left h1{font-size:42px;margin:10px 0}.customer-left h1 span{color:#9ef172}.customer-left p{line-height:1.8;max-width:650px;opacity:.9}.customer-tag{background:#ffffff1f;border-radius:30px;font-size:12px;letter-spacing:1px;padding:8px 14px}.customer-right{display:flex;gap:20px}.banner-stat{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border-radius:18px;min-width:120px;padding:20px;text-align:center}.banner-stat h2{color:#9ef172;font-size:32px;margin:0}.banner-stat span{font-size:13px}@media (max-width:900px){.customer-banner{flex-direction:column;gap:20px;padding:30px 24px;text-align:center}.customer-left h1{font-size:34px;line-height:1.2}.customer-left p{font-size:15px;margin:0 auto;max-width:100%}.customer-right{gap:14px;justify-content:center;width:100%}.banner-stat{min-width:100px;padding:18px 14px}.banner-stat h2{font-size:28px}}@media (max-width:480px){.customer-banner{padding:24px 18px}.customer-left h1{font-size:28px}.customer-right{gap:10px}.banner-stat{min-width:85px;padding:14px 10px}.banner-stat h2{font-size:24px}.banner-stat span{font-size:11px}}.project-details-card{background:#fff;border-radius:24px;box-shadow:0 10px 25px #00000014;margin-bottom:25px;padding:30px}.project-header{justify-content:space-between;margin-bottom:25px}.project-tag{background:#eef8e8;color:#55b532;font-weight:600;padding:8px 14px}.project-header h2{margin:12px 0 5px}.project-header p{color:#666}.completion-badge{align-items:center;background:linear-gradient(135deg,#55b532,#77d14f);border-radius:50%;color:#fff;display:flex;font-size:22px;font-weight:700;height:90px;justify-content:center;width:90px}.project-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.detail-box{background:#f8faf8;border:1px solid #edf2ed;border-radius:16px;padding:18px}.detail-box label{color:#777;display:block;font-size:12px;margin-bottom:8px}.detail-box span{font-weight:600}.status-live{color:#55b532}.project-subtitle{color:#6b7280;font-size:14px;font-weight:500;margin-top:6px}.projects-wrapper{display:flex;flex-direction:column;gap:20px}.clickable{cursor:pointer}.header-right{align-items:center;display:flex;gap:15px}.dropdown-icon{color:#666;font-size:18px;font-weight:700;transition:.3s}.project-header-skeleton{padding:30px}.skeleton-line{background:#ececec;border-radius:8px;height:18px;overflow:hidden;position:relative}.skeleton-line:after{animation:shimmer 1.2s infinite;background:linear-gradient(90deg,#0000,#ffffffbf,#0000);content:"";height:100%;left:-180px;position:absolute;top:0;width:180px}.skeleton-line.title{height:28px;margin-bottom:16px;width:260px}.skeleton-line.subtitle{width:180px}@media(max-width:768px){.project-grid{grid-template-columns:1fr}.project-header{flex-direction:column;gap:20px}}.connect-loading{animation:fadeIn .4s ease;background:linear-gradient(135deg,#f7f9fc,#eef4fb);flex-direction:column;min-height:100vh}.connect-loading,.loading-logo{align-items:center;display:flex;justify-content:center}.loading-logo{animation:floatLogo 3s ease-in-out infinite;background:#fff;border-radius:50%;box-shadow:0 15px 40px #00000014;height:150px;margin-bottom:35px;width:150px}.ces-loading-logo{object-fit:contain;width:105px}.loading-title{color:#143b63;font-size:40px;font-weight:700;margin:0}.loading-subtitle{color:#6d7b8b;font-size:17px;letter-spacing:1px;margin-bottom:28px;margin-top:8px;text-transform:uppercase}.loading-text{animation:fadeMessage .5s ease;color:#4d5b68;font-size:18px;font-weight:500;min-height:26px}.loading-bar{background:#dfe7f1;border-radius:50px;height:8px;margin-top:28px;overflow:hidden;width:320px}.loading-progress{animation:loadingMove 1.6s ease-in-out infinite;background:linear-gradient(90deg,#1b74e4,#00c2ff);border-radius:50px;height:100%;width:40%}.loading-footer{color:#8b97a5;font-size:14px;letter-spacing:.4px;margin-top:45px}@keyframes loadingMove{0%{width:0}50%{width:70%}to{width:100%}}@keyframes floatLogo{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes fadeMessage{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.ces-connect-float{align-items:center;background:linear-gradient(135deg,#111827,#55b532);border-radius:50px;bottom:100px;box-shadow:0 10px 30px #00000040;color:#fff;display:flex;padding:14px 20px;position:fixed;right:25px;text-decoration:none;transition:all .3s ease;z-index:99999}.ces-connect-float:hover{transform:translateY(-4px)}.portal-icon{align-items:center;background:#ffffff26;border-radius:50%;display:flex;font-size:20px;height:42px;justify-content:center;margin-right:12px;width:42px}.ces-connect-text{display:flex;flex-direction:column}.portal-label{font-size:10px;letter-spacing:1px;opacity:.8}.portal-name{font-size:16px;font-weight:700}.portal-page{align-items:center;background:linear-gradient(135deg,#0d1117,#1f2937,#55b532);box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:40px 20px;position:relative}.portal-overlay{background:radial-gradient(#55b53240,#0000);border-radius:50%;height:700px;position:absolute;right:-200px;top:-200px;width:700px}.portal-container{grid-gap:50px;display:grid;gap:50px;grid-template-columns:1.2fr .8fr;max-width:95%;width:1200px;z-index:2}.portal-info{color:#fff;display:flex;flex-direction:column;justify-content:center}.portal-logo{height:auto;margin-bottom:30px;width:220px}.portal-info h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1b5e20,#4caf50,#fff);background-clip:text;-webkit-background-clip:text;color:#0000;font-size:4rem;margin:0}.portal-info h2{color:#9ef172;margin-top:10px}.portal-info p{line-height:1.8;margin-top:20px;max-width:600px}.portal-features{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-top:30px}.portal-features div{background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;padding:15px}.portal-card{background:#fff;border-radius:24px;box-shadow:0 25px 60px #00000040;padding:40px}.portal-card h3{font-size:2rem;margin-bottom:5px}.portal-card p{color:#666;margin-bottom:30px}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;margin-bottom:8px}.form-group input{border:1px solid #ddd;border-radius:12px;box-sizing:border-box;font-size:16px;padding:14px;width:100%}.login-btn{background:#55b532;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:16px;transition:.3s;width:100%}.login-btn:hover{background:#429124}.portal-help{margin-top:20px;text-align:center}.portal-help a{color:#55b532;margin-left:6px;text-decoration:none}.login-error{background:#ffe5e5;border-radius:10px;color:#c62828;font-size:14px;margin-bottom:15px;padding:12px}.password-wrapper{position:relative}.password-wrapper input{border:1px solid #ddd;border-radius:12px;box-sizing:border-box;font-size:16px;padding:14px 50px 14px 14px;width:100%}.password-toggle{align-items:center;background:#0000;border:none;color:#666;cursor:pointer;display:flex;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:.3s}.password-toggle:hover{color:#55b532}.login-title{align-items:center;color:#111827;display:flex;font-size:2rem;gap:10px;margin-bottom:8px}.login-title .MuiSvgIcon-root{color:#55b532}.secure-badge{background:#eef8e8;border-radius:20px;color:#55b532;display:inline-block;font-size:11px;font-weight:600;letter-spacing:1px;margin-bottom:15px;padding:6px 12px}.button-spinner{animation:spin .8s linear infinite;border:2px solid #fff6;border-radius:50%;border-top-color:#fff;height:18px;margin-right:10px;width:18px}.login-btn{align-items:center;display:flex;gap:10px;justify-content:center}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:900px){.portal-page{align-items:flex-start;overflow-y:auto;padding:30px 16px}.portal-container{gap:30px;grid-template-columns:1fr;width:100%}.portal-info{text-align:center}.portal-logo{margin:0 auto 20px;width:170px}.portal-info h1{font-size:2.5rem}.portal-info h2{font-size:1.2rem}.portal-info p{font-size:15px}.portal-features{grid-template-columns:1fr}.portal-card{padding:28px 22px}}.projects-page{min-height:100vh;padding:40px}.projects-header{align-items:center;background:linear-gradient(135deg,#fff,#f7faff);border:1px solid #edf2f7;border-radius:24px;box-shadow:0 15px 35px #0000000f;display:flex;gap:40px;justify-content:space-between;margin-bottom:40px;padding:35px 40px}.projects-header-content{flex:1 1}.projects-tag{background:#e8f1ff;border-radius:30px;color:#2563eb;display:inline-block;font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:18px;padding:8px 16px}.projects-header h1{color:#1f2937;font-size:42px;font-weight:800;margin:0}.projects-header p{color:#6b7280;font-size:17px;line-height:1.8;margin-top:15px;max-width:650px}.projects-summary{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:24px;box-shadow:0 15px 35px #2563eb40;color:#fff;display:flex;flex-direction:column;height:170px;justify-content:center;min-width:170px}.projects-count{font-size:52px;font-weight:800;line-height:1}.projects-summary small{font-size:15px;margin-top:10px;opacity:.9}.projects-badge{background:blue;border-radius:30px;color:#fff;font-weight:700;padding:12px 22px}.projects-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(330px,1fr))}.project-card{background:#fff;border:1px solid #edf1f7;border-radius:22px;box-shadow:0 12px 30px #0000000f;padding:28px;transition:.3s}.project-card:hover{box-shadow:0 18px 40px #2563eb1f;transform:translateY(-6px)}.project-top{justify-content:space-between}.folder-icon,.project-top{align-items:center;display:flex}.folder-icon{background:#eef4ff;border-radius:18px;height:62px;justify-content:center;width:62px}.folder-mui-icon{color:#2563eb;font-size:34px!important}.status-chip{align-items:center;border-radius:30px;display:flex;font-size:13px;font-weight:700;gap:6px;padding:8px 15px}.status-chip.active{background:#ecfdf5;color:#059669}.status-chip.completed{background:#eff6ff;color:#2563eb}.project-card h2{color:#1f2937;font-size:24px;margin:24px 0}.project-info{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr;margin-bottom:28px}.project-info span{color:#6b7280;display:block;font-size:13px;margin-bottom:6px}.project-info strong{color:#111827;font-size:17px}.open-btn{align-items:center;background:#2563eb;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;justify-content:center;padding:14px;transition:.25s;width:100%}.open-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.empty-projects{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;text-align:center}.empty-icon{font-size:70px;margin-bottom:25px}.empty-projects h2{color:#1f2937;margin-bottom:12px}.empty-projects p{color:#6b7280;max-width:420px}@media (max-width:900px){.projects-page{padding:20px 15px}.projects-header{align-items:center;flex-direction:column;gap:24px;padding:28px 22px;text-align:center}.projects-header h1{font-size:32px;line-height:1.2}.projects-header p{font-size:15px;line-height:1.7;max-width:100%}.projects-summary{border-radius:20px;height:120px;min-width:120px;width:120px}.projects-count{font-size:40px}.projects-summary small{font-size:13px}.projects-grid{gap:18px;grid-template-columns:1fr}.project-card{padding:22px}.project-card h2{font-size:21px;margin:20px 0}.project-info{gap:14px;grid-template-columns:1fr}}.project-doc-page{min-height:100vh;padding:30px;width:100%}.project-header{align-items:center;background:#fff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 12px 30px #0000000d;display:flex;gap:24px;margin-bottom:35px;padding:28px 35px}.project-folder{align-items:center;background:#eef4ff;border-radius:18px;display:flex;height:72px;justify-content:center;min-width:72px;width:72px}.project-folder-icon{color:#2563eb;font-size:38px!important}.project-header-content{flex:1 1}.project-tag{background:#eef4ff;border-radius:30px;color:#2563eb;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.8px;margin-bottom:12px;padding:6px 14px}.project-header h1{color:#1f2937;font-size:34px;font-weight:700;margin:0}.project-header p{color:#6b7280;font-size:16px;line-height:1.6;margin-top:10px}.section-title{color:#111827;font-size:1.5rem;margin:35px 0 20px}.document-grid{grid-gap:15px;gap:15px}.document-card{border-radius:16px;box-shadow:0 5px 15px #0000000d;padding:18px 22px;transition:.3s}.document-name{font-weight:600}.download-btn{background:#55b532;border:none;border-radius:10px;cursor:pointer;padding:10px 18px}.gallery-grid{grid-gap:20px;gap:20px;margin-top:20px}.gallery-item{background:#fff;border-radius:18px;box-shadow:0 10px 25px #0000000d;overflow:hidden;transition:.3s}.gallery-item:hover{transform:translateY(-4px)}.gallery-item img{height:240px;object-fit:cover;width:100%}.gallery-caption{font-weight:600;padding:15px}.gallery-image{transition:.3s}.gallery-image:hover{transform:scale(1.02)}.image-modal{background:#000000e6;cursor:pointer}.image-preview{border-radius:12px;max-height:90%;max-width:90%}.section-header{align-items:center;background:#fff;border-radius:18px;box-shadow:0 8px 20px #0000000d;cursor:pointer;display:flex;justify-content:space-between;margin:35px 0 20px;padding:18px 22px;transition:.25s}.section-header:hover{background:#f9fbfd}.section-left{align-items:center;display:flex;gap:14px}.section-left svg{color:#2563eb;font-size:30px}.section-left h2{color:#1f2937;font-size:24px;margin:0}.section-right{align-items:center;display:flex;gap:14px}.section-count{background:#eef4ff;border-radius:20px;color:#2563eb;font-weight:700;min-width:34px;padding:6px 14px;text-align:center}.document-grid{grid-gap:18px;display:grid;gap:18px}.document-card{align-items:center;background:#fff;border:1px solid #edf2f7;border-radius:18px;box-shadow:0 8px 20px #0000000d;display:flex;justify-content:space-between;padding:22px;transition:.25s}.document-card:hover{box-shadow:0 15px 30px #2563eb14;transform:translateY(-3px)}.document-left{gap:18px}.document-icon,.document-left{align-items:center;display:flex}.document-icon{background:#eef4ff;border-radius:16px;height:56px;justify-content:center;width:56px}.document-icon svg{color:#2563eb;font-size:32px}.document-title{color:#1f2937;font-size:18px;margin:0}.document-type{color:#6b7280;display:block;font-size:14px;margin-top:5px}.download-btn{align-items:center;background:#2563eb;border-radius:12px;color:#fff;display:flex;font-weight:600;gap:8px;padding:12px 20px;text-decoration:none;transition:.25s}.download-btn:hover{background:#1d4ed8}.fat-icon{color:#16a34a!important}.fat-count{background:#ecfdf5;color:#16a34a}.fat-document-icon{align-items:center;background:#ecfdf5;border-radius:16px;display:flex;height:56px;justify-content:center;width:56px}.fat-document-icon svg{color:#16a34a;font-size:30px}.fat-download-btn{align-items:center;background:#16a34a;border-radius:12px;color:#fff;display:flex;font-weight:600;gap:8px;padding:12px 20px;text-decoration:none;transition:.25s}.fat-download-btn:hover{background:#15803d}.empty-section{align-items:center;background:#fafafa;border:2px dashed #e5e7eb;border-radius:20px;display:flex;flex-direction:column;justify-content:center;padding:50px 20px;text-align:center}.empty-section-icon{color:#9ca3af;font-size:60px!important;margin-bottom:16px}.empty-section h3{color:#374151;font-size:22px;margin:0}.empty-section p{color:#6b7280;line-height:1.7;margin-top:10px;max-width:420px}.gallery-header-icon{color:#8b5cf6!important}.gallery-count{background:#f3e8ff;color:#7c3aed}.gallery-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.gallery-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;box-shadow:0 10px 25px #0000000d;overflow:hidden;transition:.3s}.gallery-card:hover{box-shadow:0 18px 35px #8b5cf61f;transform:translateY(-5px)}.gallery-image-wrapper{overflow:hidden;position:relative}.gallery-image{cursor:pointer;height:240px;object-fit:cover;transition:.35s;width:100%}.gallery-card:hover .gallery-image{transform:scale(1.08)}.gallery-overlay{align-items:center;background:#00000073;color:#fff;display:flex;flex-direction:column;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:.3s}.gallery-card:hover .gallery-overlay{opacity:1}.gallery-overlay svg{font-size:42px!important;margin-bottom:10px}.gallery-overlay span{font-weight:600}.gallery-info{padding:18px}.gallery-info h4{color:#1f2937;font-size:17px;margin:0}.image-modal{align-items:center;animation:fadeIn .25s;background:#000000e0;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.image-preview-container{align-items:center;display:flex;flex-direction:column;max-height:90vh;max-width:90vw;position:relative}.image-preview{border-radius:18px;box-shadow:0 20px 50px #0006;height:auto;max-height:85vh;max-width:90vw;object-fit:contain;width:auto}.image-preview-caption{color:#fff;font-size:17px;font-weight:500;margin-top:18px;text-align:center}.close-image-btn{background:#fff;border:none;border-radius:50%;cursor:pointer;font-size:18px;height:42px;position:absolute;right:0;top:-50px;transition:.25s;width:42px}.close-image-btn:hover{transform:rotate(90deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.expand-arrow{transition:transform .25s ease}.expand-arrow.expanded{transform:rotate(90deg)}@media (max-width:900px){.project-doc-page{padding:20px 15px}.project-header{align-items:center;flex-direction:column;gap:18px;padding:24px 20px;text-align:center}.project-folder{height:60px;min-width:60px;width:60px}.project-folder-icon{font-size:32px!important}.project-header h1{font-size:28px;line-height:1.3;word-break:break-word}.project-header p{font-size:15px;max-width:100%}.section-header{padding:16px}.section-left{gap:10px}.section-left h2{font-size:20px}.section-count{font-size:13px;min-width:32px;padding:5px 12px}.document-card{align-items:flex-start;flex-direction:column;gap:18px;padding:18px}.document-left{width:100%}.download-btn,.fat-download-btn{justify-content:center;width:100%}.gallery-grid{gap:18px;grid-template-columns:1fr}.gallery-image{height:220px}.gallery-info{padding:16px}.image-preview{max-height:75vh;max-width:95vw}.close-image-btn{right:0;top:-45px}}.dispatch-container{margin:40px auto;max-width:1200px;padding:0 20px}.dispatch-container h2{color:#111827;font-size:36px;margin-bottom:25px}.project-list{grid-gap:15px;display:grid;gap:15px}.dispatch-project-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000f;cursor:pointer;padding:25px 30px;transition:all .3s ease}.dispatch-project-card:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-4px)}.dispatch-project-card h3{color:#111827;font-size:30px;font-weight:700;margin:0}.dispatch-details{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000f;padding:35px}.dispatch-info{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-top:25px}.dispatch-info div{background:#f8fafc;border-radius:14px;padding:18px}.back-btn{background:#111827;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;margin-bottom:20px;padding:12px 18px}.status-badge{background:#ecfdf5;border-radius:30px;color:#15803d;display:inline-block;font-size:14px;font-weight:600;margin-top:12px;padding:8px 14px}.dispatch-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:35px}.dispatch-header h1{color:#1f2937;font-size:36px;margin:0}.dispatch-header p{color:#6b7280;margin-top:10px}@media (max-width:768px){.dispatch-info{grid-template-columns:1fr}.dispatch-project-card h3{font-size:22px}.dispatch-container h2{font-size:28px}}
/*# sourceMappingURL=main.63820c6c.css.map*/