.modal-overlay{position:fixed;inset:0;background-color:var(--color-bg-overlay);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal-backdrop);padding:var(--spacing-lg);overflow-y:auto}.modal-content{background-color:var(--color-bg-page);border-radius:var(--radius-lg);width:100%;max-width:393px;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-primary);overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-2xl) var(--spacing-lg) var(--spacing-lg);border-bottom:.2px solid var(--color-primary-border)}.modal-title{font-family:var(--font-family);font-weight:var(--font-weight-semibold);font-size:var(--font-size-xl);line-height:1.2;color:var(--color-text-primary);margin:0;letter-spacing:var(--letter-spacing-tight)}.modal-close-button{background:none;border:none;cursor:pointer;padding:var(--spacing-xs);display:flex;align-items:center;justify-content:center;color:var(--color-text-primary)}.modal-body{padding:var(--spacing-lg);overflow-y:auto;flex:1}.confirmation-modal .modal-content{max-width:400px}.confirmation-modal-message{margin:0 0 24px;font-size:14px;line-height:1.5;color:#171716cc}.confirmation-modal-message p{margin:0 0 12px}.confirmation-modal-message p:last-child{margin-bottom:0}.confirmation-modal-actions{display:flex;gap:12px;justify-content:flex-end}.confirmation-modal-actions.single-button{justify-content:center}.confirmation-modal-button{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-family:Bricolage Grotesque,sans-serif}.confirmation-modal-button:disabled{opacity:.6;cursor:not-allowed}.confirmation-modal-button-cancel{background-color:#f3f4f6;color:#171716}.confirmation-modal-button-cancel:hover:not(:disabled){background-color:#e5e7eb}.confirmation-modal-button-primary{background-color:#171716;color:#fcfcfc}.confirmation-modal-button-primary:hover:not(:disabled){background-color:#000}.confirmation-modal-button-danger{background-color:#dc2626;color:#fcfcfc}.confirmation-modal-button-danger:hover:not(:disabled){background-color:#b91c1c}@media(max-width:768px){.confirmation-modal .modal-content{width:calc(100% - 32px);max-width:none}.confirmation-modal-actions{flex-direction:column-reverse;gap:8px}.confirmation-modal-button{width:100%}}.user-profile-modal .modal-content{max-width:500px;max-height:90vh;overflow-y:auto}.user-profile-content{display:flex;flex-direction:column;gap:24px}.user-profile-avatar-section{display:flex;flex-direction:column;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid rgba(23,23,22,.1)}.user-profile-avatar-wrapper{width:100px;height:100px;border-radius:50%;overflow:hidden;background-color:#2085561a;display:flex;align-items:center;justify-content:center;border:3px solid rgba(32,133,86,.2)}.user-profile-avatar{width:100%;height:100%;object-fit:cover}.user-profile-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Bricolage Grotesque,sans-serif;font-size:36px;font-weight:700;color:#208556}.user-profile-name{font-family:Bricolage Grotesque,sans-serif;font-size:20px;font-weight:700;color:#171716;margin:0;text-align:center}.user-profile-email{font-family:Bricolage Grotesque,sans-serif;font-size:14px;color:#171716b3;margin:0;text-align:center}.user-profile-badges{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.user-profile-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-family:Bricolage Grotesque,sans-serif;font-size:12px;font-weight:600}.user-profile-badge svg{flex-shrink:0}.user-profile-badge.verified{background-color:#2085561a;color:#208556}.user-profile-badge.premium{background-color:#eab3081a;color:#eab308}.user-profile-badge.admin{background-color:#0135761a;color:#013576}.user-profile-section{display:flex;flex-direction:column;gap:12px}.user-profile-section-title{font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:600;color:#171716;margin:0;text-transform:uppercase;letter-spacing:.5px}.user-profile-info-grid{display:flex;flex-direction:column;gap:12px}.user-profile-info-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(23,23,22,.05)}.user-profile-info-item:last-child{border-bottom:none}.user-profile-info-label{font-family:Bricolage Grotesque,sans-serif;font-size:14px;color:#17171699;font-weight:400}.user-profile-info-value{font-family:Bricolage Grotesque,sans-serif;font-size:14px;color:#171716;font-weight:500;text-align:right}.user-profile-role.admin{color:#013576;font-weight:600}.user-profile-role.member{color:#171716b3}.user-profile-status.active{color:#208556;font-weight:600}.user-profile-status.pending{color:#eab308;font-weight:600}.user-profile-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.user-profile-stat-card{background-color:#17171608;border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:4px;border:1px solid rgba(23,23,22,.05)}.user-profile-stat-value{font-family:Bricolage Grotesque,sans-serif;font-size:20px;font-weight:700;color:#171716}.user-profile-stat-label{font-family:Bricolage Grotesque,sans-serif;font-size:12px;color:#17171699;text-align:center;line-height:1.3}@media(max-width:480px){.user-profile-modal .modal-content{max-width:100%;margin:0;border-radius:0;max-height:100vh}.user-profile-stats-grid{grid-template-columns:1fr}}.dashboard-preferences-button{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;transition:background-color .2s ease;border-radius:10px;color:#171716}.dashboard-preferences-button:hover{background-color:#1717160d}.dashboard-preferences-button:active{background-color:#1717161a}.dashboard-preferences-button svg{width:20px;height:20px;stroke:currentColor;stroke-width:2}.dispute-payout-modal .dispute-payout-modal-subtitle{margin:0 0 10px;font-size:12px;color:#64748b}.dispute-payout-modal .dispute-payout-modal-hint{margin:0 0 10px;font-size:13px;line-height:1.45;color:#171716bf}.dispute-payout-modal-reasons{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.dispute-payout-reason-option{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:8px 10px;border:1px solid #e2e8f0;border-radius:7px;background:#fff;font-size:13px;cursor:pointer;color:#0f172a}.dispute-payout-reason-option--selected{border-color:#16a34a;background:#f0fdf4}.dispute-payout-reason-dot{width:12px;height:12px;border-radius:50%;border:1.5px solid #d1d5db;flex-shrink:0}.dispute-payout-reason-option--selected .dispute-payout-reason-dot{border-color:#16a34a;background:#16a34a}.dispute-payout-modal-notes-label{display:block;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin-bottom:6px}.dispute-payout-modal .dispute-payout-modal-textarea{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid rgba(23,23,22,.15);border-radius:8px;font-family:inherit;font-size:14px;resize:vertical;min-height:88px}.dispute-payout-modal .dispute-payout-modal-textarea:focus{outline:none;border-color:#208556;box-shadow:0 0 0 2px #20855633}.dispute-payout-modal .dispute-payout-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.batch-detail-modal{padding:0}.batch-detail-loading,.batch-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:16px}.loading-spinner{width:32px;height:32px;border:3px solid rgba(32,133,86,.2);border-top-color:#208556;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.batch-detail-error{color:#dc2626}.retry-button{padding:8px 16px;background-color:#208556;color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:Bricolage Grotesque,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;transition:background-color .2s ease}.retry-button:hover{background-color:#1a6d44}.batch-summary{background-color:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:24px;border:1px solid rgba(23,23,22,.1)}.batch-summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.batch-summary-row:not(:last-child){border-bottom:1px solid rgba(23,23,22,.1)}.batch-summary-label{font-size:14px;color:#6b7280;font-weight:500}.batch-summary-value{font-size:14px;color:#171716;font-weight:600}.batch-contributions-list{display:flex;flex-direction:column;gap:16px}.batch-contributions-title{font-size:18px;font-weight:600;color:#171716;margin:0 0 16px;font-family:Bricolage Grotesque,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.batch-contribution-item{background-color:#fff;border:1px solid rgba(23,23,22,.1);border-radius:12px;padding:16px;transition:box-shadow .2s ease}.batch-contribution-item:hover{box-shadow:0 2px 8px #00000014}.batch-contribution-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(23,23,22,.1)}.batch-contribution-type{font-size:14px;font-weight:600;color:#208556;text-transform:uppercase;letter-spacing:.5px}.batch-contribution-status{font-size:12px;padding:4px 8px;border-radius:6px;font-weight:500;text-transform:capitalize;background-color:#2085561a;color:#208556}.batch-contribution-details{display:flex;flex-direction:column;gap:8px}.batch-contribution-detail-row{display:flex;justify-content:space-between;align-items:center}.detail-label{font-size:13px;color:#6b7280;font-weight:500}.detail-value{font-size:13px;color:#171716;font-weight:600;text-align:right}.batch-detail-actions{margin-bottom:24px;padding:16px;background-color:#f8f9fa;border-radius:12px;border:1px solid rgba(23,23,22,.1)}.batch-detail-action-error{font-size:13px;color:#dc2626;margin-bottom:12px}.batch-detail-action-success{font-size:13px;color:#15803d;margin-bottom:12px;padding:8px 12px;background-color:#15803d1a;border-radius:8px}.batch-detail-actions-buttons{display:flex;flex-wrap:wrap;gap:10px}.batch-detail-action-btn{padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:Bricolage Grotesque,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background-color .2s ease,opacity .2s ease}.batch-detail-action-btn:disabled{opacity:.6;cursor:not-allowed}.batch-detail-action-validate{background-color:#208556;color:#fff}.batch-detail-action-validate:hover:not(:disabled){background-color:#1a6d44}.batch-detail-action-reject{background-color:#dc2626;color:#fff}.batch-detail-action-reject:hover:not(:disabled){background-color:#b91c1c}.batch-detail-action-invalidate{background-color:#6b7280;color:#fff}.batch-detail-action-invalidate:hover:not(:disabled){background-color:#4b5563}.payout-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--spacing-lg, 16px);box-sizing:border-box}.payout-modal-content{background-color:#fff;border-radius:12px;width:100%;max-width:min(393px,calc(100vw - 32px));max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026;overflow:hidden;box-sizing:border-box}.payout-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(23,23,22,.1)}.payout-modal-header--steps{flex-wrap:nowrap;gap:8px}.payout-modal-header--steps .payout-modal-title{flex:1;min-width:0;font-size:16px}.payout-modal-steps{display:flex;align-items:center;gap:4px;flex-shrink:0;margin-left:auto;margin-right:4px}.payout-modal-step-pip{display:inline-block;width:18px;height:4px;border-radius:2px}.payout-modal-rotation-box{border:1px solid #e2e8f0;border-radius:7px;padding:8px 10px;margin-bottom:16px}.payout-modal-rotation-eyebrow{font-size:10px;font-weight:600;color:#16a34a;letter-spacing:.02em}.payout-modal-rotation-dates{font-size:13px;font-weight:500;margin-top:4px;color:#0f172a}.payout-modal-sec{margin-bottom:16px}.payout-modal-sec-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:6px}.payout-modal-collected-row{display:flex;justify-content:space-between;font-size:12px;color:#64748b;margin-bottom:4px}.payout-modal-collected-val{color:#16a34a;font-weight:600}.payout-modal-progress{height:5px;background:#f1f5f9;border-radius:3px;overflow:hidden}.payout-modal-progress-fill{height:5px;background:#16a34a;border-radius:3px}.payout-modal-contrib-hint{font-size:10px;color:#94a3b8;margin-top:4px}.payout-modal-beneficiary--step1 .payout-modal-beneficiary-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px}.payout-modal-beneficiary-sub{font-size:10px;color:#94a3b8;margin-top:2px}.payout-modal-beneficiary-amount-green{font-size:14px;font-weight:700;color:#15803d}.payout-modal-beneficiary-details--compact{margin-bottom:8px}.payout-modal-dest-intro{font-size:12px;color:#64748b;margin-bottom:10px}.payout-modal-dest-row{display:flex;gap:8px;margin-bottom:12px}.payout-modal-dest-opt{flex:1;border:1.5px solid #e2e8f0;border-radius:9px;padding:10px 8px;background:#fff;cursor:pointer;text-align:center}.payout-modal-dest-opt--sel{border-color:#16a34a;background:#f0fdf4}.payout-modal-dest-opt--sel-purple{border-color:#7c3aed;background:#faf5ff}.payout-modal-dest-ico{font-size:18px;margin-bottom:3px}.payout-modal-dest-lbl{font-size:12px;font-weight:600;color:#0f172a}.payout-modal-dest-sub{font-size:10px;color:#94a3b8;margin-top:1px}.payout-modal-dest-note{font-size:11px;color:#94a3b8;border:1px solid #e2e8f0;border-radius:7px;padding:8px 10px;margin-bottom:12px}.payout-modal-field-label{display:block;font-size:10px;font-weight:600;color:#64748b;margin-bottom:4px}.payout-modal-select{width:100%;padding:8px 10px;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:10px;font-size:13px}.payout-modal-fee-row{display:flex;justify-content:space-between;font-size:12px;padding:5px 0;border-bottom:1px dashed #f1f5f9}.payout-modal-fee-row--deduct span:last-child{color:#dc2626;font-weight:600}.payout-modal-fee-net{display:flex;justify-content:space-between;padding:8px 0 0;font-size:13px;font-weight:700}.payout-modal-net-green{color:#15803d}.payout-modal-net-purple{color:#7c3aed}.payout-modal-dest-summary{font-size:12px;color:#0f172a}.payout-modal-dest-beneficiary-list{display:flex;flex-direction:column;gap:14px;margin-bottom:8px}.payout-modal-dest-beneficiary-card{border:1px solid #e2e8f0;border-radius:10px;padding:12px 12px 14px;background:#fafafa}.payout-modal-dest-beneficiary-card--skip{opacity:.75}.payout-modal-dest-beneficiary-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:10px}.payout-modal-dest-beneficiary-name{font-size:14px;font-weight:600;color:#0f172a}.payout-modal-dest-beneficiary-amt{font-size:14px;font-weight:600;color:#15803d;flex-shrink:0}.payout-modal-dest-skip-hint{font-size:12px;color:#64748b;margin:0}.payout-modal-dest-row--compact{margin-bottom:8px}.payout-modal-dest-wallet-fields{margin-top:8px;display:flex;flex-direction:column;gap:10px}.payout-modal-field-label--muted{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.payout-modal-dest-field-error{font-size:12px;color:#b91c1c;margin:0}.payout-modal-dest-review-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.payout-modal-dest-review-item{display:flex;flex-direction:column;gap:4px;padding:10px 12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.payout-modal-dest-review-name{font-size:13px;font-weight:600;color:#0f172a}.payout-modal-dest-review-dest{font-size:12px;color:#475569;line-height:1.4}.payout-modal-warning-note{font-size:10px;color:#94a3b8;background:#f8fafc;border-radius:6px;padding:7px 9px;margin-bottom:12px}.payout-modal-title{font-family:Bricolage Grotesque,sans-serif;font-size:20px;font-weight:700;color:#171716;margin:0}.payout-modal-close{background:none;border:none;padding:4px;cursor:pointer;color:#171716;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.payout-modal-close:hover{background-color:#1717161a}.payout-modal-body{padding:24px;overflow-y:auto;flex:1}.payout-modal-info{display:flex;flex-direction:column;gap:12px;padding:16px;background-color:#1717160d;border-radius:8px;margin-bottom:24px}.payout-modal-info-item{display:flex;justify-content:space-between;align-items:center}.payout-modal-info-label{font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:500;color:#171716}.payout-modal-info-value{font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:600;color:#171716}.payout-modal-available{color:#059669}.payout-modal-error-general{padding:12px 16px;background-color:#fef2f2;border:1px solid #FCA5A5;border-radius:8px;color:#dc2626;font-size:14px;font-weight:500;margin-bottom:16px;display:flex;align-items:flex-start;gap:8px}.payout-modal-error-general:before{content:"⚠️";font-size:16px;flex-shrink:0}.payout-modal-form{display:flex;flex-direction:column;gap:24px}.payout-modal-beneficiaries{display:flex;flex-direction:column;gap:20px}.payout-modal-beneficiaries-title{font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:700;color:#171716;margin:0}.payout-modal-beneficiary{display:flex;flex-direction:column;gap:12px;padding:16px;background-color:#17171605;border:1px solid rgba(23,23,22,.1);border-radius:8px}.payout-modal-beneficiary-header{display:flex;justify-content:space-between;align-items:center}.payout-modal-beneficiary-info{display:flex;align-items:center;gap:8px}.payout-modal-beneficiary-name{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:600;color:#171716}.payout-modal-beneficiary-percentage{font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:400;color:#6b7280}.payout-modal-beneficiary-status{font-family:Bricolage Grotesque,sans-serif;font-size:12px;font-weight:500;color:#dc2626;padding:4px 8px;background-color:#fef2f2;border-radius:4px}.payout-modal-beneficiary-details{display:flex;flex-direction:column;gap:8px}.payout-modal-beneficiary-detail-row{display:flex;justify-content:space-between;align-items:center}.payout-modal-beneficiary-detail-label{font-family:Bricolage Grotesque,sans-serif;font-size:13px;font-weight:400;color:#6b7280}.payout-modal-beneficiary-detail-value{font-family:Bricolage Grotesque,sans-serif;font-size:13px;font-weight:500;color:#171716}.payout-modal-remaining{color:#059669;font-weight:600}.payout-modal-beneficiary-input{display:flex;flex-direction:column;gap:8px}.payout-modal-total{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#0135760d;border-radius:8px;border:1px solid rgba(1,53,118,.2)}.payout-modal-total-label{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:600;color:#171716}.payout-modal-total-value{font-family:Bricolage Grotesque,sans-serif;font-size:20px;font-weight:700;color:#013576}.payout-modal-actions{display:flex;gap:12px;justify-content:flex-end}@media(max-width:640px){.payout-modal-content{max-height:95vh}.payout-modal-body{padding:16px}.payout-modal-actions{flex-direction:column}.payout-modal-actions button{width:100%}}.wallet-totals-modal-content{padding:20px 0;max-height:70vh;overflow-y:auto}.totals-summary-section{display:flex;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid rgba(23,23,22,.1)}.totals-summary-item{flex:1;display:flex;flex-direction:column;gap:8px;padding:16px;background-color:#2085560d;border-radius:8px}.totals-summary-label{font-family:Bricolage Grotesque,sans-serif;font-weight:400;font-size:12px;line-height:1.4;color:#17171699;letter-spacing:.024px}.totals-summary-value{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:20px;line-height:1.2;color:#171716;letter-spacing:-.2px}.totals-period-selector{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;padding:16px;background-color:#2085560d;border-radius:8px}.totals-period-selector-label{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:14px;line-height:1.4;color:#171716;letter-spacing:-.14px}.totals-period-select{width:100%;padding:12px 40px 12px 16px;border:1px solid rgba(23,23,22,.2);border-radius:8px;background-color:#fcfcfc;font-family:Bricolage Grotesque,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#171716;cursor:pointer;transition:all .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23171716' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.totals-period-select:hover{border-color:#20855666}.totals-period-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2085561a}.totals-contributors-section{display:flex;flex-direction:column;gap:16px}.totals-contributors-section:not(:last-of-type){margin-bottom:32px}.totals-contributors-success-hint{font-family:Bricolage Grotesque,sans-serif;font-size:12px;line-height:1.4;color:#15803df2;margin:0 0 12px}.totals-contributors-title{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:18px;line-height:1.2;color:#171716;margin:0;letter-spacing:-.18px}.totals-empty-state{padding:40px 20px;text-align:center}.totals-empty-state p{font-family:Bricolage Grotesque,sans-serif;font-weight:400;font-size:14px;color:#17171699}.totals-table-wrapper{overflow-x:hidden;max-width:100%;min-width:0;border-radius:10px;border:1px solid #e2e8f0;background-color:#fff}.totals-table{width:100%;max-width:100%;min-width:0;border-collapse:collapse;table-layout:fixed}.totals-table thead th:nth-child(1),.totals-table tbody td:nth-child(1){width:42%}.totals-table thead th:nth-child(2),.totals-table tbody td:nth-child(2){width:20%}.totals-table thead th:nth-child(3),.totals-table tbody td:nth-child(3){width:38%}.totals-table tbody td.member-cell{min-width:0}.totals-table-header{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:11px;line-height:1.4;color:#64748b;text-align:left;padding:10px 12px;background-color:#f8fafc;border-bottom:1px solid #f1f5f9;letter-spacing:.06em;text-transform:uppercase;position:sticky;top:0;z-index:1}.totals-table-header.sortable{cursor:pointer;user-select:none;transition:background-color .2s}.totals-table-header.sortable:hover{background-color:#f1f5f9}.totals-table-header.sortable>span{display:inline-flex;align-items:center;gap:6px;white-space:normal;line-height:1.25;hyphens:auto}.sort-indicator{font-size:12px;color:#64748b;font-weight:700;display:inline-block;margin-left:2px}.wallet-totals-contrib-card>.totals-table-wrapper{border:none;border-radius:0}.totals-table-row{border-bottom:1px solid rgba(23,23,22,.1);transition:background-color .2s}.totals-table-row:hover{background-color:#20855608}.totals-table-row:last-child{border-bottom:none}.totals-table-cell{padding:10px 12px;font-family:Bricolage Grotesque,sans-serif;font-size:14px;line-height:1.4;color:#171716;letter-spacing:-.14px;vertical-align:middle}.totals-table-member-block{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.totals-table-member{display:flex;align-items:center;gap:8px;min-width:0;width:100%}.totals-table-hold-line{font-family:Bricolage Grotesque,sans-serif;font-size:10px;font-weight:500;line-height:1.3;color:#92400e;padding-left:36px}.totals-table-avatar{width:28px;height:28px;border-radius:50%;background-color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.totals-table-avatar img{width:100%;height:100%;object-fit:cover}.totals-table-avatar span{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:11px;color:#fcfcfc}.totals-table-name-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.totals-table-name{font-weight:500;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.totals-table-cell.periods-cell{font-weight:500;text-align:center}.totals-table-cell.total-cell{font-weight:600;text-align:right;color:inherit;min-width:0}.totals-table-cell.total-cell .wallet-totals-amount--harmonized{display:block;max-width:100%;text-align:right;word-break:break-word;overflow-wrap:anywhere;line-height:1.25;color:#171716}.wallet-totals-contrib-card{padding:12px 14px 14px;background:#fff;border-radius:10px;border:1px solid #e2e8f0;min-width:0;max-width:100%;box-sizing:border-box}.wallet-totals-summary-heading{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.wallet-totals-summary-title{font-size:12px;font-weight:600;margin:0;color:#0f172a}.wallet-totals-summary-aggregate{font-family:Bricolage Grotesque,sans-serif;font-size:11px;font-weight:500;color:#64748b;letter-spacing:.02em}.wallet-totals-yours-badge{flex-shrink:0;font-size:10px;font-weight:600;text-transform:lowercase;letter-spacing:.02em;color:#fff;background:#013576;padding:2px 7px;border-radius:4px}.wallet-totals-amount{font-weight:600}.wallet-totals-amount--harmonized,.wallet-totals-periods-value{font-weight:700;font-size:14px;color:#171716}.totals-table-mini-bar-row:hover{background-color:transparent}.totals-table-mini-bar-row .wallet-totals-mini-bar-cell{padding-top:0;padding-bottom:8px}.wallet-totals-payouts-card .totals-table-wrapper{border:none;border-radius:0}.wallet-totals-payouts-card .totals-table{margin-bottom:8px}.wallet-totals-mini-track{height:2px;border-radius:2px;overflow:hidden}.wallet-totals-mini-track--paid{background:#dcfce7}.wallet-totals-mini-track--overdue{background:#fee2e2}.wallet-totals-mini-track--pending,.wallet-totals-mini-track--muted{background:#f1f5f9}.wallet-totals-mini-fill{height:100%;border-radius:2px;transition:width .2s ease}.wallet-totals-mini-track--paid .wallet-totals-mini-fill{background:#16a34a}.wallet-totals-mini-track--overdue .wallet-totals-mini-fill{background:#dc2626}.wallet-totals-mini-track--pending .wallet-totals-mini-fill,.wallet-totals-mini-track--muted .wallet-totals-mini-fill{background:#16a34a}.totals-table-total-row{background:#20855614;border-top:2px solid rgba(32,133,86,.2)}.totals-table-total-row:hover{background:#2085561a}.totals-table-total-row .wallet-totals-total-label{font-weight:700;font-size:14px}.totals-table-total-row .wallet-totals-total-value{font-weight:700;font-size:15px;color:#171716}.wallet-totals-payouts-card{margin-top:10px;padding:0;overflow:hidden;background:#fff;border-radius:10px;border:1px solid #e2e8f0}.wallet-totals-payouts-header{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin:0;padding:8px 12px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.wallet-totals-payouts-empty{padding:10px 12px 14px;text-align:center;font-family:Bricolage Grotesque,sans-serif;font-size:11px;color:#94a3b8}@media(max-width:600px){.totals-table-header,.totals-table-cell{padding:12px 8px;font-size:12px}.totals-table-avatar{width:26px;height:26px}.totals-table-avatar span{font-size:10px}.totals-table-hold-line{padding-left:34px}}.edit-profile-form{display:flex;flex-direction:column;gap:16px}.edit-profile-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.edit-profile-error{background-color:#fee2e2;color:#b91c1c;padding:12px;border-radius:8px;font-size:14px}.edit-profile-actions{display:flex;gap:12px;margin-top:8px}.edit-profile-yella-tag-wrap{position:relative}.edit-profile-username-available{display:block;margin-top:4px;font-size:12px;color:var(--color-success, #208556)}.edit-profile-username-taken{display:block;margin-top:4px;font-size:12px;color:var(--color-error, #B91C1C)}.edit-profile-username-invalid{display:block;margin-top:4px;font-size:12px;color:var(--color-text-tertiary)}@media(max-width:480px){.edit-profile-form-row{grid-template-columns:1fr}}.change-password-form{display:flex;flex-direction:column;gap:20px;padding:0}.change-password-description{margin-bottom:8px}.change-password-description p{font-family:Bricolage Grotesque,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#171716b3;margin:0}.change-password-error{padding:12px 16px;background-color:#b91c1c1a;border:1px solid rgba(185,28,28,.3);border-radius:8px;color:#b91c1c;font-family:Bricolage Grotesque,sans-serif;font-weight:400;font-size:14px;line-height:1.5}.change-password-actions{display:flex;gap:12px;margin-top:8px}@media(max-width:600px){.change-password-actions{flex-direction:column}}.contact-support-form{display:flex;flex-direction:column;gap:16px}.contact-support-field{display:flex;flex-direction:column;gap:8px}.contact-support-label{font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:600;color:#171716}.contact-support-select{width:100%;padding:12px 16px;border:1px solid rgba(23,23,22,.2);border-radius:8px;font-family:Bricolage Grotesque,sans-serif;font-size:14px;color:#171716;background-color:#fff;cursor:pointer;transition:border-color .2s ease}.contact-support-select:hover:not(:disabled){border-color:#17171666}.contact-support-select:focus{outline:none;border-color:#208556}.contact-support-select:disabled{opacity:.6;cursor:not-allowed}.contact-support-error{padding:12px;background-color:#ff31311a;border:1px solid rgba(255,49,49,.3);border-radius:8px;color:#ff3131;font-size:14px;font-family:Bricolage Grotesque,sans-serif}.contact-support-success{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;text-align:center}.contact-support-success p{font-family:Bricolage Grotesque,sans-serif;font-size:14px;color:#171716;margin:0}.contact-support-actions{display:flex;gap:12px;margin-top:8px}.contact-support-note{font-family:Bricolage Grotesque,sans-serif;font-size:12px;color:#6b7280;text-align:center;margin:0;line-height:1.5}.contact-support-note a{color:#208556;text-decoration:none}.contact-support-note a:hover{text-decoration:underline}.email-verification-modal{padding:8px}.email-verification-step{display:flex;flex-direction:column;align-items:center;gap:16px}.email-verification-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background-color:#2085561a;border-radius:50%;margin-bottom:8px}.email-verification-text{font-size:16px;color:#333;text-align:center;margin:0}.email-verification-email{font-size:16px;font-weight:600;color:#208556;text-align:center;margin:0;word-break:break-all}.email-verification-hint{font-size:14px;color:#666;text-align:center;margin:0}.email-verification-code-input{width:100%;margin:24px 0 16px}.email-verification-timer{font-size:14px;color:#666;text-align:center;margin:8px 0}.email-verification-timer strong{color:#208556;font-weight:600}.email-verification-expired{font-size:14px;color:#ff3131;text-align:center;margin:8px 0;padding:8px;background-color:#ff31311a;border-radius:8px}.email-verification-error{width:100%;padding:12px;background-color:#ff31311a;border:1px solid rgba(255,49,49,.3);border-radius:8px;color:#ff3131;font-size:14px;text-align:center;margin-top:8px}.email-verification-success{width:100%;padding:12px;background-color:#2085561a;border:1px solid rgba(32,133,86,.3);border-radius:8px;color:#208556;font-size:14px;text-align:center;margin-top:8px}.email-verification-resend{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:8px}.email-verification-resend-text{font-size:14px;color:#666;margin:0}.email-verification-resend-cooldown{font-size:14px;color:#999;margin:0}.email-verification-resend-button{background:none;border:none;color:#208556;font-size:14px;font-weight:600;cursor:pointer;padding:4px 8px;text-decoration:underline}.email-verification-resend-button:hover{color:#1a6b44}.email-verification-actions{width:100%;display:flex;flex-direction:column;gap:0;margin-top:16px}
