:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;--cream:#f4f0e8;--ivory:#fffdf8;--porcelain:#fbfaf6;--mist:#eeece3;--line:#ded9cf;--line-soft:#ebe6dc;--ink:#171a19;--ink-soft:#454947;--muted:#8d9089;--sage:#a8b49f;--sage-strong:#8f9e86;--sage-dark:#64725f;--warm-shadow:0 18px 45px #524a3a1a;--danger-bg:#fff3f0;--danger-text:#a43f32}*{box-sizing:border-box}html,body{background:radial-gradient(circle at 14% 9%, #ffffffe6, transparent 30%), radial-gradient(circle at 88% 2%, #a8b49f2e, transparent 28%), linear-gradient(180deg, #faf7ef, var(--cream));min-height:100%;color:var(--ink);font-family:var(--font-sans);font-synthesis-weight:none;text-rendering:optimizelegibility;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.page{min-height:100vh;padding:28px}.shell{width:min(1180px,100%);min-height:calc(100vh - 56px);box-shadow:var(--warm-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf8f0;border:1px solid #ded9cff2;border-radius:24px;margin:0 auto;overflow:hidden}.eyebrow,.panel-kicker{color:var(--sage-dark);letter-spacing:.11em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.workspace{min-height:calc(100vh - 56px)}.model-picker,.language-control{color:var(--ink-soft);gap:9px;font-size:.88rem;font-weight:600;display:grid}.model-picker select{border:1px solid var(--line);width:100%;min-height:48px;color:var(--ink);appearance:none;background:linear-gradient(45deg,#0000 50%,#687260 50%) right 18px center/7px 7px no-repeat,linear-gradient(135deg,#687260 50%,#0000 50%) right 13px center/7px 7px no-repeat,#ffffffb8;border-radius:10px;outline:none;padding:0 42px 0 16px}.language-toggle{border:1px solid var(--line);background:#ffffff9e;border-radius:10px;grid-template-columns:1fr 1fr;gap:5px;padding:5px;display:grid}.language-toggle button{min-height:40px;color:var(--muted);background:0 0;border:0;border-radius:8px;font-weight:600}.chat-panel{background:#fffdf88a;grid-template-rows:auto auto minmax(500px,1fr) auto auto;min-width:0;display:grid;overflow:hidden}.split-heading{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:flex-start;gap:14px;padding:28px 30px 20px;display:flex}.header-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.icon-button{border:1px solid var(--line);width:42px;height:42px;color:var(--ink-soft);background:#ffffffad;border-radius:10px;place-items:center;font-size:1.1rem;line-height:1;display:grid}.icon-button:hover{border-color:var(--sage);color:var(--ink);background:#ffffffdb}.settings-panel{border-bottom:1px solid var(--line-soft);background:#fffbf3c7;grid-template-columns:minmax(260px,1.1fr) minmax(240px,.9fr);gap:16px;padding:16px 30px;display:grid}.panel-heading h2{margin:5px 0 0;font-size:1.34rem;font-weight:650;line-height:1.15}.panel-heading p:not(.panel-kicker){color:var(--muted);margin:6px 0 0;font-size:.94rem;line-height:1.45}.ghost-button{border:1px solid var(--line);min-height:42px;color:var(--ink-soft);background:#ffffffad;border-radius:10px;padding:0 16px;font-weight:600}.ghost-button:hover:not(:disabled){border-color:var(--sage);color:var(--ink)}.ghost-button:disabled{opacity:.45}.transcript,.empty-transcript{background:linear-gradient(#fffdf86b,#faf7ef80);min-height:500px;overflow-y:auto}.transcript{flex-direction:column;gap:14px;padding:26px 30px;display:flex}.empty-transcript{color:var(--muted);text-align:center;place-items:center;padding:28px;display:grid}.empty-transcript span{border:1px solid var(--line-soft);max-width:520px;color:var(--ink-soft);background:#fffbf3e6;border-radius:12px;padding:18px 24px;font-size:1.2rem;font-weight:500}.message{border:1px solid var(--line-soft);overflow-wrap:anywhere;word-break:normal;border-radius:12px;min-width:0;max-width:min(84%,840px);padding:14px 18px;overflow:hidden;box-shadow:0 14px 34px #524a3a14}.message p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.62}.message.user{color:#25251f;background:linear-gradient(135deg,#fff6c7,#ffe68c);border-color:#ead279;align-self:flex-end;box-shadow:0 14px 34px #9a7d231f}.message.assistant{color:var(--ink);background:#ffffffd1;align-self:flex-start}.answer-markdown{min-width:0;color:var(--ink);overflow-wrap:anywhere;font-size:.98rem;line-height:1.66}.answer-markdown>:first-child{margin-top:0}.answer-markdown>:last-child{margin-bottom:0}.answer-markdown h3{border-bottom:1px solid var(--line-soft);color:var(--ink);margin:19px 0 9px;padding-bottom:8px;font-size:1.12rem;font-weight:560;line-height:1.25}.answer-markdown h4{color:var(--sage-dark);margin:16px 0 7px;font-size:.98rem;font-weight:650;line-height:1.3}.answer-markdown p{white-space:normal;overflow-wrap:anywhere;margin:8px 0}.answer-markdown ul{gap:7px;margin:9px 0 13px;padding:0;list-style:none;display:grid}.answer-ordered-list{gap:9px;margin:12px 0 16px;padding:0;list-style:none;display:grid}.answer-ordered-list li{overflow-wrap:anywhere;background:#faf7ef94;border:1px solid #ded9cfb8;border-radius:10px;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:10px;padding:10px 12px;display:grid}.answer-flow{background:#eef1e99e;border:1px solid #a8b49f52;border-radius:13px;flex-wrap:wrap;align-items:center;gap:8px 7px;margin:14px 0 18px;padding:11px 12px;display:flex}.answer-flow-item{align-items:center;gap:7px;min-width:0;max-width:100%;display:inline-flex}.answer-flow-step{color:#56634f;overflow-wrap:anywhere;background:#fffdf8d1;border:1px solid #89977e5c;border-radius:8px;align-items:center;min-width:0;max-width:100%;padding:3px 8px;font-size:.92em;line-height:1.35;display:inline-flex}.answer-flow-step code{color:inherit;background:0 0;border:0;padding:0}.answer-flow-arrow{color:#697460;font-size:1.12rem;font-weight:650;line-height:1}.answer-markdown ul li.has-embedded-flow{color:var(--ink);background:#f4f6f0b8;border:1px solid #97a48d47;border-radius:12px;margin:10px 0 14px;padding:13px 14px 12px 17px}.answer-markdown ul li.has-embedded-flow:before{background:#91a087;border-radius:0 4px 4px 0;width:3px;height:calc(100% - 24px);top:12px;left:0}.structured-flow-content{gap:9px;display:grid}.structured-flow-intro{color:#383d35;line-height:1.5}.structured-flow-intro strong{font-weight:650}.has-embedded-flow .answer-flow{background:#e7ece2a8;border-color:#89977e40;margin:0;padding:10px}.has-embedded-flow .answer-flow-step{color:#4f6049;background:#fffefae6;border-color:#75856a57;font-weight:560}.structured-flow-note{color:#6d716a;font-size:.9em;line-height:1.5}.ordered-marker{width:28px;height:28px;color:var(--sage-dark);background:#a8b49f2e;border-radius:8px;place-items:center;font-size:.86rem;font-weight:720;display:grid}.answer-markdown ul li{overflow-wrap:anywhere;padding-left:19px;position:relative}.answer-markdown ul li:before{background:var(--sage);content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:.74em;left:2px}.answer-markdown ul li.nested{color:var(--ink-soft);margin-left:18px}.answer-markdown ul li.nested:before{border:1px solid var(--sage);background:0 0}.answer-markdown strong{color:var(--ink);font-weight:720}.answer-markdown code{color:var(--sage-dark);white-space:normal;overflow-wrap:anywhere;word-break:break-word;background:#f5f2eb;border:1px solid #ddd8cf;border-radius:7px;padding:1px 6px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.9em}.answer-markdown a{color:#506c49;text-underline-offset:3px;overflow-wrap:anywhere;word-break:break-word;font-weight:650;-webkit-text-decoration:underline #506c4959;text-decoration:underline #506c4959;text-decoration-thickness:1px}.answer-markdown a:hover{color:#31482d;text-decoration-color:currentColor}.pending-message{align-items:center;gap:10px;display:flex}.pulse-dot{background:var(--sage);border-radius:50%;width:9px;height:9px;animation:1.35s infinite pulse;box-shadow:0 0 #a8b49f61}@keyframes pulse{0%{box-shadow:0 0 #a8b49f61}70%{box-shadow:0 0 0 10px #a8b49f00}to{box-shadow:0 0 #a8b49f00}}.message-note{color:var(--muted);margin-top:10px;font-size:.86rem}.message-sources{flex-wrap:wrap;gap:7px;margin:13px 0 0;padding:0;list-style:none;display:flex}.message-sources li{border:1px solid var(--line);overflow-wrap:anywhere;max-width:100%;color:var(--sage-dark);background:#f7f4ec;border-radius:8px;padding:6px 10px;font-size:.84rem;font-weight:650}.chat-input{border-top:1px solid var(--line-soft);background:#fffdf8b8;padding:18px 30px 28px}.textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:64px;color:var(--ink);background:#ffffffc2;border-radius:12px;outline:none;padding:18px 22px;line-height:1.5;display:block}.textarea::placeholder{color:#a2a39d}.model-picker select:focus,.textarea:focus,.language-toggle button:focus-visible,.ghost-button:focus-visible,.icon-button:focus-visible,.primary:focus-visible{outline-offset:2px;outline:3px solid #a8b49f4d}.actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;display:flex}.primary{background:var(--sage);color:#fff;border:0;border-radius:10px;min-height:48px;padding:0 24px;font-weight:760;box-shadow:0 12px 28px #64725f3d}.primary:hover:not(:disabled){background:var(--sage-strong)}.primary:disabled{opacity:.56}.hint{color:var(--muted);font-size:.88rem}.notice{color:var(--danger-text);background:var(--danger-bg);border:1px solid #edd1c9;border-radius:18px;margin:12px 30px 0;padding:12px 14px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (max-width:980px){.settings-panel{grid-template-columns:1fr}}@media (max-width:640px){.page{padding:12px}.shell{border-radius:18px;min-height:calc(100vh - 24px)}.split-heading,.settings-panel,.transcript,.chat-input{padding-left:20px;padding-right:20px}.chat-panel{grid-template-rows:auto minmax(360px,56vh) auto auto}.split-heading{flex-direction:column}.header-actions{width:100%}.ghost-button{flex:1}.message{max-width:96%}.actions{align-items:stretch}.primary{width:100%}}@media (min-width:861px){.rag-panel .transcript{padding-left:max(24px,50% - 481px);padding-right:max(24px,50% - 481px)}.rag-panel .message.assistant{max-width:min(100%,900px)}.rag-panel .chat-input{width:min(1010px,100%)}}.history-item-row{align-items:center;min-width:0;margin-top:2px;display:flex;position:relative}.sidebar>.history-list .history-item-row .history-item{flex:auto;align-items:center;gap:7px;min-width:0;padding-right:36px;display:flex}.history-item>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.history-item>svg{color:#c9a76a;stroke-width:1.8px;flex:none;width:13px;height:13px}.history-item-row:has(.history-item>svg) .history-item{color:#ffffffe6}.history-item-more{color:#ffffff9e;background:0 0;border:0;border-radius:7px;place-items:center;width:28px;height:28px;padding:0;display:grid;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.history-item-more:hover,.history-item-more:focus-visible,.history-item-more[aria-expanded=true]{color:#fff;background:#ffffff21;outline:none}.history-item-more>svg{width:17px;height:17px}.history-item-menu{z-index:40;background:#292a28;border:1px solid #ffffff1f;border-radius:10px;gap:2px;width:156px;padding:5px;display:grid;position:absolute;top:calc(100% - 2px);right:5px;box-shadow:0 14px 30px #00000057}.history-item-menu button{color:#ffffffc7;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;min-height:32px;padding:0 8px;font-size:.76rem;display:flex}.history-item-menu button:hover,.history-item-menu button:focus-visible{color:#fff;background:#ffffff1a;outline:none}.history-item-menu button.danger{color:#e69a83}.history-item-menu button.danger:hover,.history-item-menu button.danger:focus-visible{color:#ffc2ae;background:#c8664d2e}.history-item-menu button>svg{flex:none;width:14px;height:14px}.history-rename-form{grid-template-columns:minmax(0,1fr) 28px 28px;gap:3px;width:100%;min-width:0;padding:4px 5px;display:grid}.history-rename-form input{color:#fff;min-width:0;font:inherit;background:#ffffff1a;border:1px solid #fff3;border-radius:7px;outline:none;padding:0 7px;font-size:.78rem}.history-rename-form input:focus{border-color:#e6cf93bf}.history-rename-form button{color:#ffffffbf;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.history-rename-form button:hover,.history-rename-form button:focus-visible{color:#fff;background:#ffffff1f;outline:none}.history-rename-form button>svg{width:14px;height:14px}.confirm-dialog{color:#f5f5f2;background:#292a28;border:1px solid #ffffff21;border-radius:16px;width:min(360px,100%);padding:22px;box-shadow:0 24px 70px #0000006b}.confirm-dialog-icon{color:#f0a088;background:#c8664d29;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.confirm-dialog-icon>svg{width:18px;height:18px}.confirm-dialog h2{margin:16px 0 8px;font-size:1.05rem;font-weight:570}.confirm-dialog p{color:#ffffff9e;margin:0;font-size:.82rem;line-height:1.5}.confirm-dialog p strong{color:#ffffffe6;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;max-width:100%;margin-top:5px;font-weight:520;display:inline-block;overflow:hidden}.confirm-dialog-actions{justify-content:flex-end;gap:8px;margin-top:22px;display:flex}.confirm-dialog-actions button{border:1px solid #0000;border-radius:8px;min-height:34px;padding:0 13px;font-size:.78rem;font-weight:520}.confirm-dialog-cancel{color:#ffffffb8;background:#ffffff14}.confirm-dialog-delete{color:#fff8f5;background:#a6533e}.confirm-dialog-cancel:hover,.confirm-dialog-cancel:focus-visible{background:#ffffff24;outline:none}.confirm-dialog-delete:hover,.confirm-dialog-delete:focus-visible{background:#bc624a;outline:none}html,body{background:#f7f5ef;height:100%}.page{background:#f7f5ef;grid-template-columns:292px minmax(0,1fr);min-height:100vh;padding:0;display:grid}.sidebar{color:#f5f5f2;background:#080807;border-right:1px solid #ffffff14;grid-template-rows:auto minmax(0,1fr) auto;min-height:100vh;padding:14px 12px;display:grid}.sidebar-top{gap:18px;display:grid}.brand-row{align-items:center;gap:10px;min-height:40px;padding:0 2px;font-size:1.08rem;display:flex}.brand-mark,.avatar{border-radius:50%;flex:none;place-items:center;font-weight:750;display:grid}.brand-mark{color:#1f241e;background:#e6efd8;width:28px;height:28px}.sidebar-action,.history-item{width:100%;color:inherit;text-align:left;background:0 0;border:0}.sidebar-action{border-radius:10px;align-items:center;gap:12px;min-height:42px;padding:0 10px;font-weight:650;display:flex}.sidebar-action span{border:1px solid #ffffff4d;border-radius:7px;place-items:center;width:23px;height:23px;font-size:1.2rem;line-height:1;display:grid}.sidebar-action:hover,.history-item:hover{background:#ffffff1a}.history-list{min-height:0;margin-top:26px;overflow-y:auto}.history-list p{color:#ffffff94;margin:0 8px 8px;font-size:.78rem;font-weight:700}.history-item{color:#ffffffd6;text-overflow:ellipsis;white-space:nowrap;border-radius:10px;min-height:38px;padding:9px 10px;font-size:.93rem;line-height:1.25;display:block;overflow:hidden}.account-card{border-top:1px solid #ffffff17;align-items:center;gap:10px;min-height:58px;margin-top:14px;padding:10px 8px;display:flex}.avatar{color:#191c18;background:#f8df78;width:34px;height:34px;font-size:.78rem}.avatar>img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.account-card div{min-width:0;display:grid}.account-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;overflow:hidden}.account-card span:not(.avatar){color:#ffffff8f;font-size:.78rem}.shell{width:100%;min-height:100vh;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;margin:0}.workspace,.chat-panel{height:100vh;min-height:0}.chat-panel{background:0 0;grid-template-rows:auto auto minmax(0,1fr) auto auto auto;display:grid}.split-heading{border:0;align-items:center;width:100%;max-width:1040px;margin:0 auto;padding:18px 24px 10px}.split-heading h1{color:#20231f;letter-spacing:0;margin:0;font-size:1.1rem;font-weight:680}.header-actions{align-items:center;gap:8px}.icon-button,.ghost-button{box-shadow:none;background:0 0;border-color:#0000}.icon-button{border-radius:999px;width:38px;height:38px;font-size:1.35rem}.ghost-button{border-radius:999px;min-height:38px;padding:0 14px}.icon-button:hover,.ghost-button:hover:not(:disabled){background:#20231f12;border-color:#0000}.settings-panel{background:#fffdf8e6;border:1px solid #e4ded3;border-radius:14px;grid-template-columns:minmax(260px,1fr) minmax(220px,.55fr);width:min(920px,100% - 48px);margin:0 auto 8px;padding:14px;box-shadow:0 14px 34px #38332a14}.settings-panel-hidden{visibility:hidden;pointer-events:none;border-width:0;height:0;min-height:0;margin:0 auto;padding-top:0;padding-bottom:0;overflow:hidden}.transcript,.empty-transcript{background:0 0;min-height:0}.transcript{gap:22px;width:100%;margin:0;padding:26px max(24px,50% - 436px) 150px}.empty-transcript{align-content:center;justify-items:center;padding:0 max(24px,50% - 436px) 120px}.empty-transcript span{color:#33362f;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;font-size:clamp(1.5rem,3vw,2.15rem);font-weight:620;line-height:1.2}.message{max-width:min(78%,760px);box-shadow:none;border:0;border-radius:22px;padding:13px 17px}.message.user{background:#ffe992;border:1px solid #edd677;box-shadow:0 12px 26px #a1853624}.message.assistant{background:0 0;max-width:min(100%,820px);padding:6px 0}.message.assistant:has(.answer-markdown){padding:6px 0}.answer-markdown{font-size:1rem}.answer-ordered-list li{background:#fffdf8b3;border-radius:14px}.message-note{color:#8c8c86}.message-sources li{background:#f3f0e8;border-radius:999px}.notice{border-radius:14px;width:min(920px,100% - 48px);margin:8px auto}.notice-stack{min-height:0}.chat-input{z-index:4;background:linear-gradient(#f7f5ef00,#f7f5ef 28%,#f7f5ef);border:0;width:min(920px,100%);margin:0 auto;padding:14px 24px 24px;position:sticky;bottom:0}.composer{background:#fff;border:1px solid #dcd7cc;border-radius:28px;grid-template-columns:minmax(0,1fr) 42px;align-items:end;gap:10px;min-height:68px;padding:9px 10px;display:grid;box-shadow:0 18px 42px #38332a1c}.composer:focus-within{border-color:#c9c2b7;box-shadow:0 18px 42px #38332a1f,0 0 0 3px #a8b49f2e}.textarea{resize:none;background:0 0;border:0;border-radius:0;min-height:46px;max-height:220px;padding:8px 4px;line-height:1.45;overflow-y:auto}.textarea:focus{outline:none}.send-button{width:38px;height:38px;min-height:38px;box-shadow:none;color:#fff;background:#20231f;border:0;border-radius:50%;place-items:center;padding:0;font-size:1.2rem;font-weight:700;line-height:1;display:grid}.send-button:hover:not(:disabled){background:#373b35}.send-button:disabled{color:#9d9d98;opacity:1;background:#ededeb}.hint{text-align:center;margin-top:9px;font-size:.78rem;display:block}@media (max-width:860px){body{overflow:auto}.page{grid-template-columns:1fr}.sidebar{display:none}.workspace,.chat-panel,.shell{height:100vh}.transcript{padding-bottom:142px}}@media (max-width:640px){.split-heading,.transcript,.chat-input{padding-left:14px;padding-right:14px}.message{max-width:92%}.message.assistant{max-width:100%}.composer{border-radius:24px;grid-template-columns:minmax(0,1fr) 38px}.send-button{width:34px;height:34px;min-height:34px}}.rag-panel.chat-panel{grid-template-rows:auto auto minmax(0,1fr) auto auto;min-height:0;overflow:hidden}.rag-panel .transcript,.rag-panel .empty-transcript{min-height:0;overflow-y:auto}.rag-panel .chat-input{flex:none;position:relative;bottom:auto}.page{height:100dvh;min-height:0;overflow:hidden}.sidebar,.shell,.workspace,.chat-panel{height:100dvh;min-height:0}.rag-panel .transcript,.rag-panel .empty-transcript{padding-bottom:28px}.rag-panel .chat-input{padding-bottom:max(18px, env(safe-area-inset-bottom))}@media (max-width:860px){body{overflow:hidden}.rag-panel.chat-panel{grid-template-rows:auto auto minmax(0,1fr) auto auto}.page,.shell,.workspace,.chat-panel{height:100dvh}}@media (max-width:640px){.rag-panel.chat-panel{grid-template-rows:auto auto minmax(0,1fr) auto auto}.rag-panel .transcript{padding-bottom:22px}}html,body{height:auto;min-height:100%}body{overflow:hidden auto}.page{align-items:start;height:auto;min-height:100dvh;overflow:visible}.sidebar{height:100dvh;position:sticky;top:0}.shell,.workspace,.chat-panel,.rag-panel.chat-panel{height:auto;min-height:100dvh;overflow:visible}.rag-panel.chat-panel{grid-template-rows:auto auto auto auto auto}.rag-panel .transcript,.rag-panel .empty-transcript{min-height:calc(100dvh - 210px);overflow:visible}.rag-panel .transcript{padding-bottom:28px}.rag-panel .chat-input{z-index:5;padding-bottom:max(22px, env(safe-area-inset-bottom));position:sticky;bottom:12px}@media (max-width:860px){body{overflow-y:auto}.page,.shell,.workspace,.chat-panel,.rag-panel.chat-panel{height:auto;min-height:100dvh;overflow:visible}}.sidebar{z-index:20;background:#050505;border-right:1px solid #ffffff0f;width:72px;height:100dvh;min-height:0;padding:0;display:block;position:sticky;top:0;overflow:visible}.rail-handle{background:0 0;border:0;gap:10px;width:46px;padding:12px 8px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rail-handle span{background:#ffffff6b;border-radius:999px;width:30px;height:4px;transition:background .16s,transform .16s;display:block}.rail-handle span:last-child{background:#fffffff0}.sidebar:hover .rail-handle span,.sidebar:focus-within .rail-handle span{background:#ffffffb8;transform:translate(2px)}.sidebar-popover{color:#f7f7f4;opacity:0;pointer-events:none;transform-origin:0;background:#2d2d2bfa;border:1px solid #ffffff14;border-radius:24px;grid-template-rows:auto minmax(0,1fr) auto;width:min(420px,100vw - 92px);max-height:calc(100dvh - 36px);padding:18px 14px;transition:opacity .16s,transform .16s;display:grid;position:absolute;top:18px;left:58px;overflow:hidden;transform:translate(-12px)scale(.98);box-shadow:0 26px 76px #00000061}.sidebar:hover .sidebar-popover,.sidebar:focus-within .sidebar-popover{opacity:1;pointer-events:auto;transform:translate(0)scale(1)}.sidebar .brand-row{min-height:36px;padding:0 8px;font-size:1rem}.sidebar .sidebar-action{border-radius:13px;min-height:42px;padding:0 10px}.sidebar .history-list{scrollbar-color:#ffffff47 transparent;scrollbar-width:thin;margin-top:18px;padding-right:5px;overflow-y:auto}.sidebar .history-list::-webkit-scrollbar{width:8px}.sidebar .history-list::-webkit-scrollbar-thumb{background:#ffffff42;border-radius:999px}.sidebar .history-item{color:#ffffffeb;border-radius:14px;min-height:48px;margin-bottom:5px;padding:11px 14px;font-size:.98rem;line-height:1.35}.sidebar .history-item:hover,.sidebar .history-item:focus-visible{background:#ffffff1f}.sidebar .account-card{margin-top:14px;padding:12px 10px 0}@media (max-width:860px){.page{grid-template-columns:1fr}.sidebar{display:none}}.header-actions{gap:0}.icon-button{color:#1f231f;background:#fff;border:1px solid #20231f1c;border-radius:50%;width:46px;height:46px;font-size:1.55rem;box-shadow:0 10px 26px #2c2a241a}.icon-button:hover,.icon-button[aria-expanded=true]{color:#fff;background:#1f231f;box-shadow:0 14px 30px #1f231f33}.settings-panel{background:#fffffff5;border:1px solid #1f231f1c;border-radius:16px;grid-template-columns:minmax(280px,1fr) minmax(210px,.72fr);gap:12px;width:min(680px,100% - 48px);margin:2px auto 12px;padding:12px;box-shadow:0 18px 46px #39342b1f}.model-picker>span,.language-control>span{color:#64725f;letter-spacing:.04em;text-transform:uppercase}.settings-panel-hidden{height:0;min-height:0;box-shadow:none;border-width:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}@media (max-width:720px){.settings-panel{grid-template-columns:1fr}}@media (min-width:861px){.page{grid-template-columns:var(--sidebar-width,320px) minmax(0, 1fr)}.page.sidebar-is-collapsed{grid-template-columns:72px minmax(0,1fr)}}@media (min-width:821px){.mx-console-page{grid-template-columns:var(--mx-sidebar-width,280px) minmax(0, 1fr)}.mx-console-page.mx-sidebar-is-collapsed{grid-template-columns:72px minmax(0,1fr)}}.response-feedback{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.25rem;width:100%;margin-top:.65rem;display:flex}.response-feedback>button,.response-feedback-editor-header button{color:var(--muted-foreground,#667085);cursor:pointer;background:0 0;border:0;border-radius:.45rem;justify-content:center;align-items:center;padding:.35rem;display:inline-flex}.response-feedback>button:hover,.response-feedback>button:focus-visible{color:#20251f;background:0 0}.response-feedback>button{border:1px solid #0000;border-radius:.65rem;width:2.35rem;height:2.35rem}.response-feedback>button.is-selected{color:#20251f;background:0 0;border-color:#0000}.response-feedback>button.is-selected svg{fill:currentColor;stroke-width:2.2px}.response-feedback>button:nth-of-type(3).is-selected svg{fill:none}.response-feedback>button:disabled{cursor:wait;opacity:.55}.response-feedback-dialog-backdrop{z-index:1200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1d211c7a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.response-feedback-dialog{color:#51584f;background:#f8f7f3;border:1px solid #d5d9d0;border-radius:1.75rem;width:min(760px,100%);padding:clamp(1.4rem,3vw,2rem);box-shadow:0 26px 75px #1f251d3d}.response-feedback-dialog>header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.35rem;display:flex}.response-feedback-dialog h2{color:#30362f;margin:0;font-size:clamp(1.35rem,3vw,1.8rem);line-height:1.2}.response-feedback-dialog>header button{color:#70766e;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:inline-flex}.response-feedback-dialog>header button:hover{color:#30362f;background:#e9eae5}.response-feedback-dialog textarea{resize:vertical;color:#565d54;width:100%;min-height:260px;font:inherit;background:#fff;border:1px solid #aeb8aa;border-radius:1rem;outline:none;padding:1rem 1.1rem;font-size:1rem;line-height:1.55;display:block}.response-feedback-dialog textarea:focus{border-color:#70836a;box-shadow:0 0 0 3px #70836a24}.response-feedback-dialog textarea::placeholder{color:#90968e}.response-feedback-dialog-meta{color:#7b8179;justify-content:space-between;align-items:center;gap:1rem;margin:.9rem 0 1.15rem;display:flex}.response-feedback-dialog-meta p{margin:0;font-size:.9rem}.response-feedback-dialog-meta small{white-space:nowrap}.response-feedback-submit{color:#fff;width:100%;min-height:3.2rem;font:inherit;cursor:pointer;background:#566551;border:0;border-radius:.9rem;font-weight:680}.response-feedback-submit:hover:not(:disabled){background:#44513f}.response-feedback-submit:disabled{color:#999e97;cursor:not-allowed;background:#dedfd9}@media (max-width:620px){.response-feedback-dialog-backdrop{padding:12px}.response-feedback-dialog{border-radius:1.25rem;padding:1.15rem}.response-feedback-dialog textarea{min-height:210px}.response-feedback-dialog-meta{align-items:flex-start}}.response-feedback-editor{background:#eef2e9;border:1px solid #cbd5c6;border-radius:1.15rem;flex-basis:min(640px,100vw - 48px);width:min(640px,100vw - 48px);margin-top:.25rem;margin-left:auto;padding:1.2rem 1.25rem 1.05rem;box-shadow:0 14px 34px #2d362b1a}.response-feedback-editor-header,.response-feedback-editor-footer{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.response-feedback-editor-header span{color:#5e665d;font-size:1.05rem;font-weight:680}.response-feedback-editor-header button{color:#6f786d}.response-feedback-input-wrap{position:relative}.response-feedback-editor textarea{resize:vertical;width:100%;min-height:10rem;font:inherit;color:#626a61;background:#fff;border:1px solid #d4dad1;border-radius:.9rem;margin:.75rem 0;padding:1rem 3.5rem 1rem 1.05rem;font-size:.98rem;line-height:1.5;display:block}.response-feedback-editor textarea::placeholder{color:#8b928a}.response-feedback-send{color:#fff;cursor:pointer;background:#66745f;border:0;border-radius:50%;justify-content:center;align-items:center;width:2.3rem;height:2.3rem;display:inline-flex;position:absolute;bottom:.7rem;right:.7rem}.response-feedback-send:hover:not(:disabled){background:#4f5f4a}.response-feedback-send:disabled{opacity:.45;cursor:not-allowed}.response-feedback-editor-actions{align-items:center;gap:.5rem;display:flex}.response-feedback-editor-footer button{background:var(--accent,#344054);color:#fff;cursor:pointer;border:0;border-radius:.45rem;padding:.45rem .7rem}.response-feedback-editor-footer button.is-danger{color:#a8483d;cursor:pointer;background:0 0;border:0;align-items:center;gap:.35rem;display:inline-flex}.response-feedback-saved-comment{color:#626a61;background:#eef2e9;border:1px solid #cbd5c6;border-radius:1rem;flex-basis:min(640px,100vw - 48px);width:min(640px,100vw - 48px);margin-top:.35rem;padding:.9rem 1.05rem}.response-feedback-saved-comment-header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.response-feedback-saved-comment-header>span{color:#70786e;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:700}.response-feedback-saved-comment-header>div{gap:.35rem;display:flex}.response-feedback-saved-comment-header button{color:#566252;cursor:pointer;background:0 0;border:0;border-radius:.45rem;justify-content:center;align-items:center;padding:.35rem;display:inline-flex}.response-feedback-saved-comment-header button:hover{background:#e3e9df}.response-feedback-saved-comment-header button.is-danger{color:#a8483d}.response-feedback-saved-comment p{color:#626a61;white-space:pre-wrap;overflow-wrap:anywhere;margin:.55rem 0 0;font-size:.96rem;line-height:1.55}.response-feedback-editor-footer button:disabled{opacity:.55;cursor:wait}.response-feedback-error{color:#b42318;flex-basis:100%}.admin-feedback-content{width:min(1380px,100% - 48px)}.admin-feedback-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.admin-feedback-heading>button{color:#555b52;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8d5cc;border-radius:9px;align-items:center;gap:7px;padding:9px 13px;font-size:.8rem;display:inline-flex}.admin-feedback-heading>button:hover:not(:disabled){background:#f1f3ed;border-color:#bfc6ba}.admin-feedback-heading>button:disabled{opacity:.55;cursor:wait}.admin-feedback-heading svg{width:16px}.admin-feedback-heading svg.is-spinning{animation:.8s linear infinite feedback-spin}@keyframes feedback-spin{to{transform:rotate(360deg)}}.admin-feedback-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.admin-feedback-summary article{background:#fff;border:1px solid #ded9cf;border-radius:12px;align-items:center;gap:12px;min-height:86px;padding:15px 16px;display:flex}.admin-feedback-summary article>svg{color:#71806b;flex:none;width:20px}.admin-feedback-summary article div,.admin-feedback-summary span,.admin-feedback-summary strong{min-width:0;display:block}.admin-feedback-summary span{color:#747871;font-size:.76rem}.admin-feedback-summary strong{color:#20221f;margin-top:4px;font-size:1.45rem;font-weight:650}.admin-feedback-weekly{background:#f0f4eb;border:1px solid #d6ddcf;border-radius:14px;margin-bottom:18px;padding:18px 20px}.admin-feedback-weekly>header{justify-content:space-between;align-items:center;gap:20px;display:flex}.admin-feedback-weekly h2{color:#30382d;margin:4px 0 0;font-size:1rem}.admin-feedback-weekly header p{color:#737c70;margin:5px 0 0;font-size:.76rem}.admin-feedback-weekly>header>button{color:#fff;font:inherit;cursor:pointer;background:#5c6d55;border:0;border-radius:9px;flex:none;align-items:center;gap:7px;padding:10px 13px;font-size:.75rem;display:inline-flex}.admin-feedback-weekly>header>button:hover:not(:disabled){background:#495943}.admin-feedback-weekly>header>button:disabled{opacity:.55;cursor:wait}.admin-feedback-weekly>header svg{width:16px}.admin-feedback-weekly-list{gap:9px;margin-top:14px;display:grid}.admin-feedback-weekly-list article{border-top:1px solid #d9e0d3;grid-template-columns:210px minmax(0,1fr);gap:16px;padding-top:11px;display:grid}.admin-feedback-weekly-list article>div{align-content:start;gap:3px;display:grid}.admin-feedback-weekly-list strong{color:#4d5948;font-size:.75rem}.admin-feedback-weekly-list small{color:#858d82;font-size:.66rem}.admin-feedback-weekly-list p{color:#626b5f;white-space:pre-line;margin:0;font-size:.75rem;line-height:1.55}.admin-feedback-weekly-empty{color:#858d82;margin:13px 0 0;font-size:.74rem}.admin-feedback-panel{background:#fff;border:1px solid #ded9cf;border-radius:14px;overflow:hidden}.admin-feedback-panel>header{padding:18px 20px 0}.admin-feedback-panel h2{color:#242622;margin:0;font-size:1rem}.admin-feedback-panel header p{color:#858981;margin:5px 0 0;font-size:.76rem}.admin-feedback-filters{grid-template-columns:135px 145px 135px 150px minmax(260px,1fr);gap:10px;padding:16px 20px 18px;display:grid}.admin-feedback-filters label{gap:6px;min-width:0;display:grid}.admin-feedback-filters label>span{color:#777b74;letter-spacing:.04em;text-transform:uppercase;font-size:.69rem;font-weight:650}.admin-feedback-filters select,.admin-feedback-filters input{color:#454943;width:100%;height:40px;font:inherit;background:#faf9f6;border:1px solid #ddd9d0;border-radius:9px;outline:none;padding:0 11px;font-size:.78rem}.admin-feedback-filters select:focus,.admin-feedback-filters input:focus{border-color:#8b9885;box-shadow:0 0 0 3px #7b8c741f}.admin-feedback-search>div{grid-template-columns:minmax(0,1fr) auto;display:grid;position:relative}.admin-feedback-search svg{color:#8a8e87;width:16px;position:absolute;top:12px;left:11px}.admin-feedback-search input{border-radius:9px 0 0 9px;padding-left:35px}.admin-feedback-search button{color:#fff;font:inherit;cursor:pointer;background:#5d6b57;border:0;border-radius:0 9px 9px 0;padding:0 14px;font-size:.76rem}.admin-feedback-search button:hover{background:#4b5946}.admin-feedback-table-wrap{border-top:1px solid #ebe7de;border-bottom:1px solid #ebe7de;overflow-x:auto}.admin-feedback-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1060px}.admin-feedback-table th{color:#777b74;letter-spacing:.045em;text-align:left;text-transform:uppercase;background:#f7f6f2;padding:11px 12px;font-size:.68rem;font-weight:680}.admin-feedback-table td{color:#545951;vertical-align:middle;border-top:1px solid #eeebe4;padding:13px 12px;font-size:.76rem;line-height:1.45}.admin-feedback-table tbody tr:hover{background:#fafbf8}.admin-feedback-table th:first-child{width:95px}.admin-feedback-table th:nth-child(2){width:120px}.admin-feedback-table th:nth-child(3){width:175px}.admin-feedback-table th:nth-child(4){width:auto}.admin-feedback-table th:nth-child(5){width:180px}.admin-feedback-table th:nth-child(6){width:155px}.admin-feedback-table th:nth-child(7){width:54px}.admin-feedback-surface{color:#53644e;white-space:nowrap;background:#edf2e9;border-radius:999px;padding:4px 8px;font-size:.67rem;font-weight:680;display:inline-flex}.admin-feedback-surface.is-mx_ticket{color:#785d38;background:#f5eee2}.admin-feedback-rating{white-space:nowrap;align-items:center;gap:6px;font-size:.72rem;font-weight:620;display:inline-flex}.admin-feedback-rating svg{width:15px}.admin-feedback-rating.is-like{color:#52694d}.admin-feedback-rating.is-dislike{color:#9a554a}.admin-feedback-preview,.admin-feedback-question{color:#60655d;display:block;overflow:hidden}.admin-feedback-question{color:#343833;font-weight:560}.admin-feedback-muted{color:#92968f;font-size:.7rem}.admin-feedback-user{min-width:0;display:grid}.admin-feedback-user strong,.admin-feedback-user small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-feedback-user strong{color:#434742;font-size:.75rem}.admin-feedback-user small{color:#8a8e86;margin-top:2px;font-size:.66rem}.admin-feedback-table time{color:#777c74;font-size:.7rem}.admin-feedback-view{color:#657060;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.admin-feedback-view:hover{background:#edf1e9}.admin-feedback-view svg{width:17px}.admin-feedback-empty{text-align:center;height:120px;color:#8a8e87!important}.admin-feedback-pagination{justify-content:space-between;align-items:center;padding:13px 18px;display:flex}.admin-feedback-pagination>span{color:#81857e;font-size:.72rem}.admin-feedback-pagination>div{gap:7px;display:flex}.admin-feedback-pagination button{color:#565c53;font:inherit;cursor:pointer;background:#fff;border:1px solid #ddd9d0;border-radius:8px;align-items:center;gap:4px;padding:7px 10px;font-size:.72rem;display:inline-flex}.admin-feedback-pagination button:disabled{opacity:.4;cursor:default}.admin-feedback-pagination svg{width:14px}.admin-feedback-detail-backdrop{z-index:1300}.admin-feedback-detail{background:#f8f7f3;border:1px solid #d9d5cc;border-radius:18px;width:min(820px,100% - 32px);max-height:min(84dvh,900px);padding:22px;overflow-y:auto;box-shadow:0 24px 70px #23282033}.admin-feedback-detail>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.admin-feedback-detail h2{color:#242622;margin:8px 0 0;font-size:1.35rem}.admin-feedback-detail>header>button{color:#6f756d;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.admin-feedback-detail>header>button:hover{background:#e9eae5}.admin-feedback-detail>header svg{width:19px}.admin-feedback-detail dl{grid-template-columns:1.4fr .7fr 1fr;gap:10px;margin:18px 0;display:grid}.admin-feedback-detail dl>div,.admin-feedback-detail article{background:#fff;border:1px solid #dedbd2;border-radius:12px;padding:13px 14px}.admin-feedback-detail dt,.admin-feedback-detail article>span{color:#81867e;letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px;font-size:.67rem;font-weight:680;display:block}.admin-feedback-detail dd{color:#444942;margin:0;font-size:.8rem}.admin-feedback-detail dd small{color:#898d86;margin-top:3px;display:block}.admin-feedback-detail article{margin-top:10px}.admin-feedback-detail article p{color:#50564e;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:.82rem;line-height:1.65}.admin-feedback-detail-loading{color:#737b70;margin:14px 0 0;font-size:.76rem}.admin-feedback-detail article>small{color:#91968e;margin:-2px 0 10px;font-size:.68rem;display:block}.admin-feedback-conversation ol,.admin-feedback-sources ul{margin:0;padding:0;list-style:none}.admin-feedback-conversation ol{gap:8px;display:grid}.admin-feedback-conversation li{background:#f4f4ef;border-radius:10px;padding:10px 12px}.admin-feedback-conversation li.is-user{background:#edf2e9;margin-left:9%}.admin-feedback-conversation li.is-assistant{margin-right:9%}.admin-feedback-conversation li strong,.admin-feedback-evidence div strong{color:#687164;margin-bottom:4px;font-size:.68rem;display:block}.admin-feedback-technical dl{grid-template-columns:repeat(3,minmax(0,1fr));margin:8px 0 0}.admin-feedback-technical dl>div{background:#f8f8f4;border-color:#e7e4dc;padding:9px 10px}.admin-feedback-sources ul{gap:6px;display:grid}.admin-feedback-sources li{color:#5e665b;overflow-wrap:anywhere;background:#f3f5ef;border-radius:8px;padding:8px 10px;font-size:.75rem}.admin-feedback-evidence{background:#f4f7f0!important}.admin-feedback-evidence>div{border-top:1px solid #dfe5da;padding-top:10px}.admin-feedback-evidence>div+div{margin-top:10px}@media (max-width:1180px){.admin-feedback-summary,.admin-feedback-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-feedback-search{grid-column:1/-1}}@media (max-width:700px){.admin-feedback-content{width:min(100% - 28px,1380px);padding-top:28px}.admin-feedback-heading{align-items:flex-start}.admin-feedback-heading>button{padding:8px}.admin-feedback-heading>button svg{margin:0}.admin-feedback-summary{grid-template-columns:1fr 1fr}.admin-feedback-filters{grid-template-columns:1fr;padding:14px}.admin-feedback-search{grid-column:auto}.admin-feedback-detail dl{grid-template-columns:1fr}.admin-feedback-technical dl{grid-template-columns:1fr 1fr}.admin-feedback-weekly>header{flex-direction:column;align-items:flex-start}.admin-feedback-weekly-list article{grid-template-columns:1fr;gap:7px}}.home-page{--home-content-width:1280px;--home-page-gutter:64px;color:#20231f;background:#f7f5ef;min-height:100dvh}.home-page a{color:inherit}.home-nav{min-height:82px;width:min(var(--home-content-width), calc(100% - var(--home-page-gutter)));grid-template-columns:1fr auto;align-items:center;gap:28px;margin:0 auto;display:grid}.home-brand,.home-nav-links a,.home-nav-actions a,.home-product a,.home-final-callout a,.home-footer a{text-decoration:none}.home-brand{justify-self:start}.home-brand .flowimax-wordmark{gap:11px}.home-brand .brand-mark{color:#191c18;background:#e7eddc;width:36px;height:36px}.home-brand strong{letter-spacing:0;font-size:1.3rem;font-weight:680}.home-nav-links,.home-nav-actions{align-items:center;display:flex}.home-nav-links{color:#6f746d;justify-content:center;gap:26px;font-size:.86rem}.home-nav-links a,.home-sign-in,.home-profile-link{transition:color .16s}.home-nav-links a:hover,.home-sign-in:hover,.home-profile-link:hover{color:#171a17}.home-nav-actions{justify-content:flex-end;gap:14px}.home-sign-in,.home-profile-link{color:#5e645c;align-items:center;gap:7px;font-size:.86rem;font-weight:540;display:inline-flex}.home-profile-link{max-width:180px}.home-profile-link span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-profile-link svg,.home-open-button svg{width:17px;height:17px}.home-open-button,.home-primary-action{background:#222620;border:1px solid #222620;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:0 16px;font-size:.86rem;font-weight:590;transition:background .16s,transform .16s;display:inline-flex;color:#f4f4ef!important}.home-sign-out-button{color:#62675f;min-height:42px;font:inherit;cursor:pointer;background:0 0;border:1px solid #d7d5cd;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:.82rem;font-weight:560;transition:border-color .16s,color .16s,background .16s;display:inline-flex}.home-sign-out-button:hover:not(:disabled){color:#242824;background:#ffffff80;border-color:#a9ada4}.home-sign-out-button:disabled{cursor:wait;opacity:.62}.home-sign-out-button svg{width:15px;height:15px}.home-open-button:hover,.home-primary-action:hover{background:#343a31;transform:translateY(-1px)}.home-hero{width:min(var(--home-content-width), calc(100% - var(--home-page-gutter)));color:#20231f;grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);align-items:center;gap:clamp(44px,6vw,92px);margin:0 auto;padding:58px 0 76px;display:grid;position:relative}.home-hero:before,.home-hero:after{display:none}.home-hero-copy{z-index:2;flex-direction:column;grid-area:1/1;justify-content:center;min-width:0;padding:clamp(20px,3vw,42px) 0;display:flex;position:relative}.home-eyebrow{color:#73806e;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:9px;margin:0;font-size:.7rem;font-weight:680;display:flex}.home-eyebrow-dot{background:#a7be99;border-radius:50%;flex:none;width:7px;height:7px;box-shadow:0 0 0 4px #74846b1a}.home-story-note{text-transform:none;margin-left:1px;display:inline-flex;position:relative}.home-story-note-trigger{color:#6e776a;text-transform:lowercase;cursor:help;border:1px solid #b8beb3;border-radius:50%;outline:none;place-items:center;width:18px;height:18px;font-size:.68rem;font-weight:720;line-height:1;transition:border-color .16s,color .16s,background .16s;display:grid}.home-story-note:hover .home-story-note-trigger,.home-story-note:focus-within .home-story-note-trigger{color:#343a32;background:#e8eadf;border-color:#788472}.home-story-note-copy{z-index:5;color:#eff2e9d1;letter-spacing:0;text-transform:none;opacity:0;visibility:hidden;pointer-events:none;background:#242824;border:1px solid #d8e1d02e;border-radius:7px;width:270px;margin:0;padding:10px 12px;font-size:.72rem;font-weight:460;line-height:1.5;transition:opacity .14s,visibility .14s,transform .14s;position:absolute;top:27px;left:-10px;transform:translateY(-3px);box-shadow:0 14px 34px #0000003d}.home-story-note:hover .home-story-note-copy,.home-story-note:focus-within .home-story-note-copy{opacity:1;visibility:visible;transform:translateY(0)}.home-hero h1{color:#20231f;letter-spacing:0;margin:18px 0 0;font-size:2.25rem;font-weight:630;line-height:.92}.home-motto{transform-origin:0;will-change:opacity, filter, transform;animation:1.6s cubic-bezier(.22,1,.36,1) .16s both home-motto-in}@keyframes home-motto-in{0%{opacity:0;filter:blur(8px);transform:translateY(10px)}35%{opacity:.28}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes home-motto-fade{0%{opacity:0}to{opacity:1}}.home-hero-statement{color:#d5d8cf;letter-spacing:0;max-width:700px;margin:22px 0 0;font-size:2.1rem;font-weight:460;line-height:1.12}.home-hero-description{color:#626860;max-width:620px;margin:24px 0 0;font-size:1.08rem;line-height:1.65}.home-hero-quote{color:#4f574d;border-left:1px solid #b8c1b2;max-width:620px;margin:18px 0 0;padding-left:14px}.home-hero-quote p{margin:0;font-size:.96rem;font-style:italic;line-height:1.58}.home-hero-actions{flex-wrap:wrap;align-items:center;gap:20px;margin-top:30px;display:flex}.home-primary-action{background:#edf0e7;border:1px solid #d7dccf;border-radius:8px;min-height:40px;padding:0 14px;font-weight:570;text-decoration:none;color:#50594d!important}.home-primary-action:hover{background:#e6ebdf;border-color:#bec8b7;transform:translateY(-1px)}.home-text-action{background:#f1f2ed;border:1px solid #d7dccf;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:40px;padding:0 14px;font-size:.86rem;font-weight:570;text-decoration:none;transition:border-color .16s,background .16s,transform .16s;display:inline-flex;color:#4f564e!important}.home-text-action:hover{background:#e9ede4;border-color:#bec8b7;transform:translateY(-1px)}.home-primary-action svg,.home-text-action svg{width:16px;height:16px}.home-page .home-expandable-section,.home-page .home-final-callout{display:none}.home-page .home-expandable-section:target{animation:.22s ease-out home-section-reveal;display:grid}.home-page:has(.home-expandable-section:target) .home-final-callout{display:flex}:is(.home-page:has(#notes:target) .home-primary-action,.home-page:has(#future:target) .home-text-action){background:#dfe6d7;border-color:#9eaa96;color:#20251f!important}@keyframes home-section-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.home-signal{z-index:1;color:#e5ebdbbd;width:min(520px,38vw);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;position:absolute;top:76px;right:5%;transform:rotate(1deg)}.home-signal-header,.home-signal-result,.home-signal-steps li{align-items:center;display:flex}.home-signal-header{color:#e5ebdb66;letter-spacing:.09em;border-bottom:1px solid #ffffff24;justify-content:space-between;min-height:44px;font-size:.64rem}.home-signal-status{color:#b6d1a8}.home-signal-query{border-bottom:1px solid #ffffff1a;padding:34px 0 30px}.home-signal-query small,.home-signal-steps small,.home-signal-result small{color:#e5ebdb61;font-size:.66rem}.home-signal-query p{color:#e6eadf;max-width:390px;margin:11px 0 0;font-size:1rem;line-height:1.5}.home-signal-steps{margin:0;padding:0;list-style:none}.home-signal-steps li{opacity:.32;border-bottom:1px solid #ffffff17;grid-template-columns:32px 1fr auto;gap:12px;min-height:64px;animation:5.4s ease-in-out infinite home-signal-pulse;display:grid}.home-signal-steps li:nth-child(2){animation-delay:1.2s}.home-signal-steps li:nth-child(3){animation-delay:2.4s}.home-signal-steps li>span{color:#8fa087;font-size:.65rem}.home-signal-steps strong{font-size:.79rem;font-weight:520}.home-signal-result{color:#bfd3b5;gap:10px;min-height:70px;font-size:.75rem}.home-signal-result svg{width:17px;height:17px}.home-signal-result small{margin-left:auto}.home-code-window{aspect-ratio:1;background:#171a17;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;grid-area:1/2;justify-self:end;width:min(100%,520px);min-width:0;padding:clamp(38px,4vw,62px);display:flex;position:relative;top:auto;right:auto;overflow:hidden;transform:translateY(30px)}.home-code-body{flex:1;min-height:0;padding:28px 4px 24px;font-size:.86rem;line-height:1.82}.home-code-body p{opacity:0;min-height:1.82em;margin:0;transition:opacity .18s,transform .18s;transform:translateY(5px)}.home-code-body p.is-visible{opacity:1;transform:translateY(0)}.home-code-body p.is-indented{padding-left:22px}.home-code-body p>span{color:#e7e4dc}.home-code-body .home-code-keyword{color:#ff9f5a}.home-code-body .home-code-string{color:#c9ff70}.home-code-body .home-code-property{color:#6fd8f4}.home-code-body .home-code-punctuation{color:#ffd75a}.home-code-body .home-code-comment{color:#8993a3}.home-code-body .home-code-plain{color:#e7e4dc}.home-code-body i{color:#dce8d3;font-style:normal;animation:1s steps(2,start) infinite home-code-cursor}.home-code-footer{color:#e5ebdb6b;border-top:1px solid #ffffff1a;align-items:center;gap:9px;min-height:48px;font-size:.64rem;display:flex}.home-code-footer svg{width:15px;height:15px}@keyframes home-code-cursor{50%{opacity:0}}@keyframes home-signal-pulse{0%,18%,to{opacity:.32}28%,48%{opacity:1}}.home-intro,.home-products,.home-principles,.home-final-callout,.home-footer{width:min(var(--home-content-width), calc(100% - var(--home-page-gutter)));margin-left:auto;margin-right:auto}.home-intro{border-bottom:1px solid #dcd8cf;grid-template-columns:.7fr 1.3fr;gap:40px;padding:52px 0 56px;display:grid}.home-section-index{color:#73806e;letter-spacing:.12em;margin:5px 0 0;font-size:.68rem;font-weight:700}.home-intro h2,.home-principles h2,.home-final-callout h2{color:#222520;letter-spacing:0;margin:0;font-size:1.85rem;font-weight:590;line-height:1.08}.home-intro>div>p{color:#61665f;max-width:660px;margin:22px 0 0;font-size:1rem;line-height:1.7}.home-products{grid-template-columns:repeat(3,1fr);gap:12px;padding:30px 0 60px;display:grid}.home-note-heading{width:min(var(--home-content-width), calc(100% - var(--home-page-gutter)));border-bottom:1px solid #dcd8cf;justify-content:space-between;align-items:flex-end;gap:40px;margin:0 auto;padding:54px 0 26px;display:flex}.home-note-heading h2{color:#222520;letter-spacing:0;text-align:right;margin:0;font-size:1.85rem;font-weight:590;line-height:1.08}.home-note-section .home-products{padding-top:22px}.home-note-section .home-product{min-height:210px}.home-guide{width:min(var(--home-content-width), calc(100% - var(--home-page-gutter)));margin:0 auto;padding:54px 0 64px}.home-guide-heading{border-bottom:1px solid #dcd8cf;grid-template-columns:.82fr 1.18fr;align-items:end;gap:clamp(40px,7vw,110px);padding-bottom:28px;display:grid}.home-guide-heading h2{color:#222520;letter-spacing:-.025em;margin:22px 0 0;font-size:clamp(1.75rem,2.4vw,2.35rem);font-weight:590;line-height:1.08}.home-guide-heading>p{color:#666c63;max-width:650px;margin:0;font-size:.94rem;line-height:1.72}.home-guide-flow{grid-template-columns:minmax(160px,.9fr) 28px minmax(160px,.9fr) 28px minmax(300px,1.45fr) 28px minmax(170px,.95fr);align-items:stretch;gap:8px;padding-top:24px;display:grid}.home-guide-step,.home-guide-choice{background:#ffffff80;border:1px solid #dcd8cf;border-radius:12px;min-width:0}.home-guide-step{flex-direction:column;min-height:286px;padding:20px;display:flex}.home-guide-step-topline{color:#74806e;letter-spacing:.08em;justify-content:space-between;align-items:center;font-size:.67rem;font-weight:720;display:flex}.home-guide-step-topline svg{stroke-width:1.7px;width:20px;height:20px}.home-guide-step h3,.home-guide-choice h3{color:#292d28;margin:34px 0 10px;font-size:1.05rem;font-weight:630}.home-guide-step>p,.home-guide-choice-heading p{color:#6c716a;margin:0;font-size:.8rem;line-height:1.62}.home-guide-step>a{color:#384036;align-items:center;gap:7px;width:max-content;margin-top:auto;font-size:.76rem;font-weight:650;text-decoration:none;display:inline-flex}.home-guide-step>a svg{width:14px;transition:transform .16s}.home-guide-step>a:hover svg,.home-guide-tools a:hover>svg:last-child{transform:translate(3px)}.home-guide-connector{color:#a1aa9b;place-items:center;display:grid}.home-guide-connector svg{width:17px;height:17px}.home-guide-choice{background:#edf1e7;padding:18px}.home-guide-choice-heading{grid-template-columns:28px 1fr;align-items:start;gap:10px;display:grid}.home-guide-choice-heading>span{color:#74806e;letter-spacing:.08em;font-size:.67rem;font-weight:720}.home-guide-choice h3{margin:0 0 5px}.home-guide-tools{gap:8px;margin-top:18px;display:grid}.home-guide-tools a{color:#3d443a;background:#ffffffb8;border:1px solid #d6ddcf;border-radius:10px;grid-template-columns:30px minmax(0,1fr) 16px;align-items:start;gap:10px;padding:12px;text-decoration:none;transition:border-color .16s,background .16s,transform .16s;display:grid}.home-guide-tools a:hover{background:#fff;border-color:#aebba6;transform:translateY(-1px)}.home-guide-tools a>svg:first-child{color:#6d7d67;width:19px}.home-guide-tools a>svg:last-child{color:#7b8577;width:14px;transition:transform .16s}.home-guide-tools span,.home-guide-tools strong,.home-guide-tools small{min-width:0;display:block}.home-guide-tools strong{font-size:.82rem;font-weight:680}.home-guide-tools small{color:#747b71;margin-top:4px;font-size:.7rem;line-height:1.48}.home-guide-feedback{background:#f0f3eb;border-color:#cfd8c9}.home-guide-feedback>small{color:#899086;margin-top:auto;font-size:.68rem;line-height:1.5;display:block}.home-intro>div>p+p{color:#858981;margin-top:13px;font-size:.88rem}.home-product{background:#ffffff75;border:1px solid #dcd8cf;border-radius:8px;flex-direction:column;min-width:0;min-height:210px;padding:21px;transition:border-color .16s,background .16s,transform .16s;display:flex}.home-product:hover{background:#fbfaf6;border-color:#9da995;transform:translateY(-2px)}.home-product-topline{color:#7c8776;justify-content:space-between;align-items:center;font-size:.68rem;font-weight:680;display:flex}.home-product-topline svg{width:21px;height:21px}.home-product h3{letter-spacing:0;max-width:250px;margin:34px 0 12px;font-size:1.28rem;font-weight:620}.home-product>p{color:#646a62;margin:0;font-size:.9rem;line-height:1.62}.home-product>small{color:#95988f;margin:18px 0 28px;font-size:.73rem;line-height:1.5}.home-product>a{color:#30352e;align-items:center;gap:8px;margin-top:auto;font-size:.82rem;font-weight:620;display:inline-flex}.home-product>a svg{width:15px;height:15px;transition:transform .16s}.home-product>a:hover svg{transform:translate(3px)}.home-principles{border-top:1px solid #dcd8cf;grid-template-columns:.8fr 1.2fr;gap:70px;padding:60px 0 68px;display:grid}.home-principles-heading .home-section-index{margin:0 0 24px}.home-principle-list{display:grid}.home-principle-list article{border-bottom:1px solid #dedbd3;grid-template-columns:36px 1fr;gap:18px;padding:17px 0;display:grid}.home-principle-list article:first-child{padding-top:0}.home-principle-list svg{color:#70806b;width:20px;height:20px}.home-principle-list h3{margin:0;font-size:1rem;font-weight:620}.home-principle-list p{color:#6b7068;max-width:560px;margin:7px 0 0;font-size:.88rem;line-height:1.6}.home-final-callout{border-top:1px solid #dcd8cf;justify-content:space-between;align-items:flex-end;gap:40px;padding:54px 0 60px;display:flex}.home-final-callout .home-eyebrow{color:#74806e;margin-bottom:20px}.home-final-callout>a{border-bottom:1px solid #2d322b;align-items:center;gap:9px;padding:8px 0;font-size:.9rem;font-weight:620;display:inline-flex}.home-final-callout>a svg{width:17px;height:17px}.home-footer{color:#898d85;border-top:1px solid #dcd8cf;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:21px 0 28px;font-size:.72rem;display:grid}.home-footer a{justify-self:end}@media (max-width:980px){.home-nav{grid-template-columns:1fr auto}.home-nav-links{display:none}.home-hero-copy,.home-code-window{padding:30px}.home-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:34px}.home-hero-copy{padding-left:0}.home-products{grid-template-columns:1fr 1fr}.home-product:last-child{grid-column:1/-1;min-height:280px}.home-guide-flow{grid-template-columns:1fr 24px 1fr}.home-guide-flow>.home-guide-connector:nth-of-type(2){display:none}.home-guide-choice,.home-guide-feedback{grid-column:auto/span 1}.home-guide-flow>.home-guide-connector:nth-of-type(3){display:grid}}@media (min-width:721px){.home-page:not(:has(.home-expandable-section:target)) .home-hero{min-height:calc(100dvh - 152px);padding-top:28px;padding-bottom:28px}.home-page:not(:has(.home-expandable-section:target)) .home-code-window{width:min(100%,520px,52vh)}}@media (max-width:720px){.home-nav{width:calc(100% - 40px);min-height:70px}.home-profile-link,.home-sign-in{display:none}.home-open-button{min-height:40px;padding:0 13px}.home-open-button svg{display:none}.home-hero{grid-template-columns:1fr;width:calc(100% - 40px);margin-top:16px;padding:18px 0 54px}.home-hero-copy{aspect-ratio:auto;grid-area:1/1;min-height:0;padding:34px 10px 24px}.home-story-note-copy{width:min(260px,100vw - 40px);left:auto;right:0}.home-hero h1{font-size:2.1rem}.home-hero-statement{font-size:1.55rem}.home-hero-description{max-width:430px;font-size:.92rem;line-height:1.62}.home-hero-quote{max-width:100%;margin-top:13px}.home-hero-quote p{font-size:.78rem}.home-hero-actions{flex-wrap:nowrap;gap:14px;margin-top:26px}.home-text-action{white-space:nowrap}.home-code-window{aspect-ratio:auto;opacity:1;grid-area:2/1;width:min(94%,520px);min-height:360px;padding:26px;transform:translateY(8px)}.home-code-window .home-signal-header{min-height:32px;display:flex}.home-code-body{min-height:126px;padding:8px 2px 7px;font-size:.56rem;line-height:1.4}.home-code-body p{min-height:1.4em}.home-code-footer{min-height:28px;font-size:.55rem}.home-signal-steps li{min-height:44px}.home-intro,.home-products,.home-principles,.home-final-callout,.home-footer{width:calc(100% - 40px)}.home-intro,.home-principles{grid-template-columns:1fr;gap:30px}.home-intro{padding:40px 0 44px}.home-intro h2,.home-principles h2,.home-final-callout h2{font-size:1.65rem}.home-products{grid-template-columns:1fr;padding:22px 0 46px}.home-note-heading{width:calc(100% - 40px);padding:44px 0 22px;display:block}.home-note-heading h2{text-align:left;margin-top:22px;font-size:1.65rem}.home-product,.home-product:last-child{grid-column:auto;min-height:190px}.home-guide{width:calc(100% - 40px);padding:44px 0 48px}.home-guide-heading{grid-template-columns:1fr;gap:22px;padding-bottom:22px}.home-guide-heading h2{margin-top:18px;font-size:1.7rem}.home-guide-flow{grid-template-columns:1fr;gap:0;padding-top:20px}.home-guide-step,.home-guide-choice,.home-guide-feedback{grid-column:auto}.home-guide-step{min-height:220px}.home-guide-flow>.home-guide-connector,.home-guide-flow>.home-guide-connector:nth-of-type(2),.home-guide-flow>.home-guide-connector:nth-of-type(3){height:36px;display:grid;transform:rotate(90deg)}.home-guide-tools a{padding:13px}.home-principles{padding:46px 0 50px}.home-final-callout{flex-direction:column;align-items:flex-start;padding:44px 0 48px}.home-footer{grid-template-columns:1fr auto}.home-footer>span:nth-child(2){display:none}}@media (max-width:430px){.home-brand strong{font-size:1.15rem}.home-open-button{font-size:.78rem}.home-sign-out-button{width:40px;min-height:40px;padding:0}.home-sign-out-button span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.home-hero{width:calc(100% - 28px)}.home-hero h1{font-size:1.9rem}.home-hero-statement{font-size:1.35rem}}@media (max-width:720px){.home-page:not(:has(.home-expandable-section:target)) .home-hero{gap:8px;margin-top:0;padding-top:4px;padding-bottom:16px}.home-page:not(:has(.home-expandable-section:target)) .home-hero-copy{padding-top:18px;padding-bottom:10px}.home-page:not(:has(.home-expandable-section:target)) .home-code-window{min-height:250px;transform:none}.home-page:not(:has(.home-expandable-section:target)) .home-footer{padding-top:12px;padding-bottom:14px}}@media (prefers-reduced-motion:reduce){.home-motto{animation:1.4s .12s both home-motto-fade}.home-signal-steps li{opacity:.72;animation:none}.home-open-button,.home-primary-action,.home-product,.home-product>a svg{transition:none}}.mx-recheck-button{color:#52604f;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:.7rem;font-weight:680;display:inline-flex}.mx-recheck-button svg{width:14px;height:14px}.mx-reviewed-actions .mx-create-job-button{color:#f7f6f1;background:#303a30;border-color:#303a30;align-items:center;gap:7px;min-height:34px;padding:7px 12px;font-size:.72rem;display:inline-flex;box-shadow:0 5px 12px #2b342b21}.mx-reviewed-actions .mx-create-job-button:hover{background:#3f4b3f;border-color:#3f4b3f}.mx-reviewed-actions .mx-create-job-button svg{color:currentColor;width:15px;height:15px}.mx-queue-status-slot{contain:layout;align-items:stretch;min-height:38px;margin:-5px 0 14px;display:flex}.mx-resume-jobs,.mx-current-job-status,.mx-queue-status-placeholder{border-radius:9px;width:100%;min-height:38px}.mx-resume-jobs{color:#6b664f;background:#f4f0df;justify-content:space-between;align-items:center;gap:9px;padding:9px 11px;font-size:.7rem;display:flex}.mx-current-job-status{color:#586656;background:#eef1e9;align-items:center;gap:9px;padding:9px 11px;font-size:.7rem;font-weight:650;display:flex}.mx-queue-status-placeholder{visibility:hidden}.mx-resume-jobs button{color:#555e4f;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:.69rem;font-weight:720;display:inline-flex}.mx-resume-jobs button svg{width:14px;height:14px}.mx-create-job-backdrop{padding:18px}.mx-create-job-dialog{color:#283028;background:#faf8f3;border:1px solid #d8d4ca;border-radius:14px;width:min(460px,100%);padding:20px;overflow:hidden;box-shadow:0 28px 80px #1f231f40}.mx-create-job-dialog>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.mx-create-job-dialog>header span{color:#758272;letter-spacing:.13em;font-size:.61rem;font-weight:760;display:block}.mx-create-job-dialog h2{letter-spacing:0;margin:4px 0 0;font-size:1.06rem}.mx-create-job-dialog>header button{color:#111411;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;flex:none;place-items:center;width:32px;height:32px;padding:0;display:grid}.mx-create-job-dialog>header button:hover{background:#f0eee8;border-color:#ddd9d0}.mx-create-job-dialog>header button svg{width:17px;height:17px}.mx-create-job-dialog form{margin-top:18px}.mx-create-job-label-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.mx-create-job-connection{color:#956258;align-items:center;gap:6px;font-size:.62rem;font-weight:650;display:inline-flex}.mx-create-job-connection i{background:currentColor;border-radius:50%;width:6px;height:6px}.mx-create-job-connection.is-connected{color:#547251}.mx-create-job-label-row>label{color:#596557;letter-spacing:.08em;text-transform:uppercase;font-size:.67rem;font-weight:740;display:block}.mx-create-job-dialog textarea{resize:none;color:#242b24;width:100%;min-height:48px;max-height:252px;font:650 .82rem/1.55 var(--font-sans);letter-spacing:.01em;text-transform:uppercase;background:#fff;border:1px solid #c9c8bf;border-radius:10px;outline:none;padding:11px 13px;display:block;overflow-y:auto;box-shadow:inset 0 1px 2px #242b2406}.mx-create-job-dialog textarea:focus{border-color:#778873;box-shadow:0 0 0 3px #6f816b1f}.mx-create-job-dialog textarea[aria-invalid=true]{border-color:#b36d60}.mx-create-job-meta{justify-content:space-between;gap:16px;margin-top:7px;display:flex}.mx-create-job-meta small{color:#838880;font-size:.64rem}.mx-create-job-error{color:#914f43;background:#f5e8e4;border-radius:8px;align-items:flex-start;gap:7px;margin:11px 0 0;padding:9px 10px;font-size:.69rem;line-height:1.45;display:flex}.mx-create-job-error svg{flex:none;width:15px;height:15px}.mx-create-job-dialog footer{justify-content:flex-end;gap:8px;margin-top:17px;display:flex}.mx-create-job-dialog footer button{min-height:36px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:.72rem;font-weight:680;display:inline-flex}.mx-create-job-dialog footer button:disabled{cursor:not-allowed;opacity:.48}.mx-create-job-cancel{color:#60665e;background:#f3f1eb;border-color:#d6d3ca!important}.mx-create-job-submit{color:#f8f7f2;background:#303a30}.mx-create-job-submit:hover:not(:disabled){background:#3f4b3f}.mx-create-job-submit svg{width:15px;height:15px}.mx-extension-required-backdrop{padding:18px}.mx-extension-required-dialog{color:#2b302a;background:#faf8f3;border:1px solid #d8d4ca;border-radius:16px;width:min(500px,100%);padding:22px;box-shadow:0 28px 80px #1f231f40}.mx-extension-required-dialog>header{justify-content:space-between;align-items:center;display:flex}.mx-extension-required-icon{color:#61715d;background:#e7ede2;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.mx-extension-required-icon svg{width:19px;height:19px}.mx-extension-required-dialog>header>button{color:#20241f;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;width:32px;height:32px;padding:0;display:grid}.mx-extension-required-dialog>header>button:hover{background:#f0eee8;border-color:#ddd9d0}.mx-extension-required-dialog>header>button svg{width:17px;height:17px}.mx-extension-required-dialog>span{color:#758272;letter-spacing:.13em;margin-top:20px;font-size:.61rem;font-weight:760;display:block}.mx-extension-required-dialog h2{margin:6px 0 0;font-size:1.2rem}.mx-extension-required-dialog p{color:#626a60;margin:11px 0 0;font-size:.8rem;line-height:1.65}.mx-extension-required-dialog>small{color:#858a82;margin-top:10px;font-size:.7rem;line-height:1.5;display:block}.mx-extension-required-actions{justify-content:flex-end;gap:8px;margin-top:22px;display:flex}.mx-extension-required-actions button,.mx-extension-required-actions a{color:#5d635b;min-height:38px;font:inherit;cursor:pointer;background:#f2f0ea;border:1px solid #d4d1c8;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:.71rem;font-weight:680;text-decoration:none;display:inline-flex}.mx-extension-required-actions a{color:#50604c;background:#edf2e9;border-color:#bdc8b7}.mx-extension-required-actions .is-primary{color:#f8f7f2;background:#303a30;border-color:#303a30}.mx-extension-required-actions button:hover,.mx-extension-required-actions a:hover{filter:brightness(.97)}.mx-extension-required-actions svg{width:14px;height:14px}.mx-queue-progress{color:#697367;align-items:center;gap:9px;margin-top:12px;font-size:.72rem;display:flex}.mx-queue-metrics{background:#f3f2ed;border:1px solid #dedbd2;border-radius:10px;grid-template-columns:repeat(6,minmax(0,1fr));margin:-2px 0 14px;display:grid}.mx-queue-metrics>div{min-width:0;padding:9px 12px}.mx-queue-metrics>div+div{border-left:1px solid #dedbd2}.mx-queue-metrics dt{color:#81867e;text-transform:uppercase;font-size:.59rem;font-weight:680}.mx-queue-metrics dd{color:#3f493e;font-variant-numeric:tabular-nums;margin:3px 0 0;font-size:.82rem;font-weight:760}.mx-queue-metrics .has-warning dd{color:#985447}.mx-queue-toolbar{border-bottom:1px solid #e3e0d7;justify-content:space-between;align-items:center;gap:16px;margin:-4px 0 14px;padding-bottom:12px;display:flex}.mx-queue-toolbar>small{color:#858980;white-space:nowrap;font-size:.66rem}.mx-queue-filters{flex-wrap:wrap;gap:5px;display:flex}.mx-queue-filters button{color:#686e66;min-height:30px;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;padding:5px 10px;font-size:.68rem;font-weight:650}.mx-queue-filters button:hover{color:#344034;background:#efeee8}.mx-queue-filters button.active{color:#344734;background:#e8ece4;border-color:#ccd3c8}.mx-data-filterbar{border-bottom:1px solid #e3e0d7;flex-wrap:wrap;align-items:flex-end;gap:8px;margin:-3px 0 14px;padding-bottom:13px;display:flex}.mx-data-filterbar label{gap:5px;display:grid}.mx-data-filterbar label>span{color:#7c837a;letter-spacing:.06em;text-transform:uppercase;font-size:.59rem;font-weight:720}.mx-data-filterbar input,.mx-data-filterbar select{color:#465045;height:34px;font:inherit;background:#faf9f5;border:1px solid #d0d2ca;border-radius:8px;outline:none;padding:0 9px;font-size:.69rem}.mx-data-filterbar input:focus,.mx-data-filterbar select:focus{border-color:#84917f;box-shadow:0 0 0 3px #70826b1a}.mx-data-filterbar button{color:#687067;height:34px;font:inherit;cursor:pointer;background:#f7f6f1;border:1px solid #d0d2ca;border-radius:8px;align-items:center;gap:7px;margin-left:auto;padding:0 11px;font-size:.69rem;font-weight:660;transition:border-color .16s,color .16s,background-color .16s,box-shadow .16s;display:inline-flex}.mx-data-filterbar:hover button:not(:disabled),.mx-data-filterbar:focus-within button:not(:disabled){color:#f8f7f2;background:#526250;border-color:#657461;box-shadow:0 4px 10px #3743351a}.mx-data-filterbar button:hover:not(:disabled){background:#435341}.mx-data-filterbar button:disabled{cursor:not-allowed;opacity:.45}.mx-data-filterbar button svg{width:14px;height:14px}.mx-data-filterbar button small{color:#687067;font-variant-numeric:tabular-nums;text-align:center;background:#e9e9e3;border-radius:999px;min-width:18px;padding:2px 5px;font-size:.58rem}.mx-data-filterbar:hover button small,.mx-data-filterbar:focus-within button small{color:#526250;background:#edf0e9}.mx-filter-updated{color:#858980;white-space:nowrap;margin-left:auto;font-size:.64rem}.mx-filter-updated+button{margin-left:0}.mx-inline-spinner{border:2px solid #57675338;border-top-color:#657762;border-radius:50%;width:13px;height:13px;display:inline-block}.mx-job-status{border-radius:999px;align-items:center;gap:6px;width:max-content;padding:5px 9px;font-size:.67rem;font-weight:720;display:inline-flex!important}.mx-job-status.is-pending{color:#6e6f68;background:#ecebe5}.mx-job-status.is-collecting,.mx-job-status.is-processing{color:#526a50;background:#e5eee1}.mx-job-status.is-done{color:#466f43;background:#e2eddd}.mx-job-status.is-failed{color:#984e42;background:#f3e2dc}.mx-checked-by{font-weight:680;color:#465045!important;white-space:nowrap!important;font-size:.76rem!important}.mx-shared-jobs .mx-review-row>td:nth-child(2){text-align:center}.mx-shared-jobs .mx-checked-by{text-align:center;text-overflow:ellipsis;max-width:100%;margin:0 auto;display:block;overflow:hidden}.mx-shared-jobs .mx-review-row:not(.is-status-done){cursor:default}.mx-analysis-backdrop{padding:28px;overflow:auto}.mx-analysis-dialog{background:#f8f6f0;border:1px solid #d9d5cb;border-radius:16px;width:min(1440px,100%);max-height:calc(100dvh - 56px);margin:auto;padding:20px;position:relative;overflow:auto;box-shadow:0 28px 70px #2a2d2738}.mx-analysis-dialog>section+section{margin-top:16px}.mx-dialog-close{color:#111411;cursor:pointer;background:#ffffff94;border:1px solid #c7c4bb;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;transition:border-color .15s,color .15s,background .15s,transform .15s;display:grid}.mx-dialog-close:hover{color:#000;background:#fff;border-color:#8e948b;transform:translateY(-1px)}.mx-dialog-close:focus-visible{outline-offset:2px;outline:2px solid #7a8b76}.mx-dialog-close svg{stroke-width:1.8px;width:16px;height:16px}.mx-expired-dialog{width:min(460px,100% - 28px)}.mx-expired-dialog p{line-height:1.55}.mx-expired-dialog .mx-recheck-button{color:#fff;background:#576853;border:1px solid #576853;border-radius:9px;padding:10px 14px}.mx-expired-dialog .mx-recheck-button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:760px){.mx-reviewed-tickets>header{align-items:stretch}.mx-reviewed-actions{flex-flow:wrap;align-items:center;width:100%}.mx-reviewed-actions small{flex:100%}.mx-reviewed-actions .mx-create-job-button{margin-left:auto}.mx-queue-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.mx-queue-metrics>div:nth-child(4){border-left:0}.mx-queue-metrics>div:nth-child(n+4){border-top:1px solid #dedbd2}.mx-queue-toolbar{flex-direction:column;align-items:flex-start;gap:8px}.mx-analysis-backdrop{padding:10px}.mx-analysis-dialog{max-height:calc(100dvh - 20px);padding:12px}}.mx-reviewed-tickets th:last-child,.mx-reviewed-tickets td:last-child{text-align:right;width:44px;padding-left:6px;padding-right:12px}.mx-delete-history{color:#9a756b;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;width:30px;height:30px;padding:0;display:inline-grid}.mx-delete-history:hover,.mx-delete-history:focus-visible{color:#984f40;background:#f7e9e4;border-color:#dfc8c0;outline:none}.mx-delete-history>svg{stroke-width:1.8px;width:15px;height:15px}.mx-delete-dialog{color:#292b27;background:#fbf9f4;border-color:#ddd7cb;border-radius:13px;width:min(320px,100%);padding:18px;box-shadow:0 18px 50px #413a2e33}.mx-delete-dialog h2{margin:0 0 7px;font-size:.98rem}.mx-delete-dialog p{color:#77746c;font-size:.78rem;line-height:1.45}.mx-delete-dialog p strong{color:#292b27;font-size:.8rem}.mx-delete-dialog .confirm-dialog-actions{margin-top:16px}.mx-delete-dialog .confirm-dialog-cancel{color:#5f615b;background:#efede7}.mx-delete-dialog .confirm-dialog-cancel:hover,.mx-delete-dialog .confirm-dialog-cancel:focus-visible{background:#e5e2da}.mx-delete-dialog button:disabled{cursor:wait;opacity:.62}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mx-sidebar{position:relative}.mx-sidebar-brand-row{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.mx-sidebar-brand-row .account-brand{min-width:0}.mx-sidebar-toggle{color:#80796e;background:0 0;border:0;border-radius:9px;flex:none;place-items:center;width:34px;height:34px;padding:0;display:grid}.mx-sidebar-toggle:hover,.mx-sidebar-toggle:focus-visible{color:#292822;background:#5b524417;outline:none}.mx-sidebar-toggle>svg{stroke-width:1.7px;width:19px;height:19px}.mx-sidebar-resize-handle{z-index:50;cursor:ew-resize;touch-action:none;background:0 0;border:0;width:8px;height:100%;padding:0;position:absolute;top:0;right:-4px}.mx-sidebar-resize-handle:after{content:"";background:0 0;width:1px;height:100%;transition:background .14s;position:absolute;top:0;right:3px}.mx-sidebar-resize-handle:hover:after,.mx-sidebar-resize-handle:focus-visible:after,.is-resizing-sidebar .mx-sidebar-resize-handle:after{background:#5b524447}.mx-sidebar.collapsed{padding-left:10px;padding-right:10px}.mx-sidebar.collapsed .mx-sidebar-brand-row{justify-items:center;display:grid}.mx-sidebar.collapsed .account-brand .flowimax-wordmark>strong,.mx-sidebar.collapsed .account-navigation a>span,.mx-sidebar.collapsed .account-sidebar-user>div,.mx-sidebar.collapsed .account-sidebar-chevron{display:none}.mx-sidebar.collapsed .account-brand,.mx-sidebar.collapsed .account-navigation a,.mx-sidebar.collapsed .account-sidebar-user{justify-content:center}.mx-sidebar.collapsed .account-navigation a{grid-template-columns:22px;padding:0}.mx-sidebar.collapsed .account-sidebar-user{padding-left:0;padding-right:0}.mx-sidebar.collapsed .sidebar-profile-menu{width:304px;bottom:0;left:calc(100% + 12px)}@media (max-width:820px){.mx-sidebar-resize-handle{display:none}}.sidebar{position:relative}.history-show-more{color:#ffffff94;text-align:left;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;width:calc(100% - 8px);min-height:36px;margin:8px 4px 0;padding:7px 10px;font-size:.78rem;font-weight:470;display:flex}.history-show-more:hover,.history-show-more:focus-visible{color:#ffffffe6;background:#ffffff12;outline:none}.history-show-more>span{font-size:.82rem}.sidebar-resize-handle{z-index:50;cursor:ew-resize;touch-action:none;background:0 0;border:0;width:8px;height:100%;padding:0;position:absolute;top:0;right:-4px}.sidebar-resize-handle:after{content:"";background:0 0;width:1px;height:100%;transition:background .14s;position:absolute;top:0;right:3px}.sidebar-resize-handle:hover:after,.sidebar-resize-handle:focus-visible:after,.is-resizing-sidebar .sidebar-resize-handle:after{background:#ffffff47}body.is-resizing-sidebar,body.is-resizing-sidebar *{cursor:ew-resize!important;-webkit-user-select:none!important;user-select:none!important}.composer .send-button{transform:translateY(-3px)}@media (max-width:860px){.sidebar-resize-handle{display:none}}.icon-button{color:#3b3d38;width:42px;height:42px;box-shadow:none;background:0 0;border-color:#0000}.icon-button:hover,.icon-button[aria-expanded=true]{color:#181a17;box-shadow:none;background:#1f231f14}.settings-glyph{gap:4px;width:22px;display:grid}.settings-glyph span{background:currentColor;border-radius:999px;height:2px;display:block}.settings-glyph span:first-child{width:18px}.settings-glyph span:nth-child(2){width:22px}.settings-glyph span:nth-child(3){justify-self:end;width:14px}.settings-panel{background:#fffffffa;border:1px solid #1f231f1a;border-radius:16px;grid-template-columns:1fr;justify-self:end;gap:14px;width:min(340px,100% - 48px);margin:0 max(24px,50% - 496px) 10px 0;padding:14px;box-shadow:0 18px 44px #24221e21}.model-picker,.language-control{color:#30332e;gap:6px;font-size:.82rem;font-weight:520}.model-picker>span,.language-control>span{color:#787d73;letter-spacing:.02em;text-transform:none;font-size:.72rem;font-weight:620}.model-picker select{color:#252822;background:linear-gradient(45deg,#0000 50%,#565a52 50%) right 18px center/6px 6px no-repeat,linear-gradient(135deg,#565a52 50%,#0000 50%) right 14px center/6px 6px no-repeat,#fbfaf7;border-color:#1f231f1c;border-radius:11px;min-height:42px;font-size:.86rem;font-weight:500}.language-toggle{background:#fbfaf7;border-color:#1f231f1c;border-radius:11px;min-height:42px}.language-toggle button{color:#72766d;border-radius:8px;min-height:32px;font-size:.84rem;font-weight:560}.language-toggle button.active{color:#fff;background:#3d433a;box-shadow:0 7px 16px #1f231f1f}.settings-panel-hidden{justify-self:end;width:min(340px,100% - 48px);margin-right:max(24px,50% - 496px)}.page{grid-template-columns:292px minmax(0,1fr)}.sidebar{z-index:20;color:#f5f5f2;background:#080807;border-right:1px solid #ffffff14;grid-template-rows:auto minmax(0,1fr) auto;width:auto;height:100dvh;min-height:0;padding:14px 12px;display:grid;position:sticky;top:0;overflow:hidden}.rail-handle,.sidebar-popover{display:none}.sidebar>.sidebar-top{gap:18px;display:grid}.sidebar>.history-list{min-height:0;margin-top:26px;overflow-y:auto}.sidebar>.history-list .history-item{border-radius:10px;min-height:38px;margin-bottom:0;padding:9px 10px;font-size:.93rem;line-height:1.25}.sidebar>.history-list .history-item.active{color:#fff;background:#ffffff24}.sidebar>.account-card{margin-top:14px;padding:10px 8px}.question-jump-wrap{z-index:30;position:fixed;top:50%;right:22px;transform:translateY(-50%)}.question-jump-wrap:before{content:"";width:22px;height:min(560px,100dvh - 80px);position:fixed;top:50%;right:48px;transform:translateY(-50%)}.question-jump-rail{overscroll-behavior:contain;scrollbar-width:none;gap:10px;max-height:128px;padding:8px 6px;display:grid;overflow-y:auto}.question-jump-rail::-webkit-scrollbar{width:0;height:0}.question-jump-rail button{background:#1f231f57;border:0;border-radius:999px;width:24px;height:3px;padding:0;transition:width .14s,background .14s,transform .14s;display:block;position:relative}.question-jump-rail button:hover,.question-jump-rail button:focus-visible{background:#1f231fc7;outline:none;width:30px;transform:translate(-2px)}.question-jump-rail button:after,.question-jump-rail button:hover:after,.question-jump-rail button:focus-visible:after{content:none}.question-jump-list{z-index:60;overscroll-behavior:contain;color:#6d4f33;scrollbar-color:#6d4f334d transparent;scrollbar-width:thin;background:#acbac4;border-radius:18px;gap:6px;width:min(420px,100vw - 390px);max-height:min(560px,100dvh - 80px);padding:12px;display:grid;position:fixed;top:50%;right:62px;overflow-y:auto;transform:translateY(-50%);box-shadow:0 18px 40px #36444e3d}.question-jump-list::-webkit-scrollbar{width:8px}.question-jump-list::-webkit-scrollbar-thumb{background:#6d4f334d;border-radius:999px}.question-jump-list p{color:#6d4f33b8;text-transform:uppercase;margin:0 0 6px;padding:0 8px;font-size:.72rem;font-weight:620}.question-jump-list button{color:#6d4f33;text-align:left;background:0 0;border:0;border-radius:12px;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:9px;width:100%;padding:10px;display:grid}.question-jump-list button:hover,.question-jump-list button:focus-visible{background:#6d4f331a;outline:none}.question-jump-list span{color:#593e25e6;background:#6d4f331f;border-radius:8px;place-items:center;width:24px;height:24px;font-size:.72rem;font-weight:620;display:grid}.question-jump-list strong{color:#543820f5;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;font-size:.86rem;font-weight:430;line-height:1.38;display:-webkit-box;overflow:hidden}.question-jump-rail button:last-child{background:#1f231fd6}@media (max-width:1100px){.question-jump-rail{right:10px}}@media (max-width:860px){.page{grid-template-columns:1fr}.sidebar{display:none}.question-jump-rail{right:8px}.question-jump-list{width:min(360px,100vw - 68px);right:44px}}.sidebar{overflow:visible}.account-area{min-width:0;position:relative}.account-card{width:100%;color:inherit;text-align:left;background:0 0;border:0}.profile-menu{z-index:80;color:#f7f7f4;background:#2d2d2bfa;border:1px solid #ffffff1c;border-radius:18px;width:312px;padding:12px;position:absolute;bottom:calc(100% + 10px);left:0;box-shadow:0 26px 70px #0000006b}.profile-menu-user{align-items:center;gap:11px;min-height:46px;padding:4px 8px 10px;font-size:1rem;font-weight:560;display:flex}.profile-menu-separator{background:#ffffff1f;height:1px;margin:4px 8px 8px}.profile-menu button{color:#f3f3ef;text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:42px;padding:0 9px;font-size:.98rem;font-weight:430;display:grid}.profile-menu button:hover,.profile-menu button:focus-visible{background:#ffffff1a;outline:none}.profile-menu button span,.profile-menu button strong{color:#ffffff9e;font-weight:420}.settings-panel{color:#f7f7f4;background:#2d2d2bfa;border-color:#ffffff1a;width:min(350px,100% - 48px);box-shadow:0 22px 58px #00000047}.model-picker,.language-control{color:#f2f2ef;font-weight:430}.model-picker>span,.language-control>span{color:#ffffff94;font-size:.76rem;font-weight:520}.model-picker select{color:#f4f4f1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 6.25 8 9.75l3.5-3.5' fill='none' stroke='%23d7d7d3' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 12px center/16px 16px no-repeat,#ffffff14;border-color:#ffffff1c;min-height:42px;font-weight:420}.model-picker select option{color:#f4f4f1;background:#2d2d2b}.language-toggle{background:#ffffff14;border-color:#ffffff1c}.language-toggle button{color:#ffffffad;font-weight:430}.language-toggle button.active{color:#171817;box-shadow:none;background:#f4f4f1}.icon-button{color:#1f231fb8}.icon-button:hover,.icon-button[aria-expanded=true]{color:#171817;background:#1f231f14}.page{grid-template-columns:320px minmax(0,1fr);transition:grid-template-columns .18s}.page.sidebar-is-collapsed{grid-template-columns:72px minmax(0,1fr)}.sidebar{box-sizing:border-box;background:#10110f;width:100%;padding:16px 14px 14px;transition:width .18s,padding .18s}.sidebar .sidebar-top{gap:20px}.sidebar .brand-row{justify-content:space-between;min-height:42px;padding:0 2px}.brand-identity{min-width:0;color:inherit;align-items:center;gap:11px;text-decoration:none;display:flex}.flowimax-wordmark{align-items:center;gap:11px;min-width:0;display:inline-flex}.flowimax-wordmark>strong{letter-spacing:-.025em;font-size:1.03rem;font-weight:620;line-height:1}.brand-identity strong{letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:1.03rem;font-weight:610;overflow:hidden}.brand-mark{width:32px;height:32px;font-size:.86rem}.ui-icon{width:20px;height:20px;display:block}.sidebar-toggle{color:#ffffff9e;background:0 0;border:0;border-radius:9px;flex:none;place-items:center;width:36px;height:36px;padding:0;display:grid}.sidebar-toggle:hover,.sidebar-toggle:focus-visible{color:#fff;background:#ffffff1a;outline:none}.sidebar .sidebar-action{color:#ffffffeb;background:#ffffff0a;border:1px solid #ffffff14;border-radius:11px;gap:11px;min-height:44px;padding:0 11px;font-size:.94rem;font-weight:540}.sidebar .sidebar-action:hover,.sidebar .sidebar-action:focus-visible{background:#ffffff17;border-color:#ffffff24;outline:none}.sidebar .sidebar-action-icon{width:20px;height:20px;font-size:inherit;border:0;border-radius:0;flex:none;place-items:center;display:grid}.sidebar .sidebar-action .sidebar-action-label{width:auto;height:auto;font-size:inherit;line-height:inherit;white-space:nowrap;border:0;border-radius:0;display:inline;overflow:hidden}.sidebar>.history-list{margin-top:28px;padding:0 2px 14px}.history-heading{justify-content:space-between;align-items:center;min-height:28px;padding:0 8px;display:flex}.sidebar .history-heading p{color:#ffffff75;text-transform:uppercase;margin:0;font-size:.73rem;font-weight:580}.history-heading>span{color:#ffffff80;text-align:center;background:#ffffff12;border-radius:999px;min-width:24px;padding:2px 7px;font-size:.7rem}.sidebar>.history-list .history-item{color:#ffffffbd;border:1px solid #0000;border-radius:10px;min-height:42px;margin-top:2px;padding:10px 11px;font-size:.9rem;font-weight:430}.sidebar>.history-list .history-item:hover,.sidebar>.history-list .history-item:focus-visible{color:#fffffff5;background:#ffffff12;outline:none}.sidebar>.history-list .history-item.active{background:#ffffff1c;border-color:#ffffff14}.account-area{width:100%}.account-card{border-top:1px solid #ffffff14;border-radius:0;min-height:58px;margin-top:0;padding:12px 8px 0;position:relative}.account-card:hover,.account-card[aria-expanded=true]{background:#ffffff12;border-radius:11px}.account-card>div{flex:1}.account-card strong{font-weight:560}.account-chevron{color:#ffffff6b;margin-left:auto;font-size:.95rem;transition:transform .14s}.account-card[aria-expanded=true] .account-chevron{transform:rotate(180deg)}.profile-menu{background:#272825fc;border-radius:16px;width:100%;min-width:292px;padding:10px;left:0}.profile-menu-user{padding:6px 8px 12px}.profile-menu-user>div{gap:2px;min-width:0;display:grid}.profile-menu-user strong{font-size:.95rem;font-weight:570}.profile-menu-user div>span{color:#ffffff80;font-size:.76rem}.profile-menu button,.profile-info-row{color:#ffffffc2;box-sizing:border-box;border-radius:11px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;min-height:54px;padding:7px 9px;display:grid}.profile-menu button{background:0 0;border:0}.profile-menu button .ui-icon,.profile-info-row .ui-icon{color:#ffffff8a;width:19px;height:19px}.profile-menu-copy{min-width:0;color:inherit;gap:2px;display:grid}.profile-menu button .profile-menu-copy strong,.profile-info-row .profile-menu-copy strong{color:#ffffffe6;font-size:.9rem;font-weight:520}.profile-menu-copy small{color:#ffffff75;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:420;overflow:hidden}.profile-info-row{cursor:default}.status-dot{background:#91c787;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #91c7871f}.sidebar.collapsed{padding-left:10px;padding-right:10px}.sidebar.collapsed .brand-row{justify-items:center;gap:10px;display:grid}.sidebar.collapsed .brand-identity strong,.sidebar.collapsed .sidebar-action-label,.sidebar.collapsed .account-card>div,.sidebar.collapsed .account-chevron{display:none}.sidebar.collapsed .history-list{visibility:hidden;margin:0;padding:0;display:block;overflow:hidden}.sidebar.collapsed .brand-identity{justify-content:center}.sidebar.collapsed .sidebar-action{justify-content:center;width:44px;margin:0 auto;padding:0}.sidebar.collapsed .account-card{justify-content:center;min-height:54px;padding:10px 0 0}.sidebar.collapsed .profile-menu{width:304px;bottom:0;left:calc(100% + 12px)}@media (max-width:860px){.page,.page.sidebar-is-collapsed{grid-template-columns:1fr}}.message.user{color:#e2e2dd;background:#292a28;border-color:#3d3f3b;box-shadow:0 12px 28px #11121029}.chat-toolbar{justify-content:flex-end;align-items:center;min-height:64px;padding:10px max(24px,50% - 496px);display:flex}.model-picker{position:relative}.model-select-button{color:#f4f4f1;text-align:left;background:#ffffff14;border:1px solid #ffffff1c;border-radius:11px;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:12px;width:100%;min-height:58px;padding:10px 12px 10px 14px;display:grid}.model-select-button:hover,.model-select-button:focus-visible,.model-select-button[aria-expanded=true]{background:#ffffff1f;border-color:#fff3;outline:none}.model-select-copy,.model-options button>span:first-child{gap:4px;min-width:0;display:grid}.model-select-copy strong,.model-options strong{color:#f4f4f1;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:520;line-height:1.3;overflow:hidden}.model-select-copy small,.model-options small{color:#ffffff80;text-overflow:ellipsis;white-space:nowrap;font-size:.73rem;font-weight:420;line-height:1.4;overflow:hidden}.model-select-chevron{border-bottom:1.5px solid #ffffffa3;border-right:1.5px solid #ffffffa3;width:8px;height:8px;transition:transform .14s;transform:translateY(-2px)rotate(45deg)}.model-select-button[aria-expanded=true] .model-select-chevron{transform:translateY(2px)rotate(225deg)}.model-options{z-index:90;color:#f4f4f1;background:#272825;border:1px solid #ffffff1c;border-radius:14px;gap:4px;min-width:316px;padding:7px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 22px 58px #0000004d}.model-options button{width:100%;min-height:66px;color:inherit;text-align:left;background:0 0;border:0;border-radius:9px;grid-template-columns:minmax(0,1fr) 20px;align-items:center;gap:14px;padding:11px 12px;display:grid}.model-options button:hover,.model-options button:focus-visible{background:#ffffff14;outline:none}.model-options button.selected{background:#ffffff1c}.model-option-check{color:#b8c6ad;text-align:center;font-size:.9rem}.profile-menu .profile-menu-link{color:#ffffffc2;border-radius:11px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;min-height:54px;padding:7px 9px;text-decoration:none;display:grid}.profile-menu .profile-menu-link:hover,.profile-menu .profile-menu-link:focus-visible{background:#ffffff1a;outline:none}.profile-menu .profile-menu-link .ui-icon{color:#ffffff8a;width:19px;height:19px}.profile-menu .profile-menu-link .profile-menu-copy strong{color:#ffffffe6;font-size:.9rem;font-weight:520}.auth-page{color:#171817;background:#f7f5ef;place-items:center;min-height:100dvh;padding:84px 24px 48px;display:grid;position:relative;overflow-y:auto}.auth-brand{color:#171817;align-items:center;gap:11px;text-decoration:none;display:flex;position:absolute;top:24px;left:28px}.auth-brand .flowimax-wordmark>strong,.account-brand .flowimax-wordmark>strong{letter-spacing:-.025em;font-size:1.03rem;font-weight:620}.auth-column{width:min(420px,100%)}.auth-heading{text-align:center;margin-bottom:24px}.auth-kicker{color:#64725f;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px;font-size:.73rem;font-weight:580;display:block}.auth-heading h1,.profile-heading h1{color:#171817;margin:0;font-size:2rem;font-weight:630;line-height:1.15}.auth-heading p,.profile-heading p{color:#73766f;margin:9px 0 0;font-size:.94rem;line-height:1.55}.auth-surface{background:#fff;border:1px solid #ded9cf;border-radius:14px;padding:28px;box-shadow:0 18px 42px #38332a17}.auth-notice,.profile-notice{color:#585c55;background:#f7f5ef;border:1px solid #ded9cf;border-radius:10px;margin-bottom:20px;padding:11px 13px;font-size:.82rem;line-height:1.5}.auth-error,.auth-warning,.dev-otp{border-radius:10px;margin-bottom:18px;padding:11px 13px;font-size:.8rem;line-height:1.5}.auth-error{color:#943d32;background:#fff3f0;border:1px solid #ead5d0}.auth-warning{color:#66645c;background:#f7f5ef;border:1px solid #ded9cf}.dev-otp{color:#506048;background:#eef1e9;border:1px solid #cfd8c8}.dev-otp strong{letter-spacing:.12em;margin-left:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.auth-form,.profile-form{gap:18px;display:grid}.field-group{color:#454947;gap:8px;font-size:.83rem;font-weight:540;display:grid}.field-group input{color:#171817;background:#fff;border:1px solid #dcd7cc;border-radius:10px;outline:none;width:100%;min-height:48px;padding:0 13px}.field-group input::placeholder{color:#a1a29d}.field-group input:focus{border-color:#8f9e86;box-shadow:0 0 0 3px #a8b49f2e}.field-group input:disabled{color:#858882;background:#f3f1eb}.field-group>small{color:#8d9089;font-size:.72rem;font-weight:420;line-height:1.45}.password-field{display:block;position:relative}.password-field input{padding-right:52px}.password-field button{color:#64725f;background:0 0;border:0;border-radius:8px;place-items:center;width:36px;min-width:36px;height:36px;min-height:36px;display:grid;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.password-field button svg{stroke-width:1.8px;width:18px;height:18px}.password-field button:hover,.password-field button:focus-visible{background:#f1f0eb;outline:none}.auth-submit,.profile-primary-action,.profile-secondary-action{border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:.9rem;font-weight:540;display:inline-flex}.auth-submit,.profile-primary-action{color:#f4f4f1;background:#292a28;border:1px solid #292a28}.auth-submit{width:100%;margin-top:4px}.auth-submit:hover,.profile-primary-action:hover:not(:disabled){background:#3b3d39}.auth-submit-link{text-decoration:none}.password-requirements svg{width:13px;height:13px}.auth-footnote{color:#8d9089;text-align:center;margin:18px 0 0;font-size:.78rem}.auth-switch{color:#8d9089;text-align:center;margin:18px 0 0;font-size:.8rem}.auth-switch a{color:#64725f;font-weight:560;text-decoration:none}.auth-switch a:hover,.auth-switch a:focus-visible{color:#171817;text-underline-offset:3px;text-decoration:underline}.signup-page{padding-top:96px}.signup-page .auth-column{width:min(440px,100%)}.password-requirements{color:#9a9c96;background:#fbfaf7;border:1px solid #ebe6dc;border-radius:10px;grid-template-columns:1fr 1fr;gap:7px 12px;margin:-4px 0 0;padding:11px 12px;font-size:.71rem;list-style:none;display:grid}.password-requirements li{align-items:center;gap:6px;display:flex}.password-requirements li>span{color:#a1a39e;text-align:center;width:14px}.password-requirements li.met{color:#596653}.password-requirements li.met>span{color:#7f9575}.auth-back{color:#73766f;background:0 0;border:0;border-radius:8px;min-height:34px;margin:0 0 18px -8px;padding:0 8px;font-size:.8rem;font-weight:520}.auth-back:hover,.auth-back:focus-visible{color:#171817;background:#eeece7;outline:none}.otp-field input{letter-spacing:.45em;text-align:center;padding-left:calc(.45em + 13px);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.55rem;font-weight:600}.resend-button{color:#64725f;background:0 0;border:0;border-radius:9px;width:100%;min-height:40px;margin-top:12px;font-size:.78rem;font-weight:540}.resend-button:hover:not(:disabled),.resend-button:focus-visible{background:#f3f1eb;outline:none}.resend-button:disabled{color:#aaaca7}.account-page{color:#171817;background:#f7f5ef;grid-template-columns:320px minmax(0,1fr);height:100dvh;display:grid;overflow:hidden}.account-sidebar{color:#f4f4f1;background:#10110f;border-right:1px solid #ffffff14;grid-template-rows:auto minmax(0,1fr) auto;min-height:0;padding:18px 14px 14px;display:grid}.account-brand{min-height:40px;color:inherit;align-items:center;gap:11px;padding:0 4px;text-decoration:none;display:flex}.account-navigation{align-content:start;gap:4px;margin-top:34px;display:grid}.account-navigation a{color:#ffffffad;border:1px solid #0000;border-radius:10px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:10px;min-height:44px;padding:0 11px;font-size:.9rem;font-weight:480;text-decoration:none;display:grid}.account-navigation a:hover,.account-navigation a:focus-visible{color:#fff;background:#ffffff12;outline:none}.account-navigation a.active{color:#fff;background:#ffffff1c;border-color:#ffffff14}.account-navigation a>span{color:#ffffff80;text-align:center}.account-sidebar-user{width:100%;min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #ffffff14;align-items:center;gap:10px;padding:14px 6px 2px;display:flex}.account-sidebar-user:hover,.account-sidebar-user:focus-visible,.account-sidebar-user[aria-expanded=true]{background:#ffffff12;border-radius:10px;outline:none}.account-sidebar-account{min-width:0;position:relative}.compact-account-menu{width:40px;display:none}.compact-account-menu .account-sidebar-user{color:#30342f;border:0;border-radius:10px;place-items:center;width:40px;height:40px;padding:0;display:grid}.compact-account-menu .account-sidebar-user:hover,.compact-account-menu .account-sidebar-user:focus-visible,.compact-account-menu .account-sidebar-user[aria-expanded=true]{background:#2a2e2814}.compact-account-menu .account-sidebar-user>div,.compact-account-menu .account-sidebar-chevron{display:none}.compact-account-menu .account-sidebar-user .avatar{color:#343832;background:#e4e8dc;width:32px;height:32px}.compact-account-menu .sidebar-profile-menu{width:min(304px,100vw - 28px);position:fixed;inset:58px 14px auto auto}.account-sidebar-chevron{color:#fff6;width:16px;height:16px;margin-left:auto;transition:transform .14s}.account-sidebar-user[aria-expanded=true] .account-sidebar-chevron{transform:rotate(180deg)}.sidebar-profile-menu{width:auto;min-width:280px;left:0;right:0}.sidebar-profile-menu .profile-menu-link,.sidebar-profile-menu button{grid-template-columns:24px minmax(0,1fr)}.sidebar-profile-menu .profile-menu-link>svg,.sidebar-profile-menu button>svg{color:#ffffff8f;width:18px;height:18px}.account-sidebar-user>div{gap:2px;min-width:0;display:grid}.account-sidebar-user strong,.account-sidebar-user span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-sidebar-user strong{font-size:.86rem;font-weight:550}.account-sidebar-user div>span{color:#ffffff7a;font-size:.72rem}.profile-workspace{min-width:0;height:100dvh;overflow-y:auto}.profile-topbar{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f5efeb;border-bottom:1px solid #ded9cfb8;justify-content:flex-end;align-items:center;min-height:62px;padding:0 30px;display:flex;position:sticky;top:0}.profile-topbar a{color:#64725f;font-size:.84rem;font-weight:540;text-decoration:none}.profile-topbar a:hover{color:#171817}.profile-content{width:min(1040px,100% - 48px);margin:0 auto;padding:46px 0 64px}.profile-heading{margin-bottom:28px}.profile-grid{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:18px;display:grid}.profile-panel{background:#fff;border:1px solid #ded9cf;border-radius:14px;padding:24px}.profile-panel>header{margin-bottom:22px}.profile-panel h2{color:#171817;margin:0;font-size:1.05rem;font-weight:590}.profile-panel header p{color:#858882;margin:7px 0 0;font-size:.8rem;line-height:1.5}.profile-form .profile-primary-action{justify-self:start}.profile-avatar-preview{grid-template-columns:84px minmax(0,1fr);align-items:center;gap:16px;display:grid}.profile-avatar-preview>img,.profile-avatar-preview>span{color:#252822;object-fit:cover;background:#eef1e9;border:1px solid #dcd7cc;border-radius:18px;place-items:center;width:84px;height:84px;font-size:1.1rem;font-weight:650;display:grid}.profile-avatar-preview>div{gap:5px;min-width:0;display:grid}.profile-avatar-preview strong,.profile-avatar-preview div>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-avatar-preview strong{font-size:.96rem;font-weight:560}.profile-avatar-preview div>span{color:#858882;font-size:.78rem}.avatar-actions{flex-wrap:wrap;gap:9px;margin-top:22px;display:flex}.avatar-actions label{cursor:pointer}.profile-secondary-action{color:#454947;background:#fff;border:1px solid #dcd7cc}.profile-secondary-action:hover:not(:disabled){background:#f3f1eb}.profile-primary-action:disabled,.profile-secondary-action:disabled{cursor:not-allowed;opacity:.45}.security-panel{margin-top:18px}.profile-section-state{color:#64725f;background:#eef1e9;border-radius:999px;margin-bottom:10px;padding:4px 8px;font-size:.68rem;font-weight:560;display:inline-block}.security-fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:14px;display:grid}@media (max-width:900px){.profile-grid,.security-fields{grid-template-columns:1fr}.security-fields .profile-primary-action{justify-self:start}}@media (max-width:720px){.model-options{min-width:100%}.account-page{grid-template-columns:1fr}.account-sidebar{display:none}.compact-account-menu{display:block}.profile-content{width:min(100% - 32px,680px);padding-top:30px}.profile-topbar{justify-content:space-between;padding:0 18px}.mobile-topbar-brand{color:#242722;text-decoration:none;display:inline-flex}.mobile-topbar-brand .brand-mark{display:none}.mobile-topbar-brand .flowimax-wordmark{gap:0}.auth-page{padding:92px 18px 36px}.auth-brand{left:18px}.auth-surface,.profile-panel{padding:20px}}.knowledge-page{color:#171817;background:#f7f5ef;grid-template-columns:320px minmax(0,1fr);min-height:100dvh;display:grid}.knowledge-sidebar{height:100dvh;position:sticky;top:0}.knowledge-sidebar .account-navigation a{grid-template-columns:20px minmax(0,1fr)}.knowledge-sidebar .account-navigation svg{color:#ffffff7a;stroke-width:1.7px;width:18px;height:18px}.knowledge-workspace{min-width:0}.knowledge-topbar{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f5efeb;border-bottom:1px solid #ded9cfb8;justify-content:space-between;align-items:center;min-height:62px;padding:0 30px;display:flex;position:sticky;top:0}.knowledge-topbar>span{color:#787c75;font-size:.78rem;font-weight:540}.knowledge-topbar a{color:#64725f;font-size:.84rem;font-weight:540;text-decoration:none}.knowledge-topbar a:hover{color:#171817}.knowledge-content{width:min(1080px,100% - 48px);margin:0 auto;padding:42px 0 72px}.knowledge-heading{justify-content:space-between;align-items:end;gap:28px;margin-bottom:28px;display:flex}.knowledge-heading>div:first-child{max-width:690px}.knowledge-heading h1{letter-spacing:0;margin:7px 0 0;font-size:1.48rem;font-weight:630}.knowledge-heading p{color:#777b74;max-width:680px;margin:9px 0 0;font-size:.9rem;line-height:1.55}.knowledge-summary{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.knowledge-summary>span{color:#8a8d87;border-left:1px solid #dcd7cc;gap:2px;min-width:78px;padding:2px 12px;font-size:.7rem;display:grid}.knowledge-summary strong{color:#252824;font-size:1.04rem;font-weight:600}.knowledge-form-section{background:#fff;border:1px solid #ded9cf;border-radius:14px;padding:24px}.knowledge-form-section>header,.submission-history>header{justify-content:space-between;align-items:start;gap:16px;margin-bottom:22px;display:flex}.knowledge-form-section h2,.submission-history h2{color:#171817;margin:0;font-size:1.08rem;font-weight:600}.knowledge-form-section header p,.submission-history header p{color:#858882;margin:6px 0 0;font-size:.78rem;line-height:1.5}.knowledge-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 18px;display:grid}.knowledge-field{color:#383c37;gap:7px;min-width:0;font-size:.8rem;font-weight:550;display:grid}.knowledge-field-wide{grid-column:1/-1}.knowledge-field span small,.review-actions label span small{color:#999b96;margin-left:4px;font-weight:440}.knowledge-field input,.knowledge-field select,.knowledge-field textarea,.review-actions textarea{color:#20231f;background:#fbfaf7;border:1px solid #dcd7cc;border-radius:10px;outline:none;width:100%;padding:0 13px;font-size:.9rem;font-weight:430;line-height:1.5;transition:border-color .15s,box-shadow .15s,background .15s}.knowledge-field input,.knowledge-field select{min-height:46px}.knowledge-field select{appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 6.25 8 9.75l3.5-3.5' fill='none' stroke='%2364725f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 12px center/16px 16px no-repeat,#fbfaf7;padding-right:38px}.knowledge-field textarea,.review-actions textarea{resize:vertical;min-height:88px;padding-top:11px;padding-bottom:11px}.knowledge-field input:focus,.knowledge-field select:focus,.knowledge-field textarea:focus,.review-actions textarea:focus{background:#fff;border-color:#a8b49f;box-shadow:0 0 0 3px #a8b49f2b}.knowledge-field>small{color:#9a9c97;justify-self:end;margin-top:-2px;font-size:.68rem;font-weight:430}.knowledge-attachments-field{gap:9px}.knowledge-attachment-picker{color:#4f554d;cursor:pointer;background:#fbfaf7;border:1px dashed #cfc9bd;border-radius:10px;align-items:center;gap:13px;min-height:74px;padding:13px 15px;transition:border-color .15s,background .15s;display:flex}.knowledge-attachment-picker:hover,.knowledge-attachment-picker:focus-within{background:#f5f6f1;border-color:#9eab97}.knowledge-attachment-picker>input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.knowledge-attachment-picker>svg{color:#687563;stroke-width:1.7px;flex:none;width:20px;height:20px}.knowledge-attachment-picker>span{gap:3px;min-width:0;display:grid}.knowledge-attachment-picker strong{color:#30342f;font-size:.84rem;font-weight:570}.knowledge-attachment-picker small{color:#888b85;font-size:.72rem;font-weight:430}.knowledge-selected-files,.knowledge-attachment-links{flex-wrap:wrap;gap:7px;display:flex}.knowledge-selected-files>span,.knowledge-attachment-links a{color:#4d5949;background:#f7f6f1;border:1px solid #ded9cf;border-radius:8px;align-items:center;gap:7px;min-width:0;max-width:100%;min-height:36px;padding:6px 9px;font-size:.74rem;font-weight:500;text-decoration:none;display:inline-flex}.knowledge-selected-files svg,.knowledge-attachment-links svg{stroke-width:1.7px;flex:none;width:15px;height:15px}.knowledge-selected-files>span>span,.knowledge-attachment-links a>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.knowledge-selected-files small,.knowledge-attachment-links small{color:#8b8e88;flex:none;font-size:.66rem;font-weight:430}.knowledge-selected-files button{color:#777b74;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;width:24px;height:24px;padding:0;display:grid}.knowledge-selected-files button:hover{color:#343733;background:#e7e5de}.knowledge-attachment-links{margin-top:12px}.knowledge-attachment-links a:hover,.knowledge-attachment-links a:focus-visible{color:#283226;background:#eef1ea;border-color:#aab5a3;outline:none}.knowledge-form-actions{border-top:1px solid #ebe6dc;justify-content:space-between;align-items:center;gap:18px;padding-top:18px;display:flex}.knowledge-form-actions p{color:#858882;max-width:560px;margin:0;font-size:.75rem;line-height:1.45}.knowledge-primary-button,.knowledge-secondary-button,.knowledge-quiet-button,.review-action{white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 15px;font-size:.84rem;font-weight:540;display:inline-flex}.knowledge-primary-button{color:#f7f7f4;background:#20231f;border:1px solid #20231f}.knowledge-primary-button:hover:not(:disabled){background:#363a34}.knowledge-primary-button:disabled,.review-action:disabled{cursor:wait;opacity:.5}.knowledge-secondary-button,.knowledge-quiet-button{color:#454947;background:#fff;border:1px solid #dcd7cc}.knowledge-secondary-button:hover,.knowledge-quiet-button:hover{background:#f3f1eb;border-color:#c9c3b8}.knowledge-quiet-button svg,.review-action svg{stroke-width:1.8px;width:16px;height:16px}.knowledge-notice{border:1px solid;border-radius:10px;margin:0 0 18px;padding:11px 13px;font-size:.8rem;line-height:1.45}.knowledge-notice.success{color:#53634e;background:#f1f5ee;border-color:#cdd8c7}.knowledge-notice.error{color:#a43f32;background:#fff3f0;border-color:#ead3cd}.submission-history{margin-top:38px}.submission-list,.review-list{gap:10px;display:grid}.submission-row{border-top:1px solid #ded9cf;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;padding:20px 4px 10px;display:grid}.submission-row-main{min-width:0}.submission-meta{color:#8a8d87;text-transform:capitalize;flex-wrap:wrap;align-items:center;gap:7px 13px;font-size:.7rem;display:flex}.knowledge-status{color:#5f665b;text-transform:none;background:#eef1e9;border-radius:999px;align-items:center;gap:5px;padding:4px 8px;font-size:.68rem;font-weight:560;display:inline-flex}.knowledge-status svg{width:13px;height:13px}.knowledge-status.approved{color:#4d6749;background:#eaf2e7}.knowledge-status.rejected{color:#95473d;background:#f8eae6}.knowledge-status.needs_revision{color:#755f36;background:#f4eee0}.submission-row h3{margin:10px 0 0;font-size:.98rem;font-weight:590}.submission-row-main>p{color:#5d615b;white-space:pre-wrap;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:850px;margin:7px 0 0;font-size:.84rem;line-height:1.55;display:-webkit-box;overflow:hidden}.review-note{color:#666a63;border-left:2px solid #a8b49f;gap:4px;margin-top:12px;padding:4px 0 4px 12px;font-size:.78rem;line-height:1.5;display:grid}.review-note strong{color:#41453f;font-size:.7rem;font-weight:580}.knowledge-empty{color:#8a8d87;text-align:center;border-top:1px solid #ded9cf;padding:34px 4px;font-size:.86rem}.review-content{width:min(1160px,100% - 48px)}.review-pending-count{color:#8a8d87;border-left:1px solid #dcd7cc;gap:1px;padding-left:18px;font-size:.7rem;display:grid}.review-pending-count strong{color:#252824;font-size:1.2rem;font-weight:600}.review-toolbar{justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;display:flex}.review-filters{background:#fff;border:1px solid #ded9cf;border-radius:11px;flex-wrap:wrap;gap:4px;padding:4px;display:flex}.review-filters button{color:#777b74;background:0 0;border:0;border-radius:8px;min-height:34px;padding:0 12px;font-size:.78rem;font-weight:520}.review-filters button:hover{background:#f3f1eb}.review-filters button.active{color:#f5f5f2;background:#343833}.review-item{background:#fff;border:1px solid #ded9cf;border-radius:14px;padding:22px}.review-item>header{border-bottom:1px solid #ebe6dc;padding-bottom:17px}.review-item h2{margin:9px 0 0;font-size:1.08rem;font-weight:610}.review-item header p{color:#858882;margin:6px 0 0;font-size:.75rem}.review-item-body{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:28px;padding:20px 0;display:grid}.review-item-body section+section{border-left:1px solid #ebe6dc;padding-left:28px}.review-item-body h3{color:#72766f;text-transform:uppercase;margin:0;font-size:.74rem;font-weight:580}.review-item-body p{color:#454947;white-space:pre-wrap;margin:9px 0 0;font-size:.84rem;line-height:1.62}.review-content-text{max-height:360px;overflow-y:auto}.review-facts{grid-template-columns:88px minmax(0,1fr);gap:8px 12px;margin:16px 0 0;font-size:.75rem;display:grid}.review-facts dt{color:#999b96}.review-facts dd{overflow-wrap:anywhere;color:#555a53;min-width:0;margin:0}.review-facts a{color:#64725f;text-underline-offset:3px;align-items:center;gap:5px;text-decoration:underline;display:inline-flex}.review-facts a svg{width:13px;height:13px}.review-actions{border-top:1px solid #ebe6dc;gap:13px;padding-top:17px;display:grid}.review-actions label{color:#555a53;gap:7px;font-size:.76rem;font-weight:540;display:grid}.review-actions>div{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.review-action{color:#555a53;background:#fff;border:1px solid #d8d4cb}.review-action.revision:hover{background:#f4eee0}.review-action.reject:hover{color:#95473d;background:#fff3f0;border-color:#e2c5bf}.review-action.approve{color:#f7f7f4;background:#343833;border-color:#343833}.review-action.approve:hover{background:#4b5149}@media (max-width:920px){.knowledge-page{grid-template-columns:1fr}.knowledge-sidebar{display:none}.knowledge-topbar .compact-account-menu{width:40px;display:block}.review-item-body{grid-template-columns:1fr}.review-item-body section+section{border-top:1px solid #ebe6dc;border-left:0;padding-top:20px;padding-left:0}}@media (max-width:680px){.knowledge-content,.review-content{width:min(100% - 28px,680px);padding-top:28px}.knowledge-topbar{padding:0 16px}.knowledge-heading{align-items:start;display:grid}.knowledge-summary{justify-content:flex-start}.knowledge-form-section,.review-item{padding:18px}.knowledge-form{grid-template-columns:1fr}.knowledge-field-wide{grid-column:auto}.knowledge-form-actions,.review-toolbar{flex-direction:column;align-items:stretch}.knowledge-primary-button{width:100%}.submission-row{grid-template-columns:1fr}.submission-row>button{justify-self:start}.review-filters{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.review-actions>div{grid-template-columns:1fr;display:grid}}.sidebar-product-nav{gap:3px;display:grid}.sidebar-nav-group-label{color:#fff6;letter-spacing:.1em;text-transform:uppercase;margin-top:7px;padding:5px 10px 3px;font-size:.65rem;font-weight:650;line-height:1.4;display:block}.sidebar-product-nav .sidebar-primary-product{color:#ffffffe6}.sidebar-product-nav .sidebar-secondary-product{border-top-color:#ffffff14;margin-top:8px}.sidebar-product-nav a{color:#ffffffad;white-space:nowrap;border:1px solid #0000;border-radius:10px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:11px;min-height:42px;padding:0 10px;font-size:.88rem;font-weight:460;text-decoration:none;display:grid;overflow:hidden}.sidebar-product-nav a:hover,.sidebar-product-nav a:focus-visible{color:#fff;background:#ffffff12;outline:none}.sidebar-product-nav a.active{color:#fff;background:#ffffff1c;border-color:#ffffff14}.sidebar-product-nav .ui-icon,.sidebar-product-nav>a>svg{color:#ffffff80;width:18px;height:18px}.sidebar-action-icon>svg{color:currentColor;stroke-width:1.8px;width:22px;height:22px}.sidebar.collapsed .sidebar-product-nav a{grid-template-columns:20px;justify-content:center;width:44px;margin:0 auto;padding:0}.sidebar.collapsed .sidebar-product-nav span,.sidebar.collapsed .sidebar-nav-group-label{display:none}.account-navigation a>svg{color:#ffffff7a;stroke-width:1.7px;width:18px;height:18px}.knowledge-topbar>div,.profile-topbar>div{align-items:center;gap:12px;display:flex}.topbar-about-link{color:#5e635b;border-radius:9px;align-items:center;gap:7px;min-height:36px;padding:0 10px;font-size:.8rem;font-weight:500;text-decoration:none;display:inline-flex}.topbar-about-link svg{stroke-width:1.8px;width:16px;height:16px}.topbar-about-link:hover,.topbar-about-link:focus-visible{color:#20231f;background:#1f231f12;outline:none}.chat-toolbar .topbar-about-link{color:#62665f}.admin-workspace,.about-workspace{min-width:0;height:100dvh;overflow-y:auto}.admin-topbar{justify-content:space-between}.admin-topbar>span{color:#787c75;font-size:.78rem;font-weight:540}.admin-content{width:min(1240px,100% - 48px);margin:0 auto;padding:42px 0 72px}.admin-heading{margin-bottom:26px}.admin-heading h1,.about-heading h1{color:#171817;letter-spacing:0;margin:6px 0 0;font-size:1.75rem;font-weight:630}.admin-heading p,.about-heading>p{color:#73766f;margin:9px 0 0;font-size:.91rem;line-height:1.55}.admin-notice{overflow-wrap:anywhere;border:1px solid #ded9cf;border-radius:10px;margin-bottom:18px;padding:12px 14px;font-size:.8rem;line-height:1.5}.admin-notice.success{color:#506048;background:#eef1e9}.admin-notice.error{color:#943d32;background:#fff3f0}.admin-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.admin-metrics>div{background:#fff;border:1px solid #ded9cf;border-radius:10px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:76px;padding:14px 16px;display:grid}.admin-metrics svg{color:#73806d;width:20px}.admin-metrics span{color:#747871;font-size:.78rem}.admin-metrics strong{color:#21231f;font-size:1.35rem;font-weight:620}.admin-grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);align-items:start;gap:18px;display:grid}.admin-user-directory,.admin-activity-panel{background:#fff;border:1px solid #ded9cf;border-radius:12px;overflow:hidden}.admin-user-directory>header,.admin-activity-panel>header{border-bottom:1px solid #ebe7df;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.admin-user-directory h2,.admin-activity-panel h2,.about-section h2,.about-limit h2,.admin-confirm-dialog h2{color:#20221f;margin:0;font-size:1rem;font-weight:590}.admin-user-directory header p,.admin-activity-panel header p{color:#8a8d87;margin:4px 0 0;font-size:.73rem}.admin-search{width:min(250px,44%);position:relative}.admin-search svg{color:#92958e;width:16px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.admin-search input{color:#232522;background:#faf9f6;border:1px solid #ddd9d0;border-radius:9px;outline:none;width:100%;min-height:40px;padding:0 12px 0 34px}.admin-search input:focus{border-color:#9aa692;box-shadow:0 0 0 3px #9aa69226}.admin-user-list{display:grid}.admin-user-list>article{border-bottom:1px solid #eeebe4;grid-template-columns:minmax(220px,1fr) minmax(185px,.7fr) auto;align-items:center;gap:16px;padding:14px 18px;display:grid}.admin-user-list>article:last-child{border-bottom:0}.admin-user-list>article.selected{background:#f2f4ee}.admin-user-main{min-width:0;color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:11px;padding:0;display:flex}.admin-user-main>span:last-child,.admin-user-main strong,.admin-user-main small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.admin-user-main strong{color:#292c28;font-size:.84rem;font-weight:570}.admin-user-main small{color:#868982;margin-top:3px;font-size:.72rem}.admin-user-usage{color:#62675f;flex-wrap:wrap;gap:5px 10px;font-size:.72rem;display:flex}.admin-user-usage small{color:#9a9c97;flex-basis:100%}.admin-reset-button{color:#555b52;white-space:nowrap;background:#faf9f6;border:1px solid #d8d4ca;border-radius:8px;align-items:center;gap:7px;min-height:36px;padding:0 11px;font-size:.73rem;display:inline-flex}.admin-reset-button:hover{color:#20231f;background:#eff1eb}.admin-reset-button svg{width:15px}.admin-activity-panel{position:sticky;top:80px}.admin-activity-panel header button{color:#6c7069;background:0 0;border:0;border-radius:7px;align-items:center;gap:5px;padding:6px 8px;font-size:.7rem;display:inline-flex}.admin-activity-panel header button:hover{background:#f1f0eb}.admin-activity-panel header button svg{width:14px}.admin-activity-list{max-height:530px;padding:8px 20px;overflow-y:auto}.admin-activity-list article{border-bottom:1px solid #efede7;grid-template-columns:10px minmax(0,1fr);gap:10px;padding:13px 0;display:grid}.activity-marker{background:#91a087;border-radius:50%;width:7px;height:7px;margin-top:5px}.admin-activity-list strong,.admin-activity-list span,.admin-activity-list time{display:block}.admin-activity-list strong{color:#343834;font-size:.76rem;font-weight:560}.admin-activity-list span,.admin-activity-list time{color:#8a8d87;margin-top:3px;font-size:.68rem}.admin-privacy-note{color:#8a8d87;background:#faf9f6;border-top:1px solid #ebe7df;margin:0;padding:13px 20px;font-size:.68rem;line-height:1.45}.admin-empty{color:#8b8e88;margin:0;padding:24px 20px;font-size:.78rem}.dialog-backdrop{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#14151375;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.admin-confirm-dialog{background:#fff;border:1px solid #ded9cf;border-radius:14px;width:min(430px,100%);padding:26px;box-shadow:0 24px 70px #1e1d1933}.dialog-icon{color:#566151;background:#edf0e9;border-radius:10px;place-items:center;width:42px;height:42px;margin-bottom:18px;display:grid}.dialog-icon svg{width:20px}.admin-confirm-dialog p{color:#73766f;margin:10px 0 22px;font-size:.82rem;line-height:1.55}.admin-confirm-dialog>div{justify-content:flex-end;gap:9px;display:flex}.about-content{width:min(940px,100% - 48px);margin:0 auto;padding:50px 0 76px}.about-heading{max-width:760px;margin-bottom:48px}.about-heading h1{font-size:2rem}.about-heading>p{max-width:680px;font-size:1rem}.about-heading>div{gap:10px;margin-top:22px;display:flex}.about-heading a{gap:8px;text-decoration:none}.about-heading a svg{width:17px}.about-section{border-top:1px solid #ddd9d0;padding:30px 0 36px}.about-section-heading{align-items:center;gap:10px;margin-bottom:20px;display:flex}.about-section-heading>svg{color:#73806d;width:19px}.about-steps{gap:0;margin:0;padding:0;list-style:none;display:grid}.about-steps li{border-bottom:1px solid #ebe8e0;grid-template-columns:34px minmax(0,1fr);gap:14px;padding:17px 0;display:grid}.about-steps li>span{color:#5e6b59;background:#e9ede4;border-radius:8px;place-items:center;width:30px;height:30px;font-size:.77rem;font-weight:620;display:grid}.about-steps strong,.about-definition-list dt{color:#2a2d29;font-size:.84rem;font-weight:580}.about-steps p,.about-definition-list dd,.about-emphasis>p,.about-limit p{color:#747871;margin:5px 0 0;font-size:.82rem;line-height:1.6}.about-steps .about-extension-action{color:#4e604a;background:#f0f4ec;border:1px solid #cfd6c9;border-radius:9px;align-items:center;gap:7px;width:max-content;margin-top:12px;padding:8px 11px;font-size:.75rem;font-weight:650;text-decoration:none;display:inline-flex}.about-steps .about-extension-action:hover{background:#e6ede1;border-color:#aebaa8}.about-steps .about-extension-action svg{width:14px;height:14px}.about-page-cta{border-top:1px solid #ddd9d0;justify-content:space-between;align-items:center;gap:24px;padding:30px 0 0;display:flex}.about-page-cta strong{color:#2a2d29;font-size:.95rem}.about-page-cta p{color:#747871;margin:5px 0 0;font-size:.8rem;line-height:1.55}.about-page-cta>a{flex:none;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.about-page-cta>a svg{width:17px}.about-definition-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0;display:grid}.about-definition-list dd{margin-left:0}.about-section-intro{color:#747871;max-width:700px;margin:-5px 0 22px;font-size:.82rem;line-height:1.6}.about-technology-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.about-technology-card{background:#fbfaf7;border:1px solid #e2ded5;border-radius:11px;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:12px;min-height:116px;padding:16px;display:grid}.about-technology-card>svg{color:#71806b;stroke-width:1.7px;width:20px;height:20px;margin-top:1px}.about-technology-card h3{color:#2a2d29;margin:0;font-size:.82rem;font-weight:590}.about-technology-card p{color:#747871;margin:6px 0 0;font-size:.76rem;line-height:1.55}.about-emphasis{background:#f0f3ed;border:1px solid #d8ded1;border-radius:12px;margin:8px 0 34px;padding:24px}.about-emphasis .about-section-heading{margin-bottom:12px}.about-check-list{grid-template-columns:1fr 1fr;gap:14px 26px;margin:0;padding:0;list-style:none;display:grid}.about-check-list li{color:#62665f;grid-template-columns:18px minmax(0,1fr);gap:9px;font-size:.8rem;line-height:1.55;display:grid}.about-check-list svg{color:#82927a;width:17px}.about-limit{border-left:3px solid #a9a79e;padding:3px 0 3px 18px}@media (max-width:1050px){.admin-grid{grid-template-columns:1fr}.admin-activity-panel{position:static}}@media (max-width:760px){.topbar-about-link{justify-content:center;width:40px;padding:0;font-size:0}.admin-content,.about-content{width:min(100% - 28px,940px);padding-top:28px}.admin-metrics,.about-definition-list,.about-check-list,.about-technology-grid{grid-template-columns:1fr}.admin-user-directory>header{flex-direction:column;align-items:stretch}.admin-search{width:100%}.admin-user-list>article{grid-template-columns:minmax(0,1fr) auto}.admin-user-usage{grid-area:2/1/auto/-1}.about-heading>div,.about-page-cta{flex-direction:column;align-items:stretch}.about-page-cta>a{justify-content:center}.mx-extension-required-actions{flex-direction:column;align-items:stretch}}@media (max-width:520px){.admin-user-list>article{grid-template-columns:minmax(0,1fr);gap:11px}.admin-user-main,.admin-user-usage,.admin-reset-button{grid-column:1}.admin-user-usage{grid-row:auto}.admin-reset-button{justify-content:center;width:100%}}.notification-wrap{position:relative}.notification-trigger{color:#62665f;background:0 0;border:1px solid #0000;border-radius:10px;place-items:center;width:40px;height:40px;padding:0;display:grid;position:relative}.notification-trigger:hover,.notification-trigger[aria-expanded=true]{color:#20231f;background:#1f231f12}.notification-trigger.has-unread{color:#a5533e;background:#b55b431a;animation:1.15s ease-in-out infinite notification-nudge}.notification-trigger.has-unread:hover,.notification-trigger.has-unread[aria-expanded=true]{color:#8e3f2e;background:#b55b432b}.notification-trigger>svg{stroke-width:1.75px;width:19px;height:19px}.notification-trigger>span{color:#fff;background:#c8664d;border:2px solid #f7f5ef;border-radius:999px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.6rem;font-weight:650;display:grid;position:absolute;top:3px;right:2px;box-shadow:0 0 0 3px #c8664d21}.notification-popover{z-index:120;color:#f5f5f2;background:#272825;border:1px solid #ffffff1a;border-radius:16px;width:min(380px,100vw - 32px);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 22px 58px #00000047}.notification-popover>header{border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:center;gap:14px;min-height:64px;padding:12px 14px;display:flex}.notification-popover>header>div{gap:2px;display:grid}.notification-popover>header strong{font-size:.9rem;font-weight:570}.notification-popover>header span{color:#ffffff7a;font-size:.7rem}.notification-popover>header button{color:#ffffffad;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;min-height:34px;padding:0 9px;font-size:.7rem;display:inline-flex}.notification-popover>header button:hover{color:#fff;background:#ffffff14}.notification-popover>header svg{width:15px;height:15px}.notification-list{max-height:410px;overflow-y:auto}.notification-list>p{color:#ffffff80;text-align:center;margin:0;padding:30px 16px;font-size:.78rem}.notification-list>button{color:#ffffffb3;text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff12;grid-template-columns:8px minmax(0,1fr) auto;align-items:start;gap:10px;width:100%;min-height:68px;padding:12px 14px;display:grid}.notification-list>button:hover{background:#ffffff12}.notification-list>button.unread{color:#fff;background:#c8664d21}.notification-state{background:0 0;border-radius:50%;width:6px;height:6px;margin-top:6px}.notification-list>button.unread .notification-state{background:#e08366;box-shadow:0 0 0 3px #e0836624}@keyframes notification-nudge{0%,62%,to{transform:rotate(0)}68%{transform:rotate(-8deg)}74%{transform:rotate(7deg)}80%{transform:rotate(-5deg)}86%{transform:rotate(3deg)}}@media (prefers-reduced-motion:reduce){.notification-trigger.has-unread{animation:none}}.notification-list>button>span:nth-child(2){gap:3px;min-width:0;display:grid}.notification-list>button strong{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:550;overflow:hidden}.notification-list>button small{color:#ffffff7a;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.7rem;font-weight:420;line-height:1.35;display:-webkit-box;overflow:hidden}.notification-list time{color:#ffffff61;font-size:.64rem}.approval-flow{color:#6f746c;align-items:center;gap:12px;margin:-8px 0 22px;font-size:.76rem;display:flex}.approval-flow>span{align-items:center;gap:8px;display:inline-flex}.approval-flow strong{color:#f5f5f2;background:#3d433a;border-radius:8px;place-items:center;width:24px;height:24px;font-size:.68rem;font-weight:580;display:grid}.approval-flow i{background:#d5d0c6;width:42px;height:1px}.knowledge-status.pending_publish{color:#53634e;background:#e7eee3}.decision-history{border-top:1px solid #ebe6dc;flex-wrap:wrap;gap:10px;padding:14px 0;display:flex}.decision-history>span{color:#4f544d;border-left:2px solid #a8b49f;gap:2px;min-width:190px;padding-left:10px;font-size:.76rem;display:grid}.decision-history strong{color:#8a8d87;text-transform:uppercase;font-size:.66rem;font-weight:540}.decision-history small{color:#92958f;font-size:.66rem}.submission-decision{color:#777b74;flex-wrap:wrap;align-items:baseline;gap:4px;margin-top:9px;font-size:.72rem;display:flex}.submission-decision strong{color:#4b5049;font-weight:560}.submission-decision span{color:#999b96;margin-left:5px}.review-actions.permission-locked{position:relative}.review-actions.permission-locked textarea{cursor:not-allowed;color:#969992;background:#f2f0eb}.review-action[aria-disabled=true]{cursor:not-allowed;color:#9a9d97;box-shadow:none;background:#efede8;border-color:#dfdcd5}.review-action[aria-disabled=true]:hover{color:#9a9d97;background:#efede8;border-color:#dfdcd5}.permission-hint{color:#8b6b63;align-items:center;gap:7px;margin:0;font-size:.72rem;display:inline-flex}.permission-hint svg{width:14px;height:14px}.permission-toast{z-index:150;color:#f7f7f4;background:#272825;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:9px;min-height:44px;padding:0 14px;font-size:.8rem;font-weight:520;display:inline-flex;position:fixed;top:78px;right:24px;box-shadow:0 16px 42px #0000003d}.permission-toast svg{width:16px;height:16px}@media (max-width:680px){.approval-flow{grid-template-columns:1fr;display:grid}.approval-flow i{width:1px;height:16px;margin-left:12px}.notification-popover{width:auto;position:fixed;top:58px;left:12px;right:12px}}.settings-panel{grid-template-columns:minmax(280px,1fr) minmax(190px,.55fr) minmax(190px,.55fr);align-items:end}.answer-depth-control{min-width:0}.message-actions{gap:8px;margin-top:14px;display:flex}.message-actions button{color:#56634f;background:#f5f2ebc7;border:1px solid #6a79603d;border-radius:999px;min-height:34px;padding:0 13px;font-size:.82rem;font-weight:560}.message-actions button:hover:not(:disabled),.message-actions button:focus-visible{color:#364230;background:#eef1e9;border-color:#6a79606b}.message-actions button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:980px){.settings-panel{grid-template-columns:1fr}}.rag-panel{position:relative}.rag-panel .settings-panel{z-index:70;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:16px;width:min(370px,100vw - 48px);max-height:calc(100dvh - 86px);margin:0;padding:16px;display:grid;position:fixed;top:74px;right:clamp(18px,2vw,30px);overflow-y:auto}.rag-panel .chat-toolbar{z-index:60;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f5efe0;justify-content:flex-end;padding-left:clamp(18px,2vw,30px);padding-right:clamp(18px,2vw,30px);position:sticky;top:0}.mobile-navigation-trigger,.mobile-navigation-panel,.mobile-toolbar-brand,.mobile-topbar-brand{display:none}.mobile-toolbar-leading{display:contents}.rag-panel .settings-panel-hidden{display:none}.rag-panel .settings-panel .model-picker,.rag-panel .settings-panel .language-control{width:100%;min-width:0}.rag-panel .settings-panel .language-toggle{width:100%}.rag-panel.is-initial{grid-template-rows:auto minmax(0,1fr)}.empty-chat-stage{align-content:center;justify-items:center;min-height:calc(100dvh - 64px);padding:24px 24px 104px;display:grid}.empty-chat-stage h1{color:#242722;letter-spacing:0;text-align:center;width:min(760px,100%);margin:0 0 22px;font-size:2rem;font-weight:610;line-height:1.2}.empty-chat-stage .initial-chat-input{z-index:1;background:0 0;width:min(760px,100%);margin:0;padding:0;position:relative;bottom:auto}.empty-chat-stage .initial-chat-input .composer{width:100%}.empty-chat-stage .notice-stack{width:min(760px,100%);margin-top:12px}@media (max-width:640px){.rag-panel .settings-panel{width:calc(100vw - 28px);max-height:calc(100dvh - 76px);top:66px;right:14px}.empty-chat-stage{min-height:calc(100dvh - 58px);padding:20px 16px 72px}.empty-chat-stage h1{margin-bottom:18px;font-size:1.55rem}}@media (max-width:860px){.rag-panel .chat-toolbar{justify-content:space-between}.mobile-navigation-trigger{color:#555b54;background:0 0;border:0;border-radius:10px;place-items:center;width:40px;height:40px;padding:0;display:grid}.mobile-toolbar-leading{align-items:center;gap:9px;display:flex}.mobile-toolbar-brand{color:#242722;text-decoration:none;display:inline-flex}.mobile-toolbar-brand .brand-mark{display:none}.mobile-toolbar-brand .flowimax-wordmark{gap:0}.mobile-navigation-trigger:hover,.mobile-navigation-trigger:focus-visible,.mobile-navigation-trigger[aria-expanded=true]{color:#222520;background:#2a2e2814;outline:none}.mobile-navigation-trigger svg{stroke-width:1.8px;width:21px;height:21px}.mobile-navigation-panel{z-index:90;color:#f5f5f1;background:#272825fa;border:1px solid #ffffff1a;border-radius:16px;width:min(320px,100vw - 28px);padding:12px;display:grid;position:fixed;top:62px;left:14px;box-shadow:0 22px 56px #16181447}.mobile-navigation-user{border-bottom:1px solid #ffffff1a;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:5px 7px 12px;display:grid}.mobile-navigation-user .avatar{width:38px;height:38px}.mobile-navigation-user>div{min-width:0;display:grid}.mobile-navigation-user strong,.mobile-navigation-user span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mobile-navigation-user strong{font-size:.9rem;font-weight:560}.mobile-navigation-user>div>span{color:#ffffff8c;font-size:.75rem}.mobile-navigation-panel nav{gap:2px;padding-top:8px;display:grid}.mobile-navigation-panel .mobile-nav-group-label{color:#ffffff6e;letter-spacing:.1em;text-transform:uppercase;margin-top:5px;padding:8px 9px 4px;font-size:.64rem;font-weight:650;display:block}.mobile-navigation-panel nav a,.mobile-navigation-panel nav button{color:#ffffffd1;min-height:42px;font:inherit;text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:21px minmax(0,1fr);align-items:center;gap:10px;padding:0 9px;font-size:.86rem;font-weight:440;text-decoration:none;display:grid}.mobile-navigation-panel nav a:hover,.mobile-navigation-panel nav a:focus-visible,.mobile-navigation-panel nav button:hover,.mobile-navigation-panel nav button:focus-visible{color:#fff;background:#ffffff17;outline:none}.mobile-navigation-panel nav svg{color:#ffffff8f;stroke-width:1.7px;width:18px;height:18px}}.mx-focused-workflow{max-width:none;margin:0}.mx-focused-workflow>section,.mx-focused-workflow>details{width:min(1180px,100%);margin-left:auto;margin-right:auto}.mx-primary-search{background:linear-gradient(145deg,#e8ede3,#e2e8dc);border:1px solid #cbd3c7;border-radius:22px;margin-top:30px;padding:24px 26px 26px;box-shadow:0 12px 30px #414c3e0e}.mx-primary-search-heading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:20px;display:flex}.mx-primary-search-heading>div{align-items:center;gap:11px;display:flex}.mx-primary-search-heading svg{color:#657562;width:19px}.mx-primary-search-heading strong,.mx-primary-search-heading span{display:block}.mx-primary-search-heading strong{font-size:.94rem}.mx-primary-search-heading span{color:#727a70;margin-top:2px;font-size:.75rem}.mx-primary-search-heading>small{color:#9b665e;white-space:nowrap;background:#ffffff61;border:1px solid #97696033;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:.68rem;font-weight:650;display:inline-flex}.mx-primary-search-heading>small i{background:currentColor;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #9b665e17}.mx-primary-search-heading>small.is-connected{color:#567852;border-color:#5678522e}.mx-primary-search-heading>small.is-connected i{box-shadow:0 0 0 4px #5678521a}.mx-primary-search label{color:#657162;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-size:.72rem;font-weight:760;display:block}.mx-primary-search .mx-search-control{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:12px;display:grid}.mx-primary-search input{color:#202620;min-width:0;font-family:var(--font-sans);font-variant-numeric:tabular-nums;letter-spacing:.01em;text-transform:uppercase;background:#ffffffd6;border:1px solid #b9c1b4;border-radius:13px;outline:none;padding:11px 16px;font-size:.9rem;font-weight:650;transition:border-color .18s,box-shadow .18s;box-shadow:0 3px 12px #3740350a}.mx-primary-search input:focus{border-color:#758771;box-shadow:0 0 0 4px #6e806b1c}.mx-primary-search button{color:#f6f5f0;min-width:96px;min-height:36px;font:inherit;cursor:pointer;background:#293029;border:0;border-radius:9px;justify-content:center;align-self:center;align-items:center;gap:6px;padding:0 13px;font-size:.72rem;font-weight:680;transition:transform .16s,background .16s,box-shadow .16s;display:inline-flex;box-shadow:0 4px 10px #20262021}.mx-primary-search button:hover:not(:disabled){background:#394239;transform:translateY(-1px);box-shadow:0 6px 14px #20262029}.mx-primary-search button:disabled{cursor:not-allowed;opacity:.5}.mx-primary-search button svg{width:14px}.mx-data-disclosure{color:#6d766c;margin:11px 2px 0;font-size:.68rem;line-height:1.5}.mx-button-spinner{transform-origin:50%;border:2px solid #fff;border-color:#fff #ffffffd1 #ffffff40 #ffffff40;border-radius:50%;width:15px;height:15px;animation:.72s linear infinite mx-step-spin;display:block}.mx-progress-card{background:#ffffff7a;border:1px solid #d8d5cc;border-radius:20px;margin-top:14px;padding:20px 26px 23px;box-shadow:0 10px 28px #38373009}.mx-progress-heading{justify-content:space-between;align-items:center;display:flex}.mx-progress-heading>div span{color:#798576;letter-spacing:.12em;font-size:.62rem;font-weight:780;display:block}.mx-progress-heading>div strong{color:#343b34;margin-top:4px;font-size:.84rem;font-weight:630;display:block}.mx-progress-heading>span{color:#738071;font:700 .72rem ui-monospace,SFMono-Regular,Menlo,monospace}.mx-access-notice{color:#765821;background:#fbf3df;border:1px solid #dfc8aa;border-radius:11px;align-items:flex-start;gap:11px;margin-top:14px;padding:12px 14px;display:flex}.mx-access-notice.is-vpn{color:#884b40;background:#faebe6;border-color:#dfbbb2}.mx-access-notice svg{flex:none;width:18px;height:18px}.mx-access-notice strong,.mx-access-notice span{display:block}.mx-access-notice strong{font-size:.8rem}.mx-access-notice span{margin-top:3px;font-size:.74rem;line-height:1.5}.mx-progress-card ol{grid-template-columns:repeat(4,1fr);margin:20px 0 0;padding:0;list-style:none;display:grid}.mx-progress-card li{color:#989d96;align-items:center;gap:8px;font-size:.68rem;display:flex;position:relative}.mx-progress-card li:not(:last-child):after{content:"";background:#d5d5cd;height:1px;position:absolute;top:50%;left:37px;right:12px}.mx-progress-card li i{z-index:1;background:#f5f3ed;border:1px solid #cecfc8;border-radius:50%;flex:none;place-items:center;width:23px;height:23px;font:650 .62rem ui-monospace,SFMono-Regular,Menlo,monospace;display:grid;position:relative}.mx-progress-card li i svg{width:12px}.mx-progress-card li span{z-index:1;background:#faf9f5;padding-right:9px;position:relative}.mx-progress-card li.is-done{color:#50604d}.mx-progress-card li.is-done i{color:#f7f7f2;background:#7e9379;border-color:#7e9379}.mx-progress-card li.is-done:not(:last-child):after{background:#a9b6a5}.mx-progress-card li.is-active{color:#586654}.mx-progress-card li.is-active i{color:#60725d;background:#eef2e9;border-color:#93a28e}.mx-progress-card .mx-step-spinner{transform-origin:50%;border:1.8px solid #53674f;border-color:#53674f #53674fb8 #60725d2e #60725d2e;border-radius:50%;width:13px;height:13px;animation:.72s linear infinite mx-step-spin;display:block}@keyframes mx-step-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.mx-progress-card .mx-step-spinner,.mx-button-spinner{animation-duration:1.6s}}.mx-ticket-overview{background:#ffffff9e;border:1px solid #d5d0c4;border-radius:18px;margin-top:14px;padding:18px 20px}.mx-ticket-overview>header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.mx-ticket-overview-actions{align-items:center;gap:10px;display:flex}.mx-ticket-overview>header span,.mx-ticket-description>span,.mx-important-fields article>span,.mx-primary-result header span,.mx-vietnamese-reason span,.mx-guide-result header>span{color:#71806e;letter-spacing:.13em;font-size:.69rem;font-weight:760}.mx-ticket-overview>header h2{margin:2px 0 0;font-size:1rem}.mx-ticket-overview>header a{color:#52614f;border-radius:8px;align-items:center;gap:7px;min-height:34px;padding:0 7px;font-size:.82rem;font-weight:680;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.mx-ticket-overview>header a:hover{color:#283227;background:#f0f1eb}.mx-ticket-overview>header a:focus-visible{outline-offset:2px;outline:2px solid #7a8b76}.mx-ticket-overview>header svg{width:16px}.mx-ticket-overview>h3{max-width:1180px;margin:10px 0 12px;font-size:.78rem;line-height:1.35}.mx-ticket-overview>dl{grid-template-columns:repeat(4,1fr);gap:10px;margin:0;display:grid}.mx-ticket-overview>dl div{border-left:1px solid #d9d4c9;padding:0 11px}.mx-ticket-overview dt{color:#8b9089;font-size:.68rem}.mx-ticket-overview dd{margin:2px 0 0;font-size:.77rem;font-weight:680}.mx-ticket-dependencies{color:#41483f;background:#f3f4ef;border-left:2px solid #8da085;align-items:baseline;gap:10px;margin-top:10px;padding:8px 11px;display:flex}.mx-ticket-dependencies strong{text-transform:uppercase;letter-spacing:.08em;color:#697665;flex:none;font-size:.7rem}.mx-ticket-dependencies p{overflow-wrap:anywhere;min-width:0;margin:0;font-size:.76rem;line-height:1.45}.mx-ticket-description{border-top:1px solid #ddd8cd;margin-top:13px;padding-top:12px}.mx-ticket-description p,.mx-important-fields p{color:#555e54;white-space:pre-wrap;margin:7px 0 0;font-size:.88rem;line-height:1.58}.mx-description-highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:8px;display:grid}.mx-description-highlights article{background:#f4f5ef;border-left:2px solid #879b80;border-radius:0 8px 8px 0;padding:8px 10px}.mx-description-highlights article:first-child{grid-column:1/-1}.mx-description-highlights strong{color:#344232;letter-spacing:.035em;font-size:.76rem}.mx-description-highlights p{margin-top:3px;font-size:.76rem;line-height:1.4}.mx-ticket-description details{border-top:1px solid #ddd8cd;margin-top:8px;padding-top:9px}.mx-ticket-description details summary{cursor:pointer;color:#4f594e;justify-content:space-between;align-items:center;gap:16px;font-size:.82rem;font-weight:720;list-style:none;display:flex}.mx-ticket-description details summary::-webkit-details-marker{display:none}.mx-ticket-description details>p{background:#f7f5ef;border-radius:9px;max-height:360px;padding:12px 14px;font-size:.8rem;overflow:auto}.mx-ticket-fields{border-top:1px solid #ddd8cd;margin-top:18px;padding-top:15px}.mx-ticket-fields>summary{color:#4f594e;cursor:pointer;justify-content:space-between;align-items:center;gap:16px;font-size:.82rem;font-weight:720;list-style:none;display:flex}.mx-ticket-fields>summary::-webkit-details-marker{display:none}.mx-ticket-comments>summary::-webkit-details-marker{display:none}.mx-ticket-fields>summary small{color:#848b82;font-size:.69rem;font-weight:560}.mx-details-meta{color:#848b82;align-items:center;gap:8px;display:inline-flex}.mx-details-meta svg{width:15px;transition:transform .18s}.mx-description-details[open] .mx-details-meta svg,.mx-ticket-fields[open] .mx-details-meta svg,.mx-ticket-comments[open] .mx-details-meta svg{transform:rotate(180deg)}.mx-ticket-fields[open]>summary{margin-bottom:10px}.mx-important-fields{background:#f8f6f0;border:1px solid #ddd8cd;border-radius:12px;overflow:hidden}.mx-important-fields article{grid-template-columns:minmax(150px,22%) minmax(0,1fr);align-items:start;gap:20px;padding:13px 15px;display:grid}.mx-important-fields article+article{border-top:1px solid #e2ded4}.mx-important-fields article>span{overflow-wrap:anywhere;padding-top:2px}.mx-important-fields article>p{margin:0}.mx-ticket-comments{border-top:1px solid #ddd8cd;margin-top:10px;padding-top:10px}.mx-ticket-comments>summary{color:#4f594e;cursor:pointer;justify-content:space-between;align-items:center;font-size:.82rem;list-style:none;display:flex}.mx-ticket-comments>summary>strong{font-weight:720}.mx-ticket-comments>summary small{color:#888f86;font-size:.69rem;font-weight:560}.mx-comments-list{margin-top:9px}.mx-ticket-comments article{border-left:2px solid #bfc9b9;margin-top:10px;padding:8px 0 8px 13px}.mx-ticket-comments article>div{justify-content:space-between;gap:12px;display:flex}.mx-ticket-comments article strong{color:#3e493c;font-size:.79rem}.mx-ticket-comments article time{color:#90958e;font-size:.68rem}.mx-ticket-comments article p{color:#646b63;white-space:pre-wrap;margin:5px 0 0;font-size:.8rem;line-height:1.5}.mx-comments-empty{color:#888f86;margin:10px 0 0;font-size:.78rem}.mx-technical-details summary,.mx-advanced-tools>summary{cursor:pointer;color:#5d685a;justify-content:space-between;align-items:center;font-size:.84rem;font-weight:700;list-style:none;display:flex}.mx-technical-details summary::-webkit-details-marker{display:none}.mx-advanced-tools>summary::-webkit-details-marker{display:none}.mx-technical-details summary svg,.mx-advanced-tools>summary svg{width:15px;transition:transform .18s}.mx-technical-details[open] summary svg,.mx-advanced-tools[open]>summary svg{transform:rotate(180deg)}.mx-primary-result{background:#eef3ea;border:1px solid #ccd2c6;border-radius:18px;margin-top:14px;padding:18px 20px}.mx-primary-result.is-no{background:#f7eeea;border-color:#dfcbc5}.mx-primary-result.is-needs_review{background:#f8f2df;border-color:#ded0a8}.mx-primary-result>header{justify-content:space-between;align-items:flex-start;gap:26px;display:flex}.mx-primary-result>header h2{margin:5px 0 0;font-size:clamp(.675rem,1.2vw,1rem);line-height:1.4}.mx-primary-result>header>strong{color:#527c4d;text-align:right;border:1px solid;border-radius:14px;min-width:130px;padding:11px 14px;font-size:1.3rem;display:grid}.mx-primary-result.is-no>header>strong{color:#a35446}.mx-primary-result.is-needs_review>header>strong{color:#916e25}.mx-primary-result>header small{opacity:.75;margin-top:6px;font-size:.65rem}.mx-global-reason{color:#eef2e9;background:#202620;border-radius:11px;margin-top:13px;padding:12px 14px}.mx-global-reason>div{justify-content:space-between;align-items:center;gap:16px;display:flex}.mx-global-reason span{color:#a8b7a3;letter-spacing:.12em;font-size:.66rem;font-weight:760}.mx-global-reason button{color:#f4f5f1;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:9px;flex:none;place-items:center;width:36px;height:36px;padding:0;transition:border-color .16s,background .16s,transform .16s;display:grid}.mx-global-reason button:hover{background:#ffffff2e;border-color:#ffffff7a;transform:translateY(-1px)}.mx-global-reason button.is-copied{color:#dcebd5;background:#97be8b2e}.mx-global-reason button svg{stroke-width:2px;width:17px;height:17px}.mx-global-reason p{margin:8px 0 0;font-size:.82rem;line-height:1.5}.mx-vietnamese-reason{border-top:1px solid #50644c2e;margin-top:13px;padding-top:11px}.mx-vietnamese-reason p{color:#394338;max-width:1050px;margin:7px 0 0;font-size:.92rem;line-height:1.62}.mx-conclusion-evidence{margin-top:7px}.mx-conclusion-evidence ul{gap:8px;margin:8px 0 0;padding:0;list-style:none;display:grid}.mx-conclusion-evidence li{background:#ffffff85;border-left:3px solid #81937c;border-radius:0 9px 9px 0;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;padding:10px 12px;display:grid}.mx-conclusion-evidence strong{color:#263125;font-size:.82rem;line-height:1.5}.mx-conclusion-evidence small{color:#778075;overflow-wrap:anywhere;text-align:right;max-width:190px;font-size:.66rem}.mx-guide-result{background:#ffffff9e;border:1px solid #d6d1c5;border-radius:18px;margin-top:14px;padding:17px 20px}.mx-guide-result header h2{margin:5px 0;font-size:clamp(.7rem,1.15vw,1rem);line-height:1.4}.mx-guide-result header p{color:#697068;margin:0 0 10px;font-size:.76rem}.mx-guide-item{border-top:1px solid #ded9ce}.mx-guide-item summary{cursor:pointer;grid-template-columns:66px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 0;list-style:none;display:grid}.mx-guide-item summary::-webkit-details-marker{display:none}.mx-guide-item small{color:#778574;font-weight:760}.mx-guide-item strong{overflow-wrap:anywhere;font-size:.78rem;line-height:1.45}.mx-guide-item summary span{color:#687566;white-space:nowrap;align-items:center;gap:6px;font-size:.72rem;display:inline-flex}.mx-guide-item summary span svg{width:14px;transition:transform .18s}.mx-guide-item[open] summary span svg{transform:rotate(180deg)}.mx-guide-content{border-left:2px solid #c9d1c4;gap:8px;margin:0 0 18px 88px;padding:2px 0 2px 16px;display:grid}.mx-guide-section{background:#f6f7f2;border-radius:7px;grid-template-columns:78px minmax(0,1fr);align-items:start;gap:12px;padding:8px 10px;display:grid}.mx-guide-section>span{color:#71806d;text-transform:uppercase;font-size:.68rem;font-weight:680;line-height:1.55}.mx-guide-section>p{color:#4f584e;overflow-wrap:anywhere;min-width:0;margin:0;font-size:.8rem;line-height:1.58}.mx-technical-details{background:#fff6;border:1px solid #d9d4c9;border-radius:14px;margin-top:14px;padding:14px 16px}.mx-technical-details>div{color:#6f756e;grid-template-columns:repeat(4,auto);gap:12px;margin-top:15px;font-size:.76rem;display:grid}.mx-technical-details p{margin:0}.mx-technical-details q{border-left:2px solid #bac5b6;grid-column:1/-1;padding-left:10px}.mx-reviewed-tickets{background:#ffffff94;border:1px solid #d5d0c4;border-radius:18px;min-width:0;max-width:100%;margin-top:18px;padding:18px 20px}.mx-reviewed-tickets>header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.mx-reviewed-tickets>header>div{align-items:center;gap:9px;display:flex}.mx-reviewed-tickets>header svg{color:#71816d;width:18px}.mx-reviewed-tickets>header span{color:#758272;letter-spacing:.12em;font-size:.65rem;font-weight:760}.mx-reviewed-actions{align-items:center;gap:12px;display:flex}.mx-reviewed-actions small{color:#7d847c;font-size:.7rem}.mx-reviewed-actions button{color:#536250;font:inherit;cursor:pointer;background:#f8f7f2;border:1px solid #cbd1c7;border-radius:8px;padding:6px 9px;font-size:.69rem;font-weight:680}.mx-reviewed-table-wrap{overscroll-behavior-inline:contain;contain:inline-size paint;border:1px solid #ded9ce;border-radius:12px;width:100%;min-width:0;max-width:100%;overflow-x:auto}.mx-reviewed-tickets table{table-layout:fixed;border-collapse:collapse;text-align:left;background:#faf8f3;width:100%;min-width:1400px}.mx-review-row{height:70px;transition:background-color .16s}.mx-reviewed-tickets th{color:#7b8378;letter-spacing:.08em;text-transform:uppercase;background:#f0eee7;padding:10px 12px;font-size:.65rem;font-weight:760}.mx-reviewed-tickets td{vertical-align:top;border-top:1px solid #e2ded5;padding:12px}.mx-reviewed-tickets td:first-child{width:21%}.mx-reviewed-tickets td:nth-child(2){width:8%}.mx-reviewed-tickets td:nth-child(3){width:36%}.mx-reviewed-tickets td:nth-child(4){width:15%}.mx-reviewed-tickets td:nth-child(5){width:14%}.mx-reviewed-tickets td:last-child{width:6%}.mx-reviewed-tickets td a,.mx-reviewed-tickets td span{display:block}.mx-reviewed-tickets td a{color:#293329;font-size:.82rem;font-weight:760;text-decoration:none}.mx-reviewed-tickets td span{color:#747b73;text-overflow:ellipsis;white-space:nowrap;max-width:260px;margin-top:3px;font-size:.7rem;overflow:hidden}.mx-shared-jobs .mx-review-row>td{vertical-align:middle;height:70px}.mx-shared-jobs .mx-review-row>td:first-child>span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;min-height:1.1em}.mx-shared-jobs .mx-review-row>td:nth-child(3)>small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.mx-reviewed-tickets.mx-shared-jobs td:first-child{width:230px}.mx-reviewed-tickets.mx-shared-jobs td:nth-child(2){width:125px}.mx-reviewed-tickets.mx-shared-jobs td:nth-child(3){width:120px}.mx-reviewed-tickets.mx-shared-jobs td:nth-child(4){width:125px}.mx-reviewed-tickets.mx-shared-jobs td:nth-child(5){width:430px}.mx-reviewed-tickets.mx-shared-jobs td:nth-child(6){width:180px}.mx-reviewed-tickets.mx-shared-jobs td:nth-child(7){width:128px}.mx-reviewed-tickets.mx-shared-jobs td:nth-child(8){width:62px}.mx-reviewed-tickets.mx-shared-jobs td:last-child{width:44px}.mx-shared-jobs .mx-col-ticket{width:230px}.mx-shared-jobs .mx-col-user{width:125px}.mx-shared-jobs .mx-col-status{width:120px}.mx-shared-jobs .mx-col-result{width:125px}.mx-shared-jobs .mx-col-reason{width:430px}.mx-shared-jobs .mx-col-guide{width:180px}.mx-shared-jobs .mx-col-time{width:128px}.mx-shared-jobs .mx-col-retry{width:62px}.mx-shared-jobs .mx-col-actions{width:44px}.mx-reviewed-tickets.mx-shared-jobs th{text-align:center;white-space:nowrap}.mx-shared-jobs .mx-job-status{white-space:nowrap;justify-content:center;width:96px;min-width:96px;margin-top:0}.mx-result-cell{align-items:center;gap:7px;display:flex}.mx-result-cell>strong{text-align:center;text-transform:uppercase;border-radius:999px;width:62px;min-width:62px;padding:4px 6px;font-size:.67rem;display:inline-block}.mx-result-cell>strong.is-yes{color:#466f43;background:#e2eddd}.mx-result-cell>strong.is-no{color:#984e42;background:#f3e2dc}.mx-result-cell>strong.is-needs_review{color:#87691f;background:#f2e8ca}.mx-result-cell>small{font-variant-numeric:tabular-nums;white-space:nowrap;color:#7b8279!important;margin:0!important;font-size:.64rem!important}.mx-ticket-link{align-items:center;gap:5px;width:fit-content;color:#2d6f9f!important;text-decoration:none!important;display:inline-flex!important}.mx-ticket-link>span{color:inherit!important;font:inherit!important;margin:0!important}.mx-ticket-link>svg{flex:none;width:13px;height:13px}.mx-ticket-link:hover{text-underline-offset:2px;color:#1f5d8a!important;text-decoration:underline!important}.mx-reviewed-tickets.mx-shared-jobs time{font-variant-numeric:tabular-nums;white-space:nowrap;display:block}.mx-retry-job{color:#526450;cursor:pointer;background:#f5f6f1;border:1px solid #c9d0c5;border-radius:8px;place-items:center;width:30px;height:30px;padding:0;display:inline-grid}.mx-retry-job:hover:not(:disabled){background:#e9eee5;border-color:#aeb9aa}.mx-retry-job:disabled{color:#a5aaa2;cursor:not-allowed;opacity:.55;background:#efeee9}.mx-retry-job svg{width:14px;height:14px}.mx-reviewed-tickets td>strong{text-transform:uppercase;border-radius:999px;padding:4px 8px;font-size:.67rem;display:inline-block}.mx-reviewed-tickets td>strong.is-yes{color:#466f43;background:#e2eddd}.mx-reviewed-tickets td>strong.is-no{color:#984e42;background:#f3e2dc}.mx-reviewed-tickets td>strong.is-needs_review{color:#87691f;background:#f2e8ca}.mx-reviewed-tickets td>small{color:#858b84;margin-top:4px;font-size:.65rem;display:block}.mx-reviewed-tickets td p{color:#525a51;margin:0;font-size:.76rem;line-height:1.5}.mx-reviewed-tickets time{color:#737a72;white-space:nowrap;font-size:.69rem}.mx-review-row{cursor:pointer;transition:background .16s}.mx-review-row:hover,.mx-review-row:focus-visible,.mx-review-row.is-expanded{background:#f1f3ed;outline:none}.mx-review-row:focus-visible{box-shadow:inset 0 0 0 2px #6c7e6752}.mx-reviewed-tickets.mx-shared-jobs td:nth-child(6){text-align:center}.mx-guide-availability{text-align:center;border-radius:999px;justify-content:center;align-items:center;width:112px;min-width:112px;padding:4px 8px;font-weight:700;line-height:1.3;text-overflow:clip!important;white-space:nowrap!important;max-width:112px!important;margin:0 auto!important;font-size:.66rem!important;display:inline-flex!important}.mx-guide-availability.is-available{background:#e4ecdf;color:#486944!important}.mx-guide-availability.is-empty{background:#ecebe6;color:#7f847d!important}.mx-row-actions{justify-content:flex-end;align-items:center;gap:4px;display:flex}.mx-row-chevron{color:#7b8479;width:15px;height:15px;transition:transform .18s}.mx-review-row.is-expanded .mx-row-chevron{transform:rotate(180deg)}.mx-review-detail-row>td{background:#f5f5ef;padding:0!important}.mx-review-detail{grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:18px;padding:16px 18px 18px;display:grid;box-shadow:inset 0 1px #d9ddd4}.mx-review-detail>section>span{color:#748171;letter-spacing:.1em;margin-bottom:7px;font-size:.64rem;font-weight:760;display:block}.mx-review-detail>section>p{color:#4f584e;margin:0;font-size:.77rem;line-height:1.55}.mx-history-guides{gap:8px;display:grid}.mx-history-guides article{background:#ffffffad;border:1px solid #d9ddd3;border-radius:9px;padding:10px 12px}.mx-history-guides article>strong{color:#71806d;text-transform:uppercase;font-size:.63rem}.mx-history-guides h4{color:#303a2f;overflow-wrap:anywhere;margin:3px 0 7px;font-size:.76rem;line-height:1.4}.mx-history-guides article>div{grid-template-columns:76px minmax(0,1fr);gap:8px;padding-top:6px;display:grid}.mx-history-guides small{color:#798477;text-transform:uppercase;font-size:.64rem;font-weight:680}.mx-history-guides p{color:#596158;overflow-wrap:anywhere;margin:0;font-size:.72rem;line-height:1.5}.mx-table-reason{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;display:grid}.mx-review-row .mx-table-reason p{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.mx-table-reason button{color:#596756;cursor:pointer;background:#f7f6f1;border:1px solid #d1d4cc;border-radius:8px;place-items:center;width:30px;height:30px;padding:0;display:inline-grid}.mx-table-reason button:hover{background:#efefe8;border-color:#b9c1b5}.mx-table-reason button svg{width:13px;height:13px}.mx-review-pagination{color:#737b71;grid-template-columns:1fr auto auto;align-items:center;gap:14px;margin-top:14px;font-size:.69rem;display:grid}.mx-review-pagination label{grid-area:1/3;justify-self:end;align-items:center;gap:8px;display:flex}.mx-review-pagination select{color:#485246;font:inherit;cursor:pointer;background:#faf9f5;border:1px solid #d0d2ca;border-radius:8px;padding:6px 26px 6px 9px}.mx-review-pagination>span{text-align:left;grid-area:1/1}.mx-review-pagination>div{grid-area:1/2;justify-content:flex-end;gap:6px;display:flex}.mx-review-pagination button{color:#4f5d4c;font:inherit;cursor:pointer;background:#faf9f5;border:1px solid #d0d2ca;border-radius:8px;padding:6px 10px;font-weight:650}.mx-review-pagination button:disabled{cursor:default;opacity:.42}.mx-reviewed-empty{color:#747b73;text-align:center;border:1px dashed #d2cdc2;border-radius:10px;margin:0;padding:18px;font-size:.8rem}.mx-reviewed-empty.is-error{color:#9c5145}.mx-advanced-tools{border-top:1px solid #d8d3c8;margin-top:42px;padding-top:18px}.mx-advanced-content{margin-top:18px}.mx-console-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:22px;display:grid}.mx-review-empty{color:#777e76;border:1px dashed #d4cec1;border-radius:12px;margin:0;padding:16px;font-size:.84rem;line-height:1.5}.mx-analysis-warnings{color:#7c6427;background:#faf5e7;border:1px solid #dccb9d;border-radius:13px;gap:10px;margin-top:14px;padding:13px;display:flex}.mx-analysis-warnings svg{flex:none;width:18px}.mx-analysis-warnings p{margin:0;font-size:.78rem}.mx-analysis-warnings p+p{margin-top:4px}.mx-console-card,.mx-result-panel{background:#ffffff94;border:1px solid #d8d4c8;border-radius:24px;padding:clamp(22px,3vw,34px)}.mx-card-heading{align-items:center;gap:15px;margin-bottom:28px;display:flex}.mx-card-heading>svg{color:#536250;background:#e3e9da;border-radius:12px;width:38px;height:38px;padding:9px}.mx-card-heading h2{margin:3px 0 0;font-size:1.55rem}.mx-console-card label{color:#697069;margin-bottom:9px;font-size:.78rem;font-weight:680;display:block}.mx-endpoint{background:#f8f6f0;border:1px solid #d5d0c3;border-radius:13px;align-items:center;gap:8px;padding:8px 8px 8px 13px;display:flex}.mx-endpoint code{color:#394238;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.78rem;overflow:hidden}.mx-endpoint button{color:#f6f5f0;cursor:pointer;background:#293129;border:0;border-radius:9px;align-items:center;gap:5px;padding:8px 10px;display:inline-flex}.mx-endpoint button svg{width:14px;height:14px}.mx-secondary-button,.mx-primary-button{font:inherit;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-weight:680;display:inline-flex}.mx-secondary-button{color:#293129;background:0 0;border:1px solid #293129;width:100%;margin-top:12px}.mx-primary-button{color:#fff;background:#293129;border:1px solid #293129;margin-top:12px}.mx-primary-button svg{width:17px}.mx-secondary-button:disabled,.mx-primary-button:disabled{cursor:not-allowed;opacity:.52}.mx-test-card textarea{resize:vertical;color:#d9e1d2;background:#202620;border:1px solid #d5d0c3;border-radius:14px;outline:none;width:100%;min-height:230px;padding:16px;font:.78rem/1.65 ui-monospace,SFMono-Regular,Menlo,monospace}.mx-test-card textarea:focus{border-color:#788b74;box-shadow:0 0 0 3px #788b7424}.mx-result-panel{margin-top:22px}.mx-result-panel>div{justify-content:space-between;margin-bottom:14px;display:flex}.mx-result-panel>div strong{color:#6b736a;font-size:.86rem}.mx-result-panel.is-success>div strong{color:#568052}.mx-result-panel.is-error>div strong{color:#a25345}.mx-result-panel pre{color:#cad7c3;white-space:pre-wrap;background:#202620;border-radius:14px;max-height:360px;margin:0;padding:18px;font:.78rem/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}@media (max-width:820px){.landing-admin-tool{grid-template-columns:auto 1fr}.landing-admin-tool>a{grid-column:2}.mx-console-page{padding-left:92px}.mx-console-nav{align-items:center;width:72px;padding:12px 10px}.mx-console-hero,.mx-console-grid,.mx-automation-card,.mx-analysis-summary,.mx-analysis-columns{grid-template-columns:1fr}.mx-console-hero{gap:28px}.mx-delivery-list{grid-template-columns:1fr}.mx-delivery-list article,.mx-delivery-list article.is-latest{grid-column:auto;grid-template-columns:1fr}.mx-delivery-meta{justify-items:start}.mx-analysis-summary dl{grid-template-columns:repeat(2,1fr)}.mx-ticket-overview>dl,.mx-technical-details>div{grid-template-columns:repeat(2,minmax(0,1fr))}.mx-guide-item summary{grid-template-columns:64px minmax(0,1fr)}.mx-guide-item summary span{grid-column:2}.mx-guide-content{margin-left:78px}}@media (max-width:560px){.landing-admin-tool{grid-template-columns:1fr}.landing-admin-tool>a{grid-column:1}.mx-console-hero h1{font-size:clamp(3rem,16vw,4.6rem)}.mx-endpoint button span{display:none}.mx-live-inbox-heading{flex-direction:column;align-items:flex-start}.mx-delivery-list dl{grid-template-columns:repeat(2,1fr)}.mx-automation-form>div{grid-template-columns:1fr}.mx-automation-form button{justify-content:center;min-height:48px}.mx-analysis-review>header{flex-direction:column}.mx-review-decision{text-align:left;min-width:0}.mx-primary-search-heading{flex-direction:column;align-items:flex-start;gap:10px}.mx-ticket-overview>header{align-items:flex-start}.mx-ticket-overview-actions{margin-top:-4px}.mx-primary-search>div:not(.mx-primary-search-heading){grid-template-columns:1fr}.mx-primary-search button{justify-content:center;min-height:40px}.mx-review-pagination{grid-template-columns:1fr auto}.mx-review-pagination>span{text-align:left;grid-area:1/1}.mx-review-pagination label{grid-area:1/2}.mx-review-pagination>div{grid-area:2/1/auto/-1;justify-self:end}.mx-progress-card ol{grid-template-columns:repeat(2,minmax(0,1fr))}.mx-ticket-overview>header,.mx-primary-result>header{flex-direction:column}.mx-ticket-overview>dl,.mx-technical-details>div{grid-template-columns:1fr}.mx-important-fields article,.mx-guide-item summary{grid-template-columns:1fr;gap:6px}.mx-guide-item summary span{grid-column:1}.mx-guide-content{margin-left:0}.mx-guide-section{grid-template-columns:1fr;gap:3px}.mx-primary-result>header>strong{text-align:left;min-width:0}.mx-global-reason>div{flex-direction:column;align-items:flex-start}.mx-conclusion-evidence li{grid-template-columns:1fr}.mx-conclusion-evidence small{text-align:left;max-width:none}.mx-reviewed-tickets>header,.mx-reviewed-actions{flex-direction:column;align-items:flex-start;gap:7px}}.mx-console-page{color:#181c18;min-height:100dvh;font-family:var(--font-sans);background:#f7f5ef;grid-template-columns:280px minmax(0,1fr);padding:0}.mx-workspace{background:#f7f5ef;min-width:0;height:100dvh;min-height:100dvh;overflow-y:auto}.mx-sidebar{color:#34322d;background:#faf8f3;border-right-color:#e5dfd4}.mx-sidebar .brand-mark{color:#242521;background:#faf8f2;box-shadow:inset 0 0 0 1px #d7cebe}.mx-sidebar .account-navigation a{color:#6e685f}.mx-sidebar .account-navigation a>span{min-width:0;color:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mx-sidebar .account-navigation a:hover,.mx-sidebar .account-navigation a:focus-visible{color:#2a2925;background:#5b524414}.mx-sidebar .account-navigation a.active{color:#25241f;background:#eeeae1;border-color:#ded7ca}.mx-sidebar .account-navigation a>svg{color:#81796e}.mx-sidebar .account-sidebar-user{color:#34322d;border-top-color:#e1dbcf}.mx-sidebar .account-sidebar-user:hover,.mx-sidebar .account-sidebar-user:focus-visible,.mx-sidebar .account-sidebar-user[aria-expanded=true]{background:#5b524414}.mx-sidebar .account-sidebar-user div>span,.mx-sidebar .account-sidebar-chevron{color:#827b70}.mx-about-page{grid-template-columns:280px minmax(0,1fr)}.mx-topbar{z-index:30;position:sticky;top:0}.mx-content{width:min(1520px,100% - 40px);margin:0 auto;padding:0 0 72px}.mx-content *{letter-spacing:0}.mx-primary-search{background:#e8ede3;border-radius:16px}.mx-progress-card,.mx-ticket-overview,.mx-primary-result,.mx-guide-result,.mx-reviewed-tickets{border-radius:14px}.mx-focused-workflow>section,.mx-focused-workflow>details{width:100%}.mx-debug-content{width:min(1480px,100% - 48px);margin:0 auto;padding:36px 0 80px}.mx-debug-heading>span,.mx-debug-stage header>span{color:#778473;letter-spacing:.11em;text-transform:uppercase;font-size:.72rem;font-weight:760}.mx-debug-heading h1{margin:8px 0 10px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08}.mx-debug-heading p{color:#6e716b;max-width:760px;margin:0;line-height:1.65}.mx-debug-runner{background:#fffdf9;border:1px solid #dcd7cc;border-radius:12px;grid-template-columns:minmax(220px,.8fr) minmax(200px,.7fr) auto auto;align-items:end;gap:14px;margin-top:30px;padding:18px;display:grid}.mx-debug-runner label{color:#686b65;margin-bottom:7px;font-size:.76rem;font-weight:680;display:block}.mx-debug-runner input,.mx-debug-runner select{color:#252722;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #d6d2c8;border-radius:8px;padding:0 13px}.mx-debug-runner button{color:#f7f5ef;min-height:44px;font:inherit;cursor:pointer;background:#292c27;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-weight:680;display:inline-flex}.mx-debug-runner button:disabled{cursor:default;opacity:.5}.mx-debug-runner button svg{width:16px}.mx-debug-runner>small{color:#8a8174;white-space:nowrap;align-items:center;gap:7px;min-height:44px;display:flex}.mx-debug-runner>small i{background:#b4865b;border-radius:50%;width:8px;height:8px}.mx-debug-runner>small.is-connected i{background:#708b69}.mx-debug-status{color:#77786f;margin:12px 2px 0;font-size:.82rem}.mx-debug-alert{color:#6c4c17;background:#fbf2dc;border:1px solid #d8b576;border-radius:10px;gap:13px;margin-top:28px;padding:16px;display:flex}.mx-debug-alert svg{flex:none;width:20px}.mx-debug-alert strong{margin-bottom:4px;display:block}.mx-debug-alert p{margin:0;line-height:1.5}.mx-debug-findings{background:#f2f0e9;border:1px solid #d8d4c9;border-radius:10px;margin-top:12px;padding:16px 18px}.mx-debug-findings>span{color:#758171;letter-spacing:.1em;font-size:.7rem;font-weight:760}.mx-debug-findings ul{gap:8px;margin:11px 0 0;padding-left:18px;display:grid}.mx-debug-findings li{color:#545951;font-size:.82rem;line-height:1.5}.mx-debug-flow{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:28px 0 16px;padding:0;list-style:none;display:grid}.mx-debug-flow li{color:#565a53;background:#f0eee8;border:1px solid #ded9cf;border-radius:9px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-width:0;padding:11px;font-size:.78rem;display:grid}.mx-debug-flow li>span{color:#fff;background:#788672;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.mx-debug-flow li svg{color:#9b9d95;width:15px}.mx-debug-stage{background:#fffdfa;border:1px solid #ddd8cd;border-radius:12px;margin-top:14px;padding:clamp(18px,2.5vw,28px)}.mx-debug-stage header h2{margin:6px 0;font-size:1.2rem}.mx-debug-stage header p{color:#777a73;margin:0;font-size:.86rem;line-height:1.55}.mx-debug-stage pre{color:#e7e8e2;white-space:pre-wrap;overflow-wrap:anywhere;background:#242722;border:1px solid #333731;border-radius:9px;max-height:540px;margin:18px 0 0;padding:18px;font:500 .78rem/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.mx-debug-stage details{border-top:1px solid #ebe6dc;margin-top:14px}.mx-debug-stage details summary{color:#565e54;cursor:pointer;justify-content:space-between;align-items:center;padding:15px 2px 0;font-size:.85rem;font-weight:680;display:flex}.mx-debug-stage details summary svg{width:17px;transition:transform .18s}.mx-debug-stage details[open] summary svg{transform:rotate(180deg)}.mx-debug-columns{grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;display:grid}.mx-debug-columns article{background:#f4f4ee;border-radius:9px;padding:16px}.mx-debug-columns h3{margin:0 0 10px;font-size:.86rem}.mx-debug-columns ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.mx-debug-columns li{color:#656a62;align-items:flex-start;gap:8px;font-size:.8rem;line-height:1.45;display:flex}.mx-debug-columns li svg{color:#71846c;flex:none;width:14px}.mx-debug-summary{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px;display:grid}.mx-debug-summary>div{background:#eeeee8;border-radius:8px;padding:13px}.mx-debug-summary small{color:#7c8078;text-transform:uppercase;margin-bottom:5px;font-size:.7rem;display:block}.mx-debug-summary strong{text-transform:capitalize}.mx-debug-rule-list{gap:8px;margin-top:14px;display:grid}.mx-debug-rule-list article{border:1px solid #e2ddd4;border-radius:8px;padding:13px}.mx-debug-rule-list article>div{align-items:center;gap:8px;display:flex}.mx-debug-rule-list article span{text-transform:uppercase;border-radius:4px;padding:2px 7px;font-size:.68rem}.mx-debug-rule-list article span.is-yes{color:#506a4c;background:#e5eee2}.mx-debug-rule-list article span.is-no{color:#865447;background:#f5e8e3}.mx-debug-rule-list article small{color:#92948d;margin-left:auto}.mx-debug-rule-list article p{color:#5d625b;margin:8px 0 0;font-size:.82rem;line-height:1.5}.mx-debug-warnings{gap:7px;margin:14px 0 0;padding:0;list-style:none;display:grid}.mx-debug-warnings li{color:#7b5c25;gap:8px;font-size:.82rem;display:flex}.mx-debug-warnings svg{flex:none;width:16px}.mx-debug-final{background:#f2f4ee;border-left:3px solid #82927d;margin-top:14px;padding:12px 15px}.mx-debug-final strong{line-height:1.55}.mx-debug-final p{color:#70756d;margin:8px 0 0;font-size:.8rem}.mx-debug-checkpoint{background:#f5f5ef;border-left:3px solid #9eaa98;margin-top:16px;padding:10px 13px}.mx-debug-checkpoint strong{color:#596354;font-size:.76rem}.mx-debug-checkpoint p{color:#72766e;margin:4px 0 0;font-size:.8rem;line-height:1.5}@media (max-width:900px){.mx-debug-content{width:min(100% - 28px,1480px)}.mx-debug-runner{grid-template-columns:1fr 1fr}.mx-debug-flow{grid-template-columns:1fr}.mx-debug-flow li svg{display:none}}@media (max-width:620px){.mx-debug-runner,.mx-debug-columns,.mx-debug-summary{grid-template-columns:1fr}}.public-privacy-page{min-height:100dvh;padding:clamp(18px,4vw,56px) 18px}.public-privacy-card{background:#fffdf8eb;border:1px solid #ded9cf;border-radius:18px;width:min(820px,100%);margin:0 auto;padding:clamp(24px,5vw,54px);box-shadow:0 18px 45px #524a3a17}.public-privacy-back,.public-privacy-home{color:#64725f;font-weight:680;text-decoration:none}.public-privacy-back:hover,.public-privacy-home:hover{text-decoration:underline}.public-privacy-kicker{color:#64725f;letter-spacing:.12em;text-transform:uppercase;margin:42px 0 8px;font-size:.72rem;font-weight:760}.public-privacy-card h1{color:#20251f;margin:0;font-size:clamp(2rem,5vw,3.2rem);line-height:1.05}.public-privacy-updated{color:#858b82;margin:12px 0 38px;font-size:.82rem}.public-privacy-card section{border-top:1px solid #ebe6dc;padding:24px 0}.public-privacy-card h2{color:#30392f;margin:0 0 10px;font-size:1.08rem}.public-privacy-card p,.public-privacy-card li{color:#505850;font-size:.92rem;line-height:1.7}.public-privacy-card p{margin:0 0 12px}.public-privacy-card p:last-child{margin-bottom:0}.public-privacy-card ul{margin:8px 0 12px;padding-left:22px}.public-privacy-home{margin-top:20px;display:inline-block}@media (max-width:820px){.mx-console-page{padding:0}.mx-content{width:min(100% - 28px,1240px);padding-bottom:44px}}@media (max-width:960px){.mx-description-highlights{grid-template-columns:1fr}.mx-description-highlights article:first-child{grid-column:auto}.mx-review-detail{grid-template-columns:1fr}}@media (max-width:720px){.profile-topbar .mobile-topbar-brand{color:#242722;text-decoration:none;display:inline-flex}.mobile-topbar-brand .brand-mark{display:none}.mobile-topbar-brand .flowimax-wordmark{gap:0}}@media (min-width:861px){.page{grid-template-columns:var(--sidebar-width,320px) minmax(0, 1fr)}.page.sidebar-is-collapsed{grid-template-columns:72px minmax(0,1fr)}}@media (min-width:821px){.mx-console-page{grid-template-columns:var(--mx-sidebar-width,280px) minmax(0, 1fr)}.mx-console-page.mx-sidebar-is-collapsed{grid-template-columns:72px minmax(0,1fr)}}
