.FeedbackModal-module__ONZsQG__layer{z-index:900;padding:20px;padding:var(--space-5);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.FeedbackModal-module__ONZsQG__backdrop{background:#0f172a3d;background:var(--modal-backdrop-bg);-webkit-backdrop-filter:blur(8px)saturate(120%);backdrop-filter:blur(8px)saturate(120%);cursor:default;border:0;position:fixed;inset:0}.FeedbackModal-module__ONZsQG__panel{z-index:1;width:min(560px,100vw - 40px);width:min(560px,calc(100vw - var(--space-10)));max-height:min(720px,100vh - 40px);max-height:min(720px,calc(100vh - var(--space-10)));border:1px solid #dfdfdfd6;border:1px solid var(--glass-panel-border);border-radius:24px;border-radius:var(--radius-xl);background:linear-gradient(135deg,#bdbdbd29,#b0b0b008 42%,#c0c0c014),#f7f9fcad;background:linear-gradient(135deg,var(--glass-grad-top),var(--glass-grad-bottom)42%,var(--glass-grad-mid)),var(--surface-card-liquid);min-height:0;box-shadow:0 4px 24px #0f172a0f,inset 0 1px #ffffffe6,inset 0 1px #ffffffbd;box-shadow:var(--glass-panel-shadow),inset 0 1px 0 var(--glass-panel-border-soft);-webkit-backdrop-filter:blur(5px)saturate(1.35)contrast(.9);backdrop-filter:blur(5px)saturate(1.35)contrast(.9);color:var(--fg-1);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-body);flex-direction:column;display:flex;position:relative;overflow:hidden}.FeedbackModal-module__ONZsQG__header{justify-content:space-between;align-items:flex-start;gap:16px;gap:var(--space-4);padding:20px 20px 12px;padding:var(--space-5)var(--space-5)var(--space-3);border-bottom:1px solid #dfdfdf96;display:flex}@supports (color:color-mix(in lch, red, blue)){.FeedbackModal-module__ONZsQG__header{border-bottom:1px solid color-mix(in oklab,var(--glass-panel-border)70%,transparent)}}.FeedbackModal-module__ONZsQG__eyebrow{color:var(--fg-2);font-size:12px;font-size:var(--text-xs);letter-spacing:0;margin-bottom:4px;font-weight:500;display:block}.FeedbackModal-module__ONZsQG__header h2{color:var(--fg-1);font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-heading);font-size:18px;font-size:var(--text-lg);letter-spacing:0;margin:0;font-weight:620;line-height:1.2}.FeedbackModal-module__ONZsQG__form{gap:16px;gap:var(--space-4);min-height:0;padding:20px;padding:var(--space-5);scrollbar-width:thin;flex-direction:column;display:flex;overflow-y:auto}.FeedbackModal-module__ONZsQG__typeGrid{grid-gap:8px;grid-gap:var(--space-2);gap:8px;gap:var(--space-2);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.FeedbackModal-module__ONZsQG__typeButton{min-width:0;min-height:30px;padding:0 8px;padding:0 var(--space-2);border:1px solid #dbe3ec;border:1px solid var(--button-secondary-border);border-radius:9999px;border-radius:var(--radius-pill);background:#fff;background:var(--button-secondary-bg);color:var(--fg-2);font:inherit;font-size:12px;font-size:var(--text-xs);cursor:pointer;transition:background .2s cubic-bezier(.2,0,0,1),border-color .2s cubic-bezier(.2,0,0,1),color .2s cubic-bezier(.2,0,0,1),box-shadow .2s cubic-bezier(.2,0,0,1);transition:background var(--duration-fast)var(--ease-standard),border-color var(--duration-fast)var(--ease-standard),color var(--duration-fast)var(--ease-standard),box-shadow var(--duration-fast)var(--ease-standard);justify-content:center;align-items:center;gap:5px;font-weight:560;display:inline-flex}.FeedbackModal-module__ONZsQG__typeButton:hover{background:#f8fafc;background:var(--button-secondary-bg-hover);color:var(--fg-1);border-color:#cbd5e1;border-color:var(--button-secondary-border-hover)}.FeedbackModal-module__ONZsQG__typeButton[data-active=true]{color:var(--brand);background:#f2f4fe;border-color:#abe;box-shadow:inset 0 1px #ffffff2b}@supports (color:color-mix(in lch, red, blue)){.FeedbackModal-module__ONZsQG__typeButton[data-active=true]{background:color-mix(in oklab,var(--brand-soft)48%,var(--surface-2));border-color:color-mix(in oklab,var(--brand)34%,var(--border-color));box-shadow:inset 0 1px 0 color-mix(in oklab,var(--control-highlight)44%,transparent)}}.FeedbackModal-module__ONZsQG__typeIcon{color:currentColor;opacity:.9;flex:none}.FeedbackModal-module__ONZsQG__typeButton:focus-visible,.FeedbackModal-module__ONZsQG__field input:focus-visible,.FeedbackModal-module__ONZsQG__field textarea:focus-visible{border-color:#a2adbc;border-color:var(--focus-inner);box-shadow:inset 0 0 0 1px #a2adbc,0 0 0 3px #47556924;box-shadow:inset 0 0 0 1px var(--focus-inner),0 0 0 3px var(--focus-neutral-ring);outline:none}.FeedbackModal-module__ONZsQG__field{grid-gap:8px;grid-gap:var(--space-2);gap:8px;gap:var(--space-2);display:grid}.FeedbackModal-module__ONZsQG__field span{color:var(--fg-2);font-size:12px;font-size:var(--text-xs);font-weight:600}.FeedbackModal-module__ONZsQG__field input,.FeedbackModal-module__ONZsQG__field textarea{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-sm);background:#fff;background:var(--surface-1);color:var(--fg-1);width:100%;font:inherit;font-size:14px;font-size:var(--text-sm);box-shadow:inset 0 1px #ffffff61;box-shadow:inset 0 1px 0 var(--control-highlight);transition:border-color .2s cubic-bezier(.2,0,0,1),box-shadow .2s cubic-bezier(.2,0,0,1),background .2s cubic-bezier(.2,0,0,1);transition:border-color var(--duration-fast)var(--ease-standard),box-shadow var(--duration-fast)var(--ease-standard),background var(--duration-fast)var(--ease-standard);line-height:1.45}.FeedbackModal-module__ONZsQG__field input{height:36px;padding:0 12px;padding:0 var(--space-3)}.FeedbackModal-module__ONZsQG__field textarea{resize:vertical;min-height:132px;padding:12px;padding:var(--space-3)}.FeedbackModal-module__ONZsQG__field input::-moz-placeholder{color:var(--fg-2);opacity:1}.FeedbackModal-module__ONZsQG__field textarea::-moz-placeholder{color:var(--fg-2);opacity:1}.FeedbackModal-module__ONZsQG__field input::placeholder,.FeedbackModal-module__ONZsQG__field textarea::placeholder{color:var(--fg-2);opacity:1}:is(.FeedbackModal-module__ONZsQG__field input:placeholder-shown:not(:focus),.FeedbackModal-module__ONZsQG__field textarea:placeholder-shown:not(:focus)),.FeedbackModal-module__ONZsQG__field input:placeholder-shown:not(:focus),.FeedbackModal-module__ONZsQG__field textarea:placeholder-shown:not(:focus){color:var(--fg-2)}.FeedbackModal-module__ONZsQG__field input:focus,.FeedbackModal-module__ONZsQG__field textarea:focus{color:var(--fg-1)}.FeedbackModal-module__ONZsQG__attachmentBlock{grid-gap:8px;grid-gap:var(--space-2);gap:8px;gap:var(--space-2);display:grid}.FeedbackModal-module__ONZsQG__fileInput{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.FeedbackModal-module__ONZsQG__dropzone{grid-gap:12px;grid-gap:var(--space-3);align-items:center;gap:12px;gap:var(--space-3);min-height:58px;padding:12px;padding:var(--space-3);border-radius:12px;border-radius:var(--radius-sm);box-shadow:inset 0 1px #ffffff61;box-shadow:inset 0 1px 0 var(--control-highlight);transition:background .2s cubic-bezier(.2,0,0,1),border-color .2s cubic-bezier(.2,0,0,1),box-shadow .2s cubic-bezier(.2,0,0,1);transition:background var(--duration-fast)var(--ease-standard),border-color var(--duration-fast)var(--ease-standard),box-shadow var(--duration-fast)var(--ease-standard);background:#ffffffe0;border:1px dashed #c7cfd9;grid-template-columns:auto minmax(0,1fr) auto;display:grid}@supports (color:color-mix(in lch, red, blue)){.FeedbackModal-module__ONZsQG__dropzone{border:1px dashed color-mix(in oklab,var(--border-color)84%,var(--fg-2));background:color-mix(in oklab,var(--surface-1)88%,transparent)}}.FeedbackModal-module__ONZsQG__dropzone[data-active=true]{box-shadow:inset 0 1px #ffffff61,0 0 0 3px #47556924;box-shadow:inset 0 1px 0 var(--control-highlight),0 0 0 3px var(--focus-neutral-ring);background:#f9faff;border-color:#9aaeed}@media (color-gamut:p3){.FeedbackModal-module__ONZsQG__dropzone[data-active=true]{background:#f9faff;background:color(display-p3 .97772 .97878 .99836)}}@supports (color:color-mix(in lch, red, blue)){.FeedbackModal-module__ONZsQG__dropzone[data-active=true]{border-color:color-mix(in oklab,var(--brand)44%,var(--border-color));background:color-mix(in oklab,var(--brand-soft)30%,var(--surface-1))}}.FeedbackModal-module__ONZsQG__dropzoneIcon{color:var(--fg-2)}.FeedbackModal-module__ONZsQG__dropzoneText{grid-gap:3px;gap:3px;min-width:0;display:grid}.FeedbackModal-module__ONZsQG__dropzoneText span{color:var(--fg-1);font-size:14px;font-size:var(--text-sm);font-weight:620}.FeedbackModal-module__ONZsQG__dropzoneText small{color:var(--fg-2);font-size:12px;font-size:var(--text-xs);line-height:1.35}.FeedbackModal-module__ONZsQG__attachmentList{grid-gap:8px;grid-gap:var(--space-2);gap:8px;gap:var(--space-2);margin:0;padding:0;list-style:none;display:grid}.FeedbackModal-module__ONZsQG__attachmentItem{grid-gap:8px;grid-gap:var(--space-2);align-items:center;gap:8px;gap:var(--space-2);min-height:30px;padding:0 8px;padding:0 var(--space-2);border-radius:8px;border-radius:var(--radius-xs);color:var(--fg-2);font-size:12px;font-size:var(--text-xs);background:#f8fafcb8;border:1px solid #e2e8f0c7;grid-template-columns:auto minmax(0,1fr) auto auto;display:grid}@supports (color:color-mix(in lch, red, blue)){.FeedbackModal-module__ONZsQG__attachmentItem{border:1px solid color-mix(in oklab,var(--border-color)78%,transparent);background:color-mix(in oklab,var(--surface-2)72%,transparent)}}.FeedbackModal-module__ONZsQG__attachmentName{color:var(--fg-1);min-width:0;text-overflow:ellipsis;white-space:nowrap;font-weight:560;overflow:hidden}.FeedbackModal-module__ONZsQG__attachmentSize{color:var(--fg-2);white-space:nowrap}.FeedbackModal-module__ONZsQG__attachmentRemove{border-radius:9999px;border-radius:var(--radius-pill);color:var(--fg-2);width:22px;height:22px;cursor:pointer;transition:background .2s cubic-bezier(.2,0,0,1),color .2s cubic-bezier(.2,0,0,1);transition:background var(--duration-fast)var(--ease-standard),color var(--duration-fast)var(--ease-standard);background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.FeedbackModal-module__ONZsQG__attachmentRemove:hover{background:var(--button-tertiary-bg-hover);color:var(--fg-1)}.FeedbackModal-module__ONZsQG__attachmentRemove:focus-visible{box-shadow:0 0 0 3px #47556924;box-shadow:0 0 0 3px var(--focus-neutral-ring);outline:none}.FeedbackModal-module__ONZsQG__attachmentError{color:var(--destructive-strong);font-size:12px;font-size:var(--text-xs);margin:0;line-height:1.4}.FeedbackModal-module__ONZsQG__contextNote{margin:-4px 0 0;margin:calc(var(--space-1)*-1)0 0;color:var(--fg-2);font-size:12px;font-size:var(--text-xs);line-height:1.45}.FeedbackModal-module__ONZsQG__error{padding:8px 12px;padding:var(--space-2)var(--space-3);border:1px solid #eec0c0;border:1px solid var(--destructive-border);border-radius:8px;border-radius:var(--radius-xs);background:#fff4f2;background:color(display-p3 .99673 .95528 .94898);background:var(--destructive-soft);color:var(--destructive-strong);font-size:12px;font-size:var(--text-xs);margin:0}.FeedbackModal-module__ONZsQG__actions{justify-content:flex-end;gap:8px;gap:var(--space-2);padding-top:4px;padding-top:var(--space-1);display:flex}.FeedbackModal-module__ONZsQG__submitButton{min-width:118px}.FeedbackModal-module__ONZsQG__submitLoader{border:2px solid color-mix(in oklab,currentColor 28%,transparent);border-top-color:currentColor;border-radius:999px;flex:0 0 12px;width:12px;height:12px;animation:.8s linear infinite FeedbackModal-module__ONZsQG__feedback-submit-spin}@keyframes FeedbackModal-module__ONZsQG__feedback-submit-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.FeedbackModal-module__ONZsQG__submitLoader{animation:none}}@media (max-width:640px){.FeedbackModal-module__ONZsQG__layer{padding:12px;padding:var(--space-3);align-items:flex-end}.FeedbackModal-module__ONZsQG__panel{width:100%;max-height:min(720px,100vh - 24px);max-height:min(720px,calc(100vh - var(--space-6)))}.FeedbackModal-module__ONZsQG__typeGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.FeedbackModal-module__ONZsQG__actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.FeedbackModal-module__ONZsQG__dropzone{grid-template-columns:auto minmax(0,1fr)}.FeedbackModal-module__ONZsQG__dropzone>button{grid-column:1/-1;width:100%}.FeedbackModal-module__ONZsQG__actions>*{width:100%}}
@property --gc-pos-x{syntax:"<percentage>";inherits:false;initial-value:11.14%}@property --gc-pos-y{syntax:"<percentage>";inherits:false;initial-value:140%}@property --gc-spread-x{syntax:"<percentage>";inherits:false;initial-value:150%}@property --gc-spread-y{syntax:"<percentage>";inherits:false;initial-value:180.06%}@property --gc-color-1{syntax:"<color>";inherits:false;initial-value:#fff}@property --gc-color-2{syntax:"<color>";inherits:false;initial-value:#fff}@property --gc-color-3{syntax:"<color>";inherits:false;initial-value:#fff}@property --gc-color-4{syntax:"<color>";inherits:false;initial-value:#fff}@property --gc-color-5{syntax:"<color>";inherits:false;initial-value:#fff}@property --gc-border-angle{syntax:"<angle>";inherits:false;initial-value:20deg}@property --gc-border-color-1{syntax:"<color>";inherits:false;initial-value:#e5e5e5}@property --gc-border-color-2{syntax:"<color>";inherits:false;initial-value:#52525226}@property --gc-stop-1{syntax:"<percentage>";inherits:false;initial-value:37.35%}@property --gc-stop-2{syntax:"<percentage>";inherits:false;initial-value:61.36%}@property --gc-stop-3{syntax:"<percentage>";inherits:false;initial-value:78.42%}@property --gc-stop-4{syntax:"<percentage>";inherits:false;initial-value:89.52%}@property --gc-stop-5{syntax:"<percentage>";inherits:false;initial-value:100%}:root{--font-heading:"Manrope","Inter",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;--font-body:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;--font-mono:"IBM Plex Sans",ui-monospace,SFMono-Regular,Menlo,monospace;--text-2xs:11px;--text-xs:12px;--text-body:13px;--text-sm:14px;--text-md:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:32px;--text-4xl:40px;--text-5xl:52px;--leading-tight:1.1;--leading-snug:1.2;--leading-normal:1.45;--leading-relaxed:1.6;--tracking-tight:-.03em;--tracking-normal:-.01em;--tracking-wide:0;--space-0:0;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-14:56px;--space-16:64px;--space-20:80px;--space-24:96px;--radius-none:0;--radius-2xs:6px;--radius-xs:8px;--radius-sm:12px;--radius-md:16px;--radius-lg:20px;--radius-xl:24px;--radius-2xl:32px;--radius-pill:9999px;--duration-instant:0s;--duration-fast:.2s;--duration-medium:.3s;--duration-slow:.5s;--duration-slower:.7s;--ease-standard:cubic-bezier(.2,0,0,1);--ease-emphasized:cubic-bezier(.2,.8,.2,1);--ease-entrance:cubic-bezier(.16,1,.3,1);--ease-exit:cubic-bezier(.7,0,.84,0);--transition-color:color var(--duration-fast)var(--ease-standard),background-color var(--duration-fast)var(--ease-standard),border-color var(--duration-fast)var(--ease-standard);--transition-transform:transform var(--duration-medium)var(--ease-emphasized);--transition-shadow:box-shadow var(--duration-medium)var(--ease-standard);--z-base:0;--z-sticky:20;--z-dropdown:30;--z-popover:40;--z-modal:50;--z-toast:60;--z-tooltip:70;--brand:#4a5ee0;--brand-hover:#3b50cc;--brand-halo:#4a5ee02e;--brand-soft:#ecedff;--brand-soft-2:#d8dcf8;--brand-button-bg:#2d3fa5;--brand-button-bg-hover:#3549b8;--brand-halo-soft:#4a5ee01f;--color-white:#fff;--color-black:#0b0b0b;--background:#fbfcfe;--foreground:#0f172a;--bodycolor:#f4f6f9;--fg-1:#0f172a;--fg-2:#475569;--fg-3:#111827;--font-color:#0f172a;--font-sub-color:#475569;--font-soft-color:#64748b;--card-background:#fff;--surface-1:#fff;--surface-2:#f8fafc;--surface-3:#f3f7fb;--surface-3-hov:#eef3f8;--buttons-pills:#f1f5f9;--buttons-pills-hov:#e2e8f0;--surface-card:#f7f9fc;--surface-card-liquid:#f7f9fcad;--button-secondary-bg:#fff;--button-secondary-bg-hover:#f8fafc;--button-secondary-bg-active:#f1f5f9;--button-secondary-text:#0f172a;--button-secondary-border:#dbe3ec;--button-secondary-border-hover:#cbd5e1;--button-soft-bg:var(--surface-2);--button-soft-bg-hover:var(--surface-3-hov);--button-soft-bg-active:var(--surface-3);--button-soft-text:var(--fg-2);--button-soft-text-hover:var(--fg-1);--button-soft-border:color-mix(in oklab,var(--border-color)72%,transparent);--button-soft-border-hover:var(--border-color);--border-color:#e2e8f0;--border-color-strong:#d0dae6;--shadow-color:#0f172a0f;--shadow-color-strong:#0f172a1a;--shadow-xs:0 1px 1px #0f172a09;--shadow-sm:0 1px 2px #0f172a0b;--shadow-md:0 8px 24px var(--shadow-color);--shadow-lg:0 16px 40px var(--shadow-color-strong);--control-shadow:none;--control-shadow-hover:none;--control-shadow-pressed:none;--control-bottom-edge:#0f172a0f;--control-highlight:#ffffff61;--control-highlight-strong:#ffffff7a;--focus-neutral-inner:color-mix(in oklab,var(--fg-2)32%,var(--border-color-strong));--focus-neutral-fill:color-mix(in oklab,var(--fg-2)4%,var(--surface-1));--focus-neutral-ring:color-mix(in oklab,var(--fg-2)14%,transparent);--focus-neutral-glow:color-mix(in oklab,var(--fg-2)5%,transparent);--focus-brand-inner:color-mix(in oklab,var(--brand)58%,var(--border-color-strong));--focus-brand-fill:color-mix(in oklab,var(--brand)7%,var(--surface-1));--focus-brand-ring:color-mix(in oklab,var(--brand)22%,transparent);--focus-brand-glow:color-mix(in oklab,var(--brand)7%,transparent);--focus-danger-inner:color-mix(in oklab,var(--destructive)64%,var(--border-color));--focus-danger-fill:color-mix(in oklab,var(--destructive)11%,var(--surface-1));--focus-danger-ring:color-mix(in oklab,var(--destructive)22%,transparent);--focus-danger-glow:color-mix(in oklab,var(--destructive)7%,transparent);--focus-inner:var(--focus-neutral-inner);--focus-gap:transparent;--focus-ring:var(--focus-neutral-ring);--focus-glow:var(--focus-neutral-glow);--success:#16a34a;--success-soft:#eaf8ef;--warning:#f59e0b;--warning-soft:#fff6e5;--destructive:#ef4444;--destructive-strong:#ef4444;--destructive-soft:color-mix(in oklab,var(--destructive)7%,var(--surface-1));--destructive-hover-soft:color-mix(in oklab,var(--destructive)13%,var(--surface-1));--destructive-active-soft:color-mix(in oklab,var(--destructive)17%,var(--surface-1));--destructive-border:color-mix(in oklab,var(--destructive)28%,var(--border-color));--destructive-hover-border:color-mix(in oklab,var(--destructive)48%,var(--border-color));--destructive-focus-ring:color-mix(in oklab,var(--destructive)18%,transparent);--info:#2497d8;--info-soft:#eef7ff;--button-primary-bg:#18181b;--button-primary-bg-hover:#232327;--button-primary-bg-active:#111114;--button-primary-text:#fff;--button-primary-border:#18181b;--button-primary-border-hover:#232327;--button-primary-shadow:none;--button-primary-shadow-hover:none;--button-primary-shadow-active:none;--radius-button:8px;--radius-button-sm:7px;--radius-icon:9999px;--btn-sm-h:28px;--btn-md-h:32px;--btn-lg-h:36px;--btn-sm-px:11px;--btn-md-px:13px;--btn-lg-px:15px;--btn-sm-gap:4px;--btn-md-gap:5px;--btn-lg-gap:6px;--btn-sm-fs:12px;--btn-md-fs:13px;--btn-lg-fs:13px;--btn-sm-icon:13px;--btn-md-icon:14px;--btn-lg-icon:15px;--btn-text-radius:var(--radius-pill);--btn-tool-radius:10px;--color-light:#f7f8fa;--color-gray:#6b7280;--accent-orange:#fff6e5;--accent-purple:#f3edff;--accent-green:#eaf8ef;--accent-blue:#ecedff;--accent-red:#fff0f0;--accent-bright-orange:#f59e0b;--accent-bright-purple:#8b5cf6;--accent-bright-green:#16a34a;--accent-bright-blue:#4a5ee0;--accent-bright-red:#ef4444;--conver-blue-1:#4a5ee0;--conver-blue-2:#d8dcf8;--bg-app:var(--background);--bg-body:var(--bodycolor);--bg-card:var(--card-background);--text-primary:var(--font-color);--text-secondary:var(--font-sub-color);--text-muted:var(--font-soft-color);--border-default:var(--border-color);--border-strong:var(--border-color-strong);--fx-card-base:var(--surface-1);--fx-gradient-border-default-1:#e2e8f0c7;--fx-gradient-border-default-2:#94a3b82e;--fx-gradient-border-hover-1:#fffffff5;--fx-gradient-border-hover-2:#94a3b847;--fx-overlay-backdrop:#0f172ab8;--modal-backdrop-bg:#0f172a3d;--glass-panel-bg:#ffffffb3;--glass-panel-bg-soft:#ffffffa8;--glass-panel-bg-strong:#f8fafcf0;--glass-panel-border:#dfdfdfd6;--glass-grad-top:#bdbdbd29;--glass-grad-mid:#c0c0c014;--glass-grad-bottom:#b0b0b008;--glass-panel-border-soft:#ffffffbd;--glass-panel-shadow:0 4px 24px #0f172a0f,inset 0 1px 0 #ffffffe6;--glass-panel-shadow-soft:0 2px 16px #0f172a0d,inset 0 1px 0 #ffffffe0;--nav-item-active-bg:#e6edf5;--nav-item-hover-bg:#eaf0f6;--nav-avatar-bg:#f8fafc;--nav-toolbar-bg:#fffffff5;--nav-sidebar-bg:#f1f4f8;--nav-content-bg:#fbfcfe;--app-bg-hsl:210 50% 99%;--app-fg-hsl:222 47% 11%;--app-card-hsl:0 0% 100%;--app-muted-hsl:210 40% 96%;--app-muted-foreground-hsl:215 16% 47%;--app-border-hsl:214 32% 91%;--app-input-hsl:214 32% 91%;--app-ring-hsl:232 71% 58%;--shell-page-bg:var(--bg-body);--sidebar-gradient-color-1:color-mix(in oklab,var(--surface-1)78%,var(--brand-soft));--sidebar-gradient-color-2:color-mix(in oklab,var(--surface-2)84%,var(--brand-soft-2));--sidebar-gradient-color-3:color-mix(in oklab,var(--surface-3)86%,var(--brand-soft));--sidebar-gradient-duration:12s;--sidebar-blur:12px}html[data-theme=dark]{--brand:#6f7ff0;--brand-hover:#8491ff;--brand-halo:#6f7ff01f;--brand-soft:#6f7ff01f;--brand-soft-2:#6f7ff033;--brand-button-bg:#6f7ff0;--brand-button-bg-hover:#8491ff;--brand-halo-soft:#6f7ff01f;--color-white:#fefefe;--color-black:#0b0b0b;--background:#171717;--foreground:#f5f7fa;--bodycolor:#060606;--fg-1:#f5f7fa;--fg-2:#a7adbb;--fg-3:#fefefe;--font-color:#f5f7fa;--font-sub-color:#a7adbb;--font-soft-color:#8a92a2;--card-background:#1a1a1d;--surface-1:#121213;--surface-2:#171719;--surface-3:#232328;--surface-3-hov:#16161a80;--buttons-pills:#17171a;--buttons-pills-hov:#1e1e20;--surface-card:#171719;--surface-card-liquid:#171719b8;--button-secondary-bg:#1b1c20;--button-secondary-bg-hover:#23252b;--button-secondary-bg-active:#17191d;--button-secondary-text:#f5f7fa;--button-secondary-border:#2a2c33;--button-secondary-border-hover:#383b44;--button-soft-bg:var(--surface-2);--button-soft-bg-hover:var(--surface-3-hov);--button-soft-bg-active:var(--surface-3);--button-soft-text:var(--fg-2);--button-soft-text-hover:var(--fg-1);--button-soft-border:color-mix(in oklab,var(--border-color)72%,transparent);--button-soft-border-hover:var(--border-color);--border-color:#1c1c1c;--border-color-strong:#202027;--shadow-color:#0006;--shadow-color-strong:#00000094;--shadow-xs:0 1px 1px #0000002e;--shadow-sm:0 1px 2px #00000038;--shadow-md:0 8px 24px var(--shadow-color);--shadow-lg:0 16px 40px var(--shadow-color-strong);--control-shadow:none;--control-shadow-hover:none;--control-shadow-pressed:none;--control-bottom-edge:#00000057;--control-highlight:#ffffff08;--control-highlight-strong:#ffffff0d;--focus-neutral-inner:color-mix(in oklab,var(--fg-2)42%,var(--border-color-strong));--focus-neutral-fill:color-mix(in oklab,var(--fg-2)7%,var(--surface-1));--focus-neutral-ring:color-mix(in oklab,var(--fg-2)18%,transparent);--focus-neutral-glow:color-mix(in oklab,var(--fg-2)6%,transparent);--focus-brand-inner:color-mix(in oklab,var(--brand)62%,var(--border-color-strong));--focus-brand-fill:color-mix(in oklab,var(--brand)12%,var(--surface-1));--focus-brand-ring:color-mix(in oklab,var(--brand)26%,transparent);--focus-brand-glow:color-mix(in oklab,var(--brand)8%,transparent);--focus-danger-inner:color-mix(in oklab,var(--destructive)66%,var(--border-color));--focus-danger-fill:color-mix(in oklab,var(--destructive)17%,var(--surface-1));--focus-danger-ring:color-mix(in oklab,var(--destructive)24%,transparent);--focus-danger-glow:color-mix(in oklab,var(--destructive)8%,transparent);--focus-inner:var(--focus-neutral-inner);--focus-gap:transparent;--focus-ring:var(--focus-neutral-ring);--focus-glow:var(--focus-neutral-glow);--success:#22c55e;--success-soft:#22c55e24;--warning:#f59e0b;--warning-soft:#f59e0b24;--destructive:#ef4444;--destructive-strong:#ef4444;--destructive-soft:color-mix(in oklab,var(--destructive)12%,var(--surface-1));--destructive-hover-soft:color-mix(in oklab,var(--destructive)20%,var(--surface-1));--destructive-active-soft:color-mix(in oklab,var(--destructive)25%,var(--surface-1));--destructive-border:color-mix(in oklab,var(--destructive)34%,var(--border-color));--destructive-hover-border:color-mix(in oklab,var(--destructive)56%,var(--border-color));--destructive-focus-ring:color-mix(in oklab,var(--destructive)22%,transparent);--info:#5bbcff;--info-soft:#5bbcff24;--button-primary-bg:#eef0f5;--button-primary-bg-hover:#fff;--button-primary-bg-active:#d8dce6;--button-primary-text:#111318;--button-primary-border:#eef0f5;--button-primary-border-hover:#fff;--button-primary-shadow:none;--button-primary-shadow-hover:none;--button-primary-shadow-active:none;--color-light:#202126;--color-gray:#a7adbb;--accent-orange:#f59e0b24;--accent-purple:#8b5cf624;--accent-green:#22c55e24;--accent-blue:#4f63e624;--accent-red:#ef444424;--accent-bright-orange:#f59e0b;--accent-bright-purple:#8b5cf6;--accent-bright-green:#22c55e;--accent-bright-blue:#4f63e6;--accent-bright-red:#ef4444;--conver-blue-1:#4f63e6;--conver-blue-2:#4f63e633;--bg-app:var(--background);--bg-body:var(--bodycolor);--bg-card:var(--card-background);--text-primary:var(--font-color);--text-secondary:var(--font-sub-color);--text-muted:var(--font-soft-color);--border-default:var(--border-color);--border-strong:var(--border-color-strong);--fx-card-base:#1a1a1d;--fx-gradient-border-default-1:#ffffff1a;--fx-gradient-border-default-2:#ffffff0a;--fx-gradient-border-hover-1:#ffffff2e;--fx-gradient-border-hover-2:#ffffff14;--fx-overlay-backdrop:#000000bd;--modal-backdrop-bg:#0006;--glass-panel-bg:#1d1d20e0;--glass-panel-bg-soft:#1d1d20d6;--glass-panel-bg-strong:#18181af0;--glass-panel-border:#4545451f;--glass-grad-top:#2d2d2d29;--glass-grad-mid:#ffffff14;--glass-grad-bottom:#ffffff08;--glass-panel-border-soft:#ffffff1f;--glass-panel-shadow:0 6px 28px #00000061,inset 0 1px 0 #ffffff0f;--glass-panel-shadow-soft:0 3px 18px #00000057,inset 0 1px 0 #ffffff0f;--nav-item-active-bg:#ffffff24;--nav-item-hover-bg:#ffffff14;--nav-avatar-bg:#ffffff1a;--nav-toolbar-bg:#18181af2;--nav-sidebar-bg:color-mix(in oklab,var(--surface-2)88%,var(--background));--nav-content-bg:var(--bodycolor);--app-bg-hsl:0 0% 9%;--app-fg-hsl:210 20% 96%;--app-card-hsl:225 8% 12%;--app-muted-hsl:225 8% 16%;--app-muted-foreground-hsl:220 11% 70%;--app-border-hsl:225 10% 23%;--app-input-hsl:225 10% 23%;--app-ring-hsl:232 75% 61%;--logo-spinner-filter:invert(1)}html[data-palette=spirit-white]{--bodycolor:#f4f6f9;--surface-1:#fff;--surface-2:#f8fafc;--surface-3:#f3f7fb;--surface-3-hov:#eef3f8;--fg-1:#0f172a;--fg-2:#475569;--fg-3:#111827;--border-color:#e2e8f0;--border-color-strong:#d0dae6;--brand:#4a5ee0;--brand-soft:#ecedff;--brand-soft-2:#d8dcf8}html[data-palette=crafted]{--bodycolor:#f2f4f7;--surface-1:#fffefe;--surface-2:#f8fafc;--surface-3:#f0f5fb;--surface-3-hov:#e8eff7;--fg-1:#101624;--fg-2:#4b586b;--fg-3:#202838;--border-color:#dfe5ed;--border-color-strong:#cbd5e1;--brand:#4b5fe1;--brand-soft:#f0f1ff;--brand-soft-2:#dfe3fb}html[data-palette=graphite-paper]{--bodycolor:#f3f3f1;--surface-1:#fff;--surface-2:#f7f7f5;--surface-3:#eeeeeb;--surface-3-hov:#e8e8e4;--fg-1:#151515;--fg-2:#60605c;--fg-3:#2b2b29;--border-color:#deded9;--border-color-strong:#cfcfc8;--brand:#4f63e6;--brand-soft:#eceefd;--brand-soft-2:#dce1fb}html[data-palette=iced-indigo]{--bodycolor:#f1f6fb;--surface-1:#fff;--surface-2:#f8fbff;--surface-3:#edf5fd;--surface-3-hov:#e3eef9;--fg-1:#0d1b2f;--fg-2:#485c73;--fg-3:#1c2d45;--border-color:#d8e6f4;--border-color-strong:#bfd2e6;--brand:#465ee4;--brand-soft:#edf1ff;--brand-soft-2:#d9e2ff}html[data-palette=executive-light]{--bodycolor:#f2f4f8;--surface-1:#fbfcfe;--surface-2:#f5f7fb;--surface-3:#ebf0f6;--surface-3-hov:#e2e9f2;--fg-1:#0b1220;--fg-2:#465266;--fg-3:#1d2636;--border-color:#d9e1ec;--border-color-strong:#c3cedc;--brand:#4458d7;--brand-soft:#eceeff;--brand-soft-2:#d8ddfa}html[data-palette=liquid-shine]{--bodycolor:#f5f7fb;--surface-1:#fff;--surface-2:#fafcff;--surface-3:#f0f5fb;--surface-3-hov:#e8f0f8;--fg-1:#111827;--fg-2:#4b5a6f;--fg-3:#1f2937;--border-color:#e0e8f2;--border-color-strong:#c8d5e4;--brand:#4a5ee0;--brand-soft:#eef0ff;--brand-soft-2:#dce1fb}html[data-palette=ruby-twilight]{--bodycolor:#080506;--surface-1:#141014;--surface-2:#1b1218;--surface-3:#26161f;--surface-3-hov:#321b27;--fg-1:#fff5f7;--fg-2:#c7aab4;--fg-3:#fff;--border-color:#2a1821;--border-color-strong:#412232;--brand:#e0526f;--brand-soft:#e0526f24;--brand-soft-2:#e0526f3d}html[data-palette=ukiyo-ink]{--bodycolor:#1f1f28;--surface-1:#252535;--surface-2:#2a2a37;--surface-3:#363646;--surface-3-hov:#424257;--fg-1:#dcd7ba;--fg-2:#c8c093;--fg-3:#f2e5bc;--border-color:#3a3a4a;--border-color-strong:#54546d;--brand:#7e9cd8;--brand-soft:#7e9cd824;--brand-soft-2:#7e9cd83d;--app-bg-hsl:240 13% 14%;--app-fg-hsl:45 31% 80%;--app-card-hsl:240 18% 18%;--app-muted-hsl:240 15% 22%;--app-muted-foreground-hsl:48 29% 68%;--app-border-hsl:240 12% 26%;--app-input-hsl:240 12% 26%;--app-ring-hsl:219 55% 67%}html[data-palette=midnight-neon]{--bodycolor:#1a1b26;--surface-1:#1f2335;--surface-2:#24283b;--surface-3:#292e42;--surface-3-hov:#30364d;--fg-1:#c0caf5;--fg-2:#a9b1d6;--fg-3:#d5dbff;--border-color:#30354d;--border-color-strong:#414868;--brand:#7aa2f7;--brand-soft:#7aa2f724;--brand-soft-2:#7aa2f73d;--app-bg-hsl:235 19% 13%;--app-fg-hsl:229 73% 86%;--app-card-hsl:229 26% 16%;--app-muted-hsl:230 24% 19%;--app-muted-foreground-hsl:228 34% 75%;--app-border-hsl:230 23% 25%;--app-input-hsl:230 23% 25%;--app-ring-hsl:221 89% 72%}html[data-palette=night-stalker]{--bodycolor:#020204;--surface-1:#09090b;--surface-2:#0d0d10;--surface-3:#15151a;--surface-3-hov:#1b1b22;--fg-1:#f7f7fb;--fg-2:#9ba1ae;--fg-3:#fff;--border-color:#141418;--border-color-strong:#24242c;--brand:#7f8cff;--brand-soft:#7f8cff1f;--brand-soft-2:#7f8cff38}html[data-palette]:not([data-palette=shadows]){--font-color:var(--fg-1);--font-sub-color:var(--fg-2);--font-soft-color:color-mix(in oklab,var(--fg-2)82%,transparent);--card-background:var(--surface-1);--color-light:var(--surface-3);--color-gray:var(--fg-2);--button-secondary-bg:var(--surface-1);--button-secondary-bg-hover:var(--surface-2);--button-secondary-bg-active:var(--surface-3);--button-secondary-text:var(--fg-1);--button-secondary-border:var(--border-color);--button-secondary-border-hover:var(--border-color-strong);--button-soft-bg:var(--surface-2);--button-soft-bg-hover:var(--surface-3-hov);--button-soft-bg-active:var(--surface-3);--button-soft-text:var(--fg-2);--button-soft-text-hover:var(--fg-1)}html[data-theme=light][data-palette]{--app-bg-hsl:210 30% 98%;--app-fg-hsl:222 47% 11%;--app-card-hsl:0 0% 100%;--app-muted-hsl:210 24% 95%;--app-muted-foreground-hsl:216 14% 40%;--app-border-hsl:214 24% 88%;--app-input-hsl:214 24% 88%;--app-ring-hsl:232 71% 58%;--button-primary-bg:var(--fg-1);--button-primary-bg-hover:color-mix(in oklab,var(--fg-1)88%,var(--brand));--button-primary-bg-active:color-mix(in oklab,var(--fg-1)94%,#000);--button-primary-text:var(--surface-1);--button-primary-border:var(--button-primary-bg);--button-primary-border-hover:var(--button-primary-bg-hover);--surface-card-liquid:color-mix(in oklab,var(--surface-1)72%,transparent);--modal-backdrop-bg:color-mix(in oklab,var(--fg-1)18%,transparent);--glass-panel-bg:color-mix(in oklab,var(--surface-1)72%,transparent);--glass-panel-bg-soft:color-mix(in oklab,var(--surface-1)66%,transparent);--glass-panel-bg-strong:color-mix(in oklab,var(--surface-1)94%,transparent);--glass-panel-border:color-mix(in oklab,var(--border-color)82%,transparent);--glass-panel-border-soft:#ffffffb8;--glass-grad-top:color-mix(in oklab,var(--surface-1)24%,transparent);--glass-grad-mid:color-mix(in oklab,var(--surface-2)16%,transparent);--glass-grad-bottom:color-mix(in oklab,var(--surface-3)8%,transparent);--nav-item-active-bg:color-mix(in oklab,var(--brand-soft)66%,var(--surface-2));--nav-item-hover-bg:var(--surface-3-hov);--nav-avatar-bg:var(--surface-2);--nav-toolbar-bg:color-mix(in oklab,var(--surface-1)94%,transparent);--nav-sidebar-bg:color-mix(in oklab,var(--surface-2)82%,var(--bodycolor));--nav-content-bg:var(--bodycolor)}html[data-theme=dark][data-palette]:not([data-palette=shadows]){--app-bg-hsl:236 17% 13%;--app-fg-hsl:226 40% 88%;--app-card-hsl:234 18% 16%;--app-muted-hsl:235 16% 20%;--app-muted-foreground-hsl:228 23% 72%;--app-border-hsl:235 15% 26%;--app-input-hsl:235 15% 26%;--app-ring-hsl:222 73% 70%;--button-primary-bg:color-mix(in oklab,var(--fg-1)90%,var(--brand));--button-primary-bg-hover:color-mix(in oklab,var(--fg-1)96%,var(--brand));--button-primary-bg-active:color-mix(in oklab,var(--fg-1)82%,var(--brand));--button-primary-text:var(--bodycolor);--button-primary-border:var(--button-primary-bg);--button-primary-border-hover:var(--button-primary-bg-hover);--surface-card-liquid:color-mix(in oklab,var(--surface-1)82%,transparent);--modal-backdrop-bg:#00000094;--glass-panel-bg:color-mix(in oklab,var(--surface-1)84%,transparent);--glass-panel-bg-soft:color-mix(in oklab,var(--surface-1)78%,transparent);--glass-panel-bg-strong:color-mix(in oklab,var(--surface-1)94%,transparent);--glass-panel-border:color-mix(in oklab,var(--border-color)82%,transparent);--glass-panel-border-soft:color-mix(in oklab,var(--fg-1)9%,transparent);--glass-grad-top:color-mix(in oklab,var(--brand)10%,transparent);--glass-grad-mid:color-mix(in oklab,var(--fg-1)5%,transparent);--glass-grad-bottom:color-mix(in oklab,var(--surface-3)8%,transparent);--nav-item-active-bg:color-mix(in oklab,var(--brand-soft)72%,var(--surface-2));--nav-item-hover-bg:color-mix(in oklab,var(--surface-3)76%,transparent);--nav-avatar-bg:color-mix(in oklab,var(--fg-1)8%,transparent);--nav-toolbar-bg:color-mix(in oklab,var(--surface-1)92%,transparent);--nav-sidebar-bg:color-mix(in oklab,var(--surface-2)88%,var(--bodycolor));--nav-content-bg:var(--bodycolor)}html[data-palette=ukiyo-ink]{--app-bg-hsl:240 13% 14%;--app-fg-hsl:45 31% 80%;--app-card-hsl:240 18% 18%;--app-muted-hsl:240 15% 22%;--app-muted-foreground-hsl:48 29% 68%;--app-border-hsl:240 12% 26%;--app-input-hsl:240 12% 26%;--app-ring-hsl:219 55% 67%}html[data-palette=midnight-neon]{--app-bg-hsl:235 19% 13%;--app-fg-hsl:229 73% 86%;--app-card-hsl:229 26% 16%;--app-muted-hsl:230 24% 19%;--app-muted-foreground-hsl:228 34% 75%;--app-border-hsl:230 23% 25%;--app-input-hsl:230 23% 25%;--app-ring-hsl:221 89% 72%}
@font-face{font-family:Manrope;src:url(/fonts/Manrope-VariableFont_wght.ttf)format("truetype");font-weight:200 800;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter.woff2)format("woff2"),url(/fonts/Inter.ttf)format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf)format("truetype");font-style:normal;font-weight:100 900;font-display:swap}
*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,AA Stetica;line-height:1.5;font-family:var(--font-body),AA Stetica,Inter,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-body,"Inter",system-ui,sans-serif);font-feature-settings:"kern";font-kerning:normal;font-synthesis:none;text-rendering:optimizeLegibility;border-color:#e1e7ef;border-color:hsl(var(--border))}body,button,input,textarea,select,label,p,span,div,table{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-body,"Inter",system-ui,sans-serif)}h1,h2,h3,.display-title,.page-title,.metric-value{font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-heading,"Manrope","Inter",system-ui,sans-serif);letter-spacing:-.03em;letter-spacing:var(--tracking-tight);line-height:1.1;line-height:var(--leading-tight);font-weight:500}code,kbd,pre,.font-mono{font-family:IBM Plex Sans,ui-monospace,SFMono-Regular,Menlo,monospace;font-family:var(--font-mono,"IBM Plex Sans",ui-monospace,Menlo,monospace)}h1{font-size:max(40px,min(4vw,52px));font-size:max(var(--text-4xl),min(4vw,var(--text-5xl)))}h2{font-size:max(24px,min(2.4vw,32px));font-size:max(var(--text-2xl),min(2.4vw,var(--text-3xl)))}h3{font-size:max(20px,min(2vw,24px));font-size:max(var(--text-xl),min(2vw,var(--text-2xl)))}body{background-color:hsl(#fbfcfe);background-color:hsl(var(--background));color:hsl(var(--foreground))}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.resize{resize:both}.items-center{align-items:center}.gap-2{gap:.5rem}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:1.5rem;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-top:1.5rem;margin-top:calc(1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-border{border-color:#e1e7ef;border-color:hsl(var(--border))}.bg-card{background-color:#fff;background-color:hsl(var(--card))}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.text-foreground{color:hsl(var(--foreground))}.outline{outline-style:solid}.blur{--tw-blur:blur(8px);filter:var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)}.filter{filter:var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:1;opacity:var(--tw-enter-opacity,1);transform:translate(0,0)scale(1)rotate(0);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:1;opacity:var(--tw-exit-opacity,1);transform:translate(0,0)scale(1)rotate(0);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0))}}.\!running{animation-play-state:running!important}.running{animation-play-state:running}:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-body,"Inter",ui-sans-serif,system-ui,sans-serif);--background:var(--app-bg-hsl);--foreground:var(--app-fg-hsl);--card:var(--app-card-hsl);--card-foreground:var(--app-fg-hsl);--popover:var(--app-card-hsl);--popover-foreground:var(--app-fg-hsl);--primary:var(--app-fg-hsl);--primary-foreground:var(--app-bg-hsl);--secondary:var(--app-muted-hsl);--secondary-foreground:var(--app-fg-hsl);--muted:var(--app-muted-hsl);--muted-foreground:var(--app-muted-foreground-hsl);--accent:var(--app-muted-hsl);--accent-foreground:var(--app-fg-hsl);--destructive-hsl:0 84% 60%;--destructive-foreground-hsl:0 0% 98%;--border:var(--app-border-hsl);--input:var(--app-input-hsl);--ring:var(--app-ring-hsl);--radius:var(--radius-xs)}html{color:var(--font-color);min-height:100%;background:#f4f6f9;background:var(--bodycolor);scrollbar-gutter:stable}html[data-theme=light]{--csstools-color-scheme--light:initial;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--csstools-color-scheme--light: ;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{color:var(--font-color);min-height:100dvh;background-color:#f4f6f9;background-color:var(--bodycolor);margin:0}html[data-theme=dark] body{background-color:#f4f6f9;background-color:var(--bodycolor)}img,video,canvas{overflow:clip}button,a,input,select,textarea,[tabindex]:not([tabindex="-1"]){outline:none}:focus,:focus-visible{outline:none!important}:focus,:focus-visible{box-shadow:none;outline:none!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9;background:hsl(var(--muted))}::-webkit-scrollbar-thumb{background:#e1e7ef;background:hsl(var(--border));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#65758b80;background:hsl(var(--muted-foreground)/.5)}::selection{background:#2662d933}@keyframes offer-border-move{0%{background-position:0 0}to{background-position:40px 0}}@keyframes sidebar-gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes blob-drift-a{0%,to{transform:translate(0%)scale(1)}25%{transform:translate(3%,-4%)scale(1.06)}60%{transform:translate(-2%,3%)scale(.96)}}@keyframes blob-drift-b{0%,to{transform:translate(0%)scale(1)}35%{transform:translate(-4%,2%)scale(1.04)}70%{transform:translate(2%,-3%)scale(.97)}}@keyframes blob-drift-c{0%,to{transform:translate(0%)scale(1)}20%{transform:translate(2%,4%)scale(.97)}55%{transform:translate(-3%,-2%)scale(1.05)}}@keyframes theme-icon-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hover\:bg-accent:hover{background-color:#f1f5f9;background-color:hsl(var(--accent))}.focus\:outline-none:focus,.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.active\:outline-none:active{outline-offset:2px;outline:2px solid #0000}
.conv-shell{--conv-shell-sidebar-width:240px;--conv-shell-right-gap:12px;--conv-page-inline-padding:var(--space-6);background:#f4f6f9;background:var(--bodycolor);min-height:100dvh;padding-right:12px;display:flex}[data-account-card],[data-offer-id],[data-offer-card]{scroll-margin-top:88px;scroll-margin-top:calc(var(--space-8) + 56px)}.conv-sidebar{background:#f4f6f9;background:var(--bodycolor);width:240px;padding:12px;padding:var(--space-3)var(--space-3);border-right:0;flex-direction:column;flex-shrink:0;gap:2px;height:100vh;display:flex;position:sticky;top:0}.conv-brand{align-items:center;gap:8px;gap:var(--space-2);padding:8px 8px 16px;padding:var(--space-2)var(--space-2)var(--space-4);display:flex}.conv-brand img{width:22px;height:22px}.conv-brand span{font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-heading);font-size:16px;font-weight:600;font-size:var(--text-md);letter-spacing:-.02em}.conv-nav-group{margin-top:4px;margin-top:var(--space-1);flex-direction:column;gap:1px;display:flex}.conv-section-label{font-size:11px;font-size:var(--text-2xs);color:var(--fg-3);text-transform:none;letter-spacing:0;padding:8px 7px 4px;padding:var(--space-2)7px var(--space-1);font-weight:560}.conv-nav-item{align-items:center;gap:8px;gap:var(--space-2);min-height:34px;padding:0 8px;padding:0 var(--space-2);border-radius:10px;border-radius:var(--btn-tool-radius,var(--radius-xs));color:var(--fg-2);font-size:14px;font-size:var(--text-sm);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s cubic-bezier(.2,0,0,1),border-color .2s cubic-bezier(.2,0,0,1),color .2s cubic-bezier(.2,0,0,1),box-shadow .2s cubic-bezier(.2,0,0,1),transform .2s cubic-bezier(.2,0,0,1),opacity .2s cubic-bezier(.2,0,0,1);transition:background var(--duration-fast)var(--ease-standard),border-color var(--duration-fast)var(--ease-standard),color var(--duration-fast)var(--ease-standard),box-shadow var(--duration-fast)var(--ease-standard),transform var(--duration-fast)var(--ease-standard),opacity var(--duration-fast)var(--ease-standard);background:0 0;border:1px solid #0000;font-weight:500;line-height:1;-webkit-text-decoration:none;text-decoration:none;display:flex}.conv-nav-item:hover,.conv-nav-item.state-hover{background:#eef3f8;background:var(--surface-3-hov);color:var(--fg-1);box-shadow:inset 0 1px #ffffff61,0 1px 1px #0f172a09;box-shadow:inset 0 1px 0 var(--control-highlight),var(--shadow-xs);border-color:#e2e8f0c2}@supports (color:color-mix(in lch, red, blue)){.conv-nav-item:hover,.conv-nav-item.state-hover{border-color:color-mix(in oklab,var(--border-color)76%,transparent)}}.conv-nav-item:active,.conv-nav-item.state-active{background:#f3f7fb;background:var(--surface-3);border-color:#d0dae6;border-color:var(--border-color-strong);color:var(--fg-1);font-weight:550;transform:translateY(.5px);box-shadow:inset 0 1px #ffffff27}@supports (color:color-mix(in lch, red, blue)){.conv-nav-item:active,.conv-nav-item.state-active{box-shadow:inset 0 1px 0 color-mix(in oklab,var(--control-highlight)40%,transparent)}}.conv-nav-item:focus-visible,.conv-nav-item.state-focus{background:#f7f8f9;background:var(--focus-neutral-fill);border-color:#a2adbc;border-color:var(--focus-inner);color:var(--fg-1);box-shadow:inset 0 0 0 1px #a2adbc,inset 0 1px #ffffff7a;box-shadow:inset 0 0 0 1px var(--focus-inner),inset 0 1px 0 var(--control-highlight-strong);outline:none}.conv-nav-item.active{color:var(--fg-1);background:#f3f5fd;border-color:#b3c3ef;box-shadow:inset 0 1px #ffffff2d}@supports (color:color-mix(in lch, red, blue)){.conv-nav-item.active{background:color-mix(in oklab,var(--brand-soft)42%,var(--surface-2));border-color:color-mix(in oklab,var(--brand)28%,var(--border-color));box-shadow:inset 0 1px 0 color-mix(in oklab,var(--control-highlight)46%,transparent)}}.conv-nav-item.active:hover{background:#f1f3fe;border-color:#a0b3ee}@supports (color:color-mix(in lch, red, blue)){.conv-nav-item.active:hover{background:color-mix(in oklab,var(--brand-soft)54%,var(--surface-2));border-color:color-mix(in oklab,var(--brand)40%,var(--border-color))}}.conv-nav-item.disabled,.conv-nav-item:disabled{cursor:not-allowed;opacity:.42;pointer-events:none}.conv-nav-item svg{color:currentColor;flex-shrink:0;width:16px;height:16px}.conv-nav-item.active svg{color:var(--brand)}.conv-nav-item>span:not(.conv-nav-count){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.conv-nav-count{border-radius:9999px;border-radius:var(--radius-pill);background:#f3f7fb;background:var(--surface-3);color:var(--fg-3);min-width:20px;height:18px;font-size:11px;font-size:var(--text-2xs);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;justify-content:center;align-items:center;margin-left:auto;padding:0 6px;font-weight:650;display:inline-flex}.conv-nav-item:hover .conv-nav-count,.conv-nav-item.state-hover .conv-nav-count{color:var(--fg-2);background:#f8fafc;background:var(--surface-2)}.conv-nav-item.active .conv-nav-count{color:var(--brand);background:#f2f2ff}@media (color-gamut:p3){.conv-nav-item.active .conv-nav-count{background:#f2f2ff;background:color(display-p3 .94819 .95049 .99591)}}@supports (color:color-mix(in lch, red, blue)){.conv-nav-item.active .conv-nav-count{background:color-mix(in oklab,var(--brand-soft)70%,var(--surface-1))}}.conv-sidebar-footer{align-items:center;gap:8px;gap:var(--space-2);padding:8px;padding:var(--space-2);border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);margin-top:auto;display:flex}.conv-avatar{background:linear-gradient(135deg,#3bafff,#8b5cf6);border-radius:50%;width:28px;height:28px}.conv-user{flex-direction:column;display:flex}.conv-main{background:#fff;background:var(--surface-1);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-sm);min-width:0;height:calc(100vh - 19px);box-shadow:0 1px 2px #0f172a0b;box-shadow:var(--shadow-sm);flex-direction:column;flex:1;margin:7px 0 12px;display:flex;overflow:hidden}.conv-page-header{height:43px;height:calc(var(--header-height,57px));--header-height:43px;padding:0 24px;padding:0 var(--space-6);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);cursor:default;align-items:center;gap:12px;gap:var(--space-3);flex-shrink:0;display:flex}.conv-page-header-slot{align-items:center;margin-left:auto;display:flex}.conv-offers-header-actions{align-items:center;gap:8px;gap:var(--space-2);display:flex}.conv-offers-header-actions .conv-btn.secondary{color:var(--fg-2);background:0 0;border-color:#e2e8f0b8}@supports (color:color-mix(in lch, red, blue)){.conv-offers-header-actions .conv-btn.secondary{border-color:color-mix(in oklab,var(--border-color)72%,transparent)}}.conv-offers-header-actions .conv-btn.secondary:hover{color:var(--fg-1);border-color:#d0dae6;border-color:var(--border-color-strong);background:#f6f9fc}@supports (color:color-mix(in lch, red, blue)){.conv-offers-header-actions .conv-btn.secondary:hover{background:color-mix(in oklab,var(--surface-3)76%,var(--surface-1))}}.conv-offers-header-actions .conv-btn.secondary:active{background:#f3f7fb;background:var(--surface-3);color:var(--fg-1)}.conv-offers-header-actions .conv-btn.secondary.active{color:var(--brand);background:#eef0fe;border-color:#98aded}@supports (color:color-mix(in lch, red, blue)){.conv-offers-header-actions .conv-btn.secondary.active{background:color-mix(in oklab,var(--brand-soft)80%,var(--surface-2));border-color:color-mix(in oklab,var(--brand)45%,var(--border-color))}}.conv-header-search{height:28px;padding:0 8px;padding:0 var(--space-2);border-radius:9999px;border-radius:var(--radius-pill);color:var(--fg-2);cursor:text;transition:border-color .2s cubic-bezier(.2,0,0,1),background .2s cubic-bezier(.2,0,0,1),color .2s cubic-bezier(.2,0,0,1);transition:border-color var(--duration-fast)var(--ease-standard),background var(--duration-fast)var(--ease-standard),color var(--duration-fast)var(--ease-standard);background:0 0;border:1px solid #e2e8f0b8;align-items:center;gap:6px;min-width:148px;display:inline-flex}@supports (color:color-mix(in lch, red, blue)){.conv-header-search{border:1px solid color-mix(in oklab,var(--border-color)72%,transparent)}}.conv-header-search:focus-within{border-color:#d0dae6;border-color:var(--border-color-strong);background:#f8fafc;background:var(--surface-2);color:var(--fg-1)}.conv-header-search svg{flex-shrink:0}.conv-header-search input{color:var(--fg-1);width:100%;min-width:60px;font:inherit;font-size:13px;font-size:var(--text-body);background:0 0;border:0;outline:0}.conv-header-search input::placeholder{color:var(--fg-2)}.conv-header-search-clear{cursor:pointer;color:var(--fg-2);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;line-height:1;display:inline-flex}.conv-header-search-clear:hover{color:var(--fg-1)}.conv-page-header h2{font-size:13px;font-size:var(--text-body);color:var(--fg-1);letter-spacing:-.01em;margin:0;font-weight:600;line-height:1}.conv-page-header-back{min-height:28px;min-height:var(--btn-sm-h,28px);padding:0 9px;padding:0 calc(var(--btn-sm-px,10px) - 2px);border-radius:10px;border-radius:var(--btn-tool-radius,var(--radius-xs));font-size:13px;font-size:var(--text-body);color:var(--fg-2);transition:background .2s cubic-bezier(.2,0,0,1),color .2s cubic-bezier(.2,0,0,1),box-shadow .2s cubic-bezier(.2,0,0,1);transition:background var(--duration-fast)var(--ease-standard),color var(--duration-fast)var(--ease-standard),box-shadow var(--duration-fast)var(--ease-standard);background:0 0;border:1px solid #0000;align-items:center;gap:6px;font-weight:500;-webkit-text-decoration:none;text-decoration:none;display:inline-flex}.conv-page-header-back:hover{background:#eef3f8;background:var(--surface-3-hov);color:var(--fg-1);box-shadow:inset 0 1px #ffffff61,0 1px 1px #0f172a09;box-shadow:inset 0 1px 0 var(--control-highlight),var(--shadow-xs)}.conv-page-header-back:active{background:#f3f7fb;background:var(--surface-3);color:var(--fg-1);box-shadow:inset 0 1px #ffffff27}@supports (color:color-mix(in lch, red, blue)){.conv-page-header-back:active{box-shadow:inset 0 1px 0 color-mix(in oklab,var(--control-highlight)40%,transparent)}}.conv-page-header-back:focus-visible{background:#f7f8f9;background:var(--focus-neutral-fill);border-color:#a2adbc;border-color:var(--focus-inner);color:var(--fg-1);box-shadow:inset 0 0 0 1px #a2adbc,inset 0 1px #ffffff7a;box-shadow:inset 0 0 0 1px var(--focus-inner),inset 0 1px 0 var(--control-highlight-strong);outline:none}.conv-page-header-back svg{color:var(--fg-3);flex-shrink:0;transition:color .15s,transform .15s}.conv-page-header-back:hover svg{color:var(--fg-2);transform:translate(-2px)}.conv-topbar{align-items:center;gap:16px;gap:var(--space-4);padding:12px 32px;padding:var(--space-3)var(--space-8);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);background:#fff;background:var(--surface-1);display:flex}.conv-crumbs{align-items:center;gap:8px;gap:var(--space-2);color:var(--fg-2);font-size:14px;font-size:var(--text-sm);display:flex}.conv-crumbs .cur{color:var(--fg-1);font-weight:500}.conv-crumbs .sep{color:var(--fg-3)}.conv-topbar-spacer{flex:1}.conv-search{align-items:center;gap:8px;gap:var(--space-2);background:#f8fafc;background:var(--surface-2);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:9999px;border-radius:var(--radius-pill);padding:7px 12px;padding:7px var(--space-3);color:var(--fg-2);width:320px;font-size:14px;font-size:var(--text-sm);display:flex}.conv-search svg{width:14px;height:14px}.conv-kbd{background:#f3f7fb;background:var(--surface-3);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:6px;border-radius:var(--radius-2xs);font-size:12px;font-size:var(--text-xs);font-family:IBM Plex Sans,ui-monospace,SFMono-Regular,Menlo,monospace;font-family:var(--font-mono);color:var(--fg-3);margin-left:auto;padding:1px 5px}.conv-icon-btn{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--radius-xs);cursor:pointer;color:var(--fg-2);width:2rem;height:2rem;transition:background .2s,color .2s;transition:background var(--duration-fast),color var(--duration-fast);background:0 0;justify-content:center;align-items:center;display:inline-flex}.conv-icon-btn:hover{background:#f8fafc;background:var(--surface-2);color:var(--fg-1)}.conv-icon-btn svg{width:15px;height:15px}.conv-page{--conv-page-inline-padding:var(--space-6);box-sizing:border-box;padding:10px 24px 64px;padding:10px var(--space-6)var(--space-16);scrollbar-gutter:stable;flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow:hidden auto}.conv-page:has(.conv-pagination){padding-bottom:48px;padding-bottom:var(--space-12)}.conv-inline-state{align-items:flex-start;gap:12px;gap:var(--space-3);border-radius:12px;border-radius:var(--radius-sm);color:var(--fg-2);max-width:680px;background:#ecedff2e;border:1px solid #bdcbef;padding:12px 13px;display:flex}@supports (color:color-mix(in lch, red, blue)){.conv-inline-state{border:1px solid color-mix(in oklab,var(--brand)22%,var(--border-color));background:color-mix(in oklab,var(--brand-soft)18%,transparent)}}.conv-inline-state-icon{color:var(--brand);width:24px;height:24px;background:#e1e8fb;border-radius:7px;flex:0 0 24px;justify-content:center;align-items:center;display:inline-flex}@supports (color:color-mix(in lch, red, blue)){.conv-inline-state-icon{background:color-mix(in oklab,var(--brand)12%,var(--surface-2))}}.conv-inline-state-copy{min-width:0;font-size:14px;font-size:var(--text-sm);flex-direction:column;gap:3px;line-height:1.45;display:flex}.conv-inline-state-copy strong{color:var(--fg-1);font-size:14px;font-size:var(--text-sm);font-weight:650}.conv-inline-state-copy span{color:var(--fg-2)}@media (max-width:767px){.conv-shell{min-height:100vh;padding:0;display:block}.conv-sidebar{display:none}.conv-main{height:auto;min-height:100vh;box-shadow:none;border:0;border-radius:0;margin:0;overflow:visible}.conv-page-header{z-index:30;height:auto;min-height:44px;padding:7px 12px;padding:7px var(--space-3);-moz-column-gap:8px;-moz-column-gap:var(--space-2);align-content:center;gap:6px 8px;column-gap:var(--space-2);-webkit-backdrop-filter:blur(10px)saturate(1.1);background:#fffffff0;flex-wrap:wrap;position:sticky;top:0}@supports (color:color-mix(in lch, red, blue)){.conv-page-header{background:color-mix(in oklab,var(--surface-1)94%,transparent)}}.conv-page-header h2{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.conv-page-header-slot{flex:0 0 100%;order:10;min-width:0;margin-left:0;overflow:visible}.conv-page{--conv-page-inline-padding:var(--space-3);padding:10px 12px 32px;padding:10px var(--space-3)var(--space-8)}.conv-page:has(.conv-pagination){padding-bottom:calc(86px + env(safe-area-inset-bottom,0px))}.conv-offers-header-actions{gap:4px;gap:var(--space-1);width:100%;overflow:visible}.conv-header-search{flex:auto;min-width:0;max-width:none}.conv-header-search input{width:100%;min-width:0}.conv-offers-header-actions .conv-btn{flex:none}.conv-offers-header-actions .conv-btn.primary:not(.conv-btn-icon):has(svg){justify-content:center;gap:0;width:32px;min-width:32px;height:32px;padding:0;font-size:0}.conv-offers-header-actions .conv-btn.primary:not(.conv-btn-icon):has(svg) svg{flex-shrink:0;width:15px;height:15px}.conv-section{margin-top:16px;margin-top:var(--space-4)}.conv-section-head{align-items:flex-start;gap:4px;gap:var(--space-1);flex-direction:column}}.conv-hero-eyebrow{font-size:12px;font-size:var(--text-xs);color:var(--fg-2);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;margin-bottom:var(--space-2);font-weight:600}.conv-hero-title{font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-heading);letter-spacing:-.03em;margin:0 0 8px;margin:0 0 var(--space-2);font-size:max(1.75rem,min(4vw,2.5rem));font-weight:500;line-height:1.08}.conv-hero-title b{font-weight:500}.conv-hero-title .blue{color:var(--brand)}.conv-hero-sub{color:var(--fg-2);font-size:16px;font-size:var(--text-md);max-width:620px;line-height:1.5}.conv-section{margin-top:32px;margin-top:var(--space-8)}.conv-section.full-height{flex-direction:column;flex:1;min-height:0;display:flex}.conv-section-head{margin-bottom:12px;margin-bottom:var(--space-3);justify-content:flex-start;align-items:baseline;gap:20px;gap:var(--space-5);display:flex}.conv-section-title{font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-heading);font-size:18px;font-size:var(--text-lg);letter-spacing:-.02em;font-weight:500}.conv-section-link{font-size:14px;font-size:var(--text-sm);color:var(--fg-2);cursor:pointer}.conv-section-link:hover{color:var(--fg-1);text-underline-offset:4px;-webkit-text-decoration:underline;text-decoration:underline}.conv-grid{grid-gap:12px;grid-gap:var(--space-3);gap:12px;gap:var(--space-3);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:1100px){.conv-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.conv-grid{grid-template-columns:1fr}}.conv-card{background:#fff;background:var(--surface-1);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-md);padding:16px;padding:var(--space-4);cursor:pointer;transition:border-color .2s;transition:border-color var(--duration-fast);position:relative;overflow:hidden}.conv-card .conv-halo{opacity:0;pointer-events:none;transition:opacity .35s;position:absolute;inset:-20%}.conv-card:hover .conv-halo,.conv-card.active .conv-halo{opacity:1}.conv-card.active{border-color:#e2e8f0;border-color:var(--border-color)}.conv-card-top{align-items:flex-start;gap:8px;gap:var(--space-2);margin-bottom:12px;margin-bottom:var(--space-3);z-index:1;display:flex;position:relative}.conv-card-main{flex:auto;min-width:0}.conv-card-logo{border-radius:8px;border-radius:var(--radius-button);background:#f8fafc;background:var(--surface-2);border:1px solid #e2e8f0;border:1px solid var(--border-color);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;overflow:hidden}.conv-card-logo--image{background:0 0;border-color:#0000}.conv-card-logo img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.conv-card-logo span{font-size:11px;font-size:var(--text-2xs);color:var(--fg-2);font-weight:600}.conv-card-title{font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-heading);font-size:16px;font-weight:500;font-size:var(--text-md);letter-spacing:-.02em;color:var(--fg-1);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.conv-card-meta{color:var(--fg-2);max-width:100%;font-size:12px;font-size:var(--text-xs);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;overflow:hidden}.conv-card-author{color:var(--fg-2);min-height:18px;font-size:12px;font-size:var(--text-xs);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;line-height:1.2;overflow:hidden}.conv-card-body{font-size:14px;font-size:var(--text-sm);color:var(--fg-2);z-index:1;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:4.5em;line-height:1.5;display:-webkit-box;position:relative;overflow:hidden}.conv-card-foot{gap:4px;gap:var(--space-1);margin-top:12px;margin-top:var(--space-3);z-index:1;flex-wrap:wrap;display:flex;position:relative}@media (min-width:1101px) and (max-width:1379px){.conv-catalog-frame--researches .conv-card-foot{flex-wrap:nowrap;overflow:hidden}.conv-catalog-frame--researches .conv-card-foot .conv-badge{text-overflow:ellipsis;min-width:0;max-width:100%;overflow:hidden}}.conv-badge{align-items:center;gap:4px;gap:var(--space-1);padding:3px 8px;padding:3px var(--space-2);border-radius:9999px;border-radius:var(--radius-pill);font-size:11px;font-size:var(--text-2xs);white-space:nowrap;border:1px solid #0000;font-weight:500;display:inline-flex}.conv-dot{border-radius:50%;width:6px;height:6px}.conv-badge.priority{background:#0b0b0b;background:var(--color-black);color:var(--color-white)}.conv-badge.brand{background:#ecedff;background:var(--brand-soft);color:var(--brand-hover)}.conv-badge.brand-outline{color:var(--brand);background:0 0;border-color:#4a5ee06b}@supports (color:color-mix(in lch, red, blue)){.conv-badge.brand-outline{border-color:color-mix(in oklab,var(--brand)42%,transparent)}}.conv-badge.brand-outline svg{color:currentColor}.conv-badge.success{background:#eaf8ef;background:var(--success-soft);color:var(--success)}.conv-badge.warning{background:#fff6e5;background:var(--warning-soft);color:#b45309}.conv-badge.destructive{background:#fff4f2;background:color(display-p3 .99673 .95528 .94898);background:var(--destructive-soft);color:var(--destructive)}.conv-badge.neutral{background:#f3f7fb;background:var(--surface-3);color:var(--fg-2)}.conv-badge.author{background:#f3f7fb;background:var(--surface-3);color:var(--fg-1);text-overflow:ellipsis;border-color:#e2e8f07a;max-width:100%;overflow:hidden}@supports (color:color-mix(in lch, red, blue)){.conv-badge.author{border-color:color-mix(in oklab,var(--border-color)48%,transparent)}}.conv-badge.author-muted{color:var(--brand);background:#eff1fd;border-color:#abe}@supports (color:color-mix(in lch, red, blue)){.conv-badge.author-muted{background:color-mix(in oklab,var(--brand-soft)58%,var(--surface-3));border-color:color-mix(in oklab,var(--brand)34%,var(--border-color))}}.conv-badge.author:before{content:"";background:#96abf3;flex:none;width:14px;height:14px;-webkit-mask-image:url(/icons/phosphor/regular/user.svg);mask-image:url(/icons/phosphor/regular/user.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@supports (color:color-mix(in lch, red, blue)){.conv-badge.author:before{background:color-mix(in oklab,var(--brand)54%,var(--surface-1))}}.conv-badge.author-muted:before{opacity:.72;background:currentColor}.conv-badge-outline{color:var(--fg-2);box-shadow:none;background:0 0;border-color:#e2e8f08f}@supports (color:color-mix(in lch, red, blue)){.conv-badge-outline{border-color:color-mix(in oklab,var(--border-color)56%,transparent)}}.conv-btn{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-body);font-size:13px;font-size:var(--text-body);height:32px;padding:0 13px;padding:0 var(--btn-md-px);border-radius:9999px;border-radius:var(--btn-text-radius);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:background .2s cubic-bezier(.2,0,0,1),color .2s cubic-bezier(.2,0,0,1),border-color .2s cubic-bezier(.2,0,0,1),box-shadow .2s cubic-bezier(.2,0,0,1),opacity .2s cubic-bezier(.2,0,0,1);transition:background var(--duration-fast)var(--ease-standard),color var(--duration-fast)var(--ease-standard),border-color var(--duration-fast)var(--ease-standard),box-shadow var(--duration-fast)var(--ease-standard),opacity var(--duration-fast)var(--ease-standard);border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;gap:5px;font-weight:560;-webkit-text-decoration:none;text-decoration:none;display:inline-flex}.conv-btn:disabled,.conv-btn[aria-disabled=true]{opacity:.4;cursor:not-allowed;pointer-events:none}.conv-btn:focus-visible{background:#f7f8f9;background:var(--focus-neutral-fill);border-color:#a2adbc;border-color:var(--focus-inner);box-shadow:inset 0 0 0 1px #a2adbc,inset 0 1px #ffffff7a;box-shadow:inset 0 0 0 1px var(--focus-inner),inset 0 1px 0 var(--control-highlight-strong);outline:none}.conv-btn.primary:focus-visible,.conv-btn.brand:focus-visible{border-color:#7d95e6;border-color:var(--focus-brand-inner);box-shadow:inset 0 0 0 1px #98aded,inset 0 1px #ffffff1f}@supports (color:color-mix(in lch, red, blue)){.conv-btn.primary:focus-visible,.conv-btn.brand:focus-visible{box-shadow:inset 0 0 0 1px color-mix(in oklab,#fff 22%,var(--focus-brand-inner)),inset 0 1px 0 #ffffff1f}}.conv-btn.primary:focus-visible{background:#18181b;background:var(--button-primary-bg)}.conv-btn.brand:focus-visible{background:#4a5ee0;background:var(--brand)}.conv-btn.conv-btn-danger:focus-visible{background:#ffedeb;background:color(display-p3 .99439 .92972 .91999);background:var(--focus-danger-fill);border-color:#f38983;border-color:var(--focus-danger-inner);box-shadow:inset 0 0 0 1px #f38983,inset 0 1px #ffffff34}@supports (color:color-mix(in lch, red, blue)){.conv-btn.conv-btn-danger:focus-visible{box-shadow:inset 0 0 0 1px var(--focus-danger-inner),inset 0 1px 0 color-mix(in oklab,var(--control-highlight-strong)42%,transparent)}}.conv-btn.primary{background:#18181b;background:var(--button-primary-bg);color:var(--button-primary-text);border-color:#18181b;border-color:var(--button-primary-border);box-shadow:none;box-shadow:var(--button-primary-shadow);border-radius:9999px;border-radius:var(--radius-pill)}.conv-btn.primary:hover{background:#232327;background:var(--button-primary-bg-hover);border-color:#232327;border-color:var(--button-primary-border-hover)}.conv-btn.primary:active{background:#111114;background:var(--button-primary-bg-active);border-color:#232327;border-color:var(--button-primary-border-hover);box-shadow:none;box-shadow:var(--button-primary-shadow-active)}.conv-btn.secondary{background:#fff;background:var(--button-secondary-bg);color:var(--button-secondary-text);border-color:#dbe3ec;border-color:var(--button-secondary-border);border-radius:9999px;border-radius:var(--radius-pill);box-shadow:inset 0 1px 0 #ffffff61,none;box-shadow:inset 0 1px 0 var(--control-highlight),var(--control-shadow)}.conv-btn.secondary:hover{background:#f8fafc;background:var(--button-secondary-bg-hover);border-color:#cbd5e1;border-color:var(--button-secondary-border-hover)}.conv-btn.secondary:active{background:#f1f5f9;background:var(--button-secondary-bg-active)}.conv-btn.secondary.active{color:var(--brand);background:#f3f5fd;border-color:#9bafe4}@supports (color:color-mix(in lch, red, blue)){.conv-btn.secondary.active{background:color-mix(in oklab,var(--brand-soft)42%,var(--button-secondary-bg-hover));border-color:color-mix(in oklab,var(--brand)34%,var(--button-secondary-border-hover))}}.conv-btn.ghost{color:var(--fg-2);border-radius:9999px;border-radius:var(--radius-pill);background:0 0;border-color:#0000}.conv-btn.ghost:hover{color:var(--fg-1);background:#eef3f8;background:var(--surface-3-hov)}.conv-btn.ghost:active{background:#f3f7fb;background:var(--surface-3)}.conv-btn.brand{background:#4a5ee0;background:var(--brand);color:#fff;border-radius:9999px;border-radius:var(--radius-pill);box-shadow:inset 0 1px 0 #ffffff1f,none;border-color:#5970e5;font-weight:600}@supports (color:color-mix(in lch, red, blue)){.conv-btn.brand{border-color:color-mix(in oklab,var(--brand)90%,#fff);box-shadow:inset 0 1px 0 color-mix(in oklab,var(--control-highlight)32%,transparent),var(--control-shadow)}}.conv-btn.brand:hover{background:#3b50cc;background:var(--brand-hover);border-color:#3b50cc;border-color:var(--brand-hover);box-shadow:inset 0 1px 0 #ffffff23,none}@supports (color:color-mix(in lch, red, blue)){.conv-btn.brand:hover{box-shadow:inset 0 1px 0 color-mix(in oklab,var(--control-highlight)36%,transparent),var(--control-shadow-hover)}}.conv-btn.brand:active{box-shadow:none;background:#3347af;border-color:#3043a1}@supports (color:color-mix(in lch, red, blue)){.conv-btn.brand:active{background:color-mix(in oklab,var(--brand-hover)84%,#111827);border-color:color-mix(in oklab,var(--brand-hover)76%,#111827)}}.conv-btn.sm{height:28px;height:var(--btn-sm-h);padding:0 11px;padding:0 var(--btn-sm-px);font-size:12px;font-size:var(--text-xs)}.conv-btn.md{height:32px;height:var(--btn-md-h);padding:0 13px;padding:0 var(--btn-md-px);font-size:13px;font-size:var(--text-body)}.conv-btn.lg{height:36px;height:var(--btn-lg-h);padding:0 15px;padding:0 var(--btn-lg-px);font-size:13px;font-size:var(--text-body)}.conv-btn.pill{border-radius:9999px;border-radius:var(--radius-pill)}.conv-btn svg{opacity:.75;flex-shrink:0;width:14px;height:14px}.conv-btn.sm svg{width:13px;height:13px}.conv-btn-icon{border-radius:50%;flex-shrink:0;width:32px;height:32px;padding:0}.conv-btn.sm.conv-btn-icon{width:28px;height:28px;padding:0}.conv-btn.md.conv-btn-icon,.conv-btn.lg.conv-btn-icon{padding:0}.conv-btn-icon svg{opacity:1;width:14px;height:14px}.conv-btn.conv-btn-danger{color:var(--destructive-strong);border-color:#eec0c0;border-color:var(--destructive-border);background:#fff4f2;background:color(display-p3 .99673 .95528 .94898);background:var(--destructive-soft);border-radius:9999px;border-radius:var(--radius-pill)}.conv-btn.conv-btn-danger:hover{background:#ffeae7;background:color(display-p3 .9931 .91694 .90554);background:var(--destructive-hover-soft);color:var(--destructive-strong);border-color:#f2a29e;border-color:var(--destructive-hover-border);box-shadow:none}.conv-btn.conv-btn-danger:active{background:#ffe3e0;background:color(display-p3 .99027 .89136 .87672);background:var(--destructive-active-soft);box-shadow:none;border-color:#f3827c}@supports (color:color-mix(in lch, red, blue)){.conv-btn.conv-btn-danger:active{border-color:color-mix(in oklab,var(--destructive)68%,var(--border-color))}}.conv-askai{margin-top:24px;margin-top:var(--space-6);background:#fff;background:var(--surface-1);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-sm);padding:16px;padding:var(--space-4);gap:12px;gap:var(--space-3);flex-direction:column;display:flex}.conv-askai-prompts{gap:8px;gap:var(--space-2);flex-wrap:wrap;display:flex}.conv-askai-prompt{background:#f3f7fb;background:var(--surface-3);color:var(--fg-1);padding:8px 12px;padding:var(--space-2)var(--space-3);border-radius:9999px;border-radius:var(--radius-pill);font-size:14px;font-size:var(--text-sm);cursor:pointer;transition:background .2s;transition:background var(--duration-fast)}.conv-askai-prompt:hover{background:#ecedff;background:var(--brand-soft);color:var(--brand-hover)}.conv-askai-input{background:#f8fafc;background:var(--surface-2);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-sm);padding:8px 12px;padding:var(--space-2)var(--space-3);align-items:center;gap:8px;gap:var(--space-2);display:flex}.conv-askai-input svg{color:var(--brand);width:16px;height:16px}.conv-askai-input input{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-body);font-size:14px;font-size:var(--text-sm);color:var(--fg-1);background:0 0;border:none;outline:none;flex:1}.conv-askai-input input::placeholder{color:var(--fg-3)}.conv-qa{grid-gap:8px;grid-gap:var(--space-2);gap:8px;gap:var(--space-2);grid-template-columns:repeat(4,1fr);display:grid}.conv-qa-card{background:#fff;background:var(--surface-1);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-sm);padding:12px;padding:var(--space-3);gap:8px;gap:var(--space-2);cursor:pointer;transition:transform .2s;transition:transform var(--duration-fast);flex-direction:column;display:flex}.conv-qa-card:hover{border-color:#d0dae6;border-color:var(--border-color-strong);transform:translateY(-1px)}.conv-qa-icon{border-radius:8px;border-radius:var(--radius-xs);justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.conv-qa-icon svg{width:16px;height:16px}.conv-qa-title{font-size:14px;font-size:var(--text-sm);color:var(--fg-1);font-weight:500}.conv-qa-sub{font-size:11px;font-size:var(--text-2xs);color:var(--fg-2);line-height:1.4}.conv-glass{z-index:1;border-radius:20px;border-radius:var(--radius-lg);box-shadow:none;padding:24px;padding:var(--space-6);background:0 0;border:none;position:relative;overflow:hidden}.conv-glass>*,.conv-offer-preview>*{z-index:1;position:relative}.conv-glass-grid{grid-gap:24px;grid-gap:var(--space-6);gap:24px;gap:var(--space-6);grid-template-columns:2fr 1fr;align-items:start;display:grid}.conv-glass h2{font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-heading);font-size:24px;font-size:var(--text-2xl);letter-spacing:-.02em;margin:0 0 4px;margin:0 0 var(--space-1);font-weight:500}.conv-glass .lead{color:var(--fg-2);font-size:14px;font-size:var(--text-sm);margin-bottom:16px;margin-bottom:var(--space-4);-webkit-line-clamp:3;-webkit-box-orient:vertical;height:4.65em;line-height:1.55;display:-webkit-box;overflow:hidden}.conv-kv{padding:8px 0;padding:var(--space-2)0;border-bottom:1px dashed #e2e8f0;border-bottom:1px dashed var(--border-color);font-size:14px;font-size:var(--text-sm);flex-direction:column;display:flex}.conv-kv:last-child{border-bottom:none}.conv-kv-label{color:var(--fg-2)}.conv-kv-val{color:var(--fg-1);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:500;display:-webkit-box;overflow:hidden}.conv-dm-list{gap:8px;gap:var(--space-2);flex-direction:column;display:flex}.conv-dm{align-items:center;gap:8px;gap:var(--space-2);padding:8px;padding:var(--space-2);background:#f8fafc;background:var(--surface-2);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-sm);display:flex}.conv-dm-avatar{background:#f3f7fb;background:var(--surface-3);border:1px solid #e2e8f0;border:1px solid var(--border-color);color:var(--fg-2);width:32px;height:32px;font-size:11px;font-size:var(--text-2xs);letter-spacing:.02em;-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.conv-dm-name{font-size:14px;font-size:var(--text-sm);color:var(--fg-1);font-weight:500}.conv-dm-role{font-size:11px;font-size:var(--text-2xs);color:var(--fg-2)}.conv-research-detail-page{max-width:100%}.conv-detail-toolbar{margin-bottom:20px;margin-bottom:var(--space-5);align-items:center;display:flex}.conv-back-link{width:fit-content}.conv-detail-surface{color:var(--fg-1);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-body)}.conv-detail-surface>div{box-shadow:0 4px 24px #0f172a0f,inset 0 1px #ffffffe6;box-shadow:var(--glass-panel-shadow);background:#ffffffb3!important;background:var(--glass-panel-bg)!important;border-color:#dfdfdfd6!important;border-color:var(--glass-panel-border)!important;border-radius:24px!important;border-radius:var(--radius-xl)!important}.conv-detail-surface :where(h1,h2,h3){font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-heading);letter-spacing:-.02em}.conv-detail-surface :where([class*=bg-card]){background-color:#fff!important;background-color:var(--surface-1)!important}.conv-detail-surface :where([class*=bg-background]){background-color:#f8fafc!important;background-color:var(--surface-2)!important}.conv-detail-surface :where([class*=bg-muted]){background-color:#f3f7fb!important;background-color:var(--surface-3)!important}.conv-detail-surface :where([class*=border-border],[class*=border-input]){border-color:#e2e8f0!important;border-color:var(--border-color)!important}.conv-detail-surface :where([class*=text-muted-foreground]){color:var(--fg-2)!important}.conv-detail-surface :where([class*=text-foreground]){color:var(--fg-1)!important}.conv-detail-surface :where(.text-primary){color:var(--brand)!important}.conv-detail-surface :where([class*=bg-primary]){background-color:#0b0b0b!important;background-color:var(--color-black)!important;color:var(--color-white)!important}.conv-detail-surface :where(.text-primary-foreground){color:var(--color-white)!important}.conv-detail-surface :where(input,textarea,select){font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-body);background:#fff!important;background:var(--surface-1)!important;border-color:#e2e8f0!important;border-color:var(--border-color)!important;color:var(--fg-1)!important}.conv-detail-surface :where(button,a){font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-body)}.conv-offers-grid{grid-gap:12px;grid-gap:var(--space-3);gap:12px;gap:var(--space-3);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:1100px){.conv-offers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.conv-offers-grid{grid-template-columns:1fr}}.conv-section.no-hero{margin-top:0;padding:0}.conv-views-bar{padding:8px 0;padding:var(--space-2)0;margin-bottom:12px;margin-bottom:var(--space-3);scrollbar-width:thin;scrollbar-color:#79808d transparent;flex-shrink:0;align-items:center;gap:2px;display:flex;overflow-x:auto}@supports (color:color-mix(in lch, red, blue)){.conv-views-bar{scrollbar-color:color-mix(in oklab,var(--fg-3)46%,var(--border-color))transparent}}.conv-views-bar::-webkit-scrollbar{height:6px}.conv-views-bar::-webkit-scrollbar-track{background:0 0}.conv-views-bar::-webkit-scrollbar-thumb{border-radius:9999px;border-radius:var(--radius-pill);background:#939aa6}@supports (color:color-mix(in lch, red, blue)){.conv-views-bar::-webkit-scrollbar-thumb{background:color-mix(in oklab,var(--fg-3)34%,var(--border-color))}}.conv-views-bar::-webkit-scrollbar-thumb:hover{background:#9aa4b2}@supports (color:color-mix(in lch, red, blue)){.conv-views-bar::-webkit-scrollbar-thumb:hover{background:color-mix(in oklab,var(--fg-2)44%,var(--border-color))}}.conv-view-tab{padding:5px 8px;padding:5px var(--space-2);border-radius:9999px;border-radius:var(--radius-pill);font-size:13px;font-size:var(--text-body);color:var(--fg-2);cursor:pointer;white-space:nowrap;transition:background .2s cubic-bezier(.2,0,0,1),color .2s cubic-bezier(.2,0,0,1),border-color .2s cubic-bezier(.2,0,0,1);transition:background var(--duration-fast)var(--ease-standard),color var(--duration-fast)var(--ease-standard),border-color var(--duration-fast)var(--ease-standard);background:0 0;border:1px solid #0000;flex-shrink:0;align-items:center;gap:5px;font-weight:500;line-height:1;display:inline-flex}.conv-view-tab:hover,.conv-view-tab.active{background:#eef3f8;background:var(--surface-3-hov);color:var(--fg-1);border-color:#e2e8f0;border-color:var(--border-color)}.conv-view-tab-count{font-size:11px;font-size:var(--text-2xs);color:var(--fg-3);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.conv-filter-pill-group{flex:none;align-items:center;gap:2px;min-width:max-content;display:inline-flex}.conv-filter-pill-group+.conv-filter-pill-group{margin-left:8px;margin-left:var(--space-2);padding-left:8px;padding-left:var(--space-2);border-left:1px solid #e2e8f0;border-left:1px solid var(--border-color)}.conv-filter-pill{max-width:240px}.conv-filter-pill-kicker{color:var(--fg-2);font-size:11px;font-size:var(--text-2xs);font-weight:600;line-height:1}.conv-filter-pill.active .conv-filter-pill-kicker{color:var(--fg-1)}.conv-filter-panel{z-index:30;grid-gap:8px;grid-gap:var(--space-2);align-items:end;gap:8px;gap:var(--space-2);padding:12px;padding:var(--space-3);margin:0 0 12px;margin:0 0 var(--space-3);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-sm);background:#fff;background:var(--surface-1);box-shadow:0 1px 1px #0f172a09;box-shadow:var(--shadow-xs);animation:.16s cubic-bezier(.16,1,.3,1) both conv-filter-in;animation:conv-filter-in .16s var(--ease-entrance,cubic-bezier(.16,1,.3,1))both;grid-template-columns:repeat(4,minmax(100px,1fr)) auto;display:grid;position:relative}@keyframes conv-filter-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.conv-filter-field{grid-gap:4px;gap:4px;min-width:0;display:grid;position:relative}.conv-filter-field>span{font-size:11px;font-size:var(--text-2xs);color:var(--fg-2);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.conv-filter-trigger{justify-content:space-between;align-items:center;gap:4px;gap:var(--space-1);width:100%;height:32px;padding:0 8px;padding:0 var(--space-2);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--radius-xs);background:#f8fafc;background:var(--surface-2);color:var(--fg-2);font:inherit;font-size:13px;font-size:var(--text-body);cursor:pointer;text-align:left;transition:border-color .2s cubic-bezier(.2,0,0,1),background .2s cubic-bezier(.2,0,0,1),color .2s cubic-bezier(.2,0,0,1);transition:border-color var(--duration-fast)var(--ease-standard),background var(--duration-fast)var(--ease-standard),color var(--duration-fast)var(--ease-standard);display:flex}.conv-filter-trigger:hover{border-color:#d0dae6;border-color:var(--border-color-strong);color:var(--fg-1);background:#f3f7fb;background:var(--surface-3)}.conv-filter-trigger.open{color:var(--fg-1);border-color:#98aded}@supports (color:color-mix(in lch, red, blue)){.conv-filter-trigger.open{border-color:color-mix(in oklab,var(--brand)45%,var(--border-color))}}.conv-filter-trigger.has-value{color:var(--fg-1);background:#f1f3fe;border-color:#98aded}@supports (color:color-mix(in lch, red, blue)){.conv-filter-trigger.has-value{border-color:color-mix(in oklab,var(--brand)45%,var(--border-color));background:color-mix(in oklab,var(--brand-soft)55%,var(--surface-2))}}.conv-filter-trigger-label{text-overflow:ellipsis;white-space:nowrap;text-align:left;flex:1;overflow:hidden}.conv-filter-dropdown{z-index:65;background:#fff;background:var(--surface-1);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-sm);min-width:100%;max-width:260px;padding:4px;padding:var(--space-1);box-shadow:0 8px 24px #0f172a0f;box-shadow:var(--shadow-md);scrollbar-width:thin;scrollbar-color:#d0dae6 transparent;scrollbar-color:var(--border-color-strong)transparent;max-height:220px;animation:.12s cubic-bezier(.16,1,.3,1) both conv-dropdown-in;animation:conv-dropdown-in .12s var(--ease-entrance,cubic-bezier(.16,1,.3,1))both;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden auto}.conv-filter-dropdown::-webkit-scrollbar{width:4px}.conv-filter-dropdown::-webkit-scrollbar-track{background:0 0}.conv-filter-dropdown::-webkit-scrollbar-thumb{background:#d0dae6;background:var(--border-color-strong);border-radius:9999px;border-radius:var(--radius-pill)}.conv-filter-dropdown::-webkit-scrollbar-thumb:hover{background:#111827;background:var(--fg-3)}@keyframes conv-dropdown-in{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.conv-filter-option-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.conv-filter-option{justify-content:space-between;align-items:center;gap:8px;gap:var(--space-2);width:100%;padding:5px 8px;padding:5px var(--space-2);border-radius:8px;border-radius:var(--radius-xs);color:var(--fg-2);font:inherit;font-size:13px;font-size:var(--text-body);cursor:pointer;text-align:left;transition:background .2s,color .2s;transition:background var(--duration-fast),color var(--duration-fast);background:0 0;border:none;display:flex;overflow:hidden}.conv-filter-option:hover{background:#f8fafc;background:var(--surface-2);color:var(--fg-1)}.conv-filter-option.active{background:#f3f7fb;background:var(--surface-3);color:var(--fg-1);font-weight:500}.conv-filter-option-count{font-size:11px;font-size:var(--text-2xs);color:var(--fg-2);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0;font-weight:600}.conv-pagination{grid-gap:12px;grid-gap:var(--space-3);place-items:center;gap:12px;gap:var(--space-3);right:calc(var(--conv-shell-right-gap) + var(--conv-page-inline-padding));bottom:25px;left:calc(var(--conv-shell-sidebar-width) + var(--conv-page-inline-padding));z-index:25;pointer-events:none;grid-template-columns:minmax(0,1fr) minmax(max-content,288px) minmax(0,1fr);min-height:44px;margin-top:0;padding:0;display:grid;position:fixed}.conv-pagination-summary{color:var(--fg-2);font-size:12px;font-size:var(--text-xs);justify-self:start;font-weight:600}.conv-pagination-controls,.conv-pagination-pages{align-items:center;gap:6px;display:flex}.conv-pagination-controls{pointer-events:auto;grid-column:2;justify-content:center;min-width:288px}.conv-pagination-pages{justify-content:center;min-width:288px}.conv-pagination-page{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-sm);background:#fff;background:var(--surface-1);color:var(--fg-2);min-width:28px;height:28px;font-size:12px;font-size:var(--text-xs);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;cursor:pointer;transition:background .2s,border-color .2s,color .2s;transition:background var(--duration-fast),border-color var(--duration-fast),color var(--duration-fast);font-weight:700}.conv-pagination-page:hover,.conv-pagination-page.active{background:#ecedff;background:var(--brand-soft);border-color:#d8dcf8;border-color:var(--brand-soft-2);color:var(--brand)}.conv-pagination-page:focus-visible{outline:2px solid #d8dcf8;outline:2px solid var(--brand-soft-2);outline-offset:2px}.conv-pagination-ellipsis{color:var(--fg-2);font-size:12px;font-size:var(--text-xs);padding:0 2px}.conv-catalog-frame{min-width:0;transition:opacity .12s cubic-bezier(.2,0,0,1);transition:opacity .12s var(--ease-standard);position:relative}.conv-catalog-frame[data-loading=true]{opacity:.78}.conv-catalog-frame--paged{flex:none}.conv-catalog-frame--empty{flex:auto;justify-content:center;align-items:center;min-height:260px;display:flex}.conv-catalog-frame--empty>*{flex:0 auto}.conv-catalog-item{contain:layout paint;min-width:0}.conv-filter-reset{height:32px;padding:0 12px;padding:0 var(--space-3);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:9999px;border-radius:var(--radius-pill);color:var(--fg-2);font:inherit;font-size:13px;font-size:var(--text-body);cursor:pointer;white-space:nowrap;transition:background .2s cubic-bezier(.2,0,0,1),color .2s cubic-bezier(.2,0,0,1),border-color .2s cubic-bezier(.2,0,0,1);transition:background var(--duration-fast)var(--ease-standard),color var(--duration-fast)var(--ease-standard),border-color var(--duration-fast)var(--ease-standard);background:0 0;align-self:end}.conv-filter-reset:hover{background:#eef3f8;background:var(--surface-3-hov);color:var(--fg-1);border-color:#d0dae6;border-color:var(--border-color-strong)}@media (max-width:1180px){.conv-filter-panel{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:680px){.conv-catalog-frame--paged{flex:none;min-height:0}.conv-filter-panel{grid-template-columns:1fr 1fr}.conv-filter-reset{grid-column:1/-1;width:100%}}@media (max-width:767px){.conv-pagination{right:12px;right:var(--space-3);bottom:calc(12px + env(safe-area-inset-bottom,0px));left:12px;left:var(--space-3);grid-gap:8px;grid-gap:var(--space-2);place-items:center;gap:8px;gap:var(--space-2);pointer-events:none;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);min-height:34px;margin-top:0;padding:0;display:grid;position:fixed}.conv-pagination-summary{font-size:11px;font-size:var(--text-2xs);white-space:nowrap;justify-self:start}.conv-pagination-controls{pointer-events:auto;grid-column:2;justify-content:center;min-width:0}.conv-pagination-pages{scrollbar-width:none;justify-content:center;min-width:0;max-width:min(60vw,260px);overflow-x:auto}.conv-pagination-pages::-webkit-scrollbar{display:none}.conv-pagination-page{min-width:26px;height:26px}}@media (prefers-reduced-motion:reduce){.conv-catalog-frame{transition:none}}.conv-offers-list{flex-direction:column;display:flex}.conv-offer-shimmer-row{pointer-events:none;cursor:default}.conv-offer-shimmer-row:hover{background:#fff;background:var(--surface-1);border-color:#e2e8f0;border-color:var(--border-color)}.conv-offer-shimmer-line{border-radius:6px;border-radius:var(--radius-2xs);background:linear-gradient(90deg,#f3f7fb 25%,#f8fafc 50%,#f3f7fb 75%);background:linear-gradient(90deg,var(--surface-3)25%,var(--surface-2)50%,var(--surface-3)75%);background-size:200% 100%;height:11px;animation:1.35s infinite conv-offer-shimmer;display:block}.conv-offer-shimmer-line.title{width:62%;margin-bottom:7px}.conv-offer-shimmer-line.sub{width:78%;height:9px}.conv-offer-shimmer-pill{border-radius:9999px;border-radius:var(--radius-pill);background:linear-gradient(90deg,#f3f7fb 25%,#f8fafc 50%,#f3f7fb 75%);background:linear-gradient(90deg,var(--surface-3)25%,var(--surface-2)50%,var(--surface-3)75%);background-size:200% 100%;width:76px;height:22px;animation:1.35s .1s infinite conv-offer-shimmer;display:inline-block}.conv-offer-shimmer-line.cell{width:72px;animation-delay:.18s}.conv-offer-shimmer-line.date{width:68px;animation-delay:.26s}@keyframes conv-offer-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.conv-offer-preview{z-index:1;background:linear-gradient(135deg,#bdbdbd29,#b0b0b008 42%,#c0c0c014),#f7f9fcad;background:linear-gradient(135deg,var(--glass-grad-top),var(--glass-grad-bottom)42%,var(--glass-grad-mid)),var(--surface-card-liquid);-webkit-backdrop-filter:blur(5px)saturate(1.35)contrast(.88);backdrop-filter:blur(5px)saturate(1.35)contrast(.88);border:1px solid #dfdfdfd6;border:1px solid var(--glass-panel-border);border-radius:16px;border-radius:var(--radius-md);padding:20px;padding:var(--space-5);position:relative;overflow:hidden}@keyframes conv-preview-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes conv-preview-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}.conv-preview-wrapper{z-index:2;background:linear-gradient(135deg,#bdbdbd29,#b0b0b008 42%,#c0c0c014),#f7f9fcad;background:linear-gradient(135deg,var(--glass-grad-top),var(--glass-grad-bottom)42%,var(--glass-grad-mid)),var(--surface-card-liquid);-webkit-backdrop-filter:blur(5px)saturate(1.35)contrast(.88);backdrop-filter:blur(5px)saturate(1.35)contrast(.88);border-radius:20px;border-radius:var(--radius-lg);animation:.22s cubic-bezier(.22,1,.36,1) both conv-preview-in;position:relative;overflow:visible}.conv-preview-wrapper>.conv-glass,.conv-preview-wrapper>.conv-offer-preview{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;border-radius:inherit;background:0 0;border:0}.conv-preview-floating{z-index:28;position:absolute;left:0;right:0}.conv-preview-inline{margin:8px 0 12px;margin:var(--space-2)0 var(--space-3)}.conv-preview-wrapper.closing{pointer-events:none;animation:.18s cubic-bezier(.4,0,1,1) forwards conv-preview-out}.conv-offers-list .conv-preview-wrapper:not(.conv-preview-floating){margin-top:-6px;margin-top:calc(-1*var(--space-2) + 2px);margin-bottom:12px;margin-bottom:var(--space-3)}.conv-offers-grid .conv-preview-wrapper:not(.conv-preview-floating),.conv-grid .conv-preview-wrapper:not(.conv-preview-floating){margin-bottom:8px;margin-bottom:var(--space-2);grid-column:1/-1}.conv-offer-preview h2{font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-heading);font-size:18px;font-size:var(--text-lg);letter-spacing:-.02em;margin:0 0 4px;margin:0 0 var(--space-1);color:var(--fg-1);font-weight:500}.conv-offer-preview .lead{color:var(--fg-2);font-size:14px;font-size:var(--text-sm);line-height:1.55}.conv-offer-preview-grid{grid-gap:20px;grid-gap:var(--space-5);gap:20px;gap:var(--space-5);margin-top:16px;margin-top:var(--space-4);display:grid}.conv-list-row{appearance:none;width:100%;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-body);text-align:left;grid-gap:12px;grid-gap:var(--space-3);gap:12px;gap:var(--space-3);padding:12px 16px;padding:var(--space-3)var(--space-4);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-md);background:#fff;background:var(--surface-1);margin-bottom:8px;margin-bottom:var(--space-2);cursor:pointer;transition:border-color .2s,background .2s,transform .2s;transition:border-color var(--duration-fast),background var(--duration-fast),transform var(--duration-fast);grid-template-columns:minmax(180px,1fr) minmax(220px,1.05fr) 96px minmax(110px,140px);align-items:center;display:grid;position:relative;overflow:hidden}.conv-list-row:hover{border-color:#d0dae6;border-color:var(--border-color-strong);background:#f8fafc;background:var(--surface-2)}.conv-list-row.active{border-color:#e2e8f0;border-color:var(--border-color);background:#fff;background:var(--surface-1)}.conv-list-row .conv-halo{opacity:0;pointer-events:none;z-index:0;transition:opacity .35s;position:absolute;inset:0}.conv-list-row>*{z-index:1;position:relative}.conv-list-row:hover .conv-halo,.conv-list-row.active .conv-halo{opacity:1}.conv-list-head{grid-gap:12px;grid-gap:var(--space-3);gap:12px;gap:var(--space-3);padding:0 16px 8px;padding:0 var(--space-4)var(--space-2);font-size:11px;font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.08em;color:var(--fg-3);grid-template-columns:minmax(180px,1fr) minmax(220px,1.05fr) 96px minmax(110px,140px);font-weight:600;display:grid}.conv-list-badges{gap:4px;gap:var(--space-1);flex-wrap:wrap;min-width:0;display:flex}.conv-list-title{font-size:14px;font-size:var(--text-sm);color:var(--fg-1);font-weight:500;display:block}.conv-list-sub{font-size:12px;font-size:var(--text-xs);color:var(--fg-2);margin-top:2px;display:block}.conv-list-cell{font-size:14px;font-size:var(--text-sm);color:var(--fg-2);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (max-width:767px){.conv-list-head{display:none}.conv-list-row{gap:8px;gap:var(--space-2);padding:12px;padding:var(--space-3);grid-template-columns:1fr}.conv-list-cell{font-size:12px;font-size:var(--text-xs)}.conv-list-badges{gap:5px}.conv-card{padding:12px;padding:var(--space-3)}.conv-card-body{height:4.25em}.conv-preview-floating{z-index:28;margin:0;position:absolute;left:0;right:0}.conv-preview-wrapper{border-radius:16px;border-radius:var(--radius-md)}.conv-preview-inline{margin:8px 0 12px;margin:8px 0 var(--space-3)}.conv-offer-preview,.conv-glass{padding:12px;padding:var(--space-3)}.conv-glass>div:first-child,.conv-offer-preview>div:first-child{gap:12px;gap:var(--space-3);flex-direction:column;margin-bottom:12px!important;margin-bottom:var(--space-3)!important}.conv-glass>div:first-child>div:last-child,.conv-offer-preview>div:first-child>div:last-child{flex-wrap:wrap;justify-content:flex-start;width:100%;margin-left:0!important}.conv-glass h2,.conv-offer-preview h2{font-size:18px;font-size:var(--text-lg);line-height:1.2}.conv-glass .lead,.conv-offer-preview .lead{margin-bottom:0}.conv-glass-grid,.conv-offer-preview-grid{gap:12px;gap:var(--space-3);margin-top:12px;margin-top:var(--space-3);grid-template-columns:1fr}.conv-dm{align-items:flex-start}.conv-dm>div:last-child{flex-shrink:0;margin-left:0!important}.conv-kv{padding:8px 0;padding:var(--space-2)0}}.conv-login{min-height:100vh;padding:20px;padding:var(--space-5);background:#f4f6f9;background:var(--bodycolor);justify-content:center;align-items:center;display:flex}.conv-login-box{background:#fff;background:var(--surface-1);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-md);width:100%;max-width:360px;padding:24px;padding:var(--space-6);gap:16px;gap:var(--space-4);flex-direction:column;display:flex}.conv-login-brand{align-items:center;gap:8px;gap:var(--space-2);flex-direction:column;display:flex}.conv-login-logo{-o-object-fit:contain;object-fit:contain;width:32px;height:32px}html[data-theme=dark] .conv-login-logo{filter:invert()}.conv-login-title{font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-heading);font-size:18px;font-size:var(--text-lg);letter-spacing:-.02em;color:var(--fg-1);text-align:center;margin:0;font-weight:500}.conv-login-subtitle{font-size:14px;font-size:var(--text-sm);color:var(--fg-2);text-align:center;margin:0;line-height:1.5}.conv-login-tabs{grid-gap:4px;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--radius-xs);background:#f8fafc;background:var(--surface-2);grid-template-columns:1fr 1fr;gap:4px;padding:3px;display:grid}.conv-login-tab{border-radius:6px;border-radius:var(--radius-2xs);padding:6px 8px;padding:6px var(--space-2);color:var(--fg-2);cursor:pointer;font-size:12px;font-size:var(--text-xs);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-weight:500;font-family:var(--font-body);transition:background .2s,color .2s;transition:background var(--duration-fast),color var(--duration-fast);background:0 0;border:none}.conv-login-tab[aria-selected=true]{background:#fff;background:var(--surface-1);color:var(--fg-1);font-weight:600;box-shadow:0 1px 3px #00000014}.conv-login-form{gap:8px;gap:var(--space-2);flex-direction:column;display:flex}.conv-login-row{grid-gap:8px;grid-gap:var(--space-2);gap:8px;gap:var(--space-2);grid-template-columns:1fr 1fr;display:grid}.conv-login-input{border:1px solid #e2e8f0;border:1px solid var(--border-color);background:#f8fafc;background:var(--surface-2);border-radius:8px;border-radius:var(--radius-xs);width:100%;padding:9px 12px;padding:9px var(--space-3);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-family:var(--font-body);font-size:14px;font-size:var(--text-sm);color:var(--fg-1);box-sizing:border-box;transition:border-color .2s,box-shadow .2s;transition:border-color var(--duration-fast),box-shadow var(--duration-fast);outline:none}.conv-login-input::placeholder{color:var(--fg-3)}.conv-login-input:focus{border-color:#4a5ee0;border-color:var(--brand);box-shadow:0 0 0 3px #ecedff;box-shadow:0 0 0 3px var(--brand-soft)}.conv-login-error{font-size:12px;font-size:var(--text-xs);color:var(--destructive,#ef4444);background:#fff4f2;background:color(display-p3 .99673 .95528 .94898);background:var(--destructive-soft,#ef444414);border-radius:8px;border-radius:var(--radius-xs);padding:8px 12px;padding:var(--space-2)var(--space-3);border:1px solid #ef444433}@supports (color:color-mix(in lch, red, blue)){.conv-login-error{border:1px solid color-mix(in oklab,var(--destructive,#ef4444)20%,transparent)}}.conv-login-btn{width:100%;margin-top:4px;margin-top:var(--space-1)}.conv-login-hint{font-size:12px;font-size:var(--text-xs);color:var(--fg-3);text-align:center;line-height:1.5}.conv-segment-card{background:#fff;background:var(--card-background);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-md);padding:16px;padding:var(--space-4);cursor:pointer;transition:transform .2s cubic-bezier(.2,0,0,1),border-color .2s;transition:transform var(--duration-fast)var(--ease-standard),border-color var(--duration-fast);position:relative;overflow:hidden}.conv-segment-card:hover{border-color:#e2e8f0;border-color:var(--border-color);transform:scale(1.01)}
