:root{--White: #FFF}body{margin:0;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}.app{width:100%;min-height:100vh;background:linear-gradient(135deg,#fafaf8,#fff);display:flex;position:relative}.main-content{flex:1;margin-left:310px;position:relative;overflow-x:hidden;display:flex;flex-direction:column}.page-placeholder{padding:60px 40px;color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:32px;font-weight:700;letter-spacing:-.5px}.balance-section{position:sticky;top:0;z-index:100;width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 40px;background:linear-gradient(135deg,#fffffff2,#f7edd480);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(113,65,3,.08);gap:20px;box-shadow:0 2px 12px #0000000a}.balance-cards{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.balance-card{display:flex;align-items:center;gap:12px;padding:12px 20px;border-radius:16px;background:linear-gradient(135deg,#f7edd4,#faf5e8);border:1px solid rgba(113,65,3,.1);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.balance-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #7141031f;border-color:#71410333}.balance-icon-wrapper{position:relative;width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.balance-icon{width:32px;height:32px}.balance-logo{position:absolute;width:16px;height:16px;left:50%;top:50%;transform:translate(-50%,-50%)}.balance-energy-icon{position:absolute;width:10px;height:16px;left:50%;top:50%;transform:translate(-50%,-50%)}.balance-info{display:flex;flex-direction:column;gap:2px}.balance-label{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:12px;font-weight:600;line-height:1;letter-spacing:.5px;text-transform:uppercase;opacity:.7}.balance-amount{color:#714103;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:1;letter-spacing:-.3px}.wallet-btn{display:flex;height:40px;padding:0 24px;justify-content:center;align-items:center;gap:8px;border-radius:16px;background:linear-gradient(135deg,#714103,#8b5a1f);border:none;color:#fff;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:600;line-height:1;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #71410333;white-space:nowrap;flex-shrink:0}.wallet-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7141034d}.wallet-btn:active{transform:translateY(0);box-shadow:0 2px 8px #71410333}.wallet-btn-container{position:relative;flex-shrink:0}.chevron-icon{transition:transform .3s cubic-bezier(.4,0,.2,1)}.chevron-icon.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:12px;border:1px solid rgba(113,65,3,.1);box-shadow:0 8px 24px #0000001f;overflow:hidden;z-index:1000;min-width:180px;animation:slideDown .2s cubic-bezier(.4,0,.2,1)}.dropdown-item{display:block;width:100%;padding:12px 16px;border:none;background:none;color:#111927;text-align:left;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border-bottom:1px solid rgba(113,65,3,.05)}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f7edd4;color:#714103}.dropdown-item.logout{color:#e74c3c}.dropdown-item.logout:hover{background-color:#e74c3c1a;color:#c0392b}@media (max-width: 1200px){.balance-section{padding:12px 24px;flex-wrap:wrap}.balance-cards{gap:12px;width:100%}.balance-card{flex:1;min-width:140px}.wallet-btn{width:100%}}@media (max-width: 768px){.balance-section{padding:12px 16px;flex-direction:column;align-items:stretch}.balance-cards{width:100%;gap:10px}.balance-card{flex:1;min-width:auto}.balance-label{font-size:11px}.balance-amount{font-size:14px}.wallet-btn{width:100%}}.sidebar{width:260px;height:100vh;border-radius:24px;background:linear-gradient(180deg,#f7edd4,#faf5e8);-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);position:fixed;left:25px;top:30px;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.5);overflow-y:auto;overflow-x:hidden}.sidebar-content{width:100%;height:100%;padding:20px 12px;display:flex;flex-direction:column}.logo{width:186px;height:40px;margin:40px auto;display:block}.menu{display:flex;flex-direction:column;gap:8px;margin-top:20px;flex:1}.menu-group{display:flex;flex-direction:column;gap:0}.menu-item{display:flex;align-items:center;width:100%;height:48px;padding:10px 14px;text-decoration:none;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:12px;border:none;background:transparent;cursor:pointer;font-family:inherit}.menu-item:hover{background:#7141031a}.menu-item.active{background:linear-gradient(135deg,#714103,#8b5a1f);box-shadow:0 4px 12px #71410333}.menu-item.active .menu-label{color:#fff;font-weight:600}.menu-parent{justify-content:space-between}.menu-icon{width:36px;height:36px;border-radius:10px;background:#111927;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;justify-content:center;margin-right:12px;transition:all .3s ease;flex-shrink:0;color:#fff}.menu-item:hover .menu-icon{box-shadow:0 4px 12px #0000001f}.menu-item.active .menu-icon{background:#ffffff40;box-shadow:0 2px 8px #0000001a}.menu-label{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:100%;flex:1;text-align:left}.menu-chevron{color:#111927;transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.menu-chevron.expanded{transform:rotate(180deg)}.menu-item.active .menu-chevron{color:#fff}.submenu{display:flex;flex-direction:column;gap:4px;padding:8px 0;animation:slideDown .3s cubic-bezier(.4,0,.2,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.submenu-item{display:flex;align-items:center;width:100%;height:40px;padding:8px 14px 8px 50px;text-decoration:none;color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:13px;font-weight:400;border-radius:10px;transition:all .2s ease;position:relative}.submenu-item:hover{background:#71410314;color:#714103}.submenu-item.active{background:#71410326;color:#714103;font-weight:600}.submenu-dot{width:6px;height:6px;border-radius:50%;background:#714103;margin-right:10px;opacity:.6;transition:all .2s ease}.submenu-item.active .submenu-dot{opacity:1;width:8px;height:8px}.submenu-label{flex:1}.buyer-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#fafaf8,#fff);position:relative;padding:32px 40px;display:flex;flex-direction:column;gap:32px}.map-legend{display:flex;width:248px;padding:10px;align-items:center;gap:47px;border-radius:20px;background:#f7edd4;position:absolute;left:29px;top:41px;box-shadow:0 4px 12px #00000014}.map-controls{width:28px;height:53px;border-radius:2px;background:#fff;box-shadow:0 1px 3px #0003;position:absolute;left:25px;bottom:125px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.zoom-btn{width:100%;height:18px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.zoom-btn:hover{background:#0000000d}.plus-icon{position:relative;width:10px;height:10px}.plus-vertical{width:2px;height:10px;background:#c4c4c4;position:absolute;left:4px;top:0}.plus-horizontal{width:2px;height:10px;transform:rotate(-90deg);background:#c4c4c4;position:absolute;left:0;top:4px}.minus-icon{width:10px;height:2px;background:#c4c4c4}.search-bar{display:flex;width:182px;height:28px;padding-left:12px;align-items:center;border-radius:24px;background:#fff;box-shadow:0 4px 8px #0000004d;position:absolute;left:25px;bottom:52px;transition:all .3s ease}.search-bar:focus-within{box-shadow:0 6px 12px #00000059}.search-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#676767;font-size:18px;flex-shrink:0}.map-marker{width:24px;height:32px;position:absolute;cursor:pointer;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center}.buyer-popup{width:420px;height:256px;position:absolute;z-index:30}.popup-arrow{width:23px;height:23px;position:absolute;left:260px;top:0;background:#f7f7f7;transform:rotate(45deg);z-index:31}.popup-content{width:420px;height:240px;border-radius:20px;background:#f7f7f7;position:absolute;left:0;top:16px;padding:19px 36px 35px 13px;z-index:32}.popup-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.popup-dot{width:15px;height:15px;border-radius:50%}.popup-dot.buyer{background:#714103}.popup-title{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:100%;flex:1}.popup-close{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:100%;background:transparent;border:none;cursor:pointer;padding:0;width:20px;height:20px}.popup-info{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.info-row{display:flex;align-items:center;gap:8px;min-height:18px}.info-label{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:110%;white-space:nowrap}.info-value{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:110%}.generator-link{padding-left:234px}.status-wrapper{display:flex;align-items:center;gap:8px;padding-left:20px}.status-dot{width:10px;height:10px;border-radius:50%}.status-dot.active{background:#2ebe7b}.payment-btn{display:flex;width:150px;height:35px;padding:16px 55px;justify-content:center;align-items:center;gap:10px;border-radius:20px;background:#714103;box-shadow:0 3.5px 5.5px #00000005;border:none;color:#fff;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:100%;cursor:pointer;transition:all .3s ease;margin-left:122px}.payment-btn:hover{transform:translateY(-2px);box-shadow:0 6px 10px #00000014}.log-table{width:100%;position:relative;background:transparent}.table-header{width:100%;height:44px;background:#1119270a;display:flex;align-items:center;padding:0 32px;gap:16px;border-bottom:1px solid rgba(113,65,3,.08)}.table-header-cell.date-cell{width:150px}.table-header-cell.generator-cell{width:240px;text-align:center;margin-left:103px}.table-header-cell.consumption-cell{width:240px;text-align:center;margin-left:137px}.table-header-cell.buyer-cell{text-align:center;margin-left:177px}.table-body{background:transparent;border:none;overflow:hidden;box-shadow:none;padding:0}.table-row{display:flex;align-items:center;padding:0 32px;height:48px;border-bottom:1px solid rgba(113,65,3,.06);gap:16px;transition:all .2s cubic-bezier(.4,0,.2,1)}.table-cell{color:#000;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:normal;padding:0 3px}.table-cell.date-cell{width:150px;text-align:left}.table-cell.generator-cell{width:240px;text-align:center;margin-left:103px}.table-cell.consumption-cell{width:240px;text-align:center;margin-left:137px}.table-cell.buyer-cell{text-align:center;margin-left:177px}.table-header-row{display:grid;grid-template-columns:1.2fr 2fr 1.5fr 2fr;gap:20px;padding:14px 20px;border-radius:12px 12px 0 0;background:linear-gradient(135deg,#714103,#8b5a04);align-items:center;border:1px solid rgba(113,65,3,.1);border-bottom:none}.table-data-row{display:grid;grid-template-columns:1.2fr 2fr 1.5fr 2fr;gap:20px;padding:14px 20px;align-items:center;border-bottom:1px solid rgba(113,65,3,.08);background:#ffffff80;transition:all .3s ease}@media (max-width: 768px){.history-table-section{padding:20px 16px;gap:16px}.history-title{font-size:16px}.table-header-row,.table-data-row{grid-template-columns:1fr 1.5fr 1fr 1.5fr;gap:12px;padding:10px 12px}.table-header-cell,.table-data-cell{font-size:12px}}@media (max-width: 480px){.history-table-section{padding:16px 12px}.history-title{font-size:14px}.table-header-row,.table-data-row{grid-template-columns:.8fr 1.2fr .8fr 1.2fr;gap:8px;padding:8px}.table-header-cell,.table-data-cell{font-size:11px}}.map-page{padding:24px;width:100%}.map-header{margin-bottom:24px}.map-header h2{margin:0 0 8px;font-size:24px;font-weight:600;color:#111927}.map-header p{margin:0;font-size:14px;color:#6b7280}.google-map-wrapper{position:relative;width:100%;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;overflow:hidden}.google-map-container{width:100%;height:600px;position:relative}.search-input-wrapper{position:absolute;top:20px;left:20px;width:40%;z-index:10}.search-input-box{display:flex;align-items:center;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #d1d5db;border-radius:12px;padding:12px 16px;box-shadow:0 10px 25px #0000001a,0 4px 6px #0000000d;animation:slideInFromTop .4s ease-out;transition:all .3s ease}.search-input-box:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000026,0 4px 8px #0000001a}.search-icon{width:20px;height:20px;color:#6b7280;margin-right:12px;flex-shrink:0}.search-input-box>div{flex:1;min-width:0;width:0}.search-input-field{width:100%!important;flex:1!important;background:transparent!important;border:none!important;outline:none!important;font-size:14px!important;color:#111827!important;padding:0!important;margin:0!important}.search-input-field::placeholder{color:#9ca3af}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.google-map-container .gm-style{opacity:1!important}.google-map-container .gmnoprint,.google-map-container .gm-style-cc,.google-map-container div[role=button],.google-map-container button{opacity:1!important;visibility:visible!important;background:#fffffff2!important}.gm-style .gm-style-mtc,.gm-style .gmnoprint.gm-bundled-control,.gm-style .gmnoprint{opacity:1!important;visibility:visible!important;z-index:1000!important}div[class*=ControlPanel]{opacity:1!important;visibility:visible!important}.map-controls-wrapper{position:absolute;bottom:20px;right:80px;z-index:15}.map-control-panel{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:12px 16px;box-shadow:0 10px 25px #0000001a,0 4px 6px #0000000d;display:flex;flex-direction:row;gap:20px;align-items:center}.control-group{display:flex;flex-direction:column;align-items:center;gap:6px}.control-label{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.control-label svg{color:#6b7280;width:12px;height:12px}.slider-container{display:flex;flex-direction:column;align-items:center;gap:6px}.slider-vertical{height:6px;width:120px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;margin-bottom:4px}.slider-vertical::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}.slider-vertical::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}.slider-vertical::-webkit-slider-runnable-track{height:6px;background:linear-gradient(to right,#dbeafe,#3b82f6);border-radius:3px}.slider-vertical::-moz-range-track{height:6px;background:linear-gradient(to right,#dbeafe,#3b82f6);border-radius:3px}.slider-value{font-size:11px;font-weight:600;color:#374151;background:#f3f4f6;padding:2px 6px;border-radius:4px;min-width:40px;text-align:center}button[title*=Exit i]{bottom:20px!important;right:auto!important;left:20px!important;z-index:1000!important}.gm-control-active-view,.gm-custom-control{z-index:1000!important}.gm-style .gm-widget{z-index:10!important}.marker-tooltip-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;pointer-events:none}.marker-tooltip-content{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:16px;box-shadow:0 10px 25px #0000001a,0 4px 6px #0000000d;min-width:280px;max-width:400px;pointer-events:auto}.tooltip-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.tooltip-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.tooltip-dot.buyer{background-color:#8b4513}.tooltip-dot.generator{background-color:#22c55e}.tooltip-name{flex:1;font-size:13px;font-weight:600;color:#111827}.tooltip-close{background:none;border:none;font-size:20px;color:#6b7280;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:color .2s}.tooltip-close:hover{color:#111827}.tooltip-info{margin-bottom:8px}.tooltip-info:last-child{margin-bottom:0}.info-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:12px}.info-label{color:#6b7280;font-weight:500}.info-value{color:#111827;font-weight:600;text-align:right}.tooltip-arrow{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid rgba(255,255,255,.98);position:absolute;bottom:-10px;left:50%;transform:translate(-50%);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.map-legend-modern{position:absolute;bottom:24px;left:24px;display:flex;gap:16px;align-items:center;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:8px 14px;color:#fff;font-size:13px;font-weight:500;z-index:10;box-shadow:0 2px 6px #ffffff80}.map-legend-modern .legend-item{display:flex;align-items:center;gap:6px}.map-legend-modern .legend-dot{width:10px;height:10px;border-radius:50%}.map-legend-modern .legend-dot.buyer{background-color:#8b4513}.map-legend-modern .legend-dot.generator{background-color:#22c55e}.tooltip-registration{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.registration-btn{width:100%;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.registration-btn.generator-btn{background:#22c55e;color:#fff}.registration-btn.generator-btn:hover{background:#16a34a;transform:translateY(-1px)}.registration-btn.buyer-btn{background:#8b4513;color:#fff}.registration-btn.buyer-btn:hover{background:#6b3410;transform:translateY(-1px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-content{position:relative;background:transparent;border-radius:20px;animation:slideIn .3s ease-out}.modal-close-btn{position:absolute;top:15px;right:15px;background:#ffffffe6;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#666;cursor:pointer;z-index:10;transition:all .2s ease}.modal-close-btn:hover{background:#fff;color:#333;transform:scale(1.1)}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.generator-form-container{width:385px;height:580px}.generator-form{width:100%;height:100%;border-radius:20px;background:#fff9;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);padding:25px 20px;position:relative}.form-title{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:normal;margin:0 0 24px 5px}.form-field{display:flex;flex-direction:column;justify-content:center;gap:3px;padding:10px 15px;border-radius:10px;background:#f7f7f7;margin-bottom:5px;min-height:50px;position:relative}.form-field.owner-field{min-height:51px;padding:7px 15px}.form-field.dropdown-field{min-height:51px}.field-label{color:#676767;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:normal}.field-value{color:#11192799;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:normal}.field-value-container{display:flex;justify-content:space-between;align-items:center}.edit-icon{width:20px;height:20px;flex-shrink:0;cursor:pointer}.kyb-btn{display:flex;padding:8px;justify-content:center;align-items:center;gap:10px;border-radius:20px;background:#ffe46e;border:none;color:#714103;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:150%;cursor:pointer;position:absolute;right:15px;top:11px;width:150px;height:30px;transition:all .2s ease}.kyb-btn:hover{background:#ffd94d}.kyb-btn:active{transform:scale(.98)}.dropdown-arrow{transform:rotate(90deg);color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:normal}.authorization-section{margin-top:10px;margin-bottom:15px}.checkbox-wrapper{display:flex;gap:8px;align-items:flex-start}.checkbox{width:24px;height:24px;flex-shrink:0;border-radius:8px;background:#fff;border:2px solid #E5E7EB;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease}.checkbox:hover{border-color:#5570f1}.checkbox.checked{background:#5570f1;border-color:#5570f1;padding:2px}.check-icon{width:12px;height:12px}.authorization-text{flex:1;color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:normal;margin:0}.submit-btn{display:flex;width:150px;height:42px;padding:8px;justify-content:center;align-items:center;gap:10px;border-radius:20px;background:#714103;border:none;color:#fff;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:150%;cursor:pointer;margin:0 auto;transition:all .2s ease}.submit-btn:hover:not(:disabled){background:#5a3302}.submit-btn:active:not(:disabled){transform:scale(.98)}.submit-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.6}.buyer-form-container{width:385px;height:600px}.buyer-form{width:100%;height:100%;border-radius:20px;background:#fff9;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);padding:25px 19px;position:relative}.buyer-title{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:normal;margin:0 0 24px 5px}.buyer-field{display:flex;flex-direction:column;justify-content:center;gap:3px;padding:10px 15px;border-radius:10px;background:#f7f7f7;margin-bottom:6px;min-height:52px;position:relative}.buyer-field.buyer-holder-field{min-height:52px;padding:10px 15px}.buyer-label{color:#676767;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:normal}.buyer-value{color:#11192780;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:normal}.buyer-value-container{display:flex;justify-content:space-between;align-items:center}.buyer-edit-icon{width:20px;height:20px;flex-shrink:0;cursor:pointer}.buyer-kyb-btn{display:flex;padding:8px;justify-content:center;align-items:center;gap:10px;border-radius:20px;background:#ffe46e;border:none;color:#714103;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:150%;cursor:pointer;position:absolute;right:7px;top:11px;width:150px;height:30px;transition:all .2s ease}.buyer-kyb-btn:hover{background:#ffd94d}.buyer-kyb-btn:active{transform:scale(.98)}.buyer-authorization-section{margin-top:4px;margin-bottom:7px}.buyer-checkbox-wrapper{display:flex;gap:5px;align-items:flex-start}.buyer-checkbox{width:24px;height:24px;flex-shrink:0;border-radius:8px;background:#fff;border:2px solid #E5E7EB;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease}.buyer-checkbox:hover{border-color:#5570f1}.buyer-checkbox.buyer-checked{background:#5570f1;border-color:#5570f1;padding:2px}.buyer-check-icon{width:12px;height:12px}.buyer-authorization-text{flex:1;color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:normal;margin:0}.buyer-submit-btn{display:flex;width:150px;height:43px;padding:8px;justify-content:center;align-items:center;gap:10px;border-radius:20px;background:#714103;border:none;color:#fff;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:150%;cursor:pointer;margin:0 auto;transition:all .2s ease}.buyer-submit-btn:hover:not(:disabled){background:#5a3302}.buyer-submit-btn:active:not(:disabled){transform:scale(.98)}.buyer-submit-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.6}.overview-page{padding:32px 40px;display:flex;flex-direction:column;gap:32px;min-height:calc(100vh - 100px);background:linear-gradient(135deg,#fafaf8,#fff)}.overview-stats-row{display:flex;gap:24px;width:100%;align-items:flex-start}.apr-card-overview{flex:1 1 auto;min-width:220px;height:260px;border-radius:24px;background:linear-gradient(135deg,#f7edd4,#faf5e8);padding:40px 32px;display:flex;flex-direction:column;gap:24px;border:1px solid rgba(113,65,3,.1);box-shadow:0 8px 32px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1)}.apr-card-overview:hover{transform:translateY(-8px);box-shadow:0 16px 48px #71410326;border-color:#71410333}.card-header-row{display:flex;justify-content:space-between;align-items:center}.card-title-large{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-.3px;margin:0}.dropdown-selector{display:flex;padding:8px 16px;align-items:center;gap:8px;border-radius:12px;border:1px solid rgba(113,65,3,.2);background:#7141030a;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.dropdown-selector:hover{background:#71410314;border-color:#7141034d}.dropdown-selector span{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:1}.apr-value-large{color:#714103;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:56px;font-weight:700;line-height:1.1;margin-top:12px;letter-spacing:-1px}.yield-card-overview{flex:1 1 auto;min-width:220px;height:260px;border-radius:24px;background:linear-gradient(135deg,#f7edd4,#faf5e8);padding:40px 32px;display:flex;flex-direction:column;gap:24px;border:1px solid rgba(113,65,3,.1);box-shadow:0 8px 32px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1)}.yield-card-overview:hover{transform:translateY(-8px);box-shadow:0 16px 48px #71410326;border-color:#71410333}.yield-value-row{display:flex;flex-direction:column;gap:16px}.yield-amount-large{color:#714103;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:48px;font-weight:700;line-height:1.1;letter-spacing:-.5px}.usdc-icon-badge{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#2775ca14;border-radius:12px;width:fit-content}.usdc-label{color:#2775ca;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:600}.staking-asset-card{flex:1 1 auto;min-width:220px;height:260px;border-radius:24px;background:linear-gradient(135deg,#f7edd4,#faf5e8);padding:40px 32px;display:flex;flex-direction:column;border:1px solid rgba(113,65,3,.1);box-shadow:0 8px 32px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1)}.staking-asset-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #71410326;border-color:#71410333}.staking-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.chart-wrapper{display:flex;gap:6px;flex:1;margin-bottom:8px}.chart-y-labels{display:flex;flex-direction:column;justify-content:space-between;padding-top:2px;padding-bottom:2px;width:45px}.chart-y-labels span{color:#676767;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:9px;font-weight:400;line-height:1;text-align:right}.chart-content{flex:1;position:relative;height:100px}.chart-grid{position:absolute;top:0;left:0;right:0;height:100%;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.grid-line{width:100%;height:0;background:transparent;border-top:1px solid rgba(103,103,103,.15)}.chart-gradient{position:absolute;bottom:0;left:0;width:100%;height:85px;pointer-events:none}.bar-chart-overview{position:absolute;bottom:0;left:0;right:0;height:100%;display:flex;justify-content:space-between;align-items:flex-end;gap:6px;padding-bottom:0}.bar-item{flex:1;background:linear-gradient(180deg,#ffe58e,#f7edd4);border-radius:3px 3px 0 0;min-height:6px;box-shadow:0 2px 6px #7141031a;transition:all .3s ease}.bar-item:hover{box-shadow:0 3px 10px #71410333;transform:scaleY(1.05)}.chart-x-labels{display:flex;justify-content:space-between;padding:0 52px 0 45px;margin-top:4px}.chart-x-labels span{color:#676767;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:9px;font-weight:400;text-align:center;width:35px}.chart-caption{color:#676767;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:11px;font-weight:500;text-align:center;margin-top:4px}.overview-content-row{display:flex;gap:28px;width:100%;align-items:stretch}.solar-image-section{flex:0 1 auto;min-width:300px;width:100%;max-width:600px;aspect-ratio:5 / 3;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 12px 40px #0000001f;border:1px solid rgba(113,65,3,.1)}.solar-image-section img{width:100%;height:100%;object-fit:cover;border-radius:24px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.solar-image-section:hover img{transform:scale(1.05)}.solar-overlay{position:absolute;top:0;left:0;right:0;bottom:0;padding:24px 28px;display:flex;flex-direction:column;background:linear-gradient(180deg,#0000004d,#0000 50%)}.solar-location{color:#fff;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:18px;font-weight:600;line-height:1.3;text-shadow:0 2px 8px rgba(0,0,0,.3)}.solar-subtitle{color:#ffffffe6;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-style:italic;font-weight:400;line-height:1.4;margin-top:4px;text-shadow:0 1px 4px rgba(0,0,0,.2)}.solar-status-badge{position:absolute;top:24px;right:28px;display:flex;padding:8px 16px;height:auto;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#714103,#8b5a1f);color:#fff;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:13px;font-weight:600;line-height:1;box-shadow:0 4px 12px #7141034d;border:1px solid rgba(255,255,255,.2)}.phase-info-card{flex:1;min-width:300px;border-radius:24px;background:linear-gradient(135deg,#f7edd4,#faf5e8);padding:32px;display:flex;flex-direction:column;gap:20px;border:1px solid rgba(113,65,3,.1);box-shadow:0 8px 32px #00000014;overflow-y:auto}.phase-title{color:#714103;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:18px;font-weight:700;line-height:1.3;margin:0}.phase-details-grid{display:grid;grid-template-columns:auto 1fr;gap:8px 16px;margin-bottom:4px}.detail-label{color:#676767;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:13px;font-weight:500;line-height:1.5}.detail-value{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:13px;font-weight:500;line-height:1.5}.detail-value strong{font-weight:700;color:#714103}.progress-section{display:flex;flex-direction:column;gap:12px;margin-top:8px;padding-top:16px;border-top:1px solid rgba(113,65,3,.1)}.progress-header{display:flex;justify-content:space-between;align-items:center}.progress-text{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:13px;font-weight:400;line-height:1.5}.progress-text strong{font-weight:700;font-size:14px;color:#714103}.progress-percentage{color:#714103;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:700;line-height:1}.progress-bar-bg{width:100%;height:12px;border-radius:20px;background:#67676726;overflow:hidden;border:1px solid rgba(113,65,3,.1)}.progress-bar-fill{height:100%;border-radius:20px;background:linear-gradient(90deg,#ffe58e,#f7edd4);transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #ffe58e4d}.invest-section{display:flex;flex-direction:column;gap:16px;margin-top:12px;padding-top:20px;border-top:1px solid rgba(113,65,3,.08)}.invest-button{background:linear-gradient(135deg,#714103,#8b5a04,#a66b05);color:#fff;border:none;border-radius:12px;padding:16px 32px;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #71410326,0 2px 8px #7141031a,inset 0 1px #ffffff1a;position:relative;overflow:hidden;letter-spacing:.025em}.invest-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .6s ease}.invest-button:hover:not(:disabled):before{left:100%}.invest-button:hover:not(:disabled){background:linear-gradient(135deg,#8b5a04,#a66b05,#c17706);box-shadow:0 6px 24px #71410340,0 4px 12px #71410326,inset 0 1px #ffffff26;transform:translateY(-2px)}.invest-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #71410333,inset 0 1px #ffffff1a}.invest-button:disabled{background:linear-gradient(135deg,#e5e7eb,#d1d5db);color:#9ca3af;cursor:not-allowed;box-shadow:none;transform:none}.error-message{background:#fee;color:#c53030;padding:8px 12px;border-radius:6px;font-size:12px;display:flex;justify-content:space-between;align-items:center;border:1px solid #fed7d7}.error-close{background:none;border:none;color:#c53030;cursor:pointer;font-size:16px;font-weight:700;padding:0;margin-left:8px}.success-message{background:#f0fff4;color:#38a169;padding:8px 12px;border-radius:6px;font-size:12px;border:1px solid #9ae6b4}.invest-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}.invest-modal-content{background:#fff;padding:32px;border-radius:20px;box-shadow:0 20px 60px #00000026,0 8px 32px #0000001a,0 0 0 1px #ffffff0d;max-width:440px;width:90%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.invest-modal-content h3{margin:0 0 12px;color:#111927;font-size:24px;font-weight:700;letter-spacing:-.025em;line-height:1.2}.invest-modal-content p{margin:0 0 28px;color:#6b7280;font-size:15px;line-height:1.5}.invest-amount-input{width:100%;padding:16px 20px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;margin-bottom:24px;box-sizing:border-box;transition:all .2s cubic-bezier(.4,0,.2,1);background:#fafafa;font-weight:500}.invest-amount-input:focus{outline:none;border-color:#714103;background:#fff;box-shadow:0 0 0 3px #7141031a,0 4px 12px #0000000d;transform:translateY(-1px)}.invest-amount-input:disabled{background:#f3f4f6;cursor:not-allowed;color:#9ca3af}.invest-confirm-button{flex:1;padding:16px 24px;background:linear-gradient(135deg,#714103,#8b5a04,#a66b05);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:600;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #71410326,0 2px 8px #7141031a;position:relative;overflow:hidden}.invest-confirm-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .6s ease}.invest-confirm-button:hover:not(:disabled):before{left:100%}.invest-confirm-button:hover:not(:disabled){background:linear-gradient(135deg,#8b5a04,#a66b05,#c17706);box-shadow:0 6px 24px #71410340,0 4px 12px #71410326;transform:translateY(-2px)}.invest-confirm-button:active:not(:disabled){transform:translateY(0)}.invest-confirm-button:disabled{background:linear-gradient(135deg,#e5e7eb,#d1d5db);color:#9ca3af;cursor:not-allowed;box-shadow:none;transform:none}.invest-cancel-button{flex:1;padding:16px 24px;background:#f8fafc;color:#64748b;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;font-weight:600;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1)}.invest-cancel-button:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#475569;transform:translateY(-1px)}.table-header-row{display:grid;grid-template-columns:1.8fr 1.5fr .8fr 1fr 1.2fr;gap:20px;padding:14px 20px;border-radius:12px 12px 0 0;background:linear-gradient(135deg,#714103,#8b5a04);height:auto;align-items:center;border:1px solid rgba(113,65,3,.1);border-bottom:none}@media (max-width: 1600px){.overview-stats-row{gap:20px}.apr-card-overview,.yield-card-overview,.staking-asset-card{flex:1 1 auto;min-width:200px;height:260px}}@media (max-width: 1200px){.overview-page{padding:24px 32px;gap:24px}.overview-stats-row{gap:16px;flex-wrap:wrap}.apr-card-overview,.yield-card-overview,.staking-asset-card{flex:1 1 calc(33.333% - 11px);min-width:200px;height:260px}.overview-content-row{flex-direction:column;gap:24px}.solar-image-section{max-width:100%;aspect-ratio:16 / 10}.phase-info-card{min-height:400px}}@media (max-width: 768px){.overview-page{padding:16px;gap:16px}.overview-stats-row{gap:12px;flex-wrap:wrap}.apr-card-overview,.yield-card-overview,.staking-asset-card{flex:1 1 calc(50% - 6px);min-width:150px;height:220px;padding:24px 20px}.card-title-large{font-size:18px}.apr-value-large{font-size:36px;margin-top:8px}.yield-amount-large{font-size:32px}.staking-header{margin-bottom:12px}.chart-wrapper{gap:4px;margin-bottom:6px}.chart-content{height:80px}.chart-y-labels{width:40px}.chart-y-labels span{font-size:8px}.chart-gradient{height:70px}.chart-x-labels{padding:0 40px;margin-top:2px}.chart-x-labels span{font-size:8px;width:30px}.chart-caption{font-size:10px;margin-top:2px}.overview-content-row{flex-direction:column;gap:16px}.solar-image-section{max-width:100%;aspect-ratio:16 / 10}.solar-overlay{padding:16px 20px}.solar-location{font-size:14px}.solar-subtitle{font-size:12px}.solar-status-badge{top:16px;right:20px;padding:6px 12px;font-size:12px}.phase-info-card{padding:24px;gap:16px;min-height:auto}.phase-title{font-size:16px}.phase-details-grid{gap:6px 12px}.detail-label,.detail-value,.progress-text{font-size:12px}.progress-text strong{font-size:13px}.progress-percentage{font-size:12px}.invest-button{font-size:13px;padding:10px 20px}.history-table-section{padding:20px 16px;gap:16px}.history-title{font-size:16px}.table-header-row,.table-data-row{grid-template-columns:1.5fr 1.2fr .7fr .8fr 1fr;gap:12px;padding:10px 12px}.table-header-cell,.table-data-cell{font-size:12px}}@media (max-width: 480px){.overview-page{padding:12px;gap:12px}.overview-stats-row{gap:10px;flex-wrap:wrap}.apr-card-overview,.yield-card-overview,.staking-asset-card{flex:1 1 calc(50% - 5px);min-width:140px;padding:18px 14px;height:200px}.card-title-large{font-size:16px}.apr-value-large{font-size:28px;margin-top:6px}.yield-amount-large{font-size:24px}.usdc-icon-badge{padding:6px 10px}.usdc-label{font-size:12px}.staking-header{margin-bottom:10px}.chart-wrapper{gap:3px;margin-bottom:4px}.chart-content{height:70px}.chart-y-labels{width:35px}.chart-y-labels span{font-size:7px}.chart-gradient{height:60px}.chart-x-labels{padding:0 35px;margin-top:2px}.chart-x-labels span{font-size:7px;width:25px}.chart-caption{font-size:9px;margin-top:2px}.solar-overlay{padding:12px 16px}.solar-location{font-size:12px}.solar-subtitle{font-size:11px}.solar-status-badge{top:12px;right:16px;padding:4px 10px;font-size:11px}.phase-info-card{padding:16px;gap:12px}.phase-title{font-size:14px}.phase-details-grid{gap:4px 8px}.detail-label,.detail-value{font-size:11px}.progress-bar-bg{height:10px}.invest-button{font-size:12px;padding:8px 16px}.modal-content{padding:20px}.history-table-section{padding:16px 12px}.history-title{font-size:14px}.table-header-row,.table-data-row{grid-template-columns:1.2fr 1fr .6fr .7fr .9fr;gap:8px;padding:8px}.table-header-cell,.table-data-cell{font-size:11px}}.invest-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#fafaf8,#fff);padding:32px 40px;display:flex;flex-direction:column;gap:32px}.invest-container{display:flex;gap:24px}.invest-left{display:flex;flex-direction:column;gap:24px;flex:1}.stats-card{background:linear-gradient(135deg,#f7edd4,#faf5e8);border-radius:20px;padding:32px;border:1px solid rgba(113,65,3,.1);box-shadow:0 4px 16px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}.stats-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#71410333}.stats-grid{display:flex;align-items:flex-start;gap:40px}.stat-section{flex:1}.stat-divider{width:2px;height:175px;background:linear-gradient(180deg,#7141034d,#7141031a);flex-shrink:0}.stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.stat-title{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:28px;font-weight:700;line-height:1.2;margin:0 0 16px;letter-spacing:-.3px}.stat-value-large{color:#714103;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:64px;font-weight:700;line-height:1;margin-bottom:12px}.stat-meta{display:flex;align-items:center;gap:12px}.stat-token{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:700;line-height:1}.stat-value-small{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:500;line-height:1;text-align:right;opacity:.7}.period-dropdown{display:inline-flex}.dropdown-btn{display:flex;padding:8px 16px;justify-content:space-between;align-items:center;gap:8px;border-radius:12px;border:1px solid rgba(113,65,3,.2);background:#7141030a;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.dropdown-btn:hover{background:#71410314;border-color:#7141034d}.dropdown-btn span{color:#111927;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:1}.action-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.action-card{background:linear-gradient(135deg,#f7edd4,#faf5e8);border-radius:20px;padding:28px;border:1px solid rgba(113,65,3,.1);box-shadow:0 4px 16px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}.action-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#71410333}.action-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.action-title{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:700;line-height:1.2;margin:0 0 16px;letter-spacing:-.2px}.unclaim-label{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:1;opacity:.7;background:#71410314;padding:4px 12px;border-radius:8px}.action-value{color:#714103;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:56px;font-weight:700;line-height:1;margin-bottom:20px}.yield-split{display:flex;align-items:center;gap:24px;margin-bottom:20px}.yield-section{flex:1}.yield-divider{width:2px;height:80px;background:linear-gradient(180deg,#7141034d,#7141031a);flex-shrink:0}.yield-value{color:#714103;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:56px;font-weight:700;line-height:1}.action-buttons{display:flex;gap:12px}.action-btn{display:flex;padding:12px 20px;justify-content:center;align-items:center;gap:8px;flex:1;border-radius:12px;background:linear-gradient(135deg,#714103,#8b5a1f);border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#fff;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:600;line-height:1}.action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #7141034d}.action-btn:active{transform:translateY(0)}.claim-btn{width:100%}.performance-card{width:383px;background:linear-gradient(135deg,#f7f7f7,#fafaf8);border-radius:20px;padding:32px;flex-shrink:0;border:1px solid rgba(113,65,3,.08);box-shadow:0 4px 16px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}.performance-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.performance-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.performance-title{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:28px;font-weight:700;line-height:1.2;margin:0;letter-spacing:-.3px}.performance-subtitle{color:#111927;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:1;margin:0 0 20px;opacity:.8}.chart-container{display:flex;gap:12px;margin-bottom:8px}.chart-y-axis{display:flex;flex-direction:column;justify-content:space-between;padding:2px 0}.y-label{color:#111927;text-align:right;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:15px;font-weight:400;line-height:normal}.chart-area{position:relative;flex:1}.area-chart{width:100%;height:auto;display:block}.bar-chart{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:flex-end;gap:10px;padding:0 16px;height:100%}.bar{position:relative;width:48px;height:86px;display:flex;flex-direction:column;align-items:center;gap:8px}.bar-fill{width:100%;height:100%;background:#f7edd4}.bar-label{color:#111927;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:15px;font-weight:400;line-height:normal}.chart-caption{color:#111927;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:15px;font-weight:400;line-height:normal;margin:0}.history-section{background:linear-gradient(135deg,#f7f7f7,#fafaf8);border-radius:20px;padding:0;border:1px solid rgba(113,65,3,.08);box-shadow:0 4px 16px #0000000f;overflow:hidden}.history-header{padding:20px 32px;border-bottom:1px solid rgba(113,65,3,.08)}.history-header h3{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:18px;font-weight:700;line-height:1.4;margin:0;letter-spacing:-.3px}.history-table{width:100%}.table-header{display:grid;grid-template-columns:1.2fr 1.3fr .7fr .9fr .8fr 1.1fr;gap:20px;background:#11192714;padding:0 32px;height:44px;align-items:center;border-bottom:1px solid rgba(113,65,3,.15)}.table-header-cell{color:#1f2937!important;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:12px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.5px;opacity:1!important}.table-body{display:flex;flex-direction:column;background:transparent}.table-row{display:grid;grid-template-columns:1.2fr 1.3fr .7fr .9fr .8fr 1.1fr;gap:20px;padding:0 32px;height:48px;align-items:center;border-bottom:1px solid rgba(113,65,3,.06);transition:all .2s cubic-bezier(.4,0,.2,1)}.table-cell{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:1;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-cell.txid{color:#2775ca;font-weight:500}.status-badge{display:inline-flex;padding:6px 12px;align-items:center;gap:4px;border-radius:8px;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:12px;font-weight:600;line-height:1}.status-badge.success{background:#2ebe7b1a;color:#2ebe7b}.table-loading,.table-error,.table-empty{padding:32px;text-align:center;color:#676767;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:500}.table-error{color:#e74c3c;background:#e74c3c0d;border-radius:8px;margin:16px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:linear-gradient(135deg,#fff,#fafaf8);padding:0;border-radius:24px;box-shadow:0 20px 60px #00000026,0 8px 32px #0000001a,0 0 0 1px #7141031a;max-width:480px;width:90%;max-height:90vh;overflow:hidden;position:relative;animation:slideUp .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(113,65,3,.08)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{padding:32px 32px 0;border-bottom:1px solid rgba(113,65,3,.08);background:linear-gradient(135deg,#f7edd4,#faf5e8)}.modal-title{margin:0 0 8px;color:#111927;font-size:28px;font-weight:700;letter-spacing:-.025em;line-height:1.2;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif}.modal-subtitle{margin:0 0 24px;color:#6b7280;font-size:15px;line-height:1.5;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif}.modal-body{padding:32px}.input-group{margin-bottom:24px}.input-label{display:block;margin-bottom:8px;color:#374151;font-size:14px;font-weight:600;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif}.input-wrapper{position:relative;display:flex;align-items:center}.amount-input{width:100%;padding:16px 80px 16px 20px;border:2px solid #e5e7eb;border-radius:16px;font-size:18px;font-weight:600;box-sizing:border-box;transition:all .2s cubic-bezier(.4,0,.2,1);background:#fafafa;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;color:#111927}.amount-input:focus{outline:none;border-color:#714103;background:#fff;box-shadow:0 0 0 3px #7141031a,0 4px 12px #0000000d;transform:translateY(-1px)}.amount-input:disabled{background:#f3f4f6;cursor:not-allowed;color:#9ca3af}.amount-input::placeholder{color:#9ca3af;font-weight:500}.input-suffix{position:absolute;right:20px;color:#714103;font-size:14px;font-weight:700;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;background:#7141031a;padding:6px 12px;border-radius:8px;pointer-events:none}.modal-balance-info{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding:12px 16px;background:linear-gradient(135deg,#f8f9fa,#f1f3f4);border-radius:12px;border:1px solid #e5e7eb}.modal-balance-display{display:flex;flex-direction:column;gap:2px}.modal-balance-label{font-size:12px;font-weight:500;color:#6b7280;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif}.modal-balance-amount{font-size:14px;font-weight:700;color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif}.modal-max-button{padding:8px 16px;background:linear-gradient(135deg,#714103,#8b5a04);color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:600;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);min-width:48px;height:32px;display:flex;align-items:center;justify-content:center}.modal-max-button:hover:not(:disabled){background:linear-gradient(135deg,#8b5a04,#714103);transform:translateY(-1px);box-shadow:0 4px 12px #71410333}.modal-max-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #71410333}.modal-max-button:disabled{background:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none;color:#9ca3af}.modal-footer{padding:24px 32px 32px;display:flex;gap:16px;justify-content:flex-end;background:linear-gradient(135deg,#fff,#fafaf8)}.btn-primary{flex:1;padding:16px 24px;background:linear-gradient(135deg,#714103,#8b5a04);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;box-shadow:0 4px 12px #71410333}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#8b5a04,#714103);transform:translateY(-2px);box-shadow:0 6px 20px #7141034d}.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #71410333}.btn-primary:disabled{background:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none;color:#9ca3af}.btn-secondary{flex:1;padding:16px 24px;background:#f3f4f6;color:#374151;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;font-weight:600;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);min-height:52px}.btn-secondary:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db;transform:translateY(-1px)}.btn-secondary:active:not(:disabled){transform:translateY(0)}.btn-secondary:disabled{background:#f9fafb;cursor:not-allowed;color:#9ca3af;transform:none}.error-message{background:linear-gradient(135deg,#fef2f2,#fee);color:#dc2626;padding:16px 20px;border-radius:12px;font-size:14px;font-weight:500;display:flex;justify-content:space-between;align-items:center;border:1px solid #fecaca;margin-bottom:16px;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif}.error-close{background:none;border:none;color:#dc2626;cursor:pointer;font-size:18px;font-weight:700;padding:0;margin-left:12px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.error-close:hover{background:#dc26261a}.success-message{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);color:#16a34a;padding:16px 20px;border-radius:12px;font-size:14px;font-weight:500;border:1px solid #bbf7d0;margin-bottom:16px;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1400px){.performance-card{width:340px}}@media (max-width: 1200px){.invest-page{padding:24px 32px;gap:24px}.invest-container{flex-direction:column;gap:24px}.performance-card{width:100%;max-width:none}.stats-grid{gap:32px}.stat-divider{height:150px}.action-cards{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 900px){.invest-page{padding:20px 24px;gap:20px}.stats-card{padding:24px}.stats-grid{flex-direction:column;gap:24px}.stat-divider{width:100%;height:2px}.stat-title{font-size:24px}.stat-value-large{font-size:52px}.stat-token,.stat-value-small{font-size:18px}.action-cards{grid-template-columns:1fr;gap:16px}.action-card{padding:24px}.action-title{font-size:18px}.action-value,.yield-value{font-size:48px}.table-header,.table-row{grid-template-columns:1.2fr 1.3fr .7fr .9fr .8fr 1.1fr;gap:16px;padding:0 24px}.table-header-cell,.table-cell{font-size:13px}.history-table-section{padding:20px 16px;gap:16px}.history-title{font-size:16px}.table-header-row,.table-data-row{grid-template-columns:1.5fr 1.2fr .7fr .8fr 1fr;gap:12px;padding:10px 12px}.table-header-cell,.table-data-cell{font-size:12px}}@media (max-width: 768px){.invest-page{padding:16px;gap:16px}.stats-card{padding:20px}.stat-title{font-size:20px}.stat-value-large{font-size:42px}.stat-token,.stat-value-small{font-size:16px}.action-card{padding:20px}.action-title{font-size:16px}.action-value{font-size:40px;margin-bottom:16px}.yield-split{gap:16px}.yield-divider{height:70px}.yield-value{font-size:40px}.action-btn{padding:10px 16px;font-size:14px}.performance-card{padding:24px}.performance-title{font-size:24px}.performance-subtitle{font-size:13px}.history-section{overflow-x:auto}.history-header{padding:16px 20px}.history-header h3{font-size:16px}.table-header,.table-row{grid-template-columns:1.2fr 1.3fr .7fr .9fr .8fr 1.1fr;gap:12px;padding:0 20px;min-width:600px}.table-header{height:40px}.table-row{height:44px}.table-header-cell,.table-cell{font-size:12px}.modal-content{width:95%}.modal-header,.modal-body,.modal-footer{padding:24px}.modal-title{font-size:24px}.modal-subtitle{font-size:14px}.amount-input{font-size:16px;padding:14px 70px 14px 16px}.input-suffix{right:16px;font-size:13px}.btn-primary,.btn-secondary{font-size:15px;padding:14px 20px;min-height:48px}}@media (max-width: 480px){.invest-page{padding:12px;gap:12px}.stats-card{padding:16px}.stat-title{font-size:18px;margin-bottom:12px}.stat-value-large{font-size:36px}.stat-token,.stat-value-small{font-size:14px}.action-cards{gap:12px}.action-card{padding:16px}.action-title{font-size:14px;margin-bottom:12px}.action-value{font-size:32px;margin-bottom:12px}.yield-split{gap:12px}.yield-divider{height:60px}.yield-value{font-size:32px}.action-btn{padding:8px 12px;font-size:13px}.performance-card{padding:20px}.performance-title{font-size:20px}.performance-subtitle{font-size:12px}.chart-container{gap:8px}.y-label{font-size:13px}.bar{width:36px;height:70px}.bar-label,.chart-caption{font-size:13px}.history-header{padding:12px 16px}.history-header h3{font-size:14px}.table-header,.table-row{grid-template-columns:1.2fr 1.3fr .7fr .9fr .8fr 1.1fr;gap:8px;padding:0 16px;min-width:550px}.table-header{height:36px}.table-row{height:40px}.table-header-cell,.table-cell{font-size:11px}.history-table-section{padding:16px 12px}.history-title{font-size:14px}.table-header-row,.table-data-row{grid-template-columns:1.2fr 1fr .6fr .7fr .9fr;gap:8px;padding:8px}.table-header-cell,.table-data-cell{font-size:11px}.modal-content{width:95%;border-radius:20px}.modal-header,.modal-body{padding:20px}.modal-footer{padding:16px 20px 20px}.modal-title{font-size:20px}.modal-subtitle{font-size:13px;margin-bottom:20px}.input-label{font-size:13px}.amount-input{font-size:15px;padding:12px 65px 12px 14px;border-radius:12px}.input-suffix{right:14px;font-size:12px;padding:5px 10px}.modal-balance-info{padding:10px 14px}.modal-balance-label{font-size:11px}.modal-balance-amount{font-size:13px}.modal-max-button{padding:6px 12px;font-size:11px;min-width:42px;height:28px}.btn-primary,.btn-secondary{font-size:14px;padding:12px 16px;min-height:44px}.error-message,.success-message{padding:12px 16px;font-size:13px}.dropdown-btn{padding:6px 12px}.dropdown-btn span{font-size:13px}.unclaim-label{font-size:12px;padding:3px 10px}}.table-header-row{display:grid;grid-template-columns:1.8fr 1.5fr .8fr 1fr 1.2fr;gap:20px;padding:14px 20px;border-radius:12px 12px 0 0;background:linear-gradient(135deg,#714103,#8b5a04);align-items:center;border:1px solid rgba(113,65,3,.1);border-bottom:none}.table-data-row{display:grid;grid-template-columns:1.8fr 1.5fr .8fr 1fr 1.2fr;gap:20px;padding:14px 20px;align-items:center;border-bottom:1px solid rgba(113,65,3,.08);background:#ffffff80;transition:all .3s ease}.txid-link{color:#2775ca;cursor:pointer;text-decoration:none;font-weight:500;transition:all .2s ease}.txid-link:hover{color:#1a5aa0;text-decoration:underline}.energy-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#fafaf8,#fff);position:relative;padding:32px 40px;display:flex;flex-direction:column;gap:32px}.map-legend{display:flex;width:auto;padding:12px 20px;align-items:center;gap:32px;border-radius:16px;background:#f7edd4f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:absolute;left:20px;top:16px;box-shadow:0 4px 12px #00000014;border:1px solid rgba(255,255,255,.5)}.map-controls{width:44px;height:100px;border-radius:12px;background:#fffffff2;box-shadow:0 4px 12px #0000001a;position:absolute;left:20px;bottom:20px;display:flex;flex-direction:column;align-items:center;justify-content:space-around;border:1px solid rgba(0,0,0,.05)}.zoom-btn{width:100%;height:32px;background:transparent;border:none;color:#111927;font-size:20px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.zoom-btn:hover{color:#714103;background:#71410314}.control-divider{width:24px;height:1px;background:#e6e6e6}.search-bar{display:flex;width:220px;height:40px;padding:0 14px;align-items:center;border-radius:12px;background:#fffffff2;box-shadow:0 4px 12px #0000001a;position:absolute;left:20px;top:16px;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.search-bar:focus-within{box-shadow:0 6px 16px #71410326;border-color:#71410333}.search-bar input{flex:1;border:none;outline:none;background:transparent;color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:400;letter-spacing:-.3px;padding-left:8px}.search-bar input::placeholder{color:#999}.search-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#999;font-size:16px;flex-shrink:0}.marker-tooltip{width:325px;position:absolute;z-index:20}.tooltip-content{width:320px;padding:16px 20px;border-radius:12px;background:#fffffffa;display:flex;flex-direction:column;gap:12px;box-shadow:0 8px 24px #00000026;border:1px solid rgba(0,0,0,.05)}.tooltip-header{display:flex;align-items:center;gap:15px;position:relative}.tooltip-info{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:100%}.tooltip-arrow{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:12px solid rgba(255,255,255,.98);position:absolute;left:235px;top:68px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%}@media (max-width: 1400px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}.history-table-section{padding:20px 16px;gap:16px}.history-title{font-size:16px}.table-header-row,.table-data-row{grid-template-columns:1.2fr 1.2fr 1.2fr 1fr 1fr;gap:12px;padding:10px 12px}.table-header-cell,.table-data-cell{font-size:12px}}.stat-card{display:flex;padding:28px;flex-direction:column;justify-content:flex-start;align-items:flex-start;border-radius:16px;background:linear-gradient(135deg,#ffe58e,#ffd966);box-shadow:0 4px 16px #ffe58e40;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.6);min-height:140px}.stat-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #ffe58e59}.stat-label{color:#676767;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:12px;font-weight:600;line-height:normal;margin-bottom:16px;text-transform:uppercase;letter-spacing:.6px}.stat-value{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:36px;font-weight:700;line-height:1.2}.log-header{width:100%;padding:20px 32px;border-bottom:1px solid rgba(113,65,3,.08);background:transparent}.log-table{position:relative;width:100%;overflow-x:auto;background:transparent}.table-header{width:100%;height:44px;background:#1119270a;display:flex;align-items:center;padding:0 32px;border-bottom:1px solid rgba(113,65,3,.08)}.table-header-cell{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:12px;font-weight:600;line-height:1;padding:0;text-align:left;text-transform:uppercase;letter-spacing:.5px;opacity:.7}.table-header-cell:first-child{width:200px}.table-header-cell:nth-child(2){width:200px;text-align:center}.table-header-cell:nth-child(3){width:220px;text-align:center}.table-header-cell:nth-child(4){width:200px;text-align:center}.table-header-cell:nth-child(5){text-align:center}.table-body{background:transparent;overflow:hidden}.table-row{display:flex;align-items:center;padding:0 32px;height:48px;border-bottom:1px solid rgba(113,65,3,.06);transition:all .2s cubic-bezier(.4,0,.2,1)}.table-cell{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:1;padding:0}.table-cell:first-child{width:200px;text-align:left}.table-cell:nth-child(2){width:200px;text-align:center}.table-cell:nth-child(3){width:220px;text-align:center}.table-cell:nth-child(4){width:200px;text-align:center}.table-cell:nth-child(5){text-align:center}.table-header-row{display:grid;grid-template-columns:1.5fr 1.5fr 1.5fr 1.2fr 1.2fr;gap:20px;padding:14px 20px;border-radius:12px 12px 0 0;background:linear-gradient(135deg,#714103,#8b5a04);align-items:center;border:1px solid rgba(113,65,3,.1);border-bottom:none}.table-data-row{display:grid;grid-template-columns:1.5fr 1.5fr 1.5fr 1.2fr 1.2fr;gap:20px;padding:14px 20px;align-items:center;border-bottom:1px solid rgba(113,65,3,.08);background:#ffffff80;transition:all .3s ease}@media (max-width: 480px){.history-table-section{padding:16px 12px}.history-title{font-size:14px}.table-header-row,.table-data-row{grid-template-columns:1fr 1fr 1fr .8fr .8fr;gap:8px;padding:8px}.table-header-cell,.table-data-cell{font-size:11px}}.generator-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#fafaf8,#fff);position:relative;padding:32px 40px;display:flex;flex-direction:column;gap:32px}.map-container{width:100%;height:480px;position:relative;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1)}.map-image{width:100%;height:100%;border-radius:20px;object-fit:cover}.map-legend{display:flex;width:248px;padding:10px;align-items:center;gap:47px;border-radius:20px;background:#f7edd4;position:absolute;left:29px;top:41px}.legend-item{display:flex;align-items:center;gap:9px}.legend-dot{width:15px;height:15px;border-radius:50%}.legend-dot.generator{background:#2ebe7b}.legend-dot.buyer{background:#714103}.legend-item span{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:100%}.map-controls{width:28px;height:53px;border-radius:2px;background:#fff;box-shadow:0 1px 3px #0003;position:absolute;left:25px;bottom:87px;display:flex;flex-direction:column;align-items:center;justify-content:center}.zoom-btn{width:100%;height:22px;background:transparent;border:none;color:#666;font-size:16px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.zoom-btn:hover{color:#111927}.control-divider{width:20px;height:1px;background:#e6e6e6}.search-bar{display:flex;width:182px;height:28px;padding-left:12px;align-items:center;border-radius:24px;background:#fff;box-shadow:0 4px 8px #0000004d;position:absolute;left:25px;bottom:32px}.search-bar input{flex:1;border:none;outline:none;background:transparent;color:#676767;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:15px;font-weight:400;line-height:normal;letter-spacing:-.6px;padding-left:12px}.search-bar input::placeholder{color:#676767}.search-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#676767;font-size:18px;font-weight:500;flex-shrink:0}.map-marker{width:24px;height:32px;position:absolute;cursor:pointer;z-index:10}.marker-tooltip{width:247px;height:98px;position:absolute;z-index:20}.tooltip-content{width:247px;height:87px;border-radius:20px;background:#f7f7f7;padding:13px 21px;display:flex;flex-direction:column;gap:8px;position:relative}.tooltip-header{display:flex;align-items:center;gap:10px}.tooltip-dot{width:15px;height:15px;border-radius:50%}.tooltip-dot.generator{background:#2ebe7b}.tooltip-dot.buyer{background:#714103}.tooltip-name{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:100%;flex:1}.tooltip-close{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:100%;background:transparent;border:none;cursor:pointer;padding:0;width:20px;height:20px}.tooltip-info{display:flex;flex-direction:column;gap:4px}.info-row{display:flex;align-items:center;gap:8px;color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:110%}.status-badge{display:flex;align-items:center;gap:8px}.status-dot{width:10px;height:10px;border-radius:50%;background:#2ebe7b}.tooltip-arrow{width:0;height:0;border-left:11.5px solid transparent;border-right:11.5px solid transparent;border-top:18px solid #F7F7F7;position:absolute;left:182px;top:75px}.log-activity{width:100%;position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#f7f7f7,#fafaf8);box-shadow:0 4px 16px #0000000f}.log-header{width:100%;padding:20px 32px;border-bottom:1px solid rgba(113,65,3,.08);background:transparent;display:flex;align-items:center}.log-header h3{color:#111927;text-align:left;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:18px;font-weight:700;line-height:1.4;margin:0;letter-spacing:-.3px}.log-table{width:100%;background:transparent}.table-header{width:100%;height:44px;background:#f5f5f5;display:flex;align-items:center;padding:0 32px;border-bottom:2px solid #714103;box-shadow:0 1px 3px #0000001a}.generator-page .table-header-cell{color:#000!important;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif!important;font-size:15px;font-weight:900!important;line-height:1;padding:0;text-transform:uppercase;letter-spacing:1.2px;opacity:1!important;text-shadow:none}.generator-page .table-header-cell:nth-child(1){width:120px;text-align:left}.generator-page .table-header-cell:nth-child(2){width:240px;text-align:left}.generator-page .table-header-cell:nth-child(3){width:140px;text-align:center}.generator-page .table-header-cell:nth-child(4){width:140px;text-align:center}.generator-page .table-header-cell:nth-child(5){flex:1;text-align:center}.table-body{width:100%;background:transparent}.table-row{width:100%;height:48px;display:flex;align-items:center;padding:0 32px;border-bottom:1px solid rgba(113,65,3,.06);transition:all .2s cubic-bezier(.4,0,.2,1)}.table-row:hover{background:#7141030a}.table-row:last-child{border-bottom:none}.table-cell{color:#000;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:normal}.table-cell:nth-child(1){width:120px;text-align:left}.table-cell:nth-child(2){width:240px;text-align:left;font-family:Courier New,monospace;font-weight:500}.table-cell:nth-child(3){width:140px;text-align:center}.table-cell:nth-child(4){width:140px;text-align:center}.table-cell:nth-child(5){flex:1;display:flex;align-items:center;justify-content:center}.table-cell-full{color:#000;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:normal;width:100%;display:flex;align-items:center;justify-content:center}.table-cell .status-badge{display:inline-flex;height:20px;padding:4px 8px;align-items:center;gap:2px;border-radius:12px}.table-cell .status-badge.active{background:#e0fff0}.table-cell .status-badge.offline{background:#ffe0e0}.table-cell .status-badge.active span{color:#5ede99;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:normal}.table-cell .status-badge.offline span{color:#f26666;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:normal}@media (max-width: 1200px){.top-bar{flex-direction:column;align-items:flex-start}.balance-cards,.wallet-btn{width:100%}.map-container{height:400px}}@media (max-width: 768px){.generator-page{padding:20px 15px}.balance-cards{flex-direction:column;width:100%}.balance-card{width:100%}.map-legend{width:auto;gap:20px;padding:8px 12px}.map-container{height:300px}.table-header,.table-row{padding:0 15px}}.history-table-section{width:100%;border-radius:24px;background:linear-gradient(135deg,#f7edd4,#faf5e8);padding:32px;display:flex;flex-direction:column;gap:20px;border:1px solid rgba(113,65,3,.1);box-shadow:0 8px 32px #00000014}.history-title{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:700;line-height:1.3;margin:0}.table-container{display:flex;flex-direction:column;gap:0}.table-header-row{display:grid;grid-template-columns:1.2fr 2fr 1.2fr 1.2fr 1.2fr;gap:20px;padding:14px 20px;border-radius:12px 12px 0 0;background:linear-gradient(135deg,#714103,#8b5a04);align-items:center;border:1px solid rgba(113,65,3,.1);border-bottom:none}.table-header-cell{color:#fff!important;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:13px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px}.table-divider{width:100%;height:0;background:transparent;border-top:1px solid rgba(113,65,3,.1);margin:0}.table-body-content{display:flex;flex-direction:column;gap:0;border:1px solid rgba(113,65,3,.1);border-top:none;border-radius:0 0 12px 12px;overflow:hidden}.table-data-row{display:grid;grid-template-columns:1.2fr 2fr 1.2fr 1.2fr 1.2fr;gap:20px;padding:14px 20px;align-items:center;border-bottom:1px solid rgba(113,65,3,.08);background:#ffffff80;transition:all .3s ease}.table-data-row:last-child{border-bottom:none}.table-data-row:hover{background:#fffc}.table-data-cell{color:#111927;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:13px;font-weight:400;line-height:1.5}.table-data-cell .status-badge{display:inline-flex;height:20px;padding:4px 8px;align-items:center;gap:2px;border-radius:12px}.table-data-cell .status-badge.active{background:#e0fff0}.table-data-cell .status-badge.offline{background:#ffe0e0}.table-data-cell .status-badge.active span{color:#5ede99;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:normal}.table-data-cell .status-badge.offline span{color:#f26666;text-align:center;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:normal}@media (max-width: 768px){.history-table-section{padding:20px 16px;gap:16px}.history-title{font-size:16px}.table-header-row,.table-data-row{grid-template-columns:1fr 1.5fr 1fr 1fr 1fr;gap:12px;padding:10px 12px}.table-header-cell,.table-data-cell{font-size:12px}}@media (max-width: 480px){.history-table-section{padding:16px 12px}.history-title{font-size:14px}.table-header-row,.table-data-row{grid-template-columns:.8fr 1.2fr .8fr .8fr .8fr;gap:8px;padding:8px}.table-header-cell,.table-data-cell{font-size:11px}}
