.container--wide{max-width:1480px}.bmc-page{background:#f2f2f2;padding-top:50px}.bmc-bar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px 24px;margin-bottom:10px;display:flex}.bmc-meta{flex-wrap:wrap;flex:560px;gap:10px;display:flex}.bmc-meta__field{background:#fff;border-radius:6px;flex-direction:column;flex:180px;padding:8px 12px 6px;transition:box-shadow .3s;display:flex;box-shadow:0 1px 2px #0000000d}.bmc-meta__field--meta_date{flex:0 170px}.bmc-meta__field--meta_version{flex:0 110px}.bmc-meta__field:focus-within{box-shadow:0 0 0 2px var(--red)}.bmc-meta__field span{color:#777;font-size:12px;font-style:italic}.bmc-meta__field input{background:0 0;border:0;outline:0;min-width:0;padding:2px 0;font-size:15px}.bmc-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.bmc-actions .btn{padding:12px 18px;font-size:14px}.btn--ghost{color:#222;background:#fff;box-shadow:inset 0 0 0 1px #ccc}.btn--ghost:hover{color:var(--red);box-shadow:inset 0 0 0 1px var(--red), 0 8px 18px -10px #0000004d}.btn .ic{font-size:18px}.bmc-saved{color:#1b8a3a;opacity:0;transition:opacity .4s, transform .4s var(--ease);align-items:center;gap:6px;font-size:13px;display:inline-flex;transform:translateY(6px)}.bmc-saved.is-on{opacity:1;transform:none}.bmc-tip{color:#777;margin:0 0 18px;font-size:13px}.bmc-grid{background:#1f1f1f;border-radius:4px;grid-template-rows:minmax(250px,auto) minmax(250px,auto) minmax(210px,auto);grid-template-columns:repeat(10,minmax(0,1fr));gap:4px;padding:4px;display:grid}.bmc-cell--partners{grid-area:1/1/3/3}.bmc-cell--activities{grid-area:1/3/2/5}.bmc-cell--resources{grid-area:2/3/3/5}.bmc-cell--value{grid-area:1/5/3/7}.bmc-cell--relationships{grid-area:1/7/2/9}.bmc-cell--channels{grid-area:2/7/3/9}.bmc-cell--segments{grid-area:1/9/3/11}.bmc-cell--costs{grid-area:3/1/4/6}.bmc-cell--revenues{grid-area:3/6/4/11}.bmc-cell{background:#fff;flex-direction:column;min-width:0;padding:16px 16px 10px;transition:box-shadow .35s,background .35s;display:flex;position:relative}.bmc-cell:after{content:"";background:var(--red);transform-origin:0;height:3px;transition:transform .45s var(--ease);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.bmc-cell:focus-within{box-shadow:inset 0 0 0 2px var(--red);z-index:1;background:#fffdfd}.bmc-cell:focus-within:after{transform:scaleX(1)}.bmc-cell__head{align-items:flex-start;gap:8px;display:flex}.bmc-cell__head h2{min-width:0;font:500 18px/1.25 var(--ff-body);color:#111;flex:1}.bmc-cell__head label{cursor:text}.bmc-ic{color:#111;width:30px;height:30px;transition:color .35s, transform .5s var(--ease);flex:none}.bmc-cell:focus-within .bmc-ic,.bmc-cell:hover .bmc-ic{color:var(--red);transform:scale(1.08)rotate(-6deg)}.bmc-q{background:var(--red);color:#fff;width:24px;height:24px;font:700 14px/24px var(--ff-head);text-align:center;transition:transform .35s var(--ease), box-shadow .35s;border-radius:50%;flex:none;margin-top:1px;position:relative}.bmc-q:after{content:"";border:2px solid var(--red);opacity:0;border-radius:50%;position:absolute;inset:0}.bmc-q:hover{box-shadow:0 6px 14px -4px color-mix(in srgb, var(--red) 70%, transparent);transform:scale(1.15)rotate(12deg)}.bmc-q:hover:after{animation:1.2s infinite ripple}.bmc-cell__question{color:#777;margin:6px 0 8px;font-size:13px;font-style:italic}.bmc-cell textarea{resize:none;width:100%;min-height:150px;font:400 14.5px/1.55 var(--ff-body);color:#1d1d1d;background:0 0;border:0;outline:0;flex:auto;padding:4px 0}.bmc-cell textarea.is-measuring{flex:none;height:0;min-height:0}.bmc-cell textarea::placeholder{color:#bbb}.bmc-foot{background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:16px 22px;display:flex;box-shadow:0 1px 2px #0000000d}.bmc-foot p{text-align:center;color:#666;margin:0;font-size:13px}.bmc-foot__logo{width:auto;height:56px;transition:transform .5s var(--ease);display:block}.bmc-foot a:hover .bmc-foot__logo,.bmc-foot>.bmc-foot__logo:hover{transform:scale(1.06)rotate(-2deg)}.bmc-modal{background:0 0;border:0;border-radius:16px;width:min(560px,100% - 32px);max-height:calc(100% - 40px);padding:0;overflow:visible}.bmc-modal::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f0f0f8c}.bmc-modal[open]{animation:bmcIn .45s var(--ease)}.bmc-modal[open]::backdrop{animation:.3s fadeIn}.bmc-modal__box{background:#fff;border-radius:16px;max-height:calc(100vh - 40px);padding:30px 30px 26px;position:relative;overflow:auto;box-shadow:0 30px 70px -20px #00000073}.bmc-modal__box:before{content:"";background:var(--red);border-radius:16px 16px 0 0;height:5px;position:absolute;top:0;left:0;right:0}.bmc-modal__close{width:36px;height:36px;transition:transform .4s var(--ease), background .3s, color .3s;background:#f2f2f2;border-radius:50%;place-items:center;font-size:18px;display:grid;position:absolute;top:14px;right:14px}.bmc-modal__close:hover{background:var(--red);color:#fff;transform:rotate(90deg)}.bmc-modal h3{align-items:center;gap:10px;margin:10px 40px 4px 0;font-size:22px;display:flex}.bmc-modal h3 .bmc-ic{color:var(--red)}.bmc-modal__lead{color:var(--red);margin-bottom:14px;font-size:16px;font-weight:500}.bmc-modal h4{font:600 13px var(--ff-head);text-transform:uppercase;letter-spacing:.04em;color:#555;margin:16px 0 8px}.bmc-modal ul{list-style:none}.bmc-modal li{margin-bottom:8px;padding-left:18px;line-height:1.55;position:relative}.bmc-modal li:before{content:"";background:var(--red);border-radius:50%;width:7px;height:7px;position:absolute;top:.6em;left:2px}.bmc-modal li,.bmc-modal h4,.bmc-modal__examples{animation:navIn .5s var(--ease) both}.bmc-modal li:nth-child(2){animation-delay:60ms}.bmc-modal li:nth-child(3){animation-delay:.12s}.bmc-modal__examples{border-left:3px solid var(--red);background:#fdf3f3;border-radius:0 8px 8px 0;margin:0;padding:12px 14px;font-style:italic;line-height:1.55}.bmc-side{font:600 11px var(--ff-head);text-transform:uppercase;letter-spacing:.04em;border-radius:20px;padding:4px 10px;display:inline-block}.bmc-side--market{color:#1d5bbf;background:#e8f1ff}.bmc-side--ops{color:#b25e00;background:#fff1e0}.bmc-side--finance{color:#1b7a36;background:#e6f6ea}.bmc-modal--confirm{text-align:center;width:min(440px,100% - 32px)}.bmc-modal--confirm h3{justify-content:center;margin:12px 0 8px;font-size:19px}.bmc-modal--confirm p{color:#555}.bmc-modal__warn{width:60px;height:60px;color:var(--red);background:#fdecec;border-radius:50%;place-items:center;margin:4px auto 0;font-size:28px;animation:1.6s infinite pulse;display:grid}.bmc-modal__actions{justify-content:center;gap:10px;margin-top:22px;display:flex}@keyframes bmcIn{0%{opacity:0;transform:translateY(24px)scale(.96)}}@media (width<=1100px){.bmc-grid{grid-template-rows:none;grid-template-columns:repeat(2,minmax(0,1fr))}.bmc-grid>.bmc-cell{grid-area:auto;min-height:220px}.bmc-grid>.bmc-cell--value{order:-1}}@media (width<=640px){.bmc-page{padding-top:30px}.bmc-grid{grid-template-columns:1fr}.bmc-actions{width:100%}.bmc-actions .btn{flex:1}.bmc-saved{width:100%}.bmc-foot{flex-wrap:wrap;justify-content:center}.bmc-foot p{order:3;width:100%}.bmc-foot__logo{height:44px}.bmc-modal__box{padding:26px 20px 20px}}.bmc-sheet{box-sizing:border-box;color:#111;width:281mm;height:193mm;font-family:var(--ff-body);background:#fff;flex-direction:column;display:flex;position:absolute;top:0;left:-10000px}.bmc-sheet__top{justify-content:space-between;align-items:flex-end;gap:6mm;height:13mm;margin-bottom:3mm;display:flex}.bmc-sheet__title{font:700 19pt/1 var(--ff-head);letter-spacing:-.01em;white-space:nowrap}.bmc-sheet__meta{gap:2.5mm;display:flex}.bmc-sheet__box{border:.3mm solid #bbb;border-radius:.8mm;flex-direction:column;height:11mm;padding:1.2mm 2mm;display:flex;overflow:hidden}.bmc-sheet__box small{color:#666;font-size:6.5pt;font-style:italic}.bmc-sheet__box span{white-space:nowrap;text-overflow:ellipsis;font-size:8.5pt;font-weight:500;overflow:hidden}.bmc-sheet__box--meta_for,.bmc-sheet__box--meta_by{width:58mm}.bmc-sheet__box--meta_date{width:26mm}.bmc-sheet__box--meta_version{width:20mm}.bmc-sheet__grid{border:.9mm solid #1f1f1f;flex:1;grid-template-rows:1fr 1fr .8fr;grid-template-columns:repeat(10,minmax(0,1fr));min-height:0;display:grid}.bmc-sheet__cell{border:.35mm solid #1f1f1f;flex-direction:column;min-height:0;padding:2.4mm 2.8mm 2mm;display:flex;overflow:hidden}.bmc-sheet__head{justify-content:space-between;align-items:flex-start;gap:2mm;display:flex}.bmc-sheet__head b{font:500 10.5pt/1.2 var(--ff-body)}.bmc-sheet__ic{color:#111;flex:none;width:6.5mm;height:6.5mm}.bmc-sheet__q{color:#777;margin:.8mm 0 1.4mm;font-size:6.5pt;font-style:italic}.bmc-sheet__text{white-space:pre-wrap;overflow-wrap:anywhere;flex:1;min-height:0;font-size:8.5pt;line-height:1.32;overflow:hidden}.bmc-sheet__foot{justify-content:space-between;align-items:center;gap:6mm;height:11mm;margin-top:2mm;display:flex}.bmc-sheet__logo{width:auto;height:11mm;display:block}.bmc-sheet__credit{color:#444;text-align:center;flex-direction:column;flex:1;align-items:center;gap:.6mm;font-size:7pt;display:flex}.bmc-sheet__credit small{color:#999;font-size:6pt}@media print{@page{size:A4 landscape;margin:8mm}html,body{margin:0;padding:0;background:#fff!important}body>:not(main),main>:not(.bmc-sheet){display:none!important}.bmc-sheet{page-break-inside:avoid;break-inside:avoid;position:static;left:auto}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
