*{box-sizing:border-box}body{color:#1f2937;background:#f5f7fb;margin:0;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex}.sidebar{color:#fff;background:#0f172a;flex-direction:column;gap:24px;width:240px;padding:24px 16px;display:flex}.sidebar__logo{font-size:20px;font-weight:700}.sidebar__nav{flex-direction:column;gap:8px;display:flex}.sidebar__link{color:#94a3b8;cursor:pointer;border-radius:8px;padding:10px 12px;font-size:14px;display:block}.sidebar__link:hover{color:#fff;background:#1e293b}.sidebar__link--active{color:#fff;background:#0284c7}.sidebar__section-label{text-transform:uppercase;letter-spacing:.08em;color:#6b7280;padding:16px 12px 4px;font-size:11px}.page-content{flex:1;min-width:0;padding:32px;overflow-x:hidden}.card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.card__label{color:#6b7280;margin-bottom:8px;font-size:14px}.card__value{font-size:28px;font-weight:700}.section{margin-top:24px}.badge{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-block}.badge--active{color:#166534;background:#dcfce7}.badge--warning{color:#92400e;background:#fef3c7}.badge--error{color:#b91c1c;background:#fee2e2}.badge--pending{color:#374151;background:#f3f4f6}.badge--info{color:#0369a1;background:#e0f2fe}.table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:auto hidden}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px;font-size:14px}.table th{background:#f9fafb;font-weight:700}.table tbody tr:hover{background:#f9fafb}.button{color:#fff;cursor:pointer;background:#0284c7;border:none;border-radius:8px;padding:10px 16px;font-family:inherit;font-size:14px}.button:hover{background:#0369a1}.button--secondary{background:#0f172a}.button--secondary:hover{background:#1e293b}.button--danger{background:#dc2626}.button--danger:hover{background:#b91c1c}.select-input{appearance:none;box-sizing:border-box;color:#1f2937;cursor:pointer;vertical-align:middle;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;border:1px solid #d1d5db;border-radius:6px;padding:8px 30px 8px 12px;font-family:inherit;font-size:14px;line-height:1.5;display:inline-block}.select-input:focus{border-color:#0284c7;outline:none;box-shadow:0 0 0 2px #0284c726}.text-input{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:10px;font-family:inherit;font-size:14px;display:block}.text-input:focus{border-color:#0284c7;outline:none;box-shadow:0 0 0 2px #0284c726}textarea.text-input{resize:vertical;min-height:60px}.form-group{flex-direction:column;gap:4px;display:flex}.form-label{color:#6b7280;font-size:13px}.modal-overlay{z-index:1500;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-width:420px;padding:32px}.modal h2{margin:0 0 24px}.modal-actions{gap:12px;margin-top:20px;display:flex}.modal-actions .button{flex:1}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.page-header h1{margin:0}.page-header__actions{align-items:center;gap:12px;display:flex}.loading-screen{background:#f5f7fb;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:fixed;inset:0}.loading-caption{color:#c4c4c4;letter-spacing:.1em;font-family:"Press Start 2P",monospace;font-size:8px}.process{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.process__header{z-index:10;background:#f9fafb;border-bottom:2px solid #e5e7eb;display:grid;position:sticky;top:0}.process__lane-label{text-transform:uppercase;letter-spacing:.06em;color:#374151;text-align:center;border-right:1px solid #e5e7eb;padding:10px 12px;font-size:11px;font-weight:700}.process__lane-label:first-child{text-align:left}.process__lane-label:last-child{border-right:none}.process__step{border-bottom:1px solid #f3f4f6;align-items:stretch;min-height:52px;display:grid}.process__step:last-child{border-bottom:none}.process__step-num{border-right:1px solid #e5e7eb;justify-content:center;align-items:center;padding:6px;display:flex;position:relative}.process__step-num:after{content:"";background:#d1d5db;width:1px;height:calc(100% - 20px);position:absolute;top:32px;bottom:-1px;left:50%}.process__step:last-child .process__step-num:after{display:none}.step-circle{color:#fff;z-index:1;background:#0f172a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.process__cell{border-right:1px solid #f3f4f6;justify-content:center;align-items:center;padding:6px 8px;display:flex}.process__cell:last-child{border-right:none}.stage-node{cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 12px;transition:all .15s;display:flex}.stage-node:hover{background:#eef1f6;border-color:#d1d5db}.stage-node--active{background:#e0f2fe;border-color:#0284c7}.stage-node--gate{background:#fffbeb;border-style:dashed}.stage-node__name{color:#1f2937;word-break:break-word;min-width:0;font-size:13px;font-weight:500}.stage-node{min-width:0;overflow:hidden}.stage-node__count{color:#374151;background:#e5e7eb;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:700}.stage-node__count--warning{color:#92400e;background:#fef3c7}.stage-node__count--danger{color:#b91c1c;background:#fee2e2}.stage-node__count--zero{color:#d1d5db;background:0 0}.stage-expand{background:#f9fafb;border-bottom:1px solid #e5e7eb;grid-column:1/-1;padding:12px 16px}.stage-expand__cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px;display:grid}.client-mini{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px}.client-mini__name{color:#1f2937;margin-bottom:2px;font-size:13px;font-weight:600}.client-mini__meta{color:#6b7280;margin-bottom:2px;font-size:12px}.client-mini__footer{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.client-mini__manager{color:#9ca3af;font-size:11px}.client-mini__actions{border-top:1px solid #f3f4f6;gap:6px;margin-top:8px;padding-top:8px;display:flex}.btn-sm{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:4px 10px;font-family:inherit;font-size:12px;font-weight:600}.btn-sm--primary{color:#fff;background:#0284c7}.btn-sm--primary:hover{background:#0369a1}.btn-sm--secondary{color:#374151;background:#e5e7eb}.btn-sm--secondary:hover{background:#d1d5db}.btn-sm--danger{color:#b91c1c;background:0 0;margin-left:auto}.btn-sm--danger:hover{background:#fee2e2}.client-mini__role-badge{color:#fff;background:#0284c7;border-radius:4px;margin-bottom:6px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-block}.constructor-arrows{flex-direction:column;flex-shrink:0;gap:1px;display:flex}.arrow-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;justify-content:center;align-items:center;width:22px;height:18px;padding:0;font-size:10px;line-height:1;display:flex}.arrow-btn:hover{color:#1f2937;background:#f3f4f6}.arrow-btn--danger{color:#b91c1c;border-color:#fca5a5}.arrow-btn--danger:hover{background:#fee2e2}.time-badge{color:#374151;white-space:nowrap;background:#f3f4f6;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.time-badge--warning{color:#92400e;background:#fef3c7}.time-badge--danger{color:#b91c1c;background:#fee2e2}.empty-state{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;padding:64px 16px;font-size:14px;display:flex}.tg-chat-layout{background:#fff;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:320px 1fr;gap:0;height:calc(100vh - 160px);min-height:500px;display:grid;overflow:hidden}.tg-chat-list{background:#f9fafb;border-right:1px solid #e5e7eb;overflow-y:auto}.tg-chat-item{cursor:pointer;border-bottom:1px solid #f3f4f6;padding:12px 16px}.tg-chat-item:hover{background:#eef1f6}.tg-chat-item--active{background:#e0f2fe;border-left:3px solid #0284c7}.tg-chat-item__header{justify-content:space-between;align-items:center;display:flex}.tg-chat-item__name{color:#1f2937;font-size:14px;font-weight:600}.tg-chat-item__unread{color:#fff;background:#0284c7;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:700}.tg-chat-item__client{color:#0284c7;margin-top:2px;font-size:12px}.tg-chat-item__username{color:#9ca3af;font-size:12px}.tg-chat-item__preview{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:13px;overflow:hidden}.tg-chat-item__time{color:#9ca3af;margin-top:2px;font-size:11px}.tg-chat-messages{background:#f5f7fb;flex-direction:column;display:flex}.tg-chat-messages__header{background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 20px;font-size:14px}.tg-chat-messages__body{flex-direction:column;flex:1;gap:8px;padding:16px 20px;display:flex;overflow-y:auto}.tg-chat-messages__input{background:#fff;border-top:1px solid #e5e7eb;align-items:flex-end;gap:8px;padding:12px 16px;display:flex}.tg-msg{display:flex}.tg-msg--in{justify-content:flex-start}.tg-msg--out{justify-content:flex-end}.tg-msg__bubble{border-radius:12px;max-width:70%;padding:8px 12px;font-size:14px;line-height:1.4}.tg-msg--in .tg-msg__bubble{background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.tg-msg--out .tg-msg__bubble{color:#fff;background:#0284c7;border-bottom-right-radius:4px}.tg-msg__text{white-space:pre-wrap;word-break:break-word}.tg-msg__meta{opacity:.7;margin-top:4px;font-size:11px}.tg-msg--out .tg-msg__meta{text-align:right}.mobile-topbar{z-index:1300;height:calc(38px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) 12px 0;background:#1e293b;align-items:center;gap:10px;display:none;position:fixed;top:0;left:0;right:0}.mobile-topbar__logo{color:#fff;letter-spacing:.06em;cursor:pointer;font-size:17px;font-weight:700}.burger-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;display:none}.sidebar-overlay{z-index:1000;background:#00000080;display:none;position:fixed;inset:0}.sidebar-overlay--open{display:block}.modal--wide{max-width:560px}.move-modal__info{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:14px;display:flex}.move-modal__client-name{color:#1f2937;font-weight:600}.move-modal__arrow{color:#6b7280}.move-modal__target{color:#0284c7;font-weight:600}.file-dropzone{text-align:center;cursor:pointer;background:#fafbfc;border:2px dashed #d1d5db;border-radius:8px;padding:24px 16px;transition:all .15s}.file-dropzone:hover{background:#f0f9ff;border-color:#0284c7}.file-dropzone--active{background:#e0f2fe;border-color:#0284c7}.file-dropzone__icon{margin-bottom:4px;font-size:24px}.file-dropzone__text{color:#374151;margin-bottom:4px;font-size:14px}.file-dropzone__hint{color:#9ca3af;font-size:12px}.file-list{flex-direction:column;gap:4px;margin-top:8px;display:flex}.file-list__item{background:#f3f4f6;border-radius:6px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;display:flex}.file-list__name{text-overflow:ellipsis;white-space:nowrap;color:#1f2937;flex:1;min-width:0;overflow:hidden}.file-list__size{color:#9ca3af;flex-shrink:0;font-size:12px}.file-list__remove{color:#b91c1c;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:16px;line-height:1;display:flex}.file-list__remove:hover{background:#fee2e2}.client-history{flex-direction:column;gap:0;max-height:400px;display:flex;overflow-y:auto}.client-history__item{border-bottom:1px solid #f3f4f6;padding:12px 0}.client-history__item:last-child{border-bottom:none}.client-history__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.client-history__transition{color:#1f2937;font-size:13px;font-weight:600}.client-history__arrow{color:#6b7280;margin:0 2px}.client-history__meta{color:#9ca3af;flex-shrink:0;gap:8px;font-size:12px;display:flex}.client-history__date{white-space:nowrap}.client-history__comment{color:#374151;white-space:pre-wrap;background:#f9fafb;border-radius:6px;margin-top:6px;padding:6px 10px;font-size:13px}.client-history__attachments{flex-direction:column;gap:4px;margin-top:8px;display:flex}.client-history__file{color:#0369a1;background:#eff6ff;border:1px solid #dbeafe;border-radius:6px;align-items:center;gap:6px;padding:5px 10px;font-size:13px;text-decoration:none;transition:background .1s;display:flex}.client-history__file:hover{background:#dbeafe}.client-history__file-icon{flex-shrink:0}.client-history__file-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.client-history__file-size{color:#93c5fd;flex-shrink:0;font-size:11px}.client-mini__name--clickable{cursor:pointer;color:#0284c7}.client-mini__name--clickable:hover{text-decoration:underline}.modal--feed{flex-direction:column;max-width:640px;height:80vh;max-height:700px;padding:0;display:flex;overflow:hidden}.feed-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;display:flex}.feed-header__name{color:#1f2937;font-size:18px;font-weight:700}.feed-header__meta{color:#6b7280;gap:12px;margin-top:4px;font-size:13px;display:flex}.feed-header__close{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:0;font-size:24px;line-height:1}.feed-header__close:hover{color:#374151}.feed-body{background:#f8fafc;flex:1;padding:16px 24px;overflow-y:auto}.feed-empty{color:#9ca3af;justify-content:center;align-items:center;height:100%;font-size:14px;display:flex}.feed-input{background:#fff;border-top:1px solid #e5e7eb;align-items:flex-end;gap:10px;padding:12px 24px;display:flex}.feed-input .text-input{resize:none;flex:1;min-height:40px;max-height:120px}.feed-input .button{flex-shrink:0;height:40px;padding:0 20px}.feed-msg{justify-content:flex-start;margin-bottom:8px;display:flex}.feed-msg--mine{justify-content:flex-end}.feed-msg__bubble{background:#fff;border:1px solid #e5e7eb;border-radius:12px 12px 12px 4px;max-width:75%;padding:8px 14px;font-size:14px;line-height:1.5}.feed-msg__bubble--mine{color:#fff;background:#0284c7;border:none;border-radius:12px 12px 4px}.feed-msg__author{color:#0284c7;margin-bottom:2px;font-size:11px;font-weight:600}.feed-msg__text{white-space:pre-wrap;word-break:break-word}.feed-msg__time{text-align:right;opacity:.7;margin-top:4px;font-size:10px}.feed-event{margin:12px 0}.feed-event__line{background:#f0f4f8;border-radius:8px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;display:flex}.feed-event__icon{flex-shrink:0}.feed-event__text{color:#374151;flex:1;font-weight:500}.feed-event__arrow{color:#6b7280;margin:0 2px}.feed-event__meta{color:#9ca3af;flex-shrink:0;gap:8px;font-size:11px;display:flex}.feed-event__comment{color:#374151;white-space:pre-wrap;background:#f9fafb;border-left:3px solid #d1d5db;border-radius:0 6px 6px 0;margin:4px 0 0 20px;padding:6px 12px;font-size:13px}.feed-event__files{flex-direction:column;gap:4px;margin:6px 0 0 20px;display:flex}.feed-file{color:#0369a1;background:#eff6ff;border:1px solid #dbeafe;border-radius:6px;align-items:center;gap:6px;padding:5px 10px;font-size:13px;text-decoration:none;transition:background .1s;display:flex}.feed-file:hover{background:#dbeafe}.feed-file__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.feed-file__size{color:#93c5fd;flex-shrink:0;font-size:11px}.chat-layout{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:1;grid-template-columns:340px 1fr;min-height:0;display:grid;overflow:hidden}.chat-layout--3col{grid-template-columns:220px 260px 1fr}.chat-sidebar{border-right:1px solid #e5e7eb;flex-direction:column;min-height:0;display:flex}.chat-sidebar__title{color:#374151;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:12px 16px;font-size:13px;font-weight:700}.chat-sidebar__header{background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-direction:column;gap:8px;padding:12px;display:flex}.chat-sidebar__filter{color:#6b7280;cursor:pointer;align-items:center;gap:6px;font-size:12px;display:flex}.chat-sidebar__list{flex:1;overflow-y:auto}.chat-sidebar__empty{color:#9ca3af;text-align:center;padding:24px;font-size:13px}.chat-client-item{cursor:pointer;border-bottom:1px solid #f3f4f6;padding:12px 16px;transition:background .1s}.chat-client-item:hover{background:#f9fafb}.chat-client-item--active,.chat-client-item--active:hover{background:#e0f2fe}.chat-client-item__top{justify-content:space-between;align-items:center;display:flex}.chat-client-item__name{color:#1f2937;font-size:14px;font-weight:600}.chat-client-item__badges{align-items:center;gap:6px;display:flex}.chat-unread-badge{color:#fff;text-align:center;background:#0284c7;border-radius:999px;min-width:20px;padding:2px 7px;font-size:11px;font-weight:700}.chat-client-item__time{color:#9ca3af;font-size:11px}.chat-client-item__info{align-items:center;gap:8px;margin-top:4px;display:flex}.chat-client-item__status{border-radius:4px;padding:1px 6px;font-size:10px;font-weight:600}.chat-client-item__stage{color:#6b7280;font-size:12px}.chat-client-item__preview{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;overflow:hidden}.chat-client-item__event-icon{margin-right:4px}.chat-user-item{cursor:pointer;border-bottom:1px solid #f3f4f6;padding:10px 16px;transition:background .1s}.chat-user-item:hover{background:#f9fafb}.chat-user-item--active,.chat-user-item--active:hover{background:#e0f2fe}.chat-user-item__top{justify-content:space-between;align-items:center;display:flex}.chat-user-item__name{color:#1f2937;font-size:14px;font-weight:600}.chat-user-item__role{color:#6b7280;margin-top:2px;font-size:11px}.chat-user-item__preview{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;overflow:hidden}.chat-thread-item{cursor:pointer;border-bottom:1px solid #f3f4f6;padding:10px 16px;transition:background .1s}.chat-thread-item:hover{background:#f9fafb}.chat-thread-item--active,.chat-thread-item--active:hover{background:#e0f2fe}.chat-thread-item--general{border-bottom:2px solid #e5e7eb}.chat-thread-item__top{justify-content:space-between;align-items:center;display:flex}.chat-thread-item__name{color:#1f2937;font-size:13px;font-weight:500}.chat-thread-item__time{color:#9ca3af;font-size:11px}.chat-thread-item__status{border-radius:4px;margin-top:3px;padding:1px 6px;font-size:10px;font-weight:600;display:inline-block}.chat-thread-item__status--active{color:#166534;background:#dcfce7}.chat-thread-item__status--churn{color:#991b1b;background:#fee2e2}.chat-thread-item__status--completed{color:#1d4ed8;background:#dbeafe}.chat-thread-item__preview{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;overflow:hidden}.chat-feed{flex-direction:column;min-height:0;display:flex}.chat-feed__header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:14px 20px}.chat-feed__client-name{color:#1f2937;font-size:16px;font-weight:700}.chat-feed__client-meta{color:#6b7280;margin-top:2px;font-size:12px}.chat-feed__body{background:#f8fafc;flex:1;padding:16px 20px;overflow-y:auto}.chat-feed__empty{color:#9ca3af;justify-content:center;align-items:center;height:100%;font-size:14px;display:flex}.chat-feed__empty-inner{text-align:center;color:#9ca3af;padding:40px;font-size:14px}.chat-feed__input{background:#fff;border-top:1px solid #e5e7eb;align-items:flex-end;gap:10px;padding:12px 20px;display:flex}@media (width<=768px){.mobile-topbar,.burger-btn{display:flex}.sidebar{top:calc(38px + env(safe-area-inset-top,0px));height:calc(100vh - 38px - env(safe-area-inset-top,0px));z-index:1200;-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);background:#1e293b8c;padding-top:8px;transition:left .25s;position:fixed;left:-260px;overflow-y:auto}.sidebar .sidebar__logo{display:none}.sidebar--open{left:0}.page-content{padding:calc(46px + env(safe-area-inset-top,0px)) 12px 16px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.card{padding:14px}.card__value{font-size:20px}.card__label{font-size:12px}.table th,.table td{padding:10px 8px;font-size:13px}h1{font-size:20px}.select-input{max-width:100%;font-size:13px}.process__lane-label{padding:8px 4px;font-size:10px}.stage-node__name{font-size:12px}.stage-expand__cards{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start}}
