html,body{min-width:0}.deal-production-workspace{min-width:0;min-height:100vh;display:grid;grid-template-columns:minmax(250px,30%) minmax(0,1fr);background:#f4f6f5;color:var(--ink)}.deal-production-mobile-switch{display:none}
.deal-production-facts>div{display:block}
.deal-production-chat{min-width:0;min-height:100vh;display:flex;flex-direction:column;border-right:1px solid var(--line);background:#fbfcfb}.deal-production-chat>header{padding:24px 20px 18px;border-bottom:1px solid var(--line)}.deal-production-chat>header a{color:var(--teal);font-size:12px;text-decoration:none}.deal-production-chat h2{margin:14px 0 5px;font-size:21px}.deal-production-chat>header p{margin:0;color:var(--muted);font-size:12px}.deal-production-chat__messages{display:grid;gap:13px;padding:20px 15px}.deal-production-chat__messages article{max-width:92%;padding:13px;border:1px solid var(--line);border-radius:8px 8px 8px 2px;background:#fff}.deal-production-chat__messages article.is-owner{justify-self:end;border-color:#c8dfe0;border-radius:8px 8px 2px 8px;background:#e9f4f4}.deal-production-chat__messages p{margin:0 0 9px;font-size:13px;line-height:1.48}.deal-production-chat__messages small{color:#7b888b;font-size:11px}.deal-production-chat>footer{margin-top:auto;padding:15px;border-top:1px solid var(--line);color:#718084;font-size:11px;line-height:1.45}
.deal-production-main{min-width:0}.deal-production-topbar{min-height:114px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 26px;border-bottom:1px solid var(--line);background:#fff}.deal-production-topbar>div{min-width:0}.deal-production-topbar>div>a{display:inline-block;margin-bottom:8px;color:var(--teal);font-size:11px;text-decoration:none}.deal-production-topbar h1{margin:0 0 7px;overflow-wrap:anywhere;font-size:27px;letter-spacing:-.4px}.deal-production-topbar p{margin:0;color:#68777a;font-size:12px}.deal-production-topbar .profile{gap:10px}.deal-production-topbar .profile span{width:42px;height:42px}.deal-production-topbar .profile b{font-size:14px}
.deal-production-tabs{min-height:52px;display:flex;align-items:stretch;gap:3px;padding:0 24px;overflow-x:auto;border-bottom:1px solid var(--line);background:#fff}.deal-production-tabs a,.deal-production-tabs button{min-width:max-content;display:flex;align-items:center;padding:0 15px;border:0;border-bottom:3px solid transparent;background:transparent;color:#748184;font-size:12px;text-decoration:none}.deal-production-tabs button:disabled{opacity:.55}.deal-production-tabs .is-active{border-bottom-color:var(--teal);color:var(--ink);font-weight:700}
.deal-production-content{display:grid;gap:16px;padding:20px 22px 30px}.deal-production-prototype-note{margin:0;padding:11px 13px;border-left:3px solid #d4914f;background:#fff7ec;color:#765633;font-size:11px;line-height:1.5}.deal-production-summary{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 24px rgba(31,45,47,.05)}.deal-production-summary>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px;border-bottom:1px solid var(--line)}.deal-production-summary>header>div{min-width:0}.deal-production-summary>header>div>span,.deal-production-current span{color:var(--teal);font-size:10px;font-weight:800;letter-spacing:.7px;text-transform:uppercase}.deal-production-summary>header>div>div{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.deal-production-summary h2{margin:6px 0;overflow-wrap:anywhere;font-size:22px}.deal-production-summary>header p{margin:0;color:#758184;font-size:11px}.deal-production-summary>header strong{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border-radius:14px;background:#e9f5ed;color:#307b50;font-size:10px}.deal-production-summary>header strong i{width:7px;height:7px;border-radius:50%;background:#3d9461}.deal-production-summary>header .button{min-height:42px;display:inline-flex;align-items:center;text-decoration:none;white-space:nowrap}
.deal-production-progress{display:grid;grid-template-columns:100px minmax(0,1fr);gap:16px;align-items:center;padding:17px 20px;border-bottom:1px solid var(--line)}.deal-production-progress>div:first-child b,.deal-production-progress>div:first-child span{display:block}.deal-production-progress>div:first-child b{font-size:24px}.deal-production-progress>div:first-child span{margin-top:2px;color:#758184;font-size:11px}.deal-production-progress>div:last-child{height:10px;overflow:hidden;border-radius:8px;background:#e7eceb}.deal-production-progress>div:last-child i{display:block;height:100%;border-radius:8px;background:var(--teal)}
.deal-production-route{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0;padding:18px 20px;border-bottom:1px solid var(--line);list-style:none}.deal-production-route li{position:relative;min-width:0;padding-top:24px;color:#6f7d80}.deal-production-route li:before{content:"";position:absolute;top:5px;left:0;right:-10px;height:3px;background:#e0e6e5}.deal-production-route li:last-child:before{right:0}.deal-production-route li>i{position:absolute;z-index:1;top:0;left:0;width:12px;height:12px;border:2px solid #fff;border-radius:50%;background:#9ba6a8;box-shadow:0 0 0 1px #9ba6a8}.deal-production-route li.is-complete:before,.deal-production-route li.is-complete>i,.deal-production-route li.is-active:before,.deal-production-route li.is-active>i{background:var(--teal)}.deal-production-route li.is-complete>i,.deal-production-route li.is-active>i{box-shadow:0 0 0 1px var(--teal)}.deal-production-route li.is-risk>i{background:#d77824;box-shadow:0 0 0 1px #d77824}.deal-production-route b,.deal-production-route span{display:block;overflow-wrap:anywhere}.deal-production-route b{color:var(--ink);font-size:12px}.deal-production-route span{margin-top:4px;font-size:11px}
.deal-production-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;border-bottom:1px solid var(--line)}.deal-production-facts>div{min-width:0;padding:15px 18px;border-right:1px solid var(--line)}.deal-production-facts>div:last-child{border-right:0}.deal-production-facts dt{color:#6f7d80;font-size:11px}.deal-production-facts dd{margin:6px 0 0;overflow-wrap:anywhere;font-size:13px;font-weight:700}
.deal-production-current{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.7fr);gap:16px;padding:18px 20px}.deal-production-current>article{display:flex;align-items:flex-start;gap:12px}.deal-production-current>article>i{width:40px;height:40px;display:grid;flex:0 0 40px;place-items:center;border-radius:50%;background:var(--teal);color:#fff;font-size:11px;font-style:normal;font-weight:700}.deal-production-current h3{margin:5px 0;font-size:16px}.deal-production-current p{margin:0;color:#59696c;font-size:12px;line-height:1.45}.deal-production-current>aside{padding:13px 14px;border-radius:6px;background:#fff4e8;color:#815022}.deal-production-current>aside span{color:#a7601c}.deal-production-current>aside h3{color:#6f431a}.deal-production-current>aside p{color:#815b36}.deal-production-summary>footer{display:flex;justify-content:space-between;gap:15px;padding:0 20px 18px;color:#657477;font-size:11px}
@media(max-width:1120px){.deal-production-workspace{grid-template-columns:260px minmax(0,1fr)}.deal-production-topbar{padding:16px 18px}.deal-production-topbar h1{font-size:23px}.deal-production-content{padding:16px}.deal-production-facts{grid-template-columns:1fr 1fr}.deal-production-facts>div:nth-child(2){border-right:0}.deal-production-facts>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.deal-production-current{grid-template-columns:minmax(0,1fr)}.deal-production-summary>header{flex-wrap:wrap}}
@media(max-width:840px){.deal-production-workspace{display:block}.deal-production-mobile-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:8px;background:#fff;border-bottom:1px solid var(--line)}.deal-production-mobile-switch button{min-height:44px;border:1px solid var(--line);border-radius:5px;background:#fff;color:#657477}.deal-production-mobile-switch button.is-active{border-color:var(--teal);background:#e9f4f4;color:var(--teal);font-weight:700}.deal-production-chat{display:none;min-height:calc(100vh - 61px)}.deal-production-workspace.is-chat-open .deal-production-chat{display:flex}.deal-production-workspace.is-chat-open .deal-production-main{display:none}.deal-production-topbar{min-height:92px}.deal-production-topbar .profile b{display:none}.deal-production-tabs{padding:0 10px}.deal-production-content{padding:12px}.deal-production-summary>header{display:grid;padding:16px}.deal-production-summary>header .button{justify-content:center}.deal-production-current{grid-template-columns:1fr}.deal-production-summary>footer{flex-direction:column;gap:5px}}
@media(max-width:560px){.deal-production-topbar{align-items:flex-start;padding:13px}.deal-production-topbar h1{font-size:20px;line-height:1.2}.deal-production-topbar p{font-size:10px}.deal-production-topbar .profile span{width:38px;height:38px}.deal-production-tabs a,.deal-production-tabs button{min-height:48px;padding:0 11px;font-size:11px}.deal-production-progress{grid-template-columns:74px minmax(0,1fr);padding:14px}.deal-production-progress>div:first-child b{font-size:20px}.deal-production-route{grid-template-columns:1fr;padding:15px}.deal-production-route li{min-height:38px;padding:0 0 0 27px}.deal-production-route li:before{top:7px;bottom:-10px;left:5px;right:auto;width:3px;height:auto}.deal-production-route li:last-child:before{bottom:19px;right:auto}.deal-production-route li>i{top:2px}.deal-production-facts{grid-template-columns:1fr}.deal-production-facts>div,.deal-production-facts>div:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.deal-production-facts>div:last-child{border-bottom:0}.deal-production-current{padding:15px}.deal-production-summary>footer{padding:0 15px 15px}}
