:root{color:#1c1f1a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f8f4;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh}button,input,select{font-family:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px;outline:2px solid #a9d92f}:root{--lime:#c8f943;--lime-strong:#baf32f;--ink:#1c1f1a;--muted:#858a80;--line:#e8ebe4;--canvas:#f7f8f4;--app-header-nav-h:58px;--app-header-h:var(--app-header-nav-h);--sidebar-width:220px;--assistant-panel-width:min(400px, 38vw)}*{box-sizing:border-box}button,input,select{font:inherit}button{cursor:pointer}.app-shell{height:100vh;min-height:100vh;color:var(--ink);background:var(--canvas);flex-direction:column;display:flex;overflow:hidden}.app-header{z-index:20;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;overflow:visible}.app-header__nav{height:var(--app-header-nav-h);justify-content:space-between;align-items:center;gap:16px;padding:0 16px 0 12px;display:flex}.brand{flex-shrink:0;align-items:center;gap:10px;padding-right:8px;display:flex}.brand__mark{color:#253016;background:var(--lime);border-radius:50%;place-items:center;width:34px;height:34px;display:grid;transform:rotate(-12deg)}.brand>div:last-child{flex-direction:column;display:flex}.brand strong{color:var(--ink);letter-spacing:.5px;font-size:16px;line-height:1.25}.brand span{color:var(--muted);letter-spacing:1px;margin-top:3px;font-size:11px}.app-sidebar{width:var(--sidebar-width);border-right:1px solid var(--line);scrollbar-width:thin;scrollbar-color:#d4d8d0 transparent;background:#fff;flex-shrink:0;align-self:stretch;height:100%;overflow-y:auto}.sidenav{flex-direction:column;gap:4px;padding:12px 10px 16px;display:flex}.sidenav__group{border-bottom:1px solid var(--line);flex-direction:column;gap:2px;margin-bottom:6px;padding-bottom:10px;display:flex}.sidenav__group:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.sidenav__label{color:var(--muted);letter-spacing:.8px;white-space:nowrap;padding:4px 10px 6px;font-size:12px;font-weight:600}.sidenav__item{color:var(--ink);white-space:nowrap;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:9px 10px;font-size:13px;text-decoration:none;display:flex}.sidenav__item:hover{color:var(--ink);background:var(--canvas)}.sidenav__item.is-active{color:#253016;background:#c8f94359;font-weight:600}.app-header__tools{flex-shrink:0;align-items:center;gap:14px;display:flex}.workspace{flex-direction:row;flex:1;align-items:stretch;min-width:0;min-height:0;display:flex;overflow:hidden}.icon-button{color:#6e746a;background:0 0;border:0;place-items:center;padding:0;display:grid}.app-header__tools .icon-button{color:var(--muted)}.app-header__tools .icon-button:hover{color:var(--ink)}.global-search{z-index:30;width:240px;position:relative}.global-search__field{width:100%;height:34px;color:var(--muted);background:var(--canvas);border:1px solid var(--line);border-radius:18px;align-items:center;gap:9px;padding:0 10px;display:flex}.global-search.is-open .global-search__field{background:#fff;border-color:#cfd4c8}.global-search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:none;flex:1;font-size:13px}.global-search kbd{color:#a0a59c;white-space:nowrap;font:9px/1 system-ui}.global-search__panel{width:400px;max-height:min(420px, calc(100vh - var(--app-header-h) - 24px));border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;overflow:auto;box-shadow:0 12px 32px #1c1f1a14}.global-search__empty{color:var(--muted);text-align:center;padding:18px 12px;font-size:13px}.global-search__group+.global-search__group{border-top:1px solid var(--line);margin-top:6px;padding-top:6px}.global-search__group h3{color:var(--muted);letter-spacing:.04em;margin:0;padding:4px 10px 6px;font-size:11px;font-weight:600}.global-search__item{width:100%;color:inherit;text-align:left;background:0 0;border:0;border-radius:8px;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 10px;display:flex}.global-search__item strong{font-size:13px;font-weight:600}.global-search__item small{color:var(--muted);font-size:12px}.global-search__item.is-active,.global-search__item:hover{background:var(--canvas)}.is-search-hit{outline:2px solid var(--ink);outline-offset:-2px;background:#f3f6ea}.notification{flex-shrink:0;align-items:center;gap:6px;height:38px;padding:0 4px 0 0;display:flex}.notification__label{color:var(--ink);white-space:nowrap;letter-spacing:.01em;font-size:13px;font-weight:600}.notification:hover .notification__label{color:var(--ink)}.notification .model-settings-icon{transform-origin:50%;flex-shrink:0;width:36px;height:36px;transform:scale(1.12)}.notification .model-settings-icon img{mix-blend-mode:multiply;filter:saturate(1.12)contrast(1.04)brightness(1.01)}.assistant-drawer{pointer-events:none;background:var(--canvas);border-left:0 solid var(--line);flex-shrink:0;align-self:stretch;width:0;min-width:0;height:100%;transition:width .32s cubic-bezier(.22,1,.36,1),border-left-width .32s cubic-bezier(.22,1,.36,1);overflow:hidden}.assistant-drawer.is-open{width:var(--assistant-panel-width);pointer-events:auto;border-left-width:1px}.assistant-drawer__panel{width:var(--assistant-panel-width);background:var(--canvas);flex-direction:column;height:100%;transition:transform .32s cubic-bezier(.22,1,.36,1);display:flex;transform:translate(100%);box-shadow:-12px 0 28px #191f1614}.assistant-drawer.is-open .assistant-drawer__panel{transform:translate(0)}.assistant-drawer__head{border-bottom:1px solid var(--canvas);background:var(--canvas);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 14px 12px 16px;display:flex}.assistant-drawer__brand{flex-direction:column;gap:2px;min-width:0;line-height:1.2;display:flex}.assistant-drawer .model-settings-icon--drawer{background:var(--canvas);box-shadow:none;border:0;line-height:0;overflow:hidden}.assistant-drawer .model-settings-icon--drawer img{object-fit:contain;mix-blend-mode:multiply;filter:saturate(1.16)contrast(1.06)brightness(1.02);width:132%;height:132%;margin:-16%;display:block}.assistant-drawer__brand strong{font-size:15px}.assistant-drawer__brand span{color:var(--muted);font-size:12px}.assistant-drawer__close{color:#666b63;background:0 0;border:0;border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.assistant-drawer__close:hover{color:var(--ink);background:#eef0ea}.assistant-drawer__body{background:var(--canvas);scrollbar-width:thin;scrollbar-color:#d4d8d0 transparent;flex-direction:column;flex:1;gap:14px;min-height:0;padding:16px;display:flex;overflow-y:auto}.assistant-drawer__body.is-hero{justify-content:center;align-items:center;padding:12px 20px 16px;overflow:hidden}.assistant-drawer__body.is-chat{justify-content:flex-start}.assistant-drawer__hero{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;width:100%;max-width:320px;margin:0 auto;display:flex}.assistant-drawer__hero-ring{background:var(--canvas);width:168px;height:168px;box-shadow:none;isolation:isolate;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.assistant-drawer .model-settings-icon--drawer-hero{background:var(--canvas);isolation:isolate;border:0;width:132px;height:132px;overflow:hidden}.assistant-drawer .model-settings-icon--drawer-hero img{object-fit:contain;mix-blend-mode:multiply;filter:saturate(1.22)contrast(1.1)brightness(1.04);width:230%;height:230%;margin:-65%;display:block}.assistant-drawer__hero-text{color:#4a5045;text-align:left;width:100%;min-height:5.25em;margin:0;font-size:14px;line-height:1.75}.assistant-drawer__hero-text.is-streaming:after{content:"▍";color:#8a9a72;margin-left:1px;animation:.85s step-end infinite assistant-drawer-cursor-blink}@keyframes assistant-drawer-cursor-blink{50%{opacity:0}}.assistant-drawer__message{align-items:flex-start;gap:8px;max-width:100%;display:flex}.assistant-drawer__message.is-user{justify-content:flex-end}.assistant-drawer__message.is-user p{color:#1f2418;background:var(--lime);border-radius:14px 14px 4px}.assistant-drawer__message.is-assistant p{color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:14px 14px 14px 4px}.assistant-drawer__message p{max-width:88%;margin:0;padding:10px 12px;font-size:13px;line-height:1.55}.assistant-drawer__dots{align-items:center;gap:4px;display:inline-flex}.assistant-drawer__dots i{background:#9aa095;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite assistant-dot}.assistant-drawer__dots i:nth-child(2){animation-delay:.15s}.assistant-drawer__dots i:nth-child(3){animation-delay:.3s}@keyframes assistant-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.assistant-drawer__composer{background:var(--canvas);border-top:1px solid var(--canvas);flex-shrink:0;align-items:flex-end;gap:8px;padding:12px 14px 16px;display:flex}.assistant-drawer__composer textarea{resize:none;min-height:42px;max-height:120px;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:12px;outline:none;flex:1;padding:10px 12px;font-size:13px;line-height:1.45}.assistant-drawer__composer textarea:focus{border-color:#c8d4a8;box-shadow:0 0 0 2px #c8f9432e}.assistant-drawer__composer button{color:#253016;background:var(--lime);border:0;border-radius:12px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.assistant-drawer__composer button:hover:not(:disabled){background:var(--lime-strong)}.assistant-drawer__composer button:disabled{opacity:.45;cursor:not-allowed}.user{color:var(--ink);align-items:center;gap:8px;font-size:13px;display:flex}.user-menu{position:relative}.user-menu.is-open .user-menu__chevron{transform:rotate(180deg)}.user-menu__chevron{color:var(--muted);transition:transform .18s}.user-menu__chevron-btn{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:4px;display:grid}.user-menu__chevron-btn:hover{color:var(--ink);background:var(--canvas)}.user-menu__chevron-btn:focus-visible{outline-offset:2px;outline:2px solid #253016}.avatar{color:#222a17;background:var(--lime);border-radius:50%;place-items:center;width:30px;height:30px;font-size:14px;font-weight:700;display:grid}.avatar--button{cursor:pointer;border:0;padding:0;transition:box-shadow .18s,transform .18s}.avatar--button:hover{box-shadow:0 0 0 3px #c8f94359}.avatar--button:focus-visible{outline-offset:2px;outline:2px solid #253016}.user-menu__dropdown{z-index:30;border:1px solid var(--line);background:#fff;border-radius:12px;min-width:148px;padding:4px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 28px #191f161f}.user-menu__dropdown button{color:#50564d;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;width:100%;height:36px;padding:0 12px;font-size:14px;display:flex}.user-menu__dropdown a.user-menu__link{color:#50564d;text-align:left;background:0 0;border-radius:8px;align-items:center;gap:9px;width:100%;height:36px;padding:0 12px;font-size:14px;text-decoration:none;display:flex}.user-menu__dropdown button:hover,.user-menu__dropdown a.user-menu__link:hover{color:var(--ink);background:var(--canvas)}.user-menu__dropdown a.user-menu__link:focus-visible{outline-offset:1px;outline:2px solid #253016}.user>div{flex-direction:column;line-height:1.25;display:flex}.user small{color:var(--muted);font-size:11px}.settings-panel{z-index:1;border:1px solid var(--line);background:#fff;border-radius:16px;width:min(420px,100vw - 32px);position:relative;box-shadow:0 18px 40px #191f1624}.settings-panel__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:52px;padding:0 18px;display:flex}.settings-panel__head strong{font-size:16px}.settings-panel__head button{color:#7b8178;background:0 0;border:0;font-size:24px;line-height:1}.settings-panel__body{flex-direction:column;gap:14px;padding:18px;display:flex}.settings-panel__field{color:var(--ink);flex-direction:column;gap:6px;font-size:14px;display:flex}.settings-panel__field span{color:var(--muted);font-size:13px}.settings-panel__field input,.settings-panel__field select{height:36px;color:var(--ink);background:var(--canvas);border:1px solid var(--line);border-radius:10px;padding:0 12px}.settings-panel__field input[type=range]{background:0 0;border:0;height:auto;padding:0}.model-settings-modal{padding:24px}.model-settings{z-index:1;border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:220px minmax(0,1fr);width:min(920px,100%);height:min(640px,100vh - 48px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 48px #191f1629}.model-settings__nav{border-right:1px solid var(--line);background:#f3f4f1;flex-direction:column;gap:8px;padding:14px 10px 16px;display:flex}.model-settings__close{color:#666b63;background:0 0;border:0;border-radius:10px;place-items:center;width:34px;height:34px;margin:0 0 4px 2px;display:grid}.model-settings__close:hover{color:var(--ink);background:#ffffffbf}.model-settings__nav-brand{color:#666b63;align-items:center;gap:8px;padding:0 10px 10px;font-size:13px;font-weight:600;display:flex}.model-settings-icon{flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:inline-flex}.model-settings-icon img{object-fit:contain;mix-blend-mode:multiply;filter:saturate(1.1)contrast(1.03);pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%}.model-settings-icon--nav img{filter:saturate(1.14)contrast(1.05)brightness(1.02)}.model-settings-icon--menu img{filter:saturate(1.08)contrast(1.02)}.model-settings-icon--header img{filter:saturate(1.12)contrast(1.04)brightness(1.01)}.model-settings__nav-list{flex-direction:column;gap:2px;display:flex}.model-settings__nav-item{color:#50564d;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:15px;display:flex}.model-settings__nav-item:hover{color:var(--ink);background:#ffffff8c}.model-settings__nav-item.is-active{color:var(--ink);background:#fff;font-weight:600;box-shadow:0 1px 4px #191f160f}.model-settings__main{background:#fff;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.model-settings__main-head{border-bottom:1px solid #f0f2ed;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:22px 28px 18px;display:flex}.model-settings__main-head h2{letter-spacing:-.2px;margin:0;font-size:22px;font-weight:650}.model-settings__main-badge{color:#666b63;background:var(--canvas);border:1px solid var(--line);border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;display:inline-flex}.model-settings__main-body{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#b8beb2 #f3f4f1;flex:auto;min-height:0;padding:8px 28px 28px;overflow:hidden auto}.model-settings__main-body::-webkit-scrollbar{width:10px}.model-settings__main-body::-webkit-scrollbar-track{background:#f3f4f1;border-radius:999px}.model-settings__main-body::-webkit-scrollbar-thumb{background:#c5cbc0;border:2px solid #f3f4f1;border-radius:999px}.model-settings__main-body::-webkit-scrollbar-thumb:hover{background:#aeb5a8}.model-settings__row{border-bottom:1px solid #f0f2ed;justify-content:space-between;align-items:flex-start;gap:24px;padding:18px 0;display:flex}.model-settings__row:last-child{border-bottom:0}.model-settings__row--compact{padding:14px 0}.model-settings__row--compact strong{font-size:15px;font-weight:500}.model-settings__row-copy{flex:1;min-width:0;max-width:520px}.model-settings__row-copy strong{font-size:16px;font-weight:600;display:block}.model-settings__row-copy p{color:#8a9087;margin:6px 0 0;font-size:14px;line-height:1.55}.model-settings__group{border-bottom:1px solid #f0f2ed;padding:8px 0 4px}.model-settings__group-head{padding:10px 0 6px}.model-settings__group-head strong{font-size:16px;font-weight:600;display:block}.model-settings__group-head p{color:#8a9087;margin:6px 0 0;font-size:14px;line-height:1.55}.model-settings__select-wrap{flex-shrink:0;position:relative}.model-settings__select{appearance:none;min-width:112px;height:36px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #dfe3db;border-radius:12px;padding:0 34px 0 14px;font-size:15px}.model-settings__select:focus{outline-offset:1px;outline:2px solid #c8f94373}.model-settings__select-icon{color:#8a9087;pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.model-settings__input{width:min(240px,100%);height:36px;color:var(--ink);background:#fff;border:1px solid #dfe3db;border-radius:12px;padding:0 14px;font-size:15px}.model-settings__input:focus{outline-offset:1px;outline:2px solid #c8f94373}.model-settings__input::placeholder{color:#a0a59c}.model-settings__input--wide{width:min(320px,100%)}.model-settings__toggle{flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.model-settings__toggle input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.model-settings__toggle span{background:#d8ddd4;border-radius:999px;transition:background .18s;position:absolute;inset:0}.model-settings__toggle span:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #191f162e}.model-settings__toggle input:checked+span{background:#2563eb}.model-settings__toggle input:checked+span:after{transform:translate(20px)}.model-settings__toggle input:focus-visible+span{outline-offset:2px;outline:2px solid #2563eb59}.model-settings__textarea{width:100%;min-height:112px;color:var(--ink);resize:vertical;background:#fff;border:1px solid #dfe3db;border-radius:14px;margin-top:8px;padding:14px 16px;font-size:15px;line-height:1.55}.model-settings__textarea:focus{outline-offset:1px;outline:2px solid #c8f94373}.model-settings__textarea::placeholder{color:#a0a59c}.model-settings__range{flex-shrink:0;align-items:center;gap:10px;display:flex}.model-settings__range input[type=range]{accent-color:#2563eb;width:120px}.model-settings__range span{color:#666b63;text-align:right;min-width:28px;font-size:14px}.user-settings__profile-card{background:var(--canvas);border:1px solid var(--line);border-radius:14px;align-items:center;gap:14px;margin:8px 0 10px;padding:16px 18px;display:flex}.user-settings__profile-avatar{color:#222a17;background:var(--lime);border-radius:50%;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:grid}.user-settings__profile-card strong{font-size:17px;display:block}.user-settings__profile-card p{color:#8a9087;margin:4px 0 0;font-size:14px}.user-settings__select-inline{appearance:none;cursor:pointer;min-width:112px;height:36px;padding:0 14px}.user-settings__footer{border-top:1px solid #f0f2ed;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:18px 0 8px;display:flex}.user-settings__footer--inline{border-top:0;flex-wrap:wrap;justify-content:flex-end;margin-top:0;padding-top:8px}.user-settings__message{margin:0;font-size:14px}.user-settings__message.success{color:#4a7c45}.user-settings__message.error{color:#a34840}.user-settings__save{color:#253016;background:var(--lime);border:0;border-radius:10px;height:36px;padding:0 16px;font-size:14px;font-weight:600}.user-settings__save:hover:not(:disabled){background:var(--lime-strong)}.user-settings__save:disabled{opacity:.6;cursor:not-allowed}.user-settings__channel-group{border-top:1px solid #f0f2ed;margin-top:18px;padding-top:4px}.user-settings__channel-control{flex-shrink:0;align-items:center;gap:10px;display:inline-flex}.user-settings__channel-status{border:1px solid var(--line);color:#5a6350;white-space:nowrap;background:#f5f6f2;border-radius:6px;align-items:center;height:24px;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.user-settings__channel-status.is-connected{color:#3d6b38;background:#edf6eb;border-color:#cfe3cb}.user-settings__channel-status.is-error{color:#a34840;background:#fff5f3;border-color:#f0d4cf}.user-settings__channel-status.is-disconnected{color:#6a7160;background:#f5f6f2;border-color:#e4e7de}.user-settings__channel-status.is-pending{color:#7a5b20;background:#fff8e8;border-color:#ead7a8}.whatsapp-qr-dialog{z-index:80;place-items:center;display:grid;position:fixed;inset:0}.whatsapp-qr-dialog__backdrop{background:#14181073;border:0;position:absolute;inset:0}.whatsapp-qr-dialog__panel{z-index:1;border:1px solid var(--line);background:#fff;border-radius:12px;width:min(420px,100vw - 32px);padding:18px;position:relative}.whatsapp-qr-dialog__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.whatsapp-qr-dialog__head strong{font-size:16px;display:block}.whatsapp-qr-dialog__head p{color:#6a7160;margin:6px 0 0;font-size:13px;line-height:1.45}.whatsapp-qr-dialog__close{border:1px solid var(--line);color:#253016;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.whatsapp-qr-dialog__body{justify-items:center;gap:10px;padding:8px 0 4px;display:grid}.whatsapp-qr-dialog__frame{background:#fafaf7;border:1px solid #e4e7de;border-radius:10px;place-items:center;width:260px;height:260px;display:grid}.whatsapp-qr-dialog__placeholder{color:#6a7160;margin:0;font-size:13px}.whatsapp-qr-dialog__status{color:#3d4634;margin:0;font-size:13px;font-weight:600}.whatsapp-qr-dialog__footer{border-top:1px solid #f0f2ed;justify-content:flex-end;gap:10px;margin-top:14px;padding-top:12px;display:flex}.linkedin-login-dialog{z-index:80;place-items:center;display:grid;position:fixed;inset:0}.linkedin-login-dialog__backdrop{background:#14181073;border:0;position:absolute;inset:0}.linkedin-login-dialog__panel{z-index:1;border:1px solid var(--line);background:#fff;border-radius:12px;width:min(960px,100vw - 32px);padding:18px;position:relative}.linkedin-login-dialog__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.linkedin-login-dialog__head strong{font-size:16px;display:block}.linkedin-login-dialog__head p{color:#6a7160;margin:6px 0 0;font-size:13px;line-height:1.45}.linkedin-login-dialog__close{border:1px solid var(--line);color:#253016;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.linkedin-login-dialog__body{gap:10px;padding:4px 0;display:grid}.linkedin-login-dialog__frame{background:#fafaf7;border:1px solid #e4e7de;border-radius:10px;width:100%;height:min(520px,62vh);position:relative;overflow:hidden}.linkedin-login-dialog__frame iframe{background:#fafaf7;border:0;width:100%;height:100%;display:block}.linkedin-login-dialog__placeholder{color:#6a7160;place-items:center;height:100%;margin:0;font-size:13px;display:grid}.linkedin-login-dialog__placeholder--overlay{z-index:1;background:#fafaf7;position:absolute;inset:0}.linkedin-login-dialog__status{color:#3d4634;margin:0;font-size:13px;font-weight:600}.linkedin-login-dialog__footer{border-top:1px solid #f0f2ed;justify-content:flex-end;gap:10px;margin-top:14px;padding-top:12px;display:flex}.user-settings__channel-connect{color:#253016;border:1px solid var(--line);background:#fff;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;height:36px;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex}.user-settings__channel-connect:hover:not(:disabled){background:#f5f6f2}.user-settings__channel-connect:disabled{opacity:.6;cursor:not-allowed}.user-settings__danger-zone{border-top:1px solid #f0f2ed;margin-top:12px;padding-top:4px}.user-settings__session-list{flex-direction:column;gap:2px;margin:8px 0 0;padding:0;list-style:none;display:flex}.user-settings__session-list li{color:#4a4f47;border-bottom:1px solid #f0f2ed;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;font-size:13px;display:flex}.user-settings__logout{color:#a34840;background:#fff5f3;border:1px solid #f0d4cf;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;height:36px;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex}.user-settings__logout:hover{background:#ffece8}.user-settings__mailbox-group{border-top:1px solid #f0f2ed;margin-top:18px;padding-top:4px}.user-settings__mailbox-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.user-settings__mailbox-add{color:#253016;border:1px solid var(--line);background:#fff;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.user-settings__mailbox-add:hover{background:#f5f7f1}.user-settings__mailbox-empty{color:#8a9087;margin:8px 0 0;font-size:13px}.user-settings__mailbox-list{flex-direction:column;gap:12px;margin-top:12px;display:flex}.user-settings__mailbox-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px 14px 12px}.user-settings__mailbox-card.is-default{background:#fbfdf7;border-color:#c9d6b8}.user-settings__mailbox-card-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.user-settings__mailbox-card-head strong{font-size:14px;font-weight:600;display:block}.user-settings__mailbox-badge{color:#4a5d34;background:#e8f0dc;border-radius:999px;margin-top:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.user-settings__mailbox-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.user-settings__mailbox-ghost{color:#3d4634;border:1px solid var(--line);background:0 0;border-radius:8px;height:28px;padding:0 10px;font-size:12px;font-weight:600}.user-settings__mailbox-ghost:hover:not(:disabled){background:#f3f5ef}.user-settings__mailbox-ghost:disabled,.user-settings__mailbox-icon:disabled{opacity:.55;cursor:not-allowed}.user-settings__mailbox-icon{color:#a34840;background:#fff5f3;border:1px solid #f0d4cf;border-radius:8px;place-items:center;width:28px;height:28px;display:grid}.user-settings__mailbox-icon:hover:not(:disabled){background:#ffece8}.user-settings__mailbox-fields{grid-template-columns:1fr 1fr;gap:10px 12px;display:grid}.user-settings__mailbox-fields label{flex-direction:column;gap:6px;min-width:0;display:flex}.user-settings__mailbox-fields label span{color:#6d7468;font-size:12px}.user-settings__mailbox-fields .model-settings__input,.user-settings__mailbox-fields .model-settings__select{width:100%;min-width:0}.user-settings__mailbox-fields label:nth-child(2){grid-column:1/-1}@media (width<=760px){.user-settings__mailbox-head,.user-settings__mailbox-card-head{flex-direction:column}.user-settings__mailbox-actions{justify-content:flex-start}.user-settings__mailbox-fields{grid-template-columns:1fr}.user-settings__mailbox-fields label:nth-child(2){grid-column:auto}.model-settings{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;width:100%;height:min(720px,100vh - 32px)}.model-settings__nav{border-right:0;border-bottom:1px solid var(--line);padding-bottom:10px}.model-settings__nav-brand{display:none}.model-settings__nav-list{flex-direction:row;gap:6px;padding:0 2px 2px;overflow-x:auto}.model-settings__nav-item{flex-shrink:0;padding:8px 12px;font-size:14px}.model-settings__main-head{padding:18px 18px 14px}.model-settings__main-head h2{font-size:18px}.model-settings__main-badge{display:none}.model-settings__main-body{padding:4px 18px 20px}.model-settings__row{flex-direction:column;gap:12px}}.content{flex:1;width:100%;min-width:0;max-width:none;height:100%;min-height:0;margin:0;padding:30px 28px 28px;overflow:hidden auto}.order-page{flex-direction:column;gap:16px;display:flex;position:relative}.order-page__stats{grid-template-columns:repeat(6,minmax(110px,1fr));gap:12px;display:grid}.order-page__stat-card{background:#fff;border:1px solid #1a1a1a14;border-radius:16px;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.order-page__stat-card>div{flex-direction:column;display:flex}.order-page__stat-card span{color:#737373;font-size:13px}.order-page__stat-card strong{color:#1a1a1a;font-variant-numeric:tabular-nums;margin-top:4px;font-size:20px;font-weight:600;line-height:1}.order-page__stat-card svg{color:#737373;flex-shrink:0}.order-page__reminder{background:#ffe08a14;border:1px solid #ffe08a59;border-radius:16px;align-items:center;gap:12px;padding:18px 20px;display:flex}.order-page__reminder>svg{color:#b8860b;flex-shrink:0}.order-page__reminder>div{flex:1;min-width:0}.order-page__reminder strong{color:#1a1a1a;font-size:15px;font-weight:600;display:block}.order-page__reminder p{color:#737373;margin:2px 0 0;font-size:14px}.order-page__reminder-btn{color:#1a1a1a;white-space:nowrap;background:#fff;border:1px solid #1a1a1a1f;border-radius:12px;height:32px;padding:0 12px;font-size:14px}.order-page__reminder-btn:hover{background:#1a1a1a0a}.order-page__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.order-page__search{color:#737373;background:#fff;border:1px solid #1a1a1a1f;border-radius:12px;flex:1;align-items:center;gap:8px;min-width:220px;max-width:420px;height:40px;padding:0 12px;display:flex}.order-page__search input{color:#1a1a1a;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:14px}.order-page__toolbar-actions{color:#737373;align-items:center;gap:8px;display:flex}.order-page__toolbar-actions select{color:#1a1a1a;background:#fff;border:1px solid #1a1a1a1f;border-radius:12px;min-width:130px;height:36px;padding:0 10px;font-size:14px}.order-page__create-btn{color:#fff;background:#1a1a1a;border:0;border-radius:12px;align-items:center;gap:4px;height:36px;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex}.order-page__create-btn:hover{background:#333}.order-page__state{color:#737373;text-align:center;padding:40px;font-size:15px}.order-page__notice{color:#8f625d;text-align:center;font-size:14px}.order-page__kanban-scroll{width:100%;padding-bottom:8px;overflow-x:auto}.order-page__kanban-board{gap:12px;min-width:900px;display:flex}.order-page__kanban-column{flex-direction:column;flex-shrink:0;width:200px;display:flex}.order-page__kanban-column>header{color:#737373;justify-content:space-between;align-items:center;gap:6px;margin-bottom:8px;padding:0 4px;font-size:14px;font-weight:600;display:flex}.order-page__kanban-column-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.order-page__kanban-column-tools{flex-shrink:0;align-items:center;gap:4px;display:flex}.order-page__kanban-edit-btn{color:#737373;background:0 0;border:0;border-radius:8px;place-items:center;width:22px;height:22px;display:grid}.order-page__kanban-edit-btn:hover{color:#1a1a1a;background:#1a1a1a0f}.order-page__kanban-column>header b{color:#737373;background:#fff;border:1px solid #1a1a1a1f;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 6px;font-size:12px;font-weight:500;display:grid}.order-page__kanban-column.is-drop-target>header{color:#1a1a1a}.order-page__kanban-list{border-radius:14px;flex-direction:column;flex:1;gap:8px;min-height:96px;padding:4px;transition:background .15s,box-shadow .15s;display:flex}.order-page__kanban-list.is-drag-over{background:#1a1a1a0a;box-shadow:inset 0 0 0 1px #1a1a1a1f}.order-page__kanban-add{color:#737373;background:0 0;border:1px dashed #1a1a1a29;border-radius:12px;place-items:center;width:100%;transition:color .15s,border-color .15s,background .15s;display:grid}.order-page__kanban-add--card{min-height:96px}.order-page__kanban-add:hover{color:#1a1a1a;background:#1a1a1a08;border-color:#1a1a1a47}.order-page__kanban-card{cursor:grab;background:#fff;border:1px solid #1a1a1a14;border-radius:12px;padding:12px;transition:border-color .15s,background .15s,opacity .15s,transform .15s}.order-page__kanban-card:active{cursor:grabbing}.order-page__kanban-card.is-dragging{opacity:.45;transform:scale(.98)}.order-page__kanban-card:hover{background:#1a1a1a08;border-color:#1a1a1a2e}.order-page__kanban-card-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.order-page__kanban-card-head strong{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.order-page__kanban-card-head time{color:#737373;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:12px}.order-page__kanban-card-customer{color:#737373;text-overflow:ellipsis;white-space:nowrap;margin:0 0 8px;font-size:14px;overflow:hidden}.order-page__kanban-card-foot{justify-content:space-between;align-items:center;gap:8px;display:flex}.order-page__kanban-card-amount{color:#1a1a1a;font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.order-page__kanban-progress{gap:2px;margin-top:8px;display:flex}.order-page__kanban-progress span{background:#1a1a1a1f;border-radius:999px;flex:1;height:4px}.order-page__kanban-progress span.is-active{background:#1a1a1a}.order-page__badge{white-space:nowrap;border-radius:999px;align-items:center;height:16px;padding:0 8px;font-size:12px;font-weight:500;display:inline-flex}.order-page__badge--outline{color:#1a1a1a;background:#fff;border:1px solid #1a1a1a1f}.order-page__badge--success{color:#3d6b4f;background:#3d6b4f1a;border:1px solid #3d6b4f4d}.order-page__workflow-modal .record-form__body{grid-template-columns:1fr}.order-page__workflow-note{color:#737373;background:#1a1a1a0a;border-radius:10px;margin:0;padding:10px 12px;font-size:14px;line-height:1.5}.order-page__workflow-footer{justify-content:space-between!important}.order-page__workflow-delete{color:#8f4f49;background:#8f4f4914;border:1px solid #8f4f4938;border-radius:17px;align-items:center;gap:5px;height:34px;padding:0 12px;font-size:13px;display:inline-flex}.order-page__workflow-delete:hover{background:#8f4f4924}.order-page__workflow-footer-actions{gap:8px;display:flex}.order-toast{z-index:60;color:#1a1a1a;background:#fff;border:1px solid #1a1a1a1f;border-radius:12px;max-width:320px;padding:12px 16px;font-size:15px;animation:.2s quote-toast-in;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #1a1a1a14}.order-toast--success{background:#3d6b4f14;border-color:#3d6b4f59}.module-page{min-height:calc(100vh - var(--app-header-h) - 92px)}.module-page__heading{align-items:center;gap:12px;padding:1px 0 22px;display:flex}.module-page__heading>span{color:#354020;background:var(--lime);border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.module-page h1{letter-spacing:-.3px;margin:0;font-size:21px}.module-page__heading p{color:#92978f;margin:4px 0 0;font-size:12px}.module-empty{color:#a2a79e;text-align:center;background:#ffffff94;border:1px dashed #e0e4dc;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:310px;display:flex}.module-empty>strong{color:#292d27;font-size:38px}.module-empty h1,.module-empty h2{color:#4e534b;margin:12px 0 5px;font-size:17px}.module-empty p{margin:0;font-size:12px}.module-empty a{color:#2b331d;background:var(--lime);border-radius:16px;margin-top:16px;padding:8px 14px;font-size:12px;font-weight:650;text-decoration:none}.module-state{color:#8c9188;place-items:center;min-height:300px;font-size:14px;display:grid}.module-state--error,.resource-error{color:#915d56;background:#fff5f3;border:1px solid #f0d9d5}.dashboard-overview{align-items:flex-start;gap:32px;width:100%;display:flex}.dashboard-overview__profile{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:6px;width:280px;display:flex}.dashboard-overview__avatar{aspect-ratio:1;color:#222a17;background:var(--lime);border:1px solid #e3e8dd;border-radius:50%;place-items:center;width:100%;max-width:280px;font-size:72px;font-weight:700;display:grid}.dashboard-overview__profile strong{margin-top:10px;font-size:24px;line-height:1.2}.dashboard-overview__profile small{color:#93978f;font-size:16px;line-height:1.3}.dashboard-overview__main{flex:1;grid-template-columns:repeat(2,minmax(300px,1fr));gap:16px;min-width:0;display:grid}.dashboard-overview__metrics{display:contents}.dashboard-overview__metrics article{background:#fff;border:1px solid #edf0e9;border-radius:14px;align-items:center;gap:16px;min-height:80px;padding:18px 22px;display:flex;box-shadow:0 5px 14px #1b23160a}.dashboard-overview__metrics article>span{color:#35421d;background:#effbd0;border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.dashboard-overview__metrics article>div{flex:1;justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.dashboard-overview__metrics small{color:#858b81;font-size:15px}.dashboard-overview__metrics strong{color:#2a3222;text-align:right;text-overflow:ellipsis;font-size:22px;overflow:hidden}.dashboard-page{width:100%}.activity-heatmap{--heat-gap:clamp(2px, .28vw, 4px);--heat-label:52px;box-sizing:border-box;background:#fff;border:1px solid #edf0e9;border-radius:14px;grid-column:1/-1;width:100%;min-width:0;margin-top:36px;padding:18px 22px 16px;box-shadow:0 5px 14px #1b23160a}.activity-heatmap__scroll{width:100%;overflow:visible}.activity-heatmap__months{height:16px;margin:0 0 8px calc(var(--heat-label) + 8px);width:calc(100% - var(--heat-label) - 8px);position:relative}.activity-heatmap__month{color:#8b9099;white-space:nowrap;font-size:12px;position:absolute;top:0}.activity-heatmap__body{align-items:stretch;gap:8px;width:100%;min-width:0;display:flex}.activity-heatmap__day-labels{gap:var(--heat-gap);width:var(--heat-label);color:#8b9099;white-space:nowrap;flex-direction:column;flex-shrink:0;font-size:11px;line-height:1;display:flex}.activity-heatmap__day-labels span{flex:1 1 0;align-items:center;min-height:0;display:flex}.activity-heatmap__weeks{gap:var(--heat-gap);flex:1;min-width:0;display:flex}.activity-heatmap__week{gap:var(--heat-gap);flex-direction:column;flex:1 1 0;min-width:0;display:flex}.activity-heatmap__cell{aspect-ratio:1;background:#ebedf0;border-radius:2px;width:100%;height:auto;box-shadow:inset 0 0 0 1px #1b1f230f}.activity-heatmap__legend{color:#8b9099;justify-content:flex-end;align-items:center;gap:4px;margin-top:10px;font-size:11px;line-height:1;display:flex}.activity-heatmap__legend-swatch{outline-offset:-1px;border-radius:2px;outline:1px solid #1b1f230f;width:10px;height:10px}.activity-feed{grid-column:1/-1;width:100%;min-width:0;margin-top:8px}.activity-feed__month+.activity-feed__month{margin-top:28px}.activity-feed__month-title{color:#1f2328;border-bottom:1px solid #d8dde3;margin:0 0 4px;padding-bottom:10px;font-size:16px;font-weight:650;line-height:1.3}.activity-feed__group{border-left:1px solid #d8dde3;margin:0 0 0 8px;padding:14px 0 4px 20px}.activity-feed__heading{color:#1f2328;align-items:center;gap:8px;margin:0 0 10px;font-size:14px;font-weight:600;line-height:1.4;display:flex}.activity-feed__heading svg{color:#656d76;flex-shrink:0}.activity-feed__list{margin:0;padding:0;list-style:none}.activity-feed__row{justify-content:space-between;align-items:center;gap:16px;min-height:32px;padding:5px 0;display:flex}.activity-feed__link{color:#1f2328;text-align:left;cursor:pointer;background:0 0;border:0;flex-wrap:wrap;align-items:baseline;gap:0 8px;min-width:0;padding:0;font-size:14px;line-height:1.4;display:flex}.activity-feed__link:disabled{cursor:default}.activity-feed__link:hover:not(:disabled) strong{text-decoration:underline}.activity-feed__link strong{font-weight:600}.activity-feed__count{color:#656d76;font-weight:400}.activity-feed__latest{color:#8b9099;flex-basis:100%;font-size:12px}.activity-feed__meta{flex:0 0 154px;justify-content:flex-end;align-items:center;gap:10px;display:flex}.activity-feed__avatar{color:#222a17;background:var(--lime);border:1px solid #e3e8dd;border-radius:50%;flex-shrink:0;place-items:center;width:20px;height:20px;font-size:11px;font-weight:700;line-height:1;display:grid;overflow:hidden}.activity-feed__bar-track{width:120px;height:8px}.activity-feed__bar{outline-offset:-1px;border-radius:999px;outline:1px solid #1b1f230f;min-width:8px;height:8px;display:block}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.dashboard-panel{background:#fff;border:1px solid #e9ece5;border-radius:15px;min-height:210px;padding:0 17px}.dashboard-panel>header{border-bottom:1px solid #eff1ec;justify-content:space-between;align-items:center;height:48px;display:flex}.dashboard-panel>header div{align-items:center;gap:8px;display:flex}.dashboard-panel>header strong{font-size:14px}.dashboard-panel>header a{color:#748052;font-size:11px;text-decoration:none}.dashboard-list>div{border-bottom:1px solid #f1f2ef;justify-content:space-between;align-items:center;gap:12px;min-height:36px;font-size:12px;display:flex}.dashboard-list>div:last-child{border-bottom:0}.dashboard-list time,.dashboard-list small{color:#999e96;font-size:11px}.dashboard-list p{color:#a7aba3;text-align:center;margin:62px 0 0;font-size:12px}.market-map-card{color:#35402d;background:#fff;border:1px solid #e3e8dd;border-radius:18px;margin-bottom:16px;overflow:hidden;box-shadow:0 10px 28px #24311b0f}.market-map-card__header{justify-content:space-between;align-items:center;gap:24px;min-height:92px;padding:19px 24px 15px;display:flex}.market-map-card__eyebrow{color:#8ca22e;letter-spacing:.13em;font-size:12px;font-weight:750}.market-map-card__header h2{color:#2d3727;margin:5px 0 2px;font-size:17px}.market-map-card__header p{color:#92998e;margin:0;font-size:11px}.market-map-stats{gap:9px;display:flex}.market-map-stats>div{background:#f8faf5;border-radius:10px;grid-template-columns:7px 1fr;align-items:center;column-gap:7px;min-width:78px;padding:8px 10px;display:grid}.market-map-stats i{border-radius:50%;grid-row:span 2;width:7px;height:7px}.market-map-stats strong{color:#37412f;font-size:16px;line-height:1}.market-map-stats span{color:#959b91;font-size:12px}.market-map-toolbar{background:#fafbf8;border-block:1px solid #edf0e9;justify-content:space-between;align-items:center;gap:16px;min-height:46px;padding:7px 20px;display:flex}.market-map-toolbar>label{color:#9ba096;background:#fff;border:1px solid #e4e8df;border-radius:15px;align-items:center;gap:7px;width:190px;height:30px;padding:0 10px;display:flex}.market-map-toolbar input{background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:11px}.market-map-legend{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.market-map-legend button{color:#787f74;background:0 0;border:1px solid #0000;border-radius:13px;align-items:center;gap:5px;height:26px;padding:0 9px;font-size:12px;display:flex}.market-map-legend button.is-active{color:#3e4736;background:#fff;border-color:#dde3d7;box-shadow:0 2px 7px #232e1d0f}.market-map-legend i{border-radius:50%;width:7px;height:7px}.market-map-layout{grid-template-columns:minmax(0,1fr) 255px;min-height:408px;display:grid}.market-map-canvas{background:radial-gradient(circle at 50% 45%,#d2e0bd2e,#0000 50%),linear-gradient(#fbfcf9,#f7faf4);min-width:0;position:relative;overflow:hidden}.market-map-canvas:before{content:"";pointer-events:none;opacity:.36;background-image:linear-gradient(#e8ede3 1px,#0000 1px),linear-gradient(90deg,#e8ede3 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0}.market-map-canvas svg{z-index:1;width:100%;height:100%;display:block;position:relative}.market-map-loading{z-index:3;color:#828a7c;background:#fafcf8c7;place-items:center;font-size:12px;display:grid;position:absolute;inset:0}.market-map-zoom{z-index:2;background:#fffffff0;border:1px solid #dfe5d9;border-radius:9px;display:flex;position:absolute;bottom:14px;left:14px;overflow:hidden;box-shadow:0 4px 12px #26311e1a}.market-map-zoom button{color:#68705f;background:0 0;border:0;border-right:1px solid #e6eae2;place-items:center;width:30px;height:29px;display:grid}.market-map-zoom button:last-child{border-right:0}.market-map-zoom button:hover{color:#39452b;background:#f1f6e9}.market-map-detail{background:#f7f9f4;border-left:1px solid #e6eae1;padding:19px}.market-map-detail__title{border-bottom:1px solid #e2e7dc;justify-content:space-between;align-items:flex-start;gap:8px;padding-bottom:15px;display:flex}.market-map-detail__title span{color:#9ca293;letter-spacing:.09em;font-size:12px;font-weight:700}.market-map-detail__title h3{color:#303a29;margin:4px 0 2px;font-size:17px}.market-map-detail__title p{color:#969c91;margin:0;font-size:12px}.market-map-detail__title b{white-space:nowrap;border-radius:9px;padding:5px 7px;font-size:12px}.market-map-detail dl{margin:5px 0 0}.market-map-detail dl>div{border-bottom:1px solid #e5e9e0;padding:11px 0}.market-map-detail dt{color:#959b91;margin-bottom:5px;font-size:12px}.market-map-detail dd{color:#50584a;margin:0;font-size:11px;line-height:1.55}.market-map-detail footer{flex-direction:column;gap:10px;margin-top:15px;display:flex}.market-map-detail footer span{color:#a1a69c;font-size:12px}.market-map-detail footer button,.market-map-detail__empty button{color:#303c1f;background:var(--lime);border:0;border-radius:15px;height:30px;font-size:11px;font-weight:650}.market-map-detail__empty{text-align:center;flex-direction:column;justify-content:center;height:100%;display:flex}.market-map-detail__empty>span{color:#c9d1c1;letter-spacing:.15em;font-size:36px;font-weight:800}.market-map-detail__empty h3{margin:9px 0 4px;font-size:16px}.market-map-detail__empty p{color:#92998d;margin:0 0 18px;font-size:11px;line-height:1.6}.market-map-tooltip{z-index:100;pointer-events:none;color:#f7f9f3;background:#273020f0;border-radius:8px;flex-direction:column;gap:5px;min-width:105px;padding:8px 10px;display:flex;position:fixed;box-shadow:0 8px 20px #191f142e}.market-map-tooltip strong{font-size:12px}.market-map-tooltip span{color:#d8ded2;align-items:center;gap:5px;font-size:12px;display:flex}.market-map-tooltip i{border-radius:50%;width:6px;height:6px}.content:has(.resource-page--market){max-width:none;height:100%;min-height:0;padding:0;overflow:hidden}.resource-page--market{height:100%;min-height:600px;position:relative;overflow:hidden}.market-flat-map{color:#27464c;background:0 0;width:100%;height:100%;position:relative;overflow:hidden}.market-flat-map__canvas{background:0 0;place-items:center;display:grid;position:absolute;inset:0;overflow:hidden}.market-flat-map__canvas svg{background:0 0;width:100%;height:100%;min-height:580px;display:block}.market-country-label{pointer-events:none;fill:#6b7280;paint-order:stroke;stroke:#ffffffc7;stroke-width:1.5px;stroke-linejoin:round;font-weight:750}.market-city-dot{pointer-events:none;fill:#9ca3af;stroke:#8b919a;stroke-width:.75px}.market-city-label{pointer-events:none;fill:#6b7280;paint-order:stroke;stroke:#ffffffd1;stroke-width:1.7px;font-weight:700}.market-heat-legend{z-index:9;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex;position:absolute;top:25px;left:28px}.market-heat-legend li{color:#355159;background:#f9fdfaeb;border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:12px;display:inline-flex;box-shadow:0 8px 20px #1339411f}.market-heat-legend i{border-radius:2px;width:12px;height:9px}.market-country-search{z-index:9;width:290px;position:absolute;top:25px;right:32px}.market-country-search>label{color:#78959a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fafefcf5;border:1px solid #ffffffc2;border-radius:21px;align-items:center;gap:9px;height:40px;padding:0 12px;display:flex;box-shadow:0 10px 26px #17424a29}.market-country-search input{color:#294950;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px}.market-country-search label>button{color:#80999e;background:0 0;border:0;place-items:center;width:23px;height:23px;padding:0;display:grid}.market-country-search__results{color:#35545a;background:#fafdfbfa;border-radius:14px;margin-top:7px;overflow:hidden;box-shadow:0 16px 38px #143e4638}.market-country-search__results>button{color:#314f55;text-align:left;background:0 0;border:0;border-bottom:1px solid #e4ece9;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:45px;padding:7px 13px;display:flex}.market-country-search__results>button:hover{background:#edf5f1}.market-country-search__results span{flex-direction:column;font-size:13px;display:flex}.market-country-search__results small{color:#91a29f;margin-top:2px;font-size:12px}.market-country-search__results b{color:#749097;font-size:11px}.market-country-search__results p{color:#8d9f9c;text-align:center;margin:0;padding:15px;font-size:12px}.market-map-detail-panel{z-index:7;color:#355159;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f9fdfaf5;border-radius:16px;width:275px;max-height:390px;padding:17px;position:absolute;bottom:22px;left:28px;overflow-y:auto;box-shadow:0 16px 40px #1339413d}.market-map-detail-panel__close{color:#799095;background:#edf4f1;border:0;border-radius:50%;place-items:center;width:27px;height:27px;display:grid;position:absolute;top:11px;right:11px}.market-map-detail-panel>span{color:#8b9c99;font-size:12px;font-weight:700}.market-map-detail-panel h2{color:#24484f;margin:5px 0 8px;font-size:18px}.market-map-detail-panel>b{border-radius:10px;padding:5px 8px;font-size:12px;display:inline-flex}.market-map-detail-panel dl{margin:11px 0}.market-map-detail-panel dl>div{border-top:1px solid #e3ece8;padding:8px 0}.market-map-detail-panel dt{color:#91a19e;margin-bottom:4px;font-size:12px}.market-map-detail-panel dd{color:#455e62;margin:0;font-size:11px;line-height:1.5}.market-map-detail-panel__action,.market-map-detail-panel__empty button{color:#24442c;background:#cde878;border:0;border-radius:15px;height:29px;padding:0 12px;font-size:12px;font-weight:700}.market-map-detail-panel__empty{border-top:1px solid #e3ece8;margin-top:13px;padding-top:11px}.market-map-detail-panel__empty p{color:#829591;margin:0 0 10px;font-size:11px}.market-resource-error{z-index:12;margin:0;position:absolute;top:79px;left:32px}.resource-page{min-height:calc(100vh - var(--app-header-h) - 92px)}.resource-page .module-page__heading{position:relative}.resource-add{color:#273217;background:var(--lime);border:0;border-radius:18px;align-items:center;gap:6px;height:34px;margin-left:auto;padding:0 14px;font-size:12px;font-weight:650;display:inline-flex}.resource-toolbar{gap:8px;margin-bottom:12px;display:flex}.resource-toolbar label{color:#8d9289;background:#fff;border:1px solid #e5e8e1;border-radius:18px;align-items:center;gap:8px;width:min(370px,100%);height:35px;padding:0 12px;display:flex}.resource-toolbar input{background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:12px}.resource-toolbar>button{color:#555b51;background:#fff;border:1px solid #e3e6df;border-radius:18px;align-items:center;gap:5px;height:35px;padding:0 13px;font-size:12px;display:inline-flex}.resource-error{border-radius:8px;margin-bottom:10px;padding:9px 12px;font-size:12px}.resource-table{background:#fff;border:1px solid #e6e9e2;border-radius:13px;overflow:hidden}.resource-table__head,.resource-table__row{border-bottom:1px solid #edf0ea;grid-template-columns:repeat(5,minmax(90px,1fr)) 105px;align-items:center;gap:12px;min-height:43px;padding:0 14px;display:grid}.resource-table__head{color:#858b81;background:#fafbf8;font-size:11px;font-weight:650}.resource-table__row{color:#50564d;font-size:12px}.resource-table__row>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.resource-table__row:last-child{border-bottom:0}.resource-table__actions{gap:5px;display:flex}.resource-table__actions button{color:#757b71;background:#f6f7f4;border:0;border-radius:7px;place-items:center;width:25px;height:25px;display:grid}.resource-table__actions button:last-child:hover{color:#a34840;background:#fff0ed}.resource-table__empty{color:#9ba097;text-align:center;grid-column:1/-1;padding:70px 20px;font-size:12px}.customer-page .module-page__heading{align-items:flex-start}.customer-page{width:100%}.customer-page__title{flex-direction:column;gap:8px;display:flex}.customer-layout-bar{background:#f0f2ec;border:1px solid #e6e9e2;border-radius:16px;grid-template-columns:repeat(3,56px);gap:3px;width:fit-content;padding:3px;display:grid}.customer-layout-bar button{color:#757b71;text-align:center;cursor:pointer;background:0 0;border:0;border-radius:13px;width:100%;height:26px;padding:0;font-size:12px;transition:background .1s,color .1s}.customer-layout-bar button:hover:not(.is-active){color:#50564d;background:#e8ebe4}.customer-layout-bar button.is-active{color:#2d3727;background:#fff;font-weight:650;box-shadow:0 1px 4px #191f160f}.customer-layout-bar button:focus-visible{outline-offset:1px;outline:2px solid #1a1f17}.leads-page .module-page__heading{align-items:flex-start}.leads-page.customer-page{width:100%}.leads-page__body{flex-direction:column;gap:14px;display:flex}.leads-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}@media (width>=768px){.leads-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.leads-stats--simple{grid-template-columns:repeat(5,minmax(0,1fr))}}.leads-stat-card{background:#fff;border:1px solid #e6e9e2;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.leads-stat-card small{color:#8d9289;font-size:11px;display:block}.leads-stat-card strong{color:#2d3727;font-variant-numeric:tabular-nums;margin-top:4px;font-size:22px;font-weight:650;display:block}.leads-stat-card svg{color:#9ba097;flex-shrink:0}.leads-toolbar{flex-direction:column;gap:10px;display:flex}@media (width>=768px){.leads-toolbar{flex-direction:row;justify-content:space-between;align-items:center}}.leads-toolbar__search{color:#8d9289;background:#fff;border:1px solid #e5e8e1;border-radius:16px;align-items:center;gap:8px;width:min(420px,100%);height:38px;padding:0 12px;display:flex}.leads-toolbar__search input{background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:12px}.leads-toolbar__filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.leads-toolbar__filters svg{color:#9ba097}.leads-toolbar__filters select{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:16px;height:34px;padding:0 10px;font-size:11px}.leads-toolbar__add{margin-left:auto}.leads-toolbar--filters{margin-bottom:0}.leads-toolbar--filters .leads-toolbar__filters{width:100%}.leads-crm-toolbar{background:#fff;border:1px solid #e3e6df;border-radius:4px;flex-direction:column;display:flex;overflow:hidden}.leads-crm-toolbar__views{scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid #e8ebe4;align-items:center;gap:4px;padding:0 16px;display:flex;overflow-x:auto}.leads-crm-toolbar__views::-webkit-scrollbar{display:none}.leads-crm-toolbar__views button{color:#757b71;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;height:44px;margin-bottom:-1px;padding:0 12px;font-size:13px;transition:color .1s,border-color .1s;display:inline-flex}.leads-crm-toolbar__views button:hover:not(.is-active):not(:disabled){color:#50564d}.leads-crm-toolbar__views button.is-active{color:#1a1f17;border-bottom-color:#1a1f17;font-weight:650}.leads-crm-toolbar__filters{border-bottom:1px solid #e8ebe4;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex}.leads-crm-toolbar__utilities{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}.leads-crm-toolbar__filters-left{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.leads-crm-filter{color:#50564d;cursor:pointer;background:#fff;border:1px solid #e3e6df;border-radius:6px;align-items:center;gap:6px;height:32px;padding:0 10px;font-size:12px;transition:background .1s,border-color .1s;display:inline-flex;position:relative}.leads-crm-filter:hover{background:#f6f7f4;border-color:#d4d8d0}.leads-crm-filter__label{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.leads-crm-filter svg{color:#9ba097;flex-shrink:0}.leads-crm-filter select{opacity:0;cursor:pointer;position:absolute;inset:0}.leads-crm-toolbar__filter-more{color:#757b71;cursor:pointer;background:#fff;border:1px solid #e3e6df;border-radius:6px;place-items:center;width:32px;height:32px;padding:0;display:grid}.leads-crm-toolbar__filter-more:disabled{opacity:.55;cursor:default}.leads-crm-toolbar__filter-btn{color:#50564d;cursor:pointer;background:#fff;border:1px solid #e3e6df;border-radius:6px;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:12px;display:inline-flex}.leads-crm-toolbar__filter-btn:hover{background:#f6f7f4;border-color:#d4d8d0}.leads-crm-toolbar__search-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex}.leads-crm-toolbar__search{color:#8d9289;background:#fff;border:1px solid #e3e6df;border-radius:6px;flex:1;align-items:center;gap:8px;min-width:min(100%,280px);max-width:520px;height:36px;padding:0 12px;display:flex}.leads-crm-toolbar__search input{color:#2d3727;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:12px}.leads-crm-util-btn{color:#50564d;cursor:pointer;background:#fff;border:1px solid #e3e6df;border-radius:6px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:12px;transition:background .1s;display:inline-flex}.leads-crm-util-btn:hover:not(:disabled){background:#f6f7f4}.leads-crm-util-btn:disabled{opacity:.5;cursor:default}.leads-crm-view-toggle{background:#f3f4f0;border:1px solid #e3e6df;border-radius:6px;align-items:center;padding:2px;display:inline-flex}.leads-crm-view-toggle button{color:#757b71;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:30px;height:28px;padding:0;display:grid}.leads-crm-view-toggle button.is-active{color:#1a1f17;background:#fff;box-shadow:0 1px 2px #191f160f}.leads-crm-toolbar__create{border-radius:6px;height:34px;padding:0 14px}.leads-page--horizontal.resource-page{flex-direction:column;flex:1;min-height:0;display:flex}.leads-page--horizontal .module-page__heading,.leads-page--horizontal .resource-toolbar,.leads-page--horizontal .resource-error,.leads-page--horizontal .leads-stats{flex-shrink:0}.leads-page--horizontal .leads-horizontal-stack{flex:1;min-height:0}.leads-page--horizontal .leads-excel{border-top:0;border-radius:0 0 4px 4px}.leads-horizontal-stack{background:#fff;border:1px solid #e3e6df;border-radius:4px;flex-direction:column;display:flex;overflow:hidden}.leads-horizontal-stack .leads-crm-toolbar,.leads-horizontal-stack .leads-excel{border:0;border-radius:0}.leads-excel{background:#fff;border:1px solid #d4d8d0;border-radius:4px;flex-direction:column;display:flex;overflow:hidden}.leads-excel__corner{display:none}.leads-excel__head-row,.leads-excel__row{grid-template-columns:42px minmax(140px,1.4fr) minmax(90px,1fr) minmax(120px,1.2fr) minmax(90px,.9fr) minmax(70px,.7fr) minmax(90px,.9fr) minmax(70px,.7fr) minmax(100px,.9fr) minmax(70px,.7fr) minmax(80px,.8fr) 120px;min-width:1100px;display:grid}.leads-excel__head-row{z-index:2;background:#f3f4f0;border-bottom:1px solid #c8cdc4;position:sticky;top:0}.leads-excel__head-cell{color:#50564d;white-space:nowrap;background:#f3f4f0;border-right:1px solid #d4d8d0;padding:8px 10px;font-size:11px;font-weight:700}.leads-excel__head-cell--index{color:#757b71;text-align:center;background:#ecefe8}.leads-excel__head-cell--actions{text-align:center;border-right:0}.leads-excel__body{max-height:calc(100vh - var(--app-header-h) - 280px);overflow:auto}.leads-excel__row{background:#fff;border-bottom:1px solid #e3e6df;transition:background .1s}.leads-excel__row:nth-child(2n){background:#fafbf8}.leads-excel__row:hover{background:#f0f2ec}.leads-excel__cell{color:#50564d;text-overflow:ellipsis;white-space:nowrap;border-right:1px solid #e3e6df;align-items:center;min-height:36px;padding:7px 10px;font-size:12px;display:flex;overflow:hidden}.leads-excel__cell--index{color:#9ba097;font-variant-numeric:tabular-nums;background:#f6f7f4;justify-content:center;font-size:11px}.leads-excel__cell--actions{border-right:0;justify-content:flex-end}.leads-excel__company{align-items:center;gap:5px;min-width:0;display:flex}.leads-excel__empty{color:#9ba097;text-align:center;padding:56px 20px;font-size:12px}.leads-excel__foot{color:#757b71;background:#f6f7f4;border-top:1px solid #d4d8d0;align-items:center;padding:8px 12px;font-size:11px;display:flex}.leads-kanban{min-height:420px;padding:4px 0 8px;position:relative}.leads-kanban__columns{grid-template-columns:repeat(4,minmax(260px,1fr));gap:16px;padding-bottom:8px;display:grid;overflow-x:auto}.leads-kanban__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.leads-kanban-column{--kanban-accent:#7cb3e9;flex-direction:column;gap:12px;min-width:260px;display:flex}.leads-kanban-column--new{--kanban-accent:#7cb3e9}.leads-kanban-column--contacted{--kanban-accent:#a894f0}.leads-kanban-column--converted{--kanban-accent:#6ec992}.leads-kanban-column--invalid{--kanban-accent:#c9a8a8}.leads-kanban-column__head{background:#fff;border:1px solid #ecefe8;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex;box-shadow:0 1px 3px #191f160a}.leads-kanban-column__title{align-items:center;gap:8px;min-width:0;display:flex}.leads-kanban-column__title strong{color:#2d3727;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:650;overflow:hidden}.leads-kanban-column__count{color:#757b71;font-variant-numeric:tabular-nums;background:#f3f4f0;border-radius:999px;flex-shrink:0;place-items:center;min-width:22px;height:22px;padding:0 7px;font-size:12px;font-weight:650;display:inline-grid}.leads-kanban-column__tools{flex-shrink:0;align-items:center;gap:2px;display:flex}.leads-kanban-column__tools button{color:#9ba097;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:28px;height:28px;display:grid}.leads-kanban-column__tools button:hover{color:#50564d;background:#f3f4f0}.leads-kanban-column__body{min-height:200px;max-height:calc(100vh - var(--app-header-h) - 360px);scrollbar-width:thin;scrollbar-color:#c8cdc4 transparent;flex-direction:column;gap:10px;padding-right:2px;display:flex;overflow-y:auto}.leads-kanban-column__placeholder{color:#b8bdb5;text-align:center;background:#ffffff8c;border:1px dashed #d8dcd4;border-radius:14px;margin:0;padding:28px 16px;font-size:12px}.leads-kanban-column__foot{color:#757b71;align-items:center;gap:16px;padding:4px 2px 0;font-size:12px;display:flex}.leads-kanban-column__foot>div{align-items:baseline;gap:6px;display:flex}.leads-kanban-column__foot span{color:#9ba097;font-size:11px}.leads-kanban-column__foot strong{color:#50564d;font-variant-numeric:tabular-nums;font-size:13px;font-weight:650}.leads-kanban-column__add{color:#757b71;cursor:pointer;background:#fff;border:1px solid #e3e6df;border-radius:50%;place-items:center;width:30px;height:30px;margin-left:auto;display:grid}.leads-kanban-column__add:hover{color:#2d3727;background:#f6f7f4}.leads-kanban-card--new{--kanban-accent:#7cb3e9}.leads-kanban-card--contacted{--kanban-accent:#a894f0}.leads-kanban-card--converted{--kanban-accent:#6ec992}.leads-kanban-card--invalid{--kanban-accent:#c9a8a8}.leads-kanban-card{background:#fff;border:1px solid #ecefe8;border-radius:14px;padding:14px 14px 12px;transition:box-shadow .12s,border-color .12s;box-shadow:0 2px 8px #191f160d}.leads-kanban-card:hover{border-color:#dfe3db;box-shadow:0 4px 14px #191f1614}.leads-kanban-card__head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.leads-kanban-card__title{color:#1a1f17;text-align:left;cursor:pointer;-webkit-line-clamp:2;background:0 0;border:0;-webkit-box-orient:vertical;flex:1;min-width:0;padding:0;font-size:14px;font-weight:650;line-height:1.35;display:-webkit-box;overflow:hidden}.leads-kanban-card__title:hover{color:#000}.leads-kanban-card__title .leads-dup-icon{vertical-align:-2px;margin-right:4px;display:inline}.leads-kanban-card__menu-wrap{flex-shrink:0;position:relative}.leads-kanban-card__more{color:#b8bdb5;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:26px;height:26px;display:grid}.leads-kanban-card__more:hover{color:#757b71;background:#f6f7f4}.leads-kanban-card__menu{z-index:5;background:#fff;border:1px solid #e3e6df;border-radius:10px;min-width:120px;padding:4px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #191f161f}.leads-kanban-card__menu button{color:#50564d;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;width:100%;height:32px;padding:0 10px;font-size:12px;display:flex}.leads-kanban-card__menu button:hover{background:#f6f7f4}.leads-kanban-card__menu button.is-danger{color:#a34840}.leads-kanban-card__menu button.is-danger:hover{background:#fff0ed}.leads-kanban-card__facts{flex-direction:column;gap:7px;margin:12px 0 0;padding:0;list-style:none;display:flex}.leads-kanban-card__facts li{color:#757b71;align-items:center;gap:8px;min-width:0;font-size:12px;display:flex}.leads-kanban-card__facts svg{color:#b8bdb5;flex-shrink:0}.leads-kanban-card__facts span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.leads-kanban-card__prob{border-top:1px solid #f0f2ec;margin-top:14px;padding-top:12px}.leads-kanban-card__prob-head{justify-content:space-between;align-items:center;margin-bottom:7px;display:flex}.leads-kanban-card__prob-head span{color:#9ba097;font-size:11px}.leads-kanban-card__prob-head strong{color:#50564d;font-variant-numeric:tabular-nums;font-size:12px;font-weight:650}.leads-kanban-card__prob-bar{background:#edf0ea;border-radius:999px;height:6px;overflow:hidden}.leads-kanban-card__prob-bar span{border-radius:inherit;background:#6ec992;height:100%;transition:width .15s;display:block}.leads-kanban__empty{color:#9ba097;text-align:center;padding:48px 20px;font-size:12px}.leads-kanban__empty--full{background:#ffffffbf;border:1px dashed #d8dcd4;border-radius:14px;place-items:center;display:grid;position:absolute;inset:0}.leads-page--vertical .leads-page__body{background:#f3f4f0;border-radius:16px;margin:0 -4px;padding:14px 4px 4px}.leads-page--simple{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.leads-page--simple.resource-page{flex:1;min-height:0}.leads-page--simple .module-page__heading,.leads-page--simple .resource-toolbar,.leads-page--simple .resource-error,.leads-page--simple .leads-stats,.leads-page--simple .leads-toolbar{flex-shrink:0}.leads-page--simple .leads-simple-shell{flex:1;min-height:0;overflow:hidden}.leads-page--simple .leads-simple-shell .customer-simple__panel{flex:1;min-height:0}.leads-page--simple .leads-stats,.leads-page--simple .leads-toolbar{margin-bottom:2px}.leads-page--simple .customer-simple__body{padding:0}.leads-simple-tree-body{background:#fafbf8}.leads-simple-tree{--tree-line-color:#c8cdc4;--tree-branch-width:28px;--tree-card-line-y:30px;grid-template-columns:108px minmax(0,1fr);align-items:stretch;gap:0;min-height:360px;padding:24px 20px 28px;display:grid}.leads-simple-tree__user{text-align:center;grid-template-rows:1fr auto auto auto 1fr;place-items:center;gap:6px;display:grid;position:relative}.leads-simple-tree__user:after{content:"";background:var(--tree-line-color);width:14px;height:2px;position:absolute;top:50%;right:-14px;transform:translateY(-50%)}.leads-simple-tree__avatar{color:#222a17;background:var(--lime);border:2px solid #fff;border-radius:50%;grid-row:2;place-items:center;width:58px;height:58px;font-size:22px;font-weight:700;display:grid;box-shadow:0 0 0 1px #e3e6df}.leads-simple-tree__user small{color:#8d9289;grid-row:3;font-size:11px}.leads-simple-tree__user-count{color:#757b71;white-space:nowrap;background:#f3f4f0;border:1px solid #e3e6df;border-radius:999px;grid-row:4;margin-top:0;padding:4px 8px;font-size:12px}.leads-simple-tree__canvas{padding:2px 0 2px var(--tree-branch-width);align-self:stretch;margin-left:14px;position:relative}.leads-simple-tree__canvas:before{content:"";left:0;top:calc(2px + var(--tree-card-line-y) - 1px);background:var(--tree-line-color);pointer-events:none;width:2px;position:absolute;bottom:0}.leads-simple-tree__empty{color:#9ba097;padding:48px 16px;font-size:12px;line-height:1.6}.leads-simple-tree__branch{border-left:2px solid #e3e6df;flex-direction:column;gap:10px;margin:0 0 0 11px;padding:0 0 0 8px;list-style:none;display:flex}.leads-simple-tree__branch--root{border-left:none;margin-left:0;padding-left:0;position:relative}.leads-simple-tree__leaf{list-style:none;position:relative}.leads-simple-tree__leaf:before{content:"";left:calc(-1 * var(--tree-branch-width));top:var(--tree-card-line-y);width:var(--tree-branch-width);background:var(--tree-line-color);height:2px;margin-top:-1px;position:absolute}.leads-simple-tree__leaf--contacted:before{background:var(--tree-line-color)}.leads-simple-tree__leaf--new:before{border-top:2px dashed var(--tree-line-color);background:0 0;height:0;margin-top:0}.leads-simple-tree__card{background:#fff;border:1px solid #e6e9e2;border-radius:12px;transition:border-color .12s,box-shadow .12s;overflow:hidden}.leads-simple-tree__card:hover{border-color:#d4d8d0}.leads-simple-tree__card.is-selected{border-color:#50564d;box-shadow:0 0 0 1px #50564d1f}.leads-simple-tree__card-main{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.leads-simple-tree__contact-avatar{color:#50564d;background:#f3f4f0;border:1px solid #e3e6df;border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:15px;font-weight:650;display:grid}.leads-simple-tree__card-body{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.leads-simple-tree__card-title{color:#2d3727;align-items:center;gap:5px;font-size:13px;font-weight:650;display:flex}.leads-simple-tree__card-meta{color:#8d9289;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.leads-simple-tree__card-tags{flex-wrap:wrap;gap:5px;display:flex}.leads-simple-tree__card-progress{align-items:center;gap:8px;max-width:220px;display:flex}.leads-simple-tree__card-progress .leads-progress{flex:1;height:5px}.leads-simple-tree__card-progress em{color:#9ba097;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px;font-style:normal}.leads-simple-tree__card-foot{background:#fafbf8;border-top:1px solid #edf0ea;flex-wrap:wrap;gap:6px;padding:8px 14px 10px;display:flex}.leads-simple-tree__card-foot button{color:#50564d;cursor:pointer;background:#fff;border:1px solid #e3e6df;border-radius:8px;align-items:center;gap:5px;height:28px;padding:0 10px;font-size:11px;display:inline-flex}.leads-simple-tree__card-foot button:hover{background:#f3f4f0}.leads-simple-tree__card-foot button.is-danger{color:#a34840;border-color:#ecd8d4}.leads-simple-tree__card-foot button.is-danger:hover{background:#fff0ed}.leads-simple-card__empty{color:#9ba097;text-align:center;padding:64px 20px;font-size:12px}.leads-dup-icon{color:#9a7a3a;flex-shrink:0}.leads-company-link{color:#2d3727;text-align:left;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;padding:0;font-size:12px;font-weight:650;overflow:hidden}.leads-company-link:hover{color:#1a1f17}.leads-badge{white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:11px;display:inline-flex}.leads-badge--outline{color:#50564d;background:#f6f7f4;border:1px solid #e3e6df}.leads-badge--score-high{color:#2d3727;background:#eef2e8;border:1px solid #dbe3d0}.leads-badge--score-medium{color:#50564d;background:#f3f4f0;border:1px solid #e3e6df}.leads-badge--score-low{color:#757b71;background:#fafbf8;border:1px solid #edf0ea}.leads-badge--status-new{color:#2d3727;background:#eef2e8}.leads-badge--status-contacted{color:#50564d;background:#f3f4f0}.leads-badge--status-converted{color:#4a6350;background:#eef5ef;border:1px solid #d8e8db}.leads-badge--status-invalid{color:#8f4f48;background:#faf0ee;border:1px solid #ecd8d4}.leads-progress-wrap{align-items:center;gap:8px;min-width:90px;display:flex}.leads-progress{background:#edf0ea;border-radius:999px;flex:1;height:6px;overflow:hidden}.leads-progress span{border-radius:inherit;background:#6ec992;height:100%;display:block}.leads-progress-wrap em{color:#9ba097;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11px;font-style:normal}.leads-row-actions{white-space:nowrap;justify-content:flex-end;align-items:center;gap:4px;display:flex}.leads-row-actions button{color:#757b71;cursor:pointer;background:#f6f7f4;border:0;border-radius:6px;height:26px;padding:0 8px;font-size:11px}.leads-row-actions button[aria-label]{place-items:center;width:26px;padding:0;display:grid}.leads-row-actions button:hover{color:#2d3727;background:#eef0ea}.leads-row-actions button[aria-label=删除]:hover{color:#a34840;background:#fff0ed}.leads-simple-form select{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:8px;width:100%;height:35px;padding:0 10px;font-size:12px}.customer-simple{flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow:hidden}.customer-simple__panel{background:#fff;border:1px solid #e6e9e2;border-radius:13px;flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow:hidden}.customer-simple__head{background:#fafbf8;border-bottom:1px solid #edf0ea;flex-shrink:0;justify-content:flex-end;padding:12px 14px;display:flex}.customer-simple__body{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#b8bdb5 #ecefe8;flex:1;min-height:0;overflow:hidden scroll}.customer-simple__body::-webkit-scrollbar{width:6px}.customer-simple__body::-webkit-scrollbar-track{background:#ecefe8}.customer-simple__body::-webkit-scrollbar-thumb{background:#b8bdb5;border-radius:3px}.customer-simple__body::-webkit-scrollbar-thumb:hover{background:#9ba097}.customer-simple__table.resource-table{border:0;border-radius:0;width:100%}.customer-simple__table .resource-table__head{z-index:1;background:#fafbf8;position:sticky;top:0}.customer-simple__table .resource-table__head,.customer-simple__table .resource-table__row{grid-template-columns:repeat(var(--simple-cols,5), minmax(0, 1fr)) 156px;width:100%}.customer-simple__actions{justify-content:flex-start;gap:4px}.customer-simple__action{color:#50564d;cursor:pointer;white-space:nowrap;background:#f6f7f4;border:0;border-radius:6px;justify-content:center;align-items:center;width:auto;min-width:0;height:24px;padding:0 8px;font-size:11px;font-weight:650;display:inline-flex}.customer-simple__action:hover{color:#2d3727;background:#ecefe8}.customer-simple__action.is-danger:hover{color:#a34840;background:#fff0ed}.customer-simple__action:focus-visible{outline-offset:1px;outline:2px solid #1a1f17}.customer-detail-modal{z-index:1;background:#fff;border:1px solid #e6e9e2;border-radius:13px;width:min(640px,100%);max-height:calc(100vh - 40px);position:relative;overflow:hidden auto;box-shadow:0 16px 48px #1417131f}.customer-detail-modal__close{z-index:2;color:#757b71;cursor:pointer;background:#f6f7f4;border:0;border-radius:7px;place-items:center;width:28px;height:28px;font-size:18px;line-height:1;display:grid;position:absolute;top:12px;left:12px}.customer-detail-modal__close:hover{color:#2d3727}.customer-detail-modal .customer-detail{padding-top:44px}.customer-delete-modal{z-index:60;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.customer-delete-modal__backdrop{cursor:pointer;background:#1417137a;border:0;position:absolute;inset:0}.customer-delete-modal__sheet{z-index:1;background:#fff;border:1px solid #e6e9e2;border-radius:13px;width:min(360px,100%);padding:28px 24px 20px;position:relative;box-shadow:0 16px 48px #1417131f}.customer-delete-modal__text{color:#2d3727;text-align:center;margin:0;font-size:16px;font-weight:650;line-height:1.5}.customer-delete-modal__foot{justify-content:center;gap:10px;margin-top:24px;display:flex}.customer-delete-modal__foot button{color:#555b52;cursor:pointer;background:#f5f6f3;border:0;border-radius:17px;min-width:88px;height:34px;padding:0 16px;font-size:12px;font-weight:650}.customer-delete-modal__foot button:hover:not(:disabled){background:#ecefe8}.customer-delete-modal__foot button.is-danger{color:#fff;background:#a34840}.customer-delete-modal__foot button.is-danger:hover:not(:disabled){background:#8f3f38}.customer-delete-modal__foot button:disabled{opacity:.6;cursor:not-allowed}:is(.content:has(.customer-page--horizontal),.content:has(.customer-page--simple)){flex-direction:column;height:100%;display:flex;overflow:hidden}.customer-page--horizontal,.customer-page--simple{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.customer-page--horizontal.resource-page,.customer-page--simple.resource-page{flex:1;min-height:0}.customer-page--simple .customer-simple{flex:1;min-height:0;overflow:hidden}.customer-page--simple .customer-simple__panel{flex:1;min-height:0}.customer-page--horizontal .module-page__heading,.customer-page--horizontal .resource-toolbar,.customer-page--horizontal .resource-error,.customer-page--simple .module-page__heading,.customer-page--simple .resource-toolbar,.customer-page--simple .resource-error{flex-shrink:0}.customer-page--horizontal .customer-split{flex:1;height:auto;min-height:0;max-height:none}.customer-doc-grid{align-items:start;gap:16px;width:100%;display:grid}.customer-doc-grid--vertical{grid-template-columns:repeat(auto-fill,minmax(168px,1fr))}.customer-split{width:100%;min-height:calc(100vh - var(--app-header-h) - 180px);background:#fff;border:1px solid #e6e9e2;border-radius:13px;grid-template-rows:minmax(0,1fr);grid-template-columns:280px minmax(0,1fr);display:grid;overflow:hidden}.customer-split>*{min-height:0}.customer-split__sidebar{background:#fafbf8;border-right:1px solid #e6e9e2;flex-direction:column;min-height:0;display:flex;overflow:hidden}.customer-split__add{color:#273217;background:var(--lime);cursor:pointer;border:0;border-radius:18px;justify-content:center;align-items:center;gap:6px;height:36px;margin:12px;font-size:12px;font-weight:650;display:inline-flex}.customer-split__add:hover{background:var(--lime-strong,#c5de6a)}.customer-split__list{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#b8bdb5 #ecefe8;flex:1;min-height:0;overflow:hidden scroll}.customer-split__list::-webkit-scrollbar{width:6px}.customer-split__list::-webkit-scrollbar-track{background:#ecefe8}.customer-split__list::-webkit-scrollbar-thumb{background:#b8bdb5;border-radius:3px}.customer-split__list::-webkit-scrollbar-thumb:hover{background:#9ba097}.customer-split__list-empty{color:#9ba097;text-align:center;padding:32px 16px;font-size:12px}.customer-list-item{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ecefe8;align-items:center;gap:10px;width:100%;padding:11px 14px;transition:background .1s;display:flex}.customer-list-item:hover:not(.is-active){background:#f3f5f0}.customer-list-item.is-active{background:#ecefe8}.customer-list-item__avatar{object-fit:cover;border:1px solid #e6e9e2;border-radius:6px;flex-shrink:0;width:40px;height:40px}.customer-list-item__avatar--fallback{color:#50564d;background:#eef0eb;place-items:center;font-size:16px;font-weight:650;display:grid}.customer-list-item__body{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.customer-list-item__body strong{color:#2d3727;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.customer-list-item__body small{color:#9ba097;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.customer-split__detail{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#b8bdb5 #ecefe8;background:#fff;min-height:0;overflow:hidden scroll}.customer-split__detail::-webkit-scrollbar{width:6px}.customer-split__detail::-webkit-scrollbar-track{background:#ecefe8}.customer-split__detail::-webkit-scrollbar-thumb{background:#b8bdb5;border-radius:3px}.customer-split__detail::-webkit-scrollbar-thumb:hover{background:#9ba097}.customer-split__empty{color:#9ba097;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;min-height:320px;font-size:12px;display:flex}.customer-split__empty svg{color:#c4c9c0}.customer-detail{padding:28px 32px}.customer-detail__head{border-bottom:1px solid #edf0ea;align-items:flex-start;gap:16px;padding-bottom:20px;display:flex}.customer-detail__photo{object-fit:cover;border:1px solid #e6e9e2;border-radius:4px;flex-shrink:0;width:76px;height:96px}.customer-detail__photo--fallback{color:#50564d;background:#f6f7f4;place-items:center;font-size:28px;font-weight:650;display:grid}.customer-detail__title{flex:1;min-width:0}.customer-detail__title h2{color:#2d3727;margin:0;font-size:20px;font-weight:650;line-height:1.3}.customer-detail__title p{color:#757b71;margin:6px 0 0;font-size:13px}.customer-detail__actions{flex-shrink:0;gap:8px;display:flex}.customer-detail__actions button{color:#555b52;cursor:pointer;background:#f5f6f3;border:1px solid #e3e6df;border-radius:16px;align-items:center;gap:5px;height:32px;padding:0 12px;font-size:12px;display:inline-flex}.customer-detail__actions button:hover{background:#fafbf8}.customer-detail__actions button.is-danger{color:#a34840;background:#fff0ed;border-color:#f0d4cf}.customer-detail__actions button.is-danger:hover{background:#ffe8e4}.customer-detail__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;padding-top:8px;display:grid}.customer-detail__fields>div{border-bottom:1px solid #f0f2ec;grid-template-columns:88px 1fr;gap:12px;padding:14px 0;display:grid}.customer-detail__fields>div.is-wide{grid-column:1/-1}.customer-detail__fields>div:nth-last-child(-n+2):not(.is-wide){border-bottom:0}.customer-detail__fields dt{color:#9ba097;font-size:12px;font-weight:650}.customer-detail__fields dd{color:#2d3727;white-space:pre-wrap;word-break:break-word;margin:0;font-size:13px;line-height:1.5}.customer-doc-grid__empty{color:#9ba097;text-align:center;background:#fff;border:1px solid #e6e9e2;border-radius:13px;margin-top:8px;padding:48px 20px;font-size:12px}.customer-doc-card{min-height:220px;position:relative}.customer-doc-card--add{color:#8d9289;cursor:pointer;background:#fff;border:1px dashed #d8dcd4;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:220px;padding:20px;transition:background .1s,border-color .1s,color .1s;display:flex}.customer-doc-card--add:hover{color:#50564d;background:#fafbf8;border-color:#b8bdb5}.customer-doc-card--add:focus-visible{outline-offset:2px;outline:2px solid #1a1f17}.customer-doc-card__plus{color:#757b71;background:#f6f7f4;border:1px solid #e6e9e2;border-radius:4px;place-items:center;width:52px;height:52px;display:grid}.customer-doc-card--add:hover .customer-doc-card__plus{color:#2d3727;background:#f0f2ec}.customer-doc-card__add-label{font-size:12px;font-weight:650}.customer-doc-card__main{text-align:left;cursor:pointer;background:#fff;border:1px solid #e6e9e2;border-radius:4px;flex-direction:column;width:100%;min-height:220px;padding:0;transition:background .1s,border-color .1s;display:flex}.customer-doc-card__main:hover{background:#fafbf8;border-color:#d4d8d0}.customer-doc-card__main:focus-visible{outline-offset:2px;outline:2px solid #1a1f17}.customer-doc-card__sheet{flex-direction:column;gap:5px;padding:14px 16px 0;display:flex}.customer-doc-card__sheet span{background:#ecefe8;border-radius:2px;height:3px;display:block}.customer-doc-card__sheet span:first-child{width:38%}.customer-doc-card__sheet span:nth-child(2){width:72%}.customer-doc-card__sheet span:nth-child(3){width:54%}.customer-doc-card__body{flex-direction:column;flex:1;gap:6px;padding:12px 16px 16px;display:flex;position:relative}.customer-doc-card__photo{object-fit:cover;border:1px solid #e6e9e2;border-radius:2px;width:40px;height:52px;position:absolute;top:0;right:0}.customer-doc-card__body strong{color:#2d3727;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.35;overflow:hidden}.customer-doc-card__body>p{color:#757b71;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11px;overflow:hidden}.customer-doc-card__body dl{border-top:1px solid #edf0ea;margin:auto 0 0;padding-top:10px}.customer-doc-card__body dl>div{grid-template-columns:52px 1fr;gap:6px;padding:4px 0;display:grid}.customer-doc-card__body dt{color:#9ba097;font-size:12px}.customer-doc-card__body dd{color:#50564d;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11px;overflow:hidden}.customer-doc-card__delete{color:#757b71;opacity:0;cursor:pointer;background:#fff;border:1px solid #e6e9e2;border-radius:4px;place-items:center;width:26px;height:26px;transition:opacity .1s,color .1s,background .1s;display:grid;position:absolute;top:8px;right:8px}.customer-doc-card:hover .customer-doc-card__delete,.customer-doc-card__delete:focus-visible{opacity:1}.customer-doc-card__delete:hover{color:#a34840;background:#fff0ed;border-color:#f0d4cf}.customer-doc-modal{z-index:50;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.customer-doc-modal__backdrop{cursor:pointer;background:#1417137a;border:0;position:absolute;inset:0}.customer-doc-editor{z-index:1;width:min(640px,100%);max-height:calc(100vh - 40px);position:relative}.customer-doc-editor__close{z-index:2;color:#7b8178;cursor:pointer;background:0 0;border:0;place-items:center;width:28px;height:28px;font-size:22px;line-height:1;display:grid;position:absolute;top:12px;left:12px;right:auto}.customer-doc-editor__close:hover{color:#2d3727}.customer-doc-editor__sheet{background:#fff;border:1px solid #e6e9e2;border-radius:4px;flex-direction:column;width:100%;min-height:520px;max-height:calc(100vh - 40px);padding:0 0 24px;display:flex;overflow:hidden;box-shadow:0 18px 60px #00000029}.customer-doc-editor__head{border-bottom:1px solid #edf0ea;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 32px 16px;display:flex}.customer-doc-editor__head-text{flex:1;min-width:0}.customer-doc-editor__head-text span{color:#9ba097;letter-spacing:.06em;font-size:11px;font-weight:650}.customer-doc-editor__head-text h2{color:#2d3727;margin:6px 0 0;font-size:20px;font-weight:650;line-height:1.3}.customer-doc-editor__photo{cursor:pointer;background:#fff;border:1px dashed #d8dcd4;border-radius:3px;flex-shrink:0;place-items:center;width:76px;height:96px;padding:0;transition:background .1s,border-color .1s;display:grid;overflow:hidden}.customer-doc-editor__photo:hover{background:#fafbf8;border-color:#b8bdb5}.customer-doc-editor__photo:focus-visible{outline-offset:2px;outline:2px solid #1a1f17}.customer-doc-editor__photo img{object-fit:cover;width:100%;height:100%}.customer-doc-editor__photo-plus{color:#8d9289;background:#f6f7f4;place-items:center;width:100%;height:100%;display:grid}.customer-doc-editor__photo:hover .customer-doc-editor__photo-plus{color:#50564d;background:#f0f2ec}.customer-doc-editor__fields{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px;padding:24px 32px;display:grid;overflow-y:auto}.customer-doc-editor__field{flex-direction:column;gap:6px;display:flex}.customer-doc-editor__field.is-wide{grid-column:1/-1}.customer-doc-editor__field>span{color:#757b71;font-size:11px;font-weight:650}.customer-doc-editor__field input,.customer-doc-editor__field select,.customer-doc-editor__field textarea{color:#2d3727;background:0 0;border:0;border-bottom:1px solid #dfe3db;border-radius:0;outline:none;width:100%;padding:6px 0 8px;font-size:13px;transition:border-color .1s}.customer-doc-editor__field select{appearance:none;cursor:pointer;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6.2 8 10l4-3.8' stroke='%238a9086' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 2px center;background-repeat:no-repeat;background-size:14px 14px;min-height:32px;padding-right:22px}.customer-doc-editor__field select::-ms-expand{display:none}.customer-doc-editor__field textarea{resize:vertical;min-height:72px;padding-top:4px;line-height:1.55}.customer-doc-editor__field input::placeholder,.customer-doc-editor__field textarea::placeholder{color:#c4c9c0}.customer-doc-editor__field input:focus,.customer-doc-editor__field select:focus,.customer-doc-editor__field textarea:focus{border-bottom-color:#2d3727}.customer-doc-editor__foot{border-top:1px solid #edf0ea;justify-content:flex-end;gap:8px;margin-top:auto;padding:16px 32px 0;display:flex}.customer-doc-editor__foot button{color:#555b52;cursor:pointer;background:#f5f6f3;border:0;border-radius:17px;height:34px;padding:0 16px;font-size:12px}.customer-doc-editor__foot button.primary{color:#263116;background:var(--lime);font-weight:650}.customer-doc-editor__foot button.primary:disabled{opacity:.6;cursor:not-allowed}.record-modal{z-index:50;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.record-modal__backdrop{background:#1417137a;border:0;position:absolute;inset:0}.record-form{z-index:1;background:#fff;border-radius:17px;flex-direction:column;width:min(660px,100%);max-height:calc(100vh - 40px);display:flex;position:relative;overflow:hidden;box-shadow:0 18px 60px #0003}.record-form>header,.record-form>footer{align-items:center;min-height:54px;padding:0 20px;display:flex}.record-form>header{border-bottom:1px solid #ecefe8;justify-content:space-between}.record-form>header strong{font-size:16px}.record-form>header button{color:#7b8178;background:0 0;border:0;font-size:24px}.record-form__body{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px;display:grid;overflow-y:auto}.record-form__body label{color:#60665d;flex-direction:column;gap:6px;font-size:12px;display:flex}.record-form__body label.is-wide{grid-column:1/-1}.record-form__body input:not([type=checkbox]),.record-form__body select,.record-form__body textarea{color:#333832;background:#fafbf8;border:1px solid #e1e5dc;border-radius:8px;outline:0;width:100%;min-height:36px;padding:8px 10px;font-size:13px;transition:border-color .12s,box-shadow .12s}.record-form__body select{appearance:none;cursor:pointer;background-color:#fafbf8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6.2 8 10l4-3.8' stroke='%238a9086' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:14px 14px;padding-right:32px}.record-form__body select::-ms-expand{display:none}.record-form__body input:not([type=checkbox]):focus,.record-form__body select:focus,.record-form__body textarea:focus{border-color:#c5d86a;box-shadow:0 0 0 3px #c8f94338}.record-form__body textarea{resize:vertical;min-height:76px}.source-channel-input{width:100%;position:relative}.source-channel-input input::-webkit-calendar-picker-indicator{display:none}.source-channel-input input::-webkit-list-button{display:none}.source-channel-input__list{z-index:80;background:#fff;border:1px solid #e3e6df;border-radius:10px;max-height:240px;margin:0;padding:4px;list-style:none;position:fixed;overflow-y:auto;box-shadow:0 8px 24px #191f161f}.source-channel-input__list li{margin:0}.source-channel-input__option{color:#50564d;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;width:100%;min-height:34px;padding:0 10px;font-size:13px;display:flex}.source-channel-input__option:hover,.source-channel-input__option.is-active{color:#2d3727;background:#f3f6e8}.source-channel-input__option.is-custom{color:#6b735f;font-size:12px}.comm-compose__template select{color:#333832;background:#fafbf8;border:1px solid #e1e5dc;border-radius:8px;outline:0;width:100%;min-height:36px;padding:8px 10px;font-size:13px}.comm-compose__template-hint{color:#92978e;margin-top:2px;font-size:11px}.record-form>footer{border-top:1px solid #ecefe8;justify-content:flex-end;gap:8px}.record-form>footer button{color:#555b52;background:#f5f6f3;border:0;border-radius:17px;height:34px;padding:0 16px;font-size:12px}.record-form>footer button.primary{color:#263116;background:var(--lime);font-weight:650}.record-form>footer button.order-form__delete{color:#8f4f49;background:#8f4f4914;width:34px;min-width:34px;padding:0}.record-form>footer button.order-form__delete:hover{background:#8f4f4929}.record-form--compact{width:min(420px,100%)}.record-form--compact .record-form__body{grid-template-columns:1fr}.comm-center__template-editor{background:#fff;border:1px solid #e6e9e2;border-radius:16px;flex-direction:column;flex:1;width:min(860px,100%);display:flex;overflow:hidden;box-shadow:0 8px 24px #1b23160a}.comm-center__template-editor-head{border-bottom:1px solid #eef1ea;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;display:flex}.comm-center__template-editor-head .primary{color:#263116;background:var(--lime);border:0;border-radius:17px;flex-shrink:0;height:34px;padding:0 16px;font-size:12px;font-weight:650}.comm-center__template-editor-body{flex-direction:column;flex:1;gap:14px;min-height:420px;padding:20px 24px 24px;display:flex}.comm-center__template-editor-body .comm-center__template-editor-subject{flex-direction:column;gap:6px;display:flex}.comm-center__template-editor-body .comm-center__template-editor-subject span{color:#92978e;font-size:12px}.comm-center__template-editor-body .comm-center__template-editor-subject input{color:#333832;background:#fafbf8;border:1px solid #e1e5dc;border-radius:8px;outline:0;width:100%;min-height:38px;padding:8px 12px;font-size:14px}.comm-center__template-editor-head span{color:#92978e;font-size:12px;display:block}.comm-center__template-editor-head h2{color:#1c1f1a;margin:4px 0 0;font-size:16px}.comm-center__template-editor-content{color:#333832;resize:none;background:#fff;border:0;outline:0;flex:1;width:100%;min-height:360px;padding:20px 22px;font-size:16px;line-height:1.8}.comm-center__template-editor-content::placeholder{color:#b8bcb5}.workflow-page{flex-direction:column;gap:14px;display:flex}.workflow-card{background:#fff;border:1px solid #e6e9e2;border-radius:16px;overflow:hidden}.workflow-card__head{border-bottom:1px solid #edf0ea;align-items:center;gap:8px;padding:14px 16px 10px;display:flex}.workflow-card__head--split{justify-content:space-between}.workflow-card__title{align-items:center;gap:8px;display:flex}.workflow-card__head strong{font-size:13px;font-weight:700}.workflow-card__body{padding:12px 16px 16px}.workflow-card__body--flush{padding:0}.workflow-card__hint{color:#92978f;margin:10px 0 0;font-size:11px}.workflow-badge{color:#50564d;background:#fafbf8;border:1px solid #e3e6df;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:650}.workflow-stages{align-items:stretch;gap:4px;padding-bottom:4px;display:flex;overflow-x:auto}.workflow-stage-wrap{flex:1;align-items:stretch;min-width:88px;display:flex}.workflow-stage{text-align:center;background:#fafbf8;border:1px solid #e3e6df;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:6px;padding:10px 8px;transition:border-color .15s,background .15s;display:flex}.workflow-stage:hover{background:#c8f94314;border-color:#baf32f73}.workflow-stage.is-active{background:#c8f94329;border-color:#baf32fa6}.workflow-stage__bar{background:var(--lime);border-radius:8px 8px 0 0;width:100%}.workflow-stage strong{font-variant-numeric:tabular-nums;font-size:16px;line-height:1}.workflow-stage span{color:#6f756c;font-size:11px;line-height:1.35}.workflow-stage__arrow{color:#c5c9c0;flex-shrink:0;align-self:center;margin:0 2px}.workflow-empty{color:#92978f;text-align:center;padding:40px 16px;font-size:12px}.workflow-table-wrap{overflow-x:auto}.workflow-table{border-collapse:collapse;width:100%;font-size:12px}.workflow-table thead tr{background:#f7f8f4;border-bottom:1px solid #edf0ea}.workflow-table th{color:#92978f;text-align:left;white-space:nowrap;padding:10px 14px;font-size:11px;font-weight:650}.workflow-table td{color:#50564d;white-space:nowrap;border-bottom:1px solid #f0f2ec;padding:10px 14px}.workflow-table tbody tr:last-child td{border-bottom:none}.workflow-table__row{cursor:pointer;transition:background .15s}.workflow-table__row:hover{background:#c8f94314}.workflow-table td strong{color:#3a4037;font-size:12px;font-weight:650}.workflow-type-badge{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:999px;padding:2px 8px;font-size:11px;display:inline-block}.workflow-days{color:#92978f;align-items:center;gap:4px;display:inline-flex}.workflow-days.is-overdue{color:#b54a4a;font-weight:650}@media (width<=960px){.workflow-stage-wrap{min-width:76px}.workflow-stage strong{font-size:14px}}.content:has(.comm-center){max-width:none;height:100%;min-height:0;padding:0;overflow:hidden}.comm-center{background:var(--canvas);height:100%;min-height:560px;display:flex;overflow:hidden}.comm-center__sidebar{background:#fff;border-right:1px solid #e6e9e2;flex-direction:column;flex-shrink:0;width:320px;display:flex}.comm-center__sidebar-head{border-bottom:1px solid #eef1ea;flex-shrink:0;padding:16px}.comm-center__sidebar-title{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.comm-center__sidebar-title strong{color:#1c1f1a;font-size:15px}.comm-center__sidebar-title span{color:#92978e;font-size:12px}.comm-center__template-item.is-active{border-left:3px solid var(--lime-strong);background:#f4fbe4;padding-left:11px}.comm-center__template-section{color:#92978e;letter-spacing:.4px;background:#fafbf8;border-top:1px solid #eef1ea;border-bottom:1px solid #eef1ea;padding:10px 14px 6px;font-size:11px;font-weight:650}.comm-center__template-preview-subject{border-bottom:1px solid #eef1ea;padding:0 28px 18px}.comm-center__template-preview-subject span{color:#92978e;margin-bottom:6px;font-size:12px;display:block}.comm-center__template-preview-subject p{color:#333832;margin:0;font-size:14px;line-height:1.6}.comm-center__main{flex-direction:column;flex:1;align-items:center;min-width:0;padding:28px 32px;display:flex;overflow-y:auto}.comm-center__error{width:min(860px,100%);margin-bottom:12px}.comm-center__notice{color:#4a5a2f;background:#f4fbe4;border:1px solid #dfebc0;border-radius:8px;width:min(860px,100%);margin-bottom:12px;padding:9px 12px;font-size:12px}.comm-center__search{color:#8d9289;background:#fafbf8;border:1px solid #e5e8e1;border-radius:18px;align-items:center;gap:8px;width:100%;height:38px;padding:0 14px;display:flex}.comm-center__search input{background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px}.comm-center__filters{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.comm-center__filter{color:#6b7267;background:#f5f6f3;border:1px solid #0000;border-radius:13px;height:26px;padding:0 10px;font-size:11px;font-weight:600}.comm-center__filter:hover{background:#eef1ea}.comm-center__filter.is-active{color:#263116;background:#f4fbe4;border-color:#d7e5a8}.comm-center__actions{gap:8px;margin-top:12px;display:flex}.comm-center__action{color:#555b51;background:#fff;border:1px solid #e3e6df;border-radius:17px;flex:1;justify-content:center;align-items:center;gap:6px;height:34px;font-size:12px;font-weight:600;display:inline-flex}.comm-center__action:hover{background:#fafbf8}.comm-center__action:disabled{opacity:.55;cursor:not-allowed}.comm-center__action--primary{color:#263116;background:var(--lime);border-color:var(--lime)}.comm-center__action--primary:hover{background:var(--lime-strong)}.comm-center__action .is-spinning,.comm-center__detail-action .is-spinning{animation:.9s linear infinite comm-spin}@keyframes comm-spin{to{transform:rotate(360deg)}}.comm-center__list{flex:1;overflow-y:auto}.comm-center__list-sync{color:var(--muted-foreground,#6b7166);background:#f7f8f5;border-bottom:1px solid #eef1ea;padding:8px 14px;font-size:12px}.comm-center__item{text-align:left;background:#fff;border:0;border-bottom:1px solid #eef1ea;gap:12px;width:100%;padding:16px 14px;transition:background .15s;display:flex}.comm-center__item:last-child{border-bottom:0}.comm-center__item:hover{background:#fafbf8}.comm-center__item.is-active{border-left:3px solid var(--lime-strong);background:#fffbe6;padding-left:11px}.comm-center__item.is-unread strong{color:#1a1f17}.comm-center__item-icon{color:#4f5a52;background:#f3f5f0;border-radius:12px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.comm-center__item-icon--email{color:#4a5568;background:#eef1f6}.comm-center__item-icon--whatsapp{color:#1f7a4f;background:#e8f7ef}.comm-center__item-icon--linkedin{color:#0a66c2;background:#e8f1fb}.comm-center__item-icon--wechat{color:#2f6f4e;background:#eaf6ef}.comm-center__item-body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.comm-center__item-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.comm-center__item-head strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.comm-center__item-head time{color:#9aa095;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:11px}.comm-center__item-preview{text-overflow:ellipsis;white-space:nowrap;color:#7d8279;font-size:12px;overflow:hidden}.comm-center__item-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px;display:flex}.comm-center__tag{color:#61675e;background:#f5f6f3;border:1px solid #e8ebe4;border-radius:999px;align-items:center;height:18px;padding:0 8px;font-size:11px;display:inline-flex}.comm-center__status{color:#8b9085;align-items:center;gap:4px;font-size:11px;display:inline-flex}.comm-center__detail{background:#fff;border:1px solid #e6e9e2;border-radius:16px;flex-direction:column;width:min(860px,100%);display:flex;overflow:hidden;box-shadow:0 8px 24px #1b23160a}.comm-center__detail-head{align-items:flex-start;gap:12px;padding:24px 28px 16px;display:flex}.comm-center__detail-icon{color:#5a6259;background:#f3f5f0;border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.comm-center__detail-title{flex:1;min-width:0}.comm-center__detail-title h2{color:#1c1f1a;margin:0;font-size:16px;line-height:1.45}.comm-center__detail-title p{color:#8b9085;margin:6px 0 0;font-size:12px}.comm-center__detail-toolbar{border-bottom:1px solid #eef1ea;align-items:center;gap:8px;padding:0 28px 16px;display:flex}.comm-center__detail-action{color:#555b51;background:#fafbf8;border:1px solid #e3e6df;border-radius:15px;align-items:center;gap:6px;height:30px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.comm-center__detail-action:hover:not(:disabled){background:#f3f5f0}.comm-center__detail-action.is-active{color:#263116;background:#f4fbe4;border-color:#dfebc0}.comm-center__detail-action:disabled{opacity:.55;cursor:not-allowed}.comm-center__detail-body{color:#333832;padding:28px;font-size:15px;line-height:1.8}.comm-center__detail-body p{margin:0 0 12px}.comm-center__muted{color:#6b7168;margin:0;font-size:14px}.comm-center__detail-translation{color:#3f453c;background:#fafcf5;border-top:1px solid #e8edd8;padding:20px 28px 28px;font-size:15px;line-height:1.8}.comm-center__detail-translation strong{color:#5a6259;letter-spacing:.4px;margin-bottom:12px;font-size:12px;font-weight:650;display:block}.comm-center__detail-translation p{margin:0 0 12px}.comm-center__empty{color:#9ba097;text-align:center;padding:56px 20px;font-size:13px}.comm-center__empty--detail{background:#fff;border:1px dashed #e0e4dc;border-radius:16px;flex:1;place-items:center;width:min(860px,100%);display:grid}@media (width<=900px){.comm-center{height:auto;min-height:calc(100vh - var(--app-header-h));flex-direction:column}.comm-center__sidebar{border-bottom:1px solid #e6e9e2;border-right:0;width:100%;max-height:340px}.comm-center__actions{flex-direction:column}.comm-center__main{padding:16px}}@media (width<=1000px){.order-page__stats{grid-template-columns:repeat(3,1fr)}.dashboard-overview__profile{width:220px}.dashboard-overview__avatar{font-size:56px}.board{grid-template-columns:repeat(5,160px);overflow-x:auto}.global-search{width:230px}.market-map-layout{grid-template-columns:minmax(0,1fr) 220px}.market-map-stats>div{min-width:66px}}@media (width<=720px){.app-header__nav{height:auto;min-height:var(--app-header-nav-h);flex-wrap:wrap;gap:8px;padding:8px 12px}.brand{padding-right:0}.workspace{flex-direction:column}.app-sidebar{border-right:0;border-bottom:1px solid var(--line);width:100%;height:auto;overflow:auto hidden}.sidenav{flex-flow:row;gap:8px;padding:8px 10px}.sidenav__group{border-bottom:0;border-right:1px solid var(--line);flex-direction:row;flex-shrink:0;align-items:center;gap:4px;margin-bottom:0;padding-bottom:0;padding-right:8px}.sidenav__group:last-child{border-right:0}.sidenav__label{padding:0 6px 0 2px;font-size:11px}.sidenav__item{gap:6px;padding:6px 8px;font-size:12px}.app-header__tools{margin-left:auto}.global-search,.user>div,.user-menu__chevron-btn{display:none}.global-search{width:auto}.content{padding:20px 14px}.content:has(.resource-page--market){padding:0}.resource-page--market{height:calc(100vh - var(--app-header-h));min-height:580px}.market-heat-legend{top:18px;left:15px;right:15px}.market-country-search{width:auto;top:67px;left:15px;right:15px}.market-flat-map__canvas svg{min-width:760px;transform:translate(-7%)}.market-map-detail-panel{width:auto;max-height:220px;bottom:15px;left:15px;right:15px}.market-resource-error{top:114px;left:15px}.order-page__stats{grid-template-columns:repeat(2,1fr)}.toolbar{flex-direction:column;align-items:stretch;gap:12px;height:auto;margin:18px 0}.order-search{width:100%}.toolbar__actions{justify-content:flex-end}.dashboard-overview{flex-direction:column;gap:20px}.dashboard-overview__profile{flex-direction:column;align-items:flex-start;width:100%}.dashboard-overview__avatar{aspect-ratio:1;width:120px;max-width:120px;font-size:40px}.dashboard-overview__profile strong{margin-top:6px;font-size:20px}.dashboard-overview__profile small{font-size:16px}.dashboard-overview__main{grid-template-columns:1fr}.market-map-card__header{flex-direction:column;align-items:flex-start;gap:12px}.market-map-stats{width:100%}.market-map-stats>div{flex:1}.market-map-toolbar{flex-direction:column;align-items:stretch}.market-map-toolbar>label{width:100%}.market-map-legend{justify-content:flex-start}.market-map-layout{grid-template-columns:1fr}.market-map-canvas{height:330px}.market-map-detail{border-top:1px solid #e6eae1;border-left:0;min-height:210px}.resource-table{overflow-x:auto}.resource-table__head,.resource-table__row{min-width:760px}.record-form__body{grid-template-columns:1fr}.record-form__body label.is-wide{grid-column:auto}.customer-doc-editor__fields{grid-template-columns:1fr}.customer-doc-editor__field.is-wide{grid-column:auto}.customer-split{grid-template-columns:1fr;min-height:auto}.customer-split__sidebar{border-bottom:1px solid #e6e9e2;border-right:0;max-height:280px}.customer-detail__fields{grid-template-columns:1fr}.customer-detail__fields>div.is-wide{grid-column:auto}.customer-detail__head{flex-wrap:wrap}.customer-detail__actions{width:100%}}.quote-page{flex-direction:column;gap:12px;display:flex;position:relative}.quote-page__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:12px;display:grid}.quote-page__grid>.quote-card{flex-direction:column;height:100%;min-height:0;display:flex}.quote-page__grid>.quote-card>.quote-card__body{flex:auto}.quote-card--preview .quote-preview,.quote-card--preview .quote-preview-editor{flex:auto;min-height:0;overflow:auto}.quote-toolbar{background:#fff;border:1px solid #e6e9e2;border-radius:16px;flex-wrap:wrap;align-items:flex-end;gap:10px 12px;padding:12px 14px;display:flex}.quote-toolbar__fields{flex-wrap:wrap;flex:520px;align-items:flex-end;gap:10px 12px;display:flex}.quote-toolbar__field{flex-direction:column;gap:5px;min-width:110px;display:flex}.quote-toolbar__field--grow{flex:180px;min-width:160px}.quote-toolbar__field>span{color:#6f756c;font-size:11px;font-weight:650}.quote-toolbar__field input,.quote-toolbar__field select{color:#3a4037;background:#fafbf8;border:1px solid #e3e6df;border-radius:12px;outline:none;height:34px;padding:0 12px;font-size:12px}.quote-toolbar__field input:focus,.quote-toolbar__field select:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.quote-toolbar__actions{flex-wrap:wrap;gap:6px;margin-left:auto;display:flex}.quote-toolbar__actions button{color:#50564d;white-space:nowrap;background:#fff;border:1px solid #e3e6df;border-radius:12px;justify-content:center;align-items:center;gap:5px;height:34px;padding:0 12px;font-size:11px;font-weight:650;display:inline-flex}.quote-toolbar__actions button.is-primary{color:#273217;background:var(--lime);border-color:var(--lime)}.quote-page__main{flex-direction:column;gap:16px;display:flex}.quote-page__auxiliary{flex-direction:column;gap:12px;display:flex}.quote-page__preview{flex-direction:column;min-height:0;display:flex}.quote-page__empty{color:#8a9086;text-align:center;background:#fff;border:1px solid #e6e9e2;border-radius:13px;padding:32px;font-size:13px}.quote-page__empty--inline{background:#f7f8f4;border-radius:12px;padding:24px 16px}.quote-card{background:#fff;border:1px solid #e6e9e2;border-radius:16px;overflow:hidden}.quote-card--tiers{background:#c8f94314;border-color:#c8f94359}.quote-card--preview{flex-direction:column;height:100%;min-height:0;display:flex}.quote-card__head{border-bottom:1px solid #edf0ea;align-items:center;gap:8px;padding:14px 16px 10px;display:flex}.quote-card__head--split{justify-content:space-between;align-items:flex-start;gap:12px}.quote-card__head strong{font-size:13px;font-weight:700}.quote-card__head small{color:#92978f;margin-top:3px;font-size:11px;display:block}.quote-card__body{flex-direction:column;gap:12px;min-height:0;padding:12px 16px 16px;display:flex;overflow-y:auto}.quote-card__body--compact{gap:8px;padding-top:8px}.quote-preview-tabs{background:#f3f4f1;border:1px solid #e6e9e2;border-radius:999px;flex-shrink:0;gap:4px;padding:3px;display:inline-flex}.quote-preview-tabs button{color:#6f756c;background:0 0;border:none;border-radius:999px;height:26px;padding:0 10px;font-size:11px;font-weight:650}.quote-preview-tabs button.is-active{color:#273217;background:#fff;box-shadow:0 1px 3px #1c1f1a14}.quote-accordion{background:#fafbf8;border:1px solid #edf0ea;border-radius:12px;overflow:hidden}.quote-accordion__trigger{color:#3a4037;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:10px 12px;font-size:12px;font-weight:700;display:flex}.quote-accordion__trigger:hover{background:#f3f4f1}.quote-accordion__chevron{color:#92978f;flex-shrink:0;transition:transform .15s}.quote-accordion.is-open .quote-accordion__chevron{transform:rotate(180deg)}.quote-accordion__body{flex-direction:column;gap:10px;padding:0 12px 12px;display:flex}.quote-accordion .quote-config{border-top:none;padding-top:0}.quote-field{flex-direction:column;gap:6px;display:flex}.quote-field>span{color:#6f756c;font-size:11px;font-weight:650}.quote-field input,.quote-field select,.quote-config__item select{color:#3a4037;background:#fafbf8;border:1px solid #e3e6df;border-radius:12px;outline:none;height:34px;padding:0 12px;font-size:12px}.quote-field input:focus,.quote-field select:focus,.quote-config__item select:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.quote-field__hint{color:#92978f;margin:0;font-size:11px}.quote-qty{align-items:center;gap:6px;display:flex}.quote-qty button{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.quote-qty input{text-align:center;width:72px}.quote-qty small{color:#92978f;font-size:11px}.quote-qty--compact input{width:56px}.quote-qty--preview{align-items:center;gap:4px;display:inline-flex}.quote-qty--preview button{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:8px;place-items:center;width:26px;height:26px;display:grid}.quote-qty--preview input{text-align:center;color:#3a4037;background:#fff;border:1px solid #e3e6df;border-radius:8px;width:48px;height:26px;padding:0 4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.quote-qty--preview span{color:#92978f;font-size:12px}.quote-currency{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.quote-currency--compact{grid-template-columns:repeat(4,minmax(42px,1fr))}.quote-currency--compact button{height:34px;padding:0}.quote-currency button{color:#555b51;background:#fff;border:1px solid #e3e6df;border-radius:12px;height:30px;font-size:11px;font-weight:650}.quote-currency button.is-active{color:#273217;background:var(--lime);border-color:var(--lime)}.quote-config{border-top:1px solid #edf0ea;flex-direction:column;gap:10px;padding-top:10px;display:flex}.quote-config__title{color:#6f756c;font-size:11px;font-weight:650}.quote-config__item{flex-direction:column;gap:5px;display:flex}.quote-config__label{justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.quote-config__label small{color:#92978f;font-size:11px}.quote-section{border-top:1px solid #edf0ea;flex-direction:column;gap:10px;padding-top:10px;display:flex}.quote-section:first-child{border-top:none;padding-top:0}.quote-section__heading{color:#3a4037;letter-spacing:.02em;margin:0;font-size:12px;font-weight:700}.quote-section__body{flex-direction:column;gap:10px;display:flex}.quote-section__title-input{letter-spacing:.03em;text-transform:uppercase;font-weight:650}.quote-field--readonly .quote-readonly{color:#6f756c;font-variant-numeric:tabular-nums;background:#f3f4f1;border:1px solid #e8ebe4;border-radius:12px;align-items:center;height:34px;padding:0 12px;font-size:12px;display:flex}.quote-custom-lines,.quote-terms{flex-direction:column;gap:6px;display:flex}.quote-custom-lines__head{justify-content:space-between;align-items:center;gap:8px;display:flex}.quote-custom-lines__head>span{color:#6f756c;font-size:11px;font-weight:650}.quote-inline-btn{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:999px;align-items:center;gap:4px;height:26px;padding:0 8px;font-size:11px;font-weight:650;display:inline-flex}.quote-inline-btn:hover{background:#f7f8f4;border-color:#d5dacf}.quote-custom-row,.quote-terms-line{grid-template-columns:1fr 1fr auto;align-items:center;gap:6px;display:grid}.quote-custom-row--param{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr) auto}.quote-custom-row--option{grid-template-columns:minmax(0,1.4fr) minmax(72px,.7fr) auto}.quote-custom-row select{color:#3a4037;background:#fafbf8;border:1px solid #e3e6df;border-radius:10px;outline:none;height:32px;padding:0 10px;font-size:12px}.quote-custom-row select:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.quote-config-group{background:#f7f8f4;border:1px solid #edf0ea;border-radius:12px;flex-direction:column;gap:6px;padding:10px;display:flex}.quote-config-options{flex-direction:column;gap:6px;padding-left:2px;display:flex}.quote-terms-line{grid-template-columns:1fr auto}.quote-custom-row input,.quote-terms-line input{color:#3a4037;background:#fafbf8;border:1px solid #e3e6df;border-radius:10px;outline:none;height:32px;padding:0 10px;font-size:12px}.quote-custom-row input:focus,.quote-terms-line input:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.quote-icon-btn{color:#7a8077;background:#fff;border:1px solid #e3e6df;border-radius:10px;place-items:center;width:32px;height:32px;display:grid}.quote-icon-btn:hover:not(:disabled){color:#5c2a2a;background:#fff5f5;border-color:#e8caca}.quote-icon-btn:disabled{opacity:.35;cursor:not-allowed}.quote-price-summary{background:#f7f8f4;border:1px solid #e6e9e2;border-radius:12px;grid-template-columns:1fr 1fr;gap:8px;padding:10px;display:grid}.quote-price-summary__item{flex-direction:column;gap:4px;display:flex}.quote-price-summary__item span{color:#92978f;font-size:11px;font-weight:650}.quote-price-summary__item strong{color:#273217;font-variant-numeric:tabular-nums;font-size:14px}.quote-actions{gap:6px;padding-top:4px;display:flex}.quote-actions button{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:5px;height:32px;font-size:11px;font-weight:650;display:inline-flex}.quote-actions button.is-primary{color:#273217;background:var(--lime);border-color:var(--lime)}.quote-tiers{grid-template-columns:repeat(5,1fr);gap:6px;display:grid}.quote-tier{text-align:center;opacity:.65;background:#fff;border:1px solid #e3e6df;border-radius:12px;padding:8px 6px;transition:opacity .15s,border-color .15s,background .15s}.quote-tier.is-active{opacity:1;background:#c8f9432e;border-color:#baf32f8c}.quote-tier small{color:#92978f;font-size:12px;display:block}.quote-tier strong{font-variant-numeric:tabular-nums;margin-top:2px;font-size:14px;display:block}.quote-preview{color:#3a4037;white-space:pre-wrap;background:#f7f8f4;border:1px solid #e6e9e2;border-radius:12px;margin:0;padding:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.55;overflow-x:auto}.quote-preview-editor{color:#3a4037;background:#f7f8f4;border:1px solid #e6e9e2;border-radius:12px;flex-direction:column;gap:8px;padding:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.55;display:flex}.quote-preview-editor__rule{color:#92978f;white-space:nowrap;font-size:12px;overflow-x:auto}.quote-preview-editor__title{color:#3a4037;text-align:center;letter-spacing:.04em;background:0 0;border:1px dashed #0000;border-radius:8px;outline:none;width:100%;padding:4px 8px;font-family:inherit;font-size:13px;font-weight:700}.quote-preview-editor__section-title{color:#3a4037;letter-spacing:.03em;text-transform:uppercase;background:0 0;border:1px dashed #0000;border-radius:8px;outline:none;width:100%;padding:2px 8px;font-family:inherit;font-size:12px;font-weight:700}.quote-preview-editor__title:hover,.quote-preview-editor__title:focus,.quote-preview-editor__section-title:hover,.quote-preview-editor__section-title:focus{background:#fff;border-color:#d5dacf}.quote-preview-editor__title:focus,.quote-preview-editor__section-title:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.quote-preview-editor__meta{flex-direction:column;gap:6px;display:flex}.quote-preview-editor__readonly{color:#3a4037}.quote-preview-editor__inline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.quote-preview-editor__inline--qty{align-items:center}.quote-preview-editor__label{color:#3a4037;flex-shrink:0}.quote-preview-editor__inline input{color:#3a4037;background:#fff;border:1px solid #e3e6df;border-radius:8px;outline:none;flex:140px;min-width:100px;height:28px;padding:0 8px;font-family:inherit;font-size:12px}.quote-preview-editor__inline input:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.quote-preview-editor__inline--date{flex-wrap:wrap;align-items:center}.quote-preview-editor__date-fields{align-items:center;gap:4px;display:inline-flex}.quote-preview-editor__date-part{color:#3a4037;text-align:center;background:#fff;border:1px solid #e3e6df;border-radius:8px;outline:none;width:52px;height:28px;padding:0 6px;font-family:inherit;font-size:12px}.quote-preview-editor__date-part:first-child{width:58px}.quote-preview-editor__date-part:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.quote-preview-editor__date-sep{color:#92978f;font-size:12px}.quote-preview-editor__config{flex-direction:column;gap:6px;display:flex}.quote-preview-editor__config-row{grid-template-columns:auto minmax(72px,.9fr) auto minmax(96px,1.4fr) auto;align-items:center;gap:6px;display:grid}.quote-preview-editor__config-dash,.quote-preview-editor__config-colon{color:#3a4037;flex-shrink:0}.quote-preview-editor__config-key,.quote-preview-editor__config-value{color:#3a4037;background:#fff;border:1px solid #e3e6df;border-radius:8px;outline:none;min-width:0;height:28px;padding:0 8px;font-family:inherit;font-size:12px}.quote-preview-editor__config-key:focus,.quote-preview-editor__config-value:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.quote-preview-editor__config-line{padding-left:2px}.quote-preview-editor__price{flex-direction:column;gap:6px;padding-top:4px;display:flex}.quote-preview-editor__inline--price{align-items:center}.quote-preview-editor__currency{color:#3a4037;flex-shrink:0}.quote-preview-editor__price-input{color:#3a4037;font-variant-numeric:tabular-nums;appearance:textfield;background:#fff;border:1px solid #e3e6df;border-radius:8px;outline:none;width:120px;height:28px;padding:0 8px;font-family:inherit;font-size:12px}.quote-preview-editor__price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quote-preview-editor__price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quote-preview-editor__price-input:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.quote-preview-editor__terms{flex-direction:column;gap:6px;display:flex}.quote-preview-editor__term-row{grid-template-columns:1fr auto;align-items:center;gap:6px;display:grid}.quote-preview-editor__term-row input{color:#3a4037;background:#fff;border:1px solid #e3e6df;border-radius:8px;outline:none;height:28px;padding:0 8px;font-family:inherit;font-size:12px}.quote-preview-editor__term-row input:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.quote-preview-editor__hint{color:#92978f;margin:4px 0 0;font-family:inherit;font-size:11px}.quote-history{margin-top:4px}.quote-history--panel .quote-history__list{max-height:none}.quote-history h3{margin:0 0 8px;font-size:13px;font-weight:700}.quote-history__list{flex-direction:column;gap:6px;max-height:160px;display:flex;overflow-y:auto}.quote-history__item{background:#fafbf8;border:1px solid #e6e9e2;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;transition:border-color .15s,background .15s;display:flex}.quote-history__item:hover{background:#c8f94314;border-color:#baf32f66}.quote-history__item strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.quote-history__item small{color:#92978f;font-size:11px}.quote-history__item>span{color:#455e62;font-variant-numeric:tabular-nums;background:#fff;border:1px solid #e3e6df;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:11px}.quote-toast{z-index:50;top:calc(var(--app-header-h) + 12px);color:#273217;background:var(--lime);border-radius:12px;padding:10px 14px;font-size:12px;font-weight:650;animation:.2s quote-toast-in;position:fixed;right:20px;box-shadow:0 8px 24px #1c1f1a1f}.quote-toast--error{color:#5c2a2a;background:#ffd8d8}@keyframes quote-toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (width<=960px){.quote-page__grid{grid-template-columns:1fr}.quote-page__preview{overflow:visible}.quote-tiers{grid-template-columns:repeat(3,1fr)}.quote-toolbar__actions{width:100%;margin-left:0}.quote-toolbar__actions button{flex:1}.quote-card__head--split{flex-direction:column;align-items:stretch}}@media (width<=560px){.quote-tiers,.quote-currency,.quote-currency--compact{grid-template-columns:repeat(2,1fr)}.quote-actions{flex-direction:column}.quote-custom-row,.quote-price-summary{grid-template-columns:1fr}.quote-toolbar__fields{flex-direction:column;align-items:stretch}.quote-toolbar__field{width:100%;min-width:0}}.document-page{flex-direction:column;gap:14px;display:flex;position:relative}.document-page__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.document-page__head h1{color:#1a1a1a;margin:0;font-size:22px;font-weight:700}.document-page__head p{color:#737373;margin:4px 0 0;font-size:13px}.document-page__refresh{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:12px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:12px;font-weight:650;display:inline-flex}.document-page__refresh:hover{background:#1a1a1a0a}.document-page__tabs{background:#f3f4f0;border-radius:14px;gap:4px;width:fit-content;padding:4px;display:inline-flex}.document-page__tabs button{color:#6f756c;background:0 0;border:none;border-radius:10px;height:32px;padding:0 14px;font-size:12px;font-weight:650}.document-page__tabs button.is-active{color:#273217;background:#fff;box-shadow:0 1px 2px #1a1a1a0f}.document-page__state,.document-page__empty{color:#8a9086;text-align:center;background:#fff;border:1px solid #e6e9e2;border-radius:16px;padding:32px;font-size:13px}.document-page__hint{color:#8a9086;margin:0;font-size:12px;line-height:1.5}.document-page__panel{flex-direction:column;gap:14px;display:flex}.document-page__generate-grid{grid-template-columns:minmax(280px,340px) minmax(0,1fr);align-items:start;gap:14px;display:grid}.document-page__sidebar{flex-direction:column;gap:14px;display:flex}.document-page__logistics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.document-page__history-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.document-page__search{background:#fff;border:1px solid #e6e9e2;border-radius:12px;flex:280px;align-items:center;gap:8px;height:38px;padding:0 12px;display:flex}.document-page__search input{background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:13px}.document-page__history-toolbar select{color:#3a4037;background:#fff;border:1px solid #e6e9e2;border-radius:12px;min-width:140px;height:38px;padding:0 12px;font-size:12px}.document-page__badge{color:#50564d;white-space:nowrap;background:#f3f4f0;border:1px solid #e3e6df;border-radius:999px;align-items:center;height:20px;padding:0 8px;font-size:11px;font-weight:650;display:inline-flex}.document-card{background:#fff;border:1px solid #e6e9e2;border-radius:16px;overflow:hidden}.document-card--preview{min-height:100%}.document-card header{flex-direction:column;gap:4px;padding:16px 18px 0;display:flex}.document-card header strong{color:#1a1a1a;align-items:center;gap:6px;font-size:14px;display:inline-flex}.document-card header small{color:#8a9086;font-size:12px}.document-card__body{padding:14px 18px 18px}.document-card__body select,.document-track-form input{color:#3a4037;background:#fafbf8;border:1px solid #e3e6df;border-radius:12px;outline:none;width:100%;height:36px;padding:0 12px;font-size:12px}.document-card__preview-head{border-bottom:1px solid #eceee8;justify-content:space-between;flex-direction:row!important;align-items:center!important;padding-bottom:12px!important}.document-card__preview-actions{gap:8px;display:flex}.document-card__preview-actions button{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:10px;align-items:center;gap:5px;height:32px;padding:0 12px;font-size:11px;font-weight:650;display:inline-flex}.document-card__preview-actions button:disabled{opacity:.45;cursor:not-allowed}.document-calc{border-top:1px solid #eceee8;margin-top:12px;padding-top:12px}.document-calc__title{color:#1a1a1a;align-items:center;gap:6px;margin-bottom:10px;font-size:12px;font-weight:650;display:flex}.document-calc__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.document-calc__grid>div{background:#f7f8f4;border-radius:12px;padding:10px}.document-calc__grid>div.is-wide{grid-column:1/-1}.document-calc__grid span{color:#8a9086;font-size:11px;display:block}.document-calc__grid strong{color:#1a1a1a;font-variant-numeric:tabular-nums;margin-top:4px;font-size:13px;display:block}.document-template-list{flex-direction:column;gap:8px;display:flex}.document-template-item{color:#1a1a1a;text-align:left;background:#fff;border:1px solid #e6e9e2;border-radius:12px;align-items:center;gap:10px;width:100%;padding:12px 14px;font-size:13px;transition:background .12s,border-color .12s;display:flex}.document-template-item span{flex:1}.document-template-item svg:last-child{color:#8a9086}.document-template-item:hover:not(:disabled){background:#c8f94314;border-color:#c8f94359}.document-template-item:disabled{opacity:.45;cursor:not-allowed}.document-invoice-upload{flex-direction:column;min-height:280px;display:flex}.document-invoice-upload__add{flex:1;min-height:280px}.document-invoice-upload__preview{flex-direction:column;gap:12px;min-height:280px;display:flex}.document-invoice-upload__image{object-fit:contain;background:#f7f8f4;border:1px solid #eceee8;border-radius:12px;width:100%;max-height:420px}.document-invoice-upload__file{color:#737373;text-align:center;background:#f7f8f4;border:1px solid #eceee8;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;min-height:220px;padding:24px;display:flex}.document-invoice-upload__file strong{color:#1a1a1a;word-break:break-all;font-size:13px}.document-invoice-upload__file a{color:#50564d;font-size:12px;font-weight:650;text-decoration:underline}.document-invoice-upload__replace{min-height:96px}.document-preview{background:#f7f8f4;border:1px solid #eceee8;border-radius:14px;padding:18px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.document-preview__title{text-align:center;margin-bottom:18px}.document-preview__title strong{color:#1a1a1a;letter-spacing:.08em;font-size:16px;display:block}.document-preview__title span{color:#8a9086;margin-top:4px;font-size:11px;display:block}.document-preview__parties{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.document-preview__parties span,.document-preview__meta span{color:#8a9086;font-size:11px;display:block}.document-preview__parties strong,.document-preview__meta strong{color:#1a1a1a;margin-top:2px;font-size:12px;display:block}.document-preview__parties small{color:#8a9086;margin-top:2px;font-size:11px;display:block}.document-preview__meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.document-preview__table{border-collapse:collapse;width:100%;margin-bottom:12px}.document-preview__table th,.document-preview__table td{text-align:left;border-bottom:1px solid #e3e6df;padding:8px 6px}.document-preview__table th:last-child,.document-preview__table td:last-child,.document-preview__table th:nth-last-child(2),.document-preview__table td:nth-last-child(2),.document-preview__table th:nth-last-child(3),.document-preview__table td:nth-last-child(3){text-align:right}.document-preview__table th{color:#8a9086;font-weight:600}.document-preview__total{justify-content:flex-end;display:flex}.document-preview__total>div{width:180px}.document-preview__total div{justify-content:space-between;gap:12px;margin-top:4px;display:flex}.document-preview__footer{color:#8a9086;text-align:center;border-top:1px solid #e3e6df;margin:18px 0 0;padding-top:12px;font-size:11px}.document-track-form{gap:8px;display:flex}.document-track-form button{color:#273217;background:var(--lime);border:1px solid var(--lime);white-space:nowrap;border-radius:12px;height:36px;padding:0 14px;font-size:12px;font-weight:650}.document-track-result,.document-shipping-template{color:#1a1a1a;white-space:pre-wrap;background:#f7f8f4;border:1px solid #eceee8;border-radius:12px;margin:14px 0 0;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.6}.document-quick-track{border-top:1px solid #eceee8;margin-top:14px;padding-top:14px}.document-quick-track>strong{color:#1a1a1a;margin-bottom:10px;font-size:12px;display:block}.document-quick-track__list{flex-direction:column;gap:6px;display:flex}.document-quick-track__item{text-align:left;background:#fff;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:10px 12px;display:flex}.document-quick-track__item:hover{background:#c8f94314}.document-quick-track__item strong{color:#1a1a1a;font-size:12px;display:block}.document-quick-track__item small{color:#8a9086;margin-top:2px;font-size:11px;display:block}.document-history-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.document-history-card{background:#fff;border:1px solid #e6e9e2;border-radius:14px;flex-direction:column;gap:12px;padding:14px;transition:border-color .12s,background .12s;display:flex}.document-history-card:hover{background:#c8f9430a;border-color:#c8f94359}.document-history-card__head{gap:10px;min-width:0;display:flex}.document-history-card__icon{color:#737373;background:#f3f4f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.document-history-card__head strong{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.document-history-card__head small,.document-history-card__head p,.document-history-card__head time{color:#8a9086;margin-top:2px;font-size:11px;display:block}.document-history-card__export{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:10px;justify-content:center;align-items:center;gap:5px;height:32px;font-size:11px;font-weight:650;display:inline-flex}.document-toast{top:calc(var(--app-header-h) + 12px);z-index:40;color:#1a1a1a;background:#fff;border:1px solid #e6e9e2;border-radius:12px;max-width:320px;padding:10px 14px;font-size:13px;animation:.16s quote-toast-in;position:fixed;right:18px;box-shadow:0 8px 24px #1a1a1a14}.document-toast--success{border-color:#c8f94373}.document-toast--error{color:#8f4f49;border-color:#8f4f4959}@media (width<=1100px){.document-page__generate-grid,.document-page__logistics-grid,.document-history-grid{grid-template-columns:1fr}}@media (width<=720px){.document-preview__parties,.document-preview__meta{grid-template-columns:1fr 1fr}.document-page__head{flex-direction:column}}.sop-page,.sop-page__layout{flex-direction:column;gap:14px;display:flex}.sop-page__sidebar{flex-shrink:0}.sop-page__sidebar-card{background:#fff;border:1px solid #e6e9e2;border-radius:16px;padding:12px}.sop-page__sidebar-label{color:#92978f;letter-spacing:.06em;text-transform:uppercase;padding:4px 8px 8px;font-size:11px;font-weight:700}.sop-page__nav{flex-direction:column;gap:2px;display:flex}.sop-page__nav-item{color:#8a9086;text-align:left;background:0 0;border:none;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:13px;transition:background .12s,color .12s;display:flex}.sop-page__nav-item:hover{color:#3a4037;background:#c8f94314}.sop-page__nav-item.is-active{color:#273217;background:#c8f9432e;font-weight:650}.sop-page__nav-text{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;min-width:0;display:inline-flex;overflow:hidden}.sop-page__badge{color:#50564d;white-space:nowrap;background:#fafbf8;border:1px solid #e3e6df;border-radius:999px;align-items:center;height:20px;padding:0 8px;font-size:11px;font-weight:650;display:inline-flex}.sop-page__main{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.sop-page__toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.sop-page__toolbar h2{color:#1a1a1a;margin:0;font-size:15px;font-weight:700}.sop-page__toolbar h2 span{color:#92978f;margin-left:6px;font-size:13px;font-weight:500}.sop-page__list{flex-direction:column;gap:10px;display:flex}.sop-page__card{background:#fff;border:1px solid #e6e9e2;border-radius:14px;overflow:hidden}.sop-page__card-head{align-items:stretch;gap:4px;display:flex}.sop-page__card-toggle{min-width:0;color:inherit;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:10px;padding:14px 16px;transition:background .12s;display:flex}.sop-page__card-toggle:hover{background:#c8f9430f}.sop-page__chevron{color:#92978f;flex-shrink:0}.sop-page__card-title{flex-direction:column;gap:4px;min-width:0;display:flex}.sop-page__card-title strong{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;overflow:hidden}.sop-page__card-meta{align-items:center;gap:8px;display:flex}.sop-page__card-meta small{color:#92978f;font-size:11px}.sop-page__edit{color:#92978f;background:0 0;border:none;border-radius:10px;place-items:center;width:36px;margin:8px 8px 8px 0;transition:background .12s,color .12s;display:grid}.sop-page__edit:hover{color:#3a4037;background:#1a1a1a0a}.sop-page__card-body{flex-direction:column;gap:14px;padding:0 18px 18px;display:flex}.sop-page__section h3{color:#1a1a1a;align-items:center;gap:6px;margin:0 0 8px;font-size:12px;font-weight:700;display:inline-flex}.sop-page__section-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.sop-page__section-head h3{margin:0}.sop-page__section ol{color:#6f756c;margin:0;padding-left:18px;font-size:13px;line-height:1.6}.sop-page__section p{color:#6f756c;margin:0;font-size:13px;line-height:1.6}.sop-page__copy{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:10px;align-items:center;gap:4px;height:28px;padding:0 10px;font-size:11px;font-weight:650;display:inline-flex}.sop-page__copy:hover{background:#1a1a1a0a}.sop-page__script{color:#3a4037;white-space:pre-wrap;word-break:break-word;background:#f6f7f4;border:1px solid #e6e9e2;border-radius:12px;margin:0;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.65}.sop-page__tools{flex-wrap:wrap;gap:6px;display:flex}.sop-page__tool-badge{color:#50564d;background:#f3f4f0;border-radius:999px;align-items:center;height:22px;padding:0 10px;font-size:11px;display:inline-flex}.sop-page__empty{color:#8a9086;text-align:center;background:#fff;border:1px solid #e6e9e2;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:48px 24px;font-size:13px;display:flex}.sop-page__empty strong{color:#3a4037;font-size:14px}.sop-page__empty p{color:#92978f;margin:0 0 8px;font-size:12px}.sop-page__empty-icon{color:#92978f;background:#f3f4f0;border-radius:16px;place-items:center;width:48px;height:48px;margin-bottom:4px;display:grid}.sop-form select{color:#3a4037;background:#fafbf8;border:1px solid #e3e6df;border-radius:12px;outline:none;width:100%;height:36px;padding:0 12px;font-size:12px}.sop-toast{z-index:60;color:#3a4037;background:#fff;border:1px solid #e6e9e2;border-radius:12px;padding:10px 14px;font-size:12px;font-weight:650;animation:.16s quote-toast-in;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #1a1a1a14}.sop-toast--success{border-color:#c8f94373}.sop-toast--error{color:#8f4f49;border-color:#8f4f4959}@media (width>=960px){.sop-page__layout{flex-direction:row;align-items:flex-start}.sop-page__sidebar{width:224px}}@media (width<=720px){.sop-page__toolbar{flex-direction:column;align-items:stretch}.sop-page__toolbar .resource-add{justify-content:center}}.commission-page{flex-direction:column;gap:14px;display:flex;position:relative}.commission-kpi{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.commission-kpi__card{background:#fff;border:1px solid #e6e9e2;border-radius:16px;padding:14px 16px}.commission-kpi__card small{color:#92978f;font-size:11px;display:block}.commission-kpi__card strong{font-variant-numeric:tabular-nums;letter-spacing:-.3px;margin-top:4px;font-size:20px;display:block}.commission-kpi__hint,.commission-kpi__meta{color:#92978f;align-items:center;gap:3px;margin-top:4px;font-size:11px;display:inline-flex}.commission-kpi__warn{color:#b8860b;margin-top:4px;font-size:11px;display:block}.commission-main{grid-template-columns:minmax(240px,1fr) minmax(420px,2fr);align-items:start;gap:12px;display:grid}.commission-card{background:#fff;border:1px solid #e6e9e2;border-radius:16px;overflow:hidden}.commission-card--trend{margin-top:2px}.commission-card__head{border-bottom:1px solid #edf0ea;align-items:center;gap:8px;padding:14px 16px 10px;display:flex}.commission-card__head strong{font-size:13px;font-weight:700}.commission-card__head--split{justify-content:space-between}.commission-card__head--split select{color:#50564d;background:#fafbf8;border:1px solid #e3e6df;border-radius:12px;height:30px;padding:0 10px;font-size:11px}.commission-card__body{padding:12px 16px 16px}.commission-card--settings .commission-card__body{flex-direction:column;gap:12px;display:flex}.commission-field{flex-direction:column;gap:6px;display:flex}.commission-field>span{color:#92978f;font-size:11px}.commission-field select,.commission-field__inline select{color:#3a4037;background:#fafbf8;border:1px solid #e3e6df;border-radius:12px;outline:none;height:34px;padding:0 12px;font-size:12px}.commission-field select:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.commission-field__inline{align-items:center;gap:8px;display:flex}.commission-field__inline select{flex:1}.commission-field__inline svg{color:#92978f;flex-shrink:0}.commission-field__rate{font-variant-numeric:tabular-nums;font-size:13px}.commission-calc-btn{color:#273217;background:var(--lime);border:0;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;height:34px;margin-top:4px;font-size:12px;font-weight:650;display:inline-flex}.commission-table-wrap{overflow-x:auto}.commission-table{border-collapse:collapse;width:100%;font-size:12px}.commission-table thead tr{background:#fafbf8;border-bottom:1px solid #edf0ea}.commission-table th{color:#92978f;text-align:left;white-space:nowrap;padding:10px 14px;font-size:11px;font-weight:650}.commission-table th:nth-child(3),.commission-table th:nth-child(4),.commission-table th:nth-child(5){text-align:right}.commission-table th:nth-child(6){text-align:center}.commission-table td{color:#50564d;vertical-align:middle;border-bottom:1px solid #f0f2ed;padding:10px 14px}.commission-table tbody tr:hover{background:#c8f9430f}.commission-table tbody tr:last-child td{border-bottom:0}.commission-table__customer{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.commission-table__mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.commission-table__num,.commission-table__rate,.commission-table__amount{text-align:right;font-variant-numeric:tabular-nums}.commission-table__amount{color:#3a4037;font-weight:700}.commission-table__rate{color:#92978f;font-size:11px}.commission-table__status{text-align:center}.commission-table__date{color:#92978f;white-space:nowrap;font-size:11px}.commission-table__empty{color:#92978f;text-align:center;padding:48px 16px;font-size:12px}.commission-badge{color:#6f756c;background:#fff;border:1px solid #e3e6df;border-radius:999px;padding:2px 8px;font-size:11px;display:inline-block}.commission-badge--confirmed{color:#2d6a4f;background:#2d6a4f14;border-color:#2d6a4f40}.commission-badge--paid{color:#3d5a80;background:#3d5a8014;border-color:#3d5a8040}.commission-trend{align-items:flex-end;gap:8px;height:128px;padding-top:8px;display:flex}.commission-trend__item{flex-direction:column;flex:1;align-items:center;gap:6px;height:100%;display:flex}.commission-trend__item small{color:#92978f;font-variant-numeric:tabular-nums;font-size:11px}.commission-trend__bar{background:#c8f943bf;border-radius:8px 8px 0 0;width:100%;min-height:8px;margin-top:auto;transition:height .4s}.commission-trend__item em{color:#92978f;font-size:11px;font-style:normal}.commission-toast{z-index:50;top:calc(var(--app-header-h) + 12px);color:#273217;background:var(--lime);border-radius:12px;padding:10px 14px;font-size:12px;font-weight:650;animation:.2s quote-toast-in;position:fixed;right:20px;box-shadow:0 8px 24px #1c1f1a1f}@media (width<=1100px){.commission-kpi{grid-template-columns:repeat(3,minmax(0,1fr))}.commission-main{grid-template-columns:1fr}}@media (width<=640px){.commission-kpi{grid-template-columns:repeat(2,minmax(0,1fr))}.commission-kpi__card strong{font-size:17px}}.product-library-page{flex-direction:column;gap:14px;display:flex}.product-library__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.product-library__search{color:#8a9086;background:#fff;border:1px solid #e6e9e2;border-radius:14px;flex:1;align-items:center;gap:8px;min-width:220px;max-width:420px;height:38px;padding:0 12px;display:flex}.product-library__search input{color:#3a4037;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px}.product-library__toolbar-actions{align-items:center;gap:8px;display:flex}.product-library__toolbar-actions>button{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:12px;align-items:center;gap:5px;height:34px;padding:0 12px;font-size:12px;font-weight:650;display:inline-flex}.product-library__add{color:#273217!important;background:var(--lime)!important;border-color:var(--lime)!important}.product-library__loading{color:#8a9086;text-align:center;background:#fff;border:1px solid #e6e9e2;border-radius:16px;padding:24px;font-size:13px}.product-library__layout{grid-template-columns:minmax(220px,1fr) minmax(0,3fr);align-items:start;gap:16px;display:grid}.product-library__list-label{color:#92978f;margin-bottom:8px;font-size:11px;font-weight:650}.product-library__item{background:#fff;border:1px solid #e6e9e2;border-radius:16px;align-items:center;gap:4px;width:100%;margin-bottom:6px;padding:4px 4px 4px 0;transition:border-color .15s,background .15s;display:flex}.product-library__item:hover{background:#c8f9430f;border-color:#baf32f73}.product-library__item.is-active{background:#c8f9431f;border-color:#baf32f8c}.product-library__item-main{text-align:left;min-width:0;color:inherit;background:0 0;border:0;border-radius:12px;flex:1;align-items:center;gap:10px;padding:8px 8px 8px 12px;transition:transform .15s;display:flex}.product-library__item-main:hover{transform:translate(2px)}.product-library__item-delete{color:#92978f;background:0 0;border:0;border-radius:10px;flex-shrink:0;place-items:center;width:32px;height:32px;margin-right:4px;transition:color .15s,background .15s;display:grid}.product-library__item-delete:hover{color:#a34840;background:#fff0ed}.product-library__item-icon{color:#8a9086;background:#c8f9431f;border-radius:12px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.product-library__item-text{min-width:0}.product-library__item-text strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.product-library__item-text small{text-overflow:ellipsis;white-space:nowrap;color:#92978f;margin-top:2px;font-size:11px;display:block;overflow:hidden}.product-library__list-empty{color:#92978f;background:#fff;border:1px dashed #e3e6df;border-radius:16px;margin-bottom:8px;padding:16px 12px;font-size:12px;line-height:1.55}.product-library__list-add{color:#92978f;background:#f3f4f0;border:1px dashed #d8dcd4;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;min-height:120px;margin-top:8px;padding:20px 16px;transition:color .15s,background .15s,border-color .15s;display:flex}.product-library__list-add:hover{color:#6f756c;background:#eceee9;border-color:#c4c9c0}.product-library__list-add:focus-visible{outline-offset:2px;outline:2px solid #1a1f17}.product-library__list-add-icon{color:#b4b9b0;background:#e8ebe4;border-radius:14px;place-items:center;width:56px;height:56px;transition:color .15s,background .15s;display:grid}.product-library__list-add:hover .product-library__list-add-icon{color:#8a9086;background:#dfe3db}.product-library__list-add-label{font-size:12px;font-weight:650}.product-library__detail{flex-direction:column;gap:12px;min-width:0;display:flex}.product-library__overview{background:#fff;border:1px solid #e6e9e2;border-radius:16px;gap:18px;padding:18px;display:flex}.product-library__overview-media{color:#b4b9b0;background:#f7f8f4;border:1px solid #ecefe8;border-radius:16px;flex-shrink:0;place-items:center;width:168px;height:148px;display:grid}.product-library__overview-body{flex:1;min-width:0}.product-library__badges{flex-wrap:wrap;gap:6px;margin-bottom:6px;display:flex}.product-library__badge{color:#273217;background:#c8f94338;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:650}.product-library__badge--outline{color:#50564d;background:#fff;border:1px solid #e3e6df}.product-library__overview-body h2{margin:0 0 6px;font-size:16px;font-weight:700}.product-library__description{color:#6f756c;margin:0 0 10px;font-size:12px;line-height:1.55}.product-library__meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;display:grid}.product-library__meta>div span{color:#92978f;margin-bottom:2px;font-size:11px;display:block}.product-library__meta>div strong{font-variant-numeric:tabular-nums;font-size:13px}.product-library__overview-actions{gap:8px;margin-top:12px;display:flex}.product-library__overview-actions button{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:12px;height:30px;padding:0 12px;font-size:11px;font-weight:650}.product-library__tabs{background:#f3f5ef;border:1px solid #e6e9e2;border-radius:16px;flex-wrap:wrap;gap:4px;padding:4px;display:flex}.product-library__tabs>button{color:#6f756c;background:0 0;border:0;border-radius:12px;height:30px;padding:0 12px;font-size:12px;font-weight:650}.product-library__tabs>button.is-active{color:#273217;background:#fff;box-shadow:0 1px 4px #1c1f1a0f}.product-library__panel,.product-library__card{background:#fff;border:1px solid #e6e9e2;border-radius:16px;overflow:hidden}.product-library__panel--placeholder{color:#92978f;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:280px;font-size:13px;display:flex}.product-library__empty-panel{color:#92978f;text-align:center;padding:28px 18px;font-size:12px;line-height:1.6}.product-library__empty-panel p{margin:0}.product-library__spec-table{border-collapse:collapse;width:100%;font-size:13px}.product-library__spec-table th,.product-library__spec-table td{text-align:left;border-bottom:1px solid #edf0ea;padding:10px 14px}.product-library__spec-table th{color:#92978f;background:#f7f8f4;width:33%;font-size:12px;font-weight:650}.product-library__spec-table tr:last-child th,.product-library__spec-table tr:last-child td{border-bottom:0}.product-library__pricing{flex-direction:column;gap:12px;display:flex}.product-library__pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.product-library__card>header,.product-library__history-wrap>header{border-bottom:1px solid #edf0ea;align-items:center;gap:7px;padding:14px 16px 10px;font-size:13px;font-weight:700;display:flex}.product-library__history-wrap{overflow:hidden}.product-library__history-table{border-collapse:collapse;width:100%;font-size:12px}.product-library__history-table th,.product-library__history-table td{text-align:left;border-bottom:1px solid #edf0ea;padding:10px 14px}.product-library__history-table thead th{color:#92978f;white-space:nowrap;background:#f7f8f4;font-size:11px;font-weight:650}.product-library__history-table td.is-num{text-align:right;font-variant-numeric:tabular-nums}.product-library__history-table td.is-center{text-align:center}.product-library__history-table tr:last-child td{border-bottom:0}.product-library__history-table tbody tr:hover{background:#c8f9430f}.product-library__status-badge{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:999px;padding:3px 8px;font-size:11px;display:inline-flex}.product-library__card--profit>header{border-bottom:1px solid #edf0ea}.product-library__profit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:14px 16px 16px;display:grid}.product-library__profit-inputs,.product-library__profit-results{flex-direction:column;gap:10px;display:flex}.product-library__profit-inputs label,.product-library__profit-results>div{flex-direction:column;gap:6px;display:flex}.product-library__profit-inputs label>span,.product-library__profit-results>div>span{color:#92978f;font-size:11px}.product-library__profit-inputs input{color:#3a4037;background:#fafbf8;border:1px solid #e3e6df;border-radius:12px;outline:none;height:34px;padding:0 12px;font-size:12px}.product-library__profit-inputs input:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.product-library__profit-results>div{background:#f7f8f4;border:1px solid #ecefe8;border-radius:12px;padding:12px}.product-library__profit-results strong{font-variant-numeric:tabular-nums;font-size:20px}.product-library__profit-results strong.is-good{color:#2d3727}.product-library__profit-results strong.is-warn{color:#8a6d2f}.product-library__profit-results strong.is-bad{color:#8a4545}.product-library__profit-results small{color:#92978f;font-size:11px}@media (width<=960px){.product-library__layout{grid-template-columns:1fr}.product-library__overview{flex-direction:column}.product-library__overview-media{width:100%;height:120px}.product-library__pricing-grid,.product-library__profit-grid{grid-template-columns:1fr}}@media (width<=560px){.product-library__toolbar{flex-direction:column;align-items:stretch}.product-library__search{max-width:none}.product-library__toolbar-actions{width:100%}.product-library__toolbar-actions>button{flex:1;justify-content:center}.product-library__meta{grid-template-columns:1fr}}.product-library__overview-img{object-fit:cover;border-radius:16px;width:100%;height:100%}.product-library__overview-media:has(img){padding:0;overflow:hidden}.product-library__tier-list{flex-direction:column;gap:8px;padding:12px 16px 16px;display:flex}.product-library__tier-row{background:#f7f8f4;border:1px solid #ecefe8;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:13px;display:flex}.product-library__tier-row strong{font-variant-numeric:tabular-nums}.product-library__fob-note{color:#92978f;margin:4px 0 0;font-size:11px}.product-library__config-list{flex-direction:column;gap:12px;padding:12px 16px 16px;display:flex}.product-library__config-name{margin-bottom:6px;font-size:12px;font-weight:650}.product-library__config-badges{flex-wrap:wrap;gap:6px;display:flex}.product-library__config-badge{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:999px;align-items:center;gap:4px;padding:4px 9px;font-size:11px;display:inline-flex}.product-library__config-badge small{color:#92978f}.product-library__packaging-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px 16px 16px;display:grid}@media (width>=768px){.product-library__packaging-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-library__packaging-item{background:#f7f8f4;border:1px solid #ecefe8;border-radius:12px;padding:10px 12px}.product-library__packaging-item span{color:#92978f;margin-bottom:4px;font-size:11px;display:block}.product-library__packaging-item strong{font-variant-numeric:tabular-nums;font-size:13px}.product-form-modal{z-index:50;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.product-form-modal__backdrop{background:#1417137a;border:0;position:absolute;inset:0}.product-form-editor{z-index:1;width:min(920px,100%);max-height:calc(100vh - 40px);position:relative}.product-form-editor__sheet{background:#fff;border:1px solid #e6e9e2;border-radius:16px;flex-direction:column;max-height:calc(100vh - 40px);display:flex;overflow:hidden;box-shadow:0 18px 60px #0000002e}.product-form-editor__close{z-index:2;color:#92978f;background:0 0;border:0;place-items:center;width:30px;height:30px;font-size:22px;line-height:1;display:grid;position:absolute;top:12px;right:14px}.product-form-editor__head{padding:18px 20px 0}.product-form-editor__head span{color:#92978f;font-size:11px;font-weight:650}.product-form-editor__head h2{margin:4px 0 0;font-size:16px}.product-form-editor__overview{margin:14px 20px 0;padding:16px!important}.product-form-editor__photo{cursor:pointer;border:1px dashed #d8dcd4;padding:0;transition:border-color .15s,background .15s;overflow:hidden}.product-form-editor__photo:hover{background:#fafbf8;border-color:#b8bdb5}.product-form-editor__photo img{object-fit:cover;width:100%;height:100%}.product-form-editor__overview-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;display:grid}.product-form-editor__meta-grid{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;display:grid}.product-form-field{flex-direction:column;gap:5px;display:flex}.product-form-field.is-wide{grid-column:1/-1}.product-form-field>span{color:#92978f;font-size:11px;font-weight:650}.product-form-field input,.product-form-field select,.product-form-field textarea{color:#3a4037;background:#fafbf8;border:1px solid #e3e6df;border-radius:10px;outline:none;width:100%;min-height:34px;padding:0 10px;font-size:12px}.product-form-field textarea{resize:vertical;min-height:64px;padding:8px 10px}.product-form-field input:focus,.product-form-field select:focus,.product-form-field textarea:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.product-form-editor__tabs{margin:12px 20px 0}.product-form-editor__inline-btn{color:#50564d;background:#fff;border:1px solid #e3e6df;border-radius:10px;align-items:center;gap:4px;height:30px;padding:0 10px;font-size:11px;font-weight:650;display:inline-flex}.product-form-editor__inline-btn.is-ghost{background:0 0}.product-form-editor__config-card{margin-top:0}.product-form-editor__panel{flex:1;margin:12px 20px 0;padding-bottom:8px;overflow-y:auto}.product-form-editor__panel--pricing{flex-direction:column;gap:12px;display:flex}.product-form-section>header{border-bottom:1px solid #edf0ea;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px 10px;font-size:13px;font-weight:700;display:flex}.product-form-section>header small{color:#92978f;font-size:11px;font-weight:650}.product-form-section__foot{border-top:1px solid #edf0ea;align-items:center;gap:8px;padding:10px 16px 14px;display:flex}.product-form-section__foot--split{justify-content:space-between}.product-form-spec-table-wrap,.product-form-tier-table-wrap{padding:0;overflow-x:auto}.product-form-spec-table{border-collapse:collapse;width:100%}.product-form-spec-table thead th{color:#92978f;text-align:left;background:#f7f8f4;border-bottom:1px solid #edf0ea;padding:8px 14px;font-size:11px;font-weight:650}.product-form-spec-table tbody td{vertical-align:middle;border-bottom:1px solid #edf0ea;padding:6px 8px}.product-form-spec-table tbody tr:last-child td{border-bottom:0}.product-form-spec-table tbody td.is-action,.product-form-spec-table thead th.is-action{text-align:center;width:44px}.product-form-spec-table tbody input{color:#3a4037;background:#fafbf8;border:1px solid #e3e6df;border-radius:10px;outline:none;width:100%;height:32px;padding:0 10px;font-size:12px}.product-form-spec-table tbody input:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.product-form-spec-table tbody button{color:#92978f;background:#fff;border:1px solid #e3e6df;border-radius:10px;place-items:center;width:32px;height:32px;margin:0 auto;display:grid}.product-form-tier-table{border-collapse:collapse;width:100%}.product-form-tier-table thead th{color:#92978f;text-align:left;background:#f7f8f4;border-bottom:1px solid #edf0ea;padding:8px 14px;font-size:11px;font-weight:650}.product-form-tier-table tbody td{vertical-align:middle;border-bottom:1px solid #edf0ea;padding:8px 10px}.product-form-tier-table tbody tr:last-child td{border-bottom:0}.product-form-tier-table tbody td.is-action,.product-form-tier-table thead th.is-action{text-align:center;width:44px}.product-form-tier-qty,.product-form-tier-price{align-items:center;gap:6px;display:flex}.product-form-tier-qty input,.product-form-tier-price input,.product-form-config-table tbody input{color:#3a4037;background:#fafbf8;border:1px solid #e3e6df;border-radius:10px;outline:none;flex:1;min-width:0;height:32px;padding:0 10px;font-size:12px}.product-form-tier-qty span,.product-form-tier-price span{color:#92978f;white-space:nowrap;flex-shrink:0;font-size:11px}.product-form-tier-table tbody button{color:#92978f;background:#fff;border:1px solid #e3e6df;border-radius:10px;place-items:center;width:32px;height:32px;margin:0 auto;display:grid}.product-form-field--note{border-top:1px solid #ecefe8;margin-top:8px;padding-top:8px}.product-form-field--note input{min-height:34px}.product-form-config-list{flex-direction:column;gap:12px;padding:12px 16px 0;display:flex}.product-form-config-group{background:#f7f8f4;border:1px solid #ecefe8;border-radius:12px;padding:12px}.product-form-config-head{align-items:center;gap:8px;margin-bottom:8px;display:flex}.product-form-config-head input{color:#3a4037;background:#fff;border:1px solid #e3e6df;border-radius:10px;outline:none;flex:1;height:32px;padding:0 10px;font-size:12px;font-weight:650}.product-form-config-head button{color:#92978f;background:#fff;border:1px solid #e3e6df;border-radius:10px;place-items:center;width:32px;height:32px;display:grid}.product-form-config-table{border-collapse:collapse;width:100%}.product-form-config-table thead th{color:#92978f;text-align:left;background:#fff;border-bottom:1px solid #e6e9e2;padding:6px 8px;font-size:11px;font-weight:650}.product-form-config-table tbody td{border-bottom:1px solid #ecefe8;padding:6px 4px}.product-form-config-table tbody tr:last-child td{border-bottom:0}.product-form-config-table tbody td.is-action,.product-form-config-table thead th.is-action{text-align:center;width:40px}.product-form-config-table tbody button{color:#92978f;background:#fff;border:1px solid #e3e6df;border-radius:10px;place-items:center;width:30px;height:30px;margin:0 auto;display:grid}.product-form-config-preview{flex-wrap:wrap;align-items:center;gap:6px;margin:8px 0;display:flex}.product-form-config-preview>span{color:#92978f;font-size:11px}.product-form-packaging-grid{padding:12px 16px 0}.product-form-packaging-item{flex-direction:column;gap:6px;min-height:72px;display:flex}.product-form-packaging-item input{color:#3a4037;background:#fff;border:1px solid #e3e6df;border-radius:8px;outline:none;width:100%;height:32px;padding:0 8px;font-size:12px}.product-form-packaging-item input:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.product-form-packaging-notes{border-top:1px solid #edf0ea;padding:12px 16px 16px}.product-library__packaging-notes{border-top:1px solid #edf0ea;padding:0 16px 16px}.product-library__packaging-notes span{color:#92978f;margin:12px 0 4px;font-size:11px;font-weight:650;display:block}.product-library__packaging-notes p{color:#50564d;margin:0;font-size:12px;line-height:1.55}.product-form-spec-table tbody button:hover:not(:disabled),.product-form-tier-table tbody button:hover:not(:disabled),.product-form-config-head button:hover:not(:disabled),.product-form-config-table tbody button:hover:not(:disabled){color:#a34840;background:#fff0ed}.product-form-spec-table tbody button:disabled,.product-form-tier-table tbody button:disabled,.product-form-config-head button:disabled,.product-form-config-table tbody button:disabled{opacity:.4;cursor:not-allowed}.product-form-editor__inline-btn:disabled{opacity:.45;cursor:not-allowed}.product-form-editor__foot{border-top:1px solid #edf0ea;justify-content:flex-end;gap:8px;margin-top:auto;padding:14px 20px 18px;display:flex}.product-form-editor__foot button{color:#50564d;background:#f5f6f3;border:0;border-radius:12px;height:34px;padding:0 16px;font-size:12px;font-weight:650}.product-form-editor__foot button.primary{color:#273217;background:var(--lime)}.product-form-editor__foot button.primary:disabled{opacity:.6;cursor:not-allowed}@media (width<=720px){.product-form-editor__overview-fields,.product-form-editor__meta-grid{grid-template-columns:1fr}.product-form-editor__overview{flex-direction:column}.product-form-editor__overview .product-library__overview-media{width:100%;height:120px}.product-form-packaging-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-form-section__foot--split{flex-direction:column;align-items:stretch}}.task-page{flex-direction:column;gap:14px;display:flex}.task-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.task-tabs{background:#f0f2ec;border:1px solid #e6e9e2;border-radius:16px;align-items:center;gap:3px;padding:3px;display:inline-flex}.task-tabs>button{color:#757b71;cursor:pointer;background:0 0;border:0;border-radius:13px;align-items:center;gap:6px;height:30px;padding:0 12px;font-size:12px;transition:background .1s,color .1s;display:inline-flex}.task-tabs>button:hover:not(.is-active){color:#50564d;background:#e8ebe4}.task-tabs>button.is-active{color:#2d3727;background:#fff;font-weight:650;box-shadow:0 1px 4px #191f160f}.task-tabs__count{color:#50564d;background:#e8ebe4;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:500;display:inline-flex}.task-tabs__count--outline{color:#757b71;background:0 0;border:1px solid #dfe3da}.task-toolbar__actions{align-items:center;gap:8px;display:flex}.task-filter{color:#92978f;align-items:center;gap:6px;display:inline-flex}.task-filter select{color:#50564d;background:#fafbf8;border:1px solid #e3e6df;border-radius:12px;outline:none;min-width:110px;height:34px;padding:0 10px;font-size:12px}.task-filter select:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.task-add-btn{color:#273217;background:var(--lime);border:0;border-radius:12px;align-items:center;gap:6px;height:34px;padding:0 14px;font-size:12px;font-weight:650;display:inline-flex}.task-card{background:#fff;border:1px solid #e6e9e2;border-radius:16px;overflow:hidden}.task-list{flex-direction:column;display:flex}.task-item{border-bottom:1px solid #edf0ea;align-items:flex-start;gap:12px;padding:14px 18px;transition:background .1s;display:flex}.task-item:last-child{border-bottom:0}.task-item:hover{background:#c8f94314}.task-item.is-completed{opacity:.62}.task-item__check{cursor:pointer;flex-shrink:0;margin-top:2px;display:inline-flex;position:relative}.task-item__check input{opacity:0;width:0;height:0;position:absolute}.task-item__check>span{background:#fff;border:1px solid #d5d9d2;border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.task-item__check input:checked+span{background:var(--lime);border-color:#b8d84a}.task-item__check input:checked+span:after{content:"";border-bottom:2px solid #273217;border-left:2px solid #273217;width:8px;height:4px;margin-top:-1px;transform:rotate(-45deg)}.task-item__check input:focus-visible+span{outline-offset:1px;outline:2px solid #1a1f17}.task-item__body{flex:1;min-width:0}.task-item__main{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.task-item__content{flex:1;min-width:0}.task-item__content h3{color:#2d3727;margin:0;font-size:13px;font-weight:650;line-height:1.45}.task-item.is-completed .task-item__content h3{color:#92978f;text-decoration:line-through}.task-item__meta{flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;display:flex}.task-priority-badge,.task-stage-badge{border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.task-priority-badge{color:#60665d;background:#f7f8f4;border:1px solid #e3e6df}.task-priority-badge--high{color:#8a4545;background:#8a454514;border-color:#8a454540}.task-priority-badge--medium{color:#8a6d2f;background:#b8860b14;border-color:#b8860b40}.task-priority-badge--low{color:#92978f;background:#f5f6f3;border-color:#e3e6df}.task-stage-badge{color:#50564d;background:#fff;border:1px solid #e3e6df}.task-item__customer,.task-item__assignee{color:#92978f;font-size:11px}.task-item__side{flex-shrink:0;align-items:center;gap:4px;display:flex}.task-item__date{color:#92978f;white-space:nowrap;align-items:center;gap:4px;font-size:11px;display:inline-flex}.task-item__date.is-overdue{color:#8a4545;font-weight:650}.task-item__date.is-today{color:#8a6d2f;font-weight:650}.task-item__action{color:#92978f;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.task-item__action:hover{color:#50564d;background:#f0f2ec}.task-item__action.is-danger:hover{color:#8a4545;background:#8a454514}.task-item__notes{color:#92978f;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 0;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.task-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:56px 20px;display:flex}.task-empty__icon{color:#92978f;background:#f0f2ec;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:4px;display:inline-flex}.task-empty strong{color:#2d3727;font-size:13px;font-weight:650}.task-empty p{color:#92978f;margin:0;font-size:12px}.task-form-modal select{color:#3a4037;background:#fafbf8;border:1px solid #e3e6df;border-radius:12px;outline:none;height:34px;padding:0 12px;font-size:12px}.task-form-modal select:focus{border-color:#b8d84a;box-shadow:0 0 0 2px #c8f94340}.task-toast{z-index:50;top:calc(var(--app-header-h) + 12px);color:#273217;background:var(--lime);border-radius:12px;padding:10px 14px;font-size:12px;font-weight:650;animation:.2s quote-toast-in;position:fixed;right:20px;box-shadow:0 8px 24px #1c1f1a1f}.task-toast--error{color:#fff;background:#8a4545}.sync-status{color:#555b52;border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:3px;align-items:center;gap:5px;height:28px;padding:0 9px;font-size:11px;display:inline-flex}.sync-status:hover:not(:disabled){color:var(--ink);background:var(--canvas)}.sync-status:disabled{cursor:default;opacity:.72}.sync-status--offline,.sync-status--error,.sync-status--conflict{color:#704b48;border-color:#d9c5c2}.sync-status__spin{animation:.9s linear infinite sync-status-spin}@keyframes sync-status-spin{to{transform:rotate(360deg)}}.sync-conflict-notice{z-index:100;pointer-events:none;justify-content:flex-end;align-items:flex-end;padding:20px;display:flex;position:fixed;inset:0}.conflict-dialog{pointer-events:auto;background:#fff;border:1px solid #bec2ba;border-radius:4px;width:min(560px,100%);max-height:min(560px,100vh - 40px);padding:20px;transition:opacity .16s,transform .16s;overflow:auto;box-shadow:0 18px 48px #14161333}body:has(.record-modal,.customer-doc-modal,.product-form-modal) .conflict-dialog{opacity:.2;pointer-events:none;transform:translate(calc(100% - 36px))}.conflict-dialog__head{align-items:flex-start;gap:12px;display:flex}.conflict-dialog__head h2{margin:0;font-size:18px}.conflict-dialog__head p{color:var(--muted);margin:5px 0 0;font-size:13px}.conflict-dialog__details{margin:14px 0}.conflict-dialog__details summary{color:var(--muted);cursor:pointer;font-size:12px}.conflict-dialog__compare{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.conflict-dialog__record{border:1px solid var(--line);min-width:0}.conflict-dialog__record>strong{background:var(--canvas);border-bottom:1px solid var(--line);padding:8px 10px;font-size:12px;display:block}.conflict-dialog__record pre{color:#3f443d;white-space:pre-wrap;overflow-wrap:anywhere;min-height:150px;max-height:260px;margin:0;padding:10px;font:11px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace;overflow:auto}.conflict-dialog__actions{justify-content:flex-end;gap:8px;display:flex}.conflict-dialog__actions button{height:34px;color:var(--ink);background:#fff;border:1px solid #cfd3cb;border-radius:3px;padding:0 13px;font-size:12px}.conflict-dialog__actions button.primary{color:#fff;background:var(--ink);border-color:var(--ink)}.auth-page,.register-page{min-height:100vh;color:var(--ink);background:radial-gradient(circle at top left, #c8f94338, transparent 42%), linear-gradient(180deg, #fbfcf8 0%, var(--canvas) 100%);place-items:center;padding:28px 16px;display:grid}.auth-page__panel,.register-page__panel{border:1px solid var(--line);background:#fff;border-radius:4px;width:min(440px,100%);padding:28px 26px 22px}.auth-page__brand,.register-page__brand{align-items:center;gap:10px;margin-bottom:22px;display:flex}.auth-page__brand>div:last-child,.register-page__brand>div:last-child{flex-direction:column;display:flex}.auth-page__brand strong,.register-page__brand strong{letter-spacing:.4px;font-size:16px}.auth-page__brand span,.register-page__brand span{color:var(--muted);margin-top:2px;font-size:12px}.auth-page h1,.register-page h1{letter-spacing:.2px;margin:0 0 8px;font-size:24px;font-weight:650}.auth-page__lead,.register-page__lead{color:var(--muted);margin:0 0 18px;font-size:13px;line-height:1.55}.auth-page__status,.register-page__status{color:var(--muted);align-items:center;gap:8px;font-size:13px;display:flex}.auth-page__methods,.register-page__methods{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.auth-page__methods--stack,.register-page__methods--stack{grid-template-columns:1fr;gap:12px;margin-bottom:0}.auth-page__provider-card,.register-page__provider-card{border:1px solid var(--line);background:#fff;border-radius:3px;padding:14px}.auth-page__provider-head,.register-page__provider-head{align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.auth-page__provider-head strong,.register-page__provider-head strong{font-size:14px;display:block}.auth-page__provider-head p,.register-page__provider-head p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.45}.auth-page__provider-actions,.register-page__provider-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.auth-page__secondary,.register-page__secondary{height:40px;color:var(--ink);background:#fff;border:1px solid #cfd3cb;border-radius:3px;justify-content:center;align-items:center;gap:8px;font-size:13px;display:inline-flex}.auth-page__secondary:hover:not(:disabled),.register-page__secondary:hover:not(:disabled){background:var(--canvas)}.auth-page__secondary:disabled,.auth-page__submit:disabled,.register-page__secondary:disabled,.register-page__submit:disabled{opacity:.55;cursor:not-allowed}.auth-page__alert code,.register-page__alert code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px}.auth-page__method,.register-page__method{color:#50564d;background:#fff;border:1px solid #d5d9d1;border-radius:3px;justify-content:center;align-items:center;gap:6px;min-height:40px;padding:8px 6px;font-size:12px;display:flex}.auth-page__method:hover,.register-page__method:hover{color:var(--ink);background:var(--canvas)}.auth-page__method.is-active,.register-page__method.is-active{color:var(--ink);background:#c8f94359;border-color:#9fbc45}.auth-page__method:focus-visible,.register-page__method:focus-visible{outline-offset:2px;outline:2px solid #253016}.auth-page__hint,.register-page__hint{color:var(--muted);margin:0 0 14px;font-size:12px;line-height:1.5}.auth-page__form,.register-page__form{flex-direction:column;gap:12px;display:flex}.auth-page__form label,.register-page__form label{flex-direction:column;gap:6px;display:flex}.auth-page__form label span,.register-page__form label span{color:#3f443d;font-size:12px}.auth-page__form input,.auth-page__form select,.register-page__form input{height:38px;color:var(--ink);background:#fff;border:1px solid #d0d4cb;border-radius:3px;padding:0 12px;font-size:13px}.auth-page__form input:focus,.auth-page__form select:focus,.register-page__form input:focus{outline-offset:1px;border-color:#253016;outline:2px solid #253016}.auth-page__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-page__password{align-items:center;display:flex;position:relative}.auth-page__password input{width:100%;padding-right:40px}.auth-page__password-toggle{width:28px;height:28px;color:var(--muted);background:0 0;border:0;border-radius:3px;place-items:center;display:grid;position:absolute;right:8px}.auth-page__password-toggle:hover{color:var(--ink);background:var(--canvas)}.auth-page__submit,.register-page__submit{color:#fff;background:var(--ink);border:1px solid var(--ink);border-radius:3px;justify-content:center;align-items:center;gap:8px;height:40px;margin-top:4px;font-size:13px;display:inline-flex}.auth-page__submit:hover:not(:disabled),.register-page__submit:hover:not(:disabled){background:#2a2f27}.auth-page__submit:disabled,.register-page__submit:disabled{opacity:.55;cursor:not-allowed}.auth-page__alert,.register-page__alert{border:1px solid #0000;border-radius:3px;padding:10px 12px;font-size:12px;line-height:1.45}.auth-page__alert.is-error,.register-page__alert.is-error{color:#8a3a34;background:#f8eceb;border-color:#e3c4c0}.auth-page__alert.is-success,.register-page__alert.is-success{color:#3d6b39;background:#edf6eb;border-color:#c5dbc2}.auth-page__footer,.register-page__footer{color:var(--muted);margin:18px 0 0;font-size:12px}.auth-page__footer a,.register-page__footer a{color:var(--ink);text-underline-offset:2px;margin-left:6px;text-decoration:underline}.auth-page__spin,.register-page__spin{animation:.9s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}@keyframes register-spin{to{transform:rotate(360deg)}}@media (width<=480px){.auth-page__methods,.register-page__methods{grid-template-columns:1fr}.auth-page__panel,.register-page__panel{padding:22px 16px 18px}.auth-page__row{grid-template-columns:1fr}}.download-page__panel{max-width:520px}.download-page__list{gap:12px;margin:20px 0 0;padding:0;list-style:none;display:grid}.download-page__list li{background:#fff;border:1px solid #d0d4cb;border-radius:3px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.download-page__meta{align-items:center;gap:10px;min-width:0;display:flex}.download-page__meta>div{gap:2px;display:grid}.download-page__meta strong{color:var(--ink);font-size:13px}.download-page__meta span{color:var(--muted);font-size:12px}.download-page__btn{flex-shrink:0;height:34px;margin-top:0;padding:0 14px;text-decoration:none}.download-page__btn.is-disabled{pointer-events:none;opacity:.55;cursor:wait}@media (width<=720px){.sync-status span,.sync-status>svg:last-child{display:none}.sync-status{justify-content:center;width:28px;padding:0}.conflict-dialog__compare{grid-template-columns:1fr}.download-page__list li{flex-direction:column;align-items:stretch}}@media (width<=640px){.task-toolbar{flex-direction:column;align-items:stretch}.task-toolbar__actions{justify-content:space-between}.task-item__main{flex-direction:column;gap:8px}.task-item__side{justify-content:space-between;width:100%}}
