.carousel-container{position:relative;width:100%;max-width:1400px;margin:0 auto;overflow:hidden}.carousel-wrapper{position:relative;width:100%;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000004d}.carousel-track{position:relative;width:100%;height:500px;overflow:hidden}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity .5s ease-in-out,transform .6s cubic-bezier(.4,0,.2,1);z-index:0}.carousel-slide.previous{transform:translate(-100%);z-index:0}.carousel-slide.active{opacity:1;pointer-events:auto;transform:translate(0);z-index:1}.carousel-slide:nth-child(2).active{z-index:2}.carousel-slide:nth-child(3).active{z-index:3}.carousel-slide:nth-child(4).active{z-index:4}.carousel-image{width:100%;height:100%;object-fit:cover}.carousel-image img{width:100%;height:100%;object-fit:cover;display:block}.carousel-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.5) 50%,transparent 100%);padding:60px 40px 40px;color:#fff;z-index:2}.carousel-content{max-width:800px}.carousel-title{font-size:3rem;font-weight:700;margin-bottom:16px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3);animation:slideUp .8s ease-out .2s both}.carousel-description{font-size:1.5rem;margin-bottom:24px;line-height:1.6;text-shadow:0 2px 4px rgba(0,0,0,.3);animation:slideUp .8s ease-out .4s both}.carousel-learn-more{padding:12px 32px;background:#3b82f6;color:#fff;border:none;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;animation:slideUp .8s ease-out .6s both;text-decoration:none;display:inline-block}.carousel-learn-more:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;color:#333;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.carousel-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 8px 24px #0003}.carousel-prev{left:24px}.carousel-next{right:24px}.carousel-nav:disabled{opacity:.5;cursor:not-allowed}.carousel-indicators{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.carousel-indicator{width:12px;height:12px;border-radius:50%;background:#fff6;border:2px solid rgba(255,255,255,.6);cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicator:hover{background:#ffffffb3;transform:scale(1.2)}.carousel-indicator.active{background:#fff;transform:scale(1.3);box-shadow:0 0 12px #ffffff80}.carousel-pause-overlay{position:absolute;inset:0;z-index:5}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.carousel-container{max-width:100%}.carousel-track{height:400px}.carousel-title{font-size:2.2rem}.carousel-description{font-size:1.2rem}}@media(max-width:768px){.carousel-track{height:350px}.carousel-overlay{padding:40px 20px 30px}.carousel-title{font-size:1.8rem}.carousel-description{font-size:1rem}.carousel-learn-more{padding:10px 24px;font-size:1rem}.carousel-nav{width:40px;height:40px}.carousel-nav svg{width:24px;height:24px}.carousel-prev{left:16px}.carousel-next{right:16px}.carousel-indicators{gap:8px}.carousel-indicator{width:10px;height:10px}}@media(max-width:480px){.carousel-track{height:300px}.carousel-overlay{padding:30px 16px 20px}.carousel-title{font-size:1.5rem}.carousel-description{font-size:.9rem}.carousel-learn-more{padding:8px 20px;font-size:.95rem}.carousel-nav{width:36px;height:36px}.carousel-nav svg{width:20px;height:20px}.carousel-indicators{gap:6px}.carousel-indicator{width:8px;height:8px}}.contract-map-wrapper{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;margin:20px 0}.map-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f7fafc,#edf2f7)}.map-title{font-size:20px;font-weight:700;color:#2d3748;margin:0}.map-stats-bar{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border-radius:20px;box-shadow:0 2px 4px #0000000d}.stats-icon{font-size:16px}.stats-text{font-size:14px;font-weight:600;color:#48bb78}.map-content{display:grid;grid-template-columns:1fr 320px;min-height:500px}.map-view{position:relative;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);overflow:hidden;min-height:500px;height:500px;display:flex;align-items:center;justify-content:center}.map-svg{width:100%;height:100%;display:block}.city-marker:hover{filter:brightness(1.2);transform-origin:center}.marker-glow{animation:pulse 2s ease-in-out infinite}.marker-dot{transition:all .3s ease;cursor:pointer}.marker-dot:hover{transform:scale(1.2)}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.map-controls{position:absolute;right:20px;top:20px;display:flex;flex-direction:column;gap:10px;z-index:10}.control-btn{width:40px;height:40px;border:none;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s ease}.control-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.control-btn:active{transform:scale(.95)}.map-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffffe6;gap:12px}.loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#48bb78;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.map-sidebar{border-left:1px solid #e2e8f0;background:#f7fafc;padding:20px;display:flex;flex-direction:column;gap:20px;overflow-y:auto}.stats-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 4px #0000000d}.stats-card-title{font-size:16px;font-weight:600;color:#2d3748;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #48bb78}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat-item{text-align:center;padding:12px 8px;background:#f7fafc;border-radius:8px}.stat-value{font-size:24px;font-weight:700;color:#48bb78;margin-bottom:4px}.stat-label{font-size:12px;color:#718096}.legend-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 4px #0000000d}.legend-title{font-size:14px;font-weight:600;color:#2d3748;margin-bottom:12px}.legend-list{display:flex;flex-direction:column;gap:10px}.legend-item{display:flex;align-items:center;gap:10px}.legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.legend-dot.large{background:#48bb78}.legend-dot.medium{background:#4299e1}.legend-dot.small{background:#ed8936}.legend-text{font-size:13px;color:#4a5568}.city-list-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 4px #0000000d;flex:1}.city-list-title{font-size:14px;font-weight:600;color:#2d3748;margin-bottom:12px}.city-list{display:flex;flex-direction:column;gap:8px}.city-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#f7fafc;border-radius:8px;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.city-item:hover{background:#edf2f7;transform:translate(4px)}.city-item.selected{background:#e6fffa;border-color:#48bb78}.city-rank{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.city-info{flex:1}.city-name{font-size:14px;font-weight:600;color:#2d3748}.city-count{font-size:12px;color:#718096}.city-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0}.city-detail-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.city-detail-content{background:#fff;border-radius:16px;padding:24px;min-width:320px;max-width:400px;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.close-btn{position:absolute;top:16px;right:16px;width:28px;height:28px;border:none;background:#f7fafc;border-radius:50%;cursor:pointer;font-size:16px;color:#718096;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-btn:hover{background:#edf2f7;color:#2d3748}.detail-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.detail-city-name{font-size:24px;font-weight:700;color:#2d3748;margin:0 0 8px}.detail-province{font-size:14px;color:#718096}.detail-body{display:flex;flex-direction:column;gap:16px}.detail-stat{display:flex;justify-content:space-between;align-items:center}.detail-label{font-size:14px;color:#718096}.detail-value{font-size:20px;font-weight:700;color:#48bb78}.detail-tag{padding:4px 12px;border-radius:12px;color:#fff;font-size:12px;font-weight:600}.detail-coord{font-size:13px;color:#4a5568;font-family:Courier New,monospace;background:#f7fafc;padding:4px 8px;border-radius:4px}@media(max-width:1024px){.map-content{grid-template-columns:1fr}.map-sidebar{border-left:none;border-top:1px solid #e2e8f0;max-height:300px}.stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.map-header{flex-direction:column;gap:12px;align-items:flex-start}.map-stats-bar{align-self:flex-start}.stats-grid{grid-template-columns:1fr}.stat-item{display:flex;justify-content:space-between;align-items:center}}@media(prefers-color-scheme:dark){.contract-map-wrapper{background:#1a202c;box-shadow:0 4px 12px #0000004d}.map-header{background:linear-gradient(135deg,#2d3748,#1a202c);border-bottom-color:#2d3748}.map-title{color:#f7fafc}.map-stats-bar{background:#2d3748}.map-sidebar{background:#1a202c;border-left-color:#2d3748}.stats-card,.legend-card,.city-list-card{background:#2d3748}.stats-card-title,.legend-title,.city-list-title{color:#f7fafc}.stat-item{background:#1a202c}.stat-label,.legend-text{color:#a0aec0}.city-item{background:#1a202c}.city-item:hover{background:#2d3748}.city-item.selected{background:#234e52}.city-name{color:#f7fafc}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#10b981,#059669);min-height:100vh;margin:0;padding:0;width:100%}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;margin:0 auto;background:linear-gradient(135deg,#10b981,#059669)}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;padding:1.5rem 2rem;display:flex;justify-content:center;align-items:center;gap:4rem;position:sticky;top:0;z-index:100;width:100%;max-width:1400px;margin:0 auto}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.8rem;font-weight:800;letter-spacing:1px;padding:.5rem 1.5rem;background:linear-gradient(135deg,#10b9811a,#0596691a);border-radius:12px;box-shadow:0 4px 15px #10b98126}.logo-icon{font-size:2.2rem;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-text{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:.5rem}.nav-item{padding:.75rem 1.25rem;border:none;background:transparent;color:#333;font-size:1rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.nav-item:hover{background:#10b9811a;transform:translateY(-2px)}.nav-item.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b98166}.nav-icon{font-size:1.2rem}.main-content{flex:1;padding:4rem 2rem;max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center}.home-section{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero{text-align:center;margin-bottom:4rem;color:#fff}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.5rem;opacity:.95;margin-bottom:1.5rem}.hero-description{font-size:1.1rem;opacity:.9;line-height:1.8;max-width:600px;margin:0 auto}.hero-description p{margin:.5rem 0}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.features{margin-bottom:4rem;width:100%}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%}.feature-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.feature-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0003}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;color:#333;margin-bottom:.75rem;font-weight:600}.feature-card p{color:#666;line-height:1.6;font-size:.95rem}.stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;text-align:center;color:#fff}.stat-item{padding:1.5rem}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#48bb78,#38a169,#276749);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none;filter:drop-shadow(0 2px 4px rgba(72,187,120,.3))}.stat-label{font-size:1.1rem;opacity:.95}.content-section{animation:fadeIn .6s ease-out}.page-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;width:100%}.content-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.content-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.content-card h3{font-size:1.4rem;color:#333;margin-bottom:1rem;font-weight:600}.content-card p{color:#666;line-height:1.8;font-size:.95rem}.data-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;width:100%}.data-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;text-align:center;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.data-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.data-card h3{font-size:.9rem;color:#666;margin-bottom:.75rem;font-weight:500}.data-value{font-size:2rem;font-weight:700;color:#10b981;margin-bottom:.5rem}.data-trend{font-size:.9rem;font-weight:600}.data-trend:first-letter{color:#10b981}.profit-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;width:100%}.profit-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 15px #0000001a}.profit-card h3{font-size:1.1rem;color:#666;margin-bottom:1rem;font-weight:500}.profit-amount{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profit-table{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 4px 15px #0000001a;overflow-x:auto}.profit-table table{width:100%;border-collapse:collapse}.profit-table th,.profit-table td{padding:1rem;text-align:left;border-bottom:1px solid #e0e0e0}.profit-table th{font-weight:600;color:#333;background:#10b9811a}.profit-table tr:hover{background:#10b9810d}.profit-table td{color:#666}.status-success{display:inline-block;padding:.4rem 1rem;background:#d1fae5;color:#065f46;border-radius:20px;font-size:.85rem;font-weight:600}.status-pending{display:inline-block;padding:.4rem 1rem;background:#fef3c7;color:#92400e;border-radius:20px;font-size:.85rem;font-weight:600}.map-section{width:100%;margin-top:2rem}.map-container{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;gap:2rem}.map-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;text-align:center;padding-bottom:2rem;border-bottom:2px solid #e0e0e0}.map-stat{padding:1rem;background:linear-gradient(135deg,#10b9811a,#0596691a);border-radius:12px;transition:all .3s ease}.map-stat:hover{transform:translateY(-5px);box-shadow:0 8px 20px #10b98133}.map-stat-number{font-size:2.2rem;font-weight:800;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.map-stat-label{font-size:1rem;color:#666;font-weight:500}.map-placeholder{display:flex;flex-direction:column;gap:1.5rem}.map-header{text-align:center;font-size:1.5rem;font-weight:700;color:#333;padding-bottom:1rem}.map-regions{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.region-card{background:linear-gradient(135deg,#10b9810d,#0596690d);border:2px solid rgba(16,185,129,.2);border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s ease}.region-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #10b98133;border-color:#10b981;background:linear-gradient(135deg,#10b9811a,#0596691a)}.region-name{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.5rem}.region-count{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer{text-align:center;padding:2rem;color:#ffffffe6;font-size:.9rem;width:100%;max-width:1200px;margin:0 auto}.footer p{margin:.5rem 0}.icp-number{color:#fffc;font-size:.85rem}@media(max-width:768px){.header{flex-direction:column;gap:1rem;padding:1rem}.nav{flex-wrap:wrap;justify-content:center}.nav-item{padding:.5rem 1rem;font-size:.9rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:1.8rem}.main-content{padding:2rem 1rem}.stats{gap:2rem}.stat-number{font-size:2rem}}
