@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{color:#f3f7f6;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#07110f;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}body{background:#07110f;min-height:100vh;overflow:hidden}button,input,textarea,select{font:inherit}button{-webkit-app-region:no-drag}a{color:inherit;text-decoration:none}:root{--green-950:#002f2b;--green-900:#003d37;--green-850:#004941;--green-700:#08705e;--white:#fff;--white-92:#ffffffeb;--white-76:#ffffffc2;--white-54:#ffffff8a;--white-22:#ffffff38;--white-13:#ffffff21}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body{background:var(--green-950);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,textarea,select{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{width:100%;height:100vh;color:var(--white);background:radial-gradient(circle at 92% 2%, #32a87938, transparent 34%), radial-gradient(circle at 10% 42%, #197f672e, transparent 40%), linear-gradient(145deg, var(--green-900), var(--green-950));flex-direction:column;display:flex;overflow:hidden}.app-header{border-bottom:1px solid var(--white-13);background:radial-gradient(circle at 50% -35%,#32a87947,#0000 58%),linear-gradient(135deg,#004d44,#003a35);flex:0 0 96px;justify-content:center;align-items:center;min-height:96px;padding:10px 16px 8px;display:flex}.brand{justify-content:center;align-items:center;gap:13px;width:100%;display:flex}.brand-mark{border:1px solid var(--white-22);background:var(--white);border-radius:16px;flex:0 0 58px;place-items:center;width:58px;height:58px;display:grid;overflow:hidden;box-shadow:0 10px 24px #0019163d}.brand-mark img{object-fit:contain;object-position:center;width:88%;height:88%;display:block}.brand-copy{flex-direction:column;justify-content:center;min-width:0;display:flex}.brand h1{color:var(--white);letter-spacing:-1.2px;text-shadow:0 4px 14px #0012103d;margin:0;font-size:32px;font-weight:800;line-height:.98}.brand h1 span{vertical-align:top;margin-left:5px;font-size:14px;display:inline-block;transform:translateY(-3px)}.brand p{color:var(--white-76);margin:7px 0 0;font-size:11px;font-weight:600}.workspace{flex:auto;min-height:0;padding:9px 12px 11px;position:relative;overflow:hidden}.field-group label,.custom-tool label{color:var(--white-92);margin-bottom:4px;font-size:10px;font-weight:700;display:block}.select-wrap{position:relative}.select-wrap:after{content:"";border-right:2px solid var(--white);border-bottom:2px solid var(--white);pointer-events:none;width:7px;height:7px;position:absolute;top:50%;right:14px;transform:translateY(-70%)rotate(45deg)}select{border:1px solid var(--white-22);appearance:none;width:100%;height:35px;color:var(--white);background:#002d2870;border-radius:10px;outline:none;padding:0 38px 0 12px;font-size:11px;font-weight:600}select option{color:#102f2b;background:var(--white)}select:focus,textarea:focus{border-color:#ffffff8a;box-shadow:0 0 0 3px #ffffff17}.field-heading{justify-content:space-between;align-items:center;display:flex}.field-heading span{color:var(--white-54);font-size:8px}.field-group>textarea{resize:none;border:1px solid var(--white-22);width:100%;height:70px;min-height:70px;max-height:70px;color:var(--white);background:#0028246e;border-radius:11px;outline:none;padding:10px 11px;font-size:11px;line-height:1.48}textarea::placeholder{color:var(--white-54)}.primary-button{width:100%;height:37px;color:var(--green-950);background:var(--white);cursor:pointer;border:0;border-radius:10px;font-size:11px;font-weight:800;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 8px 18px #00161338}.primary-button:hover:not(:disabled),.copy-button:hover,.donor-save:hover{transform:translateY(-1px)}.primary-button:active:not(:disabled),.copy-button:active,.donor-save:active{transform:scale(.985)}.primary-button span{margin-right:6px}button:disabled{cursor:not-allowed;opacity:.43}.divider{background:var(--white-13);height:1px;margin:9px 0 7px}.result-heading{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.eyebrow{color:#6ee3ad;letter-spacing:1.3px;margin-bottom:1px;font-size:7px;font-weight:800;display:block}.result-heading h2{color:var(--white);margin:0;font-size:13px;font-weight:800}.tools-trigger{border:1px solid var(--white-22);height:30px;color:var(--white);cursor:pointer;background:#0028246b;border-radius:9px;padding:0 10px;font-size:9px;font-weight:700}.tools-trigger span{margin-right:5px}.tools-trigger.active{background:#ffffff21}.result-card{background:#0028244d;border:1px dashed #ffffff52;border-radius:11px;height:75px;min-height:75px;padding:10px 11px;overflow-y:auto}.result-card.has-result{border-style:solid;border-color:var(--white-22);background:#00231f7a}.result-card p{color:var(--white-92);white-space:pre-wrap;margin:0;font-size:10px;line-height:1.55}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.empty-icon{border:1px solid var(--white-13);width:25px;height:25px;color:var(--white);background:#ffffff17;border-radius:8px;place-items:center;margin-bottom:4px;font-size:11px;display:grid}.empty-state strong{color:var(--white-92);font-size:9px}.empty-state span{color:var(--white-54);margin-top:2px;font-size:7px}.secondary-actions{justify-content:flex-end;margin-top:5px;display:flex}.changes-trigger{height:25px;color:var(--white-76);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 8px;font-size:8px;font-weight:600}.changes-trigger:hover,.changes-trigger.active{color:var(--white);background:#ffffff14}.changes-trigger span{margin-right:4px}.changes-panel{border:1px solid var(--white-13);background:#00231f6b;border-radius:9px;max-height:67px;margin-top:3px;padding:7px 9px;animation:.15s both panel-in;overflow-y:auto}.changes-panel strong{color:var(--white-92);margin-bottom:3px;font-size:8px;display:block}.changes-panel ul{color:var(--white-76);margin:0;padding-left:14px;font-size:8px;line-height:1.4}.result-actions{justify-content:space-between;align-items:center;gap:8px;margin-top:5px;display:flex}.undo-button,.copy-button{cursor:pointer;border-radius:9px;height:32px;font-size:9px;font-weight:700}.undo-button{border:1px solid var(--white-22);color:var(--white);background:0 0;padding:0 10px}.copy-button{min-width:145px;color:var(--green-950);background:var(--white);border:0;padding:0 14px;transition:transform .15s,background .15s}.copy-button.copied{color:#fff;background:#08705e}.copy-button span{margin-right:6px}.sample-link{color:var(--white-76);cursor:pointer;text-underline-offset:2px;background:0 0;border:0;margin:5px auto 0;font-size:8px;text-decoration:underline;display:block}.donor-toggle{border:1px solid var(--white-22);width:100%;height:34px;color:var(--white);cursor:pointer;text-align:left;background:#00282459;border-radius:10px;align-items:center;gap:8px;margin:0 0 7px;padding:0 10px;display:flex}.donor-toggle:hover,.donor-toggle.has-message{background:#ffffff1a}.donor-toggle-icon{width:21px;height:21px;color:var(--green-950);background:var(--white);border-radius:7px;flex:0 0 21px;place-items:center;font-size:12px;font-weight:800;display:grid}.donor-toggle-copy{align-items:baseline;gap:7px;min-width:0;display:flex}.donor-toggle-copy strong{color:var(--white);font-size:9px;font-weight:700}.donor-toggle-copy small{color:var(--white-54);font-size:7px}.donor-toggle-arrow{border-right:2px solid var(--white-76);border-bottom:2px solid var(--white-76);width:8px;height:8px;margin-left:auto;font-size:0;transform:rotate(-45deg)}.tools-panel{z-index:20;border:1px solid var(--white-22);background:#033f39;border-radius:12px;max-height:calc(100% - 24px);animation:.16s both panel-in;position:absolute;bottom:12px;left:12px;right:12px;overflow-y:auto;box-shadow:0 14px 34px #00141261}@keyframes panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tools-header{border-bottom:1px solid var(--white-13);height:38px;color:var(--white);background:#ffffff0f;justify-content:space-between;align-items:center;padding:0 11px;font-size:9px;display:flex}.tools-header div span{margin-right:6px}.tools-header button{color:var(--white-76);cursor:pointer;background:0 0;border:0;font-size:18px}.tool-grid{grid-template-columns:1fr 1fr;gap:6px;padding:8px;display:grid}.tool-grid button{border:1px solid var(--white-13);min-height:42px;color:var(--white-92);cursor:pointer;background:#00231f6b;border-radius:9px;padding:6px;font-size:8px;font-weight:600}.tool-grid button:hover,.tool-grid button.active{background:#ffffff1a}.tool-grid button span{color:var(--white);margin-bottom:1px;font-size:13px;display:block}.custom-tool{border-top:1px solid var(--white-13);padding:8px;animation:.14s both panel-in}.custom-tool label{color:var(--white-92);margin-bottom:4px;font-size:8px}.custom-tool textarea{resize:none;border:1px solid var(--white-22);width:100%;height:48px;min-height:48px;color:var(--white);background:#001e1b75;border-radius:8px;outline:none;padding:7px;font-size:8px}.custom-tool button{width:100%;height:28px;color:var(--green-950);background:var(--white);cursor:pointer;border:0;border-radius:8px;margin-top:5px;font-size:8px;font-weight:700}.donor-modal-backdrop{z-index:40;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#001815b8;justify-content:center;align-items:center;padding:12px;display:flex;position:absolute;inset:0}.donor-modal{border:1px solid var(--white-22);background:#03443d;border-radius:13px;width:100%;padding:12px;animation:.16s both panel-in;box-shadow:0 18px 42px #00110f73}.donor-modal-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.donor-modal-header span{color:#6ee3ad;letter-spacing:1.2px;margin-bottom:2px;font-size:7px;font-weight:800;display:block}.donor-modal-header h3{color:var(--white);margin:0;font-size:13px}.donor-modal-header button{border:1px solid var(--white-13);width:28px;height:28px;color:var(--white-76);cursor:pointer;background:#ffffff12;border-radius:8px;font-size:18px}.donor-modal-help{color:var(--white-76);margin:8px 0;font-size:8px;line-height:1.45}.donor-modal textarea{resize:none;border:1px solid var(--white-22);width:100%;height:92px;min-height:92px;color:var(--white);background:#001f1c7a;border-radius:10px;outline:none;padding:10px;font-size:10px;line-height:1.45}.donor-modal-actions{justify-content:flex-end;gap:7px;margin-top:9px;display:flex}.donor-clear,.donor-save{cursor:pointer;border-radius:8px;height:31px;padding:0 12px;font-size:8px;font-weight:700}.donor-clear{border:1px solid var(--white-22);color:var(--white);background:0 0}.donor-save{color:var(--green-950);background:var(--white);border:0}.bubble-shell{-webkit-user-select:none;user-select:none;background:radial-gradient(circle at 24% 12%,#3ab17f6b,#0000 48%),linear-gradient(145deg,#006055,#003c36);border:1px solid #ffffff47;border-radius:18px;width:100vw;height:100vh;position:relative;overflow:hidden;box-shadow:0 10px 25px #00181561}.bubble-drag-handle{z-index:3;color:#ffffffdb;cursor:grab;-webkit-app-region:drag;background:#001c1933;justify-content:center;align-items:center;height:16px;display:flex;position:absolute;top:0;left:0;right:0}.bubble-drag-handle:active{cursor:grabbing}.bubble-drag-handle span{letter-spacing:1.4px;pointer-events:none;margin-top:-3px;font-size:7px;line-height:1}.bubble-logo-button{z-index:2;cursor:pointer;-webkit-app-region:no-drag;background-color:#fff;background-image:url(../logo-icon.png);background-position:50%;background-repeat:no-repeat;background-size:39px 39px;border:0;border-radius:14px;width:46px;height:46px;padding:0;transition:transform .14s,box-shadow .14s;position:absolute;bottom:5px;left:50%;transform:translate(-50%);box-shadow:0 7px 18px #0019164d,inset 0 0 0 1px #02404017}.bubble-logo-button:hover{transform:translate(-50%)scale(1.04);box-shadow:0 10px 22px #0019165c,inset 0 0 0 1px #02404017}.bubble-logo-button:active{transform:translate(-50%)scale(.96)}.collapse-button{z-index:50;color:#fff;cursor:pointer;-webkit-app-region:no-drag;background:#001c1970;border:1px solid #ffffff42;border-radius:9px;place-items:center;width:30px;height:30px;padding:0;font-size:18px;font-weight:700;line-height:1;display:grid;position:absolute;top:11px;right:12px;box-shadow:0 5px 13px #00141233}.collapse-button:hover{background:#ffffff2b}@media (width<=340px){.app-header{flex-basis:82px;min-height:82px;padding:8px 12px 7px}.brand{gap:10px}.brand-mark{border-radius:13px;flex-basis:48px;width:48px;height:48px}.brand h1{letter-spacing:-.9px;font-size:26px}.brand h1 span{font-size:11px}.brand p{margin-top:5px;font-size:9px}.collapse-button{width:26px;height:26px;font-size:16px;top:9px;right:9px}.workspace{padding:8px 10px 10px;overflow:hidden auto}.field-group{margin-bottom:6px}.field-group label,.custom-tool label{font-size:9px}select{height:33px;padding-left:10px;font-size:10px}.donor-toggle{height:32px;padding:0 8px}.donor-toggle-copy{gap:5px}.donor-toggle-copy strong{font-size:8px}.donor-toggle-copy small{font-size:6px}.field-group>textarea{height:64px;min-height:64px;max-height:64px;padding:8px 9px;font-size:10px}.primary-button{height:34px;font-size:10px}.divider{margin:7px 0 6px}.result-heading h2{font-size:12px}.tools-trigger{height:28px;padding:0 8px;font-size:8px}.result-card{height:88px;min-height:88px;padding:9px}.result-card p{font-size:9px;line-height:1.5}.changes-trigger{font-size:7px}.result-actions{gap:5px}.left-actions{gap:4px;display:flex}.reset-button,.undo-button,.copy-button{height:30px;font-size:8px}.reset-button,.undo-button{padding:0 7px}.copy-button{min-width:116px;padding:0 10px}.tools-panel{bottom:10px;left:10px;right:10px}.tool-grid{gap:5px}.tool-grid button{min-height:38px;font-size:7px}.donor-modal-backdrop{padding:10px}}.app-header{flex-basis:76px;min-height:76px;padding:7px 12px 6px}.brand{gap:10px}.brand-mark{border-radius:13px;flex-basis:46px;width:46px;height:46px}.brand h1{letter-spacing:-.8px;font-size:27px}.brand h1 span{font-size:11px}.brand p{margin-top:5px;font-size:10px}.collapse-button{width:27px;height:27px;font-size:16px;top:8px;right:9px}.field-group label,.custom-tool label{font-size:11px;line-height:1.3}select{height:38px;padding-left:12px;font-size:12px;font-weight:700}.field-group>textarea{height:78px;min-height:78px;max-height:78px;padding:10px 11px;font-size:12px;line-height:1.5}.result-heading h2{font-size:15px}.eyebrow{font-size:8px}.tools-trigger{height:32px;padding:0 10px;font-size:10px}.changes-trigger{height:28px;font-size:9px}.result-actions{gap:7px;margin-top:7px}.left-actions{gap:6px;display:flex}.reset-button,.undo-button{padding:0 10px}.reset-button{border:1px solid var(--white-22);color:var(--green-950);background:var(--white);cursor:pointer}.app-quote{color:#ffffffa1;text-align:center;letter-spacing:.05px;background:0 0;flex:0 0 29px;justify-content:center;align-items:center;min-height:29px;padding:0 10px 4px;font-size:8px;font-style:italic;font-weight:500;display:flex}@media (width<=340px){.app-header{flex-basis:72px;min-height:72px;padding:6px 10px 5px}.brand-mark{flex-basis:43px;width:43px;height:43px}.brand h1{font-size:24px}.brand p{font-size:9px}.workspace{padding:8px 10px 5px}.field-group label,.custom-tool label{font-size:10px}select{height:37px;font-size:11px}.donor-toggle{height:35px}.donor-toggle-copy strong{font-size:9px}.field-group>textarea{height:74px;min-height:74px;max-height:74px;font-size:11px}.primary-button{height:38px;font-size:11px}.result-heading h2{font-size:14px}.result-card{height:98px;min-height:98px}.result-card p{font-size:10px}.reset-button,.undo-button,.copy-button{height:35px;font-size:9px}.reset-button,.undo-button{padding:0 8px}.copy-button{min-width:126px;padding:0 10px}.app-quote{flex-basis:27px;min-height:27px;font-size:7px}}.app-header{background:radial-gradient(circle at 80% -20%,#30a57638,#0000 55%),linear-gradient(135deg,#005148,#003d37);flex-basis:74px;justify-content:flex-start;align-items:center;min-height:74px;padding:9px 46px 8px 12px;display:flex;position:relative}.brand-wide{justify-content:flex-start;align-items:center;width:100%;min-width:0;height:54px;display:flex;overflow:hidden}.collapse-button{width:28px;height:28px;top:50%;right:10px;transform:translateY(-50%)}@media (width<=340px){.app-header{flex-basis:68px;min-height:68px;padding:8px 42px 7px 10px}.brand-wide{height:50px}.brand-wide img{max-width:230px;height:42px}.collapse-button{width:26px;height:26px;right:8px}}.app-header{background:#fff;border-bottom:1px solid #003d372e;flex-basis:72px;min-height:72px;padding:8px 46px 8px 11px;position:relative}.brand-wide{justify-content:flex-start;align-items:center;width:100%;height:56px;display:flex;overflow:hidden}.brand-wide img{object-fit:contain;object-position:left center;filter:none;width:100%;max-width:250px;height:48px;display:block}.collapse-button{color:#004b43;width:29px;height:29px;box-shadow:none;background:#004b4312;border-color:#003d3747;top:50%;right:10px;transform:translateY(-50%)}.collapse-button:hover{color:#fff;background:#00554a}@media (width<=340px){.app-header{flex-basis:67px;min-height:67px;padding:7px 42px 7px 9px}.brand-wide{height:52px}.brand-wide img{max-width:228px;height:44px}.collapse-button{width:27px;height:27px;right:8px}}.mode-tabs{background:#002b27b3;border-bottom:1px solid #ffffff1f;flex:0 0 43px;grid-template-columns:1fr 1fr;gap:5px;min-height:43px;padding:5px 9px;display:grid}.mode-tabs button{color:#ffffffad;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff21;border-radius:9px;height:32px;font-size:9px;font-weight:700;transition:color .15s,background .15s,border-color .15s}.mode-tabs button:hover{color:#fff;background:#ffffff14}.mode-tabs button.active{color:#00473f;background:#fff;border-color:#fff;box-shadow:0 5px 14px #00161333}.is-hidden{display:none!important}.ask-workspace{flex:auto;min-height:0;padding:11px 11px 8px;overflow:hidden auto}.ask-intro{background:radial-gradient(circle at 90% 5%,#3ab17f2b,#0000 50%),#00282466;border:1px solid #ffffff29;border-radius:12px;align-items:flex-start;gap:9px;margin-bottom:12px;padding:11px;display:flex}.ask-intro-icon{color:#00473f;background:#fff;border-radius:9px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:13px;font-weight:800;display:grid}.ask-intro h2{color:#fff;margin:0;font-size:14px;font-weight:800}.ask-intro p{color:#ffffffa3;margin:4px 0 0;font-size:8px;line-height:1.45}.ask-question-field textarea{resize:none;color:#fff;background:#0028246e;border:1px solid #ffffff38;border-radius:11px;outline:none;width:100%;height:106px;min-height:106px;max-height:106px;padding:11px;font-size:11px;line-height:1.5}.ask-question-field textarea:focus{border-color:#ffffff8a;box-shadow:0 0 0 3px #ffffff17}.ask-button{margin-top:2px}.ask-answer-card{background:#0028244d;border:1px dashed #ffffff52;border-radius:11px;height:166px;min-height:166px;padding:12px;overflow-y:auto}.ask-answer-card.has-result{background:#00231f7a;border-style:solid;border-color:#ffffff38}.ask-answer-card p{color:#ffffffed;white-space:pre-wrap;margin:0;font-size:11px;line-height:1.6}.ask-actions{justify-content:space-between;align-items:center;gap:8px;margin-top:8px;display:flex}.ask-reset-button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:9px;height:36px;padding:0 12px;font-size:9px;font-weight:700}.ask-actions .copy-button{min-width:132px}.ask-safety-note{color:#ffffff94;background:#ffffff0d;border-radius:9px;align-items:flex-start;gap:7px;margin-top:12px;padding:8px 9px;font-size:7px;line-height:1.45;display:flex}.ask-safety-note span{color:#fffc;border:1px solid #ffffff3b;border-radius:50%;flex:0 0 16px;place-items:center;width:16px;height:16px;font-size:7px;font-weight:800;display:grid}@media (width<=340px){.mode-tabs{flex-basis:41px;min-height:41px;padding:5px 8px}.mode-tabs button{height:30px;font-size:8px}.ask-workspace{padding:9px 10px 6px}.ask-intro{margin-bottom:10px;padding:9px}.ask-intro h2{font-size:13px}.ask-question-field textarea{height:98px;min-height:98px;max-height:98px;font-size:10px}.ask-answer-card{height:156px;min-height:156px}.ask-answer-card p{font-size:10px}}.ask-actions{grid-template-columns:auto 1fr auto;align-items:center;gap:6px;display:grid}.transfer-button{color:#00473f;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #fff;border-radius:9px;justify-content:center;align-items:center;gap:5px;min-width:0;height:36px;padding:0 10px;font-size:8px;font-weight:800;transition:transform .14s,background .14s;display:inline-flex}.transfer-button:hover{background:#ffffffe6;transform:translateY(-1px)}.transfer-button:active{transform:translateY(0)}.ask-actions .copy-button{min-width:82px;padding:0 9px}@media (width<=340px){.ask-actions{grid-template-columns:auto 1fr}.ask-actions .copy-button{grid-column:1/-1;width:100%}.transfer-button{padding:0 8px;font-size:7px}}.tools-panel{border-radius:13px;padding:10px}.tools-header{margin-bottom:9px}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.tool-grid button{text-align:left;border-radius:10px;justify-content:flex-start;align-items:center;gap:8px;min-height:51px;padding:7px 8px;display:flex}.tool-grid button .tool-icon{color:#fff;background:#ffffff1a;border-radius:8px;flex:0 0 27px;place-items:center;width:27px;height:27px;font-size:12px;font-weight:800;display:grid}.tool-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.tool-copy strong{color:#fffffff0;font-size:8px;font-weight:800;line-height:1.2}.tool-copy small{color:#ffffff80;text-overflow:ellipsis;white-space:nowrap;font-size:6px;font-weight:500;line-height:1.25;overflow:hidden}.tool-grid button:hover .tool-icon,.tool-grid button.active .tool-icon{color:#00473f;background:#fff}.custom-toggle{grid-column:1/-1}.custom-toggle .tool-copy small{white-space:normal}.custom-tool{margin-top:8px;padding-top:9px}.custom-tool label{font-size:9px}.custom-tool textarea{min-height:69px;font-size:9px;line-height:1.45}.custom-tool button{min-height:34px;font-size:8px}@media (width<=340px){.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.tool-grid button{gap:6px;min-height:49px;padding:6px}.tool-grid button .tool-icon{flex-basis:25px;width:25px;height:25px}.tool-copy strong{font-size:7px}.tool-copy small{font-size:5.5px}}.app-header{flex-basis:66px;min-height:66px;padding-top:6px;padding-bottom:6px}.brand-wide{height:50px}.brand-wide img{height:43px}.mode-tabs{flex-basis:48px;gap:7px;min-height:48px;padding:6px 9px}.mode-tabs button{border-radius:10px;height:36px;font-size:10px}.workspace{padding:12px 12px 8px}.workspace .topic-field{display:none}.donor-toggle{border-radius:12px;height:46px;margin-bottom:12px;padding:0 12px}.donor-toggle-icon{border-radius:9px;flex-basis:30px;width:30px;height:30px;font-size:16px}.donor-toggle-copy{gap:2px}.donor-toggle-arrow{font-size:24px}.field-group{margin-bottom:10px}.field-group label,.custom-tool label{font-size:12px;font-weight:800}.field-group>textarea{border-radius:13px;height:104px;min-height:104px;max-height:104px;padding:14px 15px;font-size:13px;line-height:1.55}.primary-button{border-radius:12px;height:48px;font-size:13px;font-weight:800}.divider{margin:11px 0 10px}.result-heading{align-items:center;gap:8px;min-height:40px;margin-bottom:8px}.result-heading h2{margin:0;font-size:16px;line-height:1.15}.result-heading-actions{align-items:center;gap:6px;margin-left:auto;display:flex}.tools-trigger,.changes-trigger{border-radius:9px;height:34px;padding:0 10px;font-size:9px;font-weight:750}.changes-trigger{margin:0}.result-card{border-radius:13px;height:146px;min-height:146px;padding:15px 16px 40px;position:relative}.result-mini-copy{color:#ffffffe0;cursor:pointer;background:#ffffff14;border:0;border-radius:8px;place-items:center;width:30px;height:30px;font-size:14px;display:grid;position:absolute;bottom:10px;right:12px}.result-mini-copy:hover{background:#ffffff24}.empty-state span{font-size:9px}.result-actions{align-items:center;gap:8px;margin-top:12px}.left-actions{grid-template-columns:1fr 1fr;gap:7px;display:grid}.reset-button,.undo-button,.copy-button{border-radius:11px;height:43px;font-size:11px;font-weight:800}.reset-button,.undo-button{min-width:82px;padding:0 11px}.copy-button{min-width:154px;padding:0 14px}.sample-link{margin-top:8px;font-size:8px}.app-quote{color:#f4cf86e6;letter-spacing:.12px;text-shadow:0 1px 8px #0003;flex-basis:38px;min-height:38px;padding:2px 12px 8px;font-size:10px;font-weight:700}@media (width<=340px){.app-header{flex-basis:62px;min-height:62px}.brand-wide{height:47px}.brand-wide img{height:40px}.mode-tabs{flex-basis:46px;min-height:46px}.mode-tabs button{height:34px;font-size:9px}.workspace{padding:10px 10px 6px}.donor-toggle{height:43px;margin-bottom:10px}.field-group label,.custom-tool label{font-size:11px}.field-group>textarea{height:98px;min-height:98px;max-height:98px;padding:12px 13px;font-size:12px}.primary-button{height:45px;font-size:12px}.result-heading h2{font-size:15px}.tools-trigger,.changes-trigger{height:32px;padding:0 8px;font-size:8px}.result-card{height:136px;min-height:136px;padding:13px 14px 38px}.result-card p{font-size:12px}.reset-button,.undo-button,.copy-button{height:41px;font-size:10px}.reset-button,.undo-button{min-width:75px}.copy-button{min-width:136px}.app-quote{flex-basis:36px;min-height:36px;font-size:9px}}.app-shell{font-size:12px}.mode-tabs button{font-size:10.5px;font-weight:750}.donor-toggle{height:48px;padding:0 13px}.donor-toggle-copy{flex-direction:row;align-items:baseline;gap:7px;display:flex}.donor-toggle-copy strong{font-size:12px;line-height:1.2}.donor-toggle-copy small{color:#ffffff85;font-size:9px;line-height:1.2}.donor-toggle-arrow{margin-left:auto;font-size:22px}.field-group label,.result-heading h2,.ask-workspace .field-group label{font-size:12.5px;font-weight:800;line-height:1.2}.field-heading span{font-size:9.5px;font-weight:500}.result-heading{min-height:36px;margin-bottom:8px}.tools-trigger,.changes-trigger{height:32px;padding:0 9px;font-size:8.5px;line-height:1}.result-card{height:150px;min-height:150px;padding:15px 16px 42px}.result-actions{grid-template-columns:auto auto 1fr;align-items:center;gap:7px;display:grid}.reset-button,.undo-button,.copy-button{height:43px;font-size:10.5px}.reset-button,.undo-button{min-width:90px}.copy-button{justify-self:stretch;width:100%;min-width:0}.app-quote{font-size:10.5px;font-weight:700}.ask-intro h2{font-size:13px}.ask-intro p{font-size:8.5px}.ask-question-field textarea,.ask-answer-card p{font-size:12.5px;line-height:1.6}@media (width<=340px){.donor-toggle-copy strong{font-size:11px}.donor-toggle-copy small{font-size:8px}.field-group label,.result-heading h2,.ask-workspace .field-group label{font-size:11.5px}.field-group>textarea,.result-card p,.ask-question-field textarea,.ask-answer-card p{font-size:12.5px}.result-heading h2{max-width:135px}.tools-trigger,.changes-trigger{height:30px;padding:0 7px;font-size:7.5px}.reset-button,.undo-button,.copy-button{font-size:9.5px}.reset-button,.undo-button{min-width:78px}}.mode-tabs-three{grid-template-columns:1fr 1fr .82fr}.mode-tabs-three button{padding:0 5px;font-size:8.5px}.stats-workspace{flex:auto;min-height:0;padding:12px;overflow-y:auto}.stats-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.stats-header h2{color:#fff;margin:2px 0 0;font-size:15px}.stats-header button{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #fff3;border-radius:9px;height:31px;padding:0 10px;font-size:8px;font-weight:700}.stats-grid{grid-template-columns:repeat(2,1fr);gap:7px;display:grid}.stats-grid article{background:#0026226b;border:1px solid #ffffff26;border-radius:11px;flex-direction:column;justify-content:space-between;min-height:68px;padding:10px;display:flex}.stats-grid span,.savings-card span{color:#ffffff94;font-size:8px}.stats-grid strong{color:#fff;font-size:22px}.savings-card{color:#00473f;background:#fff;border-radius:11px;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;padding:12px;display:grid}.savings-card div{flex-direction:column;gap:5px;display:flex}.savings-card span{color:#00473f9e}.savings-card strong{font-size:19px}.cost-card{background:#f4cf8612;border:1px solid #f4cf864d;border-radius:11px;flex-direction:column;gap:4px;margin-top:8px;padding:12px;display:flex}.cost-label{color:#f4cf86bd;font-size:7px;font-weight:800}.cost-card strong{color:#f4cf86;font-size:25px}.cost-card small{color:#ffffff8c;font-size:7px;line-height:1.45}.billing-note{background:#ffffff0d;border-radius:9px;gap:8px;margin-top:8px;padding:9px;display:flex}.billing-note>span{color:#ffffffb3;border:1px solid #fff3;border-radius:50%;flex:0 0 18px;place-items:center;width:18px;height:18px;font-size:8px;display:grid}.billing-note p{color:#ffffff8c;margin:0;font-size:7px;line-height:1.5}.stats-empty{color:#ffffff8c;text-align:center;padding:40px 15px;font-size:10px}@media (width<=340px){.mode-tabs-three button{font-size:7.5px}}.app-header,.mode-tabs,.stats-workspace{display:none!important}.release-topbar{-webkit-app-region:drag;background:linear-gradient(#004e45fa,#003d37fa);border-bottom:1px solid #ffffff29;flex:none;align-items:stretch;gap:7px;min-height:58px;padding:8px 9px;display:flex}.release-tabs{-webkit-app-region:no-drag;flex:1;grid-template-columns:1.08fr .92fr;gap:7px;min-width:0;display:grid}.release-tabs button{color:#ffffffab;cursor:pointer;white-space:nowrap;background:#00262242;border:1px solid #ffffff30;border-radius:11px;justify-content:center;align-items:center;gap:6px;min-width:0;height:42px;padding:0 10px;font-size:10px;font-weight:800;display:flex;position:relative}.release-tabs button.active{color:#00473f;background:#fff;border-color:#fff}.release-tabs button small{color:#f4cf86;letter-spacing:.5px;background:#f4cf8621;border-radius:4px;padding:2px 4px;font-size:5.5px;font-weight:900;position:absolute;top:3px;right:5px}.release-tabs button.active small{color:#8b650d;background:#f4cf864d}.release-collapse-button{color:#fff;cursor:pointer;-webkit-app-region:no-drag;background:#0026223d;border:1px solid #ffffff3b;border-radius:11px;flex:0 0 42px;width:42px;font-size:18px;font-weight:800}.workspace{padding-top:12px}.field-group label,.result-heading h2{font-size:11.5px}.primary-button{font-size:11.5px}.result-heading{gap:6px}.result-heading h2{white-space:nowrap;max-width:none}.result-heading-actions{gap:5px}.changes-trigger,.tools-trigger{gap:4px;height:34px;padding:0 9px;font-size:8px;font-weight:800}.app-quote{font-size:9.5px}.beta-workspace{text-align:center;flex:auto;min-height:0;padding:22px 15px 12px;overflow-y:auto}.beta-badge{color:#f4cf86;letter-spacing:.9px;background:#f4cf8614;border:1px solid #f4cf864d;border-radius:999px;width:max-content;margin:0 auto 17px;padding:5px 9px;font-size:7px;font-weight:900}.beta-hero{background:radial-gradient(circle at 50% 0,#14a18b2e,#0000 48%),#00262257;border:1px solid #ffffff29;border-radius:17px;padding:25px 14px 20px}.beta-icon{color:#00473f;background:#fff;border:1px solid #ffffff38;border-radius:14px;place-items:center;width:49px;height:49px;margin:0 auto 14px;font-size:20px;display:grid}.beta-hero h1{color:#fff;letter-spacing:-.6px;margin:0;font-size:23px;line-height:1.12}.beta-hero>p{color:#ffffffa3;max-width:260px;margin:12px auto 18px;font-size:9px;line-height:1.58}.beta-details-button{color:#00473f;cursor:pointer;background:#fff;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;width:100%;height:41px;padding:0 13px;font-size:10px;font-weight:850;display:flex}.beta-details-button span{font-size:11px}.beta-details-card{text-align:left;background:#0026227a;border:1px solid #ffffff26;border-radius:14px;margin-top:10px;padding:15px}.beta-details-card h2{color:#fff;margin:0 0 8px;font-size:12px}.beta-details-card>p{color:#ffffffa3;margin:0;font-size:8px;line-height:1.55}.beta-flow{gap:7px;margin:13px 0;display:grid}.beta-flow div{background:#ffffff0e;border-radius:9px;align-items:center;gap:9px;min-height:38px;padding:7px 9px;display:flex}.beta-flow strong{color:#00473f;background:#fff;border-radius:7px;flex:0 0 23px;place-items:center;width:23px;height:23px;font-size:8px;display:grid}.beta-flow span{color:#ffffffd6;font-size:8px;font-weight:700}.beta-safety-note{background:#f4cf8612;border-left:2px solid #f4cf86;border-radius:0 7px 7px 0;padding:9px}@media (width<=340px){.release-topbar{min-height:55px;padding:7px}.release-tabs button{height:40px;padding:0 7px;font-size:9px}.release-collapse-button{flex-basis:39px;width:39px}.field-group label,.result-heading h2{font-size:10.5px}.field-group>textarea,.result-card p{font-size:11.5px}.changes-trigger,.tools-trigger{padding:0 7px;font-size:7.5px}.beta-hero h1{font-size:21px}}.release-topbar{z-index:20;background:linear-gradient(#00564d 0%,#00473f 100%);align-items:center;gap:8px;min-height:64px;padding:9px 10px;position:relative;visibility:visible!important;opacity:1!important;display:flex!important}.release-tabs{flex:1;grid-template-columns:1.05fr .95fr;gap:8px;visibility:visible!important;display:grid!important}.release-tabs button{letter-spacing:-.1px;border-radius:12px;height:46px;padding:0 12px;font-size:11px;font-weight:800}.release-tabs button>span{font-size:12px}.release-tabs button small{padding:2px 5px;font-size:6px;top:4px;right:6px}.release-collapse-button{border-radius:12px;flex:0 0 44px;place-items:center;width:44px;height:46px;font-size:21px;display:grid!important}.donor-toggle{height:51px}.donor-toggle-copy strong{font-size:12px}.donor-toggle-copy small{font-size:9px}.field-group label,.result-heading h2{font-size:13px;line-height:1.2}.field-heading span{font-size:9.5px}.field-group>textarea{font-size:13px;line-height:1.58}.primary-button{height:49px;font-size:13px}.result-heading{min-height:39px}.result-heading h2{max-width:none;font-size:13px}.changes-trigger,.tools-trigger{border-radius:10px;min-width:max-content;height:36px;padding:0 10px;font-size:9.5px}.result-card p{font-size:13px;line-height:1.62}.empty-state strong{font-size:12px;line-height:1.35}.empty-state span{font-size:9.5px;line-height:1.45}.sample-link{font-size:9px}.tool-copy small{font-size:7px}.reset-button,.undo-button,.copy-button{height:45px;font-size:11px;font-weight:800}.beta-badge{font-size:8px}.beta-hero h1{font-size:24px}.beta-hero>p{font-size:10px}.beta-details-button{height:44px;font-size:11px}.beta-details-card h2{font-size:13px}.beta-details-card>p,.beta-flow span{font-size:9px}.release-footer{grid-template-columns:1fr auto;align-items:end;gap:8px;min-height:42px;padding:4px 12px 9px;display:grid}.release-footer>span{justify-self:center;padding-left:31px;font-size:10px}.release-footer>small{color:#ffffff8c;letter-spacing:.2px;background:#00262240;border:1px solid #ffffff2e;border-radius:7px;justify-self:end;padding:4px 7px;font-size:7px;font-weight:700}@media (width<=340px){.release-topbar{min-height:60px;padding:8px}.release-tabs button{height:43px;padding:0 8px;font-size:10px}.release-collapse-button{flex-basis:41px;width:41px;height:43px}.field-group label,.result-heading h2,.field-group>textarea,.result-card p{font-size:12px}.changes-trigger,.tools-trigger{padding:0 8px;font-size:8.5px}.reset-button,.undo-button,.copy-button{font-size:10px}}.result-heading{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;column-gap:7px;min-height:46px;margin-bottom:10px;display:grid}.result-heading h2{color:#fff;letter-spacing:-.15px;min-width:0;margin:0;font-size:13px;font-weight:850;line-height:1.2}.result-heading-actions{display:contents}.changes-trigger,.tools-trigger{color:#ffffffe6;white-space:nowrap;background:#00262247;border:1px solid #ffffff3d;border-radius:11px;justify-content:center;align-items:center;gap:6px;min-width:0;height:39px;padding:0 11px;font-size:9.5px;font-weight:800;line-height:1;display:inline-flex}.changes-trigger:hover:not(:disabled),.tools-trigger:hover:not(:disabled),.changes-trigger.active,.tools-trigger.active{background:#ffffff1a;border-color:#ffffff6b}.changes-trigger span,.tools-trigger span{font-size:11px;line-height:1}.result-card{margin-bottom:0}.reset-button{color:#00473f;background:#fff;border:1px solid #fff}.copy-button{color:#00473f;background:#fff;border:1px solid #fff}.reset-button:active:not(:disabled),.undo-button:active:not(:disabled),.copy-button:active:not(:disabled){transform:translateY(0)}.copy-button.copied{color:#00473f;background:#d9fff7;border-color:#d9fff7}.tools-panel{background:#002622b8;border-radius:14px;margin-top:10px;padding:12px}.tools-header{min-height:32px}.tools-header button{width:31px;height:31px;font-size:16px}.tool-copy small{font-size:6.5px;line-height:1.3}.changes-panel{border-radius:11px;margin-top:10px;padding:12px 13px}.changes-panel strong{font-size:10px}.changes-panel li{font-size:9px;line-height:1.5}@media (width<=340px){.result-heading{grid-template-columns:minmax(0,1fr) auto auto;column-gap:5px}.result-heading h2{font-size:12px}.changes-trigger,.tools-trigger{gap:4px;height:36px;padding:0 8px;font-size:8.5px}.result-actions{grid-template-columns:minmax(0,.9fr) minmax(0,.9fr) minmax(0,1.35fr);gap:6px}.reset-button,.undo-button,.copy-button{gap:4px;height:45px;padding:0 6px;font-size:9.5px}}.result-section-anchor{pointer-events:none;height:1px;position:relative;top:-8px}.workspace.tools-active{scroll-padding-top:8px}.workspace.tools-active .result-heading{z-index:12;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#004c44fc 0%,#00473ff5 82%,#00473f00 100%);margin-left:-4px;margin-right:-4px;padding:8px 4px 7px;position:sticky;top:-1px}.result-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:45px;margin-bottom:9px;display:grid}.result-heading h2{color:#fff;letter-spacing:-.15px;white-space:nowrap;min-width:0;margin:0;font-size:12.5px;font-weight:850;line-height:1.2}.changes-trigger:disabled,.tools-trigger:disabled{opacity:.36}.tools-header>div{gap:7px}.tools-header>div>span{color:#00473f;background:#fff;border-radius:8px;place-items:center;width:27px;height:27px;font-size:11px;display:grid}.tools-header strong{font-size:11px}.tool-grid{gap:7px}.tool-grid button{border-radius:11px;min-height:55px;padding:8px 9px}.tool-icon{border-radius:9px;flex-basis:31px;width:31px;height:31px;font-size:13px}.tool-copy strong{font-size:9px}.tool-copy small{margin-top:2px;font-size:6.5px;line-height:1.3}.result-actions{grid-template-columns:.92fr .92fr 1.36fr;align-items:stretch;gap:8px;width:100%;margin-top:13px;display:grid}.reset-button,.undo-button,.copy-button{white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;min-width:0;height:47px;padding:0 8px;font-size:10px;font-weight:850;line-height:1;display:inline-flex}.reset-button,.copy-button{color:#00473f;background:#fff;border:1px solid #fff}.undo-button{color:#ffffffeb;background:#0026224d;border:1px solid #ffffff4d}.reset-button:hover:not(:disabled),.copy-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 7px 16px #00000024}.undo-button:hover:not(:disabled){background:#ffffff17;border-color:#ffffff7a}.reset-button:disabled,.undo-button:disabled,.copy-button:disabled{cursor:not-allowed;opacity:.36}.release-footer{background:linear-gradient(#003e374d,#002622ad);border-top:1px solid #ffffff1f;flex:0 0 45px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:45px;padding:7px 11px 9px;display:grid}.release-footer>span{color:#f4cf86;text-align:left;justify-self:start;min-width:0;font-size:9px;font-weight:750;line-height:1.25}.release-footer>small{color:#f4cf86e6;letter-spacing:.25px;white-space:nowrap;background:#f4cf8612;border:1px solid #f4cf8652;border-radius:8px;justify-self:end;padding:5px 8px;font-size:7px;font-weight:800}@media (width<=340px){.result-heading{gap:5px}.result-heading h2{font-size:11.5px}.result-heading-actions{gap:4px}.changes-trigger,.tools-trigger{height:36px;padding:0 7px;font-size:8px}.changes-trigger{min-width:91px}.tools-trigger{min-width:65px}.result-actions{grid-template-columns:.9fr .9fr 1.4fr;gap:6px}.reset-button,.undo-button,.copy-button{gap:4px;height:44px;padding:0 5px;font-size:9px}.release-footer>span{font-size:8px}.release-footer>small{padding:4px 6px;font-size:6.5px}}.workspace.tools-active{scroll-behavior:smooth;padding-top:10px}.workspace.tools-active .result-section-anchor{top:0}.workspace.tools-active .result-heading{z-index:15;background:linear-gradient(#004c44 0%,#00473ffa 86%,#00473f00 100%);margin:0 -2px 8px;padding:7px 2px 8px;position:sticky;top:0}.workspace.tools-active .result-card{height:136px;min-height:136px}.workspace.tools-active .result-card p{max-height:88px;overflow-y:auto}.result-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;min-height:44px;display:grid}.result-heading h2{white-space:nowrap;min-width:0;margin:0;font-size:12.5px;font-weight:850}.result-heading-actions{align-items:center;gap:6px;margin:0;display:flex}.changes-trigger,.tools-trigger{color:#ffffffe8;white-space:nowrap;background:#0026224d;border:1px solid #ffffff40;border-radius:10px;justify-content:center;align-items:center;gap:5px;height:37px;padding:0 10px;font-size:9px;font-weight:800;line-height:1;display:inline-flex}.changes-trigger{min-width:104px}.tools-trigger{min-width:73px}.changes-trigger.active,.tools-trigger.active,.changes-trigger:hover:not(:disabled),.tools-trigger:hover:not(:disabled){background:#f4cf861a;border-color:#f4cf86a3}.tools-panel{background:linear-gradient(#003832fc,#002b27fc);border:1px solid #ffffff2e;border-radius:14px;margin-top:9px;padding:11px;box-shadow:0 14px 30px #0003}.tools-header{min-height:34px;margin-bottom:9px}.tools-header button{border-radius:9px;width:31px;height:31px;font-size:17px}.tool-icon{border-radius:10px;flex:0 0 34px;width:34px;height:34px;font-size:14px}.tool-copy{align-items:center;min-width:0;display:flex}.tool-copy strong{color:#fff;text-align:left;margin:0;font-size:10.5px;font-weight:850;line-height:1.25}.release-footer{background:linear-gradient(#003e373d,#002622b8);border-top:1px solid #ffffff1f;flex:0 0 46px;justify-content:center;align-items:center;width:100%;min-height:46px;padding:7px 12px 9px;display:flex;position:relative}.release-footer>span{color:#f4cf86;text-align:center;font-size:9.5px;font-weight:780;line-height:1.2}@media (width<=340px){.result-heading{gap:5px}.result-heading h2{font-size:11.5px}.result-heading-actions{gap:4px}.changes-trigger,.tools-trigger{height:35px;padding:0 7px;font-size:8px}.changes-trigger{min-width:91px}.tools-trigger{min-width:63px}.tool-grid button{gap:8px;min-height:58px;padding:8px}.tool-icon{flex-basis:31px;width:31px;height:31px}.tool-copy strong{font-size:9.5px}.release-footer>span{font-size:8.5px}.release-footer>small{padding:4px 6px;font-size:6.5px;right:8px}}.result-heading{min-height:0;margin-bottom:10px;display:block}.result-heading h2{color:#fff;white-space:nowrap;margin:0 0 9px;font-size:13px;font-weight:850;line-height:1.2}.result-heading-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;width:100%;display:grid}.changes-trigger,.tools-trigger{color:#ffffffeb;white-space:nowrap;background:#0026224f;border:1px solid #ffffff40;border-radius:11px;justify-content:center;align-items:center;gap:7px;width:100%;min-width:0;height:42px;padding:0 11px;font-size:10px;font-weight:820;line-height:1;display:inline-flex}.tools-trigger{color:#f7dd9d;background:#f4cf8614;border-color:#f4cf8675}.changes-trigger:hover:not(:disabled),.tools-trigger:hover:not(:disabled),.changes-trigger.active,.tools-trigger.active{color:#fff;background:#f4cf8621;border-color:#f4cf86b8}.changes-trigger span,.tools-trigger span{font-size:12px}.result-actions{grid-template-columns:.9fr .9fr 1.38fr;gap:8px;width:100%;margin-top:13px;display:grid}.left-actions{display:contents}.reset-button,.undo-button,.copy-button{white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:5px;width:100%;min-width:0;height:47px;padding:0 7px;font-size:10px;font-weight:850;display:inline-flex}.tools-panel{background:linear-gradient(#003832fc,#002b27fc);border:1px solid #ffffff2e;border-radius:14px;width:100%;margin:14px 0 0;padding:12px;animation:.16s both panel-in;box-shadow:0 12px 26px #00000029;z-index:auto!important;max-height:none!important;position:static!important;inset:auto!important;overflow:visible!important}.tools-header{border-bottom:1px solid #ffffff1f;min-height:36px;margin-bottom:10px;padding:0 2px 8px}.tools-header strong{font-size:12px;font-weight:850}.tools-header button{border-radius:9px;width:31px;height:31px}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.tool-grid button{border-radius:12px;align-items:center;gap:10px;min-height:61px;padding:9px 10px;display:flex}.tool-grid button.custom-toggle{grid-column:1/-1;min-height:56px}.tool-copy small{display:none!important}.workspace.tools-active .donor-toggle.editor-top-control,.workspace.tools-active .primary-button.editor-top-control{display:flex!important}.workspace.tools-active .result-heading{margin-left:0;margin-right:0;padding:0;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;position:static!important}.release-footer{background:linear-gradient(#003e373d,#002622b8);border-top:1px solid #ffffff1f;flex:0 0 48px;width:100%;min-height:48px;padding:8px 12px 10px;display:block;position:relative}.release-footer>small{color:#f4cf86e6;letter-spacing:.25px;background:#f4cf8612;border:1px solid #f4cf8652;border-radius:8px;padding:5px 8px;font-size:7px;font-weight:800;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.workspace{padding-bottom:18px;overflow-y:auto}@media (width<=340px){.result-heading h2{font-size:12px}.result-heading-actions{gap:6px}.changes-trigger,.tools-trigger{gap:5px;height:39px;padding:0 7px;font-size:9px}.result-actions{gap:6px}.reset-button,.undo-button,.copy-button{height:44px;padding:0 5px;font-size:9px}.release-footer>span{max-width:calc(100% - 86px);font-size:8.5px}.release-footer>small{padding:4px 6px;font-size:6.5px;right:8px}}.workspace{--title-size:13.5px;--body-size:13px;--support-size:10px}.field-group label,.result-heading h2{letter-spacing:-.15px;line-height:1.25;font-size:var(--title-size)!important}.field-heading span,.donor-toggle-copy small,.empty-state span,.sample-link,.changes-trigger,.tools-trigger{font-size:var(--support-size)!important}.field-group>textarea,.result-card p{font-size:var(--body-size)!important;line-height:1.62!important}.empty-state strong,.primary-button{font-size:12.5px!important}.reset-button,.undo-button,.copy-button,.tool-copy strong{font-size:10.5px!important}.tools-header strong,.changes-panel strong{font-size:11.5px!important}.donor-toggle{background:linear-gradient(135deg,#ffffff0e,#ffffff05)!important;border:1px solid #ffffff38!important;border-radius:14px!important;grid-template-columns:46px minmax(0,1fr) 30px!important;align-items:center!important;gap:11px!important;height:auto!important;min-height:72px!important;padding:10px 12px!important;display:grid!important}.donor-toggle:hover{background:linear-gradient(135deg,#f4cf8617,#ffffff06)!important;border-color:#f4cf8685!important}.donor-toggle-icon,.donor-toggle>span:first-child{color:#00473f!important;background:#fff!important;border-radius:12px!important;place-items:center!important;width:46px!important;height:46px!important;font-size:21px!important;font-weight:850!important;display:grid!important}.donor-toggle-copy{text-align:left;grid-template-columns:auto auto;justify-content:start;align-items:baseline;gap:4px 8px;min-width:0;display:grid!important}.donor-toggle-copy strong{line-height:1.2;color:#fff!important;font-size:12.5px!important;font-weight:850!important}.donor-toggle-copy small{white-space:nowrap;color:#ffffff94!important;font-size:9.5px!important}.donor-toggle-copy em{color:#ffffff78;grid-column:1/-1;font-size:8.5px;font-style:normal;line-height:1.35}.donor-toggle-chevron,.donor-toggle>span:last-child{color:#ffffffd6;justify-self:end;font-size:21px!important}.donor-panel{background:#0026226b!important;border:1px solid #ffffff29!important;border-radius:13px!important;margin-top:8px!important;padding:11px!important}.donor-panel textarea{border-radius:11px!important;min-height:94px!important;padding:13px!important;font-size:12.5px!important;line-height:1.55!important}.reset-button{box-shadow:0 5px 13px #8c17173b;color:#fff!important;background:linear-gradient(#df5555 0%,#c83f3f 100%)!important;border-color:#d94a4a!important}.reset-button:hover:not(:disabled){box-shadow:0 7px 17px #8c17174d;background:linear-gradient(#ea6262 0%,#d44848 100%)!important;border-color:#f06a6a!important}.reset-button:disabled{box-shadow:none;color:#ffffffa8!important;background:#c83f3f6b!important;border-color:#d94a4a7a!important}.release-footer{min-height:48px!important;display:block!important;position:relative!important}.release-footer>span{color:#f4cf86!important;text-align:center!important;white-space:nowrap!important;width:max-content!important;max-width:calc(100% - 92px)!important;font-size:9.5px!important;font-weight:780!important;line-height:1.2!important;position:absolute!important;top:50%!important;left:calc(50% + 10px)!important;transform:translate(-50%,-50%)!important}@media (width<=340px){.workspace{--title-size:12.5px;--body-size:12px;--support-size:9px}.donor-toggle{grid-template-columns:42px minmax(0,1fr) 26px!important;gap:9px!important;min-height:68px!important;padding:9px 10px!important}.donor-toggle-icon,.donor-toggle>span:first-child{width:42px!important;height:42px!important}.donor-toggle-copy strong{font-size:11.5px!important}.donor-toggle-copy small{font-size:8.5px!important}.donor-toggle-copy em{font-size:7.8px}.release-footer>span{max-width:calc(100% - 82px)!important;font-size:8.5px!important;left:calc(50% + 7px)!important}}.release-footer{min-height:48px!important;position:relative!important}.release-footer>span{text-align:center!important;white-space:nowrap!important;width:max-content!important;max-width:calc(100% - 96px)!important;margin:0!important;padding:0!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.release-footer>small{position:absolute!important;top:50%!important;right:10px!important;transform:translateY(-50%)!important}.release-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.matching-workspace{width:100%;min-height:0;padding:18px 22px 76px;overflow-y:auto}.matching-header{justify-content:space-between;align-items:flex-start;gap:18px;max-width:1180px;margin:0 auto 16px;display:flex}.matching-eyebrow{color:#3dd0ae;letter-spacing:.16em;font-size:10px;font-weight:900;display:block}.matching-header h1{color:#f1f7f6;margin:5px 0;font-size:clamp(22px,3vw,30px);line-height:1.08}.matching-header p{color:#81918f;max-width:650px;margin:0;font-size:12px;line-height:1.5}.new-donor-button{color:#58d8b8;min-height:38px;font:inherit;cursor:pointer;white-space:nowrap;background:#11514457;border:1px solid #39cdad47;border-radius:11px;padding:0 14px;font-size:12px;font-weight:850}.matching-shell{grid-template-columns:minmax(0,1.52fr) minmax(290px,.78fr);align-items:start;gap:14px;max-width:1180px;margin:0 auto;display:grid}.matching-form-panel,.matching-side-panel,.matching-recent-records{background:radial-gradient(circle at 100% 0,#1a705e17,#0000 35%),#081312e8;border:1px solid #70979026;border-radius:16px;box-shadow:0 15px 40px #00000029}.matching-form-panel{padding:17px}.matching-form-section+.matching-form-section{border-top:1px solid #7097901f;margin-top:17px;padding-top:17px}.matching-section-title{align-items:center;gap:10px;margin-bottom:13px;display:flex}.matching-section-title>span{color:#effffb;background:linear-gradient(145deg,#25b793,#187965);border-radius:9px;flex:none;place-items:center;width:29px;height:29px;font-size:12px;font-weight:900;display:grid}.matching-section-title h2{color:#ecf5f3;margin:0;font-size:15px}.matching-section-title p{color:#70817e;margin:2px 0 0;font-size:10px}.matching-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.matching-field{flex-direction:column;gap:6px;min-width:0;display:flex}.matching-field>span{color:#aebbb9;font-size:10px;font-weight:800}.matching-field input,.matching-field select,.matching-field textarea{color:#edf7f5;width:100%;font:inherit;background:#030d0cc7;border:1px solid #7097902b;border-radius:10px;outline:none;font-size:12px;transition:border-color .15s,box-shadow .15s}.matching-field input,.matching-field select{height:38px;padding:0 11px}.matching-field textarea{resize:vertical;height:58px;min-height:58px;padding:9px 11px}.matching-field input:focus,.matching-field select:focus,.matching-field textarea:focus{border-color:#32d3b19e;box-shadow:0 0 0 3px #23b99a14}.matching-field input::placeholder,.matching-field textarea::placeholder{color:#52615f}.matching-behalf-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:9px;margin-top:11px;display:grid}.anonymous-button{color:#dfb967;height:38px;font:inherit;cursor:pointer;white-space:nowrap;background:#8662201f;border:1px solid #daaf5b40;border-radius:10px;padding:0 12px;font-size:10px;font-weight:850}.matching-bottom-fields{grid-template-columns:100px minmax(0,1fr);margin-top:11px}.add-donation-button{color:#5bd6b8;width:100%;height:39px;font:inherit;cursor:pointer;background:#12584a38;border:1px dashed #34d2b157;border-radius:10px;margin-top:11px;font-size:11px;font-weight:900}.matching-side-panel{overflow:hidden}.matching-summary-heading{border-bottom:1px solid #7097901c;justify-content:space-between;align-items:flex-start;gap:10px;padding:16px;display:flex}.matching-summary-heading h2{color:#edf6f4;margin:4px 0 0;font-size:14px}.matching-summary-heading p{color:#748581;margin:4px 0 0;font-size:10px}.matching-completion{color:#daa454;white-space:nowrap;background:#c27f301c;border-radius:7px;padding:5px 7px;font-size:9px;font-weight:900}.matching-completion.ready{color:#51d1b1;background:#2bb18e1f}.matching-item-list{min-height:155px;max-height:270px;padding:11px;overflow-y:auto}.matching-item-card{background:#051412b8;border:1px solid #7097901f;border-radius:10px;grid-template-columns:24px minmax(0,1fr) 23px;align-items:start;gap:8px;margin-bottom:8px;padding:10px;display:grid}.matching-item-index{color:#51ceb0;background:#23b29321;border-radius:7px;place-items:center;width:24px;height:24px;font-size:10px;font-weight:900;display:grid}.matching-item-card strong,.matching-item-card span,.matching-item-card p,.matching-item-card small{display:block}.matching-item-card strong{color:#e7f1ef;font-size:11px}.matching-item-card span{color:#50c6aa;margin-top:2px;font-size:9px}.matching-item-card p{color:#a8b6b3;overflow-wrap:anywhere;margin:5px 0 0;font-size:10px}.matching-item-card small{color:#697a77;margin-top:4px;font-size:8px}.matching-item-card>button{color:#cb8585;cursor:pointer;background:#c1424217;border:0;border-radius:6px;width:23px;height:23px}.matching-empty-state{color:#61736f;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:132px;display:flex}.matching-empty-state>span{color:#3fb99e;border:1px solid #3dc4a62b;border-radius:12px;place-items:center;width:38px;height:38px;margin-bottom:8px;display:grid}.matching-empty-state strong{color:#879793;font-size:10px}.matching-empty-state p{max-width:205px;margin:3px 0 0;font-size:8px;line-height:1.4}.matching-notice{color:#8ec9bb;background:#195d4f1f;border:1px solid #3bc0a229;border-radius:8px;margin:0 12px 10px;padding:8px 9px;font-size:9px;line-height:1.4}.matching-side-actions{gap:7px;padding:0 13px;display:grid}.queue-button,.save-new-donor-button{width:100%;height:38px;font:inherit;cursor:pointer;border-radius:10px;font-size:10px;font-weight:900}.queue-button{color:#f4fffc;background:linear-gradient(135deg,#29bd99,#177c68);border:0}.save-new-donor-button{color:#60d1b5;background:#114b4042;border:1px solid #41c4a73d}.queue-button:disabled,.save-new-donor-button:disabled{cursor:not-allowed;opacity:.34}.matching-prototype-info{color:#51635f;text-align:center;margin:9px 14px 14px;font-size:7px;line-height:1.4;display:block}.matching-recent-records{align-items:center;gap:14px;max-width:1180px;margin:13px auto 0;padding:12px 14px;display:flex}.matching-recent-records>div:first-child{min-width:150px}.matching-recent-records>div:first-child strong{color:#dbe7e4;margin-top:4px;font-size:11px;display:block}.matching-record-chips{gap:7px;min-width:0;display:flex;overflow-x:auto}.matching-record-chips article{background:#04110f94;border:1px solid #7097901c;border-radius:9px;min-width:135px;padding:8px 10px}.matching-record-chips span,.matching-record-chips small{display:block}.matching-record-chips span{color:#d9e6e3;font-size:9px;font-weight:800}.matching-record-chips small{color:#6e807c;margin-top:2px;font-size:7px}@media (width<=850px){.matching-shell{grid-template-columns:1fr}.matching-item-list{max-height:220px}}@media (width<=620px){.matching-workspace{padding:14px 12px 72px}.matching-header{flex-direction:column;align-items:stretch}.new-donor-button{width:100%}.matching-two-column,.matching-behalf-row,.matching-bottom-fields{grid-template-columns:1fr}.anonymous-button{width:100%}.matching-recent-records{flex-direction:column;align-items:stretch}.release-tabs button{font-size:10px}.release-tabs button small{display:none}}@media (height<=760px){.matching-workspace{padding-top:12px}.matching-header{margin-bottom:11px}.matching-header p{display:none}.matching-form-panel{padding:14px}.matching-form-section+.matching-form-section{margin-top:13px;padding-top:13px}}.matching-module-tabs{z-index:12;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#002621f5;border:1px solid #4ed2b22e;border-radius:14px;grid-template-columns:1fr 1fr;gap:6px;margin:0 18px 14px;padding:5px;display:grid;position:sticky;top:92px}.matching-module-tabs button,.queue-main-tabs button{color:#83b6aa;background:0 0;border:0;border-radius:10px;padding:11px 10px;font-weight:800}.matching-module-tabs button.active,.queue-main-tabs button.active{color:#003f36;background:#eaf9f5}.matching-module-tabs small{color:#eaf9f5;background:#087363;border-radius:99px;place-items:center;min-width:20px;height:20px;margin-left:7px;font-size:10px;display:inline-grid}.compact-header{margin-bottom:15px}.matching-note-only{margin-top:16px;display:block}.matching-note-only textarea{min-height:82px}.status-actions{grid-template-columns:.85fr 1.15fr;gap:9px;display:grid!important}.waiting-record-button{color:#5f3d00;background:#f4c76c;border:1px solid #ffc65859;border-radius:12px;padding:13px 10px;font-weight:900}.matching-queue-screen{padding:0 18px 30px}.queue-count{color:#86ead4;background:#00665347;border-radius:99px;padding:7px 11px;font-size:12px}.queue-main-tabs{background:#001916a6;border-radius:14px;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:12px;padding:5px;display:grid}.queue-filter-row{gap:7px;margin-bottom:13px;padding-bottom:4px;display:flex;overflow-x:auto}.queue-filter-row button{color:#8bb8ae;background:#001c18b8;border:1px solid #5ed3b833;border-radius:99px;flex:none;padding:8px 11px;font-size:10px;font-weight:800}.queue-filter-row button.active{color:#003e35;background:#63d9be}.matching-queue-list{gap:11px;display:grid}.matching-queue-card{background:#001916c7;border:1px solid #59cbb12e;border-radius:15px;padding:14px}.queue-card-heading,.queue-card-footer{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.queue-card-heading h2{margin:5px 0 2px;font-size:17px}.queue-card-heading p{color:#759d94;margin:0;font-size:11px}.record-status{white-space:nowrap;border-radius:99px;padding:6px 9px;font-size:9px;font-weight:900}.record-status.ready{color:#8cf0da;background:#00775f47}.record-status.waiting{color:#ffd47c;background:#88560047}.record-status.matched{color:#c4d0ff;background:#46518f4d}.queue-donation-list{gap:6px;margin-top:12px;display:grid}.queue-donation-list div{background:#003e3575;border-radius:10px;gap:3px;padding:9px 10px;display:grid}.queue-donation-list strong{font-size:11px}.queue-donation-list span{color:#8db5ac;font-size:10px}.queue-problem-list{flex-wrap:wrap;gap:5px;margin-top:9px;display:flex}.queue-problem-list span{color:#ffd69a;background:#7f4e0052;border-radius:7px;padding:5px 7px;font-size:9px;font-weight:800}.queue-card-footer{border-top:1px solid #59c7af21;align-items:flex-end;margin-top:12px;padding-top:10px}.queue-card-footer>div:first-child{color:#71958d;gap:2px;font-size:9px;display:grid}.queue-card-actions{gap:7px;display:flex}.queue-card-actions button{color:#bdeee3;background:#005b4ba8;border:0;border-radius:9px;padding:9px 11px;font-size:10px;font-weight:850}.queue-card-actions .complete-button{color:#003e35;background:#65ddc1}.queue-empty{border:1px dashed #59cab038;border-radius:15px;min-height:260px}@media (width<=520px){.matching-module-tabs{margin-inline:12px;top:88px}.matching-queue-screen{padding-inline:12px}.queue-card-footer{flex-direction:column;align-items:stretch}.queue-card-actions button{flex:1}}.matching-prepare-v5{padding:14px 12px 92px}.matching-module-intro{padding:2px 4px 10px}.matching-module-intro h1{margin:4px 0 2px;font-size:18px}.matching-module-intro p{color:#cdebe494;margin:0;font-size:10px;line-height:1.45}.matching-search-card-v5,.active-donor-card-v5{background:#001815e0;border:1px solid #5adabc38;border-radius:15px;box-shadow:0 12px 28px #0000001f}.matching-search-card-v5{padding:13px}.matching-search-card-v5 h2{margin:4px 0 2px;font-size:14px}.matching-search-card-v5 p{color:#c1e2da8a;margin:0;font-size:9px;line-height:1.4}.matching-search-row-v5{grid-template-columns:minmax(0,1fr) auto;gap:7px;margin-top:10px;display:grid}.matching-search-row-v5 input{min-width:0;height:39px}.matching-search-row-v5 button{color:#003c33;background:#70dfc5;border:0;border-radius:10px;min-width:76px;padding:0 12px;font-size:10px;font-weight:900}.active-donor-card-v5{margin-top:10px;padding:13px}.active-donor-top-v5{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.active-donor-top-v5 h2{margin:4px 0 2px;font-size:16px}.active-donor-top-v5 p{color:#bee1d89e;margin:0;font-size:9px}.donor-name-v5{margin-top:12px}.donation-cards-v5{gap:7px;margin-top:11px;display:grid}.saved-donation-card-v5{background:#000c0a7a;border:1px solid #59cfb426;border-radius:11px;grid-template-columns:26px minmax(0,1fr) 25px;align-items:start;gap:8px;padding:9px;display:grid}.saved-donation-index-v5{color:#003d34;background:#37c7a6;border-radius:8px;place-items:center;width:26px;height:26px;font-size:9px;font-weight:950;display:grid}.saved-donation-copy-v5{gap:2px;min-width:0;display:grid}.saved-donation-copy-v5 strong{font-size:10px}.saved-donation-copy-v5 span,.saved-donation-copy-v5 small,.saved-donation-copy-v5 p{color:#c1e0d9a3;overflow-wrap:anywhere;margin:0;font-size:8px}.saved-donation-card-v5>button{color:#ffb0b0;background:#84202040;border:0;border-radius:7px;width:25px;height:25px}.compact-donation-form-v5{background:#002e2747;border:1px dashed #53d8b940;border-radius:12px;gap:9px;margin-top:11px;padding:11px;display:grid}.compact-form-title-v5{align-items:center;gap:8px;display:flex}.compact-form-title-v5>span{color:#003d34;background:#48d0b0;border-radius:8px;place-items:center;width:27px;height:27px;font-weight:950;display:grid}.compact-form-title-v5 h3{margin:0;font-size:12px}.compact-form-title-v5 p{color:#bfe2d985;margin:2px 0 0;font-size:8px}.compact-anonymous-v5{min-height:34px;margin-top:-3px}.compact-add-v5{min-height:39px}.matching-sticky-actions-v5{z-index:7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#001915f7;border-top:1px solid #59d0b62b;grid-template-columns:.9fr 1.1fr;gap:7px;margin:12px -13px -13px;padding:10px 13px 12px;display:grid;position:sticky;bottom:45px}.matching-search-empty-v5{background:#0018159e;border:1px dashed #53d2b533;border-radius:14px;min-height:130px;margin-top:10px}.matching-prepare-v5 .matching-shell,.matching-prepare-v5 .matching-header,.matching-prepare-v5 .matching-form-panel,.matching-prepare-v5 .matching-side-panel{display:none!important}.matching-workspace{min-height:100%}.matching-workspace .matching-module-tabs{z-index:auto!important;margin:10px 12px 0!important;position:static!important;top:auto!important}.matching-prepare-v6{gap:8px;padding:10px 12px 92px;display:grid}.matching-search-strip-v6,.donor-summary-v6,.saved-items-v6,.new-donation-v6{background:#001815e0;border:1px solid #5dd8bc2e;border-radius:13px}.matching-search-strip-v6{padding:11px}.matching-search-copy-v6{gap:2px;margin-bottom:8px;display:grid}.matching-search-copy-v6 strong{color:#effbf8;font-size:13px}.matching-search-copy-v6 small{color:#c2e1da94;font-size:9px}.matching-search-row-v6{grid-template-columns:minmax(0,1fr) 52px;gap:7px;display:grid}.matching-search-row-v6 input,.matching-search-row-v6 button{height:37px}.matching-search-row-v6 button{color:#003b32;background:#6edcc2;border:0;border-radius:9px;font-size:10px;font-weight:900}.donor-summary-v6{padding:11px;display:block}.donor-summary-main-v6{gap:10px;width:100%;display:grid}.donor-summary-title-v6{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.donor-summary-v6 h2{margin:3px 0 1px;font-size:15px}.donor-summary-v6 p{color:#c1e2da9e;margin:0;font-size:9px}.donor-summary-meta-v6{justify-items:end;gap:3px;display:grid}.donor-summary-meta-v6 span{color:#82ead3;background:#00765e4d;border-radius:99px;padding:4px 7px;font-size:8px;font-weight:900}.donor-summary-meta-v6 small{color:#beded680;font-size:7px}.donor-name-line-v6{padding:0}.donor-name-line-v6 input{height:36px}.saved-items-v6,.new-donation-v6{padding:11px}.section-heading-v6{justify-content:space-between;align-items:center;gap:8px;display:flex}.section-heading-v6>div{gap:2px;display:grid}.section-heading-v6 strong{color:#effbf8;font-size:13px}.section-heading-v6>span{color:#003d34;background:#42cbaa;border-radius:8px;place-items:center;min-width:25px;height:25px;padding:0 7px;font-size:9px;font-weight:950;display:grid}.saved-items-list-v6{gap:6px;margin-top:8px;display:grid}.saved-item-v6{background:#000c0a80;border-radius:9px;grid-template-columns:25px minmax(0,1fr) 28px;align-items:start;gap:8px;padding:8px;display:grid}.saved-item-actions-v10{gap:5px;display:grid}.saved-item-actions-v10 button{cursor:pointer;border:0;border-radius:7px;width:28px;height:28px;font-size:13px;font-weight:900}.saved-item-actions-v10 .saved-item-edit-v10{color:#82ead2;background:#0068566b}.saved-item-actions-v10 .saved-item-remove-v10{color:#ffb1b1;background:#86232347}.saved-item-v6:has(.saved-item-edit-v10:hover){outline:1px solid #64ddc259}.add-item-v6.editing-v10{color:#003d34;background:#64ddc2;border-style:solid;border-color:#64ddc29e}.saved-item-number-v6{color:#003d34;background:#45ceb0;border-radius:7px;place-items:center;width:25px;height:25px;font-size:8px;font-weight:950;display:grid}.saved-item-main-v6{gap:1px;min-width:0;display:grid}.saved-item-main-v6 strong{font-size:10px}.saved-item-main-v6 span,.saved-item-main-v6 small,.saved-item-main-v6 p{color:#c4e3dc9e;overflow-wrap:anywhere;margin:0;font-size:8px}.saved-item-v6>button{color:#ffb1b1;background:#86232347;border:0;border-radius:7px;width:25px;height:25px}.saved-items-empty-v6{color:#bfded680;text-align:center;border:1px dashed #5bd0b533;border-radius:9px;margin-top:8px;padding:10px;font-size:8px}.new-donation-grid-v6{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.new-donation-grid-v6 .full-v6{grid-column:1/-1}.new-donation-grid-v6 input,.new-donation-grid-v6 select{height:36px}.new-donation-grid-v6 textarea{min-height:58px}.behalf-row-v6{grid-template-columns:minmax(0,1fr) 78px 58px;gap:6px;display:grid}.behalf-row-v6 button{color:#f0c667;background:#6f4b0033;border:1px solid #e0b1446b;border-radius:9px;font-size:8px;font-weight:850}.behalf-row-v6 .receipt-name-button-v6{color:#72dec5;background:#005c4c3d;border-color:#50d7b86b}.add-item-v6{color:#72dec5;background:#004d4029;border:1px dashed #50d7b857;border-radius:9px;width:100%;min-height:37px;margin-top:9px;font-size:9px;font-weight:900}.notice-v6{margin:0}.matching-actions-v6{z-index:8;background:linear-gradient(#002f2800,#002f28fa 24%);grid-template-columns:.9fr 1.1fr;gap:7px;padding:10px 0 2px;display:grid;position:sticky;bottom:42px}.matching-actions-v6 button{border-radius:11px;min-height:46px;font-size:12px;font-weight:900}.matching-actions-v6 button:disabled{opacity:.48;cursor:not-allowed}.matching-empty-v6{color:#c2e1d994;text-align:center;background:#001815ad;border:1px dashed #59d3b733;border-radius:13px;align-content:center;place-items:center;gap:5px;min-height:150px;display:grid}.matching-empty-v6>span{font-size:22px}.matching-empty-v6 strong{color:#dff5ef;font-size:11px}.matching-empty-v6 p{margin:0;font-size:8px}@media (width<=390px){.new-donation-grid-v6{grid-template-columns:1fr}.new-donation-grid-v6 .full-v6{grid-column:auto}}.matching-queue-v7{gap:9px;padding:10px 12px 94px;display:grid}.queue-dashboard-v7{background:#001815e0;border:1px solid #5bd6b92e;border-radius:13px;gap:10px;padding:12px;display:grid}.queue-dashboard-v7 h1{color:#eefbf8;letter-spacing:-.01em;margin:0;font-size:17px;font-weight:850}.queue-stats-v7{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.queue-stats-v7 div{text-align:center;background:#000d0b80;border-radius:9px;gap:1px;padding:7px;display:grid}.queue-stats-v7 strong{color:#75e1c8;font-size:15px}.queue-stats-v7 span{color:#c2e1da94;font-size:7px}.queue-main-tabs-v7{margin:0!important}.queue-main-tabs-v7 button{justify-content:center;align-items:center;gap:6px;display:flex}.queue-main-tabs-v7 button span{min-width:20px;height:20px;color:inherit;background:#ffffff1a;border-radius:99px;place-items:center;padding:0 5px;font-size:8px;display:grid}.queue-tools-v7{grid-template-columns:1fr;gap:8px;display:grid}.queue-search-v7{background:#00120fb3;border:1px solid #5ad0b62e;border-radius:12px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;transition:border-color .15s,box-shadow .15s;display:grid}.queue-search-v7:focus-within{border-color:#64ddc29e;box-shadow:0 0 0 3px #64ddc214}.queue-search-v7 span{text-align:center;color:#68d8bf;font-size:15px}.queue-search-v7 input{color:#f4fffc;background:0 0;border:0;outline:0;width:100%;min-width:0;height:46px;padding:0 4px 0 0;font-size:12px}.queue-search-v7 input::placeholder{color:#c4e3dc7a}.queue-search-v7 button{color:#dcf4eebf;cursor:pointer;background:#ffffff12;border:0;border-radius:8px;width:30px;height:30px;margin-right:7px;font-size:17px}.queue-sort-row-v9{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;display:grid}.queue-sort-row-v9>span{color:#c4e3dca6;font-size:10px;font-weight:750}.queue-sort-row-v9 select{color:#eafffa;background:#00120fb3;border:1px solid #5ad0b62e;border-radius:10px;width:100%;height:39px;padding:0 34px 0 12px;font-size:11px;font-weight:750}.queue-filter-row-v7{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:wrap;margin:0;padding:0;overflow-x:visible}.queue-filter-row-v7 button{white-space:nowrap;flex:1 0 auto;min-height:34px;padding:7px 11px}.queue-filter-row-v7::-webkit-scrollbar{width:0;height:0;display:none}.queue-list-v7{gap:7px;display:grid}.queue-job-v7{background:#001613d1;border:1px solid #5acfb52b;border-radius:12px;overflow:hidden}.queue-job-v7.ready{border-left:3px solid #50d6b7}.queue-job-v7.waiting{border-left:3px solid #e9bc58}.queue-job-v7.matched{border-left:3px solid #8e9bd9}.queue-job-summary-v7{width:100%;color:inherit;text-align:left;background:0 0;border:0;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px;display:grid}.queue-job-rank-v7{color:#003d34;background:#52d3b5;border-radius:8px;place-items:center;width:28px;height:28px;font-size:11px;font-weight:950;display:grid}.queue-job-v7.waiting .queue-job-rank-v7{color:#5a3900;background:#e9bc58}.queue-job-v7.matched .queue-job-rank-v7{color:#20294f;background:#9ca8e5}.queue-job-copy-v7{gap:3px;min-width:0;display:grid}.queue-job-copy-v7>div{grid-template-columns:minmax(0,1fr);gap:1px;display:grid}.queue-job-copy-v7 strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.queue-job-copy-v7 span,.queue-job-copy-v7 small{color:#c2e1da94;font-size:8px}.queue-job-state-v7{justify-items:end;gap:4px;display:grid}.queue-job-state-v7 b{color:#bee0d785;font-size:10px}.queue-job-detail-v7{border-top:1px solid #5bcfb51f;gap:9px;padding:0 9px 10px;display:grid}.queue-identity-copy-v7{grid-template-columns:1fr 1fr;gap:6px;padding-top:9px;display:grid}.queue-identity-copy-v7 .full-v7{grid-column:1/-1}.queue-identity-copy-v7 button,.queue-copy-grid-v7 button{min-width:0;color:inherit;text-align:left;background:#000c0a7a;border:1px solid #58cbb224;border-radius:9px;gap:2px;padding:8px;display:grid}.queue-identity-copy-v7 span,.queue-copy-grid-v7 span{color:#68d8bf;font-size:7px;font-weight:850}.queue-identity-copy-v7 strong,.queue-copy-grid-v7 strong{overflow-wrap:anywhere;font-size:9px}.queue-identity-copy-v7 small{color:#c2e1da7a;font-size:7px}.queue-donations-v7{gap:7px;display:grid}.queue-donations-v7>article{background:#00272161;border-radius:10px;padding:8px}.queue-donation-title-v7{align-items:center;gap:7px;margin-bottom:7px;display:flex}.queue-donation-title-v7 span{color:#003d34;background:#49ceb0;border-radius:7px;place-items:center;width:22px;height:22px;font-size:8px;font-weight:950;display:grid}.queue-copy-grid-v7{grid-template-columns:repeat(3,1fr);gap:5px;display:grid}.queue-problems-v7{background:#6842002e;border:1px solid #e7b44a33;border-radius:9px;padding:8px}.queue-problems-v7>strong{color:#f1c96d;margin-bottom:5px;font-size:8px;display:block}.queue-problems-v7>div{flex-wrap:wrap;gap:4px;display:flex}.queue-problems-v7 span{color:#f1cb79;background:#7e4e004d;border-radius:6px;padding:4px 6px;font-size:7px}.queue-audit-v7{color:#beded67a;flex-wrap:wrap;gap:3px 8px;font-size:7px;display:flex}.queue-actions-v7{grid-template-columns:repeat(2,1fr);gap:6px;display:grid}.queue-actions-v7 button{border:0;border-radius:9px;min-height:36px;font-size:8px;font-weight:900}.queue-actions-v7 .claim-v7{color:#f2c968;background:#6f490047}.queue-actions-v7 .edit-v7{color:#a6eadb;background:#00554673}.queue-actions-v7 .finish-v7{color:#003c33;background:#64ddc2;grid-column:1/-1}@media (width<=375px){.queue-tools-v7,.queue-copy-grid-v7{grid-template-columns:1fr}.queue-copy-grid-v7 .full-v7{grid-column:auto}}.matching-workspace,.matching-workspace button,.matching-workspace input,.matching-workspace select,.matching-workspace textarea{font-size:13px}.matching-workspace .matching-eyebrow{font-size:11px}.matching-workspace .matching-module-tabs button,.matching-workspace .queue-main-tabs-v7 button{font-size:13px}.queue-dashboard-v7 h1,.queue-stats-v7 strong{font-size:18px}.queue-stats-v7 span{font-size:9px}.queue-job-summary-v7{grid-template-columns:34px minmax(0,1fr) auto;gap:10px;padding:12px 10px}.queue-job-rank-v7{width:34px;height:34px;font-size:14px}.queue-job-copy-v7 strong{font-size:14px}.queue-job-copy-v7 span,.queue-job-copy-v7 small{font-size:10px;line-height:1.35}.queue-job-state-v7 .record-status{padding:6px 10px;font-size:10px}.queue-job-state-v7 b{font-size:14px}.copy-all-v8{color:#bff8eb;background:#005e4e6b;border:1px solid #5bddbf52;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:42px;margin-top:10px;padding:9px 12px;font-size:11px;font-weight:900;display:flex}.queue-identity-copy-v7{gap:8px}.queue-identity-copy-v7 button,.queue-copy-grid-v7 button{background:#00120fb8;border-color:#5ed7bc3d;gap:4px;min-height:76px;padding:11px 30px 11px 11px;transition:transform .12s,border-color .12s,background .12s;position:relative}.queue-identity-copy-v7 button:hover,.queue-copy-grid-v7 button:hover{background:#00453a80;border-color:#69eccd8c}.queue-identity-copy-v7 button:active,.queue-copy-grid-v7 button:active{transform:scale(.985)}.queue-identity-copy-v7 button:after,.queue-copy-grid-v7 button:after{content:"⧉";color:#71dfc7;font-size:15px;font-weight:900;position:absolute;top:10px;right:10px}.queue-identity-copy-v7 span,.queue-copy-grid-v7 span{font-size:10px}.queue-identity-copy-v7 strong,.queue-copy-grid-v7 strong{font-size:13px;line-height:1.3}.queue-identity-copy-v7 small{font-size:9px}.queue-copy-grid-v7{gap:7px}.queue-donation-title-v7 span{width:28px;height:28px;font-size:10px}.queue-donation-title-v7 strong{font-size:14px}.queue-problems-v7>strong{font-size:10px}.queue-problems-v7 span{font-size:9px}.queue-audit-v7{font-size:9px;line-height:1.5}.copied-v8{color:#d9fff6!important;background:#007c658c!important;border-color:#77ead0!important}.copied-v8:after{content:"✓"!important;color:#baffef!important}@media (width<=375px){.queue-identity-copy-v7,.queue-copy-grid-v7{grid-template-columns:1fr}.queue-copy-grid-v7 .full-v7{grid-column:auto}}.queue-job-detail-v7{gap:9px;padding:0 10px 11px}.copy-all-v8{justify-content:flex-start;min-height:38px;margin-top:8px;padding:8px 11px;font-size:10px}.copy-all-v8 span{font-size:15px}.queue-identity-copy-v7{gap:7px;padding-top:0}.queue-identity-copy-v7 button{min-height:62px;padding:9px 30px 9px 10px}.queue-identity-copy-v7 strong{font-size:14px}.queue-donations-v7>article{padding:9px}.queue-donation-title-v7{margin-bottom:8px}.queue-copy-grid-v7{grid-template-columns:1fr;gap:6px}.queue-copy-grid-v7 .full-v7{grid-column:auto}.queue-copy-grid-v7 button{grid-template-columns:92px minmax(0,1fr);align-items:center;column-gap:10px;min-height:52px;padding:9px 34px 9px 11px}.queue-copy-grid-v7 button span{grid-column:1;font-size:10px}.queue-copy-grid-v7 button strong{grid-column:2;font-size:14px;line-height:1.25}.queue-copy-grid-v7 button:after{top:50%;right:11px;transform:translateY(-50%)}.queue-audit-v7{color:#cbe9e29e;background:#00120f7a;border-radius:8px;gap:5px;padding:8px 9px;font-size:9px}.queue-audit-v7 span{flex:45%}.queue-actions-v7{gap:7px}.queue-actions-v7 button{min-height:44px;font-size:11px}.matching-workspace{flex:auto;min-height:0;overflow-y:auto}.matching-workspace+.release-footer{z-index:20;flex:0 0 48px}.workspace{flex-direction:column;flex:auto;gap:10px;min-height:0;padding:14px 14px 18px;display:flex;overflow-y:auto}.workspace .editor-top-control,.workspace .field-group,.workspace .divider,.workspace .result-section-anchor{flex:none;margin:0}.workspace .donor-toggle{border-radius:14px!important;grid-template-columns:42px minmax(0,1fr) 26px!important;gap:10px!important;height:62px!important;min-height:62px!important;padding:8px 11px!important}.workspace .donor-toggle-icon,.workspace .donor-toggle>span:first-child{border-radius:11px!important;width:42px!important;height:42px!important;font-size:19px!important}.workspace .donor-toggle-copy strong{font-size:13px!important}.workspace .donor-toggle-copy small{font-size:9px!important}.workspace .field-heading{margin-bottom:6px}.workspace .field-group label,.workspace .result-heading h2{font-weight:820;font-size:13.5px!important}.workspace .field-heading span{font-size:9px!important}.workspace .field-group>textarea,.workspace #message{border-radius:13px;height:116px;min-height:116px;max-height:170px;padding:14px;font-size:13px!important;line-height:1.5!important}.workspace .primary-button{border-radius:12px;height:48px;min-height:48px;font-size:12.5px!important}.workspace .divider{margin:2px 0 0}.workspace .result-section-anchor{flex-direction:column;flex:auto;min-height:245px;display:flex}.workspace .result-heading{min-height:28px;margin:0 0 7px}.workspace .result-heading-actions{gap:7px}.workspace .result-layout{flex:auto;min-height:205px;display:flex}.workspace .result-card{border-radius:14px;width:100%;height:auto;min-height:205px;padding:15px}.workspace .result-card.has-result{min-height:145px}.workspace .empty-state{gap:7px;min-height:170px;padding:20px 14px}.workspace .empty-icon{border-radius:10px;width:34px;height:34px;margin:0 0 2px;font-size:14px}.workspace .empty-state strong{font-size:13px!important}.workspace .empty-state>span{max-width:250px;margin-top:0;line-height:1.45;font-size:9.5px!important}.workspace .empty-sample-link{color:#ffffffd1;cursor:pointer;background:#ffffff0f;border:1px solid #fff3;border-radius:9px;margin-top:7px;padding:8px 12px;font-size:9.5px;font-weight:750;text-decoration:none}.workspace .empty-sample-link:hover{color:#fff;background:#6ee3ad1a;border-color:#6ee3ad94}.workspace .result-card p{font-size:13px!important;line-height:1.58!important}.saved-items-list-v6{gap:9px}.saved-item-v6.saved-item-v11{background:#00120fb8;border:1px solid #5bd0b51f;border-radius:12px;grid-template-columns:36px minmax(0,1fr) 36px;gap:11px;padding:12px;transition:border-color .15s,background .15s}.saved-item-v11.is-editing-v11{background:#0044397a;border-color:#64ddc2ad;box-shadow:0 0 0 3px #64ddc212}.saved-item-v11 .saved-item-number-v6{border-radius:10px;width:36px;height:36px;font-size:12px}.saved-item-v11 .saved-item-main-v6{gap:8px}.saved-item-v11 .saved-item-activity-v11{color:#f4fffc;font-size:14px;font-weight:850;line-height:1.2}.saved-item-info-v11{flex-wrap:wrap;gap:7px;display:flex}.saved-item-info-v11>span{background:#ffffff0b;border-radius:8px;gap:2px;min-width:96px;padding:6px 8px;display:grid}.saved-item-info-v11 small,.saved-item-note-v11 small{letter-spacing:.2px;font-weight:800;color:#61d7bd!important;font-size:8px!important}.saved-item-info-v11 b{color:#effffbe6;font-size:10px;font-weight:720;line-height:1.35}.saved-item-v11 .saved-item-note-v11{color:#e1f6f1b8;background:#ffffff09;border-left:2px solid #64ddc266;border-radius:0 7px 7px 0;gap:3px;padding:7px 8px;font-size:9px;line-height:1.4;display:grid}.saved-item-v11 .saved-item-actions-v10{gap:7px}.saved-item-v11 .saved-item-actions-v10 button{border:1px solid #0000;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.saved-item-v11 .saved-item-actions-v10 svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.saved-item-v11 .saved-item-edit-v10{color:#74e2c9;background:#00645361;border-color:#64ddc233}.saved-item-v11 .saved-item-remove-v10{color:#faa;background:#701e1e47;border-color:#ff808026}.matching-empty-v6.matching-welcome-v12{background:radial-gradient(circle at 50% 18%,#47cfb01a,#0000 42%),#001815ad;border-color:#64ddc247;gap:10px;min-height:285px;padding:26px 22px}.matching-welcome-icon-v12{color:#67ddc3;background:#005e4e47;border:1px solid #64ddc252;border-radius:15px;place-items:center;width:52px;height:52px;margin-bottom:2px;display:grid}.matching-welcome-icon-v12 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.matching-welcome-v12>strong{font-size:15px}.matching-welcome-v12>p{color:#d2ece6a8;max-width:290px;font-size:10px;line-height:1.5}.matching-welcome-steps-v12{gap:7px;width:min(100%,310px);margin-top:5px;display:grid}.matching-welcome-steps-v12 span{color:#e6f8f4c7;text-align:left;background:#ffffff0b;border-radius:9px;align-items:center;gap:9px;padding:9px 11px;font-size:9.5px;display:flex}.matching-welcome-steps-v12 b{color:#003d34;background:#64ddc2;border-radius:7px;flex:0 0 21px;place-items:center;width:21px;height:21px;font-size:9px;display:grid}.matching-welcome-notice-v12{color:#f2c968;margin-top:3px;font-size:9px;font-weight:750}.matching-workspace{scrollbar-gutter:stable}.matching-prepare-v6,.matching-queue-v7{padding-left:14px;padding-right:14px}.matching-search-strip-v6.has-active-card-v13{z-index:14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-color:#64ddc242;padding:8px;position:sticky;top:0;box-shadow:0 8px 22px #00141147}.matching-search-strip-v6.has-active-card-v13 .matching-search-copy-v6{display:none}.matching-search-strip-v6.has-active-card-v13 .matching-search-row-v6 input,.matching-search-strip-v6.has-active-card-v13 .matching-search-row-v6 button{height:40px}.matching-workspace .matching-field>span,.matching-workspace .section-heading-v6>strong{font-size:12px}.matching-workspace input,.matching-workspace select,.matching-workspace textarea{font-size:13px}.matching-workspace .donor-summary-title-v6 h2{font-size:18px}.matching-actions-v6{background:linear-gradient(#002f2800,#002f28f7 28%,#002f28);margin:0 -2px;padding:14px 2px 8px;bottom:0}.matching-actions-v6 button{min-height:52px;font-size:13px}@media (width<=410px){.matching-prepare-v6,.matching-queue-v7{padding-left:11px;padding-right:11px}}.queue-dashboard-heading-v14{justify-content:space-between;align-items:center;gap:10px;display:flex}.matching-window-mode-v14{color:#003d37;min-height:40px;font:inherit;cursor:pointer;white-space:nowrap;background:#64ddc2;border:1px solid #64ddc26b;border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:11px;font-weight:850;display:inline-flex}.matching-window-mode-v14:hover{background:#80ead2}.matching-window-mode-v14 span{font-size:17px;line-height:1}.matching-bottom-mode{height:100vh;min-height:0;overflow:hidden}.matching-bottom-mode .release-topbar,.matching-bottom-mode .release-footer,.matching-bottom-mode .matching-module-tabs{display:none!important}.matching-bottom-mode .matching-workspace{height:100vh;min-height:0;overflow:hidden}.matching-bottom-mode .matching-queue-v7{box-sizing:border-box;grid-template-rows:42px 42px 36px minmax(0,1fr);grid-template-columns:210px minmax(0,1fr);gap:6px 12px;height:100%;min-height:0;padding:10px 14px;display:grid;overflow:hidden}.matching-bottom-mode .queue-dashboard-v7{flex-direction:column;grid-area:1/1/5;justify-content:flex-start;gap:8px;min-height:0;padding:10px;display:flex}.matching-bottom-mode .queue-dashboard-heading-v14{flex-direction:column;align-items:stretch}.matching-bottom-mode .queue-dashboard-v7 h1{margin:0;font-size:16px}.matching-bottom-mode .matching-window-mode-v14{width:100%;min-height:38px;font-size:11px}.matching-bottom-mode .queue-stats-v7{grid-template-columns:1fr;gap:7px;display:grid}.matching-bottom-mode .queue-stats-v7>div{justify-content:space-between;align-items:center;min-height:42px;padding:5px 9px;display:flex}.matching-bottom-mode .queue-stats-v7 strong{font-size:17px}.matching-bottom-mode .queue-main-tabs-v7{grid-area:1/2;min-height:42px}.matching-bottom-mode .queue-main-tabs-v7 button{min-height:38px;font-size:12px}.matching-bottom-mode .queue-tools-v7{grid-area:2/2;grid-template-columns:minmax(280px,1fr) minmax(190px,270px);align-items:end;gap:10px;display:grid}.matching-bottom-mode .queue-search-v7,.matching-bottom-mode .queue-sort-row-v9 select{min-height:40px}.matching-bottom-mode .queue-sort-row-v9{grid-template-columns:auto minmax(150px,1fr);align-items:center;gap:8px}.matching-bottom-mode .queue-filter-row-v7{flex-wrap:nowrap;grid-area:3/2;gap:8px;padding:0;display:flex;overflow:visible}.matching-bottom-mode .queue-filter-row-v7 button{flex:none;min-height:34px;padding:0 15px;font-size:11px}.matching-bottom-mode .queue-list-v7{scrollbar-width:thin;scrollbar-color:#55d6b8 #00191573;grid-area:4/2;grid-template-columns:1fr;align-content:start;gap:10px;min-height:0;padding:2px 5px 10px 0;display:grid;overflow:hidden auto}.matching-bottom-mode .queue-list-v7::-webkit-scrollbar{width:9px}.matching-bottom-mode .queue-list-v7::-webkit-scrollbar-thumb{background:#55d6b8;border:2px solid #003d37;border-radius:999px}.matching-bottom-mode .queue-job-v7{margin:0}.matching-bottom-mode .queue-job-v7.expanded{grid-column:1/-1}.matching-bottom-mode .queue-job-summary-v7{min-height:72px;padding:10px 14px}.matching-bottom-mode .queue-job-rank-v7{border-radius:11px;width:42px;height:42px;font-size:16px}.matching-bottom-mode .queue-job-summary-v7{grid-template-columns:42px minmax(0,1fr) auto;gap:12px}.matching-bottom-mode .queue-job-state-v7 .record-status{padding:7px 12px;font-size:11px}.matching-bottom-mode .queue-job-detail-v7{grid-template-rows:auto auto 36px auto;grid-template-columns:minmax(420px,.9fr) minmax(520px,1.6fr);align-items:start;gap:10px 14px;padding:8px 12px 9px}.matching-bottom-mode .copy-all-v8{grid-area:1/1;min-height:42px;font-size:12px}.matching-bottom-mode .queue-identity-copy-v7{grid-area:2/1;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding-top:0}.matching-bottom-mode .queue-identity-copy-v7 .full-v7{grid-column:auto}.matching-bottom-mode .queue-identity-copy-v7 button,.matching-bottom-mode .queue-copy-grid-v7 button{border-color:#64ddc24d;min-height:58px;padding:8px 10px}.matching-bottom-mode .queue-identity-copy-v7 span,.matching-bottom-mode .queue-copy-grid-v7 span{font-size:10px}.matching-bottom-mode .queue-donations-v7{grid-area:1/2/span 2;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:10px}.matching-bottom-mode .queue-donations-v7>article{padding:9px}.matching-bottom-mode .queue-donation-title-v7 span{width:30px;height:30px;font-size:11px}.matching-bottom-mode .queue-donation-title-v7 strong{font-size:14px}.matching-bottom-mode .queue-audit-v7{display:none}.matching-bottom-mode .queue-problems-v7>strong{font-size:11px}.matching-bottom-mode .queue-problems-v7,.matching-bottom-mode .queue-audit-v7,.matching-bottom-mode .queue-actions-v7{grid-column:1/-1}.matching-bottom-mode .queue-actions-v7{z-index:3;grid-row:3;grid-template-columns:repeat(3,minmax(180px,260px));justify-content:start;align-self:stretch;gap:8px;margin:0;position:relative}.matching-bottom-mode .queue-problems-v7{grid-row:4}.matching-bottom-mode .queue-problems-v7 span{font-size:10px}.matching-bottom-mode .queue-actions-v7{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.matching-bottom-mode .queue-actions-v7 button{border-radius:9px;height:36px;min-height:36px;padding:0 16px;font-size:12px;line-height:1}.matching-bottom-mode .queue-actions-v7 .finish-v7{grid-column:auto}.matching-bottom-mode .queue-job-copy-v7 strong{font-size:16px}.matching-bottom-mode .queue-job-copy-v7 span,.matching-bottom-mode .queue-job-copy-v7 small,.matching-bottom-mode .queue-identity-copy-v7 span,.matching-bottom-mode .queue-copy-grid-v7 span{font-size:11px}.matching-bottom-mode .queue-identity-copy-v7 strong,.matching-bottom-mode .queue-copy-grid-v7 strong{font-size:15px}.matching-bottom-mode .queue-identity-copy-v7 small{font-size:10px}.matching-bottom-mode .queue-job-detail-v7{grid-template-rows:62px auto 38px auto;grid-template-columns:250px minmax(0,1fr);gap:8px 12px}.matching-bottom-mode .copy-all-v8{grid-area:1/1;width:100%;height:62px}.matching-bottom-mode .queue-identity-copy-v7{grid-area:1/2;grid-template-columns:repeat(3,minmax(0,1fr));height:62px}.matching-bottom-mode .queue-identity-copy-v7 button{height:62px;min-height:62px}.matching-bottom-mode .queue-donations-v7{grid-area:2/1/auto/-1;grid-template-columns:1fr;gap:7px;display:grid}.matching-bottom-mode .queue-donations-v7>article{border:1px solid #64ddc226;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:12px;min-height:64px;padding:8px 10px;display:grid}.matching-bottom-mode .queue-donation-title-v7{min-width:0;margin:0}.matching-bottom-mode .queue-donation-title-v7 strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.matching-bottom-mode .queue-copy-grid-v7{grid-template-columns:repeat(4,minmax(150px,1fr));gap:7px}.matching-bottom-mode .queue-copy-grid-v7 button{height:50px;min-height:50px;padding:7px 10px}.matching-bottom-mode .queue-copy-grid-v7 strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.matching-bottom-mode .queue-copy-grid-v7 .full-v7{grid-column:auto}.matching-bottom-mode .queue-actions-v7{grid-area:3/1/auto/-1}.matching-bottom-mode .queue-problems-v7{grid-area:4/1/auto/-1}@media (width<=1100px){.matching-bottom-mode .queue-job-detail-v7{grid-template-columns:210px minmax(0,1fr)}.matching-bottom-mode .queue-copy-grid-v7{grid-template-columns:repeat(3,minmax(120px,1fr))}}.edit-module-tabs-v16{background:#001c18c7;border-radius:15px;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:12px;padding:6px;display:grid}.edit-module-tabs-v16 button{color:#cfebe59e;background:0 0;border:0;border-radius:11px;min-height:48px;font-size:12px;font-weight:850}.edit-module-tabs-v16 button.active{color:#003d37;background:#effcf8}.edit-module-tabs-v16 button span{margin-right:5px}.edit-module-tabs-v16 button small{color:#e7fff9;background:#087e6c;border-radius:999px;margin-left:6px;padding:3px 6px;font-size:8px}.quick-messages-v16{display:none}.workspace.quick-messages-active .quick-messages-v16{gap:10px;min-height:0;display:grid}.quick-messages-heading-v16{background:#001a16b3;border:1px solid #64ddc22e;border-radius:14px;justify-content:space-between;align-items:center;padding:13px 15px;display:flex}.quick-messages-heading-v16 span{color:#58d9bb;letter-spacing:.14em;font-size:9px;font-weight:950}.quick-messages-heading-v16 h2{margin:3px 0 0;font-size:16px}.quick-messages-heading-v16>strong{color:#003d37;background:#60dabe;border-radius:11px;place-items:center;width:38px;height:38px;font-size:13px;display:grid}.quick-heading-actions-v17{align-items:center;gap:8px;display:flex}.quick-heading-actions-v17>button{color:#bff4e8;background:#00463bcc;border:1px solid #64ddc24d;border-radius:10px;align-items:center;gap:5px;min-height:38px;padding:0 11px;font-size:9px;font-weight:900;display:inline-flex}.quick-heading-actions-v17>button span{font-size:15px}.quick-heading-actions-v17>strong{color:#003d37;background:#60dabe;border-radius:11px;place-items:center;width:38px;height:38px;font-size:13px;display:grid}.quick-search-v16{background:#001512d1;border:1px solid #64ddc233;border-radius:13px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-height:48px;padding:0 12px;display:grid}.quick-search-v16>span{color:#59d6ba;font-size:16px}.quick-search-v16 input{color:#f2fffc;background:0 0;border:0;outline:0;width:100%;font-size:13px}.quick-search-v16 button{color:#9ddbcf;background:0 0;border:0;font-size:18px}.quick-special-tabs-v16{grid-template-columns:1fr 1fr;gap:7px;display:grid}.quick-special-tabs-v16 button,.quick-category-list-v16 button{color:#b5d9d1;background:#001f1bb8;border:1px solid #64ddc22e;border-radius:10px;min-height:38px;font-size:10px;font-weight:800}.quick-special-tabs-v16 button.active,.quick-category-list-v16 button.active{color:#003d37;background:#64ddc2;border-color:#64ddc2}.quick-category-list-v16{scrollbar-width:thin;scrollbar-color:#4fcfb2 transparent;gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.quick-category-list-v16 button{flex:none;align-items:center;gap:6px;padding:0 10px;display:inline-flex}.quick-category-list-v16 button small{opacity:.65;font-size:8px}.quick-message-list-v16{gap:7px;padding-bottom:18px;display:grid}.quick-message-list-v16 article{background:#001915bd;border:1px solid #64ddc229;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:12px;display:grid}.quick-message-copy-v16{color:#f0fffb;text-align:left;background:0 0;border:0;gap:5px;min-width:0;padding:2px;display:grid}.quick-message-copy-v16 small{color:#59d8bb;font-size:10px;font-weight:900}.quick-message-copy-v16 p{margin:0;font-size:14px;line-height:1.5}.quick-message-copy-v16 strong{color:#b8ded685;font-size:10px}.quick-message-actions-v16{grid-template-rows:1fr 1fr;gap:6px;display:grid}.quick-message-actions-v16 button{color:#71dfc6;background:#003a31b8;border:1px solid #64ddc233;border-radius:9px;width:42px;min-height:39px;font-size:17px}.quick-message-actions-v16 button.favorite{color:#ffd36e;border-color:#ffc95361}.quick-empty-v16{color:#c6e4dd99;text-align:center;border:1px dashed #64ddc240;border-radius:14px;align-content:center;place-items:center;gap:7px;min-height:220px;display:grid}.quick-empty-v16 span{font-size:25px}.quick-empty-v16 p{margin:0;font-size:10px}.quick-add-backdrop-v17{z-index:90;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000d0bc2;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.quick-add-panel-v17{color:#effffb;background:#003b34;border:1px solid #64ddc24d;border-radius:18px;gap:15px;width:min(100%,390px);padding:18px;display:grid;box-shadow:0 24px 70px #00000073}.quick-add-panel-v17 header{justify-content:space-between;align-items:flex-start;display:flex}.quick-add-panel-v17 header span{color:#63ddc1;letter-spacing:.14em;font-size:9px;font-weight:950}.quick-add-panel-v17 h3{margin:4px 0 0;font-size:19px}.quick-add-panel-v17 header>button{color:#b7e8dd;background:#001b17b3;border:1px solid #64ddc238;border-radius:10px;width:36px;height:36px;font-size:20px}.quick-add-panel-v17 label{gap:7px;display:grid}.quick-add-panel-v17 label>span{color:#c4e5de;font-size:12px;font-weight:850}.quick-add-panel-v17 select,.quick-add-panel-v17 textarea{box-sizing:border-box;color:#f3fffc;width:100%;font:inherit;background:#001f1a;border:1px solid #64ddc238;border-radius:11px;outline:0;font-size:13px}.quick-add-panel-v17 select{min-height:48px;padding:0 11px}.quick-add-panel-v17 textarea{resize:vertical;min-height:140px;padding:12px;line-height:1.5}.quick-add-panel-v17 label>small{color:#c5e5de7a;text-align:right;font-size:9px}.quick-add-actions-v17{grid-template-columns:1fr 1.35fr;gap:9px;display:grid}.quick-add-actions-v17 button{color:#b8ded5;background:#001b17b8;border:1px solid #64ddc238;border-radius:11px;min-height:46px;font-size:12px;font-weight:900}.quick-add-actions-v17 button.save{color:#003d34;background:#64ddc2;border:0}.quick-add-actions-v17 button:disabled{cursor:not-allowed;opacity:.4}@media (width<=900px){.matching-bottom-mode .matching-queue-v7{grid-template-columns:170px minmax(0,1fr)}.matching-bottom-mode .queue-copy-grid-v7{grid-template-columns:repeat(2,minmax(0,1fr))}.matching-bottom-mode .queue-job-detail-v7{grid-template-columns:1fr}.matching-bottom-mode .queue-donations-v7{grid-area:auto/1}}@media (width<=380px){.release-tabs{gap:5px;padding-left:8px;padding-right:8px}.release-tabs button{padding-left:8px;padding-right:8px;font-size:10px}.matching-prepare-v6,.matching-queue-v7{padding-left:10px;padding-right:10px}.queue-dashboard-heading-v14{flex-direction:column;align-items:stretch}.matching-window-mode-v14{width:100%}}.release-topbar{flex-wrap:nowrap!important;align-items:stretch!important;gap:6px!important;min-height:62px!important;padding:8px!important;display:flex!important}.release-tabs{flex:auto!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important;min-width:0!important;display:grid!important}.release-tabs button{white-space:nowrap!important;border-radius:11px!important;gap:3px!important;width:100%!important;min-width:0!important;height:auto!important;min-height:46px!important;padding:5px 4px!important;font-size:8.6px!important;line-height:1.08!important;overflow:hidden!important}.release-tabs button small{min-width:16px!important;height:16px!important;padding:0 3px!important;font-size:7px!important;top:2px!important;right:3px!important}.release-collapse-button{border-radius:11px!important;flex:0 0 40px!important;width:40px!important;min-width:40px!important;min-height:46px!important}@media (width<=390px){.release-topbar{gap:4px!important;padding:7px 6px!important}.release-tabs{gap:4px!important}.release-tabs button{padding-inline:2px!important;font-size:7.8px!important}.release-tabs button>span{font-size:10px!important}.release-collapse-button{flex-basis:36px!important;width:36px!important;min-width:36px!important}}.call-workspace-v30{color:#f5fffc;flex:auto;min-height:0;padding:14px;overflow-y:auto}.call-module-tabs-v30{background:#002f29;border:1px solid #5ad8bc2e;border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-bottom:12px;padding:6px;display:grid}.call-module-tabs-v30 button{color:#8eaaa4;min-width:0;min-height:52px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:8px;font-size:13px;font-weight:800;display:flex}.call-module-tabs-v30 button.active{color:#003f37;background:#effbf8}.call-module-tabs-v30 button small{color:#fff;background:#078b78;border-radius:999px;place-items:center;min-width:23px;height:23px;font-size:10px;display:grid}.call-create-v30,.call-tracking-v30{gap:11px;display:grid}.call-heading-v30{background:#002f29;border:1px solid #5ad8bc38;border-radius:16px;align-items:center;gap:12px;padding:16px;display:flex}.call-heading-v30>span{color:#003f37;background:#61dac0;border-radius:13px;flex:0 0 46px;place-items:center;width:46px;height:46px;font-size:22px;font-weight:900;display:grid}.call-heading-v30 div{min-width:0}.call-heading-v30 strong{font-size:18px;line-height:1.2;display:block}.call-heading-v30 small{color:#88a59f;margin-top:4px;font-size:11px;line-height:1.35;display:block}.call-heading-v30.compact-v30{padding:13px 15px}.call-heading-v30.compact-v30>span{flex-basis:40px;width:40px;height:40px}.call-form-v30{background:#002f29;border:1px solid #5ad8bc38;border-radius:16px;gap:13px;padding:16px;display:grid}.call-form-v30 label{gap:7px;display:grid}.call-form-v30 label>span{color:#b8cbc7;font-size:12px;font-weight:800}.call-form-v30 input,.call-form-v30 select,.call-form-v30 textarea,.call-search-v30{box-sizing:border-box;color:#f4fffc;width:100%;font:inherit;background:#001f1b;border:1px solid #5ad8bc42;border-radius:12px;outline:0;font-size:14px}.call-form-v30 input,.call-form-v30 select{min-height:50px;padding:0 13px}.call-form-v30 textarea{resize:vertical;min-height:110px;padding:13px;line-height:1.5}.call-form-v30 input:focus,.call-form-v30 select:focus,.call-form-v30 textarea:focus,.call-search-v30:focus{border-color:#60dbc0;box-shadow:0 0 0 3px #60dbc01a}.call-notice-v30{color:#bceee3;background:#10806c21;border:1px solid #60dbc038;border-radius:10px;margin:0;padding:10px 12px;font-size:11px;line-height:1.45}.call-create-button-v30{color:#003f37;min-height:54px;font:inherit;cursor:pointer;background:#61dac0;border:0;border-radius:13px;font-size:15px;font-weight:900}.call-stats-v30{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.call-stats-v30 button{color:#92aaa5;cursor:pointer;background:#002f29;border:1px solid #5ad8bc2e;border-radius:13px;min-width:0;padding:11px 4px}.call-stats-v30 strong{color:#61dac0;font-size:21px;display:block}.call-stats-v30 span{margin-top:2px;font-size:9px;font-weight:700;display:block}.call-search-v30{min-height:48px;padding:0 14px}.call-filters-v30{scrollbar-width:none;gap:7px;display:flex;overflow-x:auto}.call-filters-v30::-webkit-scrollbar{display:none}.call-filters-v30 button{color:#a8bfba;min-height:40px;font:inherit;cursor:pointer;background:#002f29;border:1px solid #5ad8bc38;border-radius:999px;flex:none;padding:0 13px;font-size:11px;font-weight:800}.call-filters-v30 button.active{color:#003f37;background:#61dac0;border-color:#61dac0}.call-list-v30{gap:9px;display:grid}.call-card-v30{background:#002f29;border:1px solid #5ad8bc38;border-left:4px solid #f1c35b;border-radius:14px;padding:14px}.call-card-v30.second{border-left-color:#a890ee}.call-card-v30.completed{opacity:.82;border-left-color:#61dac0}.call-card-top-v30{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.call-card-top-v30 div{min-width:0}.call-card-top-v30 strong{color:#fff;font-size:17px;display:block}.call-card-top-v30 span{color:#61dac0;margin-top:3px;font-size:11px;font-weight:800;display:block}.call-card-top-v30>small{color:#f8d372;background:#99771438;border-radius:999px;flex:none;padding:7px 9px;font-size:9px;font-weight:900}.call-card-v30.second .call-card-top-v30>small{color:#cfc4ff;background:#6e56b040}.call-card-v30.completed .call-card-top-v30>small{color:#61dac0;background:#13826d3d}.call-card-v30>p{color:#eef8f5;margin:12px 0;font-size:13px;line-height:1.5}.call-meta-v30{color:#718e88;justify-content:space-between;gap:8px;font-size:9px;display:flex}.call-actions-v30{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px;display:grid}.call-actions-v30 button{color:#d8e9e5;min-height:42px;font:inherit;cursor:pointer;background:#073a33;border:1px solid #5ad8bc38;border-radius:10px;font-size:10px;font-weight:900}.call-actions-v30 button:only-child{grid-column:1/-1}.call-actions-v30 .complete-v30{color:#003f37;background:#61dac0;border:0}.call-empty-v30{color:#78938d;text-align:center;border:1px dashed #5ad8bc47;border-radius:16px;align-content:center;place-items:center;min-height:250px;padding:25px;display:grid}.call-empty-v30>span{font-size:28px}.call-empty-v30 strong{color:#b9cdc8;margin-top:10px;font-size:15px}.call-empty-v30 p{margin:5px 0 0;font-size:10px}.release-tabs button{gap:4px!important;padding-inline:7px!important;font-size:9.5px!important}.release-tabs button small{min-width:18px!important;height:18px!important;padding:0 4px!important}@media (width<=390px){.call-workspace-v30{padding:10px}.call-heading-v30,.call-form-v30{padding:13px}.release-tabs button{font-size:8.7px!important}}.quick-messages-heading-v16{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:92px!important;padding:14px 15px!important;display:grid!important}.quick-messages-heading-v16>div:first-child{min-width:0}.quick-messages-heading-v16 h2{white-space:nowrap;margin:3px 0 2px!important;font-size:18px!important;line-height:1.15!important}.quick-messages-heading-v16 p{color:#c6e7e09e;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:9px;line-height:1.3;overflow:hidden}.quick-heading-actions-v17{gap:7px!important}.quick-heading-actions-v17>button{white-space:nowrap;min-height:42px!important;padding:0 11px!important}.quick-heading-actions-v17>strong{border-radius:12px!important;width:42px!important;height:42px!important;font-size:15px!important}.quick-finder-v27{padding-bottom:9px!important}@media (width<=380px){.quick-messages-heading-v16{gap:8px!important;min-height:82px!important;padding:12px!important}.quick-messages-heading-v16 h2{font-size:15px!important}.quick-messages-heading-v16 p{max-width:155px}.quick-heading-actions-v17>button{min-height:38px!important;padding:0 8px!important;font-size:8.5px!important}.quick-heading-actions-v17>strong{width:38px!important;height:38px!important}}.edit-module-tabs-v16 button{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:5px!important;display:flex!important;overflow:hidden!important}.edit-module-tabs-v16 button .edit-tab-icon{flex:none;justify-content:center;align-items:center;margin:0!important;line-height:1!important;display:inline-flex!important}.edit-module-tabs-v16 button .edit-tab-label{white-space:nowrap;justify-content:center;align-items:center;gap:6px;min-width:0;max-width:100%;line-height:1.15;margin:0!important;display:inline-flex!important}.edit-module-tabs-v16 button .edit-tab-label small{flex:none;place-items:center;min-width:22px;min-height:22px;padding:2px 6px;line-height:1;margin:0!important;display:inline-grid!important}@media (width<=380px){.edit-module-tabs-v16 button{gap:4px!important;padding-inline:3px!important}.edit-module-tabs-v16 button .edit-tab-label{gap:4px;font-size:9px}.edit-module-tabs-v16 button .edit-tab-label small{min-width:19px;min-height:19px;padding-inline:4px}}.workspace.tools-active>.primary-button.editor-top-control,.workspace:not(.quick-messages-active) .primary-button.editor-top-control{text-align:center!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:0 18px!important;line-height:1!important;display:inline-flex!important}.workspace.tools-active>.primary-button.editor-top-control>span,.workspace:not(.quick-messages-active) .primary-button.editor-top-control>span{flex:none;justify-content:center;align-items:center;margin:0!important;line-height:1!important;display:inline-flex!important}.workspace:not(.quick-messages-active) .donor-toggle.editor-top-control{width:100%!important;height:66px!important;min-height:66px!important;box-shadow:none!important;background:linear-gradient(135deg,#0f5c4e8c,#023830b8)!important;border:1px solid #69ddc447!important;border-radius:13px!important;grid-template-columns:36px minmax(0,1fr) 32px!important;align-items:center!important;gap:10px!important;margin:2px 0 6px!important;padding:10px 12px!important;display:grid!important}.workspace:not(.quick-messages-active) .donor-toggle.editor-top-control:hover{background:linear-gradient(135deg,#146c5ba3,#034037c7)!important;border-color:#69ddc48c!important}.workspace:not(.quick-messages-active) .donor-toggle-icon,.workspace:not(.quick-messages-active) .donor-toggle>span:first-child{color:#65ddc3!important;background:#02312ab8!important;border:1.5px solid #65ddc394!important;border-radius:50%!important;place-items:center!important;width:36px!important;height:36px!important;font-family:Arial,sans-serif!important;font-size:20px!important;font-weight:600!important;line-height:1!important;display:grid!important;box-shadow:inset 0 0 0 3px #65ddc309!important}.workspace:not(.quick-messages-active) .donor-toggle.has-message .donor-toggle-icon{color:#003e35!important;background:#64ddc2!important}.workspace:not(.quick-messages-active) .donor-toggle-copy{text-align:left;min-width:0;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:3px!important;display:flex!important}.workspace:not(.quick-messages-active) .donor-toggle-copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden;color:#f4fffc!important;font-size:12.5px!important;line-height:1.15!important}.workspace:not(.quick-messages-active) .donor-toggle-copy small{white-space:nowrap;color:#cfede79e!important;font-size:9px!important;line-height:1.1!important}.workspace:not(.quick-messages-active) .donor-toggle-arrow,.workspace:not(.quick-messages-active) .donor-toggle>span:last-child{color:#e2f9f4c7!important;background:#ffffff0e!important;border:0!important;border-radius:9px!important;justify-self:end!important;place-items:center!important;width:32px!important;height:32px!important;margin:0!important;font-size:22px!important;line-height:1!important;display:grid!important;transform:none!important}.tools-panel-middle-v20 .tools-header{justify-content:space-between!important;align-items:center!important;display:flex!important}.tools-panel-middle-v20 .tools-header>div{min-width:0;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:9px!important;display:flex!important}.tools-panel-middle-v20 .tools-header>div>span{flex:0 0 34px;border-radius:9px!important;place-items:center!important;width:34px!important;height:34px!important;margin:0!important;line-height:1!important;display:grid!important}.tools-panel-middle-v20 .tools-header strong{white-space:nowrap;margin:0!important;padding:0!important;font-size:13px!important;line-height:1.15!important;display:block!important}.workspace.quick-messages-active>:not(.edit-module-tabs-v16):not(.quick-messages-v16){display:none!important}.workspace.quick-messages-active .quick-messages-v16{align-content:start;width:100%}.quick-finder-v27{z-index:12;background:linear-gradient(#005347 82%,#00534700);gap:8px;margin:0 -3px;padding:3px 3px 9px;display:grid;position:sticky;top:-1px}.quick-finder-v27 .quick-search-v16{min-height:46px;box-shadow:0 8px 22px #001c182e}.quick-finder-v27 .quick-special-tabs-v16 button{min-height:40px}.quick-finder-v27 .quick-category-list-v16{scroll-snap-type:x proximity;min-height:46px;padding:1px 0 7px}.quick-finder-v27 .quick-category-list-v16 button{scroll-snap-align:start;min-height:38px;padding:0 12px;font-size:10.5px}.quick-message-list-v16 article{cursor:pointer;transition:border-color .16s,background .16s,transform .16s}.quick-message-copy-v16{cursor:pointer}.quick-category-picker-v28{background:#00221deb;border:1px solid #64ddc23d;border-radius:12px;grid-template-columns:minmax(0,.75fr) minmax(150px,1.25fr);align-items:center;gap:10px;min-height:58px;padding:9px 10px 9px 12px;display:grid}.quick-category-picker-v28>span:first-child{gap:2px;min-width:0;display:grid}.quick-category-picker-v28 strong{color:#effdf9;font-size:11px;font-weight:850}.quick-category-picker-v28 small{color:#c1e4dc8f;text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;overflow:hidden}.quick-category-select-v28{min-width:0;position:relative}.quick-category-select-v28:after{content:"⌄";color:#65ddc3;pointer-events:none;font-size:15px;line-height:1;position:absolute;top:50%;right:11px;transform:translateY(-56%)}.quick-category-select-v28 select{appearance:none;color:#effdf9;cursor:pointer;background:#00483d;border:1px solid #64ddc257;border-radius:10px;outline:none;width:100%;height:40px;padding:0 34px 0 11px;font-size:10.5px;font-weight:750}.quick-category-select-v28 select:focus{border-color:#65ddc3;box-shadow:0 0 0 3px #65ddc31a}@media (width<=380px){.quick-category-picker-v28{grid-template-columns:1fr;gap:7px}.quick-category-picker-v28 small{display:none}}.workspace.editor-has-result:not(.quick-messages-active) .result-heading{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;height:auto!important;min-height:0!important;margin:0 0 10px!important;padding:0!important;display:grid!important;position:static!important;overflow:visible!important}.workspace.editor-has-result:not(.quick-messages-active) .result-title-v18{grid-column:1;width:100%}.workspace.editor-has-result:not(.quick-messages-active) .result-heading-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;max-width:none!important;display:grid!important;position:static!important;inset:auto!important;transform:none!important}.workspace.editor-has-result:not(.quick-messages-active) .changes-trigger,.workspace.editor-has-result:not(.quick-messages-active) .tools-trigger{white-space:nowrap;border:1px solid #64ddc23d!important;border-radius:11px!important;width:100%!important;min-width:0!important;height:44px!important;padding:0 10px!important;font-size:11px!important;position:static!important}.workspace.editor-has-result:not(.quick-messages-active) .result-layout{width:100%!important;margin:0!important;display:block!important;position:static!important}.workspace.editor-has-result:not(.quick-messages-active) .result-card{box-sizing:border-box!important;width:100%!important;margin:0!important;display:block!important;position:relative!important;overflow:auto!important}.workspace.editor-has-result:not(.quick-messages-active) .result-card p{margin:0!important;padding:0 42px 0 0!important;font-size:14px!important;line-height:1.65!important;display:block!important}.workspace.editor-has-result:not(.quick-messages-active) .result-mini-copy{position:absolute!important;top:auto!important;bottom:12px!important;right:12px!important}.workspace.editor-has-result:not(.quick-messages-active) .result-actions{margin-top:10px!important;position:static!important}@media (width<=360px){.workspace.editor-has-result:not(.quick-messages-active) .result-heading-actions{gap:6px!important}.workspace.editor-has-result:not(.quick-messages-active) .changes-trigger,.workspace.editor-has-result:not(.quick-messages-active) .tools-trigger{padding:0 6px!important;font-size:9.5px!important}}html,body,#root,.app-shell,.workspace,.quick-category-list-v16,.result-card,.tools-panel,.matching-prepare-v6,.matching-queue-v7{scrollbar-width:thin;scrollbar-color:#64ddc2eb transparent}html::-webkit-scrollbar{width:7px;height:7px}body::-webkit-scrollbar{width:7px;height:7px}#root::-webkit-scrollbar{width:7px;height:7px}.app-shell::-webkit-scrollbar{width:7px;height:7px}.workspace::-webkit-scrollbar{width:7px;height:7px}.result-card::-webkit-scrollbar{width:7px;height:7px}.tools-panel::-webkit-scrollbar{width:7px;height:7px}.matching-prepare-v6::-webkit-scrollbar{width:7px;height:7px}.matching-queue-v7::-webkit-scrollbar{width:7px;height:7px}.quick-category-list-v16::-webkit-scrollbar{width:7px;height:7px}html::-webkit-scrollbar-track{background:0 0}body::-webkit-scrollbar-track{background:0 0}#root::-webkit-scrollbar-track{background:0 0}.app-shell::-webkit-scrollbar-track{background:0 0}.workspace::-webkit-scrollbar-track{background:0 0}.quick-category-list-v16::-webkit-scrollbar-track{background:0 0}.result-card::-webkit-scrollbar-track{background:0 0}.tools-panel::-webkit-scrollbar-track{background:0 0}.matching-prepare-v6::-webkit-scrollbar-track{background:0 0}.matching-queue-v7::-webkit-scrollbar-track{background:0 0}html::-webkit-scrollbar-thumb{background:#64ddc2e0 padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:44px}body::-webkit-scrollbar-thumb{background:#64ddc2e0 padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:44px}#root::-webkit-scrollbar-thumb{background:#64ddc2e0 padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:44px}.app-shell::-webkit-scrollbar-thumb{background:#64ddc2e0 padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:44px}.workspace::-webkit-scrollbar-thumb{background:#64ddc2e0 padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:44px}.quick-category-list-v16::-webkit-scrollbar-thumb{background:#64ddc2e0 padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:44px}.result-card::-webkit-scrollbar-thumb{background:#64ddc2e0 padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:44px}.tools-panel::-webkit-scrollbar-thumb{background:#64ddc2e0 padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:44px}.matching-prepare-v6::-webkit-scrollbar-thumb{background:#64ddc2e0 padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:44px}.matching-queue-v7::-webkit-scrollbar-thumb{background:#64ddc2e0 padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:44px}html::-webkit-scrollbar-thumb:hover{background:#72e7cc padding-box padding-box}body::-webkit-scrollbar-thumb:hover{background:#72e7cc padding-box padding-box}#root::-webkit-scrollbar-thumb:hover{background:#72e7cc padding-box padding-box}.app-shell::-webkit-scrollbar-thumb:hover{background:#72e7cc padding-box padding-box}.workspace::-webkit-scrollbar-thumb:hover{background:#72e7cc padding-box padding-box}.quick-category-list-v16::-webkit-scrollbar-thumb:hover{background:#72e7cc padding-box padding-box}.result-card::-webkit-scrollbar-thumb:hover{background:#72e7cc padding-box padding-box}.tools-panel::-webkit-scrollbar-thumb:hover{background:#72e7cc padding-box padding-box}.matching-prepare-v6::-webkit-scrollbar-thumb:hover{background:#72e7cc padding-box padding-box}.matching-queue-v7::-webkit-scrollbar-thumb:hover{background:#72e7cc padding-box padding-box}.editor-intro-v18{background:linear-gradient(135deg,#00342deb,#002722b8);border:1px solid #66ddc32e;border-radius:14px;align-items:center;gap:11px;margin-bottom:10px;padding:12px 13px;display:flex}.editor-step-v18,.result-title-v18>span{color:#003d34;background:#64ddc2;border-radius:10px;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:13px;font-weight:950;display:grid}.editor-intro-v18>div,.result-title-v18>div{gap:2px;min-width:0;display:grid}.editor-intro-v18 strong{color:#f2fffc;font-size:15px;line-height:1.2}.editor-intro-v18 small,.result-title-v18 small{color:#c4e5de94;font-size:10px;line-height:1.35}.workspace:not(.quick-messages-active) .donor-toggle.editor-top-control{background:#00352eb8;border-radius:14px;margin-bottom:10px;min-height:64px!important}.workspace:not(.quick-messages-active) .donor-toggle-icon{border-radius:11px;width:42px;height:42px;font-size:20px}.workspace:not(.quick-messages-active) .donor-toggle-copy strong{font-size:13px!important}.workspace:not(.quick-messages-active) .field-heading{margin-bottom:7px}.workspace:not(.quick-messages-active) .field-heading label{margin:0;font-size:13px!important}.workspace:not(.quick-messages-active) .field-group>textarea{background:#001b17a8;border-color:#6fdcc538;border-radius:14px;height:126px!important;min-height:126px!important;max-height:220px!important;padding:14px!important;font-size:13px!important;line-height:1.55!important}.workspace:not(.quick-messages-active) .primary-button{color:#003d34;background:linear-gradient(135deg,#70e2c8,#51c9ae);border-radius:13px;height:50px;margin-top:3px;box-shadow:0 10px 24px #00191540;font-size:13px!important}.workspace:not(.quick-messages-active) .divider{margin:14px 0 12px}.workspace:not(.quick-messages-active) .result-heading{min-height:42px;margin-bottom:8px}.result-title-v18{align-items:center;gap:9px;min-width:0;display:flex}.result-title-v18>span{color:#67ddc2;background:#64ddc221;border:1px solid #64ddc240;flex-basis:30px;width:30px;height:30px}.result-title-v18 h2{font-size:14px!important}.workspace.editor-empty:not(.quick-messages-active) .result-card{background:#001d1970;border:1px dashed #64ddc24d;border-radius:15px;flex:none!important;height:220px!important;min-height:220px!important;max-height:220px!important}.workspace.editor-has-result:not(.quick-messages-active) .result-card{border-radius:15px;height:auto!important;min-height:150px!important;max-height:360px!important;padding:16px!important}.workspace:not(.quick-messages-active) .empty-state{gap:5px}.workspace:not(.quick-messages-active) .empty-icon{color:#64ddc2;background:#64ddc21a;border-radius:11px;width:38px;height:38px;margin-bottom:5px;font-size:16px}.workspace:not(.quick-messages-active) .empty-state strong{font-size:13px!important}.workspace:not(.quick-messages-active) .empty-state span{max-width:280px;line-height:1.4;font-size:10px!important}.workspace:not(.quick-messages-active) .empty-sample-link{border:1px solid #64ddc240;border-radius:9px;min-height:34px;margin-top:7px;padding:0 11px;text-decoration:none}@media (width<=380px){.editor-intro-v18{padding:10px}.editor-intro-v18 small{font-size:9px}.workspace:not(.quick-messages-active) .field-group>textarea{height:112px!important;min-height:112px!important}.workspace.editor-empty:not(.quick-messages-active) .result-card{height:195px!important;min-height:195px!important}}.release-topbar{gap:8px;padding:10px}.release-tabs{gap:7px;min-width:0}.release-tabs button{white-space:nowrap;border-radius:12px;min-width:0;min-height:48px;padding:0 11px;font-size:11px;line-height:1.15}.release-tabs button>span{flex:none;font-size:15px}.release-collapse-button{border-radius:12px;flex:0 0 46px;width:46px;min-height:48px;font-size:21px}.edit-module-tabs-v16{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.edit-module-tabs-v16 button{min-width:0;min-height:52px;padding:7px 5px;font-size:10.5px;line-height:1.2}.edit-module-tabs-v16 button span{margin:0 0 3px;font-size:14px;display:block}.edit-module-tabs-v16 button small{place-items:center;min-width:20px;min-height:20px;margin-left:4px;padding:2px 5px;font-size:8px;display:inline-grid}.quick-messages-heading-v16{gap:10px;padding:15px}.quick-messages-heading-v16 h2{max-width:230px;font-size:17px;line-height:1.25}.quick-heading-actions-v17>button{min-height:42px;padding:0 12px;font-size:10px}.quick-message-list-v16{gap:9px}.quick-message-list-v16 article{border-radius:13px;padding:13px}.quick-message-copy-v16 p{font-size:14.5px;line-height:1.55}@media (width<=380px){.release-topbar{gap:5px;padding:8px}.release-tabs{gap:5px;padding:0}.release-tabs button{padding:0 7px;font-size:9.5px}.release-tabs button>span{font-size:13px}.release-collapse-button{flex-basis:42px;width:42px}.edit-module-tabs-v16 button{font-size:9.5px}}.workspace.editor-has-result:not(.quick-messages-active) .result-heading{min-height:42px!important;margin:0 0 9px!important;display:block!important}.workspace.editor-has-result:not(.quick-messages-active) .result-layout{grid-template-columns:minmax(0,1fr)!important;gap:10px!important;min-height:0!important;margin:0!important;display:grid!important;position:static!important;overflow:visible!important}.result-toolbar-v19{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;min-height:44px;margin:0;display:grid!important;position:static!important;transform:none!important}.result-toolbar-v19 .changes-trigger,.result-toolbar-v19 .tools-trigger{white-space:nowrap;border-radius:11px!important;width:100%!important;min-width:0!important;height:44px!important;margin:0!important;padding:0 9px!important;font-size:10.5px!important;position:static!important;inset:auto!important;transform:none!important}.workspace.editor-has-result:not(.quick-messages-active) .result-toolbar-v19+.result-card{grid-area:auto/1!important;width:100%!important;min-height:150px!important;margin:0!important;position:relative!important;transform:none!important}.workspace.tools-active .result-toolbar-v19{z-index:auto!important;position:static!important;top:auto!important}@media (width<=360px){.result-toolbar-v19{gap:6px}.result-toolbar-v19 .changes-trigger,.result-toolbar-v19 .tools-trigger{padding:0 5px!important;font-size:9.5px!important}}.workspace:not(.quick-messages-active) .result-section-anchor{flex:0 0 0!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;display:none!important}.workspace.tools-active{scroll-behavior:auto!important;scroll-padding-top:0!important}.workspace.tools-active>.editor-top-control{display:block!important}.workspace.tools-active>.donor-toggle.editor-top-control,.workspace.tools-active>.primary-button.editor-top-control{display:flex!important}.tools-panel-middle-v20{width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;box-shadow:none!important;background:linear-gradient(145deg,#003029f5,#001f1bf5)!important;border:1px solid #64ddc242!important;border-radius:15px!important;margin:0 0 13px!important;padding:12px!important;position:static!important;inset:auto!important;overflow:visible!important;transform:none!important}.tools-panel-middle-v20 .tools-header{border-bottom:1px solid #64ddc229;min-height:38px;margin-bottom:9px;padding:0 2px 8px;background:0 0!important}.tools-panel-middle-v20 .tool-grid{gap:7px}.tools-panel-middle-v20 .tool-icon{width:32px;height:32px}.tools-panel-middle-v20+.result-heading,.workspace:not(.tools-active):not(.quick-messages-active) .result-heading{margin-top:0!important}.workspace:not(.quick-messages-active){align-content:start}.workspace:not(.quick-messages-active) .edit-module-tabs-v16{margin-bottom:14px}.workspace:not(.quick-messages-active) .result-heading{align-items:center!important;min-height:30px!important;margin:0 0 8px!important;padding:0!important;display:flex!important}.workspace:not(.quick-messages-active) .result-heading h2{margin:0!important;font-size:14px!important}.workspace.editor-empty:not(.quick-messages-active) .result-layout{flex:none!important;height:auto!important;min-height:0!important;margin:0!important;display:block!important}.workspace.editor-empty:not(.quick-messages-active) .result-card{place-items:center;height:118px!important;min-height:118px!important;max-height:118px!important;padding:14px!important;display:grid!important}.workspace.editor-empty:not(.quick-messages-active) .empty-state{height:auto!important;min-height:0!important;padding:0!important}.workspace.editor-empty:not(.quick-messages-active) .empty-icon{width:32px;height:32px;margin-bottom:4px}.workspace.editor-empty:not(.quick-messages-active) .empty-state strong{font-size:12px!important}@media (width<=380px){.workspace.editor-empty:not(.quick-messages-active) .result-card{height:104px!important;min-height:104px!important;max-height:104px!important}}.workspace:not(.quick-messages-active){place-content:flex-start!important}.workspace:not(.quick-messages-active) .divider{flex:none!important;margin:8px 0 6px!important}.workspace:not(.quick-messages-active) .result-heading{flex:none!important;width:100%!important;min-height:28px!important;margin:0!important}.workspace:not(.quick-messages-active) .result-layout,.workspace.editor-has-result:not(.quick-messages-active) .result-layout,.workspace.editor-empty:not(.quick-messages-active) .result-layout{flex:none!important;grid-template-rows:auto auto!important;grid-template-columns:minmax(0,1fr)!important;align-content:start!important;gap:9px!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;display:grid!important;position:static!important;overflow:visible!important}.workspace.editor-has-result:not(.quick-messages-active) .result-toolbar-v19{grid-row:1!important;align-self:start!important;min-height:42px!important}.workspace.editor-has-result:not(.quick-messages-active) .result-card,.workspace.editor-has-result:not(.quick-messages-active) .result-toolbar-v19+.result-card{flex:none!important;grid-row:2!important;align-self:start!important;width:100%!important;height:auto!important;min-height:132px!important;max-height:280px!important;margin:0!important;padding:16px!important;overflow-y:auto!important}.workspace.editor-has-result:not(.quick-messages-active) .result-card p{min-height:76px!important;padding-right:42px!important;font-size:14px!important;line-height:1.58!important}.workspace.editor-has-result:not(.quick-messages-active) .result-actions{flex:none!important;width:100%!important;margin:2px 0 0!important}.tools-panel-middle-v20{flex:none!important;margin:2px 0!important;padding:11px!important}.tools-panel-middle-v20 .tools-header{min-height:32px!important;margin-bottom:8px!important;padding-bottom:7px!important}.tools-panel-middle-v20 .tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.tools-panel-middle-v20 .tool-grid button{min-height:46px!important;padding:7px 9px!important}.tools-panel-middle-v20 .custom-toggle:last-child{grid-column:1/-1!important}@media (width<=380px){.workspace.editor-has-result:not(.quick-messages-active) .result-card,.workspace.editor-has-result:not(.quick-messages-active) .result-toolbar-v19+.result-card{min-height:120px!important;max-height:240px!important;padding:14px!important}.workspace.editor-has-result:not(.quick-messages-active) .result-card p{min-height:68px!important;font-size:13px!important}}.release-tabs button{text-overflow:clip!important;flex-direction:column!important;justify-content:center!important;gap:2px!important;padding:4px 2px!important;font-size:8.5px!important;line-height:1!important}.release-tabs button>span{flex:none!important;font-size:12px!important;line-height:1!important;display:block!important}.release-tabs button small{position:absolute!important;top:2px!important;right:3px!important}@media (width<=390px){.release-tabs button{letter-spacing:-.1px!important;font-size:7.6px!important}}.quick-access-categories-v33{background:#002a25eb;border:1px solid #5bdabf33;border-radius:14px;gap:8px;padding:11px;display:grid}.quick-access-title-v33{justify-content:space-between;align-items:center;gap:8px;padding:0 2px;display:flex}.quick-access-title-v33 strong{color:#eaf8f5;font-size:12px}.quick-access-title-v33 small{color:#79968f;font-size:9px}.quick-access-grid-v33{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.quick-access-grid-v33 button{color:#b8ceca;min-width:0;min-height:44px;font:inherit;cursor:pointer;background:#00352f;border:1px solid #5bdabf33;border-radius:11px;justify-content:space-between;align-items:center;gap:6px;padding:8px 9px;display:flex}.quick-access-grid-v33 button>span{text-align:left;text-overflow:ellipsis;min-width:0;font-size:10px;font-weight:800;line-height:1.2;overflow:hidden}.quick-access-grid-v33 button>small{color:#70ddc4;background:#5bdabf1a;border-radius:999px;flex:0 0 22px;place-items:center;width:22px;height:22px;font-size:8px;font-weight:900;display:grid}.quick-access-grid-v33 button.active{color:#003f37;background:#63dac0;border-color:#63dac0}.quick-access-grid-v33 button.active>small{color:#fff;background:#078b78}.quick-message-list-v16 article{transition:border-color .16s,transform .16s,background .16s}.quick-message-list-v16 article:hover{background:#003c35;border-color:#63dac07a;transform:translateY(-1px)}@media (width<=380px){.quick-access-grid-v33{grid-template-columns:1fr}}.quick-access-categories-v33{padding:12px!important}.quick-access-grid-v33{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.quick-access-grid-v33 button{aspect-ratio:1/.82;position:relative;overflow:hidden;flex-direction:column!important;justify-content:space-between!important;align-items:flex-start!important;min-height:76px!important;padding:10px!important;display:flex!important}.quick-access-grid-v33 button>span{white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;width:100%;display:-webkit-box;overflow:hidden;font-size:9.5px!important;line-height:1.25!important}.quick-access-grid-v33 button>small{align-self:flex-end;flex-basis:22px!important}@media (width<=390px){.quick-access-grid-v33{grid-template-columns:repeat(2,minmax(0,1fr))!important}.quick-access-grid-v33 button{aspect-ratio:auto;min-height:70px!important}}.call-filters-v30{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;display:grid!important;overflow:visible!important}.call-filters-v30 button{white-space:normal!important;text-align:center!important;width:100%!important;min-width:0!important;min-height:43px!important;padding:7px 8px!important;line-height:1.15!important}.quick-access-grid-v33 button{aspect-ratio:auto!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;min-height:58px!important;padding:9px 10px!important}.quick-access-grid-v33 button>span{-webkit-line-clamp:unset!important;font-size:11px!important;line-height:1.2!important;display:block!important}.quick-access-grid-v33 button>small{flex:0 0 24px!important;align-self:center!important;width:24px!important;height:24px!important}@media (width<=390px){.quick-access-grid-v33 button{min-height:56px!important;padding:8px 9px!important}.quick-access-grid-v33 button>span{font-size:10.5px!important}}.session-loading-hk{background:radial-gradient(circle at top,#0d6659 0,#004b43 46%,#003b36 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.session-loading-card-hk{color:#effffb;background:#002d28e0;border:1px solid #6cdcc552;border-radius:24px;justify-items:center;gap:10px;width:min(340px,100%);padding:34px 24px;display:grid;box-shadow:0 22px 60px #00141261}.session-loading-card-hk>span{color:#003f38;background:#65dbc4;border-radius:18px;place-items:center;width:58px;height:58px;font-size:22px;font-weight:900;display:grid}.session-loading-card-hk strong{font-size:21px}.session-loading-card-hk small{color:#9bc8bf;font-size:14px}.session-bar-hk{background:#00302bd1;border:1px solid #68dac338;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;margin:10px 14px 0;padding:8px 10px;display:flex}.session-user-hk,.session-actions-hk{align-items:center;display:flex}.session-user-hk{gap:9px;min-width:0}.session-actions-hk{flex:none;gap:7px}.session-avatar-hk{color:#003f38;background:#62d9c2;border-radius:12px;flex:0 0 36px;place-items:center;width:36px;height:36px;font-weight:900;display:grid}.session-user-copy-hk{min-width:0;line-height:1.18;display:grid}.session-user-copy-hk strong{color:#effffb;text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:13px;overflow:hidden}.session-user-copy-hk small{color:#8bbab1;margin-top:3px;font-size:10px}.session-admin-button-hk,.session-logout-hk{color:#dffaf4;min-height:36px;font:inherit;cursor:pointer;background:#064e46;border:1px solid #65dbc447;border-radius:11px;padding:0 10px;font-size:11px;font-weight:800}.session-admin-button-hk.active{color:#003d36;background:#65dbc4}.session-logout-hk{color:#ffb6b6;background:#6e21214d;border-color:#ff777738}@media (width<=410px){.session-user-copy-hk strong{max-width:88px}.session-admin-button-hk,.session-logout-hk{padding-inline:8px}.session-admin-button-hk span{display:none}}.admin-page-hk{color:#effffb;gap:18px;padding:20px 18px 90px;display:grid}.admin-page-hk button,.admin-page-hk input,.admin-page-hk select{font:inherit}.admin-hero-hk,.admin-create-hk,.admin-list-section-hk{background:#002f2a;border:1px solid #5cd3bc3d;border-radius:23px}.admin-hero-hk{justify-content:space-between;align-items:center;gap:15px;padding:23px;display:flex}.admin-hero-hk p{color:#64dbc3;letter-spacing:.17em;margin:0 0 5px;font-size:12px;font-weight:900}.admin-hero-hk h1{margin:0 0 6px;font-size:27px}.admin-hero-hk span{color:#8aafa8}.admin-count-hk{text-align:center;background:#00483f;border-radius:16px;min-width:105px;padding:14px}.admin-count-hk strong{color:#64dbc3;font-size:27px;display:block}.admin-count-hk span{font-size:12px}.admin-create-hk{gap:17px;padding:20px;display:grid}.admin-section-title-hk{align-items:center;gap:12px;display:flex}.admin-section-title-hk>span{color:#004238;background:#64dbc3;border-radius:13px;place-items:center;width:42px;height:42px;font-size:25px;font-weight:900;display:grid}.admin-section-title-hk h2,.admin-list-head-hk h2{margin:0;font-size:20px}.admin-section-title-hk p,.admin-list-head-hk p{color:#84aaa3;margin:4px 0 0}.admin-form-grid-hk{grid-template-columns:1fr 1fr;gap:13px;display:grid}.admin-form-grid-hk label{color:#b9d5cf;gap:7px;font-size:13px;font-weight:800;display:grid}.admin-form-grid-hk input,.admin-form-grid-hk select,.admin-list-head-hk input,.admin-password-row-hk input{color:#fff;background:#001f1c;border:1px solid #176d60;border-radius:13px;outline:none;height:49px;padding:0 13px}.admin-form-grid-hk input:focus,.admin-form-grid-hk select:focus{border-color:#64dbc3}.admin-role-info-hk{color:#a9cbc4;background:#00453d;border-radius:12px;padding:12px 14px;font-size:13px}.admin-primary-hk{color:#003d35;cursor:pointer;background:#64dbc3;border:0;border-radius:14px;height:52px;font-weight:900}.admin-list-section-hk{padding:20px}.admin-list-head-hk{justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;display:flex}.admin-list-head-hk input{width:190px}.admin-notice-hk{border-radius:11px;margin-bottom:12px;padding:11px 13px;font-weight:750}.admin-notice-hk.success{color:#a9ffec;background:#0c5146}.admin-notice-hk.error{color:#ffd8d8;background:#5d282b}.admin-empty-hk{text-align:center;color:#8caea7;padding:30px}.admin-users-hk{gap:10px;display:grid}.admin-user-hk{background:#002722;border:1px solid #145e53;border-radius:16px;grid-template-columns:48px minmax(125px,1fr) minmax(140px,180px) 74px 105px;align-items:center;gap:10px;padding:12px;display:grid}.admin-user-hk.inactive{opacity:.58}.admin-avatar-hk{color:#8effe8;background:#0f675a;border-radius:14px;place-items:center;width:46px;height:46px;font-weight:900;display:grid}.admin-user-main-hk{gap:4px;min-width:0;display:grid}.admin-user-main-hk strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-user-main-hk span{color:#87a9a2;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.admin-user-main-hk em{color:#003d35;background:#64dbc3;border-radius:12px;margin-left:7px;padding:3px 7px;font-size:10px;font-style:normal}.admin-user-hk>select{color:#fff;background:#003b34;border:1px solid #176d60;border-radius:11px;height:42px;padding:0 9px}.admin-status-hk,.admin-password-hk{color:#acd0c8;cursor:pointer;background:#00372f;border:1px solid #176d60;border-radius:11px;height:42px;font-weight:800}.admin-status-hk.active{color:#8effdf;background:#0d6858}.admin-password-row-hk{grid-column:2/-1;grid-template-columns:1fr auto auto;gap:8px;display:grid}.admin-password-row-hk button{color:#003d35;background:#64dbc3;border:0;border-radius:11px;padding:0 15px;font-weight:900}@media (width<=700px){.admin-form-grid-hk{grid-template-columns:1fr}.admin-hero-hk{align-items:flex-start}.admin-list-head-hk{flex-direction:column;align-items:stretch}.admin-list-head-hk input{width:auto}.admin-user-hk{grid-template-columns:48px 1fr 80px}.admin-user-hk>select{grid-column:1/3}.admin-password-hk,.admin-password-row-hk{grid-column:1/4}.admin-count-hk{min-width:82px}.admin-hero-hk h1{font-size:23px}}.login-screen-hk{color:#ecfffb;background:radial-gradient(circle at top,#087262 0,#00483f 42%,#002e29 100%);place-items:center;min-height:100vh;padding:28px;display:grid}.login-card-hk{background:#002f2a;border:1px solid #60dac24d;border-radius:28px;gap:22px;width:min(420px,100%);padding:34px;display:grid;box-shadow:0 28px 70px #00000059}.login-mark-hk{color:#003f37;background:#64dbc3;border-radius:22px;place-items:center;width:68px;height:68px;font-size:24px;font-weight:900;display:grid}.login-card-hk p{color:#64dbc3;letter-spacing:.18em;margin:0 0 7px;font-size:12px;font-weight:900}.login-card-hk h1{margin:0 0 7px;font-size:30px}.login-card-hk div>span{color:#91b7af}.login-card-hk label{color:#b9d5cf;gap:9px;font-weight:800;display:grid}.login-card-hk input{color:#fff;height:54px;font:inherit;background:#001f1c;border:1px solid #176d60;border-radius:15px;outline:none;padding:0 16px}.login-card-hk input:focus{border-color:#64dbc3;box-shadow:0 0 0 3px #64dbc321}.login-card-hk button{color:#003d35;cursor:pointer;background:#64dbc3;border:0;border-radius:16px;height:56px;font-size:17px;font-weight:900}.login-card-hk button:disabled{opacity:.6}.login-error-hk{color:#ffd8d8;background:#5d2528;border-radius:12px;padding:12px 14px;font-weight:700}
