:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg: #f8f9fd;--surface: #ffffff;--surface-soft: #fafbff;--border: #dfe4f0;--border-strong: #cfd6e7;--text: #17152b;--muted: #667085;--purple: #6026e8;--purple-dark: #4c19cf;--purple-soft: #f0e9ff;--yellow: #ffc600;--yellow-soft: #fff5c7;--green: #22a35a;--green-soft: #e8f8ef;--orange: #f97316;--orange-soft: #fff1e8;--red: #ef3e36;--red-soft: #fff0ef;--blue: #2563eb;--shadow: 0 10px 30px rgba(32, 25, 80, .08)}*{box-sizing:border-box}body{margin:0;min-width:1280px;min-height:100vh;background:var(--bg);color:var(--text)}body.customer-body{min-width:0;background:#eef3f7}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.app-shell{display:grid;grid-template-columns:226px minmax(1054px,1fr);min-height:100vh}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:22px 12px 18px;border-right:1px solid var(--border);background:var(--surface)}.brand{display:flex;align-items:center;gap:10px;padding:0 12px 24px;color:var(--purple);font-size:30px;font-weight:800}.nav-list{display:grid;gap:8px}.nav-item{display:flex;align-items:center;gap:13px;min-height:46px;padding:0 14px;border:0;border-radius:8px;background:transparent;color:#363a5f;text-align:left}.nav-item .nav-count{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 6px;border-radius:999px;background:var(--purple);color:#fff;font-size:11px;font-weight:800}.nav-item.active{background:var(--purple-soft);color:var(--purple);font-weight:700}.quick-actions{margin:auto 10px 72px;padding:16px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.quick-actions h3,.card h2{margin:0;font-size:16px}.action-button{display:flex;align-items:center;gap:9px;width:100%;min-height:38px;margin-top:10px;padding:0 12px;border-radius:7px;font-weight:700}.action-button.yellow{border:1px solid #f2b600;background:var(--yellow);color:#121212}.action-button.outline,.small-outline,.full-outline{border:1px solid var(--purple);background:var(--surface);color:var(--purple);font-weight:700}.business-card,.org-switcher,.profile-button{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.business-card{width:calc(100% - 20px);min-height:68px;margin:0 10px;padding:10px}.business-card span:nth-child(2),.org-switcher span:nth-child(2),.profile-button span{display:grid;gap:2px;text-align:left}small{color:var(--muted)}.business-icon,.org-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:var(--purple);color:#fff}.dashboard{padding:14px 24px}.topbar{display:grid;grid-template-columns:250px minmax(360px,1fr) auto;align-items:center;gap:26px;min-height:56px}.org-switcher{min-height:48px;padding:8px 12px}.search-box{display:flex;align-items:center;gap:10px;width:min(460px,100%);margin:0 auto;padding:0 13px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted)}.search-box input{width:100%;height:40px;border:0;outline:0;background:transparent}.profile-actions{display:flex;align-items:center;gap:14px}.profile-menu{position:relative}.icon-button,.table-icon{display:grid;place-items:center;border:0;background:transparent;color:#343753}.notification{position:relative;width:38px;height:38px}.notification span{position:absolute;top:0;right:0;display:grid;place-items:center;width:18px;height:18px;border-radius:999px;background:var(--purple);color:#fff;font-size:11px;font-weight:800}.profile-button{min-width:176px;min-height:48px;padding:6px 10px}.profile-button svg{color:var(--purple)}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:15;display:grid;min-width:176px;padding:6px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.profile-dropdown button{display:flex;align-items:center;gap:9px;min-height:36px;padding:8px 10px;border:0;border-radius:7px;background:transparent;color:var(--text);font-weight:800;text-align:left}.profile-dropdown button:hover{background:var(--surface-soft)}.profile-dropdown svg{color:var(--purple)}.page-heading{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:20px 2px 16px}.page-heading h1{margin:0;font-size:26px;line-height:1.1}.page-heading p{margin:6px 0 0;color:var(--muted)}.page-heading>div:first-child small{display:block;margin-top:5px}.role-toggle{display:flex;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.role-toggle button{display:flex;align-items:center;gap:8px;min-width:116px;height:40px;justify-content:center;border:0;background:transparent;color:#3d4260;font-weight:700}.role-toggle .selected{background:var(--purple);color:#fff}.auth-panel{justify-self:end;display:grid;gap:6px;min-width:330px}.auth-panel form,.auth-session{display:flex;align-items:center;justify-content:flex-end;gap:8px}.auth-panel input{width:118px;min-height:34px;padding:7px 9px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text)}.auth-panel span{color:var(--muted);font-size:12px}.auth-panel .primary-button,.auth-panel .secondary-button{min-height:34px;padding:0 12px;white-space:nowrap}.auth-error{color:var(--red);text-align:right;font-weight:800}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:14px}.metric-card{display:flex;align-items:center;gap:18px;min-height:92px;padding:18px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.metric-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:8px}.metric-icon.purple{background:var(--purple-soft);color:var(--purple)}.metric-icon.green{background:var(--green-soft);color:var(--green)}.metric-icon.orange{background:var(--orange-soft);color:#f05b24}.metric-card p,.metric-card small{margin:0}.metric-card strong{display:block;margin:4px 0;font-size:24px}.metric-card small{color:var(--purple);font-weight:700}.content-grid{display:grid;grid-template-columns:minmax(700px,1.25fr) minmax(520px,.9fr);gap:14px 18px}.events-page-grid{grid-template-columns:1fr}.events-page-grid .create-card{grid-column:1 / -1}.receipts-page-grid,.donations-page-grid,.messages-page-grid,.settings-page-grid{display:grid;gap:14px}.settings-card{align-self:start}.settings-form-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:14px 18px}.settings-description-field{grid-column:1 / -1}.settings-description-field small{justify-self:end;color:var(--muted)}.settings-actions{display:flex;justify-content:flex-end;gap:10px}.settings-attribution{color:var(--muted);font-weight:700}.card{position:relative;padding:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.create-card{align-self:start}.section-title,.card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.card-header-actions{display:flex;align-items:center;gap:12px}.section-title{justify-content:flex-start}.section-title span{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--purple-soft);color:var(--purple)}.card-gear{position:absolute;top:17px;right:18px;border:0;background:transparent;color:#68708c}.event-form{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 18px}.field{display:grid;gap:7px;color:#21243a;font-size:12px;font-weight:700}.field input,.field select,.field textarea,.editable-input,.rate-input,.input-with-icon{min-height:34px;width:100%;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:#31364f}.field input,.field select,.field textarea{padding:8px 10px}.field input:disabled{background:#f4f6fb;color:#8790a7}.field textarea{min-height:70px;resize:vertical}.editable-input,.input-with-icon,.rate-input{display:flex;align-items:center;gap:8px;padding:0 10px}.location-select-row{display:flex;align-items:center;gap:8px}.location-select-row select{flex:1}.location-select-row button{min-height:34px;padding:0 2px;white-space:nowrap}.partner-manager-list{display:grid;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}.partner-manager-row{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);text-align:left}.partner-manager-row.selected{border-color:var(--purple);background:var(--purple-soft)}.partner-manager-row span{display:grid;gap:2px}.partner-manager-row small{color:var(--muted);font-weight:700}.business-partners-page{display:grid;gap:14px}.partners-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:52px}.partner-filter-tabs{display:flex;flex-wrap:wrap;gap:6px}.partner-filter-tabs button{min-height:32px;padding:0 12px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:800}.partner-filter-tabs button.active{border-color:#6f42c140;background:var(--purple-soft);color:var(--purple)}.partners-toolbar-actions{display:flex;align-items:center;gap:10px}.partners-toolbar-actions span{color:var(--muted);font-size:12px;font-weight:800}.business-partner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.business-partner-card{display:grid;gap:14px;padding:16px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 12px 30px #2426420a}.business-partner-card-head,.partner-title,.business-partner-actions{display:flex;align-items:center;gap:10px}.business-partner-card-head{justify-content:space-between}.partner-title{min-width:0}.partner-title>span:last-child{display:grid;gap:2px;min-width:0}.partner-title strong,.partner-title small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.partner-title strong{color:var(--text);font-size:15px}.partner-title small{color:var(--muted);font-size:12px;font-weight:800}.partner-relationship{flex:0 0 auto;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:900}.partner-relationship.active{background:var(--green-soft);color:var(--green)}.partner-relationship.past{background:#eef3ff;color:var(--blue)}.partner-relationship.available{background:var(--surface-soft);color:var(--muted)}.business-partner-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.business-partner-stats span{display:grid;gap:2px;min-height:58px;padding:9px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.business-partner-stats strong{color:var(--text);font-size:16px}.business-partner-stats small,.business-partner-meta{color:var(--muted);font-size:12px;font-weight:750}.business-partner-meta{display:grid;gap:8px;min-height:48px}.business-partner-meta p{display:flex;align-items:center;gap:7px;min-width:0;margin:0}.business-partner-meta a{color:var(--purple);text-decoration:none}.business-partner-actions{justify-content:flex-end;flex-wrap:wrap}.editable-input span{flex:1;font-weight:500}.editable-input button,.text-button{border:0;background:transparent;color:var(--purple);font-weight:800}.input-with-icon input,.rate-input input{min-height:30px;padding:0;border:0;outline:0}.date-range-control{position:relative}.date-range-trigger{flex:1;min-height:30px;padding:0;border:0;background:transparent;color:#31364f;font-weight:500;text-align:left;white-space:pre-line}.date-range-trigger.placeholder{color:#727a90}.rate-input span{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:700}.item-field{grid-column:span 1}.helper-note{grid-column:2 / 4;align-self:end;padding:10px 12px;border:1px solid #d9ccff;border-radius:7px;background:linear-gradient(90deg,#f4efff,#fff);color:#4f3b8f;font-size:12px;font-weight:700}.form-actions{display:flex;align-items:center;gap:18px;grid-column:1 / 3}.primary-button,.approve-button,.reject-button,.secondary-button{min-height:32px;padding:0 18px;border-radius:7px;font-weight:800}.primary-button{border:1px solid var(--purple);background:var(--purple);color:#fff}.primary-button:disabled{cursor:not-allowed;border-color:#c7c9d4;background:#d8dbe7;color:#777f95}.secondary-button{border:1px solid var(--border-strong);background:var(--surface);color:#404760}.approve-button{border:1px solid var(--green);background:var(--green);color:#fff}.reject-button{border:1px solid var(--red);background:var(--surface);color:var(--red)}table{width:100%;border-collapse:collapse;font-size:12px}th{color:#596174;font-weight:800;text-align:left}td,th{padding:8px;border-bottom:1px solid var(--border)}td strong{font-weight:800}.date-cell{white-space:pre-line}.partner-cell{display:flex;align-items:center;gap:7px}.partner-badge,.status-pill,.payout-pill,.receipt-status-pill,.count-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;font-size:11px;font-weight:800}.partner-badge{width:21px;height:21px}.partner-badge.nonprofit,.partner-badge.church{background:var(--green-soft);color:var(--green)}.partner-badge.foundation,.partner-badge.school{background:var(--purple-soft);color:var(--purple)}.status-pill,.payout-pill,.receipt-status-pill{min-width:64px;padding:5px 8px}.status-approved,.paid{background:var(--green-soft);color:var(--green)}.status-pending,.unpaid,.receipt-status-pending{background:var(--orange-soft);color:var(--orange)}.status-live{background:var(--purple-soft);color:var(--purple)}.status-paused{background:#eeeef6;color:#575e78}.status-rejected,.status-cancelled,.receipt-status-flagged{background:var(--red-soft);color:var(--red)}.receipt-status-approved{background:var(--green-soft);color:var(--green)}.action-cell{display:flex;gap:8px}.table-icon{width:28px;height:28px;border-radius:7px}.table-icon:hover{background:var(--surface-soft)}.receipt-list,.message-list{display:grid;gap:8px}.receipt-row,.message-row{display:grid;align-items:center;gap:10px;padding:10px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.message-row{cursor:pointer}.message-row.unread{border-color:#6f42c16b;box-shadow:inset 3px 0 0 var(--purple)}.message-row.read{background:#fbfbfd}.receipt-row{grid-template-columns:46px 1.2fr .74fr auto}.receipt-icon{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:8px;background:var(--purple-soft);color:var(--purple)}.receipt-main,.receipt-amounts{display:grid;gap:3px;font-size:12px}.receipt-status-pill{justify-self:start;min-width:0;font-size:10px}.receipt-main span,.receipt-amounts span{color:#596174}.match{color:var(--green)}.no-match{color:var(--red)}.receipt-actions{display:flex;gap:8px}.receipt-actions button:disabled{cursor:default;opacity:.55}.flagged-impact{color:var(--red)}.money-stack{display:grid;gap:2px}.money-stack small{color:var(--muted);font-size:11px;font-weight:700}.receipt-create-form{display:grid;gap:14px}.receipt-upload-preview{display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px dashed #c8b9ff;border-radius:8px;background:var(--purple-soft);color:#4f3b8f;font-size:12px;font-weight:800}.storage-path{overflow-wrap:anywhere;font-family:Consolas,Courier New,monospace;font-size:11px}.full-outline{width:100%;min-height:28px;margin-top:8px;border-radius:7px;background:#fff}.messages-card,.feedback-card,.receipt-card{align-self:start}.empty-receipt-list{display:grid;place-items:center;min-height:88px;color:var(--muted);font-weight:800}.qr-checkin-panel{display:grid;gap:14px}.qr-display-card{display:grid;justify-items:center;gap:8px;padding:16px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);text-align:center}.qr-display-card img{width:248px;height:248px;border:10px solid white;border-radius:8px;box-shadow:var(--shadow)}.qr-display-card span,.qr-display-card small{color:var(--muted)}.qr-display-card small{max-width:100%;overflow-wrap:anywhere;font-size:11px}.qr-checkin-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.qr-checkin-summary span{display:grid;gap:3px;padding:10px;border:1px solid var(--border);border-radius:8px;color:var(--muted);font-size:12px}.qr-checkin-summary strong{color:var(--text);font-size:14px}.message-row{grid-template-columns:32px 1fr auto;font-size:12px}.message-row p{margin:3px 0 0;color:#3b405a}.message-row>div{display:grid;gap:3px;min-width:0}.message-row strong,.message-row small{display:block}.message-row textarea{width:100%;height:28px;margin-top:7px;border:1px solid var(--border);border-radius:7px;resize:none}.message-row time{align-self:start;color:var(--muted);font-size:11px}.message-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:7px}.message-icon.approval{background:var(--purple-soft);color:var(--purple)}.message-icon.changes{background:#eef3ff;color:var(--blue)}.message-icon.review{background:var(--green-soft);color:var(--green)}.message-actions{grid-column:2 / 4;display:flex;justify-content:flex-end;gap:8px}.handled{opacity:.72}.donation-card,.events-card{min-height:190px}.live-events-card,.upcoming-events-card{grid-column:1 / -1}.live-events-card table{table-layout:fixed}.live-events-card th:nth-child(1),.live-events-card td:nth-child(1){width:22%}.live-events-card th:nth-child(2),.live-events-card td:nth-child(2){width:17%}.live-events-card th:nth-child(3),.live-events-card td:nth-child(3){width:17%}.live-events-card th:nth-child(4),.live-events-card td:nth-child(4){width:8%}.live-events-card th:nth-child(5),.live-events-card td:nth-child(5),.live-events-card th:nth-child(6),.live-events-card td:nth-child(6){width:15%}.live-events-card th:nth-child(7),.live-events-card td:nth-child(7){width:6%}.money-cell{color:#20243a;font-weight:800;white-space:nowrap}.approved-money{color:var(--green)}.empty-table-cell{padding:18px;color:var(--muted);text-align:center;font-weight:800}.small-outline{min-height:25px;padding:0 10px;border-radius:6px;font-size:11px}.feedback-grid{display:grid;grid-template-columns:repeat(3,1fr);text-align:center}.feedback-page-grid{display:grid;gap:16px;max-width:1040px}.feedback-page-grid .feedback-card{align-self:stretch}.feedback-grid>div{display:grid;gap:4px;padding:12px;border-right:1px solid var(--border)}.feedback-grid>div:last-child{border-right:0}.feedback-grid span{color:#596174;font-size:12px;font-weight:700}.feedback-grid strong{font-size:30px}.stars{color:var(--yellow)}.modal-backdrop{position:fixed;inset:0;display:grid;place-items:center;padding:24px;background:#1f23382e;z-index:10}.modal-backdrop.stacked{z-index:20}.modal{width:min(560px,96vw);max-height:calc(100vh - 48px);overflow:auto;padding:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 24px 70px #221a4e38}.modal.compact{width:360px}.modal.wide{width:720px}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.modal-header h3{margin:0;font-size:18px}.modal-form,.event-details,.schedule-form{display:grid;gap:12px}.schedule-section{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.schedule-heading{grid-column:1 / -1;display:flex;align-items:center;gap:8px;color:var(--purple)}.schedule-section input[aria-invalid=true]{border-color:var(--red);background:var(--red-soft)}.schedule-error{grid-column:1 / -1;margin:0;color:var(--red);font-size:12px;font-weight:800}.schedule-preview{display:grid;gap:4px;padding:12px;border:1px solid #d9ccff;border-radius:8px;background:linear-gradient(90deg,#f4efff,#fff)}.schedule-preview span{color:var(--muted);font-size:12px;font-weight:800}.schedule-preview strong{white-space:pre-line}.modal-split,.event-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.modal-actions{display:flex;align-items:center;gap:10px}.centered{justify-self:center}.receipt-details{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:start}.receipt-paper{display:grid;justify-items:center;gap:5px;min-height:330px;padding:24px 20px;border:1px solid var(--border-strong);background:linear-gradient(#fff,#fbfbfb);color:#3c3c3c;box-shadow:inset 0 0 0 1px #f4f4f4;font-family:Courier New,monospace;font-size:12px}.receipt-image-panel{display:grid;place-items:center;min-height:330px;overflow:hidden;border:1px solid var(--border-strong);border-radius:8px;background:#f8f9fc}.receipt-image-preview,.receipt-image-frame{width:100%;height:100%;min-height:330px;border:0}.receipt-image-preview{object-fit:contain;background:#fff}.receipt-image-state{display:grid;justify-items:center;gap:10px;padding:22px;color:var(--purple);text-align:center;font-size:12px;font-weight:800}.receipt-image-state.error{color:var(--red)}.receipt-lines{width:100%;margin:24px 0 16px}.receipt-lines p{display:flex;justify-content:space-between;margin:4px 0}.receipt-meta{display:grid;gap:13px;margin:0}.receipt-meta div{display:grid;gap:4px}.receipt-meta dt{color:var(--muted);font-size:12px;font-weight:800}.receipt-meta dd{margin:0;color:#22263d;font-weight:700}.event-status-note{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:800}.event-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0}.event-summary-grid div,.message-context,.confirmation-panel{display:grid;gap:5px;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.message-reply-form{display:grid;gap:14px}.event-summary-grid dt{color:var(--muted);font-size:12px;font-weight:800}.event-summary-grid dd{margin:0;color:#22263d;font-weight:800}.event-detail-actions{flex-wrap:wrap}.modify-note{grid-column:auto}.large-textarea{min-height:130px;resize:vertical}.message-context span{color:var(--muted);font-size:12px;font-weight:700}.confirmation-panel strong{font-size:18px}.partner-response{display:grid;gap:8px;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.partner-response h4,.partner-response p{margin:0}.partner-response div{display:flex;gap:8px}.customer-app,.customer-auth{min-height:100vh;background:linear-gradient(180deg,#ffffffeb,#eef3f7f5),#eef3f7;color:#17202f}.customer-app{position:relative;display:grid;grid-template-rows:auto auto 1fr auto;width:min(100%,540px);min-height:100vh;margin:0 auto;border-right:1px solid #d8e0ea;border-left:1px solid #d8e0ea;background:#f7f9fb}.customer-app.loading,.customer-auth{display:grid;place-items:center;padding:24px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.customer-auth-panel,.customer-flow-card,.customer-event-card,.customer-camera-dropzone{border:1px solid #d9e2ec;border-radius:8px;background:#fff;box-shadow:0 14px 38px #1c2d4014}.customer-auth-panel{display:grid;gap:18px;width:min(100%,420px);padding:24px}.customer-auth-brand,.customer-topbar,.customer-logo,.customer-event-meta,.customer-event-details span,.customer-card-actions,.customer-inline-actions,.customer-impact-row,.customer-large-action,.customer-tabbar,.customer-search,.customer-alert,.customer-section-heading{display:flex;align-items:center}.customer-auth-brand{gap:12px}.customer-auth-brand>div{display:grid;gap:2px}.customer-auth-brand>span,.customer-logo span{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:#1d5c63;color:#fff;font-weight:800}.customer-auth-brand small,.customer-topbar small,.customer-muted,.customer-event-card p,.customer-section-heading p{color:#617082}.customer-auth h1,.customer-flow-card h1,.customer-section-heading h1,.customer-event-card h2,.customer-camera-dropzone h2{margin:0;letter-spacing:0}.customer-auth h1,.customer-section-heading h1,.customer-flow-card h1{font-size:26px}.customer-auth form,.customer-stack,.customer-flow-card,.customer-camera-dropzone,.customer-event-list,.customer-field,.customer-item-list{display:grid;gap:14px}.customer-auth label,.customer-field{color:#2b394a;font-size:13px;font-weight:700}.customer-auth input,.customer-field input,.customer-field select,.customer-flow-card textarea,.customer-search input,.customer-item-row input{width:100%;border:1px solid #cfd9e6;border-radius:8px;background:#fff;color:#17202f;outline:none}.customer-auth input,.customer-field input,.customer-field select,.customer-flow-card textarea{min-height:44px;margin-top:6px;padding:10px 12px}.customer-search input{min-width:0;border:0;background:transparent}.customer-form-error{padding:10px 12px;border-radius:8px;background:#fff0ef;color:#b42318;font-size:13px}.customer-primary-button,.customer-secondary-button,.customer-link-button,.customer-chip,.customer-large-action,.customer-logo{border-radius:8px;font-weight:800}.customer-primary-button,.customer-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 14px;text-decoration:none}.customer-primary-button{border:1px solid #1d5c63;background:#1d5c63;color:#fff}.customer-secondary-button{border:1px solid #cfd9e6;background:#fff;color:#24354a}.customer-link-button{border:0;background:transparent;color:#1d5c63}.customer-link-button.align-left{justify-self:start;padding:0}.customer-map-panel{display:grid;gap:14px;padding:14px;border:1px solid #d9e2ec;border-radius:8px;background:#fff;box-shadow:0 14px 38px #1c2d4014}.customer-map-location-summary,.customer-map-distance,.customer-map-search-row,.customer-radius-options{display:flex;align-items:center}.customer-map-location-summary{gap:10px}.customer-map-location-summary>div{display:grid;gap:2px}.customer-map-location-summary svg,.customer-map-distance svg{color:#1d5c63}.customer-radius-options{gap:8px;flex-wrap:wrap}.customer-radius-options button{min-height:36px;padding:0 12px;border:1px solid #cfd9e6;border-radius:999px;background:#fff;color:#24354a;font-weight:800}.customer-radius-options button.active{border-color:#1d5c63;background:#e8f3f4;color:#1d5c63}.customer-map-search-row{gap:8px}.customer-map-search-row input{flex:1}.customer-map-search-row .customer-primary-button{flex:0 0 auto;margin-top:6px}.customer-map-event{display:grid;gap:8px}.customer-map-distance{justify-self:start;gap:6px;padding:5px 9px;border-radius:999px;background:#e8f3f4;color:#1d5c63;font-size:12px;font-weight:800}.customer-topbar{justify-content:space-between;gap:14px;padding:16px;border-bottom:1px solid #dce5ef;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.customer-logo{gap:10px;border:0;background:transparent;color:#17202f}.customer-topbar>div{display:grid;gap:2px;min-width:0;text-align:right}.customer-alert{justify-content:space-between;gap:12px;margin:12px 16px 0;padding:10px 12px;border:1px solid #b7d6df;border-radius:8px;background:#ecf8fb;color:#1d5c63;font-size:13px}.customer-alert button{display:grid;place-items:center;border:0;background:transparent;color:inherit}.customer-screen{min-height:0;padding:16px 16px 96px;overflow:auto}.customer-section-heading{justify-content:space-between;gap:14px}.customer-section-heading p,.customer-event-card p{margin:4px 0 0}.customer-search{gap:10px;min-height:44px;padding:0 12px;border:1px solid #d5dfeb;border-radius:8px;background:#fff}.customer-search-shell{position:relative}.customer-search-clear{display:grid;flex:0 0 30px;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:6px;background:transparent;color:#617082}.customer-search-clear:hover{background:#eef2f6;color:#24354a}.customer-autocomplete{position:absolute;z-index:10;top:calc(100% + 6px);right:0;left:0;display:grid;max-height:260px;padding:6px;overflow-y:auto;border:1px solid #cfd9e6;border-radius:8px;background:#fff;box-shadow:0 14px 30px #1c2d4029}.customer-autocomplete button{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:9px 10px;border:0;border-radius:6px;background:transparent;color:#24354a;text-align:left}.customer-autocomplete button:hover,.customer-autocomplete button[aria-selected=true]{background:#e8f3f4;color:#1d5c63}.customer-autocomplete button span{min-width:0;overflow:hidden;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.customer-autocomplete button small{flex:0 0 auto;color:#617082}.customer-autocomplete-empty{padding:12px 10px;color:#617082;font-size:13px}.customer-active-filter{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;border:1px solid #b7d6df;border-radius:8px;background:#ecf8fb;color:#1d5c63;font-size:13px;font-weight:700}.customer-active-filter button{padding:0;border:0;background:transparent;color:inherit;font-weight:800}.customer-event-card{display:grid;gap:12px;padding:16px}.customer-event-card.compact{gap:8px}.customer-news-card{border-color:#d7e8ea;background:#fbfefe}.customer-news-card .customer-event-meta span{display:inline-flex;align-items:center;gap:6px}.customer-news-card .customer-event-meta time{color:#617082;text-transform:none}.customer-news-body{margin:0;color:#34465c;font-size:14px;line-height:1.5;white-space:pre-wrap}.customer-organization-news-list{margin-bottom:4px}.customer-see-more-news{justify-self:center}.customer-event-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-event-title-row h2{min-width:0}.customer-event-status{flex:0 0 auto;padding:4px 7px;border-radius:6px;font-size:11px;font-weight:850;line-height:1;text-transform:uppercase}.customer-event-status.live{background:#d8f3e8;color:#176a4a}.customer-event-status.upcoming{background:#e8edf3;color:#58687a}.customer-upcoming-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 14px;border:1px solid #c8d0da;border-radius:8px;background:#e4e8ed;color:#667281;font-weight:800;cursor:not-allowed}.customer-event-meta{justify-content:space-between;gap:10px;color:#617082;font-size:12px;font-weight:800;text-transform:uppercase}.customer-event-meta strong{color:#1d5c63}.customer-event-details{display:grid;gap:8px;color:#46576c;font-size:13px}.customer-event-details span{gap:8px}.customer-location-line{display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:8px}.customer-location-line>span{display:block;min-width:0}.customer-location-line a{color:#1d5c63;font-size:12px;font-weight:800;white-space:nowrap}.customer-impact-row{justify-content:space-between;gap:12px;padding:12px;border-radius:8px;background:#f2f6f8}.customer-impact-row div{display:grid;gap:3px}.customer-impact-row small{color:#617082;font-size:12px}.customer-impact-row strong{font-size:18px}.customer-card-actions{flex-wrap:wrap;gap:8px}.customer-card-actions .customer-primary-button{flex:1}.customer-chip{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 10px;border:1px solid #cfd9e6;background:#fff;color:#34465c;font-size:12px}.customer-chip.active{border-color:#1d5c63;background:#e8f3f4;color:#1d5c63}.customer-event-organizations button{display:inline;padding:0;border:0;background:transparent;color:#1d5c63;font:inherit;font-weight:800;text-decoration:underline;text-decoration-color:#b7d6df;text-underline-offset:3px}.customer-followed-organization-row{gap:10px}.customer-followed-organization{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;width:100%;padding:0;border:0;background:transparent;color:#17202f;text-align:left}.customer-followed-organization>span{display:grid;gap:4px}.customer-followed-organization small{color:#617082;font-size:12px}.customer-unfollow-link{justify-self:start;padding:0;border:0;background:transparent;color:#b42318;font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.customer-calendar-details-link{justify-self:start;padding:0;border:0;background:transparent;color:#1d5c63;font-size:12px;font-weight:800;text-decoration:underline;text-decoration-color:#b7d6df;text-underline-offset:3px}.customer-organization-profile-card{display:grid;gap:18px;padding:18px;border:1px solid #d9e2ec;border-radius:8px;background:#fff;box-shadow:0 14px 38px #1c2d4014}.customer-organization-profile-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.customer-organization-profile-heading h1{margin:2px 0 0;font-size:25px}.customer-organization-profile-heading small{color:#617082;font-size:11px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.customer-organization-avatar{display:grid;place-items:center;width:52px;height:52px;border-radius:8px;background:#e8f3f4;color:#1d5c63}.customer-organization-contact{display:flex;flex-wrap:wrap;gap:9px}.customer-organization-description{margin:0;color:#46576c;font-size:14px;line-height:1.55;white-space:pre-wrap}.customer-organization-contact a{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 11px;border:1px solid #cfd9e6;border-radius:8px;color:#1d5c63;font-size:12px;font-weight:800;text-decoration:none}.customer-organization-contact p{margin:0}.customer-organization-profile>.customer-link-button{display:inline-flex;align-items:center;gap:6px}.customer-profile-form{display:grid;gap:18px;padding:18px;border:1px solid #d9e2ec;border-radius:8px;background:#fff;box-shadow:0 14px 38px #1c2d4014}.customer-profile-form h1,.customer-profile-form p{margin:0}.customer-profile-form>div:first-child{display:grid;gap:5px}.customer-profile-name-grid{display:grid;gap:14px}.customer-profile-form .customer-field{gap:0}.customer-profile-form .customer-field small{margin-top:6px;color:#617082;font-size:11px;font-weight:600}.customer-profile-form input[readonly]{border-color:#d8e0e8;background:#f2f5f7;color:#667281;cursor:not-allowed}.customer-profile-message{padding:10px 12px;border-radius:8px;background:#fff0ef;color:#b42318;font-size:13px;font-weight:700}.customer-profile-message.success{background:#e8f6ef;color:#176a4a}.customer-empty{padding:22px;border:1px dashed #bfcbd9;border-radius:8px;background:#fff;color:#617082;text-align:center}.customer-camera-dropzone,.customer-flow-card{justify-items:stretch;padding:18px;text-align:center}.customer-camera-dropzone input[type=file]{display:none}.customer-receipt-preview{width:100%;max-height:430px;object-fit:contain;border:1px solid #d9e2ec;border-radius:8px;background:#f7f9fb}.customer-two-col,.customer-item-row,.customer-share-grid{display:grid;gap:10px}.customer-two-col{grid-template-columns:1fr 1fr}.customer-item-row{grid-template-columns:minmax(0,1fr) 64px 88px}.customer-item-row input{min-height:38px;padding:8px}.customer-search-results{display:grid;gap:8px;text-align:left}.customer-search-results button{min-height:38px;border:1px solid #d5dfeb;border-radius:8px;background:#fff;color:#24354a;text-align:left}.customer-search-results button.selected{border-color:#1d5c63;background:#e8f3f4;color:#1d5c63}.customer-star-row{display:flex;justify-content:center;gap:8px;color:#f5a524}.customer-star-row button{display:grid;place-items:center;border:0;background:transparent;color:inherit}.customer-inline-actions{justify-content:stretch;gap:10px}.customer-inline-actions>*{flex:1}.customer-large-action{justify-content:space-between;gap:12px;min-height:72px;padding:0 16px;border:1px solid #d8e2ec;background:#fff;color:#223247;text-align:left}.customer-large-action span{flex:1}.customer-large-action.danger{color:#b42318}.customer-qr-video{width:100%;aspect-ratio:3 / 4;border:1px solid #d9e2ec;border-radius:8px;background:#121820;object-fit:cover}.customer-tabbar{position:fixed;right:0;bottom:0;left:0;justify-content:center;gap:4px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-top:1px solid #d8e2ec;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.customer-tabbar button{display:grid;place-items:center;gap:3px;width:min(20%,104px);min-height:54px;border:0;border-radius:8px;background:transparent;color:#617082;font-size:11px;font-weight:800}.customer-tabbar button.active{background:#e8f3f4;color:#1d5c63}.customer-flow-card.align-left{text-align:left}@media(min-width:760px){.customer-app{margin-top:18px;margin-bottom:18px;min-height:calc(100vh - 36px);border-radius:8px;overflow:hidden}.customer-tabbar{right:auto;left:50%;width:min(100%,540px);transform:translate(-50%);border-right:1px solid #d8e2ec;border-left:1px solid #d8e2ec}.customer-profile-name-grid{grid-template-columns:1fr 1fr}}body.nonprofit-body{min-width:1180px;background:#f6f7fb}body.nonprofit-body.nonprofit-auth-body{min-width:0}.nonprofit-auth-screen{--np-auth-purple: #5b36d6;--np-auth-purple-dark: #4523bd;display:grid;min-height:100vh;place-items:center;padding:24px;background:radial-gradient(circle at top left,rgba(91,54,214,.12),transparent 36%),linear-gradient(180deg,#fbfbfe,#f0f2f8);color:#1b2338}.nonprofit-auth-loading{align-content:center;gap:12px;color:#5f6879;font-size:14px;font-weight:700}.nonprofit-auth-panel{display:grid;gap:22px;width:min(100%,430px);padding:30px;border:1px solid #dfe3ec;border-radius:12px;background:#fff;box-shadow:0 22px 60px #1825481f}.nonprofit-auth-brand{display:flex;align-items:center;gap:12px}.nonprofit-auth-brand>span{display:grid;width:42px;height:42px;place-items:center;border-radius:10px;background:var(--np-auth-purple);color:#fff}.nonprofit-auth-brand>div{display:grid;gap:2px}.nonprofit-auth-brand strong{font-size:17px}.nonprofit-auth-brand small,.nonprofit-auth-footnote{color:#697386}.nonprofit-auth-heading{display:grid;gap:7px}.nonprofit-auth-heading h1,.nonprofit-auth-heading p{margin:0}.nonprofit-auth-heading h1{font-size:28px;letter-spacing:-.02em}.nonprofit-auth-heading p{color:#697386;font-size:14px;line-height:1.55}.nonprofit-login-form{display:grid;gap:15px}.nonprofit-login-form label{display:grid;gap:7px;color:#343d50;font-size:13px;font-weight:750}.nonprofit-login-form input{width:100%;min-height:45px;padding:10px 12px;border:1px solid #cfd5e2;border-radius:8px;background:#fff;color:#1b2338;font:inherit;outline:none}.nonprofit-login-form input:focus{border-color:var(--np-auth-purple);box-shadow:0 0 0 3px #5b36d61f}.nonprofit-login-form>button,.nonprofit-auth-actions button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid var(--np-auth-purple);border-radius:8px;background:var(--np-auth-purple);color:#fff;font-weight:800}.nonprofit-login-form>button:hover,.nonprofit-auth-actions button:hover{background:var(--np-auth-purple-dark)}.nonprofit-login-form>button:disabled{cursor:wait;opacity:.7}.nonprofit-auth-message{display:flex;align-items:flex-start;gap:9px;padding:11px 12px;border-radius:8px;font-size:13px;line-height:1.45}.nonprofit-auth-message.error{border:1px solid #f0c9c6;background:#fff0ef;color:#9f302b}.nonprofit-auth-message svg{flex:0 0 auto;margin-top:1px}.nonprofit-auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.nonprofit-auth-actions button.secondary{border-color:#cfd5e2;background:#fff;color:#343d50}.nonprofit-auth-actions button.secondary:hover{background:#f4f5f9}.nonprofit-shell{--np-navy: #182548;--np-navy-soft: #eef1f7;--np-purple: #5b36d6;--np-purple-dark: #4523bd;--np-purple-soft: #f0edff;--np-green: #16845b;--np-green-soft: #e8f6ef;--np-amber: #ad6800;--np-amber-soft: #fff4dc;--np-red: #bf3b3b;--np-red-soft: #fff0ef;--np-blue: #2366ad;--np-blue-soft: #eaf3fc;--np-border: #dfe3ec;--np-muted: #697386;display:grid;grid-template-columns:224px minmax(956px,1fr);min-height:100vh;color:#1b2338}.nonprofit-shell button,.nonprofit-shell a,.nonprofit-shell select{transition:border-color .14s ease,background .14s ease,color .14s ease,transform .14s ease}.nonprofit-sidebar{position:sticky;top:0;z-index:5;display:flex;flex-direction:column;height:100vh;padding:20px 12px 14px;border-right:1px solid var(--np-border);background:#fff}.nonprofit-brand{display:flex;align-items:center;gap:10px;padding:0 10px 24px;color:var(--np-navy);text-decoration:none;font-size:21px;font-weight:850;letter-spacing:-.4px}.nonprofit-brand>span:last-child{display:grid;line-height:1.05}.nonprofit-brand small{margin-top:4px;color:var(--np-muted);font-size:10px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.nonprofit-brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:var(--np-purple);color:#fff}.nonprofit-nav{display:grid;gap:5px}.nonprofit-nav button{display:flex;align-items:center;gap:11px;width:100%;min-height:42px;padding:0 11px;border:0;border-radius:7px;background:transparent;color:#4c566d;text-align:left;font-size:13px;font-weight:680}.nonprofit-nav button:hover{background:#f7f8fb;color:var(--np-navy)}.nonprofit-nav button.active{background:var(--np-purple-soft);color:var(--np-purple)}.nonprofit-nav button span{display:grid;place-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 5px;border-radius:10px;background:var(--np-purple);color:#fff;font-size:10px;font-weight:800}.nonprofit-quick-actions{display:grid;gap:9px;margin:14px 6px 0;padding:12px;border:1px solid var(--np-border);border-radius:8px;background:#fff}.nonprofit-quick-actions h3{margin:0;color:var(--np-navy);font-size:11px;font-weight:900;letter-spacing:.02em}.nonprofit-action-button{display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;width:100%;min-height:38px;padding:0 11px;border-radius:7px;font-size:11px;font-weight:850}.nonprofit-action-button.yellow{border:1px solid #f2b600;background:var(--yellow);color:#17152b}.nonprofit-support-card{display:grid;gap:7px;margin:auto 6px 14px;padding:14px;border:1px solid #ded9f8;border-radius:8px;background:#faf9ff}.nonprofit-support-card svg{color:var(--np-purple)}.nonprofit-support-card strong{font-size:13px}.nonprofit-support-card p{margin:0;color:var(--np-muted);font-size:11px;line-height:1.45}.nonprofit-support-card button{justify-self:start;padding:0;border:0;background:transparent;color:var(--np-purple);font-size:11px;font-weight:800}.nonprofit-org-card{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:56px;padding:8px;border:1px solid var(--np-border);border-radius:8px;background:#fff;color:#263047;text-align:left}.nonprofit-org-card>span:first-child,.nonprofit-message-avatar,.nonprofit-partner-card-head>span:first-child,.nonprofit-partner-avatar{display:grid;place-items:center;border-radius:7px;background:var(--np-navy);color:#fff;font-weight:800}.nonprofit-org-card>span:first-child{width:34px;height:34px;font-size:11px}.nonprofit-org-card>span:nth-child(2){display:grid;min-width:0}.nonprofit-org-card strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.nonprofit-org-card small{margin-top:2px;font-size:10px}.nonprofit-main{min-width:0}.nonprofit-topbar{position:sticky;top:0;z-index:4;display:grid;grid-template-columns:225px minmax(250px,480px) minmax(290px,auto);align-items:center;justify-content:space-between;gap:20px;min-height:66px;padding:8px 24px;border-bottom:1px solid var(--np-border);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nonprofit-org-switcher{display:flex;align-items:center;gap:9px}.nonprofit-org-switcher>svg{color:var(--np-purple)}.nonprofit-org-switcher label{display:grid;min-width:0}.nonprofit-org-switcher small{font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.nonprofit-org-switcher select{max-width:190px;padding:0;border:0;outline:0;background:#fff;color:var(--np-navy);font-size:12px;font-weight:800}.nonprofit-global-search{display:flex;align-items:center;gap:9px;width:100%;min-height:38px;padding:0 12px;border:1px solid var(--np-border);border-radius:7px;background:#f8f9fc;color:#7c8495}.nonprofit-global-search:focus-within{border-color:#a89bea;background:#fff}.nonprofit-global-search input{width:100%;border:0;outline:0;background:transparent;color:#263047;font-size:12px}.nonprofit-user-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px}.nonprofit-bell{position:relative;display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--np-border);border-radius:7px;background:#fff;color:#4f596f}.nonprofit-bell span{position:absolute;top:-5px;right:-5px;display:grid;place-items:center;width:17px;height:17px;border:2px solid #ffffff;border-radius:50%;background:var(--np-purple);color:#fff;font-size:8px;font-weight:800}.nonprofit-demo-user,.nonprofit-session{display:flex;align-items:center;gap:8px}.nonprofit-demo-user svg,.nonprofit-session>svg{color:var(--np-purple)}.nonprofit-demo-user span,.nonprofit-session span{display:grid;min-width:0}.nonprofit-demo-user strong,.nonprofit-session strong{font-size:11px}.nonprofit-demo-user small,.nonprofit-session small{max-width:130px;overflow:hidden;font-size:9px;text-overflow:ellipsis}.nonprofit-session button{padding:0;border:0;background:transparent;color:var(--np-purple);font-size:10px;font-weight:750}.nonprofit-auth{display:flex;gap:5px}.nonprofit-auth input{width:92px;min-height:32px;padding:0 8px;border:1px solid var(--np-border);border-radius:6px;font-size:10px}.nonprofit-auth button{min-height:32px;padding:0 10px;border:0;border-radius:6px;background:var(--np-purple);color:#fff;font-size:10px;font-weight:800}.nonprofit-page{padding:22px 24px 42px}.nonprofit-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;min-height:73px}.nonprofit-page-heading h1{margin:0;color:var(--np-navy);font-size:23px;letter-spacing:-.45px}.nonprofit-page-heading p{margin:5px 0 0;color:var(--np-muted);font-size:12px}.nonprofit-page-heading>div>small{display:block;margin-top:7px;color:#9a6b1c;font-size:9px;font-weight:700}.nonprofit-page-heading>div>small.connected{color:var(--np-green)}.nonprofit-primary,.nonprofit-secondary,.nonprofit-danger{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 14px;border-radius:7px;font-size:11px;font-weight:800}.nonprofit-primary{border:1px solid var(--np-purple);background:var(--np-purple);color:#fff}.nonprofit-primary:hover{border-color:var(--np-purple-dark);background:var(--np-purple-dark)}.nonprofit-secondary{border:1px solid #cfd5e1;background:#fff;color:#39435a}.nonprofit-danger{border:1px solid var(--np-red);background:var(--np-red);color:#fff}.nonprofit-text-danger{min-height:34px;padding:0 10px;border:0;background:transparent;color:var(--np-red);font-size:11px;font-weight:800}.nonprofit-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:14px}.nonprofit-metric{display:flex;align-items:center;gap:12px;min-height:88px;padding:14px;border:1px solid var(--np-border);border-radius:8px;background:#fff;box-shadow:0 4px 15px #1f284309}.nonprofit-metric>span{display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;border-radius:7px}.nonprofit-metric>span.green{background:var(--np-green-soft);color:var(--np-green)}.nonprofit-metric>span.orange{background:var(--np-amber-soft);color:var(--np-amber)}.nonprofit-metric>span.purple{background:var(--np-purple-soft);color:var(--np-purple)}.nonprofit-metric>span.blue{background:var(--np-blue-soft);color:var(--np-blue)}.nonprofit-metric div{min-width:0}.nonprofit-metric small{display:block;color:var(--np-muted);font-size:10px;font-weight:700}.nonprofit-metric strong{display:block;margin:2px 0 1px;color:var(--np-navy);font-size:20px;letter-spacing:-.3px}.nonprofit-metric p{margin:0;overflow:hidden;color:#828a9a;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.nonprofit-dashboard-grid{display:grid;grid-template-columns:1fr 1fr .85fr;gap:14px}.nonprofit-card{min-width:0;border:1px solid var(--np-border);border-radius:8px;background:#fff;box-shadow:0 4px 15px #1f284308}.nonprofit-span-2{grid-column:span 2}.nonprofit-card-header{display:flex;align-items:center;justify-content:space-between;min-height:50px;padding:0 15px;border-bottom:1px solid #ebedf2}.nonprofit-card-header h2{margin:0;color:var(--np-navy);font-size:13px}.nonprofit-card-header button{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:transparent;color:var(--np-purple);font-size:9px;font-weight:800}.nonprofit-attention-list{display:grid}.nonprofit-attention-list>button{display:grid;grid-template-columns:35px minmax(180px,1fr) auto 18px;align-items:center;gap:10px;min-height:62px;padding:8px 14px;border:0;border-bottom:1px solid #eff1f5;background:transparent;color:#30394e;text-align:left}.nonprofit-attention-list>button:last-child{border-bottom:0}.nonprofit-attention-list>button:hover{background:#fafbfe}.nonprofit-list-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:7px;background:var(--np-purple-soft);color:var(--np-purple)}.nonprofit-attention-list>button>span:nth-child(2){display:grid;gap:3px}.nonprofit-attention-list strong{font-size:11px}.nonprofit-attention-list small{font-size:9px}.nonprofit-payout-summary{padding:18px}.nonprofit-payout-summary>span{display:grid}.nonprofit-payout-summary small{font-size:10px}.nonprofit-payout-summary strong{margin-top:3px;color:var(--np-navy);font-size:25px}.nonprofit-payout-summary p{margin:10px 0 0;color:var(--np-muted);font-size:10px;line-height:1.5}.nonprofit-progress{overflow:hidden;height:7px;margin-top:15px;border-radius:5px;background:#ebedf3}.nonprofit-progress i{display:block;height:100%;border-radius:inherit;background:var(--np-green)}.nonprofit-activity-chart{display:flex;align-items:end;gap:12px;height:174px;padding:22px 22px 8px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 36px,#eef0f4 37px)}.nonprofit-activity-chart span{flex:1;min-width:8px;border-radius:3px 3px 0 0;background:linear-gradient(to top,#6b44dc,#9b83e9);opacity:.88}.nonprofit-activity-chart span:hover{opacity:1;transform:translateY(-2px)}.nonprofit-chart-labels{display:flex;justify-content:space-between;padding:0 22px 14px;color:#8b93a2;font-size:8px}.nonprofit-mini-messages{display:grid}.nonprofit-mini-messages>div{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:58px;padding:8px 13px;border-bottom:1px solid #eff1f5}.nonprofit-mini-messages>div:last-child{border-bottom:0}.nonprofit-mini-messages>div>span{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;background:var(--np-navy-soft);color:var(--np-navy);font-size:9px;font-weight:800}.nonprofit-mini-messages p{display:grid;min-width:0;gap:3px;margin:0}.nonprofit-mini-messages strong,.nonprofit-mini-messages small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nonprofit-mini-messages strong{font-size:10px}.nonprofit-mini-messages small,.nonprofit-mini-messages time{font-size:8px}.nonprofit-mini-messages time{color:#8b93a2}.nonprofit-mini-empty{margin:0;padding:16px 13px;color:#8b93a2;font-size:9px}.nonprofit-status{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:22px;padding:0 8px;border:1px solid transparent;border-radius:5px;font-size:9px;font-weight:800;white-space:nowrap}.nonprofit-status.pending-review,.nonprofit-status.pending,.nonprofit-status.unpaid{border-color:#ead19d;background:var(--np-amber-soft);color:var(--np-amber)}.nonprofit-status.approved,.nonprofit-status.received,.nonprofit-status.paid,.nonprofit-status.active{border-color:#addac6;background:var(--np-green-soft);color:var(--np-green)}.nonprofit-status.live{border-color:#c6baf6;background:var(--np-purple-soft);color:var(--np-purple)}.nonprofit-status.changes-requested,.nonprofit-status.available{border-color:#bcd6ed;background:var(--np-blue-soft);color:var(--np-blue)}.nonprofit-status.declined,.nonprofit-status.cancelled,.nonprofit-status.flagged,.nonprofit-status.disputed{border-color:#efc3c0;background:var(--np-red-soft);color:var(--np-red)}.nonprofit-status.past,.nonprofit-status.past-partner{border-color:#d4d8e1;background:#f4f5f7;color:#626b7c}.nonprofit-table-tools,.nonprofit-section-bar{display:flex;align-items:center;justify-content:space-between;gap:14px}.nonprofit-table-tools{min-height:54px;padding:0 14px;border-bottom:1px solid #e9ebf0}.nonprofit-section-bar{min-height:48px;margin-bottom:12px;padding:0 3px}.nonprofit-table-tools>span,.nonprofit-section-bar>span{color:var(--np-muted);font-size:10px}.nonprofit-filter-tabs{display:flex;gap:4px}.nonprofit-filter-tabs button{min-height:30px;padding:0 10px;border:1px solid transparent;border-radius:6px;background:transparent;color:#687185;font-size:9px;font-weight:750}.nonprofit-filter-tabs button:hover{background:#f5f6f9}.nonprofit-filter-tabs button.active{border-color:#d9d2f8;background:var(--np-purple-soft);color:var(--np-purple)}.nonprofit-table-wrap{overflow-x:auto}.nonprofit-table{width:100%;border-collapse:collapse;font-size:10px}.nonprofit-table th{height:38px;padding:0 12px;border-bottom:1px solid #e5e8ee;background:#fafbfc;color:#737c8e;text-align:left;font-size:8px;font-weight:850;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.nonprofit-table td{height:59px;padding:8px 12px;border-bottom:1px solid #edf0f4;color:#444e63;vertical-align:middle}.nonprofit-table tbody tr:last-child td{border-bottom:0}.nonprofit-table tbody tr:hover{background:#fcfcfe}.nonprofit-table td>strong,.nonprofit-table td>small{display:block}.nonprofit-table td>strong{color:#283146;font-size:10px}.nonprofit-table td>small{max-width:230px;margin-top:4px;overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.nonprofit-row-action{min-height:29px;padding:0 10px;border:1px solid #d5d9e3;border-radius:6px;background:#fff;color:var(--np-purple);font-size:9px;font-weight:800}.nonprofit-row-action:hover{border-color:var(--np-purple)}.nonprofit-row-action:disabled,.nonprofit-row-actions button:disabled{border-color:#e1e4eb;background:#f5f6f8;color:#98a1b2;cursor:not-allowed}.nonprofit-row-actions{display:flex;gap:5px}.nonprofit-row-actions button{min-height:26px;padding:0 7px;border:1px solid #d5d9e3;border-radius:5px;background:#fff;color:var(--np-purple);font-size:8px;font-weight:800}.nonprofit-partner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.nonprofit-partner-card{padding:15px;border:1px solid var(--np-border);border-radius:8px;background:#fff;box-shadow:0 4px 15px #1f284308}.nonprofit-partner-card-head{display:flex;align-items:flex-start;justify-content:space-between}.nonprofit-partner-card-head>span:first-child{width:39px;height:39px;font-size:11px}.nonprofit-partner-card h3{margin:12px 0 5px;color:var(--np-navy);font-size:13px}.nonprofit-partner-card>p,.nonprofit-partner-profile>p{display:flex;align-items:center;gap:5px;margin:0;color:var(--np-muted);font-size:9px}.nonprofit-partner-stats{display:grid;grid-template-columns:.7fr 1.3fr;gap:10px;margin:14px 0;padding:11px;border-radius:7px;background:#f8f9fb}.nonprofit-partner-stats span{display:grid;gap:2px}.nonprofit-partner-stats strong{color:var(--np-navy);font-size:12px}.nonprofit-partner-stats small{font-size:8px}.nonprofit-partner-actions{display:flex;gap:7px}.nonprofit-partner-actions button{display:inline-flex;align-items:center;justify-content:center;gap:5px;flex:1;min-height:31px;border:1px solid #d8dce5;border-radius:6px;background:#fff;color:#4d566b;font-size:9px;font-weight:800}.nonprofit-partner-actions button:last-child{border-color:#d8d0f7;color:var(--np-purple)}.nonprofit-inline-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}.nonprofit-inline-metrics>span{display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:10px;min-height:68px;padding:11px 14px;border:1px solid var(--np-border);border-radius:8px;background:#fff}.nonprofit-inline-metrics svg{grid-row:span 2;color:var(--np-purple)}.nonprofit-inline-metrics small{align-self:end;font-size:9px}.nonprofit-inline-metrics strong{align-self:start;color:var(--np-navy);font-size:16px}.nonprofit-readonly-banner{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:11px 13px;border:1px solid #c8dcef;border-radius:7px;background:#f1f7fd;color:#315b82;font-size:10px}.nonprofit-readonly-banner span{display:grid;gap:2px}.nonprofit-inbox{overflow:hidden}.nonprofit-inbox{display:grid;gap:0}.nonprofit-inbox-section+.nonprofit-inbox-section{border-top:1px solid #e6e9f0}.nonprofit-inbox-heading{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 9px;background:#fbfcff;border-bottom:1px solid #ebedf2}.nonprofit-inbox-heading h2{margin:0;color:var(--np-navy);font-size:11px;font-weight:900;letter-spacing:.01em}.nonprofit-inbox-heading span{min-width:20px;padding:3px 7px;border-radius:999px;background:var(--np-navy-soft);color:var(--np-navy);font-size:8px;font-weight:900;text-align:center}.nonprofit-inbox-empty{margin:0;padding:14px;border-bottom:1px solid #ebedf2;color:#7b8393;font-size:9px}.nonprofit-inbox-section>button{position:relative;display:grid;grid-template-columns:36px 160px minmax(240px,1fr) 80px 8px;align-items:center;gap:11px;width:100%;min-height:67px;padding:8px 14px;border:0;border-bottom:1px solid #ebedf2;background:#fff;color:#3d475d;text-align:left}.nonprofit-inbox-section>button:last-child,.nonprofit-inbox-section>.nonprofit-inbox-empty:last-child{border-bottom:0}.nonprofit-inbox-section>button:hover{background:#fafbfe}.nonprofit-inbox-section>button.unread{background:#faf9ff}.nonprofit-message-avatar{width:34px;height:34px;background:var(--np-navy-soft);color:var(--np-navy);font-size:9px}.nonprofit-message-sender,.nonprofit-message-preview{display:grid;min-width:0;gap:4px}.nonprofit-message-sender strong,.nonprofit-message-preview strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.nonprofit-message-sender small,.nonprofit-message-preview small{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.nonprofit-inbox time{color:#7b8393;font-size:8px;text-align:right}.nonprofit-inbox i{width:7px;height:7px;border-radius:50%;background:var(--np-purple)}.nonprofit-settings-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:14px}.nonprofit-settings-form{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:16px}.nonprofit-settings-form label,.nonprofit-compose label,.nonprofit-reconcile label,.nonprofit-action-note label,.nonprofit-qr-selector{display:grid;gap:6px;color:#495268;font-size:9px;font-weight:800}.nonprofit-settings-form input,.nonprofit-settings-form textarea,.nonprofit-compose input,.nonprofit-compose select,.nonprofit-compose textarea,.nonprofit-qr-selector select,.nonprofit-reconcile textarea,.nonprofit-action-note textarea{width:100%;min-height:36px;padding:8px 10px;border:1px solid #d5d9e3;border-radius:6px;outline:0;background:#fff;color:#273148;font-size:10px}.nonprofit-settings-form input:focus,.nonprofit-settings-form textarea:focus,.nonprofit-compose input:focus,.nonprofit-compose select:focus,.nonprofit-compose textarea:focus,.nonprofit-qr-selector select:focus,.nonprofit-reconcile textarea:focus,.nonprofit-action-note textarea:focus{border-color:#9c8be5}.nonprofit-settings-form input:disabled{border-color:#e5e7ed;background:#f8f9fb;color:#596277}.nonprofit-settings-form textarea:disabled{border-color:#e5e7ed;background:#f8f9fb;color:#596277}.nonprofit-settings-form textarea{min-height:78px;resize:vertical}.nonprofit-description-field{grid-column:span 2}.nonprofit-description-field small{justify-self:end;color:var(--np-muted)}.nonprofit-profile-type{display:grid;grid-column:span 2;gap:3px;padding:11px;border:1px solid #e3e6ed;border-radius:7px;background:#fafbfc}.nonprofit-profile-type strong{font-size:11px;text-transform:capitalize}.nonprofit-profile-type span{color:var(--np-muted);font-size:8px}.nonprofit-settings-form .nonprofit-modal-actions{grid-column:span 2}.nonprofit-card-intro{margin:0;padding:13px 15px;border-bottom:1px solid #edf0f4;color:var(--np-muted);font-size:9px}.nonprofit-staff-list{display:grid}.nonprofit-staff-list>div{display:grid;grid-template-columns:34px 1fr 100px;align-items:center;gap:10px;min-height:60px;padding:8px 15px;border-bottom:1px solid #edf0f4}.nonprofit-staff-list>div>span:nth-child(2){display:grid;gap:3px}.nonprofit-staff-list strong{font-size:10px}.nonprofit-staff-list small{font-size:8px}.nonprofit-staff-list select{min-height:31px;padding:0 7px;border:1px solid #d8dce5;border-radius:6px;background:#fff;color:#3d475d;font-size:9px}.nonprofit-role-guide{display:flex;align-items:flex-start;gap:9px;margin:13px 15px 15px;padding:11px;border-radius:7px;background:var(--np-navy-soft);color:#4a5570}.nonprofit-role-guide svg{flex:0 0 auto;color:var(--np-navy)}.nonprofit-role-guide p{margin:0;font-size:8px;line-height:1.6}.nonprofit-empty{display:grid;justify-items:center;gap:6px;padding:30px;color:var(--np-muted);text-align:center}.nonprofit-empty svg{color:var(--np-purple)}.nonprofit-empty strong{color:#39435a;font-size:11px}.nonprofit-empty p{margin:0;font-size:9px}.nonprofit-modal-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:24px;background:#12192c7a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.nonprofit-modal{width:min(540px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto;border:1px solid #d8dce6;border-radius:8px;background:#fff;box-shadow:0 24px 70px #181f3642}.nonprofit-modal.wide{width:min(700px,calc(100vw - 48px))}.nonprofit-modal>header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;min-height:50px;padding:0 16px;border-bottom:1px solid #e7e9ef;background:#fff}.nonprofit-modal>header h3{margin:0;color:var(--np-navy);font-size:13px}.nonprofit-modal>header button{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:6px;background:transparent;color:#6a7386}.nonprofit-modal>header button:hover{background:#f2f3f6}.nonprofit-modal-content{padding:17px}.nonprofit-modal-lead{display:grid;gap:6px;padding-bottom:15px;border-bottom:1px solid #eceef3}.nonprofit-modal-lead h2,.nonprofit-partner-profile h2,.nonprofit-message-detail h2{margin:4px 0 0;color:var(--np-navy);font-size:18px}.nonprofit-modal-lead p{margin:0;color:var(--np-muted);font-size:10px}.nonprofit-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:15px 0}.nonprofit-detail{display:flex;align-items:flex-start;gap:8px;min-height:54px;padding:10px;border:1px solid #e4e7ed;border-radius:7px;background:#fafbfc}.nonprofit-detail>svg{flex:0 0 auto;margin-top:2px;color:var(--np-purple)}.nonprofit-detail span{display:grid;gap:4px}.nonprofit-detail small{font-size:8px}.nonprofit-detail strong{color:#303a50;font-size:10px;line-height:1.35}.nonprofit-review-actions,.nonprofit-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.nonprofit-review-actions{padding-top:14px;border-top:1px solid #eceef3}.nonprofit-action-note{display:grid;gap:12px;padding-top:15px;border-top:1px solid #eceef3}.nonprofit-action-note textarea,.nonprofit-compose textarea,.nonprofit-reconcile textarea{resize:vertical}.nonprofit-receipt-state{display:flex;align-items:center;justify-content:space-between}.nonprofit-muted{color:var(--np-muted);font-size:9px}.nonprofit-partner-profile{display:grid;justify-items:start;gap:9px}.nonprofit-partner-avatar{width:48px;height:48px}.nonprofit-partner-profile .nonprofit-detail-grid{width:100%}.nonprofit-external-link{display:inline-flex;align-items:center;gap:4px;color:var(--np-purple);font-size:9px;font-weight:800;text-decoration:none}.nonprofit-payout-amount{display:grid;justify-items:center;gap:4px;margin-bottom:14px;padding:16px;border-radius:7px;background:#f8f9fc}.nonprofit-payout-amount strong{color:var(--np-navy);font-size:25px}.nonprofit-payout-amount span{color:var(--np-muted);font-size:9px}.nonprofit-reconcile{display:grid;gap:13px}.nonprofit-message-detail{display:grid;justify-items:start;gap:10px}.nonprofit-message-detail>small{font-size:9px}.nonprofit-message-from{margin:0;color:var(--np-muted);font-size:9px}.nonprofit-message-body{width:100%;padding:14px;border:1px solid #e3e6ed;border-radius:7px;background:#fafbfc;color:#3d475d;font-size:10px;line-height:1.7}.nonprofit-compose{display:grid;grid-template-columns:1fr 1fr;gap:12px}.nonprofit-compose label:nth-child(3),.nonprofit-compose label:nth-child(4),.nonprofit-compose .nonprofit-modal-actions{grid-column:span 2}.nonprofit-toast{position:fixed;right:22px;bottom:22px;z-index:40;display:flex;align-items:center;gap:8px;min-height:42px;max-width:390px;padding:0 14px;border:1px solid #addac6;border-radius:7px;background:#f0faf5;box-shadow:0 12px 35px #1b302629;color:#176a4a;font-size:10px;font-weight:750}.customer-volunteer-event-card{border-color:#c8d9d4;background:linear-gradient(180deg,#fff,#fbfefd)}.customer-volunteer-event-card .customer-event-meta>span{display:inline-flex;align-items:center;gap:5px;color:#1d5c63}.customer-event-status.past{background:#eef1f4;color:#657183}.customer-volunteer-description{color:#46576c!important;line-height:1.55}.customer-skill-tags,.nonprofit-table-skills{display:flex;flex-wrap:wrap;gap:5px}.customer-skill-tags span{padding:5px 8px;border-radius:6px;background:#e8f3f4;color:#1d5c63;font-size:10px;font-weight:800}.customer-volunteer-modal-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:18px;background:#101e2a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.customer-volunteer-modal{width:min(100%,500px);max-height:calc(100vh - 36px);overflow-y:auto;border-radius:8px;background:#fff;box-shadow:0 24px 70px #101e2a47}.customer-volunteer-modal>header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #dce4e9;background:#fff}.customer-volunteer-modal>header div{display:grid;gap:3px}.customer-volunteer-modal>header small{color:#1d5c63;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.customer-volunteer-modal>header h2{margin:0;color:#213247;font-size:17px}.customer-volunteer-modal>header>button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:7px;background:#f1f5f6;color:#526274}.customer-volunteer-options,.customer-volunteer-form{display:grid;gap:13px;padding:17px}.customer-volunteer-options p{margin:0 0 2px;color:#526274;text-align:center}.customer-volunteer-confirmed{display:flex;align-items:center;justify-content:center;gap:7px;padding:11px;border-radius:7px;background:#e8f5ee;color:#15734f;font-size:12px;font-weight:800}.customer-volunteer-form>label{display:grid;gap:6px;color:#34465c;font-size:11px;font-weight:800}.customer-volunteer-form input,.customer-volunteer-form textarea{width:100%;min-height:40px;padding:9px 10px;border:1px solid #cfd9e2;border-radius:7px;outline:none;background:#fff;color:#223247}.customer-volunteer-form textarea{resize:vertical}.customer-volunteer-form input:focus,.customer-volunteer-form textarea:focus{border-color:#1d5c63}.customer-volunteer-form fieldset{min-width:0;margin:0;padding:11px;border:1px solid #d8e1e7;border-radius:7px}.customer-volunteer-form legend{padding:0 5px;color:#34465c;font-size:11px;font-weight:800}.customer-volunteer-form fieldset>label{display:inline-flex;align-items:center;gap:6px;margin-right:18px;color:#405268;font-size:12px}.customer-volunteer-form input[type=radio],.customer-volunteer-form input[type=checkbox]{width:15px;min-height:15px;margin:0}.customer-skill-picker{display:grid;grid-template-columns:1fr 1fr;gap:8px}.customer-skill-picker label{display:flex;align-items:center;gap:7px;color:#46576c;font-size:10px}.nonprofit-event-type-tabs{display:inline-flex;gap:5px;margin-bottom:12px;padding:4px;border:1px solid var(--np-border);border-radius:8px;background:#fff}.nonprofit-event-type-tabs button{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 13px;border:0;border-radius:6px;background:transparent;color:#687185;font-size:10px;font-weight:800}.nonprofit-event-type-tabs button.active{background:var(--np-purple-soft);color:var(--np-purple)}.nonprofit-news-grid{display:grid;gap:14px}.nonprofit-news-composer form,.nonprofit-news-edit-form{display:grid;gap:12px;padding:16px}.nonprofit-news-composer label,.nonprofit-news-edit-form label{display:grid;gap:7px;color:#495268;font-size:9px;font-weight:800}.nonprofit-news-composer textarea,.nonprofit-news-edit-form textarea{width:100%;min-height:118px;padding:10px;border:1px solid #d5d9e3;border-radius:6px;outline:0;color:#273148;font-size:11px;line-height:1.45;resize:vertical}.nonprofit-news-composer textarea:focus,.nonprofit-news-edit-form textarea:focus{border-color:#9c8be5}.nonprofit-news-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.nonprofit-news-actions small{color:#7b8393;font-size:9px;font-weight:750}.nonprofit-news-list{display:grid}.nonprofit-news-list article{display:grid;gap:7px;padding:14px 16px;border-bottom:1px solid #ebedf2}.nonprofit-news-list article:last-child{border-bottom:0}.nonprofit-news-list-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.nonprofit-news-list-header div{display:inline-flex;gap:6px}.nonprofit-news-list-header button{min-height:26px;padding:0 8px;border:1px solid #d5d9e3;border-radius:5px;background:#fff;color:var(--np-purple);font-size:8px;font-weight:850}.nonprofit-news-list-header button:last-child{color:var(--np-red)}.nonprofit-news-list-header button:disabled{background:#f5f6f8;color:#98a1b2;cursor:not-allowed}.nonprofit-news-list time{color:#7b8393;font-size:9px;font-weight:800}.nonprofit-news-list p{margin:0;color:#303a50;font-size:11px;line-height:1.5;white-space:pre-wrap}.nonprofit-table-skills span{padding:4px 6px;border-radius:5px;background:var(--np-blue-soft);color:var(--np-blue);font-size:8px;font-weight:800}.nonprofit-volunteer-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.nonprofit-volunteer-form>label{display:grid;gap:6px;color:#495268;font-size:9px;font-weight:800}.nonprofit-volunteer-form .full{grid-column:span 2}.nonprofit-volunteer-form input,.nonprofit-volunteer-form textarea{width:100%;min-height:37px;padding:8px 10px;border:1px solid #d5d9e3;border-radius:6px;outline:0;background:#fff;color:#273148;font-size:10px}.nonprofit-volunteer-form textarea{resize:vertical}.nonprofit-volunteer-form input:focus,.nonprofit-volunteer-form textarea:focus{border-color:#9c8be5}.nonprofit-volunteer-form fieldset{min-width:0;margin:0;padding:11px;border:1px solid #dfe3ea;border-radius:7px}.nonprofit-volunteer-form legend{padding:0 5px;color:#495268;font-size:9px;font-weight:800}.nonprofit-skill-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.nonprofit-skill-picker label{display:flex;align-items:center;gap:6px;color:#4b566c;font-size:9px}.nonprofit-skill-picker input{width:14px;min-height:14px;margin:0}.nonprofit-volunteer-responses{display:grid;gap:9px}.nonprofit-volunteer-responses article{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:start;gap:11px;padding:12px;border:1px solid #e1e5ec;border-radius:7px;background:#fafbfc}.nonprofit-volunteer-responses article>div{display:grid;gap:5px}.nonprofit-volunteer-responses strong{color:var(--np-navy);font-size:11px}.nonprofit-volunteer-responses small,.nonprofit-volunteer-responses p{margin:0;color:var(--np-muted);font-size:9px}.nonprofit-volunteer-responses blockquote{margin:3px 0 0;padding:8px 10px;border-left:3px solid #c8bdf4;background:#fff;color:#465067;font-size:9px;line-height:1.5}.nonprofit-response-actions{display:grid;justify-items:end;gap:8px}.nonprofit-response-actions .nonprofit-row-action{display:inline-flex;align-items:center;gap:5px}.nonprofit-volunteer-reply{display:grid;gap:13px}.nonprofit-volunteer-reply>blockquote{margin:0;padding:11px 13px;border-left:3px solid #c8bdf4;background:#faf9ff;color:#4a5368;font-size:10px;line-height:1.55}.nonprofit-volunteer-reply>label{display:grid;gap:6px;color:#495268;font-size:9px;font-weight:800}.nonprofit-volunteer-reply textarea{width:100%;padding:10px;border:1px solid #d5d9e3;border-radius:6px;outline:0;resize:vertical}.nonprofit-volunteer-reply textarea:focus{border-color:#9c8be5}.nonprofit-volunteer-inbox-row i{background:#16845b!important}.customer-more-label{display:grid;gap:3px}.customer-more-label strong{font-size:13px}.customer-more-label small{color:#1d5c63;font-size:10px;font-weight:850}.customer-message-list{display:grid;gap:10px}.customer-message-list>button{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) 8px;align-items:start;gap:10px;width:100%;padding:14px;border:1px solid #d8e2e8;border-radius:8px;background:#fff;color:#314358;text-align:left}.customer-message-list>button.unread{border-color:#9fc9c4;background:#f3faf9}.customer-message-avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:#1d5c63;color:#fff;font-size:10px;font-weight:900}.customer-message-list>button>span:nth-child(2){display:grid;gap:4px}.customer-message-list strong{color:#213247;font-size:12px}.customer-message-list small{color:#617082;font-size:10px}.customer-message-list p{margin:5px 0;color:#3f5267;font-size:11px;line-height:1.55}.customer-message-list time{color:#7b8794;font-size:9px}.customer-message-list i{width:8px;height:8px;margin-top:5px;border-radius:50%;background:#1d5c63}
