.stepper{display:flex;align-items:center;font-size:14px;-webkit-user-select:none;user-select:none}.stepper .stepper-item{display:flex;align-items:center;position:relative;color:var(--neutral-400)}.stepper .stepper-item.active{font-weight:600;color:var(--neutral-200)}.stepper .stepper-item .step-number{width:1.8rem;height:1.8rem;line-height:1.8rem;border-radius:50%;text-align:center;font-weight:600}.stepper .stepper-item .step-label{white-space:nowrap}.stepper .stepper-item .step-separator{width:2rem;height:2px;background-color:var(--neutral-400);margin:0 1rem}@media (max-width: 600px){.stepper{flex-direction:column;align-items:flex-start;gap:1rem}.stepper .stepper-item{flex-direction:row;align-items:center}.stepper .stepper-item .step-label{margin-left:.5rem;font-size:13px}.stepper .stepper-item .step-separator{display:none}}.sidebar{flex:1;max-width:280px;border-radius:10px;padding:1.5rem 0 1.5rem 1.5rem}.sidebar .step-indicator{font-weight:700;font-size:2rem;border-radius:50%;width:2.5rem;height:2.5rem;text-align:center;line-height:2.5rem;margin-bottom:1rem;color:var(--neutral-200)}.sidebar .sidebar-inner-container{display:flex;flex-direction:column;gap:2rem}.sidebar .sidebar-header{display:flex;flex-direction:column;gap:12px}.sidebar .sidebar-header h2{font-weight:500;font-size:24px;color:var(--neutral-300)}.sidebar .sidebar-header p{font-size:16px;line-height:140%;color:var(--neutral-400)}.proposal-checklist-container{display:flex;flex-direction:column;gap:.5rem}.proposal-checklist-container .checklist-title{font-size:16px;line-height:140%;color:var(--neutral-100)}.proposal-checklist-container .agora-text{color:#cffdf7;text-decoration:underline}.proposal-checklist-container .checklist-list{list-style-type:disc;padding-left:1.5rem}.proposal-checklist-container .checklist-item{font-size:14px;line-height:140%;color:var(--neutral-400)}.create-proposal-main{display:flex;flex-direction:column;align-items:stretch;flex:1;gap:2rem;flex-wrap:wrap}.create-proposal-tabs{display:flex;border-bottom:.5px solid var(--neutral-1000)}.create-proposal-tabs .tab-button{font-size:16px;color:var(--neutral-100);padding:16px 24px}.create-proposal-tabs .tab-button.active{border:1px solid var(--neutral-750);background:var(--neutral-900)}.create-proposal-tabs .tab-write{border-top-left-radius:24px}.create-proposal-container{display:flex;justify-content:center;align-items:stretch;flex:1;gap:2rem;flex-wrap:wrap;padding-top:24px;padding-bottom:24px;padding-right:24px}.create-proposal-footer{display:flex;gap:1rem;align-items:center;justify-content:flex-end;margin-top:1rem}.create-proposal-footer .cancel-button{background-color:var(--neutral-800);color:var(--neutral-200)}.create-proposal-card{border:1px solid var(--neutral-600);background-color:var(--neutral-1000);border-radius:24px;padding:0 0 20px;position:relative;color:var(--neutral-200);text-align:left;width:100%}@media (min-width: 768px){.create-proposal-card{padding:0 0 28px}}.create-proposal-card-body{display:flex;flex-direction:column;padding:20px 20px 0}@media (min-width: 768px){.create-proposal-card-body{padding:28px 28px 0}}.create-proposal-card-header{display:flex;justify-content:space-between}.create-proposal-title{font-size:16px;line-height:1.25;font-weight:500;margin-bottom:12px}@media (min-width: 768px){.create-proposal-title{font-size:24px;margin-bottom:16px}}.create-proposal-subtitle{color:var(--neutral-500);line-height:1.25;font-weight:500;font-size:12px;margin-bottom:1.5rem}@media (min-width: 768px){.create-proposal-subtitle{font-size:16px}}.back-button{background-color:var(--neutral-800);color:var(--neutral-200)}.back-button:hover{opacity:.75}.create-proposal-form,.markdown-preview{flex:1 1 100%;max-width:100%}.create-flow{border-radius:8px;color:var(--neutral-400);font-size:14px;line-height:1.6;overflow-x:auto}@media (min-width: 768px){.create-proposal-form,.markdown-preview{flex:1 1 48%}}.create-proposal-form{display:flex;flex-direction:column;gap:1.5rem}.create-proposal-form .centered-button{width:max-content;margin:0 auto;padding:.75rem 1.5rem}.create-proposal-form .form-group{display:flex;flex-direction:column}.create-proposal-form .form-group label{font-weight:500;margin-bottom:.5rem;color:var(--neutral-200)}.create-proposal-form .form-group .proposal-info{display:flex;justify-content:space-between}.create-proposal-form .form-group .proposal-info .markdown-info{display:flex;align-items:center;gap:.25rem;font-size:14px;color:var(--neutral-400)}.create-proposal-form .form-group .form-control{padding:.5rem .75rem;border-radius:.5rem;border:1px solid #444;font-size:1rem;font-weight:400;background-color:var(--neutral-850);color:var(--neutral-50);transition:border-color .2s ease-in-out;font-family:inherit;width:100%}.create-proposal-form .form-group .form-control:focus{border-color:#888;outline:none;box-shadow:0 0 0 2px #8886}.create-proposal-form .form-group textarea.form-control{resize:none;min-height:100px;color:var(--neutral-50)}.create-proposal-form .form-group .required-asterisk{color:var(--red-400);margin-left:.25rem;font-weight:700}.create-proposal-form .form-group .input-wrapper{position:relative;width:100%;border-radius:8px}.create-proposal-form .form-group .error-message{position:absolute;bottom:-16px;left:0;color:var(--red-400);font-size:12px;font-weight:500;line-height:1}.markdown-container{min-height:520px;flex:1 1 50%}.summary-content{flex:3;background-color:var(--neutral-1000);border-radius:10px;padding:1.5rem;font-size:.9rem;width:100%}.summary-content .github-repository{color:var(--teal-200);text-decoration:underline}.summary-content .cancel-button{background-color:var(--neutral-800);color:var(--neutral-200)}.summary-content .summary-proposal-box{background-color:var(--neutral-900);padding:1rem;border-radius:8px;margin-bottom:2rem;color:var(--neutral-200)}.summary-content .summary-proposal-box h3{font-size:32px;margin-bottom:.3rem;line-height:1.2;color:var(--neutral-200)}.summary-content .summary-proposal-box strong{display:block;margin-bottom:.5rem;font-weight:700}.summary-content .summary-proposal-box p{color:var(--neutral-100);line-height:1.3}.summary-content .summary-read-before-submit{margin-top:1rem;border:1px dashed var(--neutral-700);border-radius:8px;padding:16px;background-color:var(--neutral-925)}.summary-content .summary-read-before-submit span{color:var(--amber-500);font-size:16px}.summary-content .summary-read-before-submit ul{list-style-type:disc;padding-left:1.2rem;margin-top:.5rem;margin-bottom:1rem}.summary-content .summary-read-before-submit ul ul{padding-left:1rem;margin-top:.2rem}.summary-content .summary-read-before-submit ul li{margin-bottom:.4rem;line-height:1.3;color:var(--neutral-300)}.summary-content .draft-confirm-checkbox{display:flex;align-items:center;font-weight:500;-webkit-user-select:none;user-select:none;background-color:var(--neutral-900);padding:16px;border-radius:8px}.summary-content .draft-confirm-checkbox input[type=checkbox]{margin-right:.6rem;width:1rem;height:1rem;accent-color:var(--primary);cursor:pointer}.summary-content .action-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.summary-content .action-buttons .btn{padding:.6rem 1.2rem;cursor:pointer;border:none;border-radius:6px;font-weight:600;font-size:1rem;transition:background-color .3s ease}.summary-content .action-buttons .cancel-btn{background:var(--neutral-800);color:var(--neutral-200)}.summary-content .action-buttons .cancel-btn:hover{background:var(--neutral-700)}.content{flex:3;border-radius:10px;padding:1.5rem;font-size:.9rem}.content .proposal-box{background-color:var(--neutral-900);padding:1rem;border-radius:8px;margin-bottom:2rem;color:var(--neutral-100)}.content .proposal-box h3{font-size:32px;margin-bottom:.3rem;line-height:1.2;color:var(--neutral-300)}.content .proposal-box p{color:var(--neutral-400);line-height:1.3}.content .pending-read-before-submit{margin-top:1rem;border:1px dashed var(--neutral-600);border-radius:8px;padding:16px}.content .pending-read-before-submit span{color:var(--amber-400);font-size:16px}.content .pending-read-before-submit ul{list-style-type:disc;padding-left:1.2rem;margin-top:.5rem;margin-bottom:1rem}.content .pending-read-before-submit ul ul{padding-left:1rem;margin-top:.2rem}.content .pending-read-before-submit ul li{margin-bottom:.4rem;line-height:1.3;color:var(--neutral-300)}.content .check-proposal-btn{margin-top:12px;background:var(--neutral-800);color:var(--neutral-100)}.content .check-proposal-btn:hover{background:var(--neutral-600)}.onchain-content{flex:3;border-radius:10px;padding:1.5rem;font-size:.9rem}.onchain-content .onchain-box{background-color:var(--neutral-900);padding:1rem;border-radius:8px;margin-bottom:2rem;color:var(--neutral-200);width:100%}.onchain-content .onchain-box h1{font-size:23px;line-height:1.2}.onchain-content .onchain-box strong{display:block;margin-bottom:.5rem;font-weight:700}.onchain-content .onchain-box p{color:#bbb;line-height:1.3}.onchain-content .onchain-read{margin-top:1rem;border:1px dashed #404040;border-radius:8px;padding:16px}.onchain-content .onchain-read span{color:var(--amber-400);font-size:16px}.onchain-content .onchain-read ul{list-style-type:disc;padding-left:1.2rem;margin-top:.5rem;margin-bottom:1rem}.onchain-content .onchain-read ul ul{padding-left:1rem;margin-top:.2rem}.onchain-content .onchain-read ul li{margin-bottom:.4rem;line-height:1.3;color:#ccc}.onchain-content .action-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.onchain-content .action-buttons .btn{padding:.6rem 1.2rem;cursor:pointer;border:none;border-radius:6px;font-weight:600;font-size:1rem;transition:background-color .3s ease}.onchain-content .cancel-button{background-color:var(--neutral-800);color:var(--neutral-200)}.onchain-content .onchain-submit-text{display:flex;gap:.5rem;color:var(--emerald-400);font-size:16px;align-items:center;padding:8px 8px 0 0}.onchain-content .deposit-amount-header{display:flex;justify-content:space-between}.onchain-content .deposit-amount-header span{font-size:12px}@media (min-width: 768px){.onchain-content .deposit-amount-header span{font-size:16px}}.onchain-content .deposit-amount-container{display:flex;flex-direction:column;gap:.5rem}.onchain-content .require-deposit{display:flex;align-items:center;gap:.25rem}.onchain-content .require-deposit a{text-decoration:underline;color:var(--teal-200);font-size:12px}@media (min-width: 768px){.onchain-content .require-deposit a{font-size:16px}}.onchain-content .amount-container{display:flex;border:1px solid var(--neutral-750);border-radius:8px;width:100%;padding:8px;align-items:center;gap:.5rem}.onchain-content .amount-container svg{color:var(--neutral-500)}.onchain-content .voting-container{display:flex;gap:20px;flex-wrap:wrap}@media (min-width: 768px){.onchain-content .voting-container{flex-wrap:nowrap}}.onchain-content .voting-start-container,.onchain-content .voting-end-container{width:100%}@media (min-width: 768px){.onchain-content .voting-start-container,.onchain-content .voting-end-container{width:50%}}.onchain-content .voting-start-epoch-container,.onchain-content .voting-end-epoch-container{display:flex;align-items:center;border:1px solid var(--neutral-750);border-radius:8px;padding:8px;width:100%;gap:.5rem}.onchain-content .voting-start-epoch-container svg,.onchain-content .voting-end-epoch-container svg{color:var(--neutral-500)}.onchain-content .confirm-checkbox{display:flex;align-items:center;font-weight:500;-webkit-user-select:none;user-select:none;background-color:var(--neutral-900);padding:16px;border-radius:8px}.onchain-content .confirm-checkbox input[type=checkbox]{margin-right:.6rem;width:1rem;height:1rem;accent-color:var(--primary);cursor:pointer}.create-container{display:flex;flex-direction:column;max-width:1170px;width:100%;margin:0 auto}.create-header{display:flex;justify-content:space-between;background-color:var(--neutral-800);align-items:center;padding:24px;border-top-left-radius:24px;border-top-right-radius:24px}.create-header h1{font-size:32px;font-weight:500}.main-layout{display:flex;gap:2rem;background-color:var(--neutral-1000)}.github-container{display:flex;justify-content:center;align-items:center;flex:1}.github-card{width:24rem;border-radius:1rem;box-shadow:0 10px 15px #0000001a;text-align:center;overflow:hidden;background-color:var(--mvx-bg-color-secondary)}.github-card-body{padding:2rem;display:flex;flex-direction:column}.github-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.github-subtitle{margin-bottom:1.5rem;color:var(--neutral-500)}.github-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--neutral-800);color:var(--neutral-200);border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:.5rem;cursor:pointer;transition:background .2s ease-in-out}.github-btn:hover{background-color:var(--neutral-700)}.github-btn .github-icon{width:1.25rem;height:1.25rem}.proposal-card{background-color:var(--neutral-850);border-radius:24px;padding:20px;border:2px solid transparent;font-family:Roobert Medium,sans-serif;color:var(--neutral-200);display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer}.proposal-card .proposal-card-left-container{display:flex;gap:1rem;align-items:center;width:100%}.proposal-card .proposal-card-status{display:flex;flex-direction:column;gap:8px;align-items:center;padding:16px 8px;border-radius:12px;width:60px}.proposal-card .proposal-card-status.succeeded{background-color:var(--emerald-900)}.proposal-card .proposal-card-status.defeated{background-color:var(--red-900)}.proposal-card .proposal-card-status .proposal-header-status-icon{border-radius:50%;display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:16px}.proposal-card .proposal-card-status .proposal-header-status-icon.succeeded{background-color:var(--emerald-400)}.proposal-card .proposal-card-status .proposal-header-status-icon.defeated{background-color:var(--red-400);color:var(--red-900)}.proposal-card .proposal-card-status .proposal-header-status-icon.succeeded svg{color:var(--emerald-900)}.proposal-card .proposal-card-status .proposal-header-status-icon.defeated svg{color:var(--red-900)}.proposal-card .proposal-card-status .proposal-header-status-text{font-weight:600;font-family:Roobert SemiBold,sans-serif;font-size:12px}.proposal-card .proposal-card-status .proposal-header-status-text.succeeded{color:var(--emerald-400)}.proposal-card .proposal-card-status .proposal-header-status-text.defeated{color:var(--red-400)}@media (min-width: 768px){.proposal-card{padding:28px}}.proposal-card-content{display:flex;flex-direction:column;width:100%}.proposal-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.proposal-card-text{display:flex;flex-direction:column;gap:16px}.proposal-card-title{font-size:16px;line-height:1.25;font-weight:500}@media (min-width: 768px){.proposal-card-title{font-size:24px}}.proposal-card-title span{color:var(--amber-400)}.proposal-card-description{color:var(--neutral-500);line-height:1.25;font-weight:500;font-size:12px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal;width:100%}@media (min-width: 768px){.proposal-card-description{font-size:16px}}.proposal-card .proposal-status{display:flex;gap:24px;align-items:center;width:30%;justify-content:flex-end}.proposal-card .proposal-arrow-button{color:var(--neutral-100);font-size:32px}.proposal-card .proposal-status-container{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.proposal-card .proposal-card-button{background-color:var(--neutral-800);color:var(--neutral-200)}.proposal-card .proposal-status-label{font-size:12px}@media (min-width: 768px){.proposal-card .proposal-status-label{font-size:16px}}.proposal-card .proposal-action-wrapper{display:flex;align-items:center;gap:.5rem}.proposal-card .proposal-fee-warning{font-size:12px;color:var(--neutral-500);text-align:center}.proposal-card .proposal-action-container{display:flex;flex-direction:column;align-items:center}.proposal-card .proposal-cost{font-size:12px;width:100px}.proposal-card .proposal-insufficient{font-size:10px;color:var(--red-400)}.proposals{padding-top:16px}.proposals .proposals-wrapper{margin:0 auto;max-width:1170px;display:flex;flex-direction:column;gap:16px;scroll-margin-top:96px}@media (min-width: 768px){.proposals .proposals-wrapper{gap:44px;scroll-margin-top:124px}}.proposals .proposals-header{display:flex;justify-content:space-between;align-items:center;padding-left:.5rem;padding-right:.5rem}.proposals .proposals-action-buttons{display:flex;gap:.5rem}.proposals .proposals-cards{display:flex;flex-direction:column;gap:12px;margin:0 4px}@media (min-width: 768px){.proposals .proposals-cards{margin:0;padding-bottom:44px}}.proposals .proposal-button{background-color:var(--neutral-800);color:var(--neutral-200)}.proposals .empty-state{display:flex;flex-direction:column;gap:48px;text-align:center;font-weight:500;background-color:var(--neutral-900);border-radius:24px;padding:20px;border:2px solid transparent;color:var(--neutral-200);align-items:center}.proposals .empty-state .empty-state-header{display:flex;flex-direction:column;gap:16px}@media (min-width: 768px){.proposals .empty-state{padding:3rem}}.proposals .empty-state h1{font-size:20px;color:var(--neutral-300)}@media (min-width: 768px){.proposals .empty-state h1{font-size:24px}}.proposals .empty-state .empty-state-description{font-size:12px}@media (min-width: 768px){.proposals .empty-state .empty-state-description{font-size:16px}}.proposals .empty-state .empty-state-redirect{background-color:var(--neutral-800);border-radius:8px;border:1px solid var(--neutral-700);padding:16px;font-size:12px}@media (min-width: 768px){.proposals .empty-state .empty-state-redirect{font-size:16px}}.proposals .empty-state .empty-state-github{color:var(--teal-200);text-decoration:underline}.addresses-table-container{max-width:1200px;margin:0 auto;padding:24px}@media (max-width: 600px){.addresses-table-container{padding:12px 4px}}.addresses-table-title{margin-bottom:8px;color:#fff;font-size:2rem;font-weight:600}@media (max-width: 600px){.addresses-table-title{font-size:1.2rem;text-align:center}}.addresses-table-summary{display:flex;gap:32px;margin-bottom:24px;color:#d4d4d4}@media (max-width: 600px){.addresses-table-summary{flex-direction:column;gap:8px;font-size:.95rem;align-items:flex-start}.addresses-table-summary-row{display:flex;gap:8px;font-size:.95rem}}.addresses-table-label{font-weight:600;color:#e5e5e5}.addresses-table-wrapper{border-radius:12px;border:1px solid #222;background:#181818;box-shadow:0 4px 24px #0006,0 1.5px 4px #0002;max-height:600px;overflow-x:auto;overflow-y:auto;width:100%;margin:0 auto}@media (max-width: 600px){.addresses-table-wrapper{border-radius:8px;max-height:400px;overflow-x:auto;overflow-y:auto}}.addresses-table{min-width:480px;width:100%;border-collapse:collapse;color:#d4d4d4;background:linear-gradient(120deg,#232526,#1c1c1c);border-radius:12px}@media (max-width: 600px){.addresses-table{font-size:.92rem;min-width:480px}}.addresses-table thead{background:linear-gradient(90deg,#232526,#414345);position:sticky;top:0;z-index:2;border-radius:8px 8px 0 0;box-shadow:0 2px 8px #0003}.addresses-table th,.addresses-table td{padding:12px 8px;text-align:left;border-bottom:1px solid #222;transition:background .2s,color .2s}@media (max-width: 600px){.addresses-table th,.addresses-table td{padding:8px 4px}}.addresses-table th{font-weight:600;color:#f3f3f3;letter-spacing:.02em;font-size:1.05em;text-shadow:0 1px 2px rgba(0,0,0,.4)}.addresses-table tbody tr{transition:background .2s}.addresses-table tbody tr:nth-child(2n){background:#202024}.addresses-table tbody tr:nth-child(odd){background:#18181a}.addresses-table tbody tr:hover{background:#282a36;box-shadow:0 2px 8px #0003}.address-cell{font-family:monospace;word-break:break-all;color:#b3e5fc;font-weight:500;letter-spacing:.01em}@media (max-width: 600px){.address-cell{font-size:.9rem}}.balance-cell{text-align:right;font-family:monospace;color:#ffd580;font-weight:600}@media (max-width: 600px){.balance-cell{font-size:.9rem}}.third-empty-state{display:flex;flex-direction:column;gap:48px;text-align:center;font-weight:500;background-color:var(--neutral-900);border-radius:24px;padding:20px;border:2px solid transparent;color:var(--neutral-200);align-items:center}.third-empty-state .third-empty-state-header{display:flex;flex-direction:column;gap:16px}@media (min-width: 768px){.third-empty-state{padding:3rem}}.third-empty-state h1{font-size:20px;color:var(--neutral-300)}@media (min-width: 768px){.third-empty-state h1{font-size:24px}}.third-empty-state .third-empty-state-description{font-size:12px}@media (min-width: 768px){.third-empty-state .third-empty-state-description{font-size:16px}}:root{font-family:Roobert Regular,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--neutral-300);background-color:var(--neutral-900);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}#root{height:100%;width:100%}html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth;font-size:16px;height:100%;width:100%}body{margin:0;display:flex;place-items:center;font-size:16px;font-weight:400;font-family:Roobert Regular,sans-serif;height:100%;width:100%}body.modal-open{overflow:hidden}button{color:var(--neutral-200)}.hero .hero-wrapper{display:flex;padding:48px 24px 72px;flex-direction:column;justify-content:center;align-items:center;gap:10px;align-self:stretch}@media (min-width: 1440px){.hero .hero-wrapper{padding:48px 136px 72px}}.hero .hero-wrapper .hero-content{font-family:Roobert Medium,sans-serif;line-height:1;position:relative;width:100%;max-width:1170px;margin:0 auto;color:var(--neutral-500);font-size:24px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.72px}.hero .hero-wrapper .hero-content .hero-title{color:var(--neutral-50);font-size:32px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.96px;margin-bottom:14px}.tabs-wrapper{margin:0 auto;max-width:1170px;display:flex;justify-content:space-between;padding:12px}@media (min-width: 576px){.tabs-wrapper{padding:12px 34px}}@media (min-width: 1200px){.tabs-wrapper{padding:12px 0}}@media (max-width: 767px){.tabs-wrapper .create-proposal-button{display:none}}.tabs{display:flex;gap:16px}.tab-button{border:none;font-size:32px;background-color:transparent;font-weight:500;cursor:pointer;transition:background-color .2s ease;opacity:.6;color:var(--neutral-200)}@media (max-width: 767px){.tab-button{font-size:16px}}.tab-button.active{opacity:1}html{--black: #000000;--teal-200: #a5fcf0;--primary: #23f7dd;--primary-medium: #2f6c67;--primary-dark: #143736;--amber-400: #fbbf24;--amber-500: #f59e0b;--neutral-50: #fafafa;--neutral-100: #f5f5f5;--neutral-200: #e5e5e5;--neutral-300: #d4d4d4;--neutral-400: #a3a3a3;--neutral-500: #737373;--neutral-600: #525252;--neutral-700: #404040;--neutral-750: #2e2e2e;--neutral-800: #262626;--neutral-850: #212121;--neutral-900: #171717;--neutral-925: #0e0e0e;--neutral-1000: #080808;--emerald-400: #34d399;--emerald-900: #064e3b;--red-400: #f87171;--red-500: #ef4444;--red-700: #b91c1c;--red-900: #7f1d1d;--emerald-400-rgb: 52, 211, 153;--red-500-rgb: 239, 68, 68;--red-700-rgb: 185, 28, 28;--neutral-200-rgb: 229, 229, 229;--transition: all .2s ease;--headings-font-family: Roobert Medium, Inter, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, sans-serif}.header{position:fixed;z-index:40;top:0;display:flex;align-items:center;justify-content:center;width:100%;height:5rem;margin:0 auto;padding:0 1.5rem}.header:after{left:0;top:0;bottom:0;right:0;position:absolute;background:transparent;content:"";z-index:-1}@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none){.header:after{background:-var(--neutral-800);-webkit-backdrop-filter:blur(.375rem);backdrop-filter:blur(.375rem)}}.header .header-wrapper{width:100%;max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header .header-wrapper .header-logo{width:100px;height:auto;cursor:pointer}@media (min-width: 768px){.header .header-wrapper .header-logo{width:160px}}.header .header-wrapper .header-flex{display:flex;align-items:center}.header .header-wrapper .header-address{border-radius:.5rem;background-color:#000;display:flex;align-items:center;gap:1rem;margin-left:auto;margin-right:1rem;padding:.75rem}.header .header-wrapper .header-address *{font-size:12px!important}@media (min-width: 576px){.header .header-wrapper .header-address{padding:.75rem 1rem;border-radius:2rem}}@media (min-width: 768px){.header .header-wrapper .header-address{height:2.75rem;padding:1rem 1.25rem}}.header .header-wrapper .header-address .header-address-trim{line-height:1;align-items:flex-end;max-width:100%;color:var(--body-color)!important;max-width:6rem}@media (min-width: 576px){.header .header-wrapper .header-address .header-address-trim{max-width:16rem}}@media (min-width: 768px){.header .header-wrapper .header-address .header-address-trim{max-width:20rem}}@media (min-width: 992px){.header .header-wrapper .header-address .header-address-trim{max-width:100%}}.header .header-wrapper .header-address .header-address-trim span{display:block}@media (max-width: 767px){.header .header-wrapper .header-button{background-color:transparent;padding:0}}@media (max-width: 767px){.header .header-wrapper .header-button .button-icon{color:var(--primary)}}.header .header-wrapper .header-button .button-children{display:none}@media (min-width: 768px){.header .header-wrapper .header-button .button-children{display:flex}}.header .header-wrapper .matrix{color:var(--neutral-500);font-size:1.25rem;transition:all .2s ease;z-index:1;cursor:pointer;margin-right:1rem}@media (min-width: 992px){.header .header-wrapper .matrix{display:flex;align-items:center;left:auto;position:relative;top:0;transform:none;margin-left:.5rem;font-size:1rem;border-radius:50%;background-color:var(--neutral-800);width:2.25rem;height:2.25rem;justify-content:center;color:var(--neutral-400)}}@media (min-width: 1200px){.header .header-wrapper .matrix{width:2.75rem;height:2.75rem;font-size:1.125rem}}.header .header-wrapper .matrix.active,.header .header-wrapper .matrix:hover{color:var(--neutral-400)}@media (min-width: 992px){.header .header-wrapper .matrix.active,.header .header-wrapper .matrix:hover{color:var(--neutral-300)}}.header .header-wrapper .matrix .mobile{display:block}@media (min-width: 992px){.header .header-wrapper .matrix .mobile{display:none}}.header .header-wrapper .matrix .desktop{display:none}@media (min-width: 992px){.header .header-wrapper .matrix .desktop{display:block}}.header .header-wrapper .applications-wrapper{font-weight:400;font-family:var(--headings-font-family);transition:transform .4s ease;position:fixed;display:flex;flex-direction:column;transform:translate(-150%);top:5rem;right:0;height:100dvh;width:100dvw;background-color:#171717e6;padding:1.5rem 1rem}@media (max-width: 360px){.header .header-wrapper .applications-wrapper{transform:translate(-200%)}}@media (min-width: 992px){.header .header-wrapper .applications-wrapper{position:absolute;transform:translate(100%);right:0;top:3rem;left:auto;transform:none;padding:0;background-color:var(--neutral-800);border-radius:.5rem;-webkit-backdrop-filter:none;backdrop-filter:none;height:auto;width:auto;display:none}}@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none){.header .header-wrapper .applications-wrapper{-webkit-backdrop-filter:blur(.375rem);backdrop-filter:blur(.375rem)}}.header .header-wrapper .applications-wrapper.active{transform:translate(0)}@media (min-width: 992px){.header .header-wrapper .applications-wrapper.active{display:block;transform:translate(-20%)}}.dropdown-links-wrapper{display:flex;flex-direction:column}.dropdown-links-wrapper .dropdown-link{display:block;line-height:1;font-size:1.125rem;color:var(--neutral-100);padding:.75rem;transition:all .2s ease;background-color:transparent;text-decoration:none}@media screen and (min-width: 992px){.dropdown-links-wrapper .dropdown-link{font-size:.75rem}}@media screen and (min-width: 1200px){.dropdown-links-wrapper .dropdown-link{font-size:.875rem}}.dropdown-links-wrapper .dropdown-link:hover{background-color:var(--neutral-700)}.dropdown-links-wrapper .dropdown-link.active{background-color:var(--black)}.dropdown-links-wrapper .dropdown-link:hover,.dropdown-links-wrapper .dropdown-link.active{color:var(--primary)}.dropdown-links-wrapper .dropdown-link:hover:first-child,.dropdown-links-wrapper .dropdown-link.active:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.dropdown-links-wrapper .dropdown-link:hover:last-child,.dropdown-links-wrapper .dropdown-link.active:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.layout{display:flex;flex-direction:column;background-color:var(--neutral-900);min-height:100vh}.layout.homePage,.layout.proposalsPage{background-image:url(/assets/hero-background-1-BXQYgGz4.png);background-repeat:no-repeat;background-position:top right;background-color:var(--neutral-1000)}@media (max-width: 767px){.layout.proposalPage{background-color:var(--neutral-1000)}}.layout main{padding-top:80px;width:100%;flex:1;display:flex;flex-direction:column}.footer{padding:1.25rem;display:flex;flex-direction:column;line-height:1;gap:.75rem;font-size:.75rem;text-align:center}.footer .footer-title{color:var(--neutral-400);display:flex;align-items:center;justify-content:center;gap:.25rem}.footer .footer-title .footer-title-icon{width:.75rem;height:.75rem;color:var(--red-700)}.footer .footer-subtitle{color:var(--neutral-500)}.error-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;text-align:center;max-width:600px;margin:0 auto;padding:0 2rem}.error-wrapper .error-icon-wrapper{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;background-color:var(--neutral-900);border:1px solid var(--red-500)}.error-wrapper .error-icon-wrapper .error-icon{font-size:1.5rem;color:var(--red-500)}.error-wrapper .error-title,.error-wrapper .error-subtitle{line-height:1.25;font-size:1rem;font-weight:500;color:var(--neutral-300);font-family:Roobert Medium,sans-serif}@media (min-width: 768px){.error-wrapper .error-title,.error-wrapper .error-subtitle{font-size:1.5rem}}.error-wrapper .error-title strong,.error-wrapper .error-subtitle strong{font-weight:900;font-family:Roobert Heavy,sans-serif}.error-wrapper .error-title a,.error-wrapper .error-subtitle a{color:var(--primary);text-decoration:none}.error-wrapper .error-subtitle{color:var(--neutral-500)}.loader{margin:auto;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.loader .loader-icon{width:100px;height:100px;color:var(--primary)}@media (min-width: 768px){.loader .loader-icon{width:200px;height:200px}}.modal{position:fixed;z-index:5000;background-color:var(--black);display:flex;justify-content:center;transition:all .2s ease;opacity:0;flex-direction:row;top:0;left:0;width:100%;height:100%;padding:.25rem;overflow-x:hidden;box-sizing:border-box;cursor:pointer}@media (min-width: 576px){.modal{background-color:#000000bf;padding:2rem 0}}.modal.shouldAnimate{opacity:1}.modal .modal-wrapper{margin:auto}.modal .modal-wrapper .modal-content{min-height:calc(100vh - .5rem);min-width:calc(100vw - .5rem);border:2px solid transparent;width:100%;display:flex;flex-direction:column;background-color:var(--neutral-900);padding:1.25rem;transform:scale(.9);transition:all .2s ease;cursor:default}@media (min-width: 576px){.modal .modal-wrapper .modal-content{border-radius:1.5rem;min-height:0;min-width:auto;width:530px}}.modal .modal-wrapper .modal-content.shouldAnimate{transform:scale(1)}.modal .modal-wrapper .modal-content .modal-title{font-size:1.25rem;font-weight:500;font-family:Roobert Medium,sans-serif;padding-right:2.75rem}@media (min-width: 576px){.modal .modal-wrapper .modal-content .modal-title{font-size:1.5rem}}.modal .modal-wrapper .modal-content .modal-close{width:2rem;height:2rem;border-radius:50%;position:absolute;top:1.25rem;right:1.25rem;display:flex;align-items:center;justify-content:center;line-height:1;background-color:var(--neutral-800);color:var(--neutral-500);transition:var(--transition);cursor:pointer;font-size:.75rem}.modal .modal-wrapper .modal-content .modal-close:hover{color:var(--primary)}.modal .modal-wrapper .modal-content .modal-children{flex:1;display:flex;flex-direction:column}.button,.button-secondary,.button-primary{position:relative}.button .button-icon,.button-secondary .button-icon,.button-primary .button-icon{width:1rem;height:1rem}.button .button-tooltip-wrapper .button-tooltip,.button-secondary .button-tooltip-wrapper .button-tooltip,.button-primary .button-tooltip-wrapper .button-tooltip{width:auto;background-color:var(--black);opacity:1;left:0!important;right:0;line-height:1.25;border-radius:.25rem;font-size:.75rem;font-weight:400;font-family:Roobert Regular,sans-serif;padding:.75rem}.button .button-tooltip-wrapper .button-tooltip-icon,.button-secondary .button-tooltip-wrapper .button-tooltip-icon,.button-primary .button-tooltip-wrapper .button-tooltip-icon{border-radius:50%;width:1rem;height:1rem;background-color:var(--neutral-400);display:flex;align-items:center;justify-content:center;color:var(--black);font-size:.625rem;transition:all .2s ease;pointer-events:all}@media (max-width: 767px){.button .button-tooltip-wrapper .button-tooltip-icon:hover,.button-secondary .button-tooltip-wrapper .button-tooltip-icon:hover,.button-primary .button-tooltip-wrapper .button-tooltip-icon:hover{opacity:.5}}.button .button-tooltip-wrapper .button-tooltip-icon svg,.button-secondary .button-tooltip-wrapper .button-tooltip-icon svg,.button-primary .button-tooltip-wrapper .button-tooltip-icon svg{outline:none}button{background-color:transparent;outline:none;border:none;padding:0}.button,.button-secondary,.button-primary{padding:.75rem;display:flex;cursor:pointer;line-height:1;align-items:center;justify-content:center;transition:var(--transition);gap:.5rem;border-radius:.75rem;font-weight:600;font-family:Roobert SemiBold,sans-serif;border:1px solid transparent}.button:focus,.button-secondary:focus,.button-primary:focus{outline:none;box-shadow:none}.button.disabled,.disabled.button-secondary,.disabled.button-primary{background-color:var(--neutral-900);border:1px solid var(--neutral-800);color:var(--neutral-400)}.button.disabled:hover,.disabled.button-secondary:hover,.disabled.button-primary:hover{opacity:1;cursor:default}.button.disabled .button-icon,.disabled.button-secondary .button-icon,.disabled.button-primary .button-icon{color:var(--neutral-400)}.button-primary{color:var(--black);background-color:var(--primary)}.button-primary:hover{opacity:.5}.button-secondary{color:var(--primary);background-color:var(--black)}.button-secondary:hover{background-color:var(-- primary);color:var(--black)}@font-face{font-family:Roobert Regular;src:url(https://cdn.multiversx.com/fonts/roobert/regular.woff2) format("woff2"),url(https://cdn.multiversx.com/fonts/roobert/regular.woff) format("woff"),url(https://cdn.multiversx.com/fonts/roobert/regular.otf) format("opentype");font-style:normal;font-weight:400}@font-face{font-family:Roobert Medium;src:url(https://cdn.multiversx.com/fonts/roobert/medium.woff2) format("woff2"),url(https://cdn.multiversx.com/fonts/roobert/medium.woff) format("woff"),url(https://cdn.multiversx.com/fonts/roobert/medium.otf) format("opentype");font-style:normal;font-weight:500}@font-face{font-family:Roobert SemiBold;src:url(https://cdn.multiversx.com/fonts/roobert/semibold.woff2) format("woff2"),url(https://cdn.multiversx.com/fonts/roobert/semibold.woff) format("woff"),url(https://cdn.multiversx.com/fonts/roobert/semibold.otf) format("opentype");font-style:normal;font-weight:600}@font-face{font-family:Roobert Heavy;src:url(https://cdn.multiversx.com/fonts/roobert/heavy.woff2) format("woff2"),url(https://cdn.multiversx.com/fonts/roobert/heavy.woff) format("woff"),url(https://cdn.multiversx.com/fonts/roobert/heavy.otf) format("opentype");font-style:normal;font-weight:900}@font-face{font-family:Source Code Pro;src:url(/assets/SourceCodePro-Medium-pa80hjrY.woff) format("woff2");font-style:normal;font-weight:500}
