:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page:#f1f5f9;--panel:#fff;--panel-soft:#f8fafc;--border:#e2e8f0;--border-dark:#cbd5e1;--text:#0f172a;--muted:#64748b;--link:#2563eb;--accent:#2563eb;--accent-strong:#1d4ed8;--green:#16a34a;--green-dark:#15803d;--red:#ef4444;--shadow:0 10px 25px #0f172a0f;--shadow-soft:0 2px 8px #0f172a0d;font-family:Inter,SF Pro Text,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{background:var(--page);min-width:320px;min-height:100vh;color:var(--text);margin:0}button,a,input{font:inherit}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--link);outline-offset:2px}.app-shell{grid-template-columns:208px minmax(0,1fr);height:100vh;display:grid;overflow:hidden}.sidebar{background:#fff;align-self:start;height:100vh;position:sticky;top:0;overflow-y:auto}.sidebar-brand{border-bottom:1px solid var(--border);color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);align-items:center;gap:10px;min-height:56px;padding:12px 16px;display:flex}.brand-mark{object-fit:cover;border-radius:8px;flex-shrink:0;width:32px;height:32px;box-shadow:0 4px 12px #2563eb4d}.sidebar-brand strong,.sidebar-brand span{display:block}.sidebar-brand strong{letter-spacing:.02em;font-size:13px;line-height:15px}.sidebar-brand span{color:#cbd5e1;margin-top:2px;font-size:10px}.sidebar-nav{padding:10px 0 16px}.sidebar-nav section{margin-bottom:10px}.sidebar-nav p{color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;margin:0;padding:8px 16px 4px;font-size:10px;font-weight:700}.nav-item{color:#64748b;border-left:2px solid #0000;align-items:center;gap:8px;min-height:28px;padding:4px 16px;font-size:12px;font-weight:600;transition:background .12s,color .12s;display:flex}.nav-item span{background:#cbd5e1;border-radius:999px;flex-shrink:0;width:5px;height:5px}.nav-item:hover{color:var(--text);background:#f1f5f9;text-decoration:none}.nav-item.active{color:var(--accent-strong);border-left-color:var(--accent);background:#eff6ff;text-decoration:none}.nav-item.active span{background:var(--accent)}.search-page{--sp-pad-x:36px;--sp-pad-top:28px;--sp-pad-bottom:64px;padding:var(--sp-pad-top) var(--sp-pad-x) var(--sp-pad-bottom);overscroll-behavior:contain;grid-template-rows:auto auto 1fr;grid-template-columns:minmax(0,1fr);align-content:start;gap:22px;height:100vh;min-height:0;max-height:100vh;display:grid;overflow:hidden auto}.page-header{border-bottom:1px solid var(--border);grid-column:1/-1;justify-content:space-between;align-items:center;gap:18px;min-height:56px;padding:4px 0 18px;display:flex}.breadcrumbs{color:var(--muted);letter-spacing:.02em;margin:0 0 6px;font-size:12px}h1,h2,p{margin-top:0}h1{color:var(--text);letter-spacing:-.01em;margin-bottom:0;font-size:30px;font-weight:700;line-height:1.1}.user-chip{min-height:36px;color:var(--accent-strong);letter-spacing:.02em;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.user-chip:before{content:"";background:var(--accent);border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 4px #2563eb2e}.status-label{min-height:28px;color:var(--green-dark);background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.search-card,.summary-card{border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);border-radius:18px}.search-card{padding:26px 28px}.search-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;padding-bottom:18px;display:flex}.search-card h2,.summary-card h2{color:var(--text);letter-spacing:-.005em;margin-bottom:6px;font-size:20px;font-weight:700}.refined-query{border:1px solid var(--accent);background:color-mix(in srgb, var(--accent) 8%, var(--panel));border-left-width:4px;border-radius:14px;flex-direction:column;gap:10px;margin-bottom:16px;padding:14px 18px;display:flex}.refined-query__badge{background:var(--accent);color:#fff;letter-spacing:.01em;text-transform:uppercase;border-radius:999px;align-self:flex-start;padding:3px 10px;font-size:12px;font-weight:700}.refined-query__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.refined-query__item{flex-direction:column;gap:2px;display:flex}.refined-query__q{color:var(--muted);font-size:13px}.refined-query__a{color:var(--text);font-size:15px;font-weight:600}.search-card p{color:var(--muted);margin-bottom:0;font-size:14px;line-height:1.5}.search-form{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.search-form label{gap:6px;display:grid}.search-form label span,.when-selector>span{color:#475569;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.search-form input,.search-form .quantity-field select,.when-selector select,.when-selector input[type=date]{border:1px solid var(--border-dark);width:100%;height:42px;color:var(--text);background:#fff;border-radius:10px;padding:0 12px;font-size:14px;font-weight:600;transition:border-color .15s,box-shadow .15s}.quantity-field{grid-template-columns:minmax(0,1fr) 96px;gap:8px;display:grid}.search-form .quantity-field select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #2563eb24}.search-form input::placeholder{color:#94a3b8;font-weight:500}.search-form input:focus,.when-selector select:focus,.when-selector input[type=date]:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #2563eb24}.search-form input:disabled{border-color:var(--border);color:var(--text);opacity:1;-webkit-text-fill-color:var(--text);background:#f8fafc;font-weight:700}.primary-button{border:1px solid var(--accent);color:#fff;letter-spacing:.01em;background:linear-gradient(#3b82f6 0%,#2563eb 100%);border-radius:12px;grid-column:1/-1;justify-self:start;min-height:44px;padding:0 24px;font-size:14px;font-weight:800;transition:transform .12s,box-shadow .12s,opacity .12s;box-shadow:0 10px 20px #2563eb38}.primary-button:hover{transform:translateY(-1px);box-shadow:0 14px 24px #2563eb47}.primary-button:active{transform:translateY(0)}.search-form__actions{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:12px;display:flex}.demo-search-button{border:1px dashed var(--accent);min-height:44px;color:var(--accent);letter-spacing:.01em;cursor:pointer;background:#2563eb14;border-radius:12px;padding:0 20px;font-size:14px;font-weight:700;transition:transform .12s,background .12s,opacity .12s}.demo-search-button:hover{background:#2563eb24;transform:translateY(-1px)}.demo-search-button:active{transform:translateY(0)}.summary-card{padding:22px 24px}.summary-card h2{border-bottom:1px solid var(--border);margin-bottom:14px;padding-bottom:14px}.summary-card dl{gap:8px;margin:0;display:grid}.summary-card div{border-bottom:1px dashed #e2e8f0;gap:3px;padding:10px 0;display:grid}.summary-card div:last-child{border-bottom:0}.summary-card dt{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.summary-card dd{color:var(--text);margin:0;font-size:15px;font-weight:700}.summary-card--row{top:calc(-1 * var(--sp-pad-top,0px));z-index:5;background:#f8fbff;border-color:#dbeafe;margin-bottom:8px;padding:10px 18px;transition:margin .28s,padding .28s,border-radius .28s,box-shadow .28s;display:block;position:sticky}.summary-card--row.is-floating{margin-left:calc(-1 * var(--sp-pad-x,0px));margin-right:calc(-1 * var(--sp-pad-x,0px));padding-left:var(--sp-pad-x,22px);padding-right:var(--sp-pad-x,22px);border-left:0;border-right:0;border-radius:0;box-shadow:0 10px 24px #0f172a1f}.summary-card-sentinel{pointer-events:none;height:1px;margin:0}.summary-card__main{align-items:center;gap:14px;display:flex}.summary-card--row h2{white-space:nowrap;border:0;margin:0;padding:0;font-size:16px}.summary-card__main dl{flex-wrap:wrap;align-items:center;gap:10px;margin:0;display:flex}.summary-card__main dl>div{border:1px solid var(--border);background:#f8fafc;border-radius:10px;gap:1px;padding:4px 10px;display:grid}.search-chat-widget{z-index:60;pointer-events:none;justify-items:end;gap:12px;display:grid;position:fixed;bottom:28px;right:28px}.search-page .search-chat-widget{bottom:88px}.search-chat-widget__button,.search-chat-widget__window{pointer-events:auto}.search-chat-widget__button{color:#fff;width:52px;height:52px;min-height:0;font:inherit;cursor:pointer;background:linear-gradient(135deg,#0f766e 0%,#0f4c81 100%);border:0;border-radius:999px;place-items:center;padding:0;display:grid;position:relative;box-shadow:0 18px 42px #0f4c814d}.search-chat-widget__button svg{width:24px;height:24px}.search-chat-widget__badge{color:#92400e;text-align:center;background:#fef3c7;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:900;line-height:18px;position:absolute;top:-4px;right:-4px}.search-chat-widget__badge--pop{animation:.32s ease-out both search-chat-badge-pop}.search-chat-widget__button:hover{transform:translateY(-1px);box-shadow:0 22px 52px #0f4c8157}.search-chat-widget__button--busy{animation:1.4s ease-in-out infinite search-chat-fab-pulse}.search-chat-widget__window{background:radial-gradient(circle at 14% 0,#2dd4bf2e,#0000 34%),linear-gradient(145deg,#fff 0%,#f8fafc 100%);border:1px solid #94a3b857;border-radius:24px;width:min(420px,100vw - 40px);padding:16px;box-shadow:0 24px 70px #0f172a38}.search-chat-widget__window--open{animation:.22s ease-out both search-chat-window-in}.search-chat-widget__head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.search-chat-widget__head h3{color:#0f172a;margin:0 0 4px;font-size:17px}.search-chat-widget__head p,.search-chat-widget__empty,.search-chat-widget__error{margin:0;font-size:13px;line-height:1.45}.search-chat-widget__head p,.search-chat-widget__empty{color:#475569}.search-chat-widget__close{color:#475569;cursor:pointer;background:#fffc;border:1px solid #e2e8f0;border-radius:999px;place-items:center;width:30px;height:30px;font-size:20px;line-height:1;display:grid}.search-chat-widget__messages{gap:8px;max-height:300px;margin:0 0 12px;padding:0;list-style:none;display:grid;overflow:auto}.search-chat-widget__message{background:#fff;border:1px solid #e2e8f0;border-radius:15px;max-width:88%;padding:9px 11px;box-shadow:0 10px 22px #0f172a0f}.search-chat-widget__message--in{animation:.28s ease-out both search-chat-message-in;animation-delay:var(--msg-delay,0s)}.search-chat-widget__message--user{background:#f0fdfa;border-color:#99f6e4;justify-self:end}.search-chat-widget__role{color:#0f766e;letter-spacing:.04em;text-transform:uppercase;margin-bottom:3px;font-size:11px;font-weight:900;display:block}.search-chat-widget__body{color:#0f172a;font-size:14px;line-height:1.45}.search-chat-widget__body--plain p{white-space:pre-wrap;word-break:break-word;margin:0}.search-chat-widget__body--typing{align-items:center;min-height:20px;display:inline-flex}.search-chat-widget__dots{align-items:center;gap:4px;display:inline-flex}.search-chat-widget__dot{background:#64748b;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite search-chat-typing-dot}.search-chat-widget__dot:nth-child(2){animation-delay:.15s}.search-chat-widget__dot:nth-child(3){animation-delay:.3s}.search-chat-widget__caret{color:#0f766e;margin-left:1px;font-weight:700;animation:.9s step-end infinite search-chat-caret-blink;display:inline-block}.search-chat-md{gap:6px;display:grid}.search-chat-md p{word-break:break-word;margin:0}.search-chat-md__heading{color:#0f766e;letter-spacing:.02em;font-size:13px;font-weight:900}.search-chat-md ul{margin:0;padding-left:18px}.search-chat-md li+li{margin-top:4px}.search-chat-md code{color:#0f4c81;background:#f1f5f9;border-radius:6px;padding:1px 5px;font-size:.92em}.search-chat-md a{color:#0f766e;text-underline-offset:2px;font-weight:700;text-decoration:underline}.search-chat-md a:hover{color:#0f4c81}.search-chat-widget__message time{color:#94a3b8;margin-top:5px;font-size:11px;display:block}.search-chat-widget__actions{gap:8px;margin-top:10px;display:grid}.search-chat-widget__action{background:linear-gradient(135deg,#f0fdfa 0%,#fff 100%);border:1px solid #ccfbf1;border-radius:14px;gap:8px;padding:10px;display:grid}.search-chat-widget__action-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.search-chat-widget__action-head strong{color:#0f172a;font-size:13px}.search-chat-widget__action-status{color:#475569;text-transform:uppercase;background:#e2e8f0;border-radius:999px;flex:none;padding:3px 7px;font-size:10px;font-weight:900}.search-chat-widget__action-status--pending{color:#92400e;background:#fef3c7}.search-chat-widget__action-status--confirmed{color:#166534;background:#dcfce7}.search-chat-widget__action p{color:#334155;font-size:13px}.search-chat-widget__action dl{gap:6px;margin:0;display:grid}.search-chat-widget__action dl>div{gap:2px;display:grid}.search-chat-widget__action dt{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:900}.search-chat-widget__action dd{color:#0f172a;margin:0;font-size:13px;line-height:1.4}.search-chat-widget__action button{justify-self:start}.search-chat-widget__error{color:#b91c1c;margin-bottom:10px;font-weight:800}.search-chat-widget__form{gap:8px;display:grid}.search-chat-widget__form textarea{resize:vertical;color:#0f172a;width:100%;min-height:78px;font:inherit;background:#fff;border:1px solid #99f6e4;border-radius:14px;padding:10px 12px}.search-chat-widget__form button{justify-self:end}@keyframes search-chat-window-in{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes search-chat-message-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes search-chat-typing-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@keyframes search-chat-caret-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes search-chat-fab-pulse{0%,to{box-shadow:0 18px 42px #0f4c814d,0 0 #2dd4bf73}50%{box-shadow:0 22px 52px #0f4c815c,0 0 0 8px #2dd4bf00}}@keyframes search-chat-badge-pop{0%{opacity:.4;transform:scale(.6)}70%{opacity:1;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.search-chat-widget__window--open,.search-chat-widget__message--in,.search-chat-widget__button--busy,.search-chat-widget__badge--pop,.search-chat-widget__dot,.search-chat-widget__caret{animation:none}}@media (width<=760px){.search-page .search-chat-widget{justify-items:end;bottom:148px;left:auto;right:16px}}@media (width<=720px){.search-chat-widget{justify-items:stretch;bottom:12px;left:12px;right:12px}.search-chat-widget__window{border-radius:22px 22px 18px 18px;width:100%;max-height:calc(100vh - 110px);overflow:auto}.search-chat-widget__messages{max-height:38vh}}.search-notice{color:var(--green-dark);box-shadow:var(--shadow-soft);background:#ecfdf5;border:1px solid #bbf7d0;border-radius:12px;grid-column:1/-1;padding:14px 18px;font-size:14px;font-weight:700}.when-selector{gap:6px;display:grid}.when-selector input[type=date]{margin-top:6px}.demo-search-box{background:linear-gradient(135deg,#eef2ff 0%,#f8fafc 45%,#ecfeff 100%);border:1px solid #dbeafe;border-radius:22px;grid-column:1/-1;padding:22px 24px;box-shadow:0 18px 45px #0f172a14}.demo-search-title{color:#111827;margin-bottom:6px;font-size:22px;font-weight:800}.demo-search-subtitle{color:#475569;margin-bottom:14px;font-size:15px}.demo-progress{background:#94a3b840;border-radius:999px;width:100%;height:8px;overflow:hidden}.demo-progress-bar{background:linear-gradient(90deg,#3b82f6 0%,#2563eb 100%);border-radius:999px;height:100%;transition:width .4s}.demo-progress-label{color:#1e3a8a;margin-top:8px;font-size:13px;font-weight:700}.demo-search-clarify-area{margin-top:14px}.demo-search-clarify-area .clarify-box{margin:0}.demo-search-log{scroll-behavior:smooth;background:#0f172aeb;border:1px solid #94a3b840;border-radius:14px;max-height:188px;margin:14px 0 0;padding:12px 14px;font-family:SFMono-Regular,ui-monospace,JetBrains Mono,Menlo,Consolas,monospace;font-size:12.5px;line-height:1.5;list-style:none;overflow-y:auto}.demo-log-line{color:#cbd5e1;align-items:flex-start;gap:8px;padding:2px 0;animation:.28s both demo-log-in;display:flex}@keyframes demo-log-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.demo-log-icon{text-align:center;flex:none;width:16px;font-weight:700}.demo-log-text{flex:1}.demo-log-line--analyze .demo-log-icon{color:#a78bfa}.demo-log-line--scan .demo-log-icon{color:#38bdf8}.demo-log-line--found{color:#e2e8f0}.demo-log-line--found .demo-log-icon{color:#34d399}.demo-log-line--info .demo-log-icon{color:#94a3b8}.demo-log-line--done{color:#6ee7b7;font-weight:700}.demo-log-line--done .demo-log-icon{color:#34d399}.demo-log-line.is-active{color:#f8fafc}.demo-log-line.is-active .demo-log-icon{animation:.9s linear infinite demo-log-spin}@keyframes demo-log-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.demo-log-line,.demo-log-line.is-active .demo-log-icon{animation:none}}.clarify-box{background:#fff;border:1px solid #dbeafe;border-radius:22px;grid-column:1/-1;padding:20px 22px;animation:.28s both demo-log-in;box-shadow:0 18px 45px #0f172a14}.clarify-agent{align-items:flex-start;gap:12px;display:flex}.clarify-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#2563eb);border-radius:12px;flex:none;place-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:grid}.clarify-bubble{flex:1}.clarify-meta{align-items:center;gap:8px;margin-bottom:4px;display:flex}.clarify-name{color:#1e293b;font-size:13px;font-weight:700}.clarify-question{color:#111827;margin:0;font-size:16px;font-weight:600}.clarify-hint{color:#64748b;margin:6px 0 0;font-size:13px}.clarify-options{flex-wrap:wrap;gap:10px;margin-top:16px;padding-left:50px;display:flex}.clarify-option{color:#1e3a8a;cursor:pointer;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:9px 16px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,transform .1s}.clarify-option:hover{background:#e0e7ff;border-color:#818cf8}.clarify-option:active{transform:translateY(1px)}.clarify-answer{gap:8px;margin-top:14px;padding-left:50px;display:flex}.clarify-answer-input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:10px;flex:1;min-width:0;padding:9px 14px;font-size:14px}.clarify-answer-input:focus{border-color:#818cf8;outline:none;box-shadow:0 0 0 3px #818cf840}.clarify-answer-send{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:10px;padding:9px 18px;font-size:14px;font-weight:600;transition:background .15s,opacity .15s}.clarify-answer-send:hover:not(:disabled){background:#4338ca}.clarify-answer-send:disabled{opacity:.5;cursor:not-allowed}.clarify-thread{flex-direction:column;gap:8px;margin:0 0 12px;padding-left:50px;list-style:none;display:flex}.clarify-thread-item{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:2px;padding:8px 12px;display:flex}.clarify-thread-q{color:#64748b;font-size:12px}.clarify-thread-a{color:#0f172a;font-size:14px;font-weight:600}.clarify-thinking{color:#475569;align-items:center;gap:10px;margin:4px 0 0;padding-left:0;font-size:14px;font-weight:600;display:flex}.clarify-thinking-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#2563eb);border-radius:12px;flex:none;place-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:grid}@media (prefers-reduced-motion:reduce){.clarify-box{animation:none}}.search-queue{flex-direction:column;grid-column:1/-1;gap:14px;display:flex}.search-queue-header{align-items:center;gap:12px;display:flex}.search-queue-header h2{color:#111827;margin:0;font-size:20px;font-weight:800}.search-queue-count{color:#1d4ed8;background:#eff6ff;border-radius:999px;align-items:center;gap:6px;padding:4px 11px;font-size:12.5px;font-weight:700;display:inline-flex}.search-queue-count:before{content:"";background:#2563eb;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite search-pulse}.search-queue-empty{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1.5px dashed #cbd5e1;border-radius:20px;grid-column:1/-1;padding:34px 28px}.search-queue-empty-title{color:#334155;margin:0 0 6px;font-size:16px;font-weight:700}.search-queue-empty-hint{color:#64748b;max-width:460px;margin:0 auto;font-size:14px;line-height:1.5}.search-job-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.search-job{background:#fff;border:1px solid #e2e8f0;border-radius:18px;align-items:stretch;gap:16px;padding:18px 20px;display:flex;box-shadow:0 10px 30px #0f172a0d}.search-job-body{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.search-job-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.search-job-title{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:700;overflow:hidden}.search-job-summary{color:#64748b;margin:0;font-size:13.5px}.search-job-author{color:#8090ad;margin:2px 0 0;font-size:11px}.search-job--running{background:linear-gradient(135deg,#f5f8ff 0%,#fff 60%);border-color:#dbe6ff}.search-job-spinner{border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;flex:none;width:26px;height:26px;margin-top:2px;animation:.85s linear infinite search-spin}.search-job-timer{font-variant-numeric:tabular-nums;color:#1d4ed8;background:#eef4ff;border-radius:999px;flex:none;padding:2px 9px;font-size:13px;font-weight:700}.search-job-status{color:#1e3a8a;align-items:center;gap:4px;margin:2px 0 0;font-size:14px;font-weight:600;display:flex}.search-job-status-text{min-width:0}.search-job-dots{align-items:flex-end;gap:3px;padding-bottom:2px;display:inline-flex}.search-job-dots i{background:#60a5fa;border-radius:50%;width:4px;height:4px;animation:1.2s ease-in-out infinite search-bounce}.search-job-dots i:nth-child(2){animation-delay:.15s}.search-job-dots i:nth-child(3){animation-delay:.3s}.search-job-progress{background:#94a3b840;border-radius:999px;width:100%;height:6px;margin-top:6px;overflow:hidden}.search-job-progress-bar{background:linear-gradient(90deg,#3b82f6,#2563eb) 0 0/200% 100%;border-radius:999px;height:100%;transition:width .9s;animation:1.6s linear infinite search-sheen;display:block}.search-job-log{color:#475569;background:#f8fafc;border:1px solid #eef2f7;border-radius:8px;flex-direction:column;gap:3px;max-height:132px;margin:10px 0 0;padding:8px 10px;font-size:12px;line-height:1.35;list-style:none;display:flex;overflow-y:auto}.search-job-log li{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.search-job-cancel{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:none;align-self:center;padding:8px 14px;font-size:13px;font-weight:600;transition:border-color .15s,color .15s,background .15s}.search-job-cancel:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.search-job-delete{color:#94a3b8;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:none;align-self:center;margin-right:16px;padding:8px 14px;font-size:13px;font-weight:600;transition:border-color .15s,color .15s,background .15s}.search-job-delete:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.search-job--clarify{background:linear-gradient(135deg,#fffdf5 0%,#fff 55%);border-color:#fde68a;align-items:flex-start;box-shadow:0 12px 34px #ca8a041f}.search-job-body--clarify{gap:10px}.search-job-badge--clarify{color:#b45309;background:#fef3c7}.search-job-status--paused{color:#b45309;margin:0;font-size:13.5px;font-weight:600}.search-job--clarify .clarify-box{margin:4px 0 0}.search-job--error{background:linear-gradient(135deg,#fff5f5 0%,#fff 55%);border-color:#fecaca;align-items:flex-start;box-shadow:0 12px 34px #dc26261f}.search-job-error-mark{color:#b91c1c;background:#fee2e2;border-radius:999px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-weight:800;display:inline-flex}.search-job-badge--error{color:#b91c1c;background:#fee2e2}.search-job-status--error{color:#b91c1c;margin:0;font-size:13.5px;font-weight:600}.search-job--done{padding:0;transition:border-color .15s,box-shadow .15s,transform .15s}.search-job--done:hover{border-color:#bbf7d0;transform:translateY(-1px);box-shadow:0 14px 34px #0596691f}.search-job-check{color:#059669;background:#dcfce7;border-radius:50%;flex:none;align-self:center;place-items:center;width:28px;height:28px;margin-left:20px;font-size:15px;font-weight:800;display:grid}.search-job-open{text-align:left;cursor:pointer;min-width:0;color:inherit;font:inherit;background:0 0;border:none;flex:1;align-items:center;gap:16px;padding:18px 20px 18px 14px;display:flex}.search-job-badge{color:#047857;background:#dcfce7;border-radius:999px;flex:none;padding:3px 10px;font-size:12px;font-weight:700}.search-job-live{margin-top:10px}.search-job-live-toggle{color:#047857;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s;display:inline-flex}.search-job-live-toggle:hover{background:#dcfce7;border-color:#86efac}.search-job-live-caret{font-size:11px;line-height:1}.search-job-live-dev{color:#059669;letter-spacing:.04em;text-transform:uppercase;background:#d1fae5;border-radius:999px;padding:1px 6px;font-size:10px;font-weight:700}.search-job-live-list{flex-direction:column;gap:4px;margin:8px 0 0;padding:0;list-style:none;display:flex}.search-job-live-list li{color:#334155;align-items:baseline;gap:8px;font-size:12.5px;display:flex}.search-job-live-list li:before{content:"•";color:#10b981}.search-job-live-name{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.search-job-live-host{color:#94a3b8;font-variant-numeric:tabular-nums;flex:none;margin-left:auto;font-size:11.5px}.search-job-live-more{color:#94a3b8;font-size:12px}.search-job-live-more:before{content:none!important}.search-job-result{color:#047857;margin:0;font-size:13.5px;font-weight:600}.search-job-arrow{color:#94a3b8;flex:none;font-size:20px;transition:transform .15s,color .15s}.search-job--done:hover .search-job-arrow{color:#059669;transform:translate(3px)}.search-back{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-self:flex-start;align-items:center;gap:6px;margin-bottom:6px;padding:8px 14px;font-size:13.5px;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.search-back:hover{color:#1f2937;border-color:#cbd5e1}@keyframes search-spin{to{transform:rotate(360deg)}}@keyframes search-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@keyframes search-bounce{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@keyframes search-sheen{to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.search-job-spinner,.search-queue-count:before,.search-job-dots i,.search-job-progress-bar{animation:none}}.demo-results{grid-column:1/-1}.demo-results-title{color:#1f2937;margin:2px 0;font-size:22px;font-weight:700;line-height:1.1}.demo-results-export{flex-wrap:wrap;align-items:center;gap:8px;margin:2px 0 8px;display:flex}.demo-results-export__label{color:#4b5563;font-size:14px;font-weight:600}.demo-results-export__error{color:#dc2626;font-size:13px}.demo-results-meta{color:#4b5563;margin-bottom:12px;font-size:14px}.demo-results-meta .green{color:#059669;font-weight:800}.demo-results-meta .orange{color:#ea580c;font-weight:800}.demo-section-title{color:#fff;background:#1f2937;border-radius:2px 2px 0 0;padding:10px 12px;font-size:19px;font-weight:800}.offer-table-toolbar{justify-content:flex-end;gap:16px;margin-bottom:8px;display:flex}.offer-stock-toggle{color:var(--muted,#64748b);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:12px;display:inline-flex}.offer-stock-toggle input{cursor:pointer}.offer-stock-toggle__count{color:var(--red)}.offer-stock-badge{white-space:nowrap;vertical-align:middle;color:var(--red);background:color-mix(in srgb, var(--red) 12%, #fff);border:1px solid color-mix(in srgb, var(--red) 35%, #fff);border-radius:999px;margin-left:6px;padding:1px 6px;font-size:10px;font-weight:600;line-height:1.5;display:inline-block}.demo-table-wrap{overscroll-behavior:contain;background:#fff;border:1px solid #d8e2ee;border-top:0;border-radius:0 0 18px 18px;max-height:calc(100vh - 210px);margin-bottom:14px;overflow:auto;box-shadow:0 14px 32px #0f172a12}table.demo-offers{border-collapse:separate;border-spacing:0;color:#111827;table-layout:fixed;width:100%;min-width:1040px;font-size:12px}.demo-offers th:first-child,.demo-offers th:nth-child(2){width:34px}.demo-offers th:nth-child(3){width:196px}.demo-offers th:nth-child(4){width:116px}.demo-offers th:nth-child(5){width:112px}.demo-offers th:nth-child(6),.demo-offers th:nth-child(7){width:84px}.demo-offers th:nth-child(8){width:104px}.demo-offers th:nth-child(9){width:70px}.demo-offers th:nth-child(10){width:110px}.demo-offers th:nth-child(11){width:96px}.demo-offers td{white-space:nowrap}.demo-offers td.cell-ellipsis{text-overflow:ellipsis;overflow:hidden}.demo-offers td.price-cell{white-space:normal}.demo-offers th{color:#fff;text-align:center;letter-spacing:.01em;z-index:3;background:linear-gradient(#334155 0%,#1f2937 100%);border-bottom:1px solid #1e293b;border-right:1px solid #e2e8f047;padding:12px 10px;font-weight:850;line-height:1.05;position:sticky;top:0}.demo-offers th.sortable{padding:0}.demo-offers th.sortable .th-sort{width:100%;font:inherit;color:inherit;letter-spacing:inherit;line-height:inherit;cursor:pointer;text-align:center;background:0 0;border:0;justify-content:center;align-items:center;gap:5px;padding:12px 10px;display:inline-flex}.demo-offers th.sortable .th-sort:hover{background:#ffffff14}.demo-offers th.sortable .th-sort__arrow{opacity:.65;flex:none;font-size:9px}.demo-offers th.sortable[aria-sort=ascending] .th-sort__arrow,.demo-offers th.sortable[aria-sort=descending] .th-sort__arrow{opacity:1;color:#93c5fd}.demo-offers th:last-child{border-right:0}.demo-offers td{vertical-align:middle;background:#fff;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:11px 10px;transition:background .14s,box-shadow .14s,border-color .14s}.demo-offers td:last-child{border-right:0}.demo-offers tr:nth-child(2n) td{background:#f8fafc}.demo-offers tr.best td{background:#ecfdf5;border-bottom-color:#bbf7d0}.demo-offers tr.confirm td{background:#fffbeb;border-bottom-color:#fde68a}.demo-offers tbody tr:hover td{background:#f1f5f9}.demo-offers tr.best:hover td{background:#dcfce7}.demo-offers tr.confirm:hover td{background:#fef3c7}.demo-offers tr.selected td{background:#eff6ff;border-bottom-color:#bfdbfe;box-shadow:inset 0 1px #bfdbfe,inset 0 -1px #bfdbfe}.demo-offers tr.selected .select-cell{box-shadow:inset 4px 0 #2563eb,inset 0 1px #bfdbfe,inset 0 -1px #bfdbfe}.demo-offers tbody tr{cursor:pointer}.demo-offers .select-cell,.demo-offers .num{text-align:center;width:34px}.demo-offers .supplier{font-weight:850}.demo-offers .supplier small{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-weight:650;display:block;overflow:hidden}.demo-offers .price{white-space:normal;overflow-wrap:anywhere;color:#0f172a;font-weight:900}.demo-offers .price-note{color:#ef4444;margin-top:3px;font-size:10px;font-weight:800;display:block}.demo-offers .muted{color:#64748b;font-style:italic}.demo-offers a{color:#2563eb;font-weight:800;text-decoration:none}.demo-offers a:hover{color:#1d4ed8;text-decoration:underline}.offer-check{appearance:none;cursor:pointer;background:#fff;border:2px solid #cbd5e1;border-radius:7px;place-content:center;width:20px;height:20px;margin:0;transition:background .14s,border-color .14s,box-shadow .14s;display:inline-grid}.offer-check:hover{border-color:#60a5fa;box-shadow:0 0 0 4px #2563eb14}.offer-check:before{content:"";clip-path:polygon(14% 44%,0 60%,38% 100%,100% 18%,84% 4%,36% 66%);background:#fff;border-radius:4px;width:10px;height:10px;transition:transform .12s ease-in-out;transform:scale(0)}.offer-check:checked{background:#2563eb;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.offer-check:checked:before{transform:scale(1)}.selection-footer{bottom:calc(-1 * var(--sp-pad-bottom,0px));z-index:20;color:#64748b;background:#f8fbff;border:1px solid #dbeafe;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin:0;padding:12px 14px;font-size:13px;font-weight:750;transition:margin .28s,padding .28s,border-radius .28s,box-shadow .28s,background .28s;display:flex;position:sticky;box-shadow:0 8px 24px #0f172a00}.selection-footer.is-floating{margin-left:calc(-1 * var(--sp-pad-x,0px));margin-right:calc(-1 * var(--sp-pad-x,0px));padding-left:var(--sp-pad-x,14px);padding-right:var(--sp-pad-x,14px);border-left:0;border-right:0;border-radius:0;box-shadow:0 -6px 24px #0f172a24}.selection-footer-sentinel{pointer-events:none;height:1px;margin:0}.selection-count strong{color:#1e40af;font-weight:900}.selection-hint{color:#475569}.add-button{color:#fff;cursor:pointer;background:linear-gradient(#3b82f6 0%,#2563eb 100%);border:1px solid #2563eb;border-radius:12px;min-width:190px;min-height:40px;font-size:14px;font-weight:900;transition:transform .12s,box-shadow .12s,opacity .12s;box-shadow:0 10px 20px #2563eb38}.add-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 14px 24px #2563eb47}.add-button:disabled{cursor:not-allowed;opacity:.48;box-shadow:none}@media (width<=760px){.selection-footer{flex-direction:column;align-items:flex-start}}.in-progress-page{background:linear-gradient(#f7faff 0%,#f1f3f7 100%);grid-template-rows:auto auto auto minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr);align-content:start;gap:16px;height:100%;max-height:100vh;padding:22px 32px 18px;display:grid;overflow:hidden}.in-progress-hero{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.in-progress-hero__main h1{color:#0c1735;letter-spacing:-.01em;margin:0;font-size:22px;font-weight:700}.in-progress-hero__main p{color:#61708b;margin:2px 0 0;font-size:12px}.in-progress-hero__metrics{align-items:center;gap:8px;display:flex}.hero-metric{background:#fff;border:1px solid #0000;border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.hero-metric strong{font-size:15px;font-weight:700;line-height:1}.hero-metric--attention{color:#b1183a;background:#fff0f2;border-color:#fbcfd6}.hero-metric--approval{color:#1d7a4c;background:#edfbf1;border-color:#b4e7c5}.in-progress-toolbar{background:#fff;border:1px solid #e5ebf6;border-radius:10px;align-items:center;gap:10px;padding:6px 10px 6px 14px;display:flex}.in-progress-search{color:#61708b;flex:1;align-items:center;gap:8px;min-height:32px;display:flex;position:relative}.in-progress-search__icon{color:#8090ad;flex-shrink:0;width:14px;height:14px}.in-progress-search input{color:#0c1735;background:0 0;border:0;flex:1;height:32px;padding:0;font-size:13px}.in-progress-search input::placeholder{color:#93a0bd}.in-progress-search input:focus{outline:none}.in-progress-filters,.in-progress-new-search{cursor:pointer;border-radius:8px;align-items:center;height:32px;padding:0 14px;font-size:13px;font-weight:600;transition:background .12s,transform 80ms,box-shadow .12s;display:inline-flex}.in-progress-filters{color:#263a5f;background:#fff;border:1px solid #e2e8f3}.in-progress-filters:hover{background:#f4f7fc}.in-progress-new-search{color:#fff;background:linear-gradient(139deg,#2563eb 0%,#5b35f2 100%);border:0;box-shadow:0 4px 12px #2563eb2e}.in-progress-new-search:hover{filter:brightness(1.05)}.in-progress-filters{gap:8px}.in-progress-filters--active{color:#1d4ed8;background:#eef4ff;border-color:#c7d6f7}.in-progress-filters__badge{color:#fff;background:#2563eb;border-radius:9px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:inline-grid}.filters-popover{z-index:40;background:#fff;border:1px solid #e2e8f3;border-radius:12px;gap:14px;width:280px;padding:14px;animation:.12s ease-out popover-pop;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 18px 40px #0f172a2e}.filters-popover__group{gap:8px;display:grid}.filters-popover__title{color:#5c6c92;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:11px;font-weight:700}.filters-popover__chips{flex-wrap:wrap;gap:6px;display:flex}.filter-chip{color:#344563;cursor:pointer;background:#fff;border:1px solid #e2e8f3;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:600;transition:background .12s,border-color .12s,color .12s}.filter-chip:hover{background:#f4f7fc}.filter-chip--active{color:#fff;background:#2563eb;border-color:#2563eb}.filter-chip--active:hover{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.archive-filters{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.archive-filter{color:#344563;cursor:pointer;background:#fff;border:1px solid #e2e8f3;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:600;line-height:1;transition:background .12s,border-color .12s,color .12s}.archive-filter:hover{background:#f4f7fc}.archive-filter.is-active{color:#fff;background:#2563eb;border-color:#2563eb}.archive-filter.is-active:hover{background:#1d4ed8;border-color:#1d4ed8}.filters-popover__footer{border-top:1px solid #eef2f9;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.filters-popover__reset{color:#2563eb;cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:600}.filters-popover__reset:disabled{color:#aab6cf;cursor:default}.filters-popover__count{color:#64748b;font-size:12px;font-weight:600}.request-list__empty{text-align:center;color:#64748b;margin:0;padding:32px 16px;font-size:14px}.request-list{align-content:start;gap:14px;min-height:0;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.request-card{background:#fff;border:1px solid #e5ebf6;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:14px 18px;transition:border-color .15s,box-shadow .15s;display:grid;box-shadow:0 1px #0f172a05}.request-card:hover{border-color:#9bb8ff;box-shadow:0 6px 18px #2563eb14}.request-card__main{gap:6px;min-width:0;display:grid}.request-card__title{color:#0c1735;letter-spacing:-.005em;margin:0;font-size:15px;font-weight:700}.request-card__meta{color:#61708b;margin:0;font-size:12px}.request-card__updated{color:#8090ad;margin:0;font-size:11px}.request-card__chips{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.request-card__side{flex-shrink:0;align-items:center;gap:14px;display:flex}.request-card__suppliers{background:#f7faff;border:1px solid #e2e9f5;border-radius:12px;justify-items:center;min-width:88px;padding:10px 14px;display:grid}.request-card__suppliers-label{color:#61708b;font-size:12px;font-weight:600}.request-card__suppliers-value{color:#1d4ed8;letter-spacing:-.02em;font-size:28px;font-weight:700;line-height:1.1}.request-card__open{color:#fff;cursor:pointer;background:linear-gradient(139deg,#2563eb 0%,#5b35f2 100%);border:0;border-radius:8px;align-items:center;height:32px;padding:0 16px;font-size:13px;font-weight:700;transition:transform 80ms,box-shadow .12s;display:inline-flex;box-shadow:0 4px 12px #2563eb2e}.request-card__open:hover{transform:translateY(-1px);box-shadow:0 14px 28px #2563eb52}.status-chip{border-radius:999px;align-items:center;gap:6px;padding:4px 10px 4px 4px;font-size:12px;font-weight:700;display:inline-flex}.status-chip__count{color:#263a5f;background:#fff;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:13px;font-weight:700;display:inline-grid}.status-chip--unanswered{color:#e11d48;background:#fdeaf0}.status-chip--unanswered .status-chip__count{color:#e11d48}.status-chip--waiting{color:#c2410c;background:#fff2e2}.status-chip--waiting .status-chip__count{color:#c2410c}.status-chip--approval{color:#16a34a;background:#e8f8ef}.status-chip--approval .status-chip__count{color:#16a34a}.status-chip--contract{color:#4f46e5;background:#eef2ff}.status-chip--contract .status-chip__count{color:#4f46e5}.status-chip--irrelevant{color:#64748b;background:#eef2f7}.status-chip--irrelevant .status-chip__count{color:#64748b}.status-chip--clarify{cursor:pointer;color:#fff;background:linear-gradient(135deg,#2563eb 0%,#6d28d9 100%);border:0;font-family:inherit;transition:transform 80ms,box-shadow .12s,filter .12s;box-shadow:0 4px 12px #2563eb3d}.status-chip--clarify .status-chip__count{color:#4338ca;background:#fff}.status-chip--clarify .status-chip__finger{font-size:13px;line-height:1}.status-chip--clarify:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 8px 20px #2563eb52}.status-chip--clarify:active{transform:translateY(0)}.status-chip--new{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);animation:2.4s ease-in-out infinite new-chip-pulse;box-shadow:0 4px 12px #2563eb47}.status-chip--new .status-chip__count{color:#1d4ed8;background:#fff}.status-chip--new .status-chip__bell{font-size:13px;line-height:1}@keyframes new-chip-pulse{0%,to{box-shadow:0 4px 12px #2563eb47}50%{box-shadow:0 6px 20px #2563eb80}}@media (prefers-reduced-motion:reduce){.status-chip--new{animation:none}}button.status-chip{cursor:pointer;border:0;font-family:inherit;transition:transform 80ms,filter .12s,box-shadow .12s}button.status-chip:not(.status-chip--clarify):hover{filter:brightness(.96);transform:translateY(-1px);box-shadow:0 4px 12px #0f172a1a}button.status-chip:not(.status-chip--clarify):active{transform:translateY(0)}button.status-chip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.request-card--clickable{cursor:pointer}.in-progress-pagination{color:#7a89aa;justify-content:flex-start;align-items:center;padding:4px 4px 0;font-size:11px;display:flex}.in-progress-pagination__controls{align-items:center;gap:6px;display:flex}.in-progress-pagination__controls button{color:#61708b;background:#fff;border:1px solid #d7e1f1;border-radius:8px;place-items:center;min-width:32px;height:32px;padding:0 8px;font-size:14px;font-weight:600;display:inline-grid}.in-progress-pagination__controls button:disabled{opacity:.5;cursor:not-allowed}.in-progress-pagination__page.is-active{color:#fff;background:#2563eb;border-color:#2563eb}.request-detail-page{background:linear-gradient(#f7faff 0%,#f1f3f7 100%);flex-direction:column;gap:12px;height:100%;max-height:100vh;padding:16px 24px;display:flex;overflow:hidden}.request-detail-topbar{align-items:center;gap:14px;display:flex}.request-detail-back{color:#263a5f;cursor:pointer;background:#fff;border:1px solid #d7e1f1;border-radius:999px;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.request-detail-breadcrumbs{color:#8090ad;font-size:13px}.request-detail-breadcrumbs strong{color:#0c1735;font-weight:600}.request-detail-hero{background:#fff;border:1px solid #e5ebf6;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:10px 14px;display:grid}.request-detail-back{color:#2f3d62;cursor:pointer;background:#fff;border:1px solid #e2e8f3;border-radius:8px;place-items:center;width:32px;height:32px;padding:0;font-size:16px;display:inline-grid}.request-detail-back:hover{background:#f4f7fc}.request-detail-hero__main{min-width:0}.request-detail-hero__main h1{color:#10214d;letter-spacing:-.01em;margin:0 0 2px;font-size:17px;font-weight:700}.request-detail-meta-row{color:#5c6c92;flex-wrap:wrap;gap:6px;margin:0;padding:0;font-size:12px;list-style:none;display:flex}.request-detail-meta-row .dot{color:#c7d1e6}.request-detail-meta-row .muted{color:#93a0bd}.request-detail-hero__metrics{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.hero-pill{color:#5c6c92;white-space:nowrap;background:#f4f7fc;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex}.hero-pill strong{color:#12234d;font-size:13px;font-weight:700}.hero-pill--blue{color:#2f60ff;background:#eef3ff}.hero-pill--blue strong{color:#1d3fa6}.hero-pill--orange{color:#c35714;background:#fff2e8}.hero-pill--orange strong{color:#c35714}.hero-pill--green{color:#1d7a4c;background:#edfbf1}.hero-pill--green strong{color:#1d7a4c}.hero-pill--grey{color:#5c6c92;background:#f3f5fa}.hero-pill--grey strong{color:#5c6c92}.request-detail-hero__actions{align-items:center;gap:6px;display:inline-flex}.ghost-button{color:#132247;cursor:pointer;background:#fff;border:1px solid #d9e1f0;border-radius:10px;align-items:center;gap:6px;height:38px;padding:0 14px;font-size:13px;font-weight:600;transition:border-color .15s,background .15s;display:inline-flex}.ghost-button:hover{background:#f5f8ff;border-color:#2f60ff}.ghost-button--accent{color:#2f60ff;background:#f5f8ff;border-color:#c7d6ff}.ghost-button--accent:hover{background:#eaf0ff;border-color:#2f60ff}.icon-button{color:#5c6c92;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;place-items:center;width:36px;height:36px;font-size:16px;transition:background .15s,border-color .15s,color .15s;display:inline-grid}.icon-button:hover{color:#132247;background:#f1f5fb;border-color:#e2e8f3}.kpi-card-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.kpi-tile{background:#fff;border:1px solid #e5ebf6;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;display:flex}.kpi-tile__icon{border-radius:10px;place-items:center;width:32px;height:32px;font-size:14px;display:grid}.kpi-tile--blue .kpi-tile__icon{color:#2f60ff;background:#eef3ff}.kpi-tile--orange .kpi-tile__icon{color:#ff8a39;background:#fff2e8}.kpi-tile--green .kpi-tile__icon{color:#28a35f;background:#edfbf1}.kpi-tile--grey .kpi-tile__icon{color:#7887a8;background:#f3f5fa}.kpi-tile__body{gap:2px;min-width:0;display:grid}.kpi-tile__label{color:#7a89aa;font-size:11px}.kpi-tile__value{color:#12234d;font-size:18px;font-weight:700;line-height:1.1}.thread-subject{background:#fafbff;border-bottom:1px solid #eef2f7;flex-shrink:0;align-items:baseline;gap:10px;padding:10px 18px;display:flex}.thread-subject__label{letter-spacing:.08em;text-transform:uppercase;color:#7a89aa;flex-shrink:0;font-size:10px;font-weight:700}.thread-subject__text{color:#132247;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;line-height:1.4;overflow:hidden}.thread-list{flex:1;align-content:start;gap:12px;min-height:0;margin:0;padding:14px 18px;list-style:none;display:grid;overflow-y:auto}.thread-bubble{grid-template-columns:28px minmax(0,1fr);align-self:flex-start;gap:8px;max-width:82%;display:grid}.thread-bubble--out{grid-template-columns:minmax(0,1fr) 28px;place-self:flex-end end}.thread-bubble__body{background:#f6f9ff;border:1px solid #dbe6ff;border-radius:10px;min-width:0;padding:8px 12px}.thread-bubble--out .thread-bubble__body{background:#eef4ff;border-color:#c7d7ff}.thread-bubble__head{justify-content:space-between;gap:12px;margin-bottom:2px;display:flex}.thread-bubble__author{color:#0f2049;font-size:11px;font-weight:700}.thread-bubble__date{color:#7a89aa;font-size:11px}.thread-bubble__text{color:#2f3d62;word-wrap:break-word;overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.4}.thread-bubble__text+.thread-bubble__text{margin-top:6px}.thread-bubble__summary{color:#45557e;font-style:italic}.thread-bubble__toggle{color:#2563eb;cursor:pointer;background:0 0;border:none;margin-top:6px;padding:0;font-size:11px;font-weight:600}.thread-bubble__toggle:hover{text-decoration:underline}.thread-bubble--out .thread-bubble__toggle{color:#1d4ed8}.thread-bubble__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-self:end;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:inline-flex}.thread-bubble__avatar--you{background:#36f}.thread-list__empty{color:#7a89aa;background:#fafbff;border:1px dashed #dbe6ff;border-radius:12px;padding:18px 20px;font-size:13px;line-height:1.5}.thread-empty-cta{background:linear-gradient(135deg,#eff4ff 0%,#f5f0ff 100%);border:1px solid #d4def9;border-radius:16px;justify-items:start;gap:12px;margin:4px 0;padding:22px 22px 20px;display:grid;box-shadow:0 8px 22px #2563eb14}.thread-empty-cta__icon{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:10px;place-items:center;width:36px;height:36px;font-size:18px;display:grid;box-shadow:0 6px 14px #6366f14d}.thread-empty-cta__title{color:var(--text);margin:0;font-size:16px;font-weight:700}.thread-empty-cta__text{color:#4c5b80;margin:0;font-size:13px;line-height:1.5}.thread-empty-cta__actions{flex-wrap:wrap;gap:8px;display:flex}.thread-empty-cta__actions .primary-button{align-items:center;gap:8px;display:inline-flex}.thread-typing__body{align-items:center;gap:6px;display:inline-flex}.thread-typing__dot{background:#93a0bd;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite thread-typing}.thread-typing__dot:nth-child(2){animation-delay:.15s}.thread-typing__dot:nth-child(3){animation-delay:.3s}.thread-typing__hint{color:#93a0bd;margin-left:8px;font-size:12px}@keyframes thread-typing{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.thread-attachment{cursor:pointer;background:#fafbff;border:1px solid #dde5f3;border-radius:10px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:10px;padding:8px 10px;transition:border-color .12s,background .12s;display:grid}.thread-attachment:hover{background:#f0f4ff;border-color:#b9c7e8}.thread-attachment:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.attachment-preview{z-index:1000;place-items:center;padding:32px;display:grid;position:fixed;inset:0}.attachment-preview__scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a8c;position:absolute;inset:0}.attachment-preview__panel{z-index:1;background:#fff;border-radius:14px;flex-direction:column;width:min(960px,100%);height:min(86vh,900px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px #0f172a52}.attachment-preview__head{background:#f9fbff;border-bottom:1px solid #e7ecf6;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.attachment-preview__meta{align-items:center;gap:12px;min-width:0;display:flex}.attachment-preview__tag{color:#e04343;background:#ffe5e5;border-radius:6px;place-items:center;width:44px;height:32px;font-size:11px;font-weight:700;display:grid}.attachment-preview__title{gap:2px;min-width:0;display:grid}.attachment-preview__name{color:#132247;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.attachment-preview__size{color:#7a89aa;font-size:11px}.attachment-preview__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.attachment-preview__body{background:#eef1f7;flex:1;min-height:0;display:flex}.attachment-preview__frame{border:0;flex:1;width:100%;height:100%}.attachment-preview__image{object-fit:contain;max-width:100%;max-height:100%;margin:auto}.attachment-preview__fallback{text-align:center;color:#475569;margin:auto;padding:24px 32px}.attachment-preview__fallback p{margin:4px 0}.thread-attachment__tag{color:#e04343;background:#ffe5e5;border-radius:6px;place-items:center;width:44px;height:32px;font-size:11px;font-weight:700;display:grid}.thread-attachment__meta{gap:2px;min-width:0;display:grid}.thread-attachment__name{color:#132247;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.thread-attachment__size{color:#7a89aa;font-size:11px}.thread-attachment__summary{color:#3c5a8a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:11px;line-height:1.35;display:-webkit-box;overflow:hidden}.thread-composer{background:#fff;border-top:1px solid #eef2f7;flex-direction:column;flex-shrink:0;gap:8px;padding:10px 12px;display:flex}.thread-composer__row{grid-template-columns:auto minmax(0,1fr) auto auto;align-items:end;gap:8px;display:grid}.thread-composer__input{resize:none;color:#132247;background:#fafbff;border:1px solid #dde5f3;border-radius:12px;width:100%;min-height:38px;max-height:168px;padding:9px 12px;font-family:inherit;font-size:13px;line-height:1.45;overflow-y:hidden}.thread-composer__input:focus{border-color:#2f60ff;outline:none;box-shadow:0 0 0 3px #2f60ff1f}.thread-composer__send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;min-height:0;padding:0;font-size:13px;line-height:1;transition:filter .12s,box-shadow .12s,transform 80ms;display:inline-flex;box-shadow:0 4px 12px #2563eb38}.thread-composer__send:hover{filter:brightness(1.05);box-shadow:0 6px 16px #2563eb47}.thread-composer__send:active{transform:scale(.94)}.thread-composer__send:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;background:#cbd5e1}.thread-composer__assistant--active{color:#2563eb;background:#eef2ff;border-color:#c7d2fe}.ai-suggestions{gap:6px;display:grid}.ai-suggestion{color:#2f3d62;text-align:left;cursor:pointer;background:#fafbff;border:1px solid #e0e7f5;border-radius:8px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;padding:6px 10px;font-size:12px;font-weight:600;transition:border-color .15s,background .15s;display:grid}.ai-suggestion:hover:not(:disabled){background:#f0f5ff;border-color:#2f60ff}.ai-suggestion:disabled{opacity:.5;cursor:not-allowed}.ai-suggestion__icon{color:#2f60ff;background:#fff;border:1px solid #d8e2fb;border-radius:6px;place-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:grid}.ai-suggestion__label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ai-suggestion__arrow{color:#93a0bd;font-size:14px;font-weight:700;transition:color .15s,transform .15s}.ai-suggestion:hover:not(:disabled) .ai-suggestion__arrow{color:#2f60ff;transform:rotate(45deg)}.ai-draft-shell{background:linear-gradient(135deg,#fafbff 0%,#f1f5ff 100%);border:1px dashed #d3deff;border-radius:10px;overflow:hidden}.ai-draft-shell>summary{cursor:pointer;color:#4a5878;align-items:flex-start;gap:8px;padding:8px 10px;font-size:12px;line-height:1.45;list-style:none;display:flex}.ai-draft-shell>summary::-webkit-details-marker{display:none}.ai-draft-shell__preview{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:1;min-width:0;display:-webkit-box;overflow:hidden}.ai-draft-shell__more{color:#2f60ff;letter-spacing:.02em;flex-shrink:0;font-size:11px;font-weight:700}.ai-draft-shell[open] .ai-draft-shell__preview{display:none}.ai-draft-shell[open] .ai-draft-shell__more:before{content:"свернуть"}.ai-draft-shell[open] .ai-draft-shell__more{font-size:0}.ai-draft-shell[open] .ai-draft-shell__more:before{font-size:11px}.ai-actions{justify-self:end;gap:6px;display:inline-flex}.status-pill{letter-spacing:.01em;border-radius:999px;align-items:center;height:22px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.status-pill--unanswered{color:#e11d48;background:#fdeaf0}.status-pill--waiting{color:#ff8a39;background:#fff2e8}.status-pill--approval{color:#28a35f;background:#edfbf1}.status-pill--contract{color:#4f46e5;background:#eef2ff}.status-pill--irrelevant{color:#7887a8;background:#f3f5fa}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.menu-anchor{display:inline-flex;position:relative}.menu-scrim{z-index:30;cursor:default;background:0 0;border:0;padding:0;position:fixed;inset:0}.popover-menu{z-index:40;background:#fff;border:1px solid #e2e8f3;border-radius:12px;gap:2px;min-width:220px;margin:0;padding:6px;list-style:none;animation:.12s ease-out popover-pop;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 18px 40px #0f172a2e}.popover-menu li{margin:0}.popover-menu button{color:#1f2a4a;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 10px;font-size:13px;font-weight:600;transition:background .12s;display:flex}.popover-menu button:hover{background:#f3f6fd}.emoji-popover{z-index:40;background:#fff;border:1px solid #e2e8f3;border-radius:12px;grid-template-columns:repeat(6,32px);gap:4px;padding:8px;animation:.12s ease-out popover-pop;display:grid;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 18px 40px #0f172a2e}.emoji-popover__item{cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;padding:0;font-size:18px;transition:background .12s;display:grid}.emoji-popover__item:hover{background:#f3f6fd}@keyframes popover-pop{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.composer-suggestions{flex-wrap:wrap;gap:6px;display:flex}.composer-suggestion{color:#2f60ff;cursor:pointer;background:#f3f7ff;border:1px solid #d3deff;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.composer-suggestion:hover:not(:disabled){color:#fff;background:#2f60ff;border-color:#2f60ff}.composer-suggestion:disabled{opacity:.5;cursor:not-allowed}.composer-attachment{background:#f6f9ff;border:1px solid #dde5f3;border-radius:10px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 10px;display:grid}.composer-attachment__tag{color:#2f60ff;background:#eef3ff;border-radius:6px;place-items:center;width:44px;height:32px;font-size:11px;font-weight:700;display:grid}.composer-attachment__meta{gap:2px;min-width:0;display:grid}.composer-attachment__name{color:#132247;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.composer-attachment__size{color:#5c6c92;font-size:11px}.chat-toast{z-index:60;color:#fff;background:#0f2049;border-radius:999px;align-items:center;gap:10px;max-width:min(520px,100vw - 32px);padding:10px 16px;font-size:13px;font-weight:600;animation:.18s ease-out toast-rise;display:inline-flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 20px 40px #0f172a47}@keyframes toast-rise{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.add-suppliers-modal{z-index:72;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.add-suppliers-modal__scrim{cursor:pointer;background:#0f172a73;border:0;width:100%;height:100%;padding:0;animation:.18s ease-out scrim-fade;position:absolute;inset:0}.add-suppliers-modal__panel{background:#fff;border-radius:16px;flex-direction:column;gap:14px;width:min(1100px,100%);max-height:calc(100vh - 48px);padding:22px 22px 12px;animation:.18s ease-out popover-pop;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f172a47}.add-suppliers-modal__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.add-suppliers-modal__head h2{color:#10214d;margin:4px 0 0;font-size:18px;font-weight:700}.add-suppliers-modal__eyebrow{color:#5c6c92;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.add-suppliers-modal__hint{color:#5c6c92;max-width:70ch;margin:6px 0 0;font-size:13px}.add-suppliers-modal__body{flex:auto;min-height:0;overflow:auto}.add-suppliers-modal__body .demo-offers{min-width:0}.add-suppliers-modal__body .demo-offers td{text-overflow:ellipsis;overflow:hidden}.request-card-modal{z-index:70;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.request-card-modal__scrim{cursor:pointer;background:#0f172a73;border:0;width:100%;height:100%;padding:0;animation:.18s ease-out scrim-fade;position:absolute;inset:0}@keyframes scrim-fade{0%{opacity:0}to{opacity:1}}.request-card-modal__panel{background:#fff;border-radius:16px;gap:16px;width:min(520px,100%);padding:22px 22px 20px;animation:.18s ease-out popover-pop;display:grid;position:relative;box-shadow:0 30px 80px #0f172a47}.request-card-modal__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.request-card-modal__head h2{color:#10214d;margin:4px 0 0;font-size:18px;font-weight:700}.request-card-modal__eyebrow{color:#5c6c92;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.request-card-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:0;display:grid}.request-card-modal__grid div{background:#fafbff;border:1px solid #e5ebf6;border-radius:10px;gap:2px;padding:10px 12px;display:grid}.request-card-modal__grid dt{color:#7a89aa;letter-spacing:.02em;text-transform:uppercase;font-size:11px}.request-card-modal__grid dd{color:#10214d;margin:0;font-size:14px;font-weight:700}.request-card-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=1100px){.request-card{grid-template-columns:1fr;align-items:stretch}.request-card__side{justify-content:flex-end}}@media (width<=880px){.in-progress-page,.request-detail-page{padding:24px 18px 40px}.kpi-row{grid-template-columns:1fr}.in-progress-toolbar{flex-wrap:wrap}.in-progress-search{order:-1;width:100%}.request-detail-hero{grid-template-columns:1fr}.request-detail-hero__actions{justify-content:flex-start}.kpi-card-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border)}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.search-page{--sp-pad-x:18px;--sp-pad-top:22px;--sp-pad-bottom:42px;padding:var(--sp-pad-top) var(--sp-pad-x) var(--sp-pad-bottom);grid-template-columns:1fr}}@media (width<=700px){.sidebar-nav{grid-template-columns:1fr}.page-header,.search-card-header{flex-direction:column}.search-form{grid-template-columns:1fr}}.request-actions-bar{flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 14px;display:flex}.request-actions-bar .primary-button,.request-actions-bar .ghost-button{align-items:center;gap:8px;height:40px;min-height:0;padding:0 18px;display:inline-flex}.opening-letter-banner{background:linear-gradient(135deg,#eef4ff 0%,#f5efff 100%);border:1px solid #c7d6ff;border-radius:14px;align-items:center;gap:14px;margin:0 0 14px;padding:14px 18px;display:flex;box-shadow:0 10px 24px #2563eb14}.opening-letter-banner__icon{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:18px;display:grid;box-shadow:0 6px 14px #6366f14d}.opening-letter-banner__body{flex:auto;gap:2px;min-width:0;display:grid}.opening-letter-banner__body strong{color:var(--text);font-size:14px;font-weight:700}.opening-letter-banner__body span{color:#4c5b80;font-size:12px;line-height:1.5}.opening-letter-banner__cta{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.opening-letter-banner--clarify{background:linear-gradient(135deg,#f4f8ff 0%,#f3f6fd 100%);border-color:#d6e0f5;box-shadow:0 8px 20px #2563eb0f}.opening-letter-banner--clarify .opening-letter-banner__icon{background:linear-gradient(135deg,#60a5fa 0%,#818cf8 100%);box-shadow:0 6px 14px #6366f138}.opening-letter-modal{z-index:80;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.opening-letter-modal__scrim{cursor:pointer;background:#0f172a7a;border:0;width:100%;height:100%;padding:0;animation:.18s ease-out scrim-fade;position:absolute;inset:0}.opening-letter-modal__panel{background:#fff;border-radius:18px;flex-direction:column;gap:12px;width:min(640px,100%);height:min(780px,100vh - 48px);max-height:calc(100vh - 48px);padding:20px;animation:.18s ease-out popover-pop;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f172a4d}.opening-letter-modal__field.opening-letter-modal__field--body{flex-direction:column;flex:auto;gap:6px;min-height:0;display:flex}.opening-letter-modal__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.opening-letter-modal__head h2{color:var(--text);margin:3px 0 4px;font-size:18px;font-weight:700}.opening-letter-modal__eyebrow{color:#5c6c92;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.opening-letter-modal__hint{color:#4c5b80;margin:0;font-size:13px;line-height:1.45}.opening-letter-modal__field{gap:6px;display:grid}.opening-letter-modal__field--meta{background:#fafbff;border:1px solid #e5ebf6;border-radius:12px;padding:9px 12px}.opening-letter-modal__meta{gap:3px;display:grid}.opening-letter-modal__meta-label{color:#7a89aa;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.opening-letter-modal__meta-value{color:var(--text);font-size:13px;font-weight:600;line-height:1.45}.opening-letter-modal__field-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.opening-letter-modal__field-label{color:#7a89aa;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.opening-letter-modal__field-meta{color:var(--muted);font-size:12px;font-weight:600}.opening-letter-modal__regenerate{color:var(--accent-strong);cursor:pointer;background:#fff;border:1px solid #d4def9;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.opening-letter-modal__regenerate:hover{background:#eef4ff}.opening-letter-modal__textarea{resize:none;border:1px solid var(--border-dark);width:100%;min-height:0;font:inherit;color:var(--text);background:#fff;border-radius:12px;flex:auto;padding:12px 14px;font-size:13px;line-height:1.55;overflow-y:auto}.opening-letter-modal__textarea:focus-visible{outline:2px solid var(--link);outline-offset:2px;border-color:var(--link)}.opening-letter-recipients{gap:5px;max-height:196px;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.opening-letter-recipient{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5ebf6;border-radius:10px;align-items:center;gap:10px;width:100%;padding:6px 10px;transition:border-color .12s,background .12s;display:flex}.opening-letter-recipient:hover{border-color:var(--accent);background:#f7faff}.opening-letter-recipient--off{opacity:.55;background:#f4f6fb}.opening-letter-recipient__avatar{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:26px;height:26px;font-size:12px;font-weight:700;display:grid}.opening-letter-recipient__body{flex:auto;gap:1px;min-width:0;display:grid}.opening-letter-recipient__name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.opening-letter-recipient__email{color:var(--muted);font-size:11px}.opening-letter-recipient__state{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:grid}.opening-letter-recipient--off .opening-letter-recipient__state{background:#cbd5e1}.opening-letter-modal__foot{flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.opening-letter-modal__foot-right{gap:8px;display:flex}@media (width<=720px){.opening-letter-banner{flex-direction:column;align-items:flex-start}.opening-letter-modal__foot{flex-direction:column;align-items:stretch}.opening-letter-modal__foot-right{justify-content:flex-end}}.in-progress-shell{flex-direction:column;flex:auto;min-height:0;display:flex}.in-progress-shell--split{grid-template-columns:minmax(0,1fr) minmax(420px,1fr);align-items:stretch;gap:14px;display:grid}.in-progress-table-wrap{background:#fff;border:1px solid #d8e2ee;border-radius:18px;flex:auto;min-height:0;overflow:auto;box-shadow:0 14px 32px #0f172a12}.in-progress-shell--split .in-progress-table-wrap{flex:none}.in-progress-table-wrap--narrow table.in-progress-offers{min-width:0}.in-progress-table-wrap--narrow .in-progress-offers th:nth-child(3),.in-progress-table-wrap--narrow .in-progress-offers th:nth-child(5),.in-progress-table-wrap--narrow .in-progress-offers th:nth-child(6),.in-progress-table-wrap--narrow .in-progress-offers th:nth-child(8),.in-progress-table-wrap--narrow .in-progress-offers th:nth-child(9),.in-progress-table-wrap--narrow .in-progress-offers td:nth-child(3),.in-progress-table-wrap--narrow .in-progress-offers td:nth-child(5),.in-progress-table-wrap--narrow .in-progress-offers td:nth-child(6),.in-progress-table-wrap--narrow .in-progress-offers td:nth-child(8),.in-progress-table-wrap--narrow .in-progress-offers td:nth-child(9),.in-progress-table-wrap--narrow .comparison-delta{display:none}.request-side{background:#fff;border:1px solid #e5ebf6;border-radius:14px;flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden;box-shadow:0 14px 32px #0f172a12}.request-side__head{border-bottom:1px solid #eef2f7;grid-template-columns:32px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.request-side__avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:inline-flex}.request-side__head-main{min-width:0}.request-side__name{color:#132247;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.request-side__email{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.request-side__close{margin-left:4px}.request-side__body{background:#f8fafc;flex-direction:column;flex:auto;min-height:0;display:flex}.request-side__body>.thread-subject{border-bottom:1px solid #eef2f7;flex:none}.request-side__body>.thread-list{flex-direction:column;flex:auto;gap:10px;margin:0;padding:14px;list-style:none;display:flex;overflow:auto}.request-side__placeholder{color:#64748b;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:12px;margin:0;padding:32px 16px;font-size:13px}.request-side__actions{background:#fff;border-top:1px solid #eef2f7;flex-wrap:wrap;gap:8px;padding:12px 14px;display:flex}.reply-next-prompt{background:#f0f6ff;border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.reply-next-prompt__done{color:#1d7a4c;align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.reply-next-prompt__action{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:0;border-radius:8px;align-items:center;height:32px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:700;transition:transform 80ms,box-shadow .12s,filter .12s;display:inline-flex;box-shadow:0 4px 12px #2563eb38}.reply-next-prompt__action:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 8px 18px #2563eb4d}.reply-next-prompt__action:active{transform:translateY(0)}.request-side__actions .ghost-button,.request-side__actions .primary-button{flex:1 1 0;justify-content:center}.request-side__actions [data-testid=action-reply]{flex-grow:2}.request-side__reply{font-weight:700;box-shadow:0 6px 16px #2563eb42}.request-side__clarify{color:#b45309;cursor:pointer;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fcd9a8;border-radius:10px;flex:1 0 100%;justify-content:center;align-items:center;gap:9px;height:38px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:700;transition:transform 80ms,box-shadow .12s,filter .12s;display:inline-flex}.request-side__clarify:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 8px 18px #b4530933}.request-side__clarify:active{transform:translateY(0)}.request-side__clarify-icon{color:#fff;background:#f59e0b;border-radius:50%;flex:none;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:800;display:inline-flex}.request-side__clarify-count{color:#b45309;background:#b4530924;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:800;display:inline-flex}.ghost-button.ghost-button--locked,.ghost-button.ghost-button--locked:hover{color:#64748b;cursor:default;background:#f1f5f9;border-color:#e2e8f0}.request-side__composer{background:#fff;border-top:1px solid #eef2f7;flex-direction:column;gap:8px;padding:10px 14px 12px;display:flex}.request-side__composer .thread-composer__row{align-items:flex-end;gap:6px;display:flex}.request-side__composer .thread-composer__input{resize:none;min-height:34px;max-height:168px;font:inherit;border:1px solid #cbd5e1;border-radius:10px;flex:auto;padding:7px 10px;line-height:1.4}.request-side__composer .thread-composer__input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb2e}.ai-assistant-panel{z-index:1;background:#fff;border-right:1px solid #e5ebf6;flex-direction:column;width:min(520px,100%);height:100%;animation:.2s ease-out ai-assistant-slide-in;display:flex;position:fixed;top:0;right:min(520px,100%);box-shadow:-24px 0 60px #0f172a2e}@keyframes ai-assistant-slide-in{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}.ai-assistant-panel__head{border-bottom:1px solid #eef2f7;flex:none;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.ai-assistant-panel__title{color:#0f172a;align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.ai-assistant-panel__title-icon{color:#fff;background:#2563eb;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;line-height:1;display:inline-flex}.ai-assistant-panel__body{flex-direction:column;flex:auto;gap:12px;min-height:0;padding:16px;display:flex;overflow-y:auto}.ai-assistant-panel__lead{color:#475569;margin:0;font-size:13px;line-height:1.5}.ai-assistant-panel__foot{background:#f8fafc;border-top:1px solid #eef2f7;flex-direction:column;flex:none;gap:10px;padding:12px 16px 16px;display:flex}.ai-assistant-panel__prompt{flex-direction:column;gap:8px;display:flex}.ai-assistant-panel__prompt-row{align-items:center;gap:10px;display:flex}.ai-assistant-panel__prompt-row .composer-ai__prompt-hint,.ai-assistant-panel__prompt-row .composer-ai__prompt-error{flex:auto}.ai-assistant-panel__commands{flex-wrap:wrap;gap:8px;display:flex}.ai-assistant-chat{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ai-chat-bubble{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:85%;padding:8px 12px;font-size:13px;line-height:1.45}.ai-chat-bubble--user{color:#fff;background:#2563eb;border-bottom-right-radius:4px;align-self:flex-end}.ai-chat-bubble--assistant{color:#0f172a;background:#eef2f7;border-bottom-left-radius:4px;flex-direction:column;align-self:flex-start;gap:6px;display:flex}.ai-chat-bubble--typing{flex-direction:row;align-items:center;gap:8px;display:inline-flex}.ai-chat-bubble__dots{align-items:center;gap:4px;display:inline-flex}.ai-chat-bubble__typing-label{color:#64748b;font-size:12.5px}.ai-chat-bubble__toggle{color:#2563eb;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:12px;font-weight:600}.ai-chat-bubble__toggle:hover{text-decoration:underline}.ai-chat-bubble__draft{color:#334155;white-space:pre-wrap;background:#fff;border:1px solid #d8e0ec;border-radius:8px;max-height:220px;margin-top:2px;padding:8px 10px;font-size:12.5px;line-height:1.45;overflow-y:auto}@media (width<=1080px){.ai-assistant-panel{right:0}}.composer-ai{background:linear-gradient(#f5f7fb 0%,#fafbfd 100%);border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:6px;padding:10px 12px 12px;display:flex}.composer-ai__head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px;display:flex}.composer-ai__title{letter-spacing:.04em;text-transform:uppercase;color:#475569;align-items:center;gap:6px;font-size:11.5px;font-weight:700;display:inline-flex}.composer-ai__title-icon{color:#fff;background:#2563eb;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;line-height:1;display:inline-flex}.composer-ai__head-actions{align-items:center;gap:6px;display:inline-flex}.composer-ai__prompt-toggle{color:#1d4ed8;cursor:pointer;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.composer-ai__prompt-toggle:hover{background:#e0e7ff;border-color:#a5b4fc}.composer-ai__prompt-toggle--active,.composer-ai__prompt-toggle--active:hover{color:#fff;background:#2563eb;border-color:#2563eb}.composer-ai__collapse{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;transition:background .12s,color .12s;display:inline-flex}.composer-ai__collapse:hover{color:#1e293b;background:#e2e8f0}.composer-ai__chips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.composer-ai__chip{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:500;line-height:1.2;transition:background .12s,border-color .12s,color .12s,box-shadow .12s;display:inline-flex}.composer-ai__chip:hover{background:#eef2ff;border-color:#93c5fd}.composer-ai__chip--active,.composer-ai__chip--active:hover{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 1px 2px #2563eb40}.composer-ai__regen{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;margin-left:2px;font-size:13px;transition:background .12s,border-color .12s,transform .15s;display:inline-flex}.composer-ai__regen:hover{background:#eef2ff;border-color:#93c5fd}.composer-ai__regen:active{transform:rotate(180deg)}.composer-intent-badge{color:#1d4ed8;background:#2563eb14;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:3px 6px 3px 9px;font-size:11.5px;font-weight:600;display:inline-flex}.composer-intent-badge__label{white-space:nowrap}.composer-intent-badge__close{color:#1d4ed8;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;transition:background .12s;display:inline-flex}.composer-intent-badge__close:hover{background:#2563eb29}.composer-undo-toast{color:#0c4a6e;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;align-items:center;gap:8px;padding:6px 8px;font-size:12px;display:flex}.composer-undo-toast__text{flex:auto}.composer-undo-toast__action{color:#0369a1;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:2px 6px;font-size:12px;font-weight:600;transition:background .12s}.composer-undo-toast__action:hover{background:#0369a11f}.composer-ai__prompt{background:#fff;border:1px dashed #c7d2fe;border-radius:8px;flex-direction:column;gap:6px;padding:8px;display:flex}.composer-ai__prompt-input{resize:none;width:100%;min-height:44px;max-height:140px;font:inherit;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;padding:6px 8px;font-size:12.5px;line-height:1.35;overflow-y:hidden}.composer-ai__prompt-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb2e}.composer-ai__prompt-input:disabled{color:#64748b;background:#f8fafc}.composer-ai__prompt-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.composer-ai__prompt-hint{color:#64748b;flex:auto;align-items:center;gap:6px;font-size:11.5px;display:inline-flex}.composer-ai__prompt-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;flex:100%;padding:4px 8px;font-size:12px}.composer-ai__prompt-cancel,.composer-ai__prompt-send{padding:4px 10px;font-size:12px}.composer-ai__prompt-send:disabled{color:#94a3b8;box-shadow:none;cursor:not-allowed;background:#e2e8f0;border-color:#cbd5e1;transform:none}.composer-ai__prompt-send:disabled:hover{box-shadow:none;transform:none}.composer-ai__spinner{border:2px solid #cbd5e1;border-top-color:#2563eb;border-radius:999px;width:12px;height:12px;animation:.7s linear infinite composer-ai-spin}@keyframes composer-ai-spin{to{transform:rotate(360deg)}}.contract-modal{z-index:50;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.contract-modal__scrim{cursor:pointer;background:#0f172a73;border:0;position:absolute;inset:0}.contract-modal__panel{background:#fff;border-radius:16px;flex-direction:column;gap:12px;width:min(560px,92vw);padding:20px 22px;display:flex;position:relative;box-shadow:0 24px 60px #0f172a47}.contract-modal__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.contract-modal__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.contract-modal__head h2{color:#10214d;margin:0;font-size:17px;font-weight:700;line-height:1.25}.contract-modal__lead{color:#475569;margin:0;font-size:13px}.contract-modal__choices{grid-template-columns:1fr 1fr;gap:12px;display:grid}.contract-modal__choice{text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #d8e2ee;border-radius:12px;flex-direction:column;gap:6px;padding:16px;transition:border-color .14s,background .14s,transform 80ms;display:flex}.contract-modal__choice:hover{background:#eff6ff;border-color:#2563eb}.contract-modal__choice:active{transform:translateY(1px)}.contract-modal__choice-icon{font-size:22px}.contract-modal__choice-title{color:#10214d;font-size:14px;font-weight:700}.contract-modal__choice-text{color:#475569;font-size:12px;line-height:1.4}@media (width<=640px){.contract-modal__choices{grid-template-columns:1fr}}@media (width<=1024px){.in-progress-shell--split{grid-template-columns:minmax(0,1fr)}}table.in-progress-offers{border-collapse:separate;border-spacing:0;color:#111827;table-layout:auto;width:100%;min-width:1120px;font-size:12px}.in-progress-offers td{white-space:nowrap}.in-progress-offers th{z-index:3;color:#fff;text-align:center;letter-spacing:.01em;background:linear-gradient(#334155 0%,#1f2937 100%);border-bottom:1px solid #1e293b;border-right:1px solid #e2e8f047;padding:12px 10px;font-weight:850;line-height:1.05;position:sticky;top:0}.in-progress-offers th:last-child{border-right:0}.in-progress-offers td{vertical-align:middle;background:#fff;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:11px 10px;transition:background .14s,box-shadow .14s,border-color .14s}.in-progress-offers td:last-child{border-right:0}.in-progress-offers th.action-col,.in-progress-offers td.action-col{text-align:center;white-space:nowrap;position:sticky;right:0}.in-progress-offers td.action-col{z-index:2;border-left:1px solid #d8e2ee;box-shadow:-10px 0 14px -10px #0f172a38}.in-progress-offers th.action-col{z-index:4;border-left:1px solid #e2e8f047}.action-col__buttons{flex-direction:column;align-items:stretch;gap:4px;display:flex}.row-action-btn{white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:4px;height:22px;padding:0 8px;font-size:10.5px;font-weight:600;line-height:1;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.row-action-btn--open{color:#2f60ff;background:#f5f8ff;border-color:#c7d6ff}.row-action-btn--open:hover{background:#eaf0ff;border-color:#2f60ff}.row-action-btn--approval{color:#047857;background:#ecfdf5;border-color:#bbf7d0}.row-action-btn--approval:hover{color:#065f46;background:#d1fae5;border-color:#34d399}.row-action-btn--irrelevant{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.row-action-btn--irrelevant:hover{color:#b91c1c;background:#fef2f2;border-color:#fca5a5}.row-action-btn:disabled{opacity:.5;cursor:default}.row-action-btn:disabled:hover{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.in-progress-offers tr{cursor:pointer}.in-progress-offers tr:hover td{background:#f8fafc}.in-progress-offers tr.best td{background:#ecfdf5;border-bottom-color:#bbf7d0}.in-progress-offers tr.confirm td{background:#fffbeb;border-bottom-color:#fde68a}.in-progress-offers tr.best:hover td{background:#dcfce7}.in-progress-offers tr.confirm:hover td{background:#fef3c7}.in-progress-offers tr.selected td{background:#eff6ff;border-bottom-color:#bfdbfe;box-shadow:inset 0 1px #bfdbfe,inset 0 -1px #bfdbfe}.in-progress-offers tr.selected td:first-child{box-shadow:inset 4px 0 #2563eb,inset 0 1px #bfdbfe,inset 0 -1px #bfdbfe}.in-progress-offers td.num{font-variant-numeric:tabular-nums;color:#64748b;text-align:center;width:36px}.in-progress-offers td.supplier small{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11px;display:block;overflow:hidden}.in-progress-offers .price{color:#0f172a;white-space:nowrap;font-weight:700;display:block}.in-progress-offers .cell-flag{white-space:nowrap}.in-progress-offers .price-note{color:#64748b;margin-top:2px;font-size:11px;display:block}.in-progress-offers tbody td{text-align:center}.in-progress-offers tbody td.num,.in-progress-offers tbody td.supplier{text-align:left}.cell-clarified{color:#047857;cursor:help;background:#ecfdf5;border-radius:999px;align-items:center;gap:4px;max-width:100%;padding:2px 7px;display:inline-flex}.cell-clarified .price{color:inherit}.cell-clarified__text,.cell-flag__text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cell-clarified__icon{color:#fff;background:#059669;border-radius:50%;flex:none;justify-content:center;align-items:center;width:14px;height:14px;font-size:9px;line-height:1;display:inline-flex}.cell-flag{cursor:help;border-radius:999px;outline:none;align-items:center;gap:5px;max-width:100%;padding:2px 6px;display:inline-flex}.cell-flag:focus-visible{box-shadow:0 0 0 2px #2563eb73}.cell-flag__icons{flex:none;align-items:center;gap:3px;display:inline-flex}.cell-flag__icon{cursor:help;border-radius:50%;outline:none;flex:none;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.cell-flag__icon:focus-visible{box-shadow:0 0 0 2px #2563eb73}.cell-flag__icon--warning{color:#b91c1c;background:#fecaca}.cell-flag__icon--changed{color:#6d28d9;background:#ddd6fe}.cell-flag__icon--clarified{color:#fff;background:#059669;font-size:9px}.cell-flag__icon--file{background:#dbeafe;font-size:9px}.cell-flag--clarify{background:0 0;padding:0}.cell-flag__pending{color:#b45309;background:#fff7ed;border:1px dashed #fdba74;border-radius:999px;align-items:center;padding:2px 10px;font-size:11px;font-weight:600;display:inline-flex}.cell-flag--warning{color:#b91c1c;background:#fef2f2;font-weight:600}.cell-flag--changed{color:#6d28d9;background:#f5f3ff;font-weight:600}.cell-flag--clarified{color:#047857;background:#ecfdf5}.cell-flag--file{color:#1d4ed8;background:#eff6ff}.cell-flag--warning .price,.cell-flag--changed .price,.cell-flag--clarified .price,.cell-flag--file .price{color:inherit}.cell-tip{z-index:1200;color:#cbd5e1;text-align:left;pointer-events:none;background:#0f172a;border-radius:12px;flex-direction:column;gap:4px;max-width:280px;padding:10px 13px;font-size:12px;line-height:1.45;display:flex;position:fixed;transform:translate(-50%,calc(-100% - 12px));box-shadow:0 16px 36px #0f172a52}.cell-tip:after{content:"";border:7px solid #0000;border-top-color:#0f172a;position:absolute;top:100%;left:50%;transform:translate(-50%)}.cell-tip__head{color:#fff;align-items:center;gap:7px;font-weight:700;display:inline-flex}.cell-tip__icon{color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:inline-flex}.cell-tip--clarify .cell-tip__icon{background:#d97706}.cell-tip--warning .cell-tip__icon{background:#dc2626}.cell-tip--changed .cell-tip__icon{background:#7c3aed}.cell-tip--clarified .cell-tip__icon{background:#059669}.cell-tip--file .cell-tip__icon{background:#2563eb;font-size:10px}.accuracy-legend{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px 16px;margin:0 0 12px;padding:8px 13px;font-size:12px;display:flex}.accuracy-legend__item{cursor:default;align-items:center;gap:7px;display:inline-flex}.legend-dot{border-radius:50%;flex:none;justify-content:center;align-items:center;width:17px;height:17px;font-size:10px;font-weight:700;display:inline-flex}.legend-dot--warning{color:#b91c1c;background:#fee2e2}.legend-dot--changed{color:#6d28d9;background:#ede9fe}.legend-dot--clarified{color:#047857;background:#d1fae5}.legend-dot--file{color:#1d4ed8;background:#dbeafe;font-size:10px}.in-progress-offers .muted{color:#94a3b8}.in-progress-offers td.status-cell{white-space:nowrap;text-align:center;position:relative}.in-progress-offers .status-cell__unread{vertical-align:middle;background:#2563eb;border-radius:50%;width:6px;height:6px;margin-left:6px;display:inline-block}.in-progress-offers tr.unread td.supplier{font-weight:700}@keyframes just-replied-pulse{0%{box-shadow:inset 3px 0 0 0 var(--accent-strong,#2563eb), 0 0 0 0 #2563eb73;background:#eaf2ff}60%{box-shadow:inset 3px 0 0 0 var(--accent-strong,#2563eb), 0 0 0 6px #2563eb00;background:#eef4ff}to{box-shadow:inset 3px 0 0 0 var(--accent-strong,#2563eb), 0 0 0 0 #2563eb00;background:#eef4ff}}.in-progress-offers tr.just-replied td{background:#eef4ff}.in-progress-offers tr.just-replied td:first-child{box-shadow:inset 3px 0 0 0 var(--accent-strong,#2563eb)}.in-progress-offers tr.just-replied{animation:1.8s ease-in-out infinite just-replied-pulse}.in-progress-offers tr.just-replied td.supplier{font-weight:700}.status-pill--just-replied{color:#fff;letter-spacing:.02em;text-transform:none;white-space:nowrap;background:linear-gradient(135deg,#2563eb 0%,#6f8bff 100%);border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 6px 14px #2563eb47}.status-pill--typing{color:#4554c9;letter-spacing:.02em;white-space:nowrap;background:#eef2ff;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.status-pill__dots{align-items:center;gap:3px;display:inline-flex}.status-pill__dot{background:currentColor;border-radius:50%;width:4px;height:4px;animation:1.2s ease-in-out infinite thread-typing}.status-pill__dot:nth-child(2){animation-delay:.15s}.status-pill__dot:nth-child(3){animation-delay:.3s}@keyframes reply-toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.reply-toast{z-index:90;background:#fff;border:1px solid #d4def9;border-radius:16px;align-items:center;gap:12px;min-width:320px;max-width:min(420px,100vw - 48px);padding:12px 14px;animation:.24s ease-out reply-toast-in;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 20px 44px #0f172a2e}.reply-toast__avatar{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:15px;font-weight:700;display:grid}.reply-toast__body{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.reply-toast__title{color:#5c6c92;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.reply-toast__name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.reply-toast__cta{background:var(--accent-strong,#2563eb);color:#fff;cursor:pointer;white-space:nowrap;border:0;border-radius:999px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .12s;display:inline-flex}.reply-toast__cta:hover{background:#1d4fd1}.reply-toast__close{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:24px;height:24px;font-size:13px;transition:background .12s,color .12s;display:grid}.reply-toast__close:hover{color:var(--text);background:#eef2ff}@media (width<=720px){.reply-toast{min-width:0;max-width:none;bottom:16px;left:16px;right:16px}}.reply-editor{flex:auto;min-height:0;display:flex}.reply-editor__grid{grid-template-columns:minmax(0,1fr) minmax(320px,380px);align-items:stretch;gap:14px;width:100%;min-height:0;display:grid}.reply-editor__main,.reply-editor__sidebar{background:#fff;border:1px solid #e5ebf6;border-radius:16px;min-height:0;overflow:hidden;box-shadow:0 14px 32px #0f172a12}.reply-editor__main{flex-direction:column;display:flex}.reply-editor__head{border-bottom:1px solid #eef2f7;grid-template-columns:36px minmax(0,1fr) auto auto auto;align-items:center;gap:10px;padding:12px 16px;display:grid}.reply-editor__avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:inline-flex}.reply-editor__head-main{min-width:0}.reply-editor__name{color:#132247;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}.reply-editor__email{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.reply-editor__count{color:#64748b;white-space:nowrap;font-size:12px}.reply-editor__close{margin-left:4px}.reply-editor__main>.thread-subject{border-bottom:1px solid #eef2f7;flex:none}.reply-editor__thread{background:#f8fafc;flex-direction:column;flex:auto;gap:12px;margin:0;padding:16px;list-style:none;display:flex;overflow:auto}.reply-editor__composer{background:#fff;border-top:1px solid #eef2f7;flex-direction:column;gap:8px;padding:12px 16px 14px;display:flex}.reply-editor__composer .thread-composer__row{align-items:flex-end;gap:6px;display:flex}.reply-editor__composer .thread-composer__input{resize:none;min-height:40px;max-height:168px;font:inherit;border:1px solid #cbd5e1;border-radius:10px;flex:auto;padding:9px 12px;line-height:1.45}.reply-editor__composer .thread-composer__input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb2e}.reply-editor__sidebar{flex-direction:column;display:flex;overflow:auto}.reply-editor__sidebar-head{color:#10214d;border-bottom:1px solid #eef2f7;align-items:center;gap:8px;padding:14px 16px;font-size:14px;font-weight:700;display:flex}.reply-editor__sidebar-icon{color:#2563eb}.reply-editor__sidebar-collapse{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe6ff;border-radius:6px;place-items:center;width:24px;height:24px;margin-left:auto;font-size:14px;line-height:1;transition:background .14s,border-color .14s,color .14s;display:inline-grid}.reply-editor__sidebar-collapse:hover{color:#2563eb;background:#eef2ff;border-color:#2563eb}.reply-editor__sidebar--collapsed{flex:0 0 56px;width:56px}.reply-editor__sidebar--collapsed .reply-editor__sidebar-head{justify-content:center;padding:10px 8px}.reply-editor__sidebar--collapsed .reply-editor__sidebar-collapse{margin-left:0}.reply-editor__rail{flex-direction:column;gap:6px;padding:10px 8px;display:flex}.reply-editor__rail-chip{color:#1f2a55;cursor:pointer;background:#f4f7ff;border:1px solid #dbe6ff;border-radius:10px;place-items:center;width:40px;height:40px;font-size:16px;transition:background .14s,border-color .14s,color .14s;display:grid}.reply-editor__rail-chip:hover{background:#e6edff;border-color:#c7d7ff}.reply-editor__rail-chip--active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #2563eb40}.reply-editor__section{border-bottom:1px solid #f1f5f9;padding:14px 16px}.reply-editor__section:last-child{border-bottom:0}.reply-editor__section-title{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px;font-size:11px;font-weight:700}.reply-editor__chips{grid-template-columns:1fr 1fr;gap:6px;display:grid}.reply-editor__chip-row{align-items:stretch;display:flex;position:relative}.reply-editor__chip{color:#1f2a55;cursor:pointer;text-align:left;background:#f4f7ff;border:1px solid #dbe6ff;border-radius:999px;flex:auto;align-items:center;gap:5px;padding:6px 10px;font-size:11px;line-height:1.2;transition:background .14s,border-color .14s;display:inline-flex}.reply-editor__chip:hover{background:#e6edff;border-color:#c7d7ff}.reply-editor__chip--active{color:#fff;background:#2563eb;border-color:#2563eb;font-weight:600;box-shadow:0 4px 12px #2563eb40}.reply-editor__chip--active:hover{background:#1d4ed8;border-color:#1d4ed8}.reply-editor__chip-row--active .reply-editor__chip{padding-right:24px}.reply-editor__chip-regen{color:#fff;cursor:pointer;background:#ffffff40;border:0;border-radius:50%;place-items:center;width:20px;height:20px;font-size:13px;line-height:1;transition:background .14s,transform .18s;display:grid;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.reply-editor__chip-regen:hover{background:#ffffff73}.reply-editor__chip-regen:active{transform:translateY(-50%)rotate(180deg)}.reply-editor__section-hint{color:#64748b;margin:0 0 10px;font-size:12px;line-height:1.4}.reply-editor__section--mods{flex-direction:column;gap:10px;display:flex}.reply-editor__mod-group{flex-direction:column;gap:6px;display:flex}.reply-editor__mod-label{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:700}.reply-editor__mod-pills{grid-template-columns:1fr 1fr;gap:6px;display:grid}.reply-editor__mod-pill{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 8px;font-size:11px;transition:background .14s,border-color .14s,color .14s}.reply-editor__mod-pill:hover{color:#1d4ed8;background:#f1f5f9;border-color:#c7d7ff}.reply-editor__intent-badge{color:#1d4ed8;background:#eef4ff;border:1px solid #c7d7ff;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:4px 6px 4px 10px;font-size:11px;font-weight:600;display:inline-flex}.reply-editor__intent-badge-label{line-height:1.2}.reply-editor__intent-badge-close{color:#1d4ed8;cursor:pointer;background:#2563eb1f;border:0;border-radius:50%;place-items:center;width:18px;height:18px;font-size:11px;transition:background .14s,color .14s;display:grid}.reply-editor__intent-badge-close:hover{color:#fff;background:#1d4ed8}.reply-editor__undo-toast{color:#f8fafc;background:#0f172a;border:1px solid #e2e8f0;border-radius:10px;align-self:flex-start;align-items:center;gap:8px;padding:6px 10px;font-size:12px;display:flex;box-shadow:0 8px 18px #0f172a33}.reply-editor__undo-toast-text{line-height:1.2}.reply-editor__undo-toast-action{color:#93c5fd;cursor:pointer;background:0 0;border:0;padding:0 2px;font-size:12px;font-weight:700}.reply-editor__undo-toast-action:hover{color:#fff}@keyframes reply-editor-flash{0%{background:#f5f3ff;box-shadow:0 0 #8b5cf68c}50%{background:#f5f3ff;box-shadow:0 0 0 6px #8b5cf62e}to{background:#fff;box-shadow:0 0 #8b5cf600}}.thread-composer__input--flash{animation:1.5s ease-out reply-editor-flash}.reply-editor__quick{grid-template-columns:1fr 1fr;gap:6px;display:grid}.reply-editor__quick .ghost-button{justify-content:center;padding:8px 10px;font-size:12px}.reply-editor__quick--approve{color:#059669;border-color:#a7f3d0}.reply-editor__quick--approve:hover{background:#ecfdf5}.reply-editor__quick--archive{color:#b91c1c;border-color:#fecaca}.reply-editor__quick--archive:hover{background:#fef2f2}.reply-editor__summary{color:#2f3d62;flex-direction:column;gap:6px;margin:0;padding:0;font-size:12px;list-style:none;display:flex}.reply-editor__summary li:before{content:"•";color:#94a3b8;margin-right:6px}@media (width<=960px){.reply-editor__grid{grid-template-columns:minmax(0,1fr)}}.approval-page{flex-direction:column;gap:16px;height:100vh;padding:22px 32px 28px;display:flex;overflow-y:auto}.approval-hero__hint{color:#1d7a4c;font-weight:500}.approval-stage{letter-spacing:.02em;white-space:nowrap;color:#1d7a4c;background:#edfbf1;border:1px solid #b4e7c5;border-radius:999px;flex-shrink:0;align-items:center;height:24px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.approval-stage--their{color:#1d4ed8;background:#eef4ff;border-color:#c7d8ff}.approval-stage--our{color:#b45309;background:#fff7e6;border-color:#fcd9a4}.approval-stage--request{color:#1d4ed8;background:#eef4ff;border-color:#c7d8ff}.approval-stage--received{color:#1d7a4c;background:#edfbf1;border-color:#b4e7c5}.approval-stage--signing{color:#475569;background:#f3f5fa;border-color:#d8e2ee}.approval-hero__role{color:#36476e;background:#f4f7ff;border:1px solid #d6e0ff;border-radius:12px;align-items:flex-start;gap:8px;max-width:520px;margin-top:12px;padding:10px 14px;font-size:12.5px;line-height:1.45;display:flex}.approval-hero__role-icon{font-size:15px;line-height:1.2}.approval-decision{flex-direction:column;gap:2px;display:inline-flex}.approval-decision__badge,.approval-decision--wait{letter-spacing:.02em;white-space:nowrap;border-radius:999px;align-items:center;width:fit-content;height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.approval-decision__badge{color:#1d7a4c;background:#edfbf1;border:1px solid #b4e7c5}.approval-decision--wait{color:#b45309;background:#fff7e6;border:1px solid #fcd9a4}.top-badge{letter-spacing:.02em;vertical-align:middle;white-space:nowrap;color:#475569;background:#f3f5fa;border:1px solid #d8e2ee;border-radius:999px;align-items:center;margin-left:8px;padding:1px 8px;font-size:10.5px;font-weight:700;display:inline-flex}.top-badge--best{color:#b7791f;background:#fff7e0;border-color:#f3d692}.contract-payment{letter-spacing:.02em;white-space:nowrap;color:#475569;background:#f3f5fa;border:1px solid #d8e2ee;border-radius:999px;align-items:center;height:24px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.contract-payment--ожидаем{color:#b45309;background:#fff7e6;border-color:#fcd9a4}.contract-payment--оплачен{color:#1d7a4c;background:#edfbf1;border-color:#b4e7c5}.results-open--approve{color:#16a34a;border-color:#16a34a}.results-open--approve:hover{color:#fff;background:#16a34a}.results-open--primary{color:#4f46e5;border-color:#4f46e5}.results-open--primary:hover{color:#fff;background:#4f46e5}.deal-side{letter-spacing:.02em;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;height:24px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.deal-side:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.deal-side--our{color:#1d4ed8;background:#eef4ff;border:1px solid #c7d8ff}.deal-side--their{color:#7c3aed;background:#f4f1fb;border:1px solid #ddd0f5}.approval-empty{text-align:center;color:#4a5878;background:#fff;border:1px dashed #d8e2ee;border-radius:18px;justify-items:center;gap:10px;padding:48px 24px;display:grid}.approval-empty__icon{color:#1d7a4c;background:#edfbf1;border-radius:50%;place-items:center;width:48px;height:48px;font-size:22px;font-weight:700;display:grid}.approval-empty h2{color:#0c1735;margin:0;font-size:18px}.approval-empty p{max-width:460px;margin:0;font-size:13px;line-height:1.5}@media (width<=720px){.approval-page{padding:18px 16px 24px}}.status-chip--active{color:#1d4ed8;background:#e8f3ff;border:1px solid #c7d8ff}.status-chip--active .status-chip__count{background:#1d4ed8}.status-pill--active{letter-spacing:.02em;color:#1d4ed8;white-space:nowrap;background:#e8f3ff;border:1px solid #c7d8ff;border-radius:999px;align-items:center;height:22px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.status-pill--won{color:#1d7a4c;white-space:nowrap;background:#edfbf1;border:1px solid #b4e7c5;border-radius:999px;align-items:center;height:22px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.status-pill--lost{color:#4b5563;white-space:nowrap;background:#f3f4f6;border:1px solid #d1d5db;border-radius:999px;align-items:center;height:22px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.status-pill--rejected{color:#b91c1c;white-space:nowrap;background:#fff1f2;border:1px solid #fecaca;border-radius:999px;align-items:center;height:22px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.status-pill--irrelevant{color:#4b5563;background:#f3f4f6;border-color:#d1d5db}.hero-metric--active{color:#1d4ed8;background:#e8f3ff;border:1px solid #c7d8ff}.hero-metric--archive{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.hero-metric--won{color:#1d7a4c;background:#edfbf1;border:1px solid #b4e7c5}.active-page{flex-direction:column;gap:16px;height:100vh;padding:22px 32px 28px;display:flex;overflow-y:auto}.active-hero__hint{color:#1d4ed8;font-weight:500}.active-progress{background:#f6f9ff;border:1px solid #d8e3f4;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:4px;padding:10px 12px;display:grid}.active-progress__step{text-transform:uppercase;letter-spacing:.04em;color:#8090ad;text-align:center;flex-direction:column;align-items:center;gap:6px;font-size:10px;display:flex}.active-progress__dot{background:#cbd5e1;border-radius:50%;width:10px;height:10px;position:relative}.active-progress__step:not(:last-child) .active-progress__dot:after{content:"";background:#cbd5e1;width:calc(12.5vw - 13px);max-width:100%;height:2px;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.active-progress__step.is-reached .active-progress__dot{background:#2563eb}.active-progress__step.is-reached .active-progress__label{color:#1d4ed8;font-weight:600}.active-progress__step.is-current .active-progress__dot{box-shadow:0 0 0 4px #2563eb2e}.archive-page{flex-direction:column;gap:16px;height:100vh;padding:22px 32px 28px;display:flex;overflow-y:auto}.archive-hero__hint{color:#6b7280;font-weight:500}.archive-toolbar{flex-wrap:wrap}.archive-search-list{flex-direction:column;gap:10px;display:flex}.archive-search{background:#fff;border:1px solid #e5e7eb;border-radius:14px;transition:border-color .12s,box-shadow .12s;overflow:hidden}.archive-search.is-open{border-color:#c7d8ff;box-shadow:0 6px 18px #0c17350f}.archive-search__head{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:14px;width:100%;padding:16px 18px;display:flex}.archive-search__head:hover{background:#f8fafc}.archive-search__chevron{color:#8090ad;flex:none;width:12px;font-size:12px}.archive-search__title-wrap{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.archive-search__title{color:#0c1735;font-size:14px;font-weight:600}.archive-search__sub{color:#8090ad;font-size:12px}.archive-search__meta{flex:none;align-items:center;gap:12px;display:flex}.archive-search__count{color:#6b7280;white-space:nowrap;font-size:12px}.archive-search__body{flex-direction:column;gap:14px;padding:0 18px 18px;display:flex}.archive-winner{background:#f6fbf7;border:1px solid #d6efdf;border-radius:12px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.archive-winner__label{text-transform:uppercase;letter-spacing:.06em;color:#1d7a4c;font-size:11px;font-weight:600}.archive-winner__name{color:#0c1735;font-size:15px;font-weight:600}.archive-winner__details{color:#6b7280;font-size:12px}.archive-winner__facts{color:#36426a;flex-wrap:wrap;gap:6px 18px;margin-top:2px;font-size:13px;display:flex}.archive-winner__actions{gap:8px;margin-top:8px;display:flex}.archive-winner__tag{text-transform:uppercase;letter-spacing:.04em;color:#1d7a4c;background:#edfbf1;border:1px solid #b4e7c5;border-radius:999px;align-items:center;height:18px;margin-left:8px;padding:0 8px;font-size:10px;font-weight:600;display:inline-flex}.archive-search__expand{color:#36426a;cursor:pointer;background:#fff;border:1px solid #d6dce8;border-radius:8px;align-self:flex-start;padding:7px 14px;font-size:12px;font-weight:600;transition:background .12s,border-color .12s}.archive-search__expand:hover{background:#f3f6fb;border-color:#c7d8ff}.results-page{flex-direction:column;gap:16px;height:100vh;padding:22px 32px 28px;display:flex;overflow-y:auto}.results-hero__hint{color:#6b7280;font-weight:500}.results-toolbar{flex-wrap:wrap}.results-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.results-table{border-collapse:separate;border-spacing:0;width:100%;font-size:13px}.results-table thead th{text-align:left;color:#4a5878;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:12px 14px;font-size:11px;font-weight:600}.results-table tbody td{vertical-align:top;color:#0c1735;border-bottom:1px solid #f1f4f8;padding:12px 14px}.results-table tbody tr:last-child td{border-bottom:0}.results-row--best{background:#f6fbf7}.results-row--clickable{cursor:pointer}.results-row--clickable:hover td{background:#f8fafc}.results-row--best.results-row--clickable:hover td{background:#eef8f0}.results-cell-strong{color:#0c1735;font-weight:600}.results-cell-sub{color:#8090ad;margin-top:2px;font-size:11px}.results-best{color:#1d7a4c;font-weight:600}.results-open{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .12s,color .12s}.results-open:hover{color:#fff;background:#2563eb}.results-empty{padding:32px}.deal-table-wrap{overflow-x:auto}.deal-table{min-width:920px}.deal-table tbody td{vertical-align:middle}.deal-table tbody tr{transition:background .12s}.deal-table tbody tr:hover td{background:#f8fafc}.deal-table .card-footer-actions{flex-wrap:nowrap;justify-content:flex-end}.deal-table td:last-child{white-space:nowrap}.deal-quote{flex-direction:column;gap:2px;display:flex}.deal-quote__text{-webkit-line-clamp:2;color:#4a5878;-webkit-box-orient:vertical;max-width:280px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.active-progress--compact{gap:6px;min-width:260px;padding:8px 10px}.active-progress--compact .active-progress__step{gap:4px;font-size:9px}.active-progress--compact .active-progress__step:not(:last-child) .active-progress__dot:after{display:none}.row-table-button{color:#334155;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:4px;padding:5px 9px;font-size:11px;font-weight:700;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.row-table-button:hover{color:#fff;background:#2563eb;border-color:#2563eb}.row-table-button--best{color:#b7791f;background:#fff7e0;border-color:#f3d692}.row-table-button--best:hover{color:#fff;background:#b7791f;border-color:#b7791f}.card-footer-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.comparison-modal{z-index:80;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.comparison-modal__scrim{cursor:pointer;background:#0f172a7a;border:0;width:100%;height:100%;padding:0;animation:.18s ease-out scrim-fade;position:absolute;inset:0}.comparison-modal__panel{background:#fff;border-radius:18px;flex-direction:column;gap:14px;width:min(1280px,100%);max-height:calc(100vh - 48px);padding:24px;animation:.18s ease-out popover-pop;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f172a4d}.comparison-modal__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.comparison-modal__head h2{color:var(--text);margin:4px 0 6px;font-size:20px;font-weight:700}.comparison-modal__eyebrow{color:#5c6c92;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.comparison-modal__hint{color:#4c5b80;margin:0;font-size:13px;line-height:1.5}.comparison-modal__toolbar{align-items:center;gap:12px;display:flex}.comparison-modal__toolbar .in-progress-search{flex:auto}.comparison-modal__count{color:#64748b;flex:none;font-size:12px;font-weight:600}.comparison-modal__table-wrap{flex-direction:column;flex:auto;min-height:0;display:flex}.comparison-modal__table-wrap .in-progress-offers{min-width:0}.comparison-modal__table-wrap .in-progress-offers tr{cursor:default}.comparison-modal__table-wrap .in-progress-offers tr:hover td{background:#fff}.comparison-modal__table-wrap .in-progress-offers tr.best:hover td{background:#ecfdf5}.comparison-modal__empty{padding:32px}.in-progress-offers tr.comparison-row--current td{background:#eef4ff;box-shadow:inset 0 1px #bfdbfe,inset 0 -1px #bfdbfe}.in-progress-offers tr.comparison-row--current td:first-child{box-shadow:inset 4px 0 #2563eb,inset 0 1px #bfdbfe,inset 0 -1px #bfdbfe}.comparison-current-badge{color:#fff;vertical-align:middle;background:#2563eb;border-radius:999px;margin-left:6px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-block}.in-progress-offers td.comparison-delta{text-align:center;white-space:nowrap;font-variant-numeric:tabular-nums}.comparison-score{color:#0f172a;font-size:14px;font-weight:800;display:block}.comparison-delta__best{color:#15803d;margin-top:2px;font-size:11px;font-weight:700;display:block}.correspondence-drawer{z-index:85;justify-content:flex-end;display:flex;position:fixed;inset:0}.correspondence-drawer__scrim{cursor:pointer;background:#0f172a6b;border:0;width:100%;height:100%;padding:0;animation:.18s ease-out scrim-fade;position:absolute;inset:0}.correspondence-drawer__panel{z-index:1;background:#f8fafc;flex-direction:column;width:min(520px,100%);max-width:100%;height:100%;animation:.22s ease-out drawer-slide-in;display:flex;position:relative;box-shadow:-20px 0 60px #0f172a38}@keyframes drawer-slide-in{0%{opacity:.6;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.correspondence-drawer__body{flex-direction:column;flex:auto;min-height:0;padding:12px;display:flex}.correspondence-drawer__body .request-side--drawer{border-radius:12px;flex:auto;height:auto;min-height:0;box-shadow:0 10px 28px #0f172a14}.analytics-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.analytics-kpi{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #e5e7eb;border-left:3px solid #cbd5e1;border-radius:14px;flex-direction:column;gap:4px;padding:16px 18px;display:flex}.analytics-kpi__value{color:#0c1735;font-size:26px;font-weight:700;line-height:1.1}.analytics-kpi__label{color:#0c1735;font-size:13px;font-weight:600}.analytics-kpi__hint{color:#8090ad;font-size:11px}.analytics-kpi--blue{border-left-color:#2563eb}.analytics-kpi--violet{border-left-color:#7c3aed}.analytics-kpi--green{border-left-color:#16a34a}.analytics-kpi--slate{border-left-color:#64748b}.analytics-kpi--accent{background:linear-gradient(135deg,#16a34a 0%,#0f7a43 100%);border:none;border-left:3px solid #0f7a43;box-shadow:0 12px 30px #16a34a47}.analytics-kpi--accent .analytics-kpi__value{color:#fff;font-size:28px}.analytics-kpi--accent .analytics-kpi__label{color:#fff}.analytics-kpi--accent .analytics-kpi__hint{color:#ffffffd1}.analytics-projection{color:#fff;box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#0c1735 0%,#1d2a52 100%);border-radius:14px;align-items:center;gap:16px;padding:16px 20px;display:flex}.analytics-projection__icon{font-size:26px;line-height:1}.analytics-projection__main{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.analytics-projection__title{font-size:15px;font-weight:600}.analytics-projection__title strong{color:#6ee7a8;font-weight:800}.analytics-projection__sub{color:#ffffffb8;font-size:12px;line-height:1.4}.analytics-projection__procured{text-align:right;border-left:1px solid #ffffff2e;flex-direction:column;align-items:flex-end;padding-left:16px;display:flex}.analytics-projection__procured-value{font-size:18px;font-weight:800}.analytics-projection__procured-label{color:#ffffffb3;font-size:11px}.analytics-savings{flex-direction:column;gap:16px;display:flex}.analytics-savings__row{flex-direction:column;gap:6px;display:flex}.analytics-savings__head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.analytics-savings__name{color:#0c1735;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.analytics-savings__amount{color:#16a34a;white-space:nowrap;font-size:14px;font-weight:800}.analytics-bar__fill--saving{background:linear-gradient(90deg,#16a34a,#34d399)}.analytics-savings__meta{color:#8090ad;font-size:11px}.analytics-method{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.analytics-method li{flex-direction:column;gap:2px;display:flex}.analytics-method__k{color:#0c1735;font-size:12px;font-weight:700}.analytics-method__v{color:#4a5878;font-size:12px;line-height:1.4}.analytics-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:16px;display:grid}.analytics-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px 20px}.analytics-panel__title{color:#0c1735;margin:0 0 14px;font-size:14px;font-weight:700}.analytics-funnel{flex-direction:column;gap:12px;display:flex}.analytics-funnel__row{grid-template-columns:110px minmax(0,1fr) 28px;align-items:center;gap:10px;display:grid}.analytics-funnel__label{color:#4a5878;font-size:12px;font-weight:600}.analytics-bar{background:#eef1f6;border-radius:999px;height:10px;display:block;overflow:hidden}.analytics-bar__fill{border-radius:999px;min-width:4px;height:100%;transition:width .3s;display:block}.analytics-bar__fill--unanswered{background:#f59e0b}.analytics-bar__fill--waiting{background:#3b82f6}.analytics-bar__fill--approval{background:#16a34a}.analytics-bar__fill--active{background:#2563eb}.analytics-bar__fill--archive{background:#94a3b8}.analytics-funnel__count{color:#0c1735;text-align:right;font-size:13px;font-weight:700}.analytics-top{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.analytics-top__row{grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.analytics-top__rank{color:#1d4ed8;background:#eef4ff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:grid}.analytics-top__main{flex-direction:column;min-width:0;display:flex}.analytics-top__name{color:#0c1735;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.analytics-top__sub{color:#8090ad;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.analytics-top__score{color:#1d7a4c;font-size:14px;font-weight:700}.analytics-cta{display:flex}@media (width<=900px){.analytics-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-grid{grid-template-columns:minmax(0,1fr)}.analytics-projection{flex-wrap:wrap}.analytics-projection__procured{text-align:left;border-top:1px solid #ffffff2e;border-left:none;align-items:flex-start;width:100%;padding-top:10px;padding-left:0}}.settings-form{flex-direction:column;gap:16px;max-width:760px;display:flex}.settings-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px 20px}.settings-card__head{margin-bottom:14px}.settings-card__title{color:#0c1735;margin:0;font-size:14px;font-weight:700}.settings-card__sub{color:#8090ad;margin:2px 0 0;font-size:12px}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.settings-field{flex-direction:column;gap:6px;display:flex}.settings-field>span{color:#4a5878;font-size:12px;font-weight:600}.settings-field--wide{grid-column:1/-1}.settings-field input,.settings-field select,.settings-textarea{border:1px solid var(--border-dark);width:100%;color:var(--text);background:#fff;border-radius:8px;padding:9px 12px;font-family:inherit;font-size:13px}.settings-field input:focus,.settings-field select:focus,.settings-textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb1f}.team-role-select{border:1px solid var(--border-dark);color:var(--text);background:#fff;border-radius:7px;padding:5px 8px;font-family:inherit;font-size:13px}.team-role-select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb1f}.link-button{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px}.link-button:hover{text-decoration:underline}.settings-textarea{resize:vertical;line-height:1.5}.settings-toggles{flex-direction:column;gap:14px;display:flex}.settings-toggle{cursor:pointer;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:12px;display:grid}.settings-toggle input{opacity:0;width:0;height:0;position:absolute}.settings-toggle__track{background:#cbd5e1;border-radius:999px;width:38px;height:22px;margin-top:1px;transition:background .15s;position:relative}.settings-toggle__thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0f172a40}.settings-toggle input:checked+.settings-toggle__track{background:var(--accent)}.settings-toggle input:checked+.settings-toggle__track .settings-toggle__thumb{transform:translate(16px)}.settings-toggle input:focus-visible+.settings-toggle__track{box-shadow:0 0 0 3px #2563eb40}.settings-toggle__text{flex-direction:column;gap:2px;display:flex}.settings-toggle__title{color:#0c1735;font-size:13px;font-weight:600}.settings-toggle__hint{color:#8090ad;font-size:12px;line-height:1.4}.settings-actions{align-items:center;gap:14px;margin-top:16px;display:flex}.settings-saved{color:#1d7a4c;font-size:13px;font-weight:600}.settings-version{color:#94a3b8;font-variant-numeric:tabular-nums;letter-spacing:.02em;margin-top:28px;font-size:12px}.settings-error{color:#c0392b;font-size:13px;font-weight:600}@media (width<=720px){.settings-grid{grid-template-columns:minmax(0,1fr)}}.prompts-panel{border-top:1px solid var(--border);margin-top:22px;padding-top:20px}.prompts-panel__toggle{cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:0;display:flex}.prompts-panel__toggle-main{align-items:flex-start;gap:12px;min-width:0;display:flex}.prompts-panel__icon{width:34px;height:34px;color:var(--accent);background:#eef2ff;border-radius:10px;flex-shrink:0;place-items:center;font-size:16px;display:inline-grid}.prompts-panel__titles{flex-direction:column;gap:3px;min-width:0;display:flex}.prompts-panel__title{color:var(--text);letter-spacing:-.005em;font-size:15px;font-weight:700}.prompts-panel__subtitle{color:var(--muted);font-size:13px;line-height:1.45}.prompts-panel__toggle-aside{flex-shrink:0;align-items:center;gap:10px;display:inline-flex}.prompts-panel__badge{color:var(--accent-strong);white-space:nowrap;background:#eef2ff;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:600}.prompts-panel__chevron{color:var(--muted);font-size:18px;line-height:1;transition:transform .2s}.prompts-panel--open .prompts-panel__chevron{transform:rotate(180deg)}.prompts-panel__body{margin-top:18px}.prompts-panel__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.prompts-panel__toolbar-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.prompts-panel__toolbar-actions{flex-wrap:wrap;gap:8px;display:inline-flex}.prompts-panel__toolbar-actions .ghost-button{height:34px;font-size:12px}.prompts-panel__import-error{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;margin:0 0 14px;padding:9px 12px;font-size:12.5px;line-height:1.45}.prompts-tabs{background:var(--panel-soft);border:1px solid var(--border);border-radius:12px;gap:4px;padding:4px;display:inline-flex}.prompts-tab{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:7px;padding:7px 14px;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.prompts-tab:hover{color:var(--text)}.prompts-tab--active{background:var(--panel);color:var(--text);box-shadow:var(--shadow-soft)}.prompts-tab__dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.prompts-tabpanel{margin-top:16px}.prompts-tabpanel__meta{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.prompts-tabpanel__summary{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.prompts-tabpanel__source{background:var(--panel-soft);border:1px solid var(--border);color:var(--muted);border-radius:6px;flex-shrink:0;padding:2px 8px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:11px}.prompts-tabpanel__editor{resize:vertical;border:1px solid var(--border-dark);background:var(--panel-soft);width:100%;min-height:260px;color:var(--text);tab-size:2;border-radius:12px;padding:14px 16px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:12.5px;line-height:1.6;transition:border-color .15s,background .15s}.prompts-tabpanel__editor:focus{border-color:var(--accent);background:var(--panel);outline:none}.prompts-tabpanel__footer{justify-content:space-between;align-items:center;gap:14px;margin-top:12px;display:flex}.prompts-tabpanel__hint{color:var(--muted);font-size:12px;line-height:1.45}.prompts-tabpanel__hint--dirty{color:var(--accent-strong);font-weight:600}.prompts-tabpanel__hint--saved{color:var(--green-dark);font-weight:600}.prompts-tabpanel__actions{flex-shrink:0;gap:8px;display:inline-flex}.prompts-tabpanel__actions .ghost-button:disabled{opacity:.5;cursor:not-allowed}.prompts-tabpanel__actions .ghost-button:disabled:hover{background:#fff;border-color:#d9e1f0}@media (width<=720px){.prompts-tabs{width:100%;display:flex}.prompts-tab{flex:1;justify-content:center;padding:8px 6px}.prompts-tabpanel__meta,.prompts-tabpanel__footer{flex-direction:column;align-items:flex-start}}.agent-tools{gap:16px;display:grid}.agent-report{border-top:1px solid var(--border);margin-top:18px;padding-top:18px}.agent-report__toggle{cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:0;list-style:none;display:flex}.agent-report__toggle::-webkit-details-marker{display:none}.agent-report__toggle-main{align-items:flex-start;gap:12px;min-width:0;display:flex}.agent-report__icon{width:34px;height:34px;color:var(--accent);background:#eef2ff;border-radius:10px;flex-shrink:0;place-items:center;font-size:16px;display:inline-grid}.agent-report__titles{flex-direction:column;gap:3px;min-width:0;display:flex}.agent-report__title{color:var(--text);letter-spacing:-.005em;font-size:15px;font-weight:700}.agent-report__subtitle{color:var(--muted);font-size:13px;line-height:1.45}.agent-report__toggle-aside{flex-shrink:0;align-items:center;gap:10px;display:inline-flex}.agent-report__badge{color:var(--accent-strong);white-space:nowrap;background:#eef2ff;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:600}.agent-report__chevron{color:var(--muted);font-size:18px;line-height:1;transition:transform .2s}.agent-report details[open] .agent-report__chevron{transform:rotate(180deg)}.agent-report__body{gap:12px;margin-top:18px;display:grid}.agent-report__iteration{border:1px solid var(--border);background:var(--panel);border-radius:12px}.agent-report__iteration>summary{color:var(--text);cursor:pointer;padding:12px 14px;font-weight:700}.agent-report__iteration-body{gap:14px;padding:0 14px 14px;display:grid}.agent-report__plan,.agent-report__block{gap:8px;display:grid}.agent-report__plan>span,.agent-report__block h4{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:12px;font-weight:700}.agent-report__plan ul,.agent-report__hits,.agent-report__urls{gap:8px;margin:0;padding:0;list-style:none;display:grid}.agent-report__plan li,.agent-report__hits li,.agent-report__url{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:10px;padding:9px 11px;font-size:12.5px;line-height:1.45}.agent-report__query>summary{color:var(--text);cursor:pointer;font-size:13px;font-weight:700}.agent-report__hits{margin-top:8px}.agent-report__hits a,.agent-report__url a{color:var(--accent-strong);font-weight:700;text-decoration:none}.agent-report__hits p{color:var(--muted);margin:4px 0 0}.agent-report__url{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.agent-report__url span{color:var(--muted);text-align:right}.agent-report__url--failed span{color:#b91c1c}.agent-report__url--filtered span{color:#92400e}@media (width<=720px){.agent-report__toggle,.agent-report__url{flex-direction:column;align-items:flex-start}.agent-report__toggle-aside{justify-content:space-between;width:100%}.agent-report__url span{text-align:left}}.requests-error-banner{z-index:1000;color:#8a1c1c;background:#fde8e8;border:1px solid #f3b4b4;border-radius:10px;align-items:center;gap:12px;max-width:680px;padding:10px 14px;font-size:14px;display:flex;position:fixed;top:12px;left:50%;transform:translate(-50%);box-shadow:0 6px 24px #0000001f}.requests-error-banner button{color:inherit;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:20px;line-height:1}
