:root{
  --alpha-bg:#f2f6f4;
  --alpha-surface:rgba(255,255,255,.82);
  --alpha-solid:#fff;
  --alpha-ink:#17251f;
  --alpha-muted:#6c7b73;
  --alpha-line:rgba(23,52,40,.09);
  --alpha-accent:#0e8f5b;
  --alpha-accent-hover:#087749;
  --alpha-accent-soft:#e6f6ee;
  --alpha-warning:#b87817;
  --alpha-warning-soft:#fff5df;
  --alpha-danger:#c74747;
  --alpha-danger-soft:#fff0f0;
  --alpha-violet:#7054c8;
  --alpha-violet-soft:#f1edff;
  --alpha-shadow:0 18px 55px rgba(23,52,40,.09);
  --alpha-shadow-soft:0 8px 30px rgba(23,52,40,.06);
  color:var(--alpha-ink);
  background:var(--alpha-bg);
}

html{background:var(--alpha-bg)}
body{color:var(--alpha-ink);background:var(--alpha-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
button,input,textarea,select{font:inherit}
button{-webkit-tap-highlight-color:transparent}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(14,143,91,.16)!important}
#app .card:hover{transform:none}
.muted{color:var(--alpha-muted)}
.eyebrow{display:block;margin-bottom:7px;color:var(--alpha-accent);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.primary{min-height:46px;border-radius:13px!important;padding:12px 18px;background:linear-gradient(145deg,#119b65,#0b8151)!important;box-shadow:0 8px 20px rgba(14,143,91,.2);font-weight:760!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.primary:hover{filter:saturate(1.08);box-shadow:0 11px 25px rgba(14,143,91,.25);transform:translateY(-1px)}
.ghost{min-height:42px;border:1px solid var(--alpha-line);border-radius:12px;background:rgba(255,255,255,.84);color:#52645b;font-weight:680;transition:background .18s ease,border-color .18s ease,color .18s ease}
.ghost:hover{border-color:rgba(14,143,91,.25);background:var(--alpha-accent-soft);color:var(--alpha-accent-hover)}

/* Structural foundations */
html,body{max-width:100%;overflow-x:clip}
.field select{width:100%;padding:13px 14px;outline:none}
.remember{display:flex;align-items:center;gap:9px;cursor:pointer}.remember input{width:18px;height:18px;accent-color:var(--alpha-accent)}
.speech-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.speech-card{display:flex;min-height:230px;flex-direction:column}.speech-preview{max-height:155px;overflow:hidden;white-space:pre-wrap}.speech-workers{margin-top:auto;padding-top:15px;border-top:1px solid var(--alpha-line)}
.mapping-list{display:grid;gap:9px;margin:20px 0}.mapping-row{display:grid;grid-template-columns:minmax(120px,1fr) 24px minmax(190px,1fr);gap:10px;align-items:center;padding:10px}.mapping-row select,.lead-search input{border:1px solid var(--alpha-line);padding:10px;background:#fff}.preview-table{max-height:280px;overflow:auto}.preview-table th{position:sticky;top:0}.preview-table td{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lead-search{display:flex;gap:7px}.leads-card{width:100%;max-width:100%;min-width:0;overflow:auto}.leads-card table{width:100%;min-width:900px;table-layout:fixed}.leads-card th:nth-child(1),.leads-card td:nth-child(1){width:20%}.leads-card th:nth-child(2),.leads-card td:nth-child(2){width:17%}.leads-card th:nth-child(3),.leads-card td:nth-child(3){width:14%}.leads-card th:nth-child(4),.leads-card td:nth-child(4){width:12%}.leads-card th:nth-child(5),.leads-card td:nth-child(5){width:23%}.leads-card th:nth-child(6),.leads-card td:nth-child(6){width:14%}.result-tag{display:inline-block}
.comment-cell{max-width:none;white-space:normal}.comment-preview{display:block;width:100%;min-width:0;padding:0;border:0;background:none;color:inherit;text-align:left;cursor:pointer}.comment-preview__text{display:-webkit-box;max-height:4.35em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.comment-preview__more{display:block;margin-top:5px;color:var(--alpha-accent);font-size:10px;font-weight:750}.comment-preview:hover .comment-preview__more{text-decoration:underline}.comment-preview:focus-visible{outline:2px solid var(--alpha-accent);outline-offset:3px;border-radius:4px}.comment-detail{max-height:min(60vh,520px);margin-top:20px;overflow:auto;padding:18px;border:1px solid var(--alpha-line);border-radius:15px;background:#f7faf8;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;line-height:1.65}
.check-list{display:grid;gap:8px;margin-top:2px}.check-row{display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 12px;border-radius:12px;cursor:pointer}.check-row input[type="checkbox"]{appearance:auto;width:18px!important;height:18px!important;min-width:18px;margin:0!important;padding:0!important;accent-color:var(--alpha-accent);box-shadow:none!important}.check-row span{line-height:1.25}.switch-row{margin:16px 0;font-weight:700}.base-form-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.danger-button{border-radius:12px;padding:12px 16px;font-weight:750}.delete-hint{display:block;line-height:1.4}.modal{z-index:100}

.lead-wrap.worker-app{display:block;width:100%;max-width:none;min-height:100vh;margin:0;padding:24px clamp(18px,3vw,48px) 48px;overflow-x:hidden}
.worker-top,.worker-nav,#workerContent{width:min(1400px,100%);min-width:0;margin-left:auto;margin-right:auto}
.worker-top{display:flex;align-items:center;gap:18px;min-height:82px;padding:10px 18px 10px 14px}
.worker-brand{display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;margin-right:auto}.worker-brand-logo{display:block;object-fit:cover;object-position:center}.worker-brand small{margin:-2px 0 0 10px}
.worker-country{display:flex;align-items:center;gap:9px;padding:10px 14px;white-space:nowrap}
.country-flag{position:relative;display:inline-block;flex:0 0 auto;width:27px;height:18px;overflow:hidden;border:1px solid rgba(15,23,42,.13);border-radius:4px;background:#dce5e1;box-shadow:0 1px 3px rgba(15,23,42,.14);vertical-align:-3px}
.flag-md{background:linear-gradient(90deg,#0046ae 0 33.333%,#ffd200 33.333% 66.666%,#cc092f 66.666%)}.flag-md:after{content:"";position:absolute;left:50%;top:50%;width:3px;height:6px;border-radius:50%;background:#9b5f20;transform:translate(-50%,-50%)}
.flag-uz{background:linear-gradient(#1eb53a 0 31%,#d22730 31% 35%,#fff 35% 65%,#d22730 65% 69%,#0099b5 69%)}.flag-kg{background:#e8112d}.flag-kg:after{content:"☀";position:absolute;inset:0;display:grid;place-items:center;color:#ffd400;font-size:11px}.flag-kz{background:#00afca}.flag-kz:after{content:"●";position:absolute;inset:0;display:grid;place-items:center;color:#f4d447;font-size:10px}.flag-world:after{content:"•";position:absolute;inset:0;display:grid;place-items:center;color:#60726b}
.worker-nav{display:flex;gap:8px;margin-top:18px;margin-bottom:20px;padding:5px;width:max-content}.worker-nav button{min-height:42px;border:0;background:transparent;padding:10px 22px;font-weight:750;cursor:pointer}
.worker-layout{display:grid;width:100%;grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr);gap:24px;align-items:start}.worker-layout>*{min-width:0}.worker-layout .lead-card{width:100%;max-width:none;padding:clamp(22px,2.5vw,36px)}
.speech-panel{position:sticky;top:24px;max-height:calc(100vh - 48px);overflow:auto;padding:23px}.speech-panel-head{display:grid;gap:5px;padding-bottom:15px;border-bottom:1px solid var(--alpha-line)}.speech-panel-head span{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.speech-panel-head b{font-size:20px}.speech-content{margin-top:17px;white-space:pre-wrap;line-height:1.65}.empty-speech{display:grid;gap:6px}
.lead-location{display:flex;align-items:center;gap:9px;margin:0 0 10px}.contact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:26px 0}.contact-item{display:flex;min-width:0;flex-direction:column;gap:7px;padding:17px}.contact-item b{overflow-wrap:anywhere}.contact-item .call{width:max-content;margin-top:3px;text-decoration:none}.worker-layout textarea{min-height:128px;resize:vertical}.worker-layout .actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.worker-layout .actions button{min-width:0;min-height:48px;padding:12px 10px;white-space:normal}
.worker-list{width:100%;max-width:1400px;min-width:0;margin:0 auto}.worker-list-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;margin-bottom:10px}.worker-list-card>div{display:flex;min-width:0;flex-direction:column;gap:5px}.worker-list-main{flex:1 1 auto}.worker-list-meta{flex:0 1 42%;max-width:42%;align-items:flex-end}.worker-list-card b,.worker-list-card span,.worker-list-card small,.worker-list-card strong{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.worker-list-card small,.worker-list-card span{color:var(--alpha-muted)}
#lead>.row.between{min-width:0;align-items:flex-start}#lead>.row.between>div:first-child{min-width:0;flex:1 1 auto}#lead>.row.between>.badge{flex:0 0 auto}.lead-name,.lead-location>span{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.lead-location>span{display:block}.contact-item b{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.contact-item .call{max-width:100%;white-space:normal}
.speech-panel-head,.speech-panel-head b,.speech-content,.speech-card .row>div,.speech-card h2,.speech-preview,.speech-workers{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.speech-card .row>div{flex:1 1 auto}.speech-card .edit-speech{flex:0 0 auto}
.alpha-shell .base-row b{min-width:0;align-items:flex-start}.alpha-shell .base-row b>span:first-child{min-width:0;flex:1 1 auto;overflow-wrap:anywhere;word-break:break-word}.alpha-shell .base-row b>span:last-child{flex:0 0 auto;text-align:right}.alpha-shell .base-row small{overflow-wrap:anywhere;word-break:break-word}
.alpha-shell td,.worker-list td{min-width:0;overflow-wrap:anywhere;word-break:break-word}.alpha-shell td b,.worker-list td b{overflow-wrap:anywhere;word-break:break-word}
.modal-card,.modal-card .row.between>div,.check-row span,.mapping-row b{min-width:0;overflow-wrap:anywhere;word-break:break-word}.modal-card>.row.between>div:first-child{flex:1 1 auto}.modal-card>.row.between>.close{flex:0 0 auto}.error{overflow-wrap:anywhere;word-break:break-word}

/* Login */
.alpha-login{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(145deg,#eef4f1 0,#f8faf9 47%,#edf5f1 100%)}
.alpha-login:before{content:"";position:absolute;inset:0;z-index:-3;background-image:linear-gradient(rgba(20,55,40,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(20,55,40,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent 78%)}
.login-orb{position:absolute;z-index:-2;border-radius:999px;filter:blur(2px);opacity:.78}
.login-orb-one{width:460px;height:460px;right:-120px;top:-150px;background:radial-gradient(circle at 35% 35%,rgba(102,218,165,.55),rgba(14,143,91,.09) 60%,transparent 72%)}
.login-orb-two{width:360px;height:360px;left:-130px;bottom:-130px;background:radial-gradient(circle at 55% 45%,rgba(186,220,204,.7),rgba(255,255,255,0) 68%)}
.alpha-login .login-card{width:min(460px,calc(100vw - 28px));padding:42px 44px 34px;border:1px solid rgba(255,255,255,.92);border-radius:30px;background:rgba(255,255,255,.78);box-shadow:0 30px 90px rgba(24,58,43,.14),inset 0 1px rgba(255,255,255,.95);backdrop-filter:blur(28px) saturate(1.15)}
.login-logo{display:block;width:225px;height:70px;margin:-10px auto 16px;object-fit:cover;object-position:center}
.login-kicker{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:26px;color:#718178;font-size:11px;font-weight:750;letter-spacing:.05em;text-transform:uppercase}
.login-kicker i{width:7px;height:7px;border-radius:50%;background:var(--alpha-accent);box-shadow:0 0 0 5px rgba(14,143,91,.1)}
.alpha-login h1{margin:0 0 8px;font-size:34px;line-height:1.12;letter-spacing:-1.1px;text-align:center}
.alpha-login h1+.muted{display:block;margin:0 0 26px;text-align:center;line-height:1.5}
.alpha-login .field{gap:8px;margin:16px 0}
.alpha-login .field label{font-size:12px;font-weight:750;color:#52645b}
.alpha-login .field input{height:50px;border-color:rgba(23,52,40,.11);border-radius:14px;background:rgba(248,251,249,.9);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.alpha-login .field input:hover{border-color:rgba(14,143,91,.24);background:#fff}
.alpha-login .remember{margin:17px 0 22px;font-size:13px}
.alpha-login .remember input{accent-color:var(--alpha-accent)}
.login-footer{display:block;margin-top:22px;color:#90a097;font-size:11px;text-align:center}

/* Admin shell */
.alpha-shell{grid-template-columns:254px minmax(0,1fr);gap:16px;min-height:100vh;padding:16px;background:radial-gradient(circle at 82% -10%,rgba(181,229,205,.58),transparent 30%),radial-gradient(circle at 5% 100%,rgba(213,229,221,.75),transparent 32%),var(--alpha-bg)}
.alpha-shell .sidebar{position:sticky;top:16px;height:calc(100vh - 32px);min-width:0;padding:18px 14px 14px;border:1px solid rgba(255,255,255,.9);border-radius:28px;background:rgba(255,255,255,.72);box-shadow:var(--alpha-shadow-soft),inset 0 1px rgba(255,255,255,.96);backdrop-filter:blur(24px) saturate(1.1)}
.brand-shell{padding:4px 9px 20px;border-bottom:1px solid var(--alpha-line)}
.sidebar-logo{display:block;width:184px;height:58px;object-fit:cover;object-position:center}
.brand-shell small{display:block;margin:-6px 0 0 13px;color:#90a097;font-size:9px;font-weight:800;letter-spacing:.2em}
.alpha-shell .nav{gap:6px;margin-top:20px;overflow:visible}
.alpha-shell .nav button{position:relative;display:flex;align-items:center;gap:12px;width:100%;min-height:46px;padding:10px 13px;border:1px solid transparent;border-radius:14px;color:#607168;font-size:14px;font-weight:680;text-align:left;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}
.alpha-shell .nav button:hover{color:#31463c;background:rgba(255,255,255,.65);transform:translateX(2px)}
.alpha-shell .nav button.active{border-color:rgba(14,143,91,.09);background:linear-gradient(135deg,#e3f6ec,#edf9f3)!important;color:var(--alpha-accent-hover)!important;box-shadow:inset 0 1px rgba(255,255,255,.9)}
.alpha-shell .nav button.active:after{content:"";position:absolute;right:8px;width:5px;height:5px;border-radius:50%;background:var(--alpha-accent);box-shadow:0 0 0 5px rgba(14,143,91,.1)}
.nav-icon{position:relative;display:inline-grid;place-items:center;flex:0 0 20px;width:20px;height:20px;color:currentColor}
.icon-overview{border:1.7px solid currentColor;border-radius:5px;background:linear-gradient(90deg,transparent 45%,currentColor 46% 54%,transparent 55%),linear-gradient(transparent 45%,currentColor 46% 54%,transparent 55%);opacity:.9}
.icon-bases:before,.icon-bases:after{content:"";position:absolute;left:2px;right:2px;height:6px;border:1.7px solid currentColor;border-radius:3px}.icon-bases:before{top:2px}.icon-bases:after{bottom:2px}.icon-bases{border-top:1.7px solid currentColor;border-bottom:1.7px solid currentColor}
.icon-leads{border:1.7px solid currentColor;border-radius:50%}.icon-leads:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.icon-leads:after{content:"";position:absolute;right:-1px;bottom:-1px;width:6px;height:2px;border-radius:2px;background:currentColor;transform:rotate(45deg)}
.icon-users:before{content:"";position:absolute;top:1px;width:7px;height:7px;border:1.7px solid currentColor;border-radius:50%}.icon-users:after{content:"";position:absolute;bottom:1px;width:15px;height:8px;border:1.7px solid currentColor;border-radius:9px 9px 4px 4px}
.icon-speeches{border:1.7px solid currentColor;border-radius:5px}.icon-speeches:before{content:"";position:absolute;left:4px;right:4px;top:5px;height:1.7px;background:currentColor;box-shadow:0 4px currentColor}.icon-speeches:after{content:"";position:absolute;left:3px;bottom:-4px;border:4px solid transparent;border-top-color:currentColor;transform:rotate(20deg)}
.icon-stats{align-items:end;grid-template-columns:repeat(3,3px);gap:2px;padding-bottom:2px}.icon-stats:before{content:"";width:3px;height:7px;border-radius:2px;background:currentColor;box-shadow:5px -5px currentColor,10px -10px currentColor}
.alpha-shell .profile{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;margin-top:auto;padding:14px 10px 4px;border-top:1px solid var(--alpha-line)}
.mobile-admin-bar{display:none}
.profile-avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:linear-gradient(145deg,#164f38,#0d8d59);color:#fff;font-size:14px;font-weight:800;box-shadow:0 8px 18px rgba(14,89,58,.2)}
.profile-copy{min-width:0}.profile-copy b,.profile-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-copy b{font-size:13px}.profile-copy small{margin-top:2px;color:var(--alpha-muted);font-size:11px}
.profile-logout{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--alpha-line);border-radius:11px;background:rgba(255,255,255,.65);color:#66786f;font-size:16px;transform:rotate(45deg)}
.alpha-shell .content{min-width:0;max-width:1510px;padding:27px clamp(20px,3vw,42px) 48px;animation:alpha-page-in .28s ease both}
.alpha-shell .grid:not(.overview-grid){grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr))}
.alpha-shell .content:before{display:none}
.alpha-shell .top{min-height:78px;align-items:center}
.alpha-shell .top h1{margin:0 0 7px;color:var(--alpha-ink);font-size:clamp(29px,3vw,38px);line-height:1.08;letter-spacing:-1.2px}
.alpha-shell .top .muted{font-size:14px}
.date-chip{display:flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid rgba(255,255,255,.9);border-radius:14px;background:rgba(255,255,255,.67);box-shadow:var(--alpha-shadow-soft);color:#52645b;font-size:12px;font-weight:700;text-transform:capitalize;backdrop-filter:blur(15px)}
.date-chip i{width:8px;height:8px;border-radius:50%;background:var(--alpha-accent);box-shadow:0 0 0 5px rgba(14,143,91,.1)}
.alpha-shell .card{min-width:0;border:1px solid rgba(255,255,255,.94);border-radius:22px;background:var(--alpha-surface);box-shadow:var(--alpha-shadow-soft),inset 0 1px rgba(255,255,255,.92);backdrop-filter:blur(18px);transition:border-color .2s ease,box-shadow .2s ease}
.alpha-shell .card:hover{border-color:rgba(14,143,91,.12);box-shadow:0 12px 38px rgba(23,52,40,.08),inset 0 1px rgba(255,255,255,.94)}
.alpha-shell .kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:24px 0 18px}
.alpha-shell .kpi{position:relative;min-height:154px;padding:20px 21px;overflow:hidden}
.alpha-shell .kpi:before{content:"";position:absolute;right:-35px;bottom:-55px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(14,143,91,.12),transparent 68%)}
.alpha-shell .kpi:after{display:none}
.kpi-label{display:flex;align-items:center;gap:9px;color:#64766d;font-size:12px;font-weight:730}
.kpi-label i{width:9px;height:9px;border:2px solid var(--alpha-accent);border-radius:4px}
.kpi-callbacks .kpi-label i{border-color:var(--alpha-violet);border-radius:50%}.kpi-remaining .kpi-label i{border-color:#6580a1}.kpi-workers .kpi-label i{border-color:#c88a2d}
.alpha-shell .kpi strong{position:relative;display:block;margin:16px 0 4px;color:#183227;font-size:38px;line-height:1;font-weight:790;letter-spacing:-1.6px}
.alpha-shell .kpi small{position:relative;color:#8a9991;font-size:11px}
.alpha-shell .overview-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.85fr);gap:16px}
.overview-grid>.card{padding:24px}
.section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}
.section-heading h2{margin:0;color:#1d3027;font-size:19px;letter-spacing:-.4px}
.live-badge{display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:var(--alpha-accent-soft);color:var(--alpha-accent-hover);font-size:11px;font-weight:750}.live-badge i{width:6px;height:6px;border-radius:50%;background:var(--alpha-accent);box-shadow:0 0 0 4px rgba(14,143,91,.1)}
.pulse-content{display:grid;grid-template-columns:190px minmax(0,1fr);gap:24px;align-items:center;min-height:210px}
.pulse-visual{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:180px;height:180px;border:1px solid rgba(14,143,91,.12);border-radius:50%;background:radial-gradient(circle,#fff 0 54%,#e7f6ee 55% 58%,rgba(231,246,238,.26) 59% 68%,transparent 69%);box-shadow:inset 0 0 40px rgba(14,143,91,.06)}
.pulse-visual:before,.pulse-visual:after{content:"";position:absolute;border:1px solid rgba(14,143,91,.12);border-radius:50%}.pulse-visual:before{inset:14px}.pulse-visual:after{inset:-7px;border-style:dashed;animation:alpha-spin 18s linear infinite}
.pulse-visual>b{font-size:44px;line-height:1;letter-spacing:-2px}.pulse-visual small{margin-top:6px;color:var(--alpha-muted);font-size:11px}
.pulse-copy h3{margin:0 0 9px;font-size:20px;line-height:1.25;letter-spacing:-.45px}.pulse-copy p{margin:0;color:var(--alpha-muted);font-size:13px;line-height:1.6}
.pulse-details{display:flex;gap:12px;margin-top:20px}.pulse-details span{display:flex;flex-direction:column;min-width:110px;padding:12px;border-radius:14px;background:rgba(244,248,246,.9);color:var(--alpha-muted);font-size:11px}.pulse-details b{margin-bottom:2px;color:var(--alpha-ink);font-size:18px}
.alpha-shell .base-row{padding:15px 0;border-color:var(--alpha-line)}.alpha-shell .base-row:first-of-type{padding-top:4px}.alpha-shell .base-row:last-child{border-bottom:0;padding-bottom:2px}
.alpha-shell .base-row b{gap:12px;font-size:13px}.alpha-shell .base-row b span:last-child{color:#577066;font-variant-numeric:tabular-nums}.alpha-shell .base-row small{display:block;margin-top:5px;font-size:11px}
.alpha-shell .progress{height:5px;margin-top:11px;background:#e5ece8}.alpha-shell .progress i{background:linear-gradient(90deg,#1daa70,#0d8655)!important}
.soft-empty{display:flex;min-height:190px;flex-direction:column;align-items:center;justify-content:center;color:var(--alpha-muted);text-align:center}.soft-empty i{position:relative;width:44px;height:44px;margin-bottom:13px;border:1px solid #dce7e1;border-radius:15px;background:#f5f9f7}.soft-empty i:before{content:"";position:absolute;left:12px;right:12px;top:14px;height:2px;border-radius:3px;background:#a8b8af;box-shadow:0 6px #a8b8af}.soft-empty b{color:#41554b;font-size:13px}.soft-empty span{margin-top:4px;font-size:11px}

/* Tables and content screens */
.alpha-shell .content>.card,.alpha-shell .content>section.card{overflow:auto;-webkit-overflow-scrolling:touch}
.table-scroll{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}
.tabl…196 tokens truncated…{padding:15px 12px;border-bottom:1px solid rgba(23,52,40,.065);color:#3b4d44;font-size:13px;line-height:1.45;vertical-align:middle}
.alpha-shell tbody tr{transition:background .16s ease}.alpha-shell tbody tr:hover{background:rgba(231,246,238,.44)}.alpha-shell tbody tr:last-child td{border-bottom:0}
.alpha-shell td b{color:#20352b;font-weight:730}.alpha-shell .badge,.alpha-shell .country,.alpha-shell .result-tag{border:1px solid transparent;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:760;white-space:nowrap}
.alpha-shell .badge,.alpha-shell .country{border-color:rgba(14,143,91,.1);background:var(--alpha-accent-soft);color:var(--alpha-accent-hover)}
.alpha-shell .result-success{background:var(--alpha-accent-soft);color:var(--alpha-accent-hover)}.alpha-shell .result-refused{background:var(--alpha-danger-soft);color:var(--alpha-danger)}.alpha-shell .result-callback{background:var(--alpha-violet-soft);color:var(--alpha-violet)}.alpha-shell .result-busy{background:var(--alpha-warning-soft);color:var(--alpha-warning)}
.alpha-shell .top+.card,.alpha-shell .top+section.card{margin-top:22px!important;padding:8px 12px 12px}
.alpha-shell .lead-search{align-items:center;padding:5px;border:1px solid rgba(255,255,255,.9);border-radius:16px;background:rgba(255,255,255,.67);box-shadow:var(--alpha-shadow-soft);backdrop-filter:blur(14px)}
.alpha-shell .lead-search input{width:min(320px,42vw);height:42px;border:0;background:transparent;padding:9px 12px}.alpha-shell .lead-search input:focus{box-shadow:none!important}.alpha-shell .lead-search .primary{min-height:40px;padding:9px 16px}
.alpha-shell .speech-list{gap:16px;margin-top:23px}.alpha-shell .speech-card{min-height:240px;padding:23px}.alpha-shell .speech-card h2{font-size:19px;letter-spacing:-.35px}.alpha-shell .speech-preview{color:#617269;line-height:1.65}.alpha-shell .speech-workers{border-color:var(--alpha-line);color:#687970}

/* Forms and modals */
.modal{padding:22px;background:rgba(16,31,25,.46);backdrop-filter:blur(12px)}
.modal-card{width:min(600px,calc(100vw - 28px));max-height:min(90vh,860px);padding:26px 28px 28px;border:1px solid rgba(255,255,255,.86);border-radius:26px;background:rgba(255,255,255,.95);box-shadow:0 34px 110px rgba(10,28,20,.24);overscroll-behavior:contain}
.modal-card>div.row.between:first-child{position:sticky;top:-26px;z-index:5;margin:-26px -28px 18px;padding:22px 28px 16px;border-bottom:1px solid var(--alpha-line);background:rgba(255,255,255,.92);backdrop-filter:blur(18px)}
.modal-card h2{margin:0;font-size:24px;letter-spacing:-.7px}.modal-card h3{font-size:15px}
.field{gap:8px}.field>label,.modal-card form>.check-row+ .field>label{color:#53655c;font-size:12px;font-weight:750}
.field input,.field textarea,.field select{min-height:46px;border:1px solid rgba(23,52,40,.12)!important;border-radius:13px!important;background:#fbfcfb!important;color:var(--alpha-ink);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.field textarea{line-height:1.55;resize:vertical}.field input:hover,.field textarea:hover,.field select:hover{border-color:rgba(14,143,91,.24)!important;background:#fff!important}
.check-row{border-color:rgba(23,52,40,.09);background:#f6f9f7}.switch-row{border-color:rgba(14,143,91,.11);background:var(--alpha-accent-soft)}
.modal-card label:has(>input[type="checkbox"]){display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 12px;border:1px solid rgba(23,52,40,.09);border-radius:12px;background:#f6f9f7;color:#41554b;font-size:13px;font-weight:680;line-height:1.25;cursor:pointer}
.modal-card form>label:has(>input[type="checkbox"]){margin:14px 0;border-color:rgba(14,143,91,.11);background:var(--alpha-accent-soft)}
.modal-card .field>label:has(>input[type="checkbox"]){margin:0;background:#f6f9f7}
.modal-card input[type="checkbox"]{appearance:auto!important;display:inline-block!important;flex:0 0 18px!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;margin:0!important;padding:0!important;border:0!important;border-radius:4px!important;background:#fff!important;box-shadow:none!important;accent-color:var(--alpha-accent)}
.base-form-actions{position:sticky;bottom:-28px;z-index:4;margin:22px -28px -28px;padding:16px 28px 22px;border-top:1px solid var(--alpha-line);background:rgba(255,255,255,.93);backdrop-filter:blur(18px)}
.danger-button{border-color:rgba(199,71,71,.22);background:var(--alpha-danger-soft);color:var(--alpha-danger)}
.delete-hint{margin:10px 0 0;color:#a16b6b;text-align:center}
.mapping-row{border:1px solid rgba(23,52,40,.07);border-radius:14px;background:#f7faf8}.preview-table{border-color:var(--alpha-line);border-radius:15px}
.error{border:1px solid rgba(199,71,71,.12);border-radius:12px;background:var(--alpha-danger-soft);color:var(--alpha-danger)}

/* Worker workspace */
.lead-wrap.worker-app{background:radial-gradient(circle at 86% -10%,rgba(173,226,199,.52),transparent 32%),radial-gradient(circle at 4% 100%,rgba(218,232,225,.72),transparent 32%),var(--alpha-bg)}
.worker-top{border-color:rgba(255,255,255,.92);border-radius:26px;background:rgba(255,255,255,.76);box-shadow:var(--alpha-shadow-soft),inset 0 1px rgba(255,255,255,.94);backdrop-filter:blur(23px) saturate(1.1)}
.worker-brand-logo{width:210px;height:60px}.worker-brand small{color:#7c8c83;font-size:11px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}
.worker-country{border-color:rgba(14,143,91,.1);border-radius:13px;background:var(--alpha-accent-soft);color:var(--alpha-accent-hover);font-size:12px}
.worker-top>.ghost{min-width:76px}
.worker-nav{border-color:rgba(255,255,255,.92);border-radius:17px;background:rgba(255,255,255,.72);box-shadow:var(--alpha-shadow-soft);backdrop-filter:blur(16px)}
.worker-nav button{border-radius:12px;color:#75857c;font-size:12px;letter-spacing:.01em}.worker-nav button.active{background:linear-gradient(145deg,#159d66,#0c8252)!important;color:#fff!important;box-shadow:0 8px 20px rgba(14,143,91,.22)}
.worker-layout .lead-card,.worker-layout .speech-panel,.worker-list-card,.worker-list .card{border-color:rgba(255,255,255,.92);background:rgba(255,255,255,.83);box-shadow:var(--alpha-shadow),inset 0 1px rgba(255,255,255,.94);backdrop-filter:blur(18px)}
.worker-layout .lead-card{border-radius:28px}.worker-layout .speech-panel{border-radius:25px}.speech-panel-head{border-color:var(--alpha-line)}.speech-panel-head span{color:var(--alpha-accent)}.speech-content{color:#465b50}
.worker-layout .lead-name{color:#172a21;font-size:clamp(34px,3.4vw,50px);font-weight:800;letter-spacing:-1.8px}
.lead-location{color:#72847a;font-size:12px;letter-spacing:.015em}.worker-layout .badge{border:1px solid rgba(14,143,91,.1);background:var(--alpha-accent-soft);color:var(--alpha-accent-hover);font-weight:750}
.contact-grid{gap:10px}.contact-item{min-height:124px;border-color:rgba(23,52,40,.07);border-radius:18px;background:linear-gradient(145deg,rgba(248,251,249,.96),rgba(242,247,244,.91));box-shadow:inset 0 1px rgba(255,255,255,.9)}
.contact-item small{color:#84938b;font-size:10px;letter-spacing:.05em;text-transform:uppercase}.contact-item b{color:#263d31;font-weight:760}
.contact-item .call{min-height:38px;padding:8px 13px;border:1px solid rgba(14,143,91,.1);background:var(--alpha-accent-soft)!important;color:var(--alpha-accent-hover)!important;box-shadow:none;transition:background .18s ease,transform .18s ease}.contact-item .call:hover{background:#d9f2e5!important;transform:translateY(-1px)}
.worker-layout .field label{font-size:12px;font-weight:750;color:#52645b}.worker-layout textarea,.worker-layout input{border-color:rgba(23,52,40,.1);border-radius:15px;background:#fbfcfb}
.worker-layout .actions{position:sticky;bottom:12px;z-index:6;margin:20px -10px -10px;padding:10px;border:1px solid rgba(255,255,255,.92);border-radius:18px;background:rgba(250,252,251,.83);box-shadow:0 12px 34px rgba(23,52,40,.11);backdrop-filter:blur(18px)}
.worker-layout .actions button{border-width:1px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.worker-layout .actions button:hover{transform:translateY(-1px)}
.worker-layout [data-r="busy"]{border-color:rgba(90,107,99,.13);background:#f3f6f4;color:#4e6057}.worker-layout [data-r="callback"]{border-color:rgba(112,84,200,.14);background:var(--alpha-violet-soft);color:var(--alpha-violet)}.worker-layout [data-r="refused"]{border-color:rgba(199,71,71,.14);background:var(--alpha-danger-soft);color:var(--alpha-danger)}.worker-layout [data-r="success"]{background:linear-gradient(145deg,#159d66,#0c8252)!important;color:#fff;box-shadow:0 9px 23px rgba(14,143,91,.23)}
.worker-list>h1{color:#1b3026;font-weight:790}.worker-list-card{border-radius:20px}.worker-list table th{background:#f5f9f7;color:#7c8d84}.worker-list table td{border-color:var(--alpha-line)}

.alpha-page-loader,.worker-app .empty.muted:only-child{display:flex;min-height:68vh;flex-direction:column;align-items:center;justify-content:center;color:#87968e}.loader-mark{display:block;width:138px;height:54px;overflow:hidden;animation:alpha-float 1.6s ease-in-out infinite}.loader-mark img{width:100%;height:100%;object-fit:cover}.alpha-page-loader>i{display:block;width:78px;height:3px;margin-top:8px;overflow:hidden;border-radius:999px;background:#dce7e1}.alpha-page-loader>i:after{content:"";display:block;width:30px;height:100%;border-radius:inherit;background:var(--alpha-accent);animation:alpha-load 1.1s ease-in-out infinite}.alpha-page-loader small{margin-top:11px;font-size:10px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}

@keyframes alpha-page-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@keyframes alpha-spin{to{transform:rotate(360deg)}}
@keyframes alpha-float{50%{transform:translateY(-5px)}}
@keyframes alpha-load{0%{transform:translateX(-34px)}50%{transform:translateX(42px)}100%{transform:translateX(82px)}}

@media(max-width:1080px){
  .worker-layout{grid-template-columns:1fr}
  .worker-layout .speech-panel{position:static;max-height:none}
}
@media(max-width:880px){.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

@media(max-width:1180px){
  .alpha-shell{grid-template-columns:224px minmax(0,1fr)}
  .sidebar-logo{width:172px;height:54px}
  .alpha-shell .kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
  .alpha-shell .overview-grid{grid-template-columns:minmax(0,1fr)}
  .pulse-content{grid-template-columns:155px 1fr;gap:18px}.pulse-visual{width:150px;height:150px}
  .alpha-shell .kpi{min-height:145px;padding:18px}.alpha-shell .kpi strong{font-size:34px}
}

@media(max-width:820px){
  .alpha-shell{display:block;padding:0}
  .alpha-shell .sidebar{display:flex!important;position:fixed;z-index:50;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));top:auto;height:auto;padding:7px;border-radius:20px;background:rgba(255,255,255,.88);box-shadow:0 16px 50px rgba(23,52,40,.18);backdrop-filter:blur(24px)}
  .alpha-shell .brand-shell,.alpha-shell .profile{display:none}
  .mobile-admin-bar{position:sticky;top:10px;z-index:40;display:flex;align-items:center;justify-content:space-between;margin:12px 12px 0;padding:8px 10px 8px 12px;border:1px solid rgba(255,255,255,.92);border-radius:20px;background:rgba(255,255,255,.88);box-shadow:var(--alpha-shadow-soft);backdrop-filter:blur(20px)}
  .mobile-admin-bar>img{width:170px;height:50px;object-fit:cover}.mobile-admin-bar>div{display:flex;align-items:center;gap:8px}.mobile-admin-bar .profile-avatar{width:34px;height:34px;border-radius:11px}.mobile-admin-bar .ghost{min-height:36px;padding:7px 10px;font-size:11px}
  .alpha-shell .nav{display:flex;gap:4px;margin:0;overflow-x:auto;scrollbar-width:none}.alpha-shell .nav::-webkit-scrollbar{display:none}
  .alpha-shell .nav button{flex:1 0 92px;min-height:55px;flex-direction:column;justify-content:center;gap:4px;padding:5px 8px;border-radius:14px;font-size:10px;text-align:center}
  .alpha-shell .nav button:hover{transform:none}.alpha-shell .nav button.active:after{right:50%;bottom:2px;width:4px;height:4px;transform:translateX(50%)}.nav-icon{width:18px;height:18px;flex-basis:18px}
  .alpha-shell .content{max-width:none;padding:24px 18px calc(100px + env(safe-area-inset-bottom))}
  .alpha-shell .kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.alpha-shell .overview-grid{grid-template-columns:minmax(0,1fr)}.pulse-content{grid-template-columns:180px minmax(0,1fr)}.pulse-visual{width:170px;height:170px}
  .alpha-shell .content>.card,.alpha-shell .content>section.card{overflow-x:auto}
}

@media(max-width:720px){
  .alpha-shell .content{padding:19px 13px calc(96px + env(safe-area-inset-bottom))}
  .alpha-shell .top{min-height:auto;align-items:flex-start}.alpha-shell .top h1{font-size:29px}.date-chip{display:none}
  .alpha-shell .kpis{gap:10px;margin:20px 0 14px}.alpha-shell .kpi{min-height:125px;padding:16px}.alpha-shell .kpi strong{margin-top:13px;font-size:31px}.alpha-shell .kpi small{font-size:10px}
  .overview-grid{gap:11px}.overview-grid>.card{padding:19px;border-radius:20px}.pulse-content{display:block;min-height:0}.pulse-visual{width:142px;height:142px;margin:0 auto 22px}.pulse-copy{text-align:center}.pulse-details{justify-content:center}.pulse-details span{text-align:left}
  .alpha-shell .lead-search{width:100%}.alpha-shell .lead-search input{width:100%;min-width:0}
  .modal{padding:10px}.modal-card{width:100%;max-height:calc(100vh - 20px);padding:22px 18px 24px;border-radius:22px}.modal-card>div.row.between:first-child{top:-22px;margin:-22px -18px 16px;padding:18px}.base-form-actions{bottom:-24px;margin:20px -18px -24px;padding:14px 18px 18px}
  .worker-top{border-radius:21px}.worker-brand-logo{width:185px;height:53px}.worker-layout .lead-card{border-radius:23px}.worker-layout .lead-name{font-size:34px;letter-spacing:-1px}.worker-layout .actions{bottom:8px}
  .lead-wrap.worker-app{padding:12px 12px 32px}.worker-nav{width:100%;margin:12px auto 14px}.worker-nav button{flex:1;min-width:0;padding:9px 5px;font-size:12px}.contact-grid{grid-template-columns:1fr;gap:9px;margin:20px 0}.contact-item{min-height:0;padding:14px}.worker-list-card{align-items:flex-start;flex-direction:column}.worker-list-card>div{width:100%}.worker-list-card>div:last-child{max-width:100%;align-items:flex-start}
}

@media(max-width:520px){
  .alpha-login .login-card{padding:34px 23px 28px;border-radius:25px}.login-logo{width:205px;height:64px}.alpha-login h1{font-size:30px}
  .alpha-shell .kpis{grid-template-columns:1fr 1fr}.alpha-shell .kpi{min-height:118px}.kpi-label span{font-size:10px}.alpha-shell .kpi strong{font-size:28px}.alpha-shell .kpi small{display:none}
  .alpha-shell .nav button{flex-basis:78px;font-size:9px}.alpha-shell .content{padding-left:11px;padding-right:11px}
  .pulse-details{gap:8px}.pulse-details span{min-width:0;flex:1}
  .worker-top{grid-template-columns:minmax(0,1fr) auto}.worker-brand-logo{width:175px;height:50px}.worker-country{font-size:11px}
  .worker-top{display:grid}.worker-brand{grid-column:1/-1}.worker-top>.ghost{justify-self:end}.worker-country{justify-self:start}
  .worker-layout .actions{grid-template-columns:1fr 1fr;margin-left:-6px;margin-right:-6px;padding:7px}.worker-layout .actions button{min-height:46px}
}

/* Compact desktop density for common laptop screens */
@media(min-width:1181px) and (max-width:1366px){
  .alpha-shell{grid-template-columns:220px minmax(0,1fr);gap:12px;padding:12px}
  .alpha-shell .sidebar{top:12px;height:calc(100vh - 24px);padding:14px 11px 12px;border-radius:22px}
  .brand-shell{padding:2px 8px 15px}.sidebar-logo{width:158px;height:50px}
  .alpha-shell .nav{margin-top:14px;gap:4px}.alpha-shell .nav button{min-height:40px;padding:7px 10px;font-size:13px}
  .alpha-shell .profile{padding:11px 7px 2px}
  .alpha-shell .content{padding:20px 24px 34px}
  .alpha-shell .top{min-height:62px}.alpha-shell .top h1{font-size:32px}
  .alpha-shell .kpis{gap:10px;margin:18px 0 14px}.alpha-shell .kpi{min-height:122px;padding:16px 17px}.alpha-shell .kpi strong{margin:12px 0 3px;font-size:32px}
  .alpha-shell .overview-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.alpha-shell .overview-grid>.card{padding:19px}
  .section-heading{margin-bottom:14px}.pulse-content{grid-template-columns:140px minmax(0,1fr);gap:16px;min-height:164px}.pulse-visual{width:134px;height:134px}.pulse-visual>b{font-size:38px}
  .table-scroll-team>table{min-width:420px}.alpha-shell th{padding:10px 9px}.alpha-shell td{padding:11px 9px}
}

/* Desktop pointer in a narrow browser pane: use a compact rail, not a blown-up phone layout */
@media(min-width:600px) and (max-width:820px) and (hover:hover) and (pointer:fine){
  .alpha-shell{display:grid;grid-template-columns:68px minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);gap:8px;min-height:100vh;padding:8px}
  .alpha-shell .sidebar{grid-column:1;grid-row:1/3;display:flex!important;position:sticky;inset:auto;top:8px;width:auto;height:calc(100vh - 16px);padding:8px 6px;border-radius:18px}
  .alpha-shell .brand-shell,.alpha-shell .profile{display:none}
  .alpha-shell .nav{display:grid;gap:3px;margin:0;overflow:visible}
  .alpha-shell .nav button{display:flex;flex:none;width:100%;min-height:51px;flex-direction:column;justify-content:center;gap:3px;padding:5px 2px;border-radius:12px;font-size:8px;line-height:1.1;text-align:center}
  .alpha-shell .nav button.active:after{right:50%;bottom:2px;width:4px;height:4px;transform:translateX(50%)}.nav-icon{width:17px;height:17px;flex-basis:17px}
  .mobile-admin-bar{grid-column:2;grid-row:1;position:sticky;top:8px;z-index:40;width:100%;min-width:0;height:56px;margin:0;padding:6px 8px 6px 10px;border-radius:17px}
  .mobile-admin-bar>img{width:146px;height:43px}.mobile-admin-bar .profile-avatar{width:32px;height:32px}.mobile-admin-bar .ghost{min-height:34px;padding:6px 9px;font-size:10px}
  .alpha-shell .content{grid-column:2;grid-row:2;max-width:none;padding:10px 10px 28px}
  .alpha-shell .top{min-height:54px}.alpha-shell .top h1{font-size:25px;letter-spacing:-.7px}.alpha-shell .top .muted{font-size:12px}
  .alpha-shell .top .primary{min-height:38px;padding:8px 12px;font-size:12px}
  .alpha-shell .kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:12px 0 10px}
  .alpha-shell .kpi{min-height:88px;padding:11px 12px;border-radius:17px}.alpha-shell .kpi strong{margin:9px 0 0;font-size:26px}.alpha-shell .kpi small{display:none}.kpi-label{gap:6px;font-size:9px}.kpi-label i{width:7px;height:7px}
  .alpha-shell .overview-grid{grid-template-columns:minmax(0,1fr);gap:9px}.alpha-shell .overview-grid>.card{padding:15px;border-radius:18px}
  .section-heading{margin-bottom:11px}.section-heading h2{font-size:17px}.eyebrow{margin-bottom:5px;font-size:9px}
  .pulse-content{display:grid;grid-template-columns:108px minmax(0,1fr);gap:14px;min-height:118px}.pulse-visual{width:104px;height:104px;margin:0}.pulse-visual>b{font-size:31px}.pulse-copy{text-align:left}.pulse-copy h3{font-size:17px}.pulse-copy p{font-size:12px;line-height:1.45}.pulse-details{justify-content:flex-start;margin-top:12px}.pulse-details span{padding:9px}.pulse-details b{font-size:16px}
  .table-scroll-team>table{min-width:480px}.alpha-shell th{padding:9px 8px;font-size:8px}.alpha-shell td{padding:10px 8px;font-size:11px}
  .alpha-shell .top+.card,.alpha-shell .top+section.card{margin-top:14px!important}
  .lead-wrap.worker-app{padding:10px 12px 28px}.worker-top{min-height:64px;padding:7px 12px}.worker-brand-logo{width:154px;height:44px}.worker-nav{margin-top:10px;margin-bottom:12px}.worker-nav button{min-height:36px;padding:7px 16px;font-size:12px}
  .worker-layout .lead-card{padding:18px}.worker-layout .lead-name{font-size:28px}.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:16px 0}.contact-item{padding:12px}
}

@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
