/* A native, sharp customer sheet; its animation is driven by the sales story. */
#vezetoi-helyzetkep .sales-contact-sheet{position:relative;width:100%;max-width:900px;margin:28px 0 0 auto;overflow:hidden;isolation:isolate;border:1px solid #e6e8ed;border-radius:18px;background:#f7f9fc;box-shadow:0 12px 40px #14233514;color:#202226}
#vezetoi-helyzetkep .sales-contact-content{width:100%;font-size:16px;line-height:1.4;letter-spacing:0}
#vezetoi-helyzetkep .sales-contact-sheet svg{display:block;width:22px;height:22px;flex:0 0 22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
#vezetoi-helyzetkep .sales-contact-header{display:flex;align-items:center;gap:16px;height:108px;padding:20px 22px;border-bottom:1px solid #dddfe5;background:linear-gradient(#f2f6ff,#fcfdff)}
#vezetoi-helyzetkep .sales-contact-company-icon{display:grid;place-items:center;flex:0 0 58px;height:58px;border:1px solid #d4eedf;border-radius:17px;background:#e4f5eb;color:#1aab60}
#vezetoi-helyzetkep .sales-contact-company-icon svg{width:29px;height:29px}
#vezetoi-helyzetkep .sales-contact-identity{flex:1;min-width:0}
#vezetoi-helyzetkep .sales-contact-title{display:flex;align-items:center;gap:14px}
#vezetoi-helyzetkep .sales-contact-title h4{margin:0;font-size:25px;line-height:1.2;font-weight:650;letter-spacing:-.035em;color:#101114;white-space:nowrap}
#vezetoi-helyzetkep .sales-contact-stage{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:9px 15px;border-radius:24px;background:#e7edff;font-size:14px;font-weight:550;color:#2861ff}
#vezetoi-helyzetkep .sales-contact-stage svg{width:16px;height:16px;flex-basis:16px}
#vezetoi-helyzetkep .sales-contact-identity p{margin:9px 0 0;font-size:14px;color:#7b7d88;white-space:nowrap}
#vezetoi-helyzetkep .sales-contact-identity p>span{padding:0 7px;color:#c2c4cc}
#vezetoi-helyzetkep .sales-contact-actions{display:flex;gap:7px;color:#73757d}
#vezetoi-helyzetkep .sales-contact-actions>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid #d7d9df;border-radius:12px;background:#ffffffb3}
#vezetoi-helyzetkep .sales-contact-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin:17px 21px 0;padding:6px;border-radius:18px;background:#e9eaf0;color:#74757b;font-size:14px;font-weight:500;text-align:center}
#vezetoi-helyzetkep .sales-contact-tabs>span{padding:12px 4px}
#vezetoi-helyzetkep .sales-contact-tabs .is-selected{border-radius:13px;background:#fff;color:#222;box-shadow:0 3px 9px #25273508}
#vezetoi-helyzetkep .sales-contact-body{padding:20px 21px}
#vezetoi-helyzetkep .sales-contact-task{display:inline-flex;align-items:center;gap:11px;padding:13px 17px;border-radius:16px;background:#def3e6;color:#171c1b;font-weight:600}
#vezetoi-helyzetkep .sales-contact-task svg{width:26px;height:26px;flex-basis:26px;stroke-width:1.3}
#vezetoi-helyzetkep .sales-contact-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0 25px}
#vezetoi-helyzetkep .sales-contact-details>div{display:grid;grid-template-columns:103px minmax(0,1fr);align-items:center;gap:12px;min-height:90px;padding:17px;border-radius:20px;background:#fff;box-shadow:0 2px 5px #25273503}
#vezetoi-helyzetkep .sales-contact-details>div:nth-child(2){background:#f0f5ff}
#vezetoi-helyzetkep .sales-contact-details>div:nth-child(3){background:#edf8f3}
#vezetoi-helyzetkep .sales-contact-details>div:nth-child(4){background:#fff7e9}
#vezetoi-helyzetkep .sales-contact-details dt{font-size:14px;color:#8a8e95}
#vezetoi-helyzetkep .sales-contact-details dd{display:flex;align-items:center;gap:12px;min-width:0;margin:0;font-size:16px}
#vezetoi-helyzetkep .sales-contact-details dd>span{flex:1;min-width:0;overflow-wrap:anywhere}
#vezetoi-helyzetkep .sales-contact-details dd>svg{width:19px;height:19px;flex-basis:19px;color:#70737b}
#vezetoi-helyzetkep .sales-contact-history h5{margin:0 0 15px;font-size:12px;font-weight:650;letter-spacing:.12em;color:#73767c}
#vezetoi-helyzetkep .sales-contact-history>div{display:flex;align-items:center;gap:13px;padding:13px 16px;border-radius:20px;background:#fff}
#vezetoi-helyzetkep .sales-contact-history-icon{display:grid;place-items:center;flex:0 0 40px;height:40px;border-radius:13px;background:#e9efff;color:#3268ff}
#vezetoi-helyzetkep .sales-contact-history p{margin:0;font-size:15px;line-height:1.45}
#vezetoi-helyzetkep .sales-contact-history small{display:block;margin-top:4px;font-size:13px;color:#91949b}
#vezetoi-helyzetkep .sales-contact-badge{display:none}

/* The sheet shares the table's moving parent, so their right edges never drift. */
#vezetoi-helyzetkep #sales-story.is-table-measuring .sales-contact-sheet{display:none}
#vezetoi-helyzetkep #sales-story.is-table-ready .sales-contact-sheet{position:absolute;z-index:3;right:0;top:50%;width:var(--contact-width);height:var(--contact-height);max-width:none;margin:0;transform:translate3d(var(--contact-x),var(--contact-y),0);border:var(--contact-border) solid #fff;border-radius:var(--contact-radius);background:var(--contact-background);box-shadow:0 12px 35px rgb(20 35 53 / var(--contact-shadow));pointer-events:none;will-change:transform,width,height,border-radius}
#vezetoi-helyzetkep #sales-story.is-table-ready .sales-contact-content{position:absolute;top:0;right:0;width:900px;height:620px;transform:scale(var(--contact-scale));transform-origin:top right;opacity:var(--contact-content-opacity)}
#vezetoi-helyzetkep #sales-story.is-table-ready .sales-contact-badge{position:absolute;inset:0;display:grid;place-items:center;border-radius:inherit;color:#16804b;font-size:25px;font-weight:650;letter-spacing:-.015em;opacity:var(--contact-badge-opacity)}
#vezetoi-helyzetkep #sales-story.is-table-ready .sales-contact-badge i{position:absolute;right:0;bottom:0;width:15px;height:15px;border:3px solid #fff;border-radius:50%;background:#22c76b}
@media(max-width:800px){
 #vezetoi-helyzetkep .sales-contact-header{height:auto;min-height:108px;flex-wrap:wrap;gap:12px;padding:18px}
 #vezetoi-helyzetkep .sales-contact-company-icon{flex-basis:46px;height:46px}
 #vezetoi-helyzetkep .sales-contact-title{flex-wrap:wrap;gap:8px}
 #vezetoi-helyzetkep .sales-contact-title h4{font-size:22px}
 #vezetoi-helyzetkep .sales-contact-identity p{white-space:normal;overflow-wrap:anywhere;font-size:12px}
 #vezetoi-helyzetkep .sales-contact-actions{margin-left:auto}
 #vezetoi-helyzetkep .sales-contact-tabs{margin-inline:12px;font-size:11px;gap:0}
 #vezetoi-helyzetkep .sales-contact-body{padding:16px 12px}
 #vezetoi-helyzetkep .sales-contact-details{grid-template-columns:minmax(0,1fr)}
 #vezetoi-helyzetkep .sales-contact-details>div{grid-template-columns:90px minmax(0,1fr);padding:14px}
 #vezetoi-helyzetkep .sales-contact-details dd{gap:8px;font-size:14px}
}
