Add leaders' objection-handling section to /tools
Six common recruiting objections as native <details> accordions (CSP-safe, no inline JS), each with an honest 'the truth' mechanics note plus a copy-ready 'say this' reply. Keeps team leaders accurate (spillover fills the matrix but never qualifies; upgrades optional; verify on-chain) and never promises income. Standalone team-resources/objection-handling.md kept in sync. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -74,6 +74,19 @@ a{color:inherit}.wrap{width:min(1160px,calc(100% - 32px));margin:auto}.nav{heigh
|
||||
.banner-cell .meta{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin:12px 2px 0}
|
||||
.banner-cell .sz{font-weight:800;color:var(--text);font-size:15px}.banner-cell .use{color:var(--muted);font-size:12px;text-align:right}
|
||||
.banner-cell .acts{display:flex;gap:8px;margin-top:12px}.banner-cell .acts .btn{flex:1}
|
||||
/* objection-handling accordion (team leaders) — native <details>, no JS */
|
||||
.obj-wrap{display:grid;gap:12px;margin:6px 0 4px}
|
||||
.obj{background:var(--card);border:1px solid var(--line);border-radius:14px;overflow:hidden}
|
||||
.obj>summary{cursor:pointer;list-style:none;padding:16px 18px;display:flex;gap:12px;align-items:flex-start;font-weight:800;color:var(--text);font-size:16.5px;line-height:1.4}
|
||||
.obj>summary::-webkit-details-marker{display:none}
|
||||
.obj>summary::before{content:"\FF0B";color:var(--gold);font-weight:900;flex:none;font-size:18px;line-height:1.25}
|
||||
.obj[open]>summary::before{content:"\2013"}
|
||||
.obj[open]>summary{border-bottom:1px solid var(--line)}
|
||||
.obj-body{padding:15px 18px 18px;display:grid;gap:14px}
|
||||
.obj-truth .lab,.obj-say .lab{display:inline-block;font-size:11px;letter-spacing:.9px;text-transform:uppercase;font-weight:900;margin-bottom:7px}
|
||||
.obj-truth .lab{color:var(--teal)}.obj-say .lab{color:var(--gold)}
|
||||
.obj-truth p{color:var(--muted);margin:0;line-height:1.6;font-size:15px}
|
||||
.obj-say-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:2px}
|
||||
/* dashboard "My Next Step" plan panel + mini level ladder */
|
||||
.ns-card{background:linear-gradient(150deg,#12293f,#0b1b2b);border:1px solid #2a4a63;border-radius:16px;padding:18px 20px;margin:0 0 22px}
|
||||
.ns-top{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}
|
||||
|
||||
Reference in New Issue
Block a user