.tools-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:16px}
.tool-card{background:#fff;border:1px solid #dbe4ea;border-radius:18px;padding:20px;box-shadow:0 10px 28px rgba(15,52,78,.07);display:grid;gap:14px;position:relative;overflow:hidden}
.tool-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#176ca4,#2bbfed)}
.tool-icon{width:48px;height:48px;border-radius:16px;background:#eaf6fc;color:#176ca4;display:grid;place-items:center;font:900 16px Manrope}
.tool-card h3{margin:0;font:800 18px Manrope;color:#102f4d}
.tool-card p{margin:0;color:#5d7382;line-height:1.45}
.tool-card .secondary,.tool-card .primary{justify-self:start}
.tool-modal{width:min(1180px,95vw);max-height:92vh;overflow:auto}
.tool-modal form,.tool-modal .tool-modal-body{padding:0}
.tool-modal-body{display:grid;gap:16px;padding:18px 22px 22px}
.text-tool-tabs{display:flex;gap:6px;padding:5px;background:#edf3f6;border-radius:12px;width:max-content;max-width:100%}
.text-tool-tabs button{border:0;border-radius:9px;background:transparent;color:#587083;font-weight:800;padding:10px 18px;cursor:pointer}
.text-tool-tabs button.active{background:#fff;color:#176ca4;box-shadow:0 3px 12px rgba(15,52,78,.1)}
.text-tool-tabs button:disabled{cursor:not-allowed;opacity:.55}
.tool-two-col{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(430px,1.1fr);gap:16px;align-items:start}
.tool-section{border:1px solid #dbe8f0;background:#fff;border-radius:14px;padding:15px;display:grid;gap:12px}
.tool-section h3{margin:0;font:800 15px Manrope;color:#102f4d}
.tool-section p.helper{margin:-6px 0 0;color:#6e8090;font-size:10px;line-height:1.45}
.tool-section label{font-size:9px;font-weight:900;color:#5d7382;text-transform:uppercase}
.tool-section input,.tool-section select,.tool-section textarea{width:100%;border:1px solid #d4dfe5;border-radius:9px;padding:10px;margin-top:5px;background:#fff;color:#102f4d}
.tool-section textarea{resize:vertical}
.tool-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.tool-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.customer-match-list,.template-list,.calc-template-list,.calc-history-list{display:grid;gap:7px;max-height:250px;overflow:auto}
.customer-match-list button,.template-list button,.calc-template-list button,.calc-history-list button{border:1px solid #dbe8f0;border-radius:10px;background:#f8fbfd;padding:10px;text-align:left;cursor:pointer;color:#173247}
.customer-match-list button:hover,.template-list button:hover,.calc-template-list button:hover,.calc-history-list button:hover{border-color:#2bbfed;background:#f0f9fd}
.customer-match-list strong,.customer-match-list small,.template-list strong,.template-list small,.calc-template-list strong,.calc-template-list small,.calc-history-list strong,.calc-history-list small{display:block}
.customer-match-list small,.template-list small,.calc-template-list small,.calc-history-list small{color:#6e8090;margin-top:3px;font-size:10px}
.message-preview-box{background:#f3f7fa;border:1px solid #dbe8f0;border-radius:12px;padding:12px;white-space:pre-wrap;line-height:1.45;color:#173247;min-height:170px}
.template-editor-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:14px}
.template-list button.active,.calc-template-list button.active{border-color:#176ca4;background:#eaf6fc;box-shadow:inset 4px 0 #176ca4}
.admin-only-note{background:#fff8e7;border:1px solid #f0d89a;border-radius:10px;color:#946923;padding:10px;font-size:11px}
.calc-results{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:10px}
.calc-result{background:#f7fbfd;border:1px solid #dbe8f0;border-radius:12px;padding:12px}
.calc-result span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:#6e8090;font-weight:900}
.calc-result strong{display:block;margin-top:5px;font:800 17px Manrope;color:#102f4d}
.calc-result.highlight{background:#eaf6fc;border-color:#2bbfed}
.calc-helper{background:#eef7fb;border:1px solid #cfe6f2;border-radius:12px;padding:12px;color:#173247;font-size:11px;line-height:1.45}
.calc-history-head{display:flex;justify-content:space-between;gap:10px;align-items:center}
.tool-pill-row{display:flex;gap:6px;flex-wrap:wrap}
.tool-pill{background:#edf3f6;color:#456276;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800}
.tool-pill.active{background:#e8f8f1;color:#177652}
.tool-pill.inactive{background:#fff0d6;color:#946923}
.text-send-panel{width:min(760px,100%);margin:0 auto;padding:24px;gap:20px}
.text-tool-intro{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid #e2eaf0}
.text-tool-intro .eyebrow{margin:0 0 4px;color:#2382b8;font-size:9px;font-weight:900;letter-spacing:.1em}
.text-tool-intro h3{font-size:21px;margin:0}
.text-tool-intro p:not(.eyebrow){margin:6px 0 0;color:#687d8c;font-size:12px;line-height:1.5}
.text-tool-intro>span{flex:0 0 auto;border-radius:999px;background:#e9f8ef;color:#177652;padding:7px 10px;font-size:9px;font-weight:900;text-transform:uppercase}
.text-send-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;position:relative}
.text-customer-matches{position:absolute;z-index:5;top:66px;left:0;width:calc(50% - 6px);max-height:210px;padding:7px;background:#fff;border:1px solid #dbe8f0;border-radius:12px;box-shadow:0 14px 32px rgba(15,52,78,.14)}
.text-customer-matches:empty{display:none}
.text-template-step{display:grid;gap:9px}
.text-step-heading{display:flex;justify-content:space-between;align-items:center;color:#5d7382;font-size:9px;font-weight:900;text-transform:uppercase}
.text-step-heading small{color:#8798a5;font-size:9px}
.text-template-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.text-template-choices button{min-height:72px;border:1px solid #dbe8f0;border-radius:11px;background:#f8fbfd;padding:11px;text-align:left;color:#173247;cursor:pointer}
.text-template-choices button:hover{border-color:#75c8e9;background:#f0f9fd}
.text-template-choices button.active{border-color:#176ca4;background:#eaf6fc;box-shadow:inset 0 0 0 1px #176ca4}
.text-template-choices span,.text-template-choices small{display:block}
.text-template-choices span{font-weight:800;line-height:1.25}
.text-template-choices small{margin-top:5px;color:#6e8090;font-size:9px}
.text-message-field{position:relative}
.text-message-field textarea{padding-bottom:30px;font-size:14px;line-height:1.5;min-height:170px}
.text-character-count{display:block;margin-top:5px;color:#7b8d99;font-size:9px;font-weight:700;text-align:right;text-transform:none}
.text-send-actions{padding-top:4px}
.text-send-actions .primary{min-width:150px}
.template-manager{display:grid;grid-template-columns:270px minmax(0,1fr);gap:16px;align-items:start}
.template-library{border:1px solid #dbe8f0;background:#fff;border-radius:14px;padding:15px;display:grid;gap:14px}
.template-library-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.template-library-head .eyebrow{margin:0 0 4px;color:#2382b8;font-size:9px;font-weight:900;letter-spacing:.1em}
.template-library-head h3{margin:0;font:800 16px Manrope;color:#102f4d}
.template-library-head .primary{padding:8px 10px;font-size:10px}
.template-editor-simple{padding:22px;gap:17px}
.template-helper-row{display:flex;gap:12px;align-items:center;justify-content:flex-start;flex-wrap:wrap}
.template-helper-row p{margin:0;color:#687d8c;font-size:11px}
.template-helper-row code{background:#eaf6fc;color:#176ca4;border-radius:6px;padding:3px 6px;font-weight:800}
.template-active-check{background:#f5f9fb;border:1px solid #dbe8f0;border-radius:10px;padding:11px}
.template-editor-actions{padding-top:5px;border-top:1px solid #e2eaf0}
.danger-soft{color:#a43a3a!important;border-color:#edcaca!important;background:#fff7f7!important}
@media(max-width:1250px){.tools-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.tool-two-col,.template-editor-grid{grid-template-columns:1fr}.calc-results{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.template-manager{grid-template-columns:1fr}.template-library .template-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none}.text-template-choices{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.tools-grid,.tool-form-grid,.calc-results,.text-send-fields,.text-template-choices{grid-template-columns:1fr}.tool-actions{justify-content:stretch}.tool-actions button{flex:1}.text-tool-tabs{width:100%}.text-tool-tabs button{flex:1;padding:10px 8px}.text-send-panel,.template-editor-simple{padding:16px}.text-customer-matches{top:66px;width:100%}.text-tool-intro{display:block}.text-tool-intro>span{display:inline-block;margin-top:10px}.template-library .template-list{grid-template-columns:1fr}.template-helper-row{align-items:stretch}.template-helper-row .secondary{width:100%}}
