body{margin:0}.login-container{height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(to bottom,#1a237e,#0d47a1);background-image:url("/assets/Frame%206%20(5)-3NUbODuV.png");background-size:cover;background-position:center}.login-card{background:linear-gradient(to bottom,#f3e5f5,#fff,#f3e5f5);padding:40px;border-radius:16px;box-shadow:0 10px 30px #0000004d;width:350px;position:relative;text-align:center}.profile-icon{width:70px;height:70px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:40px;position:absolute;top:-35px;left:50%;transform:translate(-50%);box-shadow:0 5px 15px #0003}.login-title{margin-top:40px;margin-bottom:20px;font-size:18px;color:#333;font-weight:600}.login-input{width:320px;padding:12px;margin-bottom:15px;border:none;border-radius:8px;background:linear-gradient(to right,#a7e2fa,#5b75e9);color:#333;font-size:14px}.login-input::placeholder{color:#181818}.role-buttons{display:flex;justify-content:space-between;margin-bottom:20px}.role-buttons button{flex:1;margin:0 5px;padding:10px;border:none;border-radius:8px;background:#ddd;cursor:pointer;transition:all .3s ease}.role-buttons button.active{background:#42a5f5;color:#fff;font-weight:700;box-shadow:0 4px 10px #0003}.login-btn{width:100%;padding:12px;background:linear-gradient(to right,#a7e2fa,#5b75e9,#a7e2fa);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:opacity .3s ease}.login-btn:hover{opacity:.9}.auth-link{text-align:center;margin-top:20px;color:#666;font-size:14px}.auth-link a{color:#42a5f5;text-decoration:none;font-weight:700;transition:color .3s ease}.auth-link a:hover{color:#1976d2;text-decoration:underline}.home-container{max-width:100%;background-color:#eff5d2;margin:0 auto;min-height:100px}.hero-section{text-align:center;margin-bottom:3rem;padding:2rem;background:linear-gradient(50deg,#dadada,#5a5a5a);color:#fff}.hero-title{font-size:2.6rem;font-weight:700;margin-bottom:1rem;padding-bottom:30px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.2rem;opacity:.9}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.dashboard-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 25px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #00000026}.card-icon{font-size:3rem;margin-bottom:1rem}.dashboard-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.dashboard-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.card-button{display:inline-block;background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease}.card-button:hover{background:linear-gradient(45deg,#764ba2,#667eea);transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.recent-activity,.featured-projects,.admin-stats,.pending-actions{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 25px #0000001a;margin-bottom:2rem}.recent-activity h2,.featured-projects h2,.admin-stats h2,.pending-actions h2{font-size:1.8rem;margin-bottom:1.5rem;color:#333}.activity-list,.action-list{display:flex;flex-direction:column;gap:1rem}.activity-item,.action-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:12px;transition:background .3s ease}.activity-item:hover,.action-item:hover{background:#e9ecef}.activity-icon,.action-icon{font-size:1.2rem}.activity-time{margin-left:auto;color:#666;font-size:.9rem}.action-link{margin-left:auto;color:#667eea;text-decoration:none;font-weight:600}.action-link:hover{color:#764ba2}.action-item.urgent{background:#fff3cd;border-left:4px solid #ffc107}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.project-card{background:#f8f9fa;padding:1.5rem;border-radius:12px;text-align:center;transition:transform .3s ease}.project-card:hover{transform:translateY(-3px)}.project-image{font-size:2.5rem;margin-bottom:1rem}.project-card h4{margin-bottom:.5rem;color:#333}.project-card p{color:#666;margin-bottom:.5rem}.project-price{font-weight:700;color:#667eea;font-size:1.1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-card{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}@media (max-width: 768px){.home-container{padding:1rem}.hero-title{font-size:2rem}.dashboard-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:1fr}}.navbar-container{background:linear-gradient(135deg,#fff,#555);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000001a;position:sticky;top:0;z-index:1000;transition:all .3s ease}.navbar-container:hover{box-shadow:0 12px 40px #00000026}.navbar-content{max-width:100%;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:nowrap}.navbar-logo{background-image:url(/assets/logo1-BuhpjI2D.png);background-size:contain;background-repeat:no-repeat;background-position:center;width:200px;height:60px;display:flex;align-items:center;gap:1rem;cursor:pointer;border-radius:8px;box-sizing:border-box}.navbar-right{display:flex;align-items:center;gap:2rem;flex:1;justify-content:flex-end}.navbar-nav{display:flex;height:10px;align-items:center;gap:1.5rem}.nav-link{display:flex;align-items:center;gap:.3rem;color:#111111e6;text-decoration:none;font-weight:500;padding:.5rem .75rem;border-radius:8px;transition:all .3s ease;position:relative;overflow:hidden;font-size:.9rem}.nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.nav-link:hover:before{left:100%}.nav-link:hover{color:#fff;background:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.nav-icon{font-size:1.2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.logo-image{width:120px;height:40px;border-radius:8px;object-fit:contain;box-shadow:0 4px 15px #0072ff66;transition:all .3s ease}.logo-image:hover{transform:scale(1.05);box-shadow:0 6px 20px #0072ff99}.logo-text{font-size:1.4rem;font-weight:700;background:linear-gradient(45deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1);letter-spacing:-.5px}.navbar-buttons{display:flex;align-items:center;gap:1rem}.btn-signin{color:#ffffffe6;text-decoration:none;font-weight:600;padding:.5rem 1rem;border:2px solid rgba(255,255,255,.3);border-radius:20px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;font-size:.9rem}.btn-signin:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-signin:hover:before{left:100%}.btn-signin:hover{color:#fff;border-color:#fff9;background:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.btn-signup{background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff;font-weight:600;padding:.5rem 1rem;border:none;border-radius:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ee5a2466;position:relative;overflow:hidden;font-size:.9rem}.btn-signup:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.btn-signup:hover:before{left:100%}.btn-signup:hover{background:linear-gradient(45deg,#ee5a24,#ff6b6b);transform:translateY(-2px);box-shadow:0 6px 20px #ee5a2499}.btn-logout{background:linear-gradient(45deg,#e74c3c,#c0392b);color:#fff;font-weight:600;padding:.5rem 1rem;border:none;border-radius:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #13131366;position:relative;overflow:hidden;font-size:.9rem}.btn-logout:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.btn-logout:hover:before{left:100%}.btn-logout:hover{background:linear-gradient(45deg,#c0392b,#e74c3c);transform:translateY(-2px);box-shadow:0 6px 20px #e74c3c99}@media (max-width: 1200px){.navbar-nav{gap:1rem}.navbar-right{gap:1.5rem}.nav-link{padding:.4rem .6rem;font-size:.85rem}.logo-text{font-size:1.2rem}.btn-signin,.btn-signup{padding:.4rem .8rem;font-size:.85rem}}@media (max-width: 1024px){.navbar-content{padding:.5rem .75rem;gap:.75rem}.navbar-nav{gap:.75rem}.navbar-right{gap:1rem}.nav-link{padding:.3rem .5rem;font-size:.8rem}.logo-text{font-size:1.1rem}}@media (max-width: 768px){.navbar-nav{display:none}.navbar-content{justify-content:space-between;padding:.5rem}.navbar-right{gap:.5rem}.logo-text{font-size:1rem}.logo-icon{width:40px;height:40px}.logo-symbol{font-size:1.2rem}}@media (max-width: 480px){.navbar-buttons{gap:.5rem}.btn-signin,.btn-signup{padding:.3rem .6rem;font-size:.8rem}.logo-text{font-size:.9rem}}.footer{margin-top:4rem;padding:2rem;text-align:center;background:#0000004d;border-top:1px solid rgba(255,255,255,.2);border-radius:12px 12px 0 0}.footer p{margin-bottom:1rem;font-size:.95rem;opacity:.8}.footer-links{display:flex;justify-content:center;gap:1.5rem}.footer-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .2s}.footer-links a:hover{color:#413401}.hero-fullscreen{min-height:72vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative}.hero-fullscreen .hero-title{font-size:4rem;margin-bottom:1.5rem}.hero-fullscreen .hero-subtitle{font-size:1.5rem;max-width:600px;line-height:1.6}.profile-container{max-width:800px;margin:0 auto;padding:2rem;min-height:calc(100vh - 80px)}.profile-header{text-align:center;margin-bottom:3rem}.profile-title{font-size:2.5rem;color:#333;margin-bottom:.5rem}.profile-subtitle{font-size:1.1rem;color:#666;max-width:500px;margin:0 auto}.profile-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.form-section{margin-bottom:2.5rem}.form-section h3{color:#333;margin-bottom:1.5rem;font-size:1.3rem;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#333;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.file-input{padding:.5rem!important}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea4d}.btn-secondary{background:transparent;color:#666;border:2px solid #e1e5e9;padding:.75rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:all .2s ease}.btn-secondary:hover{border-color:#667eea;color:#667eea}@media (max-width: 768px){.form-row{grid-template-columns:1fr;gap:1rem}.profile-container{padding:1rem}.profile-form{padding:1.5rem}.form-actions{flex-direction:column}}.page-container{max-width:1200px;margin:0 auto;padding:2rem;min-height:calc(100vh - 80px)}.page-header{text-align:center;margin-bottom:3rem}.page-title{font-size:2.5rem;color:#333;margin-bottom:.5rem}.page-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.project-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.form-help{font-size:.85rem;color:#666;margin-top:.25rem}.mrv-content{display:flex;flex-direction:column;gap:2rem}.mrv-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.mrv-section h3{color:#333;margin-bottom:1.5rem;font-size:1.3rem;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-bottom:2rem}.project-card{border:2px solid #e1e5e9;border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s ease;position:relative}.status-badge{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.verified{background:#d1fae5;color:#065f46}.status-badge.active{background:#dbeafe;color:#1e40af}.no-projects{text-align:center;padding:2rem;color:#666}.mrv-form{margin-top:1rem}.reports-list{display:flex;flex-direction:column;gap:1rem}.report-item{border:1px solid #e1e5e9;border-radius:8px;padding:1rem}.report-header{display:flex;justify-content:between;align-items:center;margin-bottom:.5rem}.report-details p{margin:.25rem 0;font-size:.9rem}.no-reports{text-align:center;color:#666;padding:2rem}.marketplace-content{display:flex;flex-direction:column;gap:2rem}.marketplace-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.marketplace-section h3{color:#333;margin-bottom:1.5rem;font-size:1.3rem;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.project-selection h4{color:#333;margin-bottom:1rem}.listing-form{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e1e5e9}.listing-form h4{color:#333;margin-bottom:1rem}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.listing-card{border:2px solid #e1e5e9;border-radius:8px;padding:1.5rem;transition:all .3s ease}.listing-card.own-listing{border-color:#10b981;background:#10b9810d}.listing-card.market-listing:hover{border-color:#667eea;box-shadow:0 4px 15px #667eea1a}.listing-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.listing-header h4{margin:0;color:#333}.project-type{background:#f3f4f6;color:#374151;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.listing-details p{margin:.5rem 0;font-size:.9rem}.listing-actions{display:flex;gap:.5rem;margin-top:1rem}.listing-actions button{flex:1;padding:.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-danger{background:#ef4444;color:#fff;border:none}.btn-danger:hover{background:#dc2626}.no-listings{text-align:center;color:#666;padding:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:8px;text-align:center}.stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9}@media (max-width: 768px){.page-container{padding:1rem}.project-grid,.listings-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.listing-actions{flex-direction:column}}.profile-display-container{max-width:1200px;margin:0 auto;background:#f3f2ef;max-height:1200px}.no-profile{text-align:center;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 2px 10px #0000001a}.profile-header-section{background:#fff;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a;overflow:hidden}.profile-cover{height:200px;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;display:flex;align-items:flex-end;justify-content:center;padding-bottom:60px}.profile-avatar{width:120px;height:120px;border-radius:50%;border:4px solid white;overflow:hidden;position:absolute;bottom:-60px;background:#fff;display:flex;align-items:center;justify-content:center}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;border-radius:50%}.profile-info{padding:80px 2rem 2rem;display:flex;justify-content:space-between;align-items:flex-start}.profile-name-section h1{font-size:2rem;font-weight:600;color:#000;margin:0 0 .5rem}.profile-role{font-size:1.1rem;color:#666;margin:0 0 .5rem;font-weight:400}.profile-location{font-size:.9rem;color:#666;margin:0}.profile-actions{display:flex;gap:.5rem}.btn-edit,.btn-connect,.btn-message{padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:1px solid}.btn-edit{background:#0a66c2;color:#fff;border-color:#0a66c2}.btn-edit:hover{background:#004182}.btn-connect{background:transparent;color:#0a66c2;border-color:#0a66c2}.btn-connect:hover{background:#0a66c2;color:#fff}.btn-message{background:transparent;color:#666;border-color:#666}.btn-message:hover{background:#666;color:#fff}.profile-content{display:grid;grid-template-columns:1fr;gap:1.5rem}.profile-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.card-header{padding:1.5rem 1.5rem 0;border-bottom:1px solid #e0e0e0;margin-bottom:1.5rem}.card-header h3{font-size:1.2rem;font-weight:600;color:#000;margin:0;padding-bottom:1rem}.card-content{padding:0 1.5rem 1.5rem}.profile-bio{font-size:.95rem;line-height:1.6;color:#333;margin:0}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.contact-icon{font-size:1.2rem;width:24px;text-align:center}.contact-details{display:flex;flex-direction:column}.contact-label{font-size:.8rem;color:#666;text-transform:uppercase;font-weight:600}.contact-value{font-size:.95rem;color:#000}.professional-item{display:flex;align-items:flex-start;gap:1rem}.professional-icon{font-size:2rem;width:48px;height:48px;background:#f3f2ef;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.professional-details h4{margin:0 0 .5rem;font-size:1rem;color:#666;font-weight:400}.role-title{font-size:1.1rem;font-weight:600;color:#000;margin:0 0 .25rem}.organization{font-size:.9rem;color:#666;margin:0}.activity-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.activity-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.activity-icon{font-size:1.5rem;width:40px;height:40px;background:#f3f2ef;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-content p{margin:0 0 .25rem;font-size:.95rem;color:#000}.activity-time{font-size:.8rem;color:#666}.skills-grid{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#e7f3ff;color:#0a66c2;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.stat-item{padding:1rem;background:#f8f9fa;border-radius:8px}.stat-number{font-size:1.5rem;font-weight:700;color:#0a66c2;margin-bottom:.25rem}@media (max-width: 768px){.profile-display-container{padding:1rem}.profile-info{flex-direction:column;gap:1rem;text-align:center}.profile-actions{justify-content:center}.stats-grid{grid-template-columns:repeat(2,1fr)}.skills-grid{justify-content:center}}.contact-container{width:100vw;margin:0;min-height:100vh}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{font-size:2.5rem;color:#333;margin-bottom:.5rem}.contact-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.contact-info-section,.contact-form-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.contact-info-section h3,.contact-form-section h3{color:#333;margin-bottom:1.5rem;font-size:1.3rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;align-items:flex-start;gap:1rem}.method-icon{font-size:1.5rem;width:40px;height:40px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.method-details h4{margin:0 0 .5rem;color:#333;font-size:1rem}.method-details p{margin:.25rem 0;color:#666;font-size:.9rem}.chat-button{background:#0a66c2;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;margin-top:.5rem}.chat-button:hover{background:#004182}.contact-form{display:flex;flex-direction:column;gap:1rem}.faq-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.faq-section h3{color:#333;margin-bottom:1.5rem;font-size:1.3rem;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.faq-item{padding:1rem;border:1px solid #e1e5e9;border-radius:8px}.faq-item h4{margin:0 0 .5rem;color:#333;font-size:1rem}.faq-item p{margin:0;color:#666;font-size:.9rem;line-height:1.5}.about-container{width:100vw;margin:0;min-height:100vh}.about-header{text-align:center;margin-bottom:3rem}.about-title{font-size:2.5rem;color:#333;margin-bottom:.5rem}.about-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.about-hero{background:linear-gradient(135deg,#6399fe,#87b6f3,#503cb8);color:#fff;border-radius:12px;padding:3rem;text-align:center;margin-bottom:3rem}.hero-content h2{font-size:2rem;color:#000;margin-bottom:1rem}.hero-content p{font-size:1.2rem;line-height:1.6;font-weight:bolder;max-width:800px;margin:0 auto;color:#fff}.about-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #0000001a}.about-section h3{color:#333;margin-bottom:1.5rem;font-size:1.5rem;text-align:center}.mission-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.mission-item{text-align:center;padding:1rem}.mission-icon{font-size:3rem;margin-bottom:1rem}.mission-item h4{color:#333;margin-bottom:.5rem}.mission-item p{color:#666;line-height:1.5}.blue-carbon-section{background:#f8f9fa}.blue-carbon-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.ecosystem-types{margin-top:1.5rem}.ecosystem-types h4{color:#333;margin-bottom:1rem}.ecosystem-types ul{list-style:none;padding:0}.ecosystem-types li{margin-bottom:.75rem;color:#666;line-height:1.5}.carbon-stats{display:flex;flex-direction:column;gap:1rem}.process-steps{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;align-items:flex-start;gap:1rem}.step-number{width:40px;height:40px;background:#0a66c2;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.step-content h4{color:#333;margin-bottom:.5rem}.step-content p{color:#666;line-height:1.5}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.team-member{text-align:center;padding:1rem;border:1px solid #e1e5e9;border-radius:8px}.member-avatar{font-size:3rem;margin-bottom:1rem}.team-member h4{color:#333;margin-bottom:.25rem}.member-role{color:#0a66c2;font-weight:600;margin-bottom:.5rem}.team-member p:last-child{color:#666;font-size:.9rem;line-height:1.4}.impact-section{background:#f8f9fa}.impact-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.impact-stat{padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.impact-number{font-size:2rem;font-weight:700;color:#0a66c2;margin-bottom:.5rem}.impact-label{color:#666;font-size:.9rem;text-transform:uppercase;font-weight:600}.about-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;padding:3rem;text-align:center}.about-cta h3{font-size:1.8rem;margin-bottom:1rem}.about-cta p{font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{padding:.75rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:all .2s ease}.cta-buttons .btn-primary{background:#fff;color:#0a66c2}.cta-buttons .btn-secondary{background:transparent;color:#fff;border:2px solid white}.cta-buttons .btn-primary:hover{background:#f0f0f0}.cta-buttons .btn-secondary:hover{background:#fff;color:#0a66c2}.dashboard-overview{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.carbon-credits-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.carbon-credits-section h3{color:#fff;margin-bottom:1.5rem}.credits-summary{display:flex;flex-direction:column;gap:1.5rem}.total-credits{text-align:center;padding:1rem;background:#ffffff1a;border-radius:8px}.total-credits h4{margin:0 0 .5rem;font-size:1rem;opacity:.9}.credits-number{font-size:2rem;font-weight:700;display:block}.credits-by-project h4{margin:0 0 1rem;font-size:1rem;opacity:.9}.project-credits{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#ffffff1a;border-radius:6px;margin-bottom:.5rem}.project-name{font-weight:500}.credits-amount{font-weight:600;color:gold}.no-credits{text-align:center;opacity:.8;font-style:italic}.price-graph-section{background:#fff}.price-graph{display:flex;flex-direction:column;gap:1.5rem}.current-price{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.price-label{font-size:.9rem;color:#666}.price-value{font-size:1.5rem;font-weight:700;color:#0a66c2}.price-change{font-size:.9rem;font-weight:600}.price-change.positive{color:#28a745}.price-change.negative{color:#dc3545}.price-chart{display:flex;align-items:end;gap:1rem;height:150px;padding:1rem;background:#f8f9fa;border-radius:8px}.price-bar{display:flex;flex-direction:column;align-items:center;flex:1;height:100%}.bar{width:100%;background:linear-gradient(to top,#0a66c2,#667eea);border-radius:4px 4px 0 0;min-height:20px;margin-bottom:.5rem}.month-label{font-size:.8rem;color:#666;margin-bottom:.25rem}.price-bar .price-label{font-size:.75rem;color:#333;font-weight:600}.projects-status-section{grid-column:1 / -1}.projects-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.project-status-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.project-status-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e1e5e9}.project-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.8rem;color:#666;text-transform:uppercase;font-weight:600}.stat-value{font-size:1rem;color:#333;font-weight:600}.no-projects-status{grid-column:1 / -1;text-align:center;padding:2rem;color:#666}.no-projects-status a{color:#0a66c2;text-decoration:none;font-weight:600}.no-projects-status a:hover{text-decoration:underline}.status-badge.no-reports{background:#6c757d;color:#fff}.status-badge.pending{background:#ffc107;color:#333}.status-badge.verified{background:#28a745;color:#fff}.status-badge.rejected{background:#dc3545;color:#fff}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}.faq-grid,.mission-grid,.team-grid,.impact-stats,.blue-carbon-content{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.dashboard-overview,.projects-status-grid,.project-stats{grid-template-columns:1fr}.current-price{flex-direction:column;align-items:center;text-align:center}.price-chart{height:120px}}.verification-content{display:flex;gap:2rem}.projects-section{flex:1}.verification-panel{flex:1;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;max-height:80vh;overflow-y:auto}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.projects-stats{display:flex;gap:1rem}.stat-item{background:#f8f9fa;padding:.5rem 1rem;border-radius:6px;font-size:.9rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.project-card{background:#fff;border:2px solid #e1e5e9;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease}.project-card:hover{border-color:#667eea;box-shadow:0 4px 15px #667eea1a}.project-card.selected{border-color:#667eea;background:#667eea0d}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.project-header h4{margin:0;color:#333;font-size:1.1rem}.project-details p{margin:.5rem 0;font-size:.9rem;color:#666}.project-description{margin:1rem 0;padding:1rem;background:#f8f9fa;border-radius:8px}.project-documents{margin-top:1rem}.project-documents h5{margin:0 0 .5rem;color:#333;font-size:.9rem}.project-documents ul{margin:0;padding-left:1.5rem}.project-documents li{font-size:.85rem;color:#666;margin-bottom:.25rem}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e1e5e9}.verification-steps{margin-bottom:2rem}.steps-header h4{margin:0 0 1rem;color:#333}.steps-list{display:flex;flex-direction:column;gap:1rem}.step-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;background:#f8f9fa;transition:all .3s ease}.step-item.active{background:#667eea1a;border:1px solid #667eea}.step-number{width:40px;height:40px;background:#e1e5e9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#666}.step-item.active .step-number{background:#667eea;color:#fff}.step-content h5{margin:0 0 .25rem;color:#333}.step-content p{margin:0;font-size:.9rem;color:#666}.verification-actions{margin-bottom:2rem}.action-section{margin-bottom:1.5rem}.action-section h4{margin:0 0 1rem;color:#333}.action-section textarea{width:100%;padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;resize:vertical}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.verification-history{margin-top:2rem}.verification-history h4{margin:0 0 1rem;color:#333}.history-timeline{display:flex;flex-direction:column;gap:1rem}.history-item{display:flex;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.history-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;flex-shrink:0}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.history-header h5{margin:0;color:#333}.history-date{font-size:.85rem;color:#666}.history-content p{margin:.25rem 0;font-size:.9rem;color:#666}.user-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.user-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.search-filter{display:flex;gap:1rem;flex:1}.search-input,.filter-select{padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem}.search-input{flex:1;min-width:200px}.users-content{display:flex;gap:2rem}.users-list{flex:1}.user-details-panel{flex:1;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;max-height:80vh;overflow-y:auto}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.user-card{background:#fff;border:2px solid #e1e5e9;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease}.user-card:hover{border-color:#667eea;box-shadow:0 4px 15px #667eea1a}.user-card.selected{border-color:#667eea;background:#667eea0d}.user-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.user-avatar{width:50px;height:50px;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.user-email{font-size:.9rem;color:#666}.user-badges{display:flex;flex-direction:column;gap:.5rem}.role-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-align:center}.role-badge.admin{background:#fef3c7;color:#92400e}.role-badge.farmer{background:#d1fae5;color:#065f46}.role-badge.buyer{background:#dbeafe;color:#1e40af}.user-details p{margin:.5rem 0;font-size:.9rem;color:#666}.user-stats{display:flex;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e1e5e9}.user-stats .stat{flex:1;text-align:center}.user-stats .stat-label{font-size:.8rem;color:#666;display:block}.user-stats .stat-value{font-weight:600;color:#333;display:block}.user-profile{display:flex;flex-direction:column;gap:2rem}.profile-section{background:#f8f9fa;padding:1.5rem;border-radius:8px}.profile-section h4{margin:0 0 1rem;color:#333}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item label{font-size:.85rem;color:#666;font-weight:600}.info-item span{color:#333}.role-select,.status-select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.activity-stats{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:6px}.activity-label{color:#666;font-size:.9rem}.activity-value{font-weight:600;color:#333}.profile-actions{display:flex;gap:1rem;flex-wrap:wrap}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;padding:0;max-width:600px;width:90%;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e1e5e9}.modal-header h3{margin:0;color:#333}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e1e5e9}.transaction-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.transaction-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.transactions-content{display:flex;gap:2rem}.transactions-list{flex:1}.transaction-details-panel{flex:1;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;max-height:80vh;overflow-y:auto}.transactions-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.table-header{display:grid;grid-template-columns:1fr 1fr 2fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem;background:#f8f9fa;font-weight:600;color:#333;border-bottom:1px solid #e1e5e9}.table-body{display:flex;flex-direction:column}.table-row{display:grid;grid-template-columns:1fr 1fr 2fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s ease;align-items:center}.table-row.selected{background:#667eea1a}.transaction-id{font-family:monospace;font-size:.85rem;color:#667eea}.type-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-align:center}.type-badge.purchase{background:#d1fae5;color:#065f46}.type-badge.sale{background:#dbeafe;color:#1e40af}.type-badge.fee{background:#fef3c7;color:#92400e}.parties-info{display:flex;flex-direction:column;gap:.25rem}.parties-info .buyer,.parties-info .seller{font-size:.85rem;color:#666}.project-name{font-size:.9rem;color:#333;font-weight:500}.amount,.price,.total{font-weight:600;color:#333}.date{font-size:.85rem;color:#666}.btn-small{padding:.25rem .75rem;font-size:.8rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s ease}.btn-small:hover{background:#f8f9fa}.transaction-details{display:flex;flex-direction:column;gap:2rem}.detail-section{background:#f8f9fa;padding:1.5rem;border-radius:8px}.detail-section h4{margin:0 0 1rem;color:#333}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item label{font-size:.85rem;color:#666;font-weight:600}.detail-item span{color:#333}.financial-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.financial-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:6px}.financial-item label{color:#666;font-size:.9rem}.financial-item .amount,.financial-item .price,.financial-item .total{font-weight:600;color:#333}.blockchain-info{display:flex;flex-direction:column;gap:1rem}.blockchain-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:6px}.blockchain-item label{color:#666;font-size:.9rem}.hash{font-family:monospace;font-size:.85rem;color:#667eea}.notes-content{background:#fff;padding:1rem;border-radius:6px;border-left:4px solid #667eea}.notes-content p{margin:0;color:#333;line-height:1.5}.transaction-actions{display:flex;gap:1rem;flex-wrap:wrap}.report-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.control-group{display:flex;align-items:center;gap:.5rem}.control-group label{font-weight:600;color:#333;white-space:nowrap}.control-select{padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;min-width:150px}.control-actions{display:flex;gap:1rem}.reports-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.report-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.report-charts{display:flex;flex-direction:column;gap:3rem}.chart-section{background:#f8f9fa;padding:2rem;border-radius:12px}.chart-section h3{margin:0 0 2rem;color:#333;text-align:center}.chart-container{display:flex;flex-direction:column;gap:1rem}.chart-bars{display:flex;align-items:end;gap:1rem;height:200px;padding:1rem;background:#fff;border-radius:8px}.chart-bar-group{display:flex;flex-direction:column;align-items:center;flex:1;height:100%}.chart-bar{display:flex;flex-direction:column;align-items:center;flex:1;width:100%;gap:.5rem}.bar{width:100%;border-radius:4px 4px 0 0;min-height:20px;transition:all .3s ease}.credits-bar{background:linear-gradient(to top,#10b981,#34d399)}.revenue-bar{background:linear-gradient(to top,#3b82f6,#60a5fa)}.chart-label{font-size:.8rem;color:#666;font-weight:600}.chart-legend{display:flex;justify-content:center;gap:2rem}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-color{width:20px;height:20px;border-radius:4px}.credits-color{background:linear-gradient(to top,#10b981,#34d399)}.revenue-color{background:linear-gradient(to top,#3b82f6,#60a5fa)}.top-projects-list{display:flex;flex-direction:column;gap:1rem}.project-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border-left:4px solid #667eea}.project-rank{width:40px;height:40px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.project-info{flex:1}.project-info h4{margin:0 0 .5rem;color:#333}.project-stats{display:flex;gap:1rem}.project-stats .credits{color:#10b981;font-weight:600}.project-stats .revenue{color:#3b82f6;font-weight:600}.project-chart{width:100px;height:20px;background:#e1e5e9;border-radius:10px;overflow:hidden}.project-bar{height:100%;background:linear-gradient(to right,#667eea,#764ba2);transition:width .3s ease}.financial-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.summary-card{padding:2rem;border-radius:12px;text-align:center;color:#fff}.summary-card.revenue{background:linear-gradient(135deg,#10b981,#34d399)}.summary-card.expenses{background:linear-gradient(135deg,#ef4444,#f87171)}.summary-card.profit{background:linear-gradient(135deg,#3b82f6,#60a5fa)}.summary-card h3{margin:0 0 1rem;font-size:1.1rem;opacity:.9}.summary-amount{font-size:2.5rem;font-weight:700}.financial-breakdown{display:flex;flex-direction:column;gap:3rem}.breakdown-section{background:#f8f9fa;padding:2rem;border-radius:12px}.breakdown-section h3{margin:0 0 2rem;color:#333}.breakdown-items{display:flex;flex-direction:column;gap:1rem}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:8px}.breakdown-item .label{color:#666;font-weight:500}.breakdown-item .amount{font-weight:600;color:#333}.revenue-chart{display:flex;align-items:end;gap:1rem;height:200px;padding:1rem;background:#fff;border-radius:8px}.month-item{display:flex;flex-direction:column;align-items:center;flex:1;height:100%}.month-label{font-size:.8rem;color:#666;font-weight:600;margin-bottom:.5rem}.month-bars{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;width:100%}.revenue-bar,.expense-bar{display:flex;flex-direction:column;align-items:center;width:100%;gap:.25rem}.revenue-bar .bar{background:linear-gradient(to top,#10b981,#34d399)}.expense-bar .bar{background:linear-gradient(to top,#ef4444,#f87171)}.bar-label{font-size:.7rem;color:#666;font-weight:600}.earners-list{display:flex;flex-direction:column;gap:1rem}.earner-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border-left:4px solid #10b981}.earner-rank{width:40px;height:40px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.earner-info{flex:1}.earner-info h4{margin:0 0 .25rem;color:#333}.earner-info p{margin:0;font-size:.9rem;color:#666}.earner-amount{font-weight:600;color:#10b981;font-size:1.1rem}.environmental-impact{margin-bottom:3rem}.environmental-impact h3{margin:0 0 2rem;color:#333;text-align:center}.impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.impact-card{display:flex;align-items:center;gap:1rem;padding:2rem;background:linear-gradient(135deg,#10b981,#34d399);border-radius:12px;color:#fff}.impact-icon{font-size:3rem;opacity:.8}.impact-content{flex:1}.impact-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.impact-label{font-size:.9rem;opacity:.9}.credits-breakdown{display:flex;flex-direction:column;gap:3rem}.ecosystem-chart{display:flex;flex-direction:column;gap:1rem}.ecosystem-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border-left:4px solid #3b82f6}.ecosystem-info{flex:1}.ecosystem-info h4{margin:0 0 .5rem;color:#333}.ecosystem-stats{display:flex;gap:1rem}.ecosystem-stats .credits{color:#10b981;font-weight:600}.ecosystem-stats .percentage{color:#3b82f6;font-weight:600}.ecosystem-bar{width:100px;height:20px;background:#e1e5e9;border-radius:10px;overflow:hidden}.ecosystem-bar .bar{height:100%;background:linear-gradient(to right,#3b82f6,#60a5fa);transition:width .3s ease}.sequestration-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.seq-item{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:12px;color:#fff;text-align:center}.seq-icon{font-size:3rem;opacity:.8}.seq-content{flex:1}.seq-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.seq-label{font-size:.9rem;opacity:.9}.user-breakdown{display:flex;flex-direction:column;gap:3rem}.role-chart{display:flex;flex-direction:column;gap:1rem}.role-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border-left:4px solid #667eea}.role-info{flex:1}.role-info h4{margin:0 0 .5rem;color:#333}.role-stats{display:flex;gap:1rem}.role-stats .count{color:#666;font-size:.9rem}.role-stats .percentage{color:#667eea;font-weight:600}.role-bar{width:100px;height:20px;background:#e1e5e9;border-radius:10px;overflow:hidden}.role-bar .bar{height:100%;background:linear-gradient(to right,#667eea,#764ba2);transition:width .3s ease}.activity-chart{display:flex;align-items:end;gap:1rem;height:200px;padding:1rem;background:#fff;border-radius:8px}.week-item{display:flex;flex-direction:column;align-items:center;flex:1;height:100%}.week-label{font-size:.8rem;color:#666;font-weight:600;margin-bottom:.5rem}.week-bars{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;width:100%}.active-bar,.new-bar{display:flex;flex-direction:column;align-items:center;width:100%;gap:.25rem}.active-bar .bar{background:linear-gradient(to top,#10b981,#34d399)}.new-bar .bar{background:linear-gradient(to top,#3b82f6,#60a5fa)}.active-users-list{display:flex;flex-direction:column;gap:1rem}.user-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border-left:4px solid #10b981}.user-rank{width:40px;height:40px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.user-info{flex:1}.user-info h4{margin:0 0 .25rem;color:#333}.user-info p{margin:0;font-size:.9rem;color:#666}.user-activity{font-weight:600;color:#10b981;font-size:1.1rem}@media (max-width: 768px){.verification-content,.users-content,.transactions-content{flex-direction:column}.projects-grid,.users-grid{grid-template-columns:1fr}.user-stats-grid,.transaction-stats-grid,.report-stats-grid{grid-template-columns:repeat(2,1fr)}.search-filter,.action-buttons,.profile-actions,.transaction-actions{flex-direction:column}.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.table-header{display:none}.table-row{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border:1px solid #e1e5e9;border-radius:8px;margin-bottom:1rem}.table-row span:before{content:attr(data-label) ": ";font-weight:600;color:#333}.financial-summary,.impact-grid{grid-template-columns:1fr}.chart-bars,.revenue-chart,.activity-chart{height:150px}.report-controls{flex-direction:column;align-items:stretch}.control-actions{flex-direction:column}}.investment-summary{text-align:center;padding:1rem;background:#ffffff1a;border-radius:8px;margin-bottom:1rem}.investment-amount{font-size:1.8rem;font-weight:700;display:block;color:gold}.investment-label{font-size:.9rem;opacity:.9;margin-top:.25rem;display:block}.recent-purchases h5{margin:0 0 .75rem;font-size:.9rem;opacity:.9}.market-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.market-stat-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .2s ease}.market-stat-card:hover{transform:translateY(-2px)}.stat-icon{font-size:2rem;margin-bottom:.5rem}.stat-content{display:flex;flex-direction:column;gap:.25rem}.market-stat-card .stat-value{font-size:1.5rem;font-weight:700;color:#0a66c2}.market-stat-card .stat-label{font-size:.8rem;color:#666;text-transform:uppercase;font-weight:600}.credits-marketplace{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.credit-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.credit-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.credit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e1e5e9}.credit-header h4{margin:0;color:#333;font-size:1.1rem}.project-type{background:#f8f9fa;color:#666;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.credit-details{margin-bottom:1.5rem}.credit-details p{margin:.5rem 0;color:#666;font-size:.9rem}.purchase-section{display:flex;gap:.75rem;align-items:center}.purchase-input{flex:1;padding:.5rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem}.purchase-btn{padding:.5rem 1rem;font-size:.9rem;white-space:nowrap}.no-credits-available{grid-column:1 / -1;text-align:center;padding:3rem;color:#666;background:#f8f9fa;border-radius:12px}.no-credits-available p{margin:.5rem 0}.purchase-history{background:#fff;border-radius:12px;overflow:hidden}.history-table{display:flex;flex-direction:column}.table-header{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem;background:#f8f9fa;font-weight:600;color:#333;border-bottom:1px solid #e1e5e9}.table-row{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem;border-bottom:1px solid #f0f0f0;align-items:center}.table-row:last-child{border-bottom:none}.table-row:hover{background:#f8f9fa}.no-history{text-align:center;padding:3rem;color:#666;font-style:italic}.status-badge.completed{background:#28a745;color:#fff}@media (max-width: 768px){.market-stats-grid{grid-template-columns:repeat(2,1fr)}.credits-marketplace{grid-template-columns:1fr}.purchase-section{flex-direction:column;align-items:stretch}.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.table-header span,.table-row span{padding:.25rem 0}.table-header{display:none}.table-row{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border:1px solid #e1e5e9;border-radius:8px;margin-bottom:1rem}.table-row span:before{content:attr(data-label) ": ";font-weight:600;color:#333}}.hero-section{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:3rem}.hero-background{position:absolute;inset:0;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;color:#fff}.hero-badge{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:3rem;border:1px solid rgba(255,255,255,.3)}.hero-title{font-size:2.6rem;font-weight:800;margin-bottom:1rem;line-height:.6}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.hero-actions{display:flex;gap:3rem;justify-content:center;padding-top:150px}.btn-hero-primary,.btn-hero-secondary{padding:.75rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-hero-primary{background:#fff;color:#333}.btn-hero-secondary{background:#fff;color:#000;border:2px solid}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn-hero-secondary:hover{background:#fff;color:#333}.hero-farmer img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.here-farmer{position:relative;height:100vh}.hero-farmer:before{content:"";position:absolute;inset:0;z-index:1}.hero-farmer .stat-number{color:#c8e6c9}.hero-farmer .btn-hero-primary{background:#8fa31e;color:#000}.hero-farmer .btn-hero-primary:hover{background:#8fa31e}.hero-buyer{background:linear-gradient(135deg,#8eb3ad,#4a8faa,#19183b)}.hero-buyer:before{content:"";position:absolute;inset:0;z-index:1}.hero-buyer .stat-number{color:#bbdefb}.hero-buyer .btn-hero-primary{background:#2196f3;color:#fff}.hero-buyer .btn-hero-primary:hover{background:#1976d2}.hero-admin{background-image:url(./src/assets/admin.png)}.hero-admin:before{content:"";position:absolute;inset:0;z-index:1}.admin-admin h1{color:#000;top:1px;left:420px;padding-top:90px;position:absolute;font-weight:bolder;font-size:3rem}.hero-admin .stat-number{color:#e1bee7}.hero-admin .btn-hero-primary{background:#7a7ae8;color:#000}.hero-admin .btn-hero-primary:hover{background:#756ed8}@media (max-width: 768px){.hero-section{min-height:50vh}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{flex-direction:column;gap:1rem}.hero-actions{flex-direction:column;align-items:center}.stat-number,.float-element{font-size:1.5rem}}.navbar-farmer{background:linear-gradient(135deg,#eff5d2,#c6d870);border-bottom:3px solid #6b8e23}.navbar-farmer .logo-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-weight:700;font-size:1.6rem}.navbar-farmer .logo-icon{font-size:1.9rem;animation:pulse 2s infinite}.navbar-farmer .logo-text{background:linear-gradient(45deg,#90ee90,#98fb98);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-farmer .nav-link{color:#556b2f;transition:all .3s ease;font-size:1.1rem;font-weight:20px;border-radius:8px;padding:8px 16px}.navbar-farmer .nav-link:hover{background:#eff5d2;color:#000;transform:translateY(-2px)}.navbar-farmer .btn-logout{background:linear-gradient(45deg,#eff5d2,#eff5d2);border:none;color:#298d4a;padding:10px 20px;border-radius:25px;font-weight:600;transition:all .3s ease}.navbar-farmer .btn-logout:hover{background:linear-gradient(45deg,#eff5d2,#e7fa8a);transform:translateY(-2px);box-shadow:0 4px 15px #32cd324d}.navbar-buyer{background:linear-gradient(135deg,#708993,#19183b);border-bottom:3px solid #2563eb}.navbar-buyer .logo-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:#000;font-weight:700;font-size:1.6rem}.navbar-buyer .logo-icon{font-size:1.8rem;animation:bounce 2s infinite}.navbar-buyer .logo-text{background:linear-gradient(45deg,#60a5fa,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-buyer .nav-link{color:#e7f2ef;font-size:1.1rem;transition:all .3s ease;border-radius:8px;padding:8px 16px}.navbar-buyer .nav-link:hover{background:#60a5fa33;color:#60a5fa;transform:translateY(-2px)}.navbar-buyer .btn-logout{background:linear-gradient(45deg,#2563eb,#3b82f6);border:none;color:#fff;padding:10px 20px;border-radius:25px;font-weight:600;transition:all .3s ease}.navbar-buyer .btn-logout:hover{background:linear-gradient(45deg,#3b82f6,#2563eb);transform:translateY(-2px);box-shadow:0 4px 15px #3b82f64d}.navbar-admin{background:linear-gradient(135deg,#cfc0da,#200353);border-bottom:3px solid #8b5cf6}.navbar-admin .logo-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-weight:700;font-size:1.2rem}.navbar-admin .logo-icon{font-size:1.8rem;animation:glow 2s ease-in-out infinite alternate}.navbar-admin .logo-text{background:linear-gradient(45deg,#a78bfa,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-admin .nav-link{color:#ffffffe6;transition:all .3s ease;border-radius:8px;padding:8px 16px}.navbar-admin .nav-link:hover{background:#a78bfa33;color:#fff;transform:translateY(-2px)}.navbar-admin .btn-logout{background:linear-gradient(45deg,#7c3aed,#8b5cf6);border:none;color:#fff;padding:10px 20px;border-radius:25px;font-weight:600;transition:all .3s ease}.navbar-admin .btn-logout:hover{background:linear-gradient(45deg,#8b5cf6,#7c3aed);transform:translateY(-2px);box-shadow:0 4px 15px #8b5cf64d}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes glow{0%{text-shadow:0 0 5px #a78bfa,0 0 10px #a78bfa,0 0 15px #a78bfa}to{text-shadow:0 0 10px #c4b5fd,0 0 20px #c4b5fd,0 0 30px #c4b5fd}}.navbar-default{background:linear-gradient(135deg,#647fbc,#e9e6e1);border-bottom:3px solid #000000;box-shadow:0 4px 20px #0000001a}.navbar-default .logo-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff;font-weight:700;font-size:1.3rem}.navbar-default .logo-image{border:0px;height:40px;width:auto;border-radius:8px}.navbar-default .logo-text{background:linear-gradient(45deg,#63b3ed,#90cdf4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.navbar-default .nav-link{color:#000000e6;transition:all .3s ease;border-radius:8px;padding:10px 16px;font-weight:700;font-size:1.2rem}.navbar-default .nav-link:hover{background:#07e(135,133,255,.699);color:#000;transform:translateY(-2px)}.navbar-default .btn-signin{color:#000;padding:8px 20px;font-weight:600;text-decoration:none;transition:all .3s ease;margin-right:10px}.navbar-default .btn-signin:hover{background:#a3d4f8;color:#000;transform:translateY(-2px)}.navbar-default .btn-signup{background:linear-gradient(45deg,#4299e1,#63b3ed);color:#000;padding:10px 24px;border-radius:25px;box-shadow:#fff;font-weight:600;text-decoration:none;transition:all .3s ease}.navbar-default .btn-signup:hover{background:linear-gradient(45deg,#a5d3fd,#b1dcff);transform:translateY(-2px);color:#000;box-shadow:0 4px 15px #4299e14d}.default-landing{min-height:100vh;background:linear-gradient(135deg,#f7fafc,#edf2f7)}.default-hero{background:linear-gradient(135deg,#8f8df8,#813d81,#ed62ff);color:#fff;padding:100px 0;position:relative;overflow:hidden}.default-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="defaultGrid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23defaultGrid)"/></svg>');opacity:.3}.default-hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;max-height:355px;justify-content:space-between}.default-hero-text{flex:1;max-width:600px}.default-hero-title{font-size:4rem;font-weight:800;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3);background:linear-gradient(45deg,#000,#000);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.default-hero-subtitle{font-size:1.4rem;margin-bottom:40px;opacity:.9;line-height:1.6;color:#fff}.default-hero-actions{display:flex;gap:20px;margin-bottom:40px}.default-btn-primary,.default-btn-secondary{padding:16px 32px;border-radius:30px;text-decoration:none;font-weight:700;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:1rem}.default-btn-primary{color:#000;background:transparent;border:2px solid #000000}.default-btn-primary:hover{background:linear-gradient(45deg,#ab6ff0,#f268f7);transform:translateY(-3px);box-shadow:0 10px 30px #ff16ff7a}.default-btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.default-btn-secondary:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-3px)}.default-hero-visual{flex:1;display:flex;justify-content:center;align-items:center}.default-floating-elements{position:relative;width:400px;height:300px}.default-floating-icon{position:absolute;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;animation:defaultFloat 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.default-floating-icon:nth-child(1){width:80px;height:80px;top:20px;left:50px;animation-delay:0s}.default-floating-icon:nth-child(2){width:70px;height:70px;top:80px;right:30px;animation-delay:2s}.default-floating-icon:nth-child(3){width:90px;height:90px;bottom:60px;left:20px;animation-delay:4s}.default-floating-icon:nth-child(4){width:75px;height:75px;bottom:20px;right:60px;animation-delay:1s}@keyframes defaultFloat{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-25px) rotate(5deg)}66%{transform:translateY(15px) rotate(-3deg)}}.default-features{background:linear-gradient(0deg,#b3b1ff,#7b4386,#d37af7);padding:100px 0}.default-container{max-width:1200px;margin:0 auto;padding:0 20px;color:#000;background:transparent}.default-section-title{text-align:center;font-size:3rem;font-weight:700;color:#000;margin-bottom:60px}.default-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.default-feature-card{background:linear-gradient(49deg,#481e55,#000);padding:40px 30px;border-radius:20px;text-align:center;box-shadow:0 10px 40px #0000001a;transition:all .3s ease;border:2px solid #ffffff}.default-feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.default-feature-icon{font-size:3.5rem;margin-bottom:20px;display:block}.default-feature-card h3{font-size:1.9rem;font-weight:700;margin-bottom:15px;color:#fff}.default-feature-card p{color:#fff;line-height:1.6;font-size:1.4rem}.default-cta{background:linear-gradient(49deg,#8a8bd4,#d090f5);color:#fff;padding:80px 0;text-align:center}.default-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:#000}.default-cta p{font-size:1.7rem;margin-bottom:40px;opacity:.9}.default-cta-buttons{display:flex;gap:20px;justify-content:center}.default-footer{background:#0d1b38;color:#fff;padding:60px 0 20px}.default-footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.default-footer-section h4{font-size:1.2rem;font-weight:700;margin-bottom:20px;color:#fff}.default-footer-section p{color:#fff;line-height:1.6}.default-footer-section ul{list-style:none;padding:0}.default-footer-section ul li{margin-bottom:10px}.default-footer-section ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.default-footer-section ul li a:hover{color:#fff}.default-footer-bottom{border-top:1px solid #2d3748;padding-top:20px;text-align:center;color:#718096}@media (max-width: 768px){.default-hero-content{flex-direction:column;text-align:center}.default-hero-title{font-size:2.5rem}.default-hero-actions{flex-direction:column;align-items:center}.default-floating-elements{width:300px;height:200px}.default-cta-buttons{flex-direction:column;align-items:center}}.default-dashboard{min-height:100vh;background:linear-gradient(135deg,#f7fafc,#edf2f7)}.dashboard-header{background:linear-gradient(135deg,#1a365d,#2c5282,#3182ce);color:#fff;padding:80px 0;text-align:center}.dashboard-container{max-width:1200px;margin:0 auto;padding:0 20px}.dashboard-title{font-size:3rem;font-weight:700;margin-bottom:15px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.dashboard-subtitle{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.dashboard-stats{padding:80px 0;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.stat-card{background:#fff;padding:30px;border-radius:15px;box-shadow:0 10px 30px #0000001a;display:flex;align-items:center;gap:20px;transition:all .3s ease;border:1px solid #e2e8f0}.stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.stat-icon{font-size:3rem;background:linear-gradient(135deg,#4299e1,#63b3ed);border-radius:50%;width:70px;height:70px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-content{flex:1}.stat-number{font-size:2.5rem;font-weight:700;color:#2d3748;margin:0}.stat-label{color:#718096;font-size:1rem;margin:5px 0 0}.market-overview{padding:80px 0;background:#f7fafc}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:50px;color:#2d3748}.market-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px}.market-card{background:#fff;padding:30px;border-radius:15px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0}.market-card h3{font-size:1.5rem;font-weight:700;margin-bottom:20px;color:#2d3748;border-bottom:2px solid #4299e1;padding-bottom:10px}.project-list{display:flex;flex-direction:column;gap:15px}.project-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#f7fafc;border-radius:8px;border-left:4px solid #4299e1}.project-name{font-weight:600;color:#2d3748}.project-credits{color:#4299e1;font-weight:700}.price-info{display:flex;flex-direction:column;gap:15px}.price-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#f7fafc;border-radius:8px}.price-label{color:#718096;font-weight:500}.price-value{font-weight:700;color:#2d3748}.price-value.positive{color:#38a169}.dashboard-cta{background:linear-gradient(135deg,#2d3748,#4a5568);color:#fff;padding:80px 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:20px}.cta-content p{font-size:1.2rem;margin-bottom:40px;opacity:.9}.cta-buttons{display:flex;gap:20px;justify-content:center}.cta-btn{padding:15px 30px;border-radius:25px;text-decoration:none;font-weight:700;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.cta-btn.primary{background:linear-gradient(45deg,#4299e1,#63b3ed);color:#fff}.cta-btn.primary:hover{background:linear-gradient(45deg,#3182ce,#4299e1);transform:translateY(-3px);box-shadow:0 10px 30px #4299e166}.cta-btn.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.cta-btn.secondary:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-3px)}@media (max-width: 768px){.dashboard-title{font-size:2rem}.stats-grid,.market-grid{grid-template-columns:1fr}.stat-card{flex-direction:column;text-align:center}.cta-buttons{flex-direction:column;align-items:center}}.verifier-root{padding:20px;font-family:Arial,sans-serif;background-color:#f9f9f9;color:#333}.verifier-header h1{text-align:center;margin-bottom:20px;font-size:28px;color:#2e7d32}.verifier-main{display:flex;gap:20px;flex-wrap:wrap}.verifier-section,.verifier-map-section{flex:1;min-width:350px;background:#fff;padding:15px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.verifier-subtitle{margin-top:20px;font-size:18px;font-weight:700;color:#2e7d32}.verifier-video,.verifier-img{width:100%;border-radius:8px;border:1px solid #ccc;margin-top:10px}.overlay-canvas{position:absolute;top:0;left:0;width:100%;pointer-events:none}.hidden-canvas{display:none}.verifier-buttons{margin-top:10px;display:flex;gap:10px}.verifier-btn{background-color:#2e7d32;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;transition:background .2s ease}.verifier-btn:hover{background-color:#1b5e20}.verifier-input,.verifier-claimed input,.verifier-claimed select{width:calc(100% - 10px);padding:8px;margin-top:8px;border:1px solid #ccc;border-radius:6px;font-size:14px}.verifier-claimed{display:flex;gap:10px;align-items:center;margin-top:10px}.verifier-image-block{position:relative;margin-top:15px}.verifier-map{height:600px;width:100%;border-radius:12px;border:1px solid #ccc}.verifier-results{margin-top:15px}.verdict{margin-top:8px;font-weight:700;color:#d32f2f}.verifier-ai-status{margin-top:10px;font-weight:700;color:#2e7d32}.verifier-ai-result{margin-top:5px;font-size:14px;color:#555}.default-hero-text .canva{position:relative;width:400px;height:400px;flex-shrink:0}.default-hero-text .canva iframe{width:100%;height:100%;border:none;background-color:purple;border-radius:12px;box-shadow:0 4px 10px #00000026}.default-hero-model{flex:1;max-width:500px;height:400px;display:flex;justify-content:center;align-items:center}.default-hero-model iframe{width:100%;height:100%;border:none;border-radius:16px;box-shadow:0 10px 30px #00000040}.user-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem}.user-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;transition:.2s ease}.user-card:hover{transform:translateY(-4px)}.user-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.avatar{font-size:2rem}.user-details p,.user-stats p{margin:.25rem 0;font-size:.9rem}.user-actions{margin-top:.5rem}.user-actions label{display:block;margin:.25rem 0}.page-container{padding:20px;max-width:1600px;margin:0 auto;background-color:#f8fafc;min-height:100vh}.page-header{margin-bottom:30px;text-align:center}.page-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:8px}.page-subtitle{font-size:1.1rem;color:#64748b;max-width:1430px;margin:0}.verification-layout{display:grid;grid-template-columns:350px 1fr;gap:30px}.projects-sidebar{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:20px;max-height:calc(100vh - 150px);overflow-y:auto}.projects-sidebar::-webkit-scrollbar{width:8px}.projects-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.projects-sidebar::-webkit-scrollbar-track{background:#f1f5f9}.projects-sidebar h3{margin:0 0 20px;font-size:1.25rem;font-weight:600;color:#1e293b;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.projects-list{display:flex;flex-direction:column;gap:12px}.project-tile{padding:16px;border:2px solid #e2e8f0;border-radius:8px;background:#fafafa;cursor:pointer;transition:all .2s ease}.project-tile:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.project-tile.selected{border-color:#3b82f6;background:#eff6ff;box-shadow:0 4px 12px #3b82f640}.tile-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:10px}.tile-header h4{margin:0;font-size:1rem;font-weight:600;color:#1e293b;line-height:1.3;flex:1}.tile-info{font-size:.875rem;color:#64748b}.tile-info p{margin:4px 0;line-height:1.4}.tile-info strong{color:#374151}.status-badge{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.status-badge.pending{background:#fef3c7;color:#d97706}.status-badge.active{background:#dbeafe;color:#2563eb}.status-badge.verified{background:#d1fae5;color:#059669}.status-badge.rejected{background:#fee2e2;color:#dc2626}.status-badge.no-reports{background:#f3f4f6;color:#6b7280}.project-details-panel{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;display:flex;flex-direction:column;gap:30px;padding-bottom:30px}.project-overview{padding:30px;border-bottom:1px solid #e2e8f0}.overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:15px}.overview-header h2{margin:0;font-size:1.875rem;font-weight:700;color:#1e293b}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.overview-item{display:flex;flex-direction:column;gap:5px}.overview-item label{font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.overview-item span{font-size:1rem;color:#1e293b;padding:8px 0}.project-description{margin-bottom:30px}.project-description label{display:block;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.project-description p{font-size:1rem;line-height:1.6;color:#4b5563;margin:0}.project-documents{margin-bottom:30px}.project-documents label{display:block;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.project-documents ul{list-style:none;padding:0;margin:0}.project-documents li{padding:8px 12px;background:#f8fafc;border-radius:6px;margin-bottom:8px;font-size:.9rem;color:#4b5563}.project-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.image-container{display:flex;flex-direction:column;gap:10px}.image-container label{font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.project-image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s ease}.project-image:hover{transform:scale(1.02)}.verification-panel{padding:30px}.panel-header{margin-bottom:30px}.panel-header h3{margin:0;font-size:1.5rem;font-weight:700;color:#1e293b}.verification-steps{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.step-item{display:flex;gap:15px;padding:20px;border:2px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.step-item.active{border-color:#3b82f6;background:#eff6ff}.step-number{width:32px;height:32px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.step-item.active .step-number{background:#3b82f6;color:#fff}.step-content h5{margin:0 0 8px;font-size:1.1rem;font-weight:600;color:#1e293b}.step-content p{margin:0;font-size:.9rem;color:#64748b;line-height:1.5}.verification-actions{background:#f8fafc;padding:25px;border-radius:8px;margin-bottom:30px}.action-section h4{margin:0 0 15px;font-size:1.1rem;font-weight:600;color:#1e293b}.action-section textarea{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:6px;font-size:.9rem;font-family:inherit;resize:vertical;margin-bottom:20px;transition:border-color .2s ease}.action-section textarea:focus{outline:none;border-color:#3b82f6}.action-buttons{display:flex;gap:15px;flex-wrap:wrap}.btn-primary,.btn-secondary,.btn-danger{padding:12px 24px;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.btn-primary{background:#10b981;color:#fff}.btn-primary:hover{background:#059669;transform:translateY(-1px)}.btn-secondary{background:#3b82f6;color:#fff}.btn-secondary:hover{background:#2563eb;transform:translateY(-1px)}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626;transform:translateY(-1px)}.verification-history h4{margin:0 0 20px;font-size:1.25rem;font-weight:600;color:#1e293b}.history-timeline{display:flex;flex-direction:column;gap:15px}.history-item{display:flex;gap:15px;padding:20px;background:#f8fafc;border-radius:8px;border-left:4px solid #e2e8f0}.history-icon{font-size:1.2rem;flex-shrink:0}.history-content{flex:1}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;flex-wrap:wrap;gap:10px}.history-header h5{margin:0;font-size:1rem;font-weight:600;color:#1e293b}.history-date{font-size:.875rem;color:#64748b}.history-content p{margin:5px 0;font-size:.9rem;color:#4b5563;line-height:1.4}.no-selection{display:flex;align-items:center;justify-content:center;height:100%;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.no-selection-content{text-align:center;padding:40px}.no-selection-content h3{margin:0 0 15px;font-size:1.5rem;font-weight:600;color:#64748b}.no-selection-content p{margin:0;font-size:1rem;color:#9ca3af}@media (max-width: 1200px){.verification-layout{grid-template-columns:300px 1fr}.overview-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 768px){.verification-layout{grid-template-columns:1fr;gap:20px}.projects-sidebar{max-height:300px}.overview-header{flex-direction:column;align-items:flex-start}.action-buttons{flex-direction:column}.btn-primary,.btn-secondary,.btn-danger{width:100%;justify-content:center}.project-images{grid-template-columns:1fr}}@media (max-width: 480px){.page-container{padding:15px}.page-title{font-size:2rem}.verification-layout{gap:15px}.overview-grid{grid-template-columns:1fr}}.projects-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px}.project-status-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 6px #0000001a;display:flex;flex-direction:column}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.status-badge{padding:4px 10px;border-radius:8px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status-badge.verified{background-color:#d1fae5;color:#065f46}.status-badge.pending{background-color:#fef3c7;color:#92400e}.status-badge.rejected{background-color:#fee2e2;color:#991b1b}.project-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stat{background:#f9fafb;border-radius:8px;padding:10px;text-align:center}.stat-label{display:block;font-size:.8rem;color:#6b7280}.stat-value{font-weight:600;font-size:1rem;margin-top:4px}.tx-id{font-family:monospace;font-size:.85rem;color:#2563eb;word-break:break-all}.back{text-align:left;margin-top:20px;padding-left:10px}.back button{background-color:#8db8f8;color:#000;border:none;position:absolute;top:25px;left:25px;padding:10px 20px;border-radius:8px;font-size:16px;cursor:pointer;font-weight:700;transition:all .3s ease}.back button:hover{background-color:#a5cce6;transform:scale(1.05)}.navbar-logo-button button{background:transparent;border:none;padding:0 px}.right-side{position:relative;width:100%;height:400px}.floating-emojis{position:absolute;right:5%;top:0;width:600px;height:400px;left:60px;gap:20px}.emoji{position:absolute;font-size:5rem;animation:float 6s ease-in-out infinite}.e1{top:5%;left:30%}.e2{top:10%;left:90%;bottom:20%}.e3{top:50%;left:0%}.e4{top:70%;left:90%}.e5{top:85%;left:40%}.e1{animation-delay:0s}.e2{animation-delay:1s}.e3{animation-delay:2s}.e4{animation-delay:3s}.e5{animation-delay:4s}@keyframes float{0%{transform:translateY(0) rotate(0);opacity:.8}50%{transform:translateY(-30px) rotate(15deg);opacity:1}to{transform:translateY(0) rotate(-15deg);opacity:.8}}.spinner{margin:15px auto;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:28px;height:28px;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about-content p{font-weight:700;font-size:1.4rem;max-width:800px;position:relative;left:18%}.about-content h4{font-size:2rem;padding-top:0;font-weight:700;position:relative;left:-1%;margin-bottom:20px;color:#000}.tx-link{color:#007bff;text-decoration:none;font-weight:500;cursor:pointer}.tx-link:hover{text-decoration:underline;color:#0056b3}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url(/assets/spritesheet-DpIxuf5L.svg);background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url(/assets/spritesheet-DpIxuf5L.svg)}.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{-webkit-border-radius:0;border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#fff;font:11px/19px Helvetica Neue,Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:#00000080;border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px;color:#fff;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:#00000080;border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:#fe57a11a;border:4px dashed rgba(254,87,161,.6);-webkit-border-radius:4px;border-radius:4px;box-sizing:content-box}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}
