@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.login-container{display:flex;justify-content:center;align-items:center;background-color:#151515;height:100vh;color:#fff}.login-box{background-color:#262626;padding:2rem 2.5rem;border-radius:10px;box-shadow:0 0 8px #00ff8c1a;display:flex;flex-direction:column;width:100%;max-width:360px;gap:1rem}.login-box input{background:#444;border:1px solid #444;padding:.75rem;color:#fff;font-size:1rem;border-radius:6px}.login-box button{background-color:#3756c9;border:none;padding:.75rem;border-radius:6px;color:#fff;font-weight:600;cursor:pointer;font-size:1rem}.login-box button:hover{background-color:#3fa958}.login-logo{height:40px;margin:0 auto 1rem;display:block}.error-text{color:#ff7272;font-size:.9rem;text-align:center}.table-container{background:#262626;border-radius:8px;overflow-x:auto;padding:1rem}.table-header,.table-row{display:flex;padding:.75rem 0;border-bottom:1px solid #2e2e3f}.table-header{font-weight:700;border-bottom:2px solid #444}.table-header>div,.table-row>div{flex:1;min-width:100px}.kyc-approved{color:#32cd32!important}.kyc-pending{color:orange!important}.readonly-field{background-color:#444;color:#ccc!important;cursor:not-allowed;border:1px solid #444444!important;padding:.5rem 1rem;border-radius:6px;font-family:inherit;font-size:1rem;width:100%;box-sizing:border-box}.readonly-block{display:block;word-break:break-word;background-color:#444;padding:.5rem 1rem;border-radius:6px;border:1px solid #444444;font-family:inherit;font-size:1rem;color:#ccc;width:100%;box-sizing:border-box;text-decoration:none}.readonly-block.link{color:#4fbf67}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.popup-content{background-color:#1e1e2f;padding:2rem;border-radius:8px;min-width:400px;color:#fff}.popup-content label{display:block;margin-top:1rem;margin-bottom:.3rem}.popup-content input{width:100%;padding:.5rem;border:1px solid #3c3c3c;background-color:#2a2a3d;border-radius:6px;color:#fff}.popup-actions{display:flex;justify-content:flex-end;margin-top:1.5rem}.popup-actions .submit-button{background-color:#4fbf67;color:#fff;padding:.5rem 1rem;margin-left:1rem;border-radius:4px}.popup-actions .cancel-button{background-color:transparent;color:#fff;padding:.5rem 1rem;border:1px solid #777;border-radius:4px}.status-button{width:140px;height:140px;display:inline-flex;padding:.6rem 1.2rem;background-color:#3a3a3a;color:#fff;border-radius:6px;text-decoration:none;font-weight:700;box-shadow:#0003 0 2px 5px;text-align:center;white-space:normal;word-break:break-word;line-height:1.2;align-items:center;justify-content:center;transition:background-color .2s ease,box-shadow .2s ease}.status-button:hover{background-color:#4d4d4d;cursor:pointer}.status-button.active{background-color:#4fbf67;color:#fff;box-shadow:#0000004d 0 4px 8px}.status-filters{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding:20px 0}.editable-input{padding:.5rem 1rem;border:1px solid #444;border-radius:6px;background-color:#1e1e1e;color:#fff;font-size:.9rem;width:100%;box-shadow:inset 0 1px 2px #0000004d;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.editable-input:focus{outline:none;border-color:#4fbf67;box-shadow:0 0 4px #4fbf67}.save-button{display:inline-block;padding:.6rem 1.2rem;background-color:#4fbf67;color:#fff;border-radius:6px;text-decoration:none;font-weight:700;box-shadow:0 2px 5px #0003;border:none;cursor:pointer;margin-top:2rem}.pagination-button{padding:.4rem 1rem;margin:0 .5rem;background-color:#4fbf67;color:#fff;border:none;border-radius:4px;font-weight:700;cursor:pointer}.pagination-button:disabled{background-color:#444;cursor:not-allowed}.btn-early-access{padding:6px 10px;border:none;border-radius:6px;cursor:pointer;background:transparent;font-size:1.2rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,transform .05s ease}.btn-early-access:hover:not([disabled]){background:#f0f0f0}.btn-early-access:active:not([disabled]){transform:translateY(1px)}.btn-early-access[disabled]{opacity:.5;cursor:not-allowed}.filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;align-items:center}.filter-input,.filter-select{padding:.5rem .75rem;border-radius:8px;border:1px solid #444;background-color:#444;color:#f1f1f1;font-size:.95rem;outline:none;transition:border .2s ease,box-shadow .2s ease}.filter-select-wrapper{position:relative}.filter-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(/arrow-down.png);background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;padding-right:2rem;cursor:pointer}.filter-select:hover,.filter-input:hover{border-color:#666}.filter-select:focus,.filter-input:focus{border-color:#4fbf67;box-shadow:0 0 0 2px #4fbf6733}select option{background-color:#444;color:#f1f1f1}.custom-select__control{background-color:#444!important;border:1px solid #444!important;border-radius:8px!important;color:#f1f1f1!important;min-width:160px;box-shadow:none!important}.custom-select__value-container{color:#f1f1f1!important}.custom-select__menu{background-color:#444!important;border:1px solid #444!important;border-radius:6px!important;margin-top:4px!important;z-index:1000}.custom-select__option{background-color:transparent!important;color:#f1f1f1!important;cursor:pointer;padding:8px 12px}.custom-select__option--is-focused{background-color:#2a2f45!important}.custom-select__option--is-selected{background-color:#4fbf67!important;color:#fff!important}.custom-select__single-value{color:#f1f1f1!important}.custom-select__indicator,.custom-select__dropdown-indicator{color:#aaa!important}.custom-select__control--is-focused{border-color:#4fbf67!important;box-shadow:0 0 0 2px #4fbf6733!important}.form-container{max-width:500px;margin:2rem auto;background-color:#262626;padding:2rem;border-radius:12px;box-shadow:0 0 10px #0003;color:#fff}.form-title{margin-bottom:1rem;font-size:1.4rem;font-weight:700;text-align:center;color:#4fbf67}.styled-form{display:flex;flex-direction:column;gap:1rem}.styled-form input,.styled-form select{padding:.6rem;border-radius:8px;border:solid #444444;background-color:#444;color:#fff;font-size:1rem}.styled-form input:focus,.styled-form select:focus{outline:none;border-color:#4fbf67;box-shadow:0 0 0 2px #4fbf674d}.submit-button{background-color:#4fbf67;color:#fff;border:none;border-radius:6px;padding:.6rem;font-weight:700;cursor:pointer;transition:background-color .2s ease}.submit-button:hover{background-color:#3ea957}.cancel-button{background-color:#bf4f4f;color:#fff;border:none;border-radius:6px;padding:.6rem;font-weight:700;cursor:pointer;transition:background-color .2s ease}.cancel-button:hover{background-color:#a93e3e}.error-text{color:#ff6b6b;font-size:.9rem;margin-top:-.5rem}.success-text{color:#4fbf67;font-size:.9rem;margin-top:-.5rem}.status-buttons-container{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;align-items:center}.status-button-wrapper{display:flex;flex-direction:column;align-items:center}.status-button{padding:.6rem 1.2rem;font-size:.9rem;font-weight:700;border:none;border-radius:6px;background-color:#1f1f1f;color:#fff;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background .2s ease;min-width:140px;margin:3px}.status-button.active{background-color:#4fbf67;box-shadow:0 4px 12px #0000004d}.create-request-wrapper{margin-top:2rem}.create-request-button{display:inline-block;padding:.6rem 1.2rem;background-color:#4fbf67;color:#fff;border-radius:6px;text-decoration:none;font-weight:700;box-shadow:0 2px 5px #0003}.tx-link{color:#4fbf67;text-decoration:none;word-break:break-all}.tx-link:hover{text-decoration:underline}.status-filters{margin-bottom:15px}.btn-distribute{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem;font-size:.8rem;font-weight:600;border-radius:999px;border:1px solid #4fbf67;background:transparent;color:#4fbf67;cursor:pointer;transition:background .15s ease,color .15s ease,opacity .15s ease}.btn-distribute:hover{background:#4fbf671a}.btn-distribute:disabled,.btn-distribute.disabled{opacity:.5;cursor:not-allowed;background:transparent;color:#4fbf67;border-color:#4fbf67}.badge-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.2rem;height:1.2rem;padding:0 .3rem;border-radius:999px;font-size:.72rem;font-weight:700;background:#4fbf67;color:#fff}.distribute-controls{display:flex;align-items:center;gap:.6rem;margin:10px 0 14px}.distribute-hint{font-size:.85rem;color:#9aa1a9}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#151515;color:#fff;font-size:15px;line-height:1.5}
