@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";:root{color:#101828;font-synthesis:none;letter-spacing:0;--brand-25:#f2f7ff;--brand-50:#ecf3ff;--brand-100:#dde9ff;--brand-500:#465fff;--brand-600:#3641f5;--gray-25:#fcfcfd;--gray-50:#f9fafb;--gray-100:#f2f4f7;--gray-200:#e4e7ec;--gray-300:#d0d5dd;--gray-400:#98a2b3;--gray-500:#667085;--gray-600:#475467;--gray-700:#344054;--gray-800:#1d2939;--gray-900:#101828;--success-50:#ecfdf3;--success-700:#027a48;--error-50:#fef3f2;--error-200:#fecdca;--error-700:#b42318;--warning-50:#fffaeb;--warning-700:#b54708;--shadow-xs:0 1px 2px #1018280d;--shadow-sm:0 1px 3px #1018281a, 0 1px 2px #1018280f;background:#f9fafb;font-family:Outfit,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--gray-50);min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{border:1px solid var(--gray-200);min-height:40px;color:var(--gray-700);cursor:pointer;background:#fff;border-radius:8px;padding:0 1rem;font-size:.875rem;font-weight:500;transition:background .16s,border-color .16s,color .16s}button:hover{background:var(--gray-50);color:var(--gray-900)}button:disabled{cursor:not-allowed;opacity:.65}button.primary{background:var(--brand-500);color:#fff;border-color:var(--brand-500);box-shadow:var(--shadow-xs)}button.primary:hover{background:var(--brand-600);border-color:var(--brand-600);color:#fff}input,textarea,select{border:1px solid var(--gray-200);width:100%;color:var(--gray-800);box-shadow:var(--shadow-xs);background:#fff;border-radius:8px;outline:none;transition:border-color .16s,box-shadow .16s}input{height:44px;padding:0 .875rem}select{min-width:170px;height:40px;color:var(--gray-700);padding:0 2rem 0 .75rem}textarea{resize:vertical;min-height:300px;padding:.875rem;font-family:Cascadia Code,Consolas,monospace;font-size:.84rem;line-height:1.55}input:focus,textarea:focus,select:focus{border-color:#9cb9ff;box-shadow:0 0 0 4px #465fff1f}.auth-shell{background:#fff;grid-template-columns:minmax(0,1fr) minmax(440px,1fr);min-height:100vh;display:grid}.auth-content{justify-content:center;align-items:center;padding:2rem;display:flex}.auth-form{gap:1.25rem;width:min(420px,100%);display:grid}.auth-heading{gap:.75rem;margin-bottom:.5rem;display:grid}.auth-heading h1{color:var(--gray-800);margin:0;font-size:2rem;font-weight:650;line-height:1.2}.auth-heading p,.auth-form .muted{color:var(--gray-500);margin:0;font-size:.9rem;line-height:1.6}.auth-form label{color:var(--gray-700);gap:.45rem;font-size:.875rem;font-weight:500;display:grid}.auth-cover{color:#fff;background:#07111f;align-items:center;padding:4rem;display:flex;position:relative;overflow:hidden}.auth-cover:before{content:"";background:linear-gradient(90deg,#020817f2,#020817c2),repeating-linear-gradient(135deg,#ffffff14 0 1px,#0000 1px 18px);position:absolute;inset:0}.auth-cover>div{max-width:520px;position:relative}.auth-cover-mark{color:#c2d6ff;letter-spacing:.06em;border:1px solid #ffffff2e;border-radius:8px;width:fit-content;padding:.35rem .6rem;font-size:.78rem;font-weight:700}.auth-cover h2{margin:1.5rem 0 1rem;font-size:2.5rem;font-weight:650;line-height:1.12}.auth-cover p{color:#d0d5dd;margin:0;font-size:1rem;line-height:1.7}.brand-mark{background:var(--brand-500);color:#fff;border-radius:8px;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.otp-row{grid-template-columns:repeat(6,minmax(0,1fr));gap:.65rem;display:grid}.otp-row input{aspect-ratio:1;text-align:center;height:auto;padding:0;font-size:1.25rem;font-weight:700}.split-actions{gap:.75rem;display:flex}.split-actions button{flex:1}.app-shell{grid-template-columns:290px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{z-index:50;border-right:1px solid var(--gray-200);background:#fff;flex-direction:column;gap:1.75rem;width:290px;padding:2rem 1.25rem;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto}.sidebar-brand{align-items:center;gap:.75rem;padding:0 .25rem;display:flex}.sidebar-brand strong{color:var(--gray-900);font-size:1rem;font-weight:650;display:block}.sidebar-brand span{color:var(--gray-500);margin-top:.15rem;font-size:.78rem;display:block}.sidebar nav{gap:1.1rem;display:grid}.nav-section{gap:.35rem;display:grid}.nav-section>p{color:var(--gray-400);text-transform:uppercase;margin:0 0 .25rem;padding:0 .75rem;font-size:.72rem;font-weight:650;line-height:1.5}.sidebar button{width:100%;min-height:40px;color:var(--gray-700);background:0 0;border-color:#0000;justify-content:flex-start;align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.875rem;display:flex}.sidebar button span{width:24px;height:24px;color:var(--gray-500);place-items:center;display:grid}.sidebar svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.sidebar button.active{background:var(--brand-50);color:var(--brand-500)}.sidebar button.active span{color:var(--brand-500)}.sidebar button:hover{background:var(--gray-100);color:var(--gray-800)}main{grid-column:2;min-width:0}.topbar{z-index:40;border-bottom:1px solid var(--gray-200);background:#fff;justify-content:space-between;align-items:center;gap:1rem;min-height:64px;padding:0 1.25rem;display:flex;position:sticky;top:0}.scope-chip{color:var(--gray-700);align-items:center;gap:.625rem;font-size:.875rem;display:inline-flex}.scope-switcher{align-items:center;gap:1.5rem;min-width:0;display:flex}.scope-summary{flex:none;min-width:136px}.scope-summary p{color:var(--gray-900);margin:0;font-size:.875rem;font-weight:650}.scope-summary div{align-items:center;gap:.5rem;margin-top:.1rem;display:flex}.scope-summary span{color:var(--gray-500);font-size:.75rem}.scope-summary button{min-height:auto;color:var(--brand-500);background:0 0;border:0;padding:0;font-size:.75rem;font-weight:600}.scope-controls{flex-wrap:wrap;align-items:end;gap:.5rem;display:flex}.search-select{width:190px;position:relative}.search-select-label{color:var(--gray-400);text-transform:uppercase;margin-bottom:.25rem;font-size:.68rem;font-weight:650;line-height:1.3;display:block}.search-select-button{text-align:left;width:100%;height:36px;min-height:36px;box-shadow:var(--shadow-xs);justify-content:space-between;align-items:center;gap:.5rem;padding:0 .5rem 0 .75rem;display:flex}.search-select-button .truncate{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.search-select-actions{color:var(--gray-400);flex-shrink:0;align-items:center;gap:.25rem;display:flex}.search-select-clear{border-radius:999px;place-items:center;width:20px;height:20px;font-size:.75rem;display:grid}.search-select-clear:hover{background:var(--gray-100);color:var(--gray-700)}.search-select-chevron{font-size:.72rem}.search-select-menu{z-index:1000;border:1px solid var(--gray-200);background:#fff;border-radius:8px;width:280px;margin-top:.5rem;padding:.5rem;position:absolute;top:100%;left:0;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.search-select-menu input{height:40px;box-shadow:var(--shadow-xs)}.search-select-options{max-height:240px;margin-top:.5rem;overflow-y:auto}.search-select-options button{text-align:left;background:0 0;border:0;border-radius:6px;width:100%;min-height:auto;padding:.55rem .75rem;display:block}.search-select-options button:hover{background:var(--gray-50)}.search-select-options button.selected{background:var(--brand-50);color:var(--brand-500)}.search-select-options span{font-size:.875rem;font-weight:600;display:block}.search-select-options small{color:var(--gray-400);margin-top:.125rem;font-size:.75rem;display:block}.search-select-empty{color:var(--gray-500);padding:1rem .75rem;font-size:.875rem}.scope-dot{background:#12b76a;border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 4px #12b76a1f}.topbar-actions{align-items:center;gap:.75rem;display:flex}.topbar-actions span{color:var(--gray-500);font-size:.875rem}.page-wrap{max-width:1536px;margin:0 auto;padding:1.1rem 1.5rem 5rem}.page-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.page-heading h1{color:var(--gray-900);margin:0;font-size:1.65rem;font-weight:650;line-height:1.25}.page-heading span{max-width:760px;color:var(--gray-500);margin-top:.4rem;font-size:.9rem;line-height:1.55;display:block}.page-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:.5rem;margin-top:.35rem;display:flex}.page-heading>button,.page-actions>button{flex:none}.metrics{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1rem;display:grid}.metric,.panel,.table-card,.empty{border:1px solid var(--gray-200);background:#fff;border-radius:8px}.metric{padding:1.25rem}.metric span{color:var(--gray-500);font-size:.875rem;display:block}.metric strong{color:var(--gray-900);margin-top:.75rem;font-size:1.75rem;font-weight:650;line-height:1.2;display:block}.listing-page{gap:.875rem;display:grid}.list-toolbar{border:1px solid var(--gray-200);background:#fff;border-radius:8px;justify-content:space-between;align-items:flex-end;gap:1rem;padding:.9rem 1rem;display:flex}.list-toolbar-fields{flex:1;grid-template-columns:minmax(220px,1.4fr) repeat(2,minmax(160px,.7fr));align-items:end;gap:.875rem;display:grid}.list-toolbar-actions{gap:.5rem;display:flex}.table-card{overflow:hidden}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;padding:0 1rem;display:grid}.field{color:var(--gray-700);gap:.4rem;min-width:0;font-size:.82rem;font-weight:550;display:grid}.field-wide{grid-column:1/-1}.field-now-button{border:1px solid var(--gray-300);color:var(--gray-700);cursor:pointer;font:inherit;background:#fff;border-radius:.45rem;justify-self:start;padding:.35rem .7rem}.field-now-button:hover:not(:disabled){border-color:var(--gray-500)}.field input,.field select,.field textarea{box-shadow:none}.field select{min-width:0}.field select[multiple]{min-height:124px;padding-top:.5rem;padding-bottom:.5rem}.field textarea{min-height:96px;font-family:inherit;font-size:.875rem;line-height:1.5}.field small{color:var(--gray-500);font-size:.76rem;font-weight:400;line-height:1.45}.member-allocations{gap:1rem;padding:0 1rem 1rem;display:grid}.member-allocations h3{color:var(--gray-900);margin:.35rem 0 0;font-size:.95rem}.allocation-balances{flex-wrap:wrap;gap:.75rem;display:flex}.wallet-summary{border:1px solid var(--gray-200);background:var(--gray-25);border-radius:.6rem;grid-template-columns:repeat(2,minmax(180px,1fr));width:100%;display:grid}.wallet-summary>div{text-align:center;gap:.3rem;padding:.9rem 1rem;display:grid}.wallet-summary>div+div{border-left:1px solid var(--gray-200)}.wallet-summary span,.empty-allocation{color:var(--gray-500);font-size:.8rem}.wallet-summary strong{color:var(--gray-900);font-size:1.15rem}.wallet-ledger-wrap{max-height:360px}.wallet-ledger-wrap td:nth-child(2){white-space:normal}.wallet-ledger-wrap td:nth-child(2) small{color:var(--gray-500);margin-top:.15rem;display:block}.wallet-credit{color:var(--success-700);font-weight:600}.wallet-debit{color:var(--error-700);font-weight:600}.allocation-table-wrap{border:1px solid var(--gray-200);border-radius:.6rem;max-height:260px;overflow:auto}.allocation-table-wrap table{border-collapse:collapse;width:100%}.allocation-table-wrap th,.allocation-table-wrap td{border-bottom:1px solid var(--gray-100);text-align:left;white-space:nowrap;padding:.65rem .75rem}.member-transaction-filter{justify-content:space-between;align-items:center;gap:1rem;display:flex}.member-transaction-filter button{flex:none}.table-card{min-width:0}.settings-modal-body{gap:1rem;padding:0 1rem 1rem;display:grid}.inline-settings-form{flex-wrap:wrap;align-items:flex-end;gap:.75rem;padding:0;display:flex}.inline-settings-form label{color:var(--gray-700);flex:220px;gap:.4rem;font-size:.82rem;font-weight:550;display:grid}.inline-settings-form input,.inline-settings-form select{box-shadow:none}.inline-settings-actions{flex:none;gap:.5rem;display:flex}.settings-table table{min-width:720px}.pagination-bar{border:1px solid var(--gray-200);color:var(--gray-500);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.pagination-controls,.pagination-controls label{align-items:center;gap:.75rem;display:flex}.pagination-controls label span{white-space:nowrap}.pagination-controls select{width:86px;min-width:86px}.pagination-controls>span{color:var(--gray-600);white-space:nowrap}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:880px}thead{background:var(--gray-50)}th,td{text-align:left;border-bottom:1px solid var(--gray-100);white-space:nowrap;padding:.875rem 1.25rem}th{color:var(--gray-500);text-transform:uppercase;font-size:.75rem;font-weight:650}td{color:var(--gray-700);font-size:.875rem}tbody tr:hover{background:var(--gray-25)}.empty,.alert,.notice{padding:1rem}.empty-cell{text-align:center;color:var(--gray-500);padding:2rem 1rem}.row-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.row-actions button{border-radius:8px;min-height:34px;padding:0 .75rem;font-size:.78rem}.credential-cell{align-items:center;gap:.35rem;max-width:340px;display:inline-flex}.credential-value{max-width:260px;min-height:30px;color:var(--gray-700);text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;padding:0;font-family:Cascadia Code,Consolas,monospace;font-size:.8rem;font-weight:600;overflow:hidden}.credential-value:hover{color:var(--brand-500);background:0 0}.credential-value.visible{max-width:none;overflow:visible}.credential-toggle{border-radius:8px;flex:none;place-items:center;width:30px;min-height:30px;padding:0;display:grid}.credential-toggle span{border:1.6px solid;border-radius:999px/720px;width:15px;height:10px;position:relative}.credential-toggle span:before{content:"";background:currentColor;border-radius:999px;width:4px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.credential-toggle:not(.visible) span:after{content:"";transform-origin:50%;background:currentColor;border-radius:999px;width:1.6px;height:18px;position:absolute;top:-4px;left:50%;transform:rotate(45deg)}.credential-cell small{color:var(--success-700);font-size:.72rem;font-weight:600}.status-pill{border-radius:999px;align-items:center;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.status-pill.success{background:var(--success-50);color:var(--success-700)}.status-pill.warning{background:var(--warning-50);color:var(--warning-700)}.status-pill.danger{background:var(--error-50);color:var(--error-700)}.modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#10182873;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-panel{border:1px solid var(--gray-200);background:#fff;border-radius:8px;width:min(760px,100%);max-height:min(86vh,920px);overflow-y:auto;box-shadow:0 20px 48px #10182838}.modal-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.25rem 1rem;display:flex}.modal-header h2{color:var(--gray-900);margin:0;font-size:1.15rem;font-weight:650}.modal-header p{color:var(--gray-500);margin:.35rem 0 0;font-size:.875rem;line-height:1.5}.modal-close{border-radius:8px;width:36px;min-height:36px;padding:0}.modal-form{gap:1rem;padding:1.25rem;display:grid}.modal-form .form-grid{padding:0}.form-collapse{border:1px solid var(--gray-200);background:var(--gray-25);border-radius:8px}.form-collapse summary{color:var(--gray-900);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1rem;list-style:none;display:flex}.form-collapse summary::-webkit-details-marker{display:none}.form-collapse summary:after{content:"+";color:var(--gray-500);font-size:1.2rem;line-height:1}.form-collapse[open] summary{border-bottom:1px solid var(--gray-200)}.form-collapse[open] summary:after{content:"-"}.form-collapse summary span{font-size:.95rem;font-weight:650}.form-collapse summary small{color:var(--gray-500);font-size:.8rem;font-weight:500}.form-collapse .form-grid{padding:1rem}.modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.import-modal-body,.generated-codes-body,.confirm-modal-body{gap:1rem;padding:1.25rem;display:grid}.generated-codes-body textarea{resize:vertical;border:1px solid var(--gray-200);background:var(--gray-25);width:100%;min-height:220px;color:var(--gray-800);border-radius:8px;padding:.85rem;font-family:Cascadia Code,Consolas,monospace;font-size:.875rem;line-height:1.55}.detail-list{gap:.85rem;padding:1.25rem;display:grid}.detail-list>div:not(.modal-actions){border-bottom:1px solid var(--gray-100);grid-template-columns:180px minmax(0,1fr);gap:1rem;padding-bottom:.85rem;display:grid}.detail-list span{color:var(--gray-500);font-size:.85rem}.detail-list strong{min-width:0;color:var(--gray-900);overflow-wrap:anywhere;font-size:.9rem;font-weight:600}.import-section{border:1px solid var(--gray-200);background:var(--gray-25);border-radius:8px;gap:.8rem;padding:1rem;display:grid}.import-section h3{color:var(--gray-900);margin:0;font-size:.95rem;font-weight:650}.import-section p,.import-section li{color:var(--gray-500);font-size:.875rem;line-height:1.5}.import-section p{margin:.25rem 0 0}.import-section ul{margin:0;padding-left:1.2rem}.upload-dropzone{border:1px dashed var(--gray-300);text-align:center;cursor:pointer;background:#fff;border-radius:8px;place-items:center;gap:.35rem;width:100%;min-height:138px;padding:1.25rem;display:grid}.upload-dropzone.active{border-color:var(--brand-500);background:var(--brand-50)}.upload-dropzone strong{color:var(--gray-900);font-size:.95rem;font-weight:650}.upload-dropzone span{color:var(--gray-500);font-size:.875rem}.guide-card{border:1px solid var(--gray-200);background:#fff;border-radius:8px;gap:1.25rem;max-width:1120px;padding:1.25rem;display:grid}.guide-card h2{color:var(--gray-900);margin:0;font-size:1.25rem}.guide-card h3{color:var(--gray-900);margin:0 0 .45rem;font-size:1rem;font-weight:650}.guide-card h4{color:var(--gray-800);margin:.75rem 0 0;font-size:.9rem;font-weight:650}.guide-card p,.guide-card li{color:var(--gray-500);line-height:1.6}.guide-card p{margin:.45rem 0 .85rem}.guide-card ul,.guide-card ol{margin:.5rem 0 1rem;padding-left:1.35rem}.guide-intro{border-bottom:1px solid var(--gray-100);padding-bottom:1rem}.guide-section{gap:.5rem;display:grid}.guide-endpoints{gap:.65rem;display:grid}.guide-endpoints>div{border:1px solid var(--gray-200);background:var(--gray-25);border-radius:8px;grid-template-columns:minmax(240px,.42fr) minmax(0,1fr);gap:.75rem;padding:.75rem;display:grid}.guide-endpoints strong{color:var(--gray-800);font-size:.86rem}.guide-endpoints span{color:var(--gray-500);font-size:.86rem;line-height:1.45}.guide-card pre{border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-800);border-radius:8px;padding:1rem;font-family:Cascadia Code,Consolas,monospace;font-size:.86rem;line-height:1.55;overflow-x:auto}.empty{color:var(--gray-500);font-size:.9rem}.alert{border:1px solid var(--error-200);background:var(--error-50);color:var(--error-700);border-radius:8px;font-size:.875rem;line-height:1.45}.notice{background:var(--success-50);color:var(--success-700);border:1px solid #a6f4c5;border-radius:8px;font-size:.875rem;line-height:1.45}@media (width<=1180px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--gray-200);width:auto;position:static}main{grid-column:1}.sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.list-toolbar{flex-direction:column;align-items:stretch}.list-toolbar-fields{grid-template-columns:1fr}.pagination-bar{flex-direction:column;align-items:stretch}.pagination-controls{flex-wrap:wrap}}@media (width<=820px){.auth-shell{grid-template-columns:1fr}.auth-cover{display:none}.topbar{flex-direction:column;align-items:flex-start;padding:1rem}.scope-switcher,.scope-controls,.search-select,.search-select-button{width:100%}.scope-switcher{flex-direction:column;align-items:stretch;gap:.75rem}.topbar-actions{justify-content:space-between;width:100%}.page-wrap{padding:1rem 1rem 5rem}.page-heading{flex-direction:column}.page-heading>button,.page-actions,.page-actions button,.list-toolbar-actions,.list-toolbar-actions button{width:100%;margin-top:0}.guide-endpoints>div,.sidebar nav{grid-template-columns:1fr}}@media (width<=520px){.auth-content{padding:1.25rem}.auth-heading h1{font-size:1.65rem}.split-actions{flex-direction:column;align-items:stretch}.form-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}
