html{scroll-behavior:smooth}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}::-webkit-scrollbar{display:none}body,html{-ms-overflow-style:none;scrollbar-width:none}body{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.App,body{min-height:100vh}.App{background-image:radial-gradient(circle at 20% 50%,#3b82f61a 0,#0000 50%),radial-gradient(circle at 80% 20%,#a855f71a 0,#0000 50%),radial-gradient(circle at 40% 80%,#0ea5e91a 0,#0000 50%);position:relative}.App:before{background:radial-gradient(circle at 25% 25%,#3b82f60d 0,#0000 25%),radial-gradient(circle at 75% 75%,#a855f70d 0,#0000 25%);bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:-1}.main-content{padding-top:80px;position:relative;z-index:1}.container{margin:0 auto;max-width:1200px;padding:0 24px}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8fafc,#cbd5e1);-webkit-background-clip:text;background-clip:text;color:#f8fafc;font-size:2.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;text-align:center}.section-description{color:#94a3b8;font-size:1.125rem;font-weight:400;line-height:1.7;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.glass-card{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;box-shadow:0 8px 32px #0000004d,inset 0 1px 0 #ffffff1a;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover{background:#ffffff1f;border-color:#3b82f64d;box-shadow:0 0 30px #3b82f633,inset 0 1px 0 #ffffff26;transform:scale(1.02)}.btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:1px solid #3b82f64d;border-radius:12px;box-shadow:0 4px 16px #3b82f640,inset 0 1px 0 #ffffff1a;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;overflow:hidden;padding:12px 24px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.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:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 0 25px #3b82f680,inset 0 1px 0 #ffffff26;transform:scale(1.05)}.btn:active{transform:translateY(0)}.btn-secondary{background:#ffffff14;border:1px solid #ffffff1f;color:#f8fafc}.btn-secondary:hover{background:#ffffff1f;border-color:#fff3}.footer{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#0006;border-top:1px solid #ffffff14;margin-top:6rem;padding:3rem 0;text-align:center}.footer p{color:#94a3b8;font-size:.875rem;font-weight:400}@media (max-width:768px){.container{padding:0 16px}.section-title{font-size:2rem}.section-description{font-size:1rem;margin-bottom:3rem}.main-content{padding-top:100px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fff3;border-bottom:1px solid #ffffff80;box-shadow:0 4px 20px #0000001a}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo-section{display:flex;flex-direction:column;gap:.25rem}.title{color:#fff;font-size:2rem;font-weight:700;letter-spacing:-.02em;margin:0;text-shadow:2px 2px 4px #00000080}.subtitle{color:#cbd5e1;font-size:.9rem;font-weight:500;letter-spacing:.02em;margin:0}.hamburger-btn{align-items:center;background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:relative;transition:all .3s ease;z-index:1001}.hamburger-btn:hover{background:#ffffff1f;box-shadow:0 0 15px #fff3;transform:scale(1.1)}.navigation{align-items:center;border-left:1px solid #ffffff42;box-shadow:-10px 0 30px #0000004d;display:flex;flex-direction:column;gap:2rem;height:100vh;justify-content:center;opacity:0;position:fixed;right:-100%;top:0;transition:right .3s cubic-bezier(.4,0,.2,1),opacity .3s ease,visibility .3s ease;visibility:hidden;width:300px;z-index:1000}.navigation,.navigation.mobile-open{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.navigation.mobile-open{opacity:1;right:0;visibility:visible}.nav-link{align-items:center;background:none;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1.1rem;font-weight:500;gap:.75rem;justify-content:flex-start;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;transition:all .3s ease;width:200px}.nav-link:before{background:linear-gradient(90deg,#0000,hsla(0,0%,100%,.425),#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.nav-link:hover:before{left:100%}.nav-link:hover{background:#ffffff1f;box-shadow:0 0 20px #fff3;color:#f8fafc;transform:translateX(10px) scale(1.05)}.nav-link:active{transform:translateX(10px) scale(1.02)}.navigation.mobile-open:before{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fff3;content:"";height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-1}@media (max-width:768px){.header-content{padding:1rem 1.5rem}.title{font-size:1.5rem}.subtitle{font-size:.8rem}.navigation{width:280px}.nav-link{font-size:1rem;width:180px}}@media (max-width:480px){.header-content{padding:1rem}.title{font-size:1.25rem}.subtitle{font-size:.75rem}.navigation{width:250px}.nav-link{font-size:.95rem;padding:.875rem 1.5rem;width:160px}}.scroll-nav{pointer-events:none;position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:900}.scroll-nav-container{gap:.5rem}.scroll-nav-container,.scroll-nav-item{align-items:center;display:flex;flex-direction:column}.scroll-nav-item{pointer-events:auto}.scroll-nav-dot{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#ffffff0d;border:2px solid #fff6;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:40px;z-index:1}.scroll-nav-dot:hover{background:#ffffff14;border-color:#fffc;transform:scale(1.1)}.scroll-nav-dot.active{background:#3b82f626;border-color:#3b82f6cc;box-shadow:0 8px 24px #3b82f640,inset 0 1px 0 #ffffff1a}.scroll-nav-dot.active:hover{background:#3b82f633;border-color:#3b82f6;transform:scale(1.05)}.dot-content{align-items:center;color:#f8fafc;display:flex;justify-content:center;transition:color .3s ease}.scroll-nav-dot.active .dot-content{color:#60a5fa}.dot-text{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffff1f;border:1px solid #3b82f64d;border-radius:20px;box-shadow:0 8px 24px #3b82f626,inset 0 1px 0 #ffffff1a;color:#f8fafc;font-size:.875rem;font-weight:500;letter-spacing:-.01em;mask:radial-gradient(circle 22px at calc(100% + 2px) 50%,#0000 22px,#000 23px);-webkit-mask:radial-gradient(circle 22px at calc(100% + 2px) 50%,#0000 22px,#000 23px);opacity:0;padding:10px 32px 10px 12px;pointer-events:none;position:absolute;right:20px;transform:translateX(20px);transition:all .4s cubic-bezier(.4,0,.2,1);white-space:nowrap;z-index:-1}.scroll-nav-dot.active .dot-text{opacity:1;transform:translateX(0)}.scroll-nav-line{background:linear-gradient(180deg,#fff3 0,#ffffff1a 50%,#fff3);height:20px;margin:.25rem 0;width:1px}@media (max-width:1024px){.scroll-nav{right:1rem}.scroll-nav-dot{height:36px;width:36px}.dot-text{font-size:.8rem;mask:radial-gradient(circle 20px at calc(100% + 2px) 50%,#0000 20px,#000 21px);-webkit-mask:radial-gradient(circle 20px at calc(100% + 2px) 50%,#0000 20px,#000 21px);padding:8px 28px 8px 10px;right:18px}}@media (max-width:768px){.scroll-nav{right:.5rem}.scroll-nav-dot{height:32px;width:32px}.dot-text{font-size:.75rem;mask:radial-gradient(circle 18px at calc(100% + 2px) 50%,#0000 18px,#000 19px);-webkit-mask:radial-gradient(circle 18px at calc(100% + 2px) 50%,#0000 18px,#000 19px);padding:6px 24px 6px 8px;right:16px}.scroll-nav-line{height:16px}}@media (max-width:480px){.scroll-nav{display:none}}.hero-gallery{align-items:center;background:#0f172a;display:flex;height:100vh;justify-content:center;margin-top:-80px;overflow:hidden;position:relative}.hero-backgrounds{z-index:1}.hero-background,.hero-backgrounds{height:100%;left:0;position:absolute;top:0;width:100%}.hero-background{background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:0;transform:scale(1);transition:opacity 2s ease-in-out,transform 20s linear}.hero-background.active{opacity:1;transform:scale(1.05)}.hero-overlay{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:linear-gradient(135deg,#0f172ad9,#1e293bbf 50%,#334155d9);height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.hero-content{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:2rem 0;position:relative;text-align:center;width:100%;z-index:3}.hero-text{animation:fadeInUp 1s ease-out .5s both;margin:0 auto;max-width:800px}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#cbd5e1);-webkit-background-clip:text;background-clip:text;color:#f8fafc;font-size:4rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 4px 20px #0000004d}.hero-subtitle{color:#cbd5e1;font-size:1.25rem;font-weight:400;line-height:1.7;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.hero-actions{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2rem}.hero-btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:1px solid #3b82f64d;border-radius:12px;box-shadow:0 8px 24px #3b82f640,inset 0 1px 0 #ffffff1a;color:#fff;font-size:1.125rem;font-weight:600;padding:16px 32px;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 0 30px #3b82f680,inset 0 1px 0 #ffffff26;transform:scale(1.05)}.hero-btn-secondary{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;color:#f8fafc;font-size:1.125rem;font-weight:600;padding:16px 32px;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-btn-secondary:hover{background:#ffffff1f;border-color:#fff3;transform:rotate(-1deg)}.scroll-indicator{align-items:center;animation:bounce 2s infinite;bottom:2rem;color:#94a3b8;cursor:pointer;display:flex;flex-direction:column;font-size:.875rem;font-weight:500;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);transition:color .3s ease}.scroll-indicator:hover{color:#cbd5e1}.image-indicators{bottom:4rem;display:flex;flex-direction:column;gap:.75rem;position:absolute;right:15rem;z-index:4}.indicator{background:#0000;border:2px solid #fff6;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.indicator.active{background:#3b82f6;border-color:#3b82f6;box-shadow:0 0 12px #3b82f680}.indicator:hover{border-color:#fffc;box-shadow:0 0 15px #ffffff4d;transform:scale(1.3)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media (max-width:768px){.hero-gallery{margin-top:-120px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem;margin-bottom:2rem}.hero-actions{align-items:center;flex-direction:column;gap:1rem}.hero-btn-primary,.hero-btn-secondary{font-size:1rem;max-width:280px;padding:14px 28px;width:100%}.image-indicators{bottom:2rem;flex-direction:row;justify-content:center;left:50%;right:auto;transform:translateX(-50%)}.scroll-indicator{bottom:1rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-content{padding:1rem}.hero-text{padding:0 1rem}}.popup-overlay{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#000c;height:100vh;width:100vw}.popup-content{animation:slideIn .3s ease-out;max-width:500px;padding:2rem}.location-popup{max-width:600px}.popup-close{color:#fff;height:35px;right:15px;top:15px;width:35px}.popup-close:hover{background:#fff3}.popup-header{margin-bottom:2rem;text-align:center}.popup-header h3{color:#f8fafc;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.popup-header p{color:#94a3b8;font-size:.875rem}.location-options{display:flex;flex-direction:column;gap:1rem}.location-card{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;cursor:pointer;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.location-card:hover{background:#3b82f61a;border-color:#3b82f64d;box-shadow:0 8px 25px #3b82f633;transform:translateY(-2px)}.location-icon{align-items:center;background:#ffffff1a;border-radius:10px;display:flex;font-size:2rem;height:50px;justify-content:center;width:50px}.location-icon.overworld{background:#22c55e33}.location-icon.nether{background:#ef444433}.location-info{flex:1 1}.location-info h4{color:#f8fafc;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.location-info p{color:#94a3b8;font-family:Courier New,monospace;font-size:.875rem}.copy-indicator{color:#94a3b8;transition:all .3s ease}.location-card:hover .copy-indicator{color:#3b82f6}.copy-confirmation{align-items:center;animation:slideIn .3s ease-out;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:8px;color:#22c55e;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;margin-top:1rem;padding:.75rem}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:768px){.popup-content{margin:1rem;padding:1.5rem}.location-popup{max-width:none}.location-card{padding:1rem}.location-icon{font-size:1.5rem;height:40px;width:40px}.location-info h4{font-size:1rem}.location-info p{font-size:.75rem}}.map-plan{background:linear-gradient(135deg,#0f172a66,#1e293b66);padding:6rem 0;position:relative}.map-plan:before{background:radial-gradient(circle at 20% 30%,#3b82f608 0,#0000 50%),radial-gradient(circle at 80% 70%,#a855f708 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.map-plan .container{position:relative;z-index:1}.map-header{margin-bottom:3rem;text-align:center}.map-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.map-tab{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#cbd5e1;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:12px 24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.map-tab:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.map-tab.active{background:#3b82f626;border-color:#3b82f64d;box-shadow:0 8px 24px #3b82f626;color:#60a5fa}.map-content-area{min-height:500px}.map-overview-redesign{display:flex;flex-direction:column;gap:2.5rem}.overview-header{align-items:center;background:linear-gradient(135deg,#3b82f61a,#a855f70d);border:1px solid #3b82f633;display:flex;justify-content:space-between;padding:2rem 2.5rem}.overview-title h3{color:#f8fafc;font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.overview-title p{color:#94a3b8;font-size:1.125rem;line-height:1.6}.overview-stats{display:flex;gap:2rem}.stat-card{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:1rem;padding:1rem 1.5rem;transition:all .3s ease}.stat-card:hover{background:#3b82f614;border-color:#3b82f64d;box-shadow:0 0 20px #3b82f633;transform:scale(1.03)}.stat-icon{align-items:center;background:#3b82f61a;border-radius:10px;color:#3b82f6;display:flex;justify-content:center;padding:.75rem}.stat-content{display:flex;flex-direction:column;gap:.25rem}.stat-number{color:#f8fafc;font-size:1.5rem}.dual-map-display{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr auto 1fr}.map-card{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1a;border-radius:20px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.map-card:hover{border-color:#3b82f666;box-shadow:0 0 40px #3b82f64d,0 0 20px #a855f733;transform:scale(1.02) rotate(.5deg)}.map-card-header{align-items:center;background:#ffffff0d;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1.5rem 2rem}.map-card-title{align-items:center;display:flex;gap:.75rem}.map-card-title h4{color:#f8fafc;font-size:1.25rem;font-weight:600;margin:0}.map-card-badge{border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.375rem .875rem;text-transform:uppercase}.map-card-badge.current{background:#10b98133;border:1px solid #10b9814d;color:#10b981}.map-card-badge.future{background:#a855f733;border:1px solid #a855f74d;color:#a855f7}.map-image{background:#0f172a80;object-fit:contain}.map-card:hover .map-image{transform:scale(1.02)}.map-overlay{align-items:center;background:linear-gradient(135deg,#0f172acc,#1e293b99);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.map-card:hover .map-overlay{opacity:1}.overlay-content{color:#fff;padding:2rem;text-align:center}.overlay-content p{color:#cbd5e1;font-size:1.125rem;margin-bottom:1.5rem}.view-fullscreen{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#3b82f6e6;border:1px solid #3b82f64d;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.view-fullscreen:hover{background:#3b82f6;box-shadow:0 0 20px #3b82f699;transform:scale(1.1)}.comparison-divider{align-items:center;display:flex;gap:1rem;padding:2rem 0}.divider-line{background:linear-gradient(90deg,#0000,#3b82f680 50%,#0000);flex:1 1;height:2px}.divider-icon{align-items:center;animation:pulse 2s infinite;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#3b82f61a;border:2px solid #3b82f64d;border-radius:50%;color:#3b82f6;display:flex;height:48px;justify-content:center;width:48px}.progress-timeline{padding:2.5rem}.progress-timeline h4{color:#f8fafc;font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.timeline-content{padding-left:2rem;position:relative}.timeline-content:before{background:linear-gradient(180deg,#10b981,#f59e0b 50%,#6b7280);bottom:0;content:"";left:1rem;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:2rem;padding-left:2rem;position:relative}.timeline-dot{background:#0f172a;border:3px solid;border-radius:50%;height:16px;left:-2rem;position:absolute;top:.5rem;width:16px}.timeline-item.completed .timeline-dot{border-color:#10b981;box-shadow:0 0 12px #10b98180}.timeline-item.in-progress .timeline-dot{animation:pulse 2s infinite;border-color:#f59e0b;box-shadow:0 0 12px #f59e0b80}.timeline-item.planned .timeline-dot{border-color:#6b7280;box-shadow:0 0 12px #6b72804d}.timeline-content-item h5{color:#f8fafc;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.timeline-content-item p{color:#94a3b8;line-height:1.6;margin-bottom:.5rem}.timeline-date{font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.timeline-item.completed .timeline-date{color:#10b981}.timeline-item.in-progress .timeline-date{color:#f59e0b}.timeline-item.planned .timeline-date{color:#6b7280}.map-view-toggle{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.view-toggle-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#cbd5e1;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:8px 16px;transition:all .3s ease}.view-toggle-btn:hover{background:#3b82f614;border-color:#3b82f64d;transform:scale(1.02)}.view-toggle-btn.active{background:#3b82f626;border-color:#3b82f64d;color:#60a5fa}.map-display{align-items:center;display:flex;justify-content:center;min-height:400px;padding:3rem;text-align:center}.map-display-content{width:100%}.map-image-wrapper{margin-bottom:2rem;position:relative}.map-image-container{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 20px 40px #0006,0 8px 16px #0003,inset 0 1px 0 #ffffff1a;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.map-image-container:hover{box-shadow:0 32px 64px #00000080,0 16px 32px #0000004d,inset 0 1px 0 #ffffff26;transform:translateY(-4px)}.map-image-overlay{background:linear-gradient(135deg,#3b82f61a,#a855f70d 50%,#10b9811a);bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.map-image-container:hover .map-image-overlay{opacity:1}.map-badge{animation:slideInLeft .5s ease-out;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#3b82f6e6;border-radius:20px;box-shadow:0 4px 12px #3b82f64d;color:#fff;font-size:.875rem;font-weight:600;left:1rem;padding:.5rem 1rem;position:absolute;top:1rem;z-index:2}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.map-image{display:block;height:auto;max-height:500px;min-height:300px;object-fit:cover;transition:transform .3s ease;width:100%}.map-image-container:hover .map-image{transform:scale(1.02)}.map-controls{bottom:1rem;display:flex;gap:.5rem;position:absolute;right:1rem;z-index:3}.fullscreen-btn,.zoom-btn{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#0f172ae6;border:1px solid #ffffff1a;border-radius:10px;color:#cbd5e1;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.fullscreen-btn:hover,.zoom-btn:hover{background:#3b82f6cc;border-color:#3b82f64d;box-shadow:0 0 20px #3b82f680;color:#fff;transform:scale(1.1)}.map-info h3{color:#f8fafc;font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.map-info p{color:#94a3b8;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.map-stats{display:flex;gap:3rem;justify-content:center;margin-top:2rem}.stat-item{text-align:center}.stat-number{color:#3b82f6;display:block;font-size:2.5rem;font-weight:800;line-height:1}.stat-label{color:#64748b;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.map-legend{padding:2rem}.map-legend h4{color:#f8fafc;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.legend-items{display:flex;flex-direction:column;gap:1rem}.legend-item{background:#ffffff08;border-radius:8px;gap:.75rem;padding:.75rem;transition:background .3s ease}.legend-item:hover{background:#3b82f614;transform:scale(1.02)}.legend-dot{border-radius:50%;flex-shrink:0;height:12px;width:12px}.legend-dot.completed{background:#10b981;box-shadow:0 0 8px #10b98166}.legend-dot.in-progress{background:#f59e0b;box-shadow:0 0 8px #f59e0b66}.legend-dot.planned{background:#3b82f6;box-shadow:0 0 8px #3b82f666}.legend-item span{font-size:.875rem}.districts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.district-card{padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.district-card:hover{background:#3b82f60d;box-shadow:0 0 30px #3b82f633;transform:scale(1.02)}.district-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.district-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;box-shadow:0 4px 16px #3b82f64d;color:#fff;display:flex;height:48px;justify-content:center;width:48px}.district-status{background:#ffffff1a;border-radius:6px;padding:4px}.district-name{color:#f8fafc;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.district-description{color:#94a3b8;font-size:.875rem;line-height:1.6;margin-bottom:1.5rem}.district-progress{align-items:center;display:flex;gap:1rem}.progress-bar{background:#ffffff1a;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.progress-fill{border-radius:4px;height:100%;transition:width .3s ease}.progress-text{color:#cbd5e1;font-size:.875rem;font-weight:600;min-width:40px}.buildings-overview{display:flex;flex-direction:column;gap:2rem}.buildings-header{padding:2rem;text-align:center}.buildings-header h3{color:#f8fafc;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.buildings-header p{color:#94a3b8;line-height:1.6}.buildings-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.building-card-modern{border-radius:20px;cursor:pointer;height:180px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.building-card-modern:hover{box-shadow:0 0 35px #3b82f64d;transform:scale(1.05) rotate(-.5deg)}.building-card-background{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1a;border-radius:20px;height:100%;overflow:hidden;position:relative;width:100%}.building-card-content{display:flex;flex-direction:column;height:100%;padding:1.5rem;position:relative;z-index:2}.building-header-modern{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.building-icon-modern{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 4px 12px #0003;color:#fff;display:flex;height:40px;justify-content:center;width:40px}.status-indicator{animation:pulse 2s infinite;border-radius:50%;box-shadow:0 0 12px currentColor;height:12px;width:12px}.building-info{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.building-name-modern{color:#f8fafc;font-size:1.375rem;font-weight:700;letter-spacing:-.02em;margin:0}.building-description-modern{color:#cbd5e1;font-size:.875rem;line-height:1.5;margin:0;opacity:.9}.building-footer{display:flex;justify-content:flex-end;margin-top:auto}.status-text{font-size:.75rem;font-weight:600;letter-spacing:.05em;opacity:.8;text-transform:uppercase}.building-card-glow{bottom:0;height:2px;left:0;opacity:0;position:absolute;right:0;transition:opacity .3s ease}.building-card-modern:hover .building-card-glow{box-shadow:0 0 20px currentColor;opacity:.6}.building-stats{display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.building-stat{flex:1 1;gap:.75rem}.building-stat,.stat-circle{align-items:center;display:flex}.stat-circle{border-radius:50%;flex-shrink:0;font-size:1.125rem;font-weight:700;height:48px;justify-content:center;width:48px}.stat-circle.current{background:#10b98133;border:2px solid #10b981;color:#10b981}.stat-circle.planned{background:#3b82f633;border:2px solid #3b82f6;color:#3b82f6}.stat-info{display:flex;flex-direction:column;gap:.125rem}.stat-label{color:#f8fafc;font-size:.875rem;font-weight:600}.stat-sublabel{color:#64748b;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.building-total{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;padding:.75rem;text-align:center}.building-total span{color:#cbd5e1;font-size:.875rem;font-weight:500}.upload-section{margin:0 auto;max-width:600px;padding:4rem;text-align:center}.upload-area{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.upload-icon{color:#3b82f6;filter:drop-shadow(0 4px 12px rgba(59,130,246,.3))}.upload-section h3{color:#f8fafc;font-size:1.5rem;font-weight:600}.upload-section p{color:#94a3b8;line-height:1.6;margin-bottom:1rem}.upload-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:1px solid #3b82f64d;border-radius:8px;box-shadow:0 4px 16px #3b82f640;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:12px 24px;transition:all .3s ease}.upload-button:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 0 25px #3b82f680;transform:scale(1.05)}.upload-info{display:flex;flex-direction:column;gap:.25rem}.upload-info p{color:#64748b;font-size:.75rem;margin:0}@media (max-width:1024px){.overview-header{flex-direction:column;gap:2rem;text-align:center}.overview-stats{justify-content:center}.dual-map-display{gap:2rem;grid-template-columns:1fr}.comparison-divider{padding:1rem 0;transform:rotate(90deg)}.divider-line{background:linear-gradient(180deg,#0000,#3b82f680 50%,#0000)}}@media (max-width:768px){.map-plan{padding:4rem 0}.map-header,.map-tabs{margin-bottom:2rem}.map-tabs{gap:.5rem}.map-tab{font-size:.875rem;padding:8px 16px}.overview-header{flex-direction:column;gap:1.5rem;padding:1.5rem}.overview-title h3{font-size:1.5rem}.overview-stats{flex-direction:column;gap:1rem}.stat-card{padding:1rem}.dual-map-display{gap:1.5rem}.map-card-header{padding:1rem 1.5rem}.map-card-title h4{font-size:1.125rem}.progress-timeline{padding:1.5rem}.timeline-content,.timeline-item{padding-left:1.5rem}.timeline-dot{left:-1.5rem}.districts-grid{gap:1.5rem;grid-template-columns:1fr}.district-card{padding:1.5rem}.upload-section{padding:2rem}.map-view-toggle{flex-direction:column;gap:.5rem}.view-toggle-btn{justify-content:center}.areas-grid{gap:1.5rem;grid-template-columns:1fr}.area-card{padding:1.5rem}.area-stats{flex-direction:column;gap:1rem}}@media (max-width:480px){.map-tabs{align-items:center;flex-direction:column}.map-tab{justify-content:center;max-width:200px;width:100%}}.fullscreen-modal{animation:fadeIn .3s ease-out;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#000000e6;cursor:pointer;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:10000}.fullscreen-content,.fullscreen-modal{align-items:center;display:flex;justify-content:center}.fullscreen-content{cursor:default;height:calc(90vh - 80px);margin-top:80px;position:relative;width:90vw}.fullscreen-close{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:10px;top:10px;transition:all .3s ease;width:40px}.fullscreen-close:hover{background:#fff3;box-shadow:0 0 20px #ffffff4d;transform:scale(1.1)}.fullscreen-image{border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 20px 60px #00000080;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}@media (max-width:768px){.fullscreen-close{height:35px;right:10px;top:10px;width:35px}.fullscreen-content{height:calc(90vh - 64px);margin-top:64px;width:90vw}}.pricing{background:linear-gradient(135deg,#0f172acc,#1e293bcc);overflow:hidden;padding:8rem 0;position:relative}.pricing:before{background:radial-gradient(circle at 20% 30%,#3b82f614 0,#0000 50%),radial-gradient(circle at 80% 70%,#a855f714 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.pricing .container{position:relative;z-index:1}.pricing-header{margin-bottom:5rem;text-align:center}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.pricing-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;height:100%;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.pricing-card.popular{background:#3b82f60d;border:2px solid #3b82f680;box-shadow:0 20px 40px #3b82f633;transform:scale(1.05)}.pricing-card:hover{background:#ffffff1f;border-color:#3b82f64d;box-shadow:0 0 30px #3b82f633,inset 0 1px 0 #ffffff26;transform:scale(1.02)}.pricing-card.popular:hover{box-shadow:0 25px 50px #3b82f64d;transform:scale(1.08)}.popular-badge{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;box-shadow:0 8px 24px #3b82f64d;color:#fff;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;left:50%;padding:.5rem 1.5rem;position:absolute;top:-1rem;transform:translateX(-50%)}.card-header{margin-bottom:2rem;text-align:center}.tier-name{color:#f8fafc;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.tier-description{color:#94a3b8;font-size:1rem;font-weight:400;line-height:1.5;margin:0}.price-section{background:#3b82f60d;border:1px solid #3b82f633;border-radius:16px;margin:2rem 0;padding:2rem;text-align:center}.price-display{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:.5rem}.diamond-icon{animation:sparkle 3s ease-in-out infinite alternate;filter:drop-shadow(0 4px 12px rgba(59,130,246,.3));height:40px;width:40px}@keyframes sparkle{0%{filter:drop-shadow(0 4px 12px rgba(59,130,246,.3));transform:scale(1)}to{filter:drop-shadow(0 8px 24px rgba(59,130,246,.5));transform:scale(1.05)}}.price-number{color:#f8fafc;font-size:3rem;font-weight:800;letter-spacing:-.02em}.price-unit{color:#cbd5e1;font-size:1rem;font-weight:500}.features-list{display:flex;flex:1 1;flex-direction:column;gap:1rem;margin:2rem 0}.feature-item{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;display:flex;gap:.875rem;padding:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-item:hover{background:#3b82f614;border-color:#3b82f633;transform:scale(1.02)}.feature-icon{align-items:center;background:#3b82f61a;border-radius:8px;color:#3b82f6;display:flex;justify-content:center;min-width:24px;padding:.5rem}.feature-text{color:#e2e8f0;font-size:.9rem;font-weight:400;line-height:1.4}.card-footer{margin-top:auto;padding-top:1rem}.select-plan-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:1px solid #3b82f64d;border-radius:12px;box-shadow:0 4px 16px #3b82f640;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.select-plan-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 0 25px #3b82f680;transform:scale(1.05)}.pricing-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:4rem}.info-card{border-radius:16px;padding:2rem}.info-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.info-diamond{filter:drop-shadow(0 4px 12px rgba(59,130,246,.3));height:32px;width:32px}.info-header h4{color:#f8fafc;font-size:1.25rem;font-weight:600;margin:0}.info-header p{color:#94a3b8;font-size:.875rem;margin:0}.info-details{display:flex;flex-direction:column;gap:.75rem}.info-item{color:#cbd5e1;font-size:.9rem;line-height:1.5}.info-item strong{color:#f8fafc}.contact-card{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;text-align:center}.contact-card h4{color:#f8fafc;font-size:1.5rem;font-weight:600;margin:0}.contact-card p{color:#94a3b8;line-height:1.6;margin:0}.contact-btn{background:linear-gradient(135deg,#10b981,#059669);border:1px solid #10b9814d;box-shadow:0 4px 16px #10b98140;cursor:pointer;font-size:1rem;padding:.875rem 2rem}.contact-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 0 25px #10b98166;transform:scale(1.05)}@media (max-width:1024px){.pricing-grid{gap:1.5rem;grid-template-columns:1fr}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:scale(1.02)}.pricing-info{grid-template-columns:1fr}}@media (max-width:768px){.pricing{padding:6rem 0}.pricing-header{margin-bottom:3rem}.pricing-card{padding:2rem}.tier-name{font-size:1.5rem}.price-number{font-size:2.5rem}.diamond-icon{height:32px;width:32px}.info-diamond{height:24px;width:24px}.feature-item{padding:.75rem}.feature-text{font-size:.85rem}}.popup-overlay{align-items:center;animation:fadeIn .3s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.popup-content{animation:slideUp .3s ease-out;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 25px 50px #00000080;max-width:400px;padding:2.5rem;position:relative;text-align:center;width:90%}.popup-close{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#cbd5e1;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px}.popup-close:hover{background:#ef444433;border-color:#ef444466;color:#ef4444;transform:scale(1.1)}.popup-icon{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 8px 24px #10b9814d;color:#fff;display:flex;height:64px;justify-content:center;margin:0 auto 1.5rem;width:64px}.popup-content h3{color:#f8fafc;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.popup-content p{color:#cbd5e1;line-height:1.6;margin-bottom:1rem}.popup-username{align-items:center;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:12px;color:#60a5fa;display:flex;font-family:Courier New,monospace;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;margin:1.5rem 0;padding:1rem}.popup-instruction{color:#94a3b8;font-size:.9rem;font-style:italic;margin-bottom:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:768px){.popup-content{margin:1rem;padding:2rem}.popup-content h3{font-size:1.25rem}.popup-username{font-size:1rem;padding:.875rem}}.services{background:linear-gradient(135deg,#0f172a4d,#1e293b4d);padding:8rem 0;position:relative}.services:before{background:radial-gradient(circle at 30% 40%,#3b82f614 0,#0000 50%),radial-gradient(circle at 70% 60%,#6366f114 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.services .container{position:relative;z-index:1}.services-header{margin-bottom:5rem;text-align:center}.services-tree{display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:900px}.service-category{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.service-category:hover{background:#3b82f626;border-color:#3b82f64d;box-shadow:0 0 25px #3b82f64d}.category-header{align-items:center;border-bottom:2px solid #3b82f64d;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.category-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:12px;box-shadow:0 4px 16px #3b82f64d;color:#fff;display:flex;height:48px;justify-content:center;width:48px}.category-title{color:#f8fafc;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:0}.category-items{display:flex;flex-direction:column;gap:.5rem}.service-item{align-items:flex-start;border-radius:12px;display:flex;gap:1rem;padding:1rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.service-item:hover{background:#ffffff0d;transform:translateX(8px)}.service-item.available:hover{background:#3b82f614}.service-item.coming-soon{opacity:.7}.service-item.coming-soon:hover{background:#f59e0b14}.item-connector{align-items:center;display:flex;flex-direction:column;margin-top:.5rem;position:relative}.connector-line{background:linear-gradient(180deg,#3b82f680,#3b82f633);height:20px;margin-bottom:.25rem;width:2px}.connector-dot{border-radius:50%;height:8px;width:8px}.connector-dot,.service-item.available .connector-dot{background:#3b82f6;box-shadow:0 0 8px #3b82f666}.service-item.coming-soon .connector-dot{background:#f59e0b;box-shadow:0 0 8px #f59e0b66}.item-content{flex:1 1}.item-header{gap:.75rem;margin-bottom:.5rem}.item-header,.item-icon{align-items:center;display:flex}.item-icon{border-radius:8px;height:32px;justify-content:center;transition:all .3s ease;width:32px}.item-icon,.service-item.available .item-icon{background:#3b82f633;color:#3b82f6}.service-item.coming-soon .item-icon{background:#f59e0b33;color:#f59e0b}.item-name{color:#f8fafc;flex:1 1;font-size:1.125rem;font-weight:600;margin:0}.item-status{margin-left:auto}.status-available{color:#3b82f6}.status-coming-soon{color:#f59e0b}.item-description{color:#cbd5e1;font-size:.9rem;line-height:1.5;margin:0 0 0 2.5rem}.services-footer{margin-top:4rem;text-align:center}.legend{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.legend-item{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:.5rem;padding:.75rem 1.5rem}.legend-item span{color:#cbd5e1;font-size:.9rem;font-weight:500}.footer-note{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;color:#94a3b8;font-size:1rem;line-height:1.6;margin:0 auto;max-width:600px;padding:1.5rem}@media (max-width:768px){.services{padding:6rem 0}.services-header{margin-bottom:3rem}.services-tree{gap:2rem}.service-category{padding:1.5rem}.category-header{flex-direction:column;gap:.75rem;text-align:center}.category-icon{height:40px;width:40px}.category-title{font-size:1.25rem}.service-item{padding:.875rem}.service-item:hover{transform:translateX(4px)}.item-header{gap:.5rem}.item-icon{height:28px;width:28px}.item-name{font-size:1rem}.item-description{font-size:.85rem;margin-left:2rem}.legend{gap:1rem}.legend-item{padding:.5rem 1rem}.footer-note{font-size:.9rem;padding:1.25rem}}.ideas{background:linear-gradient(135deg,#0f172a33,#1e293b33);padding:4rem 0;position:relative}.ideas:before{background:radial-gradient(circle at 50% 50%,#3b82f60d 0,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.ideas .container{position:relative;z-index:1}.ideas-banner{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;margin:0 auto;max-width:800px;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.ideas-banner:hover{background:#3b82f614;border-color:#3b82f633;box-shadow:0 0 30px #3b82f633}.banner-content{gap:2rem;text-align:left}.banner-content,.banner-icon{align-items:center;display:flex}.banner-icon{background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:16px;box-shadow:0 4px 20px #3b82f64d;color:#fff;flex-shrink:0;height:64px;justify-content:center;width:64px}.banner-text{flex:1 1}.banner-text h3{color:#f8fafc;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem}.banner-text p{color:#cbd5e1;font-size:1rem;line-height:1.6;margin:0}.banner-actions{flex-shrink:0}.contact-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:12px;box-shadow:0 4px 16px #3b82f64d;color:#fff;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.contact-btn:hover{background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 8px 25px #3b82f666;transform:translateY(-2px) scale(1.05)}.contact-btn:active{transform:translateY(0) scale(1.02)}@media (max-width:768px){.ideas{padding:3rem 0}.ideas-banner{padding:2rem}.banner-content{flex-direction:column;gap:1.5rem;text-align:center}.banner-icon{height:56px;width:56px}.banner-text h3{font-size:1.25rem}.banner-text p,.contact-btn{font-size:.9rem}.contact-btn{padding:.75rem 1.25rem}}@media (max-width:480px){.ideas-banner{padding:1.5rem}.banner-content{gap:1rem}.banner-icon{height:48px;width:48px}.banner-text h3{font-size:1.125rem}.banner-text p{font-size:.85rem}}
/*# sourceMappingURL=main.34cbd2d9.css.map*/